@charset "utf-8";

/* 서브페이지 배너광고 PC */
.sub_bn_banner ul {display:block;}
.sub_bn_banner ul::after {content:''; display:block; clear:both;}
.sub_bn_banner ul li {float:left;width:calc((100% - 12px) / 3);margin-left:6px;margin-top:6px;}
.sub_bn_banner ul li:nth-child(1),
.sub_bn_banner ul li:nth-child(2),
.sub_bn_banner ul li:nth-child(3) {margin-top:0 !important;}
.sub_bn_banner ul li:nth-child(3n+1) {margin-left:0;}
.sub_bn_banner ul li img {width:100%;border-radius: 10px;}
@media (max-width: 767px) {
	.sub_bn_banner ul li {width:calc((100% - 6px) / 3); margin-left:3px; margin-top:3px;}
}

/* 서브페이지 배너광고 Mobile */
.totohot_sub_bn_m ul {display:block;}
.totohot_sub_bn_m ul::after {content:''; display:block; clear:both;}
.totohot_sub_bn_m ul li {float:left; width:calc((100% - 6px) / 2); margin-left:6px; margin-top:6px; text-align:center;}
.totohot_sub_bn_m ul li img {width:100%;border-radius: 10px;}
.totohot_sub_bn_m ul li:nth-child(1),
.totohot_sub_bn_m ul li:nth-child(2) {margin-top:0 !important;}
.totohot_sub_bn_m ul li:nth-child(odd) {margin-left:0;}
@media (max-width: 767px) {
	.totohot_sub_bn_m ul li {width:calc((100% - 3px) / 2); margin-left:3px; margin-top:3px;}
}

/* 게시판 상단 배너 */
.bo_top_bn img {max-width:100%;}
