@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;
	}
}

/* gallery */
#bo_gallery .chk-box {
	position:absolute;
	bottom:5px;
	right:10px;
	z-index:2;
}
#bo_gallery .wr-now {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,0.75);
	z-index:1;
}
#bo_gallery .img-wrap { border-radius: 0; border: 1px solid #cfcfcf;}
span.label-cap { display: none;}

#bo_cate_list { background: #fff;}
.sly-tab .d-flex { border: none;}
#bo_cate_list ~ div { display: none;}

#bo_cate_ul { display: flex; margin: 0 0 70px;}
#bo_cate_ul li { flex:1;}
#bo_cate_ul > li:first-of-type { display: none;}
#bo_cate_ul li a { display: block; padding: 18px 10px;  width: 100%; height: 100%; font-weight: 500; line-height: 1.2; text-align: center; border: 1px solid #cfcfcf !important;}

#bo_cate_ul li.active a { background: #003371; color: #fff; border: 1px solid #003371 !important;;} 
@media (max-width:991px){
    #bo_cate_ul { display: flex; margin: 0 0 60px;}
}
@media (max-width:768px){
    #bo_cate_ul { display: flex; margin: 0 0 50px;}
}
@media (max-width:576px){
    #bo_cate_ul { display: flex; margin: 0 0 40px;}
    #bo_cate_ul li a { padding: 15px 5px;}
}



.na-title .na-subject { display: block; padding: 8px 0 0; width: 100%; font-weight: 400; text-align: center;}