@charset "utf-8";

/* 새글 스킨 (latest) */
.pic_lt {width: calc(100% - 9.5px);margin: 4.75px;display: flex;flex-wrap: wrap;box-sizing: border-box;}
.pic_lt .lat_title {display:block;line-height:45px;font-size:1.2em;color:#253dbe}
.pic_lt .lat_title a {color:#000;display:inline-block;position:relative}

.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 .gallery_li {padding: 4.75px;flex-grow: 0;max-width: 50%;flex-basis: 50%;margin: 0;box-sizing: border-box;}
.pic_lt .gallery_li .lt_img{transition: .2s ease-out;background-size: cover;background-position: 50%;background-color: hsla(0,0%,74.5%,0);background-blend-mode: exclusion;opacity: 1;}
.pic_lt .gallery_li .lt_img:hover{background-color: #bebebe;}

.thumb-info-wrapper, .thumb-overlay {position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.thumb-overlay {z-index: 5;opacity: 0;background-color: #eeede7;mix-blend-mode: saturation;transition: .2s ease-in-out;}
.thumb-info-wrapper {opacity: 1;padding: 1.6vw;text-transform: capitalize;color: #181617;z-index: 10;}
.thumb-info-wrapper, .thumb-overlay {position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.thumb-info-wrapper:after {content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: #eeede7;opacity: 0;z-index: -1;transition: .2s ease-in-out;}
.thumb-info-wrapper:hover:after {opacity: .7;}
.thumb-title {display: block;position: relative;height: 100%;opacity: 0;letter-spacing: 0;font-family: 'Pretendard-Regular';font-weight: 800;text-transform: capitalize;font-size: 16pt;margin-left: -20px;transition: .3s ease-in-out;}
.thumb-category, .thumb-viewmore {font-family: 'Pretendard-Regular';font-weight: 300;font-size: 12pt;text-transform: lowercase;}
.thumb-category {letter-spacing: 0;}
.thumb-viewmore {position: absolute;bottom: 0;opacity: 0;margin-left: -20px;transition: .3s ease-in-out;}

.pic_lt .gallery_li .lt_img:hover>.thumb-overlay {opacity: 1;}
.pic_lt .gallery_li .lt_img:hover .thumb-title {margin-left: 0;opacity: 1;transition-delay: 0s;}
.pic_lt .gallery_li .lt_img:hover .thumb-viewmore {margin-left: 0;opacity: 1;transition-delay: .2s;}

.pic_lt .profile_img img{border-radius:50%}

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

.pic_lt .empty_li {line-height:145px ;color:#666;text-align:center;padding:0}
.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}

@media (max-width:980px){
    .thumb-info-wrapper {padding: 3vw;}
}
@media (max-width:600px){
    .pic_lt .gallery_li {flex-grow: 0;max-width: 100%;flex-basis: 100%;}
}