
/* 내용 간격 초기화 */
#bo_v_con p {margin:0}
section #bo_v_atc p {margin:0}

/* 카테고리 */
.list-category { margin-bottom:20px; }
.list-category .nav-tabs > li > a {color:#666; border-radius: 0;}
.list-category .active a, .list-category .selected a { color:#64bcff !important; font-weight:bold !important; }

/* 카테고리 */
#bo_cate_ul li {padding: 10px 0;}
#bo_cate_ul li a{
	border-radius: 5px;
	padding: 5px 10px;
	border: 1px solid #ddd;}
	#bo_cate_on {font-weight: bold;
	border-radius: 5px;
	padding: 5px 10px;
	border: 1px solid #ddd;
}

/*갤러리 */
#gall_ul {min-height: 250px; background: #fff;}
#gall_ul .gall_box{padding:0; border:0;}
#gall_ul .thumbnail{border:0;}
#gall_ul .thumbnail .caption { padding: 5px 0; color: #333; max-height: 30px; overflow:hidden;}
#gall_ul .gall_href {border: 2px solid #eee; opacity: .9}
#gall_ul .gall_href img{width:100%;}
#gall_ul .gall_href:hover{opacity: 1; border:2px solid #2c3e50;}
#gall_ul .namecard {margin-top: -24px;}
#gall_ul i.notice {font-size:83px;}
#gall_ul .good {position: absolute; top: 35px; right: 30px;}

#gall_ul .gall_href {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}


/* 모바일에서 회원아이콘 안보이게 */
#bo_list .user img {display: none;}
#gall_ul .user img {display: none;}