/*************** 리스트 ***************/
/* board_gallery */
.board_gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
    overflow: hidden;
    padding-bottom: 15px;
    min-height: 200px;
}
.board_gallery li {
    position:relative;
    z-index:10;
    overflow:hidden;
    width:100%;
    
}
.board_gallery li input {position:absolute; top:5px; left:5px; z-index:99999;}
.board_gallery li:nth-child(3n+1) {margin-left:0;}
.board_gallery li.cut {margin-left:0;}
.board_gallery li a {display:block; border:1px solid #e4e4e4;}
.board_gallery li a * {font-weight:300; font-size:13px; color:#999;}
/* board_gallery in wpb_pic */
.board_gallery .wpb_pic {overflow:hidden; background:#999; height:256px; text-align:center;}
.board_gallery .wpb_pic img {width:100%; height:auto; min-height:100%;}
.board_gallery .wpb_pic img.wpb_noimg {margin:84px auto 0; width:46px; height:46px; min-height:46px;}
/* board_gallery in wpb_text */
.board_gallery .wpb_title {
    margin:0; 
    padding:25px 10px; 
    color:#000; 
    font-weight:400; 
    font-size:15px !important; 
    text-align:center; 
     white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.board_gallery .wpb_hover, .board_gallery .wpb_ic, .board_gallery .wpb_content, .board_gallery .wpb_author, .board_gallery .wpb_date, .board_gallery .wpb_more {display:none;}



.noData {
    position: absolute;
}
/***** hover, focus *****/
.board_gallery a:hover, .board_gallery a:focus {border-color:#037a4e;}
.board_gallery a:hover *, .board_gallery a:focus * {color:#037a4e;}

/***** IE8, IE7 대응 *****/
/* IE7 대응 */
.board_gallery li {.margin:0 0 15px 1.2%;}



/*************** 뷰 ***************/
/* 뷰페이지 첨부파일 안보이게 처리
.board_file {display:none;} */