@charset "utf-8";
/* CSS Document */

/*************** 리스트 ***************/
/* board_gallery */
.board_gallery li {position:relative; z-index:10; float:left; margin:0 0 15px 1.3%; width:32.466%;}
.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:214px; 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;}
.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:#3b6cc1;}
.board_gallery a:hover *, .board_gallery a:focus * {color:#3b6cc1;}

/***** IE8, IE7 대응 *****/
/* IE7 대응 */
.board_gallery li {.margin:0 0 15px 1.2%;}



/*************** 뷰 ***************/
/* 뷰페이지 첨부파일 안보이게 처리
.board_file {display:none;} */