@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;background:#111213;}
.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;color:#fff;}
.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:#f00;font-weight:500;}
/*.pic_lt_block li:hover a {color:#364F6B;}*/
.latest_top_wr .lt_more{display: block; width: 200px; height: 50px; margin: 0 auto; line-height: 50px; text-align: center;background: #333; color: #fff;margin-top: 50px; border-radius: 30px;}
.latest_top_wr .lt_more:hover{background: #364F6B; transition: 0.3s all;}
.lt_content p{font-size: 1.6rem; line-height: 120%; color: #fff; overflow: hidden; margin: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:10px;margin-bottom:10px;}
.gallery-pagination .swiper-pagination-bullet{background: #ddd;}
.gallery-pagination .swiper-pagination-bullet-active{background: #FFFFFF;}
/*.gallery-pagination .swiper-pagination-bullet-active{background: #364F6B;}*/
