@charset "utf-8";

/* 새글 스킨 (latest) */
.pic_lt_block {position:relative;background:#fff;margin-left: 10px; overflow: hidden;}
.pic_lt_block .lat_title {display:block;line-height:45px;font-size:1.2em;color:#253dbe}
.pic_lt_block .lat_title a {color:#000;display:inline-block;position:relative}

.pic_lt_block li {width:25%;position: relative;}
.pic_lt_block li.galley_li:nth-child(4n+1) {clear: both!important}
.pic_lt_block li .lt_img {margin:0px 0px 20px 0px;display:block;position: relative;overflow: hidden;}
.pic_lt_block li .lt_img img, .pic_lt_block li .lt_img video{width:100%;height:auto;position: relative;}
.pic_lt_block li .fa-heart {color:#ff0000}
.pic_lt_block 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 #cbe3e8;vertical-align:middle;display: none;}
.pic_lt_block li .new_icon {display:inline-block;font-size:0.833em;color:#23db79;background:#b9ffda;text-align:center;border-radius:2px;margin-left:2px;font-weight:bold;vertical-align:middle}
.pic_lt_block li .hot_icon {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#ff0000;background:#ffb9b9;text-align:center;border-radius:2px;vertical-align:middle;display: none;}
.pic_lt_block li .fa-caret-right {color:#bbb}
.pic_lt_block li .fa-download {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#daae37;background:#ffefb9;text-align:center;border-radius:2px;vertical-align:middle;display: none;}
.pic_lt_block li .fa-link {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#b451fd;background:#edd3fd;text-align:center;border-radius:2px;vertical-align:middle;display: none;}

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

.pic_lt_block .lt_info2 {padding:10px 0; display: none;}

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

.pic_lt_block .lt_cmt {background:#e9eff5;color:#3a8afd;font-size:11px;height:16px;line-height:16px;padding:0 5px;border-radius:3px;vertical-align:middle}


.pic_gallery{display: flex;}
.pic_lt_block li a{font-size: 2.2rem; text-align: center;display: block;font-weight: 500;}
.pic_lt_block li .new_icon{position: absolute; top: 20px; right: 20px; background: rgba(0,0,0,0.5);color: #fff; width: 50px; height: 20px; line-height: 20px; border-radius: 3px;}
.pic_lt_block li .lt_img::after{content: ''; position: absolute; width: 100%; height: 100%; background: rgba(0,0,0,0.3); top: 0; left: 0; opacity: 0; transition: 0.3s all;}
.pic_lt_block li:hover .lt_img::after{opacity: 1;}
.pic_lt_block li:hover a {color:#364F6B;}
.latest_top_wr .lt_more{ font-size: 2.0rem; font-weight: 400; display: block; width: 200px; height: 50px; margin: 0 auto; line-height: 50px; text-align: right; color: #2d2d2d;margin-bottom: 30px; margin-right:0; }
.latest_top_wr .lt_more span{ font-size: 2.5rem; font-weight: 300; color: #00a5e0; margin-left: 6px; }
.latest_top_wr .lt_more:hover{ color: #0068b7; transition: 0.3s all;}
.lt_content p{font-size: 1.6rem; line-height: 120%; color: #333; overflow: hidden; margin-top: 10px; display: -webkit-box; -webkit-line-clamp: 2;  -webkit-box-orient: vertical; text-overflow: ellipsis; text-align: center;}

.gallery-pagination{margin: 0 auto; text-align: center; margin-top: 30px;}
.gallery-pagination .swiper-pagination-bullet{background: #ddd;}
.gallery-pagination .swiper-pagination-bullet-active{background: #364F6B;}

.pic_lt_block li a:nth-of-type(2) {display:none;}
.pic_lt_block .li_news.lt_info2 { display:block; padding:5px 0;}
.pic_lt_block .li_news.lt_info2 > div { margin-bottom: 20px;}
.pic_lt_block .li_news.lt_info2 .lt_name { position:relative; padding-right:5px; font-size: 15.5px; color:#0068b7; }
.pic_lt_block .li_news.lt_info2 .lt_name::after {content:''; display:inline-block; position:absolute; right:0; top:50%; transform:translateY(-50%); background:#959595; width:1px; height:70%; }
.pic_lt_block .li_news.lt_info2 .lt_date {font-size: 15.5px; font-weight:300; color: #959595;}
.pic_lt_block .li_news.lt_info2 p {font-size:18px; font-weight:300; line-height: 1.58; letter-spacing: -0.38px;  color: #0b0b0b;}
.pic_lt_block .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_block .li_news.lt_info2 p img {display:none;}
@media screen and (min-width: 501px) {
    .pic_lt_block li .lt_img {
        max-height: 272px;
        height: 100%;
    }
}