@charset "utf-8";

/* 모바일 목록 */
@media all and (max-width:767px) {
	.responsive #bo_list .float-left.float-md-none {margin-right:0.75rem;}
	.responsive #bo_list .na-title {margin-bottom:0.14rem;}
}

/* webzine */
#bo_webzine .chk-box {position:absolute; z-index:2; right:10px; bottom:5px;}
#bo_webzine .wr-now {position:absolute; z-index:1; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.1);}

#bo_webzine .img-wrap .img-item {border-radius:10px; overflow:hidden;}
#bo_webzine .img-wrap .img-item a {display:block;}
#bo_webzine .img-wrap .img-item a img {transition:all .1s cubic-bezier(.7,0,.3,1);transform:all .1s cubic-bezier(.7,0,.3,1);-webkit-transition:all .1s cubic-bezier(.7,0,.3,1);}
#bo_webzine .img-wrap .img-item a:hover img {transform: scale(1.12);}
#bo_webzine .card-body {padding:0.4rem 1.25rem;}

@media (max-width:580px) {
	#bo_webzine .card-body {padding:1rem 0.25rem;}
}