@charset "utf-8";

/* 새글 스킨 (latest) */
.lat {position:relative;}
.lat .lat_title {display:block;line-height:45px;font-size:1.2em;color:#253dbe}
.lat .lat_title a {position:relative;color:#000;display:inline-block}

.lat ul {padding:10px 0}
.lat li {position:relative;line-height:18px;border-bottom:1px solid #e5ecee;margin-bottom:10px}
.lat li a {line-height:24px;font-weight:bold;font-size:1.2em;line-height:20px;vertical-align:middle}
.lat li a:hover {color:#3a8afd}
.lat li .fa-heart {color:#ff0000}
.lat 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}
.lat li .new_icon {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#23db79;background:#b9ffda;text-align:center;border-radius:2px;margin-left:2px;font-weight:bold;vertical-align:middle}
.lat 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}
.lat li .fa-caret-right {color:#bbb}
.lat 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}
.lat 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}

.lat .profile_img img{border-radius:50%}

.lt_info {padding:10px 0}
.lt_info .lt_nick {}
.lt_info .lt_date {color:#888}

.lat .empty_li {line-height:145px;color:#666;text-align:center;padding:0}
.lat .empty_li:before {background:none;padding:0}



.lat .gall_con{ position: relative; } 
.lat .gall_text_href{ position: absolute; bottom: 0 ; left: 0; width: 100%; height: 30%; background: linear-gradient(to top,  rgba(25,25,25,1.0), rgba(25,25,25,0)); }
.lat .gall_text_href .tit{ position: absolute; bottom: 33px; left: 50%; transform: translateX(-50%); font-size: 18px; font-weight: 500; width: 100%; text-align: center; word-break: keep-all; }

.lat .lat_sw{ overflow: visible; margin-top: 48px; }
.lat .swiper-slide{ width: 26%; margin-right: 20px; }
.lat .swiper-slide:last-child{ margin-right: 0px; }
.lat .gall_img img{ width: 100%; }
.lat_wr_btn_wr{ position: absolute; top: -60px; right: 0; transform: translateY(-100%); display: flex; }

.lat_wr_btn_wr .swiper-button-next, .lat_wr_btn_wr .swiper-button-prev{ position: relative; top:0; margin-top:0; left: inherit; right: inherit; height: auto; width: 48px; height: 48px; border: 2px solid #fff; border-radius: 2px }
.lat_wr_btn_wr .swiper-button-prev{ margin-right: 10px; }

.lat_wr_btn_wr .swiper-button-next:after{ content: ''; width: 10px; height: 14px; background-image: url("/images/lat_next_btn.svg"); background-repeat: no-repeat; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.lat_wr_btn_wr .swiper-button-prev:after{ content: ''; width: 10px; height: 14px; background-image: url("/images/lat_prev_btn.svg"); background-repeat: no-repeat; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);  }

.lat .swiper-pagination-progressbar{ position: relative; margin-top: 30px; background-color: rgba(255,255,255,0.2); }
.lat .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{ background-color: #fff;   }

@media screen and (max-width:1600px){
}	
@media screen and (max-width:1440px){
}/*1440*/
@media screen and (max-width:1280px){
	.lat .swiper-slide{ width: 30%; }
}/*1280*/
@media screen and (max-width:1024px){
	.lat .swiper-slide{ width: 36%; }
	.lat .gall_text_href .tit{ font-size: 16px; }
}/*1024*/
@media screen and (max-width:800px){
}/*800*/
@media screen and (max-width:768px){
	.lat .swiper-slide{ width: 46%; }
}/*768*/
@media screen and (max-width:600px){
}/*600*/
@media screen and (max-width:570px){
}/*570*/
@media screen and (max-width:480px){
	.lat .swiper-slide{ width: 70%; }
	.lat .gall_text_href .tit{ font-size: 3.7vw; }
	.lat .lat_sw{ margin-top: 36px; }

	.lat_wr_btn_wr{ top: -40px; }
	.lat_wr_btn_wr .swiper-button-next, .lat_wr_btn_wr .swiper-button-prev{ width: 30px; height: 30px; border: 1px solid #fff; }
	.lat_wr_btn_wr .swiper-button-prev:after{ left: 45%; }
	.lat_wr_btn_wr .swiper-button-next:after{ left: 55%; }
}/*480*/
@media screen and (max-width:320px){
}/*320*/