@charset "utf-8";
.pcbr{display:block;}
.ptbr{display:block;}
.tbbr{display:none;}
.mbbr{display:none;}
.dn{display:none;}


#container{
	padding-bottom: 220px;
	background: #e9e9e9;
}

.innerwrap{
	position: relative;
	width: 92%;
	max-width: 1680px;
	margin: 0 auto;
}


.sec_tit{
	position: relative;
	margin-bottom: 60px;
}
.sec_tit h2{
	font-family: "Poppins";
	font-size: 19px;
	font-weight: 500;
}
.sec_tit h3{
	font-size: 44px;
	font-weight: 600;
	line-height: 1.6em;
	margin-top: 30px;
}

.linkwrap{
	position: absolute;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
}
.linkwrap span{
	font-family: "Poppins";
	font-size: 13px;
	margin-right: 13px;
}
.linkwrap .circle{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 50px;
	height: 50px;
	border: 1px solid #454545;
	border-radius: 50%;
	overflow: hidden;
}
.linkwrap .circle:after{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(0);
	width: 110%;
	height: 110%;
	border-radius: 50%;
	background: #454545;
	transition: all 0.3s;
}
.linkwrap:hover .circle:after{
	transform: translate(-50%, -50%) scale(1);
}
.linkwrap .circle i{
	position: relative;
	z-index: 1;
	display: block;
	width: 11px;
	height: 11px;
	background: url(/images/main/link_arr.png) no-repeat center / contain;
	transition: all 0.3s;
}
.linkwrap:hover .circle i{
	background: url(/images/main/link_arr_wh.png) no-repeat center / contain;
}








/* visual */
.visual{
	overflow:hidden;
	position:relative;
	width:100%; height: 100vh;
}
.visual .swiper-wrapper{width:100%;height:100%;}
.visual .swiper-slide{
	position:relative;
	width:100%;height:100%;
}
.visual .swiper-slide .bg{
	position:absolute;left:0%;top:0%;z-index:-1;
	width:100%;height:100%;	
	transform:scale(1.1);
	transition:all 4s;
}
.visual .swiper-slide-active .bg{transform:scale(1);}
.visual .swiper-slide.v1 .bg{background:url(/images/main/main_visual1.jpg) no-repeat center;background-size:cover;}
.visual .txtwrap{
	position:absolute;left:50%;top:25%;z-index:10;
	transform:translateX(-50%);
	width:92%;
	max-width: 1680px;
}
.visual .txtwrap .tit h2, .visual .txtwrap .tit h3{
	overflow: hidden;
}
.visual .txtwrap .tit h2 span, .visual .txtwrap .tit h3 span{
	font-family: "Poppins";
	display: inline-block;
	font-size: 72px;
	font-weight: 500;
	line-height: 1.3em;
	color: #fff;
}
.visual .txtwrap .txt{
	margin-top: 30px;
	font-size: 20px;
	color: rgba(255,255,255,0.6);
}

.visual .video-wrap {
width: 100%;
height: 100%;
background: #000;
overflow: hidden;
}

.visual .video-wrap video {
width: 100%;
height: 100%;
object-fit: contain;
}

.visual .video-wrap.ptbr video{
margin-top: 80px;
display: block;
}





.sec2{
	height: 100vh;
	display: flex;
	align-items: center;
}
.sec2 h3{
	font-family: "Poppins";
	font-size:130px;
	font-weight: 500;
	letter-spacing:-0.025em;
	color:#222222;
	line-height: 1.1em;
	position: relative;
	color: #d2d2d2;
	-webkit-text-stroke: 1px #e9e9e9;
	paint-order: stroke fill;
}
.sec2 .innerwrap > h3{
	text-align: center;
}
.sec2 h3>span.grad{
	width: 100%;
	height:120%;
	-webkit-text-stroke: 1px transparent;
	font: inherit;
	position: absolute;
	display: block;
	top:0;left:0;
	clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	background: #222;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	paint-order: stroke fill;
}
.sec2 .txt{
	font-size:18px;
	color:#555555;
	margin-top: 30px;line-height: 1.5em;
}
.sec2 .area{display: flex;justify-content: center;margin:50px auto 0;}
.sec2 .area .img{overflow:hidden;}





