@charset "utf-8";

/* 모바일 목록 */
@media all and (max-width:767px) {
	.responsive .responsive #bo_list .float-left.float-md-none {margin-right:0.75rem;}
	.responsive .responsive #bo_list .na-title {margin-bottom:0.14rem;}
	.responsive #bo_gallery {margin-top:10px;}
}
/* list */
#bo_list .na-table li:nth-child(odd) {background: #f8f8f8;}

/* gallery */
#bo_gallery .chk-box {position:absolute; z-index:2; right:10px; bottom:5px;}
#bo_gallery .wr-now {position:absolute; z-index:1; top:0; left:0; width:100%; height:100%; background:rgba(255, 255, 255, 0.5);}
#bo_gallery ul {}
#bo_gallery ul li {}
#bo_gallery ul li .itemBox {position:relative; border:1px solid #ddd; border-radius:4px; background:#fff; padding:10px;}
#bo_gallery ul li .itemBox:hover {border:2px solid #007bff; padding:9px;}
#bo_gallery ul li .itemBox .img-item {border-radius:4px; background:url(../gallery/img/no-image.png)#444 no-repeat center center;}
#bo_gallery ul li .itemBox .img-item a {}
#bo_gallery ul li .itemBox .na-title .na-subject {background-image:linear-gradient(transparent 80%, #3a8afd 0%); background-repeat: no-repeat; background-size:0 100%; transition:background-size 0.2s;}
#bo_gallery ul li .itemBox:hover .na-title .na-subject {color:#3a8afd; background-size:100% 100%;}
#bo_gallery ul li .itemBox .img-item .caName {display:inline-block; position:absolute; z-index:1; top:0; left:0; padding:0 6px; border-radius:4px 0 4px; background:rgba(0,0,0,0.4); color:#fff; font-size:12px; line-height:20px;}
#bo_gallery ul li .itemBox .na-title {border-bottom:1px dashed #ddd; height:28px; margin-bottom:4px;}
#bo_gallery ul li .itemBox .na-title .na-item {}
#bo_gallery ul li .itemBox .na-title .na-item a {font-size:14px; font-weight:600;}
#bo_gallery ul li .itemBox .infoBox {padding:4px 0;}
#bo_gallery ul li .itemBox .infoBox .infoBoxitem {}
#bo_gallery ul li .itemBox .infoBox .infoBoxitem .commentBox {display:inline-block; padding:4px 6px; line-height:4px; border-radius:10px;}
#bo_gallery ul li .itemBox .infoBox .infoBoxitem .commentBox.default {background:#eee;}
#bo_gallery ul li .itemBox .infoBox .infoBoxitem i {font-size:12px;}
