@charset "utf-8";
/* CSS Document */

/*************** 리스트 ***************/
/* board_gallery */
.board_gallery li {position:relative; z-index:10; margin:0 0 4.167vw 0; }
.board_gallery li input {position:absolute; top:1.389vw; left:1.389vw; z-index:99999;}
.board_gallery li a {display:block; border:0.278vw solid #e4e4e4;}
.board_gallery li a * {font-weight:400; color:#999;}
/* board_gallery in wpb_pic */
.board_gallery .wpb_pic {overflow:hidden; background:#999; max-height:59.444vw; 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:5.556vw; color:#000; font-weight:400; text-align:center;}
.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;}

/***** 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 4.167vw 1.2%;}



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