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

/*************** 리스트 ***************/
/* board_gallery */
.board_gallery li {position:relative; z-index:10; margin:0 0 15px; margin:0 0 4.167vw;}
.board_gallery li input {position:absolute; top:5px; left:5px; z-index:99999;}
.board_gallery li a {overflow:hidden; display:block; border:1px solid #e4e4e4; border:0.278vw solid #e4e4e4;}
.board_gallery li a * {font-weight:300; color:#999;}
/* board_gallery in wpb_pic */
.board_gallery .wpb_pic {overflow:hidden; background:#999; height:193px; height:53.611vw; text-align:center;}
.board_gallery .wpb_pic img {width:100%; height:auto; min-height:100%;}
.board_gallery .wpb_pic img.wpb_noimg {margin:65px auto 0; margin:21.667vw auto 0; width:46px; height:46px; min-height:46px;}
/* board_gallery in wpb_text */
.board_gallery .wpb_title {margin:0; padding:15px 7px; padding:4.167vw 1.944vw; color:#000; font-weight:400; text-align:center;}
.board_gallery .wpb_title input {display:none;}
.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:#4e97d1;}
.board_gallery a:hover *, .board_gallery a:focus * {color:#4e97d1;}

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



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