.sec3{
	padding: 0 0 250px;
}
.sec3 .product{
	position: relative;
	padding-bottom: 100px;
	padding-top: 30px;
}
.sec3 .product .swiper-slide{
	position: relative;
	width: 550px;
	aspect-ratio: 550 / 702;
	/* padding: 40px; */
	border-radius: 10px;
	background: #d9d9d9;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.5s;
}
.sec3 .product .swiper-slide:hover{
	transform: translateY(-30px);
}
.sec3 .product .swiper-slide .thumb{
	width: 100%;
	height: calc(100% - 200px);
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.sec3 .product .swiper-slide .text-box{
position: absolute;
z-index: 1;
top:0%;
overflow: hidden;
width: 100%;
padding: 0 20px;
}
.sec3 .product .swiper-slide .text-box p{
font-size: var(--font-size-52);
font-weight: 800;
transform: translateY(100%);
transition: all 0.5s 0.2s;
word-break: break-all;
}

.sec3 .product .swiper-slide:hover .text-box p{
transform: translateY(0%);
}
.sec3 .product .swiper-slide .thumb img{
}
.sec3 .product .swiper-slide .name{
	position: absolute;
	left: 40px;
	bottom: 40px;
	width: calc(100% - 80px);
	font-size: 36px;
	font-weight: 600;
}
.sec3 .product .swiper-slide .arr{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 50px;
	height: 50px;
	border: 1px solid #454545;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	right: 40px;
	top: 40px;
}
.sec3 .product .swiper-slide .arr:after{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(0);
	width: 110%;
	height: 110%;
	border-radius: 50%;
	background: #454545;
	transition: all 0.3s;
}
.sec3 .product .swiper-slide:hover .arr:after{
	transform: translate(-50%, -50%) scale(1);
}
.sec3 .product .swiper-slide .arr i{
	position: relative;
	z-index: 1;
	display: block;
	width: 11px;
	height: 11px;
	background: url(/images/main/link_arr.png) no-repeat center / contain;
	transition: all 0.3s;
}
.sec3 .product .swiper-slide:hover .arr i{
	background: url(/images/main/link_arr_wh.png) no-repeat center / contain;
}
.sec3 .product .ctr{
	display: flex;align-items:center;justify-content:space-between;
	position: absolute;
	left:0;bottom:0;
	width:100%;
}
.sec3 .product .ctr .btns{
	width:120px;display: flex;align-items:center;justify-content:center;gap: 5px;
}
.sec3 .product .ctr .btns > div{
	display: block;width:50px;height:50px;
	background: url(/images/main/prev_btn.png)no-repeat center / contain;
	cursor:pointer;
}
.sec3 .product .ctr .btns > div.next{
	background: url(/images/main/next_btn.png)no-repeat center / contain;
}
.sec3 .product .progress-bar{    
	display: block !important;
    width: calc(100% - 120px);
    height:1px;
    background: #d9d9d9; 
	border-radius:0;
}
.sec3 .product .progress-bar .swiper-scrollbar-drag{
	height:3px;cursor:pointer;
	background:#000000;
	border-radius:0;
}



.sec4{
	padding: 240px 0;
	background: #121212;
	overflow: hidden;
}
.sec4 .innerwrap{
	height: 100%;
}
.sec4 .sec_tit{
	text-align: center;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, 0);
	margin-bottom: 0;
}
.sec4 .sec_tit h2{
	color: #c3911b;
}
.sec4 .sec_tit h3{
	color: #fff;
}

.sec4 .grid {
	padding-top: 20%;
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr); /* 3열 */
	gap: 25px; /* 열 사이 간격 */
}
.sec4 .grid .col {
	display: flex;
	flex-direction: column;
	gap: 25px; /* 이미지 간 간격 */
}
.sec4 .grid .col1{
	margin-top: 20vw;
}
.sec4 .grid .col3{
	margin-top: 10vw;
}
.sec4 .grid .col .img{
	position: relative;
}
.sec4 .grid .col .img .tit{
	position: absolute;
	left: 45px;
	bottom: 55px;
	width: calc(100% - 90px);
	font-size: 30px;
	font-weight: 600;
	color: #fff;
}
.sec4 .grid .col .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 10px;
}





