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

/*************** 리스트 ***************/
/* board_gallery */
.board_gallery {overflow:hidden; padding-bottom:15px; padding-bottom:4.167vw;}
.board_gallery li {position:relative; z-index:10; overflow:hidden; float:left; margin:0 0 1px 0; margin:0 0 0.278vw 0; width:100%; height:214px; height:59.444vw; border-radius:1px; border-radius:0.278vw;}
.board_gallery li input {position:absolute; top:5px; left:5px; top:1.389vw; left:1.389vw; z-index:99999;} 
.board_gallery li a {display:table; width:100%;}
.board_gallery li a * {font-weight:300; color:#fff;}
/* board_gallery in wpb_pic */
.board_gallery .wpb_pic {overflow:hidden; position:absolute; top:0; left:0; width:100%; height:100%; background:#999; text-align:center;}
.board_gallery .wpb_pic img {width:100%; height:auto; min-height:100%; transform:scale(1, 1); transition:all 0.3s ease-in-out 0s;}
.board_gallery .wpb_pic img.wpb_noimg {margin:84px auto 0; width:46px; height:46px; min-height:46px; width:12.778vw; height:12.778vw; min-height:12.778vw;}
/* board_gallery in wpb_text */
.board_gallery .wpb_title {display:table-cell; position:relative; z-index:2000; visibility:visible; backface-visibility:hidden; margin:0; padding:0 10px; padding:0 2.778vw; width:100%; height:214px; height:59.444vw; background-color:rgba(78, 151, 209, 0.80); opacity:0; transform:translateZ(0px); transition:opacity 0.4s ease 0s; font-size:15px !important; font-size:4.167vw !important; text-align:center; vertical-align:middle;}
.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 img, .board_gallery a:focus img {transform:scale(1.03, 1.03);}
.board_gallery a:hover .wpb_title, .board_gallery a:focus .wpb_title {opacity:1;}

/***** IE8, IE7 대응 *****/
/* IE8 대응 */
@media \0screen {
.board_gallery .wpb_title {display:none;}
.board_gallery a:hover .wpb_title {display:block; background-color:#4e97d1; line-height:214px;}
}
/* IE7 대응 */
.board_gallery .wpb_title {.display:none;}
.board_gallery a:hover .wpb_title {.display:block; .background-color:#4e97d1; .line-height:214px;}



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