/* 내용 간격 초기화 */
#bo_v_con p {margin:0}
section #bo_v_atc p {margin:0}

/* 카테고리 */
#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;
}

/* 게시판 목록 */
#bo_list th{ text-align:center; background-color: #f6f6f6}
#bo_list .table-bordered{ border: 1px solid #ccc; border-top:2px solid #58a9cf;}
#bo_list .table-bordered > thead > tr > th,
#bo_list .table-bordered > thead > tr > td { border-bottom-width: 1px;}
#bo_list .table-bordered > tbody > tr > td { font-size:13px; letter-spacing: -1px }
#bo_list .vbar{color:#ccc; padding:0 7px;}

#bo_list .td_board {vertical-align: middle; width:120px;text-align:center}
#bo_list .td_chk {vertical-align: middle; width:30px;text-align:center}
#bo_list .td_date {vertical-align: middle; width:70px;text-align:center}
#bo_list .td_datetime {vertical-align: middle; width:110px;text-align:center}
#bo_list .td_group {vertical-align: middle; width:100px;text-align:center}
#bo_list .td_mb_id {vertical-align: middle; width:100px;text-align:center}
#bo_list .td_mng {vertical-align: middle; width:80px;text-align:center}
#bo_list .td_name {vertical-align: middle; width:150px; text-align:center;}
#bo_list .td_nick {vertical-align: middle; width:100px;text-align:center}
#bo_list .td_num {vertical-align: middle; width:50px;text-align:center}
#bo_list .td_numbig {vertical-align: middle; width:60px;text-align:center}
#bo_list .td_subject {vertical-align: middle;}

/* 공지사항 */
.bo_notice {font-weight: bold; background: #FFFFE4;}

/* 게시물 마우스 오버시 배경 */

.panel-body tbody tr:hover {background: #FAFAFA;}

#bo_v_sns {
    margin: 4px 0 15px;
    padding: 0;
    list-style: none;
    zoom: 1;
}
#bo_v_sns:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}
#bo_v_sns li {
    float: left;
    margin: 0 5px 0 0;
}

#gall_allchk {
    float: right;
    margin-bottom: 20px;

}

/*갤러리 */
#gall_ul {min-height: 250px;margin-top: 13px;}
#gall_ul .gall_box{padding:0; border:0;}
#gall_ul .thumbnail{border:0;}
#gall_ul .gall_href {border: 3px solid #fff;/* border-radius: 0 30px 0 30px;*/ opacity: .8}
/*#gall_ul .gall_href img{width:100%; border-radius: 0 27px 0 27px ;}*/
#gall_ul .gall_href:hover{opacity: 1; border: 3px solid #454545; box-shadow: 0 2px 2px rgba(0,0,0,0.1),0 6px 10px rgba(0,0,0,.1)}
#gall_ul .thumbnail .gall_href .caption {
    position: absolute; bottom:0;
    width:100%;
    padding: 5px 0; font-size:13px; color: #fff; max-height: 28px; text-align: center; overflow:hidden;
    background-color:rgba(0,0,0,.8);
}
#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 {
    position: relative;
    -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;
}

a.view_image img {
    margin-bottom: 30px;
}

.qr_view{ text-align:right; }
.qr_view img{ width:148px; }