.sec5{position: relative;padding: 250px 0;}
.sec5:after{
	content: "";
	position: absolute;
	left: 0;
	top: 41%;
	width: 527px;
	height: 905px;
	background: url(/images/main/sec5_bg.png) no-repeat center / contain;
}
.sec5 .boxwrap{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.sec5 .boxwrap .box{
	position: relative;
	width: calc((100% - 40px) / 3);
	aspect-ratio: 1;
	padding: 60px;
	border-radius: 10px;
	overflow: hidden;
}
.sec5 .boxwrap .imgbox{
	display: flex;
	align-items: flex-end;
}
.sec5 .boxwrap .imgbox .bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.sec5 .boxwrap .imgbox .bg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sec5 .boxwrap .imgbox .tit{
	position: relative;
	font-size: 30px;
	font-weight: 600;
	color: #fff;
}
.sec5 .boxwrap .txtbox{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.sec5 .boxwrap .txtbox .slg{
	font-family:"Poppins";
	font-size: 72px;
	font-weight: 500;
	line-height: 1.2em;
}

.sec5 .slgwrap{
	margin-top: 240px;
	text-align: center;
}
.sec5 .slgwrap > div{
	overflow: hidden;
}
.sec5 .slgwrap > div span{
	display: inline-block;
	font-family: "Poppins";
	font-size: 6vw;
	font-weight: 500;
	line-height: 1.1em;
	color: #000;
}






.sec6{margin-bottom: 180px}
.sec6 .news{
	position: relative;
	padding-bottom: 100px;
}
.sec6 .news .swiper-slide{
	width: 404px;
	border-radius: 10px;
	border: 1px solid #ccc;
	background: #f7f7f7;
}
.sec6 .news .swiper-slide .thumb{
	width: 100%;
	aspect-ratio: 404 / 249;
	border-radius: 10px;
	overflow: hidden;
}
.sec6 .news .swiper-slide .thumb img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sec6 .news .swiper-slide .txts{
	width: 100%;
	padding: 30px 25px;
}
.sec6 .news .swiper-slide .txts .tit{
	font-size: 24px;
	font-weight: 600;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.sec6 .news .swiper-slide .txts .con{
	font-size: 18px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin: 10px 0 30px;
	color: #666;
}
.sec6 .news .swiper-slide .txts .date{
	font-size: 17px;
	color: #666;
}
.sec6 .news .ctr{
display: flex;align-items:center;justify-content:space-between;
position: absolute;
left:0;bottom:0;
width:100%;
}
.sec6 .news .ctr .btns{
	width:120px;display: flex;align-items:center;justify-content:center;gap: 5px;
}
.sec6 .news .ctr .btns > div{
	display: block;width:50px;height:50px;
	background: url(/images/main/prev_btn.png)no-repeat center / contain;
	cursor:pointer;
}
.sec6 .news .ctr .btns > div.next{
	background: url(/images/main/next_btn.png)no-repeat center / contain;
}
.sec6 .news .progress-bar{    
	display: block !important;
    width: calc(100% - 120px);
    height:1px;
    background: #d9d9d9; 
	border-radius:0;
}
.sec6 .news .progress-bar .swiper-scrollbar-drag{
	height:3px;cursor:pointer;
	background:#000000;
	border-radius:0;
}



.sec7{}
.sec7 .rolling-wrap {
	position: relative;
	display: flex;
	overflow: hidden;
	height: 150px;
}

.sec7 .rolling-wrap + .rolling-wrap {

}

.sec7 .rolling-wrap .rolling-list {
	position: absolute;
	top: 0;
	display: flex;
}

.sec7 .rolling-wrap:not(.right) .rolling-list {
	left: 0;
}

.sec7 .rolling-wrap.right .rolling-list {
	right: 0;
}

.sec7 .rolling-wrap .rolling-list ul {
	padding: 0;
	margin: 0;
	display: flex;
	list-style: none;
}

.sec7 .rolling-wrap .rolling-list ul li {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	flex-shrink: 0;
	padding: 0 5px;
}

.sec7 .rolling-wrap .rolling-list ul li .img {
	width: 360px;
	height: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sec7 .rolling-wrap .rolling-list ul li .img img {
	max-width: 100%;
	max-height: 100%;
	filter: grayscale(100);
}

/* 왼쪽으로 흐르는 애니메이션 */
.rolling-wrap:not(.right) .rolling-list {
	animation: rollingleft 20s linear infinite;
}

@keyframes rollingleft {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-100%);
	}
}

/* 오른쪽으로 흐르는 애니메이션 */
.rolling-wrap.right .rolling-list {
	animation: rollingRight 20s linear infinite;
}

@keyframes rollingRight {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(100%);
	}
}




.visual .txtwrap .tit h2 span{opacity: 0; transform: translateY(100%);}
.visual .txtwrap .tit h3 span{opacity: 0; transform: translateY(100%);}
.visual.in-view .txtwrap .tit h2 span{opacity: 1; transform: translateY(0); transition: all 1.2s 0.2s;}
.visual.in-view .txtwrap .tit h3 span{opacity: 1; transform: translateY(0); transition: all 1.2s 0.4s;}

.visual .txtwrap .txt{opacity: 0; transform: translateY(40px);}
.visual.in-view .txtwrap .txt{opacity: 1; transform: translateY(0); transition: all 1.2s 1.2s;}




.sec3 .product .swiper-slide .thumb img.shadow {
        position: absolute;
        opacity: 0;
        transition: all 0.5s;
}

.sec3 .product .swiper-slide:hover .thumb img.shadow {
        opacity: 1;
}

/* .sec3 .product .swiper-slide:nth-child(2) .thumb img.shadow{
transform: translate(-6px, 1px) scale(0.97);
} */