@charset "utf-8";
/* 새글 스킨 (latest) */
.lat_gallery{position:relative;overflow:hidden;}
.lat_gallery .lat_title {display:block;background:#fcfcfc;padding:0 20px;line-height:45px;font-size:1.083em;border-bottom:1px solid #e2e2e2;color:#253dbe;}
.lat_gallery .lat_title a{color:#253dbe;display:inline-block;position:relative}
.lat_gallery .lat_title a:after{position:absolute;bottom:-1px;left:0;width:100%;height:2px;background:#253dbe;content:''}
.lat_gallery .lt_more {position:absolute;top:11px;right:10px;display:block;width:25px;line-height:25px;color:#aaa;border-radius:3px;text-align:center;}
.lat_gallery .lt_more:hover{color:#777}
.lat_gallery ul:after {display:block;visibility:hidden;clear:both;content:""}
.lat_gallery ul{padding:0}
.lat_gallery li {position:relative;float:left;width:23.5%;padding:0;margin-right:2%;list-style:none;margin-bottom:20px;}
.lat_gallery li:nth-child(4n) {margin-right:0;}

.lat_gallery li .lt_img {width:100%;margin:0px auto 20px auto;display:block;background:#f8f8f8}
.lat_gallery li .lt_img img{width:100%;height:auto}

.lat_gallery li a {display: block; font-size: 20px; font-weight: 400; color: #333;  text-overflow: ellipsis;  white-space: nowrap;  overflow: hidden;  transition: all 0.2s;}
.lt_subject {margin-bottom:10px;}

.lat_gallery li .lt_img {border:2px solid #fff;}
.lat_gallery li .lt_img:hover {border: 2px solid #f8c7cd;}


@media all and (max-width:991px) {
    .lat_gallery .lat_title {position:relative;float:left;width:100%;font-size:12pt;text-align:left;}
    .lat_gallery .lat_title .lt_more {padding-top:0;margin-top:0;border-top:0;display:inline-block;*display:inline;float:right;}

    .lat_gallery .lat_title br {display:none;}
    .lat_gallery ul {width:100%;}
    .lat_gallery li {width:49%;margin-right:2%;}
    .lat_gallery li:nth-child(2n) {margin-right:0;}

    .list_mark .mark {width:25px;height:25px;background-size:25px auto;margin-right:1px;}
    
}