@charset "utf-8";
/* *******************************************************
 * filename : news.css
 * description : 뉴스 레이아웃 및 컨텐츠 CSS
 * date : 2022.10.06
******************************************************** */
/* ******************  뉴스 비주얼 ********************** */
#newsVisual {overflow:hidden; width:100%; position:relative;}	/* 비주얼높이값 이미지에맞게 수정 */
#newsVisual .area{max-width: 1440px;} 

@media only screen and (max-width:1900px){
	body{overflow-x : auto !important;}
}

.news-visual-con .slick-track,
.news-visual-con .slick-list {
	 -webkit-perspective: 2000;
	-webkit-backface-visibility: hidden;
}
.news-visual-con .slick-list{
	padding-top:16px;
}
.news-visual-wrap,
.news-visual-con, 
.news-visual-con .slick-list,  
.news-visual-con .slick-track, 
.news-visual-item{
	height:100%; 
}
.news-visual-con{z-index:1;}
/* 뉴스 비주얼 :: 이미지 */
.news-visual-item{position:relative; height: 360px; margin-top: 55px;}
.news-visual-img-con{position: absolute;
    right: 13vw;
    max-width: 1088px;
}
.news-visual-img-con .inner-box{position: relative;}
.news-visual-img-con .inner-box .inner{    display: flex;
    align-items: center;
    justify-content: center; width:560px; height:360px;}
.news-visual-img-con .inner-box img{max-width:560px; max-height:360px;}
.news-visual-item .product-visual-pc-img{
	width:100%;
	height:100%;
	background-size:cover !important;
    -webkit-transform: scale(1.05,1.05);
     transform: scale(1.05,1.05);
	-webkit-transition:transform 5000ms  ease-in-out ;
    transition:transform 5000ms ease-in-out ;	
}

/* 뉴스 비주얼 :: 텍스트 */
.news-visual-item .news-visual-txt-con{
	position:absolute; 
	top:50%; left:0px; top:0.79vw;
	width:100%; 
}
.news-visual-item .news-visual-txt-con .news-visual-txt-inner {width: 50%;}
.news-visual-item .news-visual-txt-con .news-visual-txt1{display:block; font-size:18px; font-weight:400; letter-spacing:-1px; color:#0c254b; margin-bottom:1.25vw; line-height:1.25; }
.news-visual-item .news-visual-txt-con .news-visual-txt2{font-size:32px; color:#333333;}
.news-visual-item .news-visual-txt-con .news-visual-txt2 em{font-weight:700;}
.news-visual-item .news-visual-txt-con .news-visual-txt3{font-size:18px; color:#646464; margin-top: 16px; margin-bottom: 37px;line-height: 24px;}
/* 제품 비주얼 :: active효과 */
.news-visual-item.active-item .news-visual-pc-img{
    -webkit-transform: scale(1.0,1.0) rotate(0.002deg);
     transform: scale(1.0,1.0) rotate(0.002deg);
}
/* .main-visual-item .main-visual-txt1.splitting .char{ */
/* 	-webkit-animation: text-fade-out 1s cubic-bezier(0.4, 0, 0.2, 1) both; */
/* 	animation: text-fade-out 1s cubic-bezier(0.4, 0, 0.2, 1) both; */
/* } */
/* .main-visual-item.active-item .main-visual-txt1.splitting .char{ */
/* 	-webkit-animation: text-active-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) both; */
/* 	animation: text-active-animation 1s cubic-bezier(0.4, 0, 0.2, 1) both; */
/* } */

.news-visual-item .news-visual-txt-con .txt-wrap {display:block; overflow:hidden; }
.news-visual-item .txt-wrap em {display:inline-block; }
/* .main-visual-item.active-item .txt-wrap em { */
/* 	-webkit-animation: text-up 1.5s cubic-bezier(0.4, 0, 0.2, 1) both; */
/* 	animation: text-up 1.5s cubic-bezier(0.4, 0, 0.2, 1) both; */
/* } */

.news-visual-item-wrap{width:1440px; height:508px;}
.news-visual-item-wrap .news-post-wrap{padding-right:20px; padding-left:20px;}
.news-visual-item-wrap .news-post{width:330px; height:450px; -webkit-box-shadow: 3px 7px 7px #00000038; border-radius:18px; border: 1px solid #00000038;}
.news-visual-item-wrap .news-post .news-post-image{width:100%; height:220px;}

@media all and (max-width:1710px){
	.main-nav-list .main-nav-btn span {display:none;}
}
@media all and (max-width:1410px){
	#mainNav {display:none !important;}
}

.area {
    max-width: 1110px;
    margin: 0px auto;
}

#newsContainer{
/* 	margin-top: 100px; */
    height: calc(100vh - 100px);
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    transition-duration: 0.2s;
    overflow-x: hidden;
    margin-right: 7px;
    min-width:1913px !important;
}

#newsContainer::-webkit-scrollbar{
	width:9px;
}

#newsContainer::-webkit-scrollbar-thumb{
	background-color:#00BF8F;
	height:53px;
	border-radius : 10px;
}

#newsContainer::-webkit-scrollbar-track{
	background-color:#d8d8d8;
}

body{
	overflow-y:hidden;
}


#news-visual-item-list{
	width:100%;
	height:100%;
}

.button-wrap{
	position: relative;
	height: 74px;

}

#pageWrap{
	text-align:center;
}

#pageWrap button{
	font-size:24px;
	color:#333333;
	margin-left: 15px;
    margin-right: 15px;
    width: 42px;
    height: 42px;
    border-radius: 21px;
    transition: all 0.3s;
}

#pageWrap button.selected{
	background:#00BF8F;
	color:white;
}