@charset "utf-8";

/* 새글 스킨 (latest) */
.pic_lt {position:relative;margin-bottom:20px;background:#fff;width:95%;margin: 0 auto;}
.pic_lt .lat_title {font-size: 28px;line-height: 65px;position: relative;}
.pic_lt .lat_title a {color:#000;display:inline-block;position:relative}

.pic_lt .lt_more {width:20px;height: 20px;line-height: 18px;border: 1px solid #ccc;background: white;border-radius: 3px;text-align: center;font-size: 20px;text-align: center;position: absolute;display: block;right: 0;top:20px}

.pic_lt ul:after {display:block;visibility:hidden;clear:both;content:""}
.pic_lt ul {margin: 0 -10px}
.pic_lt li {float:left;width:15%;margin-right: 2%;border: 1px solid #ddd;}
.pic_lt li:last-child{margin-right: 0;}

.pic_lt li .lt_img {display:block}
.pic_lt li .lt_img img {width:100%;height:auto}

.pic_lt li .lt_info{padding: 0 10px;line-height: 30px;font-size: 12px;border-top: 1px solid #ddd}
.pic_lt li .lt_info span{color: #b7b7b7}
.pic_lt li .lt_info p{display: inline-block;}

@media screen and (max-width:768px){
    .pic_lt .lat_title{font-size: 22px;line-height: 50px;}
    .pic_lt .lt_more{top:15px;}
    .pic_lt li{width:49%;margin-bottom: 10px;}
    .pic_lt li:nth-child(2n){margin-right: 0;}
    .pic_lt li .lt_info{padding: 0 5px;}
    .pic_lt li .lt_info span{display: none;}

}