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

/*************** 리스트 ***************/
/* board_gallery */
.board_gallery {overflow:hidden; padding:15px 0;}
.board_gallery li {position:relative; z-index:10; overflow:hidden; float:left; margin:2px; border:1px solid #ddd; width:230px; height:323px;}
.board_gallery li input {position:absolute; top:5px; left:5px; 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;}
/* 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; width:230px; height:323px; background-color:rgba(139,154,249,0.9); opacity:0; transform:translateZ(0px); transition:opacity 0.4s ease 0s; font-size:15px !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;}
.board_gallery .pdf_icon {display:inline-block; margin-top:20px; background:url('/default/Bd/img/icon_pdf.png'); background-size:100%; background-repeat:no-repeat; padding:25px;}

/***** hover, focus *****/
.board_gallery a:hover, .board_gallery a:focus {border-color:#7581ca;}
.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:#7581ca; line-height:214px;}
}
/* IE7 대응 */
.board_gallery .wpb_title {.display:none;}
.board_gallery a:hover .wpb_title {.display:block; .background-color:#7581ca; .line-height:214px;}


/*#boardListForm ul.jn_photo:hover li.jn_pic {border:1px solid #3d5794;border-bottom:none;padding-bottom:1px;}
#boardListForm ul.jn_photo:hover li.jn_title {border:1px solid #3d5794;border-top:none;}
#boardListForm ul.jn_photo:hover li.jn_title a {color:#3d5794;}