@charset "utf-8";
/* 새글 스킨 (latest) */
.pic_lt {position:relative; margin-bottom:20px; overflow:hidden;}
.pic_lt .bo_lat_tit {border-bottom:3px solid #111; font-size:24px; padding-bottom:12px;}
.pic_lt .bo_lat_tit::before {content: ''; display: inline-block; width: 14px; height: 14px; border: solid 4px #d3cbc5; border-radius: 50%; margin-right: 8px;}
.pic_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_lt .lt_more:hover{color:#777}
.pic_lt ul {display:flex; flex-wrap:wrap; gap:20px; padding-top:20px; margin-bottom:0;}
.pic_lt li {width:calc(25% - 15px);}
.pic_lt li.empty_li {width:100%; text-align:center; border-bottom:solid 1px #eee; line-height:145px; padding-bottom:28px;}
.pic_lt li .lt_img{margin:5px 0;display:block}
.pic_lt li .lt_img img{width:100%;height:auto; border:solid 1px #ddd;}
.pic_lt li a:hover{color:#a22121}
.pic_lt li .fa-heart{color:#ff0000;}
.pic_lt li .fa-lock{display: inline-block;line-height: 14px;width: 16px;font-size: 0.833em;color: #4f818c;background: #cbe3e8;text-align: center;border-radius: 2px;font-size: 12px;border:1px solid #a2c6ce}
.pic_lt li .new_icon{display:inline-block;width: 16px;line-height:16px ;font-size:0.833em;color:#ffff00;background:#6db142;text-align:center;border-radius: 2px;}
.pic_lt li .hot_icon{display:inline-block;width: 16px;line-height:16px ;font-size:0.833em;color:#fff;background:#e52955;text-align:center;border-radius: 2px;}
.pic_lt li .fa-caret-right{color:#bbb}
.pic_lt .lt_cmt{background:#5c85c1;color:#fff; font-size:11px;height:16px;line-height:16px;padding:0 5px;border-radius:3px;white-space: nowrap;
-webkit-box-shadow: inset 0 2px 5px  rgba(255,255,255,0.4);
-moz-box-shadow: inset 0 2px 5px  rgba(255,255,255,0.4);
box-shadow: inset 0 2px 5px  rgba(255,255,255,0.4);}
.pic_lt .lt_date{display:block;margin-top:5px;color: #888;}

@media (max-width:960px) {
    .pic_lt .bo_lat_tit {font-size:18px;}
    .pic_lt li {width:calc(50% - 10px);}
    .lt_img > div {padding-top:60% !important;}
}

@media (max-width:500px) {
    .pic_lt li {width:100%;}
    .lt_img > div {padding-top:55% !important;}
}