@charset "utf-8";

/* 새글 스킨 (latest) */
.pic_lt { position:relative; }

.pic_lt ul { display: flex; flex-wrap: wrap; gap: 30px 20px; }
.pic_lt li { width:calc(20% - 16px); }
.pic_lt li.gallery_li:nth-child(4n+1) {clear: both!important}
.pic_lt li .lt_img { display:block; height: 300px; margin-bottom: 30px; }
.pic_lt li .lt_img img, .pic_lt li .lt_img video {
    position: relative;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom center;
    object-position: bottom center;
    z-index: 9;
}

.lt_info { text-align: center; }
.lt_info .guide_cate { display: inline-flex; flex-wrap: wrap; justify-content: center; align-items: center; height: 30px; margin-bottom: 10px; padding: 0 10px; background: #f6b44a; border-radius: 3px; color: #fff; font-size: 14px; font-weight: 500; }
.lt_info .name { display: block; font-size: 1.2em; font-weight: 600; letter-spacing: -0.03em; }

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

.pic_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_lt .lt_more {position:absolute;top:11px;right:0;display:block;width:40px;line-height:25px;color:#3a8afd;border-radius:3px;text-align:center}
.pic_lt .lt_more:hover {color:#777}