@charset "utf-8";
/* CSS Document */

.boardList {padding:10px 0 50px; border-bottom:1px solid #afafaf;}
.boardList ul {overflow:hidden; margin:-6px; text-align:center;}
.boardList li {float:left; width:50%; padding:6px;}
.boardList .imgWrap {overflow:hidden; position:relative; padding-bottom:100%; background:#f9f9f9;}
.boardList .imgWrap img {position:absolute; top:0; left:0; width:100%; height:auto; min-height:100%; opacity:0;}
.boardList .imgWrap img:first-child {opacity:1;}
.boardList .imgWrap strong {overflow:hidden; position:absolute; left:0; bottom:0px; right:0; z-index:23; height:65px; padding:0 15px; white-space:nowrap; text-overflow:ellipsis; font-size:20px; font-weight:normal; color:#fff; line-height:65px; text-align:center; background:rgba(0,0,0,0.7); -webkit-transition: all 0.4s ease; transition: all 0.4s ease;}
.boardList .contWrap {height:50px; background:#f4f4f4;}
.boardList .title {overflow:hidden; padding:8px 10px 0; font-size:13px; color:#000000; white-space:nowrap; text-overflow:ellipsis;}
.boardList .category {font-size:11px; color:#646464;}


