@charset "utf-8";

/* 새글 스킨 (latest) */
.pic_li_lt {position:relative;background:#fff}
.pic_li_lt ul {display: flex; justify-content: space-between;}
.pic_li_lt ul li {width: 24%;}

.pic_li_lt .lt_more {position:absolute;top:11px;right:10px;display:block;width:25px;line-height:25px;color:#aaa;border-radius:3px;text-align:center}
.pic_li_lt .lt_more:hover {color:#777}
.pic_li_lt li .lt_img {display:block;margin:0 0 10px;display:block; overflow: hidden;}
.pic_li_lt li .lt_img img {width:100%;height:auto; transition-duration: 0.3s;}
.pic_li_lt li .lt_img:hover img {transform: scale(1.1);}
.pic_li_lt li .pic_li_tit {font-weight:bold;font-size:16px;line-height:20px;vertical-align:middle; text-align: center; display: block;}

.lt_info {padding:10px 0}
.lt_info .lt_nick {}
.lt_info .lt_date {color:#888}

.pic_li_lt .empty_li {line-height:145px;color:#666;text-align:center;padding:0}
.pic_li_lt .empty_li:before {background:none;padding:0}

.pic_li_lt .lt_cmt {background:#e9eff5;color:#3a8afd;font-size:11px;height:16px;line-height:16px;padding:0 5px;border-radius:3px;vertical-align:middle}
.pic_li_lt .lt_more {position:absolute;top:11px;right:10px;display:block;width:40px;line-height:25px;color:#3a8afd;border-radius:3px;text-align:center}
.pic_li_lt .lt_more:hover {color:#777}

@media screen and (max-width:960px) {
    .pic_li_lt ul {flex-wrap: wrap;}
    .pic_li_lt ul li {width: 49%; margin-top: 2%;}
    .pic_li_lt ul li:nth-child(n+1):nth-child(-n+2) {margin-top: 0;}
}

@media screen and (max-width:640px) {
    .pic_li_lt ul li {width: 100%; margin-top: 2%;}
    .pic_li_lt ul li:nth-child(n+1):nth-child(-n+2) {margin-top: 2%;}
    .pic_li_lt ul li:nth-child(1) {margin-top: 0;}
    .pic_li_lt li .pic_li_tit {font-size: 14px;}
}