@charset "utf-8"; 
/* 새글 스킨 (latest) */

.newsBox { 
	width:100%; 
	min-height:370px; 
	background:#fff; 
	position:relative; 
}
.newsBox .news_list { 
	position:absolute; 
	top:-60px; 
	right:0; 
	width:100%;
	max-width:1590px;
}
.gallery_custom { position:relative; overflow:hidden; }

.gallery_custom .lt_img { display:block; }
.gallery_custom .lt_img img { width:100%; height:auto; margin:0 auto; }

.gallery_custom .latest_num { position:absolute; top:120px; left:30px; z-index:90; font-size:60px; color:#333; } 
.gallery_custom .latest_info { position:absolute; bottom:35px; left:30px; z-index:90; width:80%; font-size:15px; text-align:left; cursor:pointer; } 
.gallery_custom .latest_info .info_date { color:#333; }
.gallery_custom .latest_info .info_tit { color:#333; font-size:1.2em; font-weight:500; padding:25px 0 5px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
.gallery_custom .latest_info .info_con { color:#666; word-break:keep-all; }

.gallery_custom .swiper-slide { opacity:0.5; height:auto !important; }

.gallery_custom .swiper-slide-prev { opacity:0; }
.gallery_custom .swiper-slide .lt_img img { opacity:0; }

.gallery_custom .swiper-slide-active,
.gallery_custom .swiper-slide-next { opacity:1; }

.gallery_custom .swiper-slide-active .lt_img img { opacity:1; }
.gallery_custom .swiper-slide-active .latest_num { top:35px; color:#fff; opacity:0.6; } 
.gallery_custom .swiper-slide-active .latest_info { width:70%; }
.gallery_custom .swiper-slide-active .latest_info .info_date { color:#fff; opacity:0.6; }
.gallery_custom .swiper-slide-active .latest_info .info_tit { color:#fff; }
.gallery_custom .swiper-slide-active .latest_info .info_con { color:#e9e9e9; }

.gallery_custom .swiper-slide-active { width:37% !important; }
.gallery_custom .swiper-slide-next { width:31% !important; }

/* 화살표 버튼 */
.gallery_custom .swiper-button-next.swiper-button-disabled, 
.gallery_custom .swiper-button-prev.swiper-button-disabled {
	opacity:1;
}
.gallery_custom .swiper-button-prev,
.gallery_custom .swiper-button-next {
	position:absolute; 
	bottom:0; 
	width:50px; 
	height:50px;
	/* border:1px solid #ebebeb; */
	z-index:11; 
	cursor:pointer; 
	/* background-color:rgba(0, 0, 0, 0.2); */
	background-color:rgba(255, 255, 255, 0.3);
	background-size:30px auto; 
	background-position:center; 
	background-repeat:no-repeat; 
	z-index:99;
}
.gallery_custom .swiper-button-prev {
	background-image:url("/theme/basic/img/swiper_arrow_01_white.png"); 
	left:0; 
	right:inherit;
}
.gallery_custom .swiper-button-next {
	background-image:url("/theme/basic/img/swiper_arrow_02_white.png"); 
	left:50px; 
	right:inherit;
}

.swiper-slide-duplicate-prev {
	
}



/************************************ 반응형 ************************************/
@media only screen and (max-width:1400px) {
	.gallery_custom .latest_num { top:80px; font-size:45px; } 
}


@media only screen and (max-width:1300px) {
	.newsBox { min-height:260px; }
	.gallery_custom .latest_num { display:none; }
	.gallery_custom .latest_info { bottom:25px; left:20px; z-index:90; font-size:14px; } 
}


@media only screen and (max-width:1024px) {
	.newsBox  { display:none; }
}
