@charset "utf-8";
.pcbr{display:block;}
.ptbr{display:block;}
.tbbr{display:none;}
.mbbr{display:none;}
.dn{display:none;}




.innerwrap{
	width: 92%;
	max-width: 1640px;
	margin: 0 auto;
}


.sec_tit{}
.sec_tit h2{
	font-family: "Wix Madefor Display";
	font-size: var(--fz-34);
	font-weight: 500;
	color: #000;
}
.sec_tit h3{
	margin-top: 40px;
	font-size: var(--fz-58);
	color: #000;
}
.sec_tit.wh h2, .sec_tit.wh h3{
	color: #fff;
}

.more_btn{
	display: flex;
	align-items: center;
	cursor: pointer;
}
.more_btn span{
	font-size: 12px;
	color: #444;
	margin-right: 12px;
}
.more_btn .cc{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid rgba(0,0,0,0.3);
	transition: all 0.3s;
}
.more_btn:hover .cc{
	border: 1px solid rgba(0,0,0,0.0);
}
.more_btn .cc i{
	position: relative;
	z-index: 2;
	display: block;
	width: 13px;
	height: 11px;
	background: url(/images/main/more_btn_arr.png) no-repeat center / contain;
	transition: all 0.3s;
}
.more_btn:hover .cc i{
	background: url(/images/main/more_btn_arr_wh.png) no-repeat center / contain;
}
.more_btn .cc:after{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(0);
	transition: all 0.4s;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #2A2D64;
}
.more_btn:hover .cc:after{
		transform: translate(-50%, -50%) scale(1);
}

.more_btn.wh span{
	color: #fff;
}
.more_btn.wh .cc{
	border: 1px solid rgba(255,255,255,0.7);
}
.more_btn.wh:hover .cc{
	border: none;
}
.more_btn.wh .cc i{
	background: url(/images/main/more_btn_arr_wh.png) no-repeat center / contain;
}


.sec1{
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.sec1 .bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(/images/main/main_visual1.jpg) no-repeat center / cover;
}
.sec1 .svg{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
.sec1 .main_txt{
	display: flex;
	position: relative;
	z-index: 2;
	font-size: var(--fz-68);
	font-weight: 400;
	color: #fff;
}
.sec1 .main_txt strong{}

.sec2{
	position: relative;
	width: 100%;
	padding: 160px 0 230px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.sec2 .wave{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 7px;
}
.sec2 .wave > div{
	display: block;
	width: 124px;
	aspect-ratio: 504 / 49;
	background: url(/images/main/sec2_wave.png) no-repeat center / contain;
}
.sec2 .txtwrap{
	width: 100%;
	padding: 40px 4%;
	overflow: hidden;
}
.sec2 .txtwrap .txt_inner{
	position: relative;
	width: 100%;
}
.sec2 .txtwrap .txt_inner video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sec2 .txtwrap .txt{
	position: relative;
	overflow: hidden;
	line-height: 1em;
	z-index: 2;
		mix-blend-mode: screen;
    background-color: #ffffff;
}
.sec2 .txtwrap .txt span{
	display: inline-block;
	font-family: "Wix Madefor Display";
	font-size: var(--fz-160);
	font-weight: 800;
	line-height: 1em;

}
.sec2  p{
	font-size: var(--fz-22);
	line-height: 1.5em;
	color: #525252;
	margin-top: 40px;
}

.sec3{
	padding: 0 0 350px;
	overflow: hidden;
}
.sec3 .sec_tit{
	text-align: center;
}
.sec3 .business{
	margin-top: 140px;
	overflow: visible;
	
}
.sec3 .business .swiper-wrapper{
	height: 500px;
	align-items: center;
}
.sec3 .business .swiper-slide{
	width: 350px;
	height: unset;
	aspect-ratio: 350 / 470;
	border-radius: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	/* transform: translateX(-60px); */
	transition: all 0.3s;
	margin: 0 40px;
}
.sec3 .business .swiper-slide-active{
	/* transform: scale(1.286) translateX(-63px);
	margin-left: 80px !important;
	margin-right: 80px !important; */
	transform: scale(1.286);
}
.sec3 .business .swiper-slide-prev{
	margin-right: 40px;
}
.sec3 .business .swiper-slide-next{
	margin-left: 40px;
}

.sec3 .business .swiper-slide.v1{background: url(/images/main/sec3_bg1.jpg) no-repeat center / cover;}
.sec3 .business .swiper-slide.v2{background: url(/images/main/sec3_bg2.jpg) no-repeat center / cover;}
.sec3 .business .swiper-slide.v3{background: url(/images/main/sec3_bg3.jpg) no-repeat center / cover;}
.sec3 .business .swiper-slide.v4{background: url(/images/main/sec3_bg4.jpg) no-repeat center / cover;}
.sec3 .business .swiper-slide.v5{background: url(/images/main/sec3_bg5.jpg) no-repeat center / cover;}
.sec3 .business .swiper-slide.v6{background: url(/images/main/sec3_bg6.jpg) no-repeat center / cover;}
.sec3 .business .swiper-slide.v7{background: url(/images/main/sec3_bg7.jpg) no-repeat center / cover;}
.sec3 .business .swiper-slide:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.4);
	backdrop-filter: blur(3px);
	border-radius: 70px;
}
.sec3 .business .swiper-slide-active:after{
	display: none;
}
.sec3 .business .swiper-slide .inner{
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 10px;
	transition: all 0.3s;
	overflow: hidden;
}
.sec3 .business .swiper-slide .inner .cate{
	position: relative;
	font-size: var(--fz-26);
	font-weight: 700;
	color: #fff;
	z-index: 10;
}
.sec3 .business .swiper-slide-active .inner .cate{
	font-size: var(--fz-34);
	padding: 0 66px;
	text-align: center;
}
.sec3 .business .swiper-slide .inner .slide-prev{
	position: absolute;
	left: -66px;
	top: 50%;
	transform: translateY(-50%) scale(0.8);
	transform-origin: center;
	width: 132px;
	aspect-ratio: 1;
	border-radius: 50%;
	background: rgba(255,255,255,0.4);
	backdrop-filter: blur(10px);
	border: none;
	display: none;
	transition: all 0.6s;
}
.sec3 .business .swiper-slide .inner .slide-prev:hover{
	transform: translateY(-50%) scale(1);
}
.sec3 .business .swiper-slide .inner .slide-prev:after{
	content: "";
	position: absolute;
	right: 26px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 14px;
	height: 14px;
	border: none;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	background: none;
}
.sec3 .business .swiper-slide .inner .slide-next{
	position: absolute;
	right: -66px;
	top: 50%;
	transform: translateY(-50%) scale(0.8);
	transform-origin: center;
	width: 132px;
	aspect-ratio: 1;
	border-radius: 50%;
	background: rgba(255,255,255,0.4);
	backdrop-filter: blur(10px);
	border: none;
	display: none;
	transition: all 0.6s;
}
.sec3 .business .swiper-slide .inner .slide-next:hover{
	transform: translateY(-50%) scale(1);
}
.sec3 .business .swiper-slide .inner .slide-next:after{
	content: "";
	position: absolute;
	left: 26px;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	width: 14px;
	height: 14px;
	border: none;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	background: none;
}
.sec3 .business .swiper-slide-active .inner .slide-prev,
.sec3 .business .swiper-slide-active .inner .slide-next{display: block; cursor: pointer;z-index: 11;}
.sec3 .business .swiper-slide p{
	position: absolute;
	left: 50%;
	top: calc(100% + 40px);
	transform: translateX(-50%);
	width: 92%;
	font-size: var(--fz-18);
	line-height: 1.4em;
	color: #525252;
	text-align: center;
	opacity: 0;
}
.sec3 .business .swiper-slide-active p{
	opacity: 1;
	transition: all 1s 0.2s;
}


.sec4{
	position: relative;
	width: 100%;
	height: 100vh;
	display: flex;
}
.sec4 .txtwrap{
	width: 50%;
	height: 100%;
	padding: 0 4%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #E4E4EF;
}
.sec4 .txtwrap ul{
	margin: 100px 0 130px;
	display: flex;
	gap: 4vw;
}
.sec4 .txtwrap li{
	text-align: center;
}
.sec4 .txtwrap li p{
	margin-top: 14px;
	font-size: var(--fz-22);
	color: #404040;
	white-space: nowrap;
}

.sec4 .imgwrap{
	width: 50%;
	height: 100%;
	overflow: hidden;
}
.sec4 .imgwrap img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sec4 .center_img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 15vw;
	max-width: 380px;
	aspect-ratio: 380 / 495;
	border-radius: 70px;
	overflow: hidden;
	z-index: 10;
}
.sec4 .center_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sec5{
	position: relative;
	overflow: hidden;
	padding: 230px 0 430px;
	background: url(/images/main/sec5_bg.jpg) no-repeat center / cover;
}
.sec5 .bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(/images/main/sec5_bg.jpg) no-repeat center / cover;
}
.sec5 .sec_tit{
	position: relative;
	text-align: center;
}
.sec5 ul{
	position: relative;
	margin-top: 110px;
	display: flex;
	width: 100%;
	gap: 40px;
}
.sec5 li{
	width: calc((100% - 80px) / 3);
	aspect-ratio: 1;
	border-radius: 50%;
	border: 1.3px dashed #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.sec5 li .tit_kr{
	font-size: var(--fz-34);
	font-weight: 700;
	color: #fff;
	margin: 20px 0 10px;
}
.sec5 li .tit_en{
	font-family: "Wix Madefor Display";
	font-size: var(--fz-22);
	font-weight: 500;
	color: #fff;
}
.sec5 li p{
	font-size: var(--fz-22);
	line-height: 1.5em;
	color: #fff;
	margin-top: 20px;
}
.sec6{
	padding: 230px 0;
}
.sec6 .titwrap{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding-bottom:90px;
	border-bottom: 1px solid #ccc;
}

.sec6 .boxwrap{
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	margin-top: 24px;
}
.sec6 .boxwrap .box{
	position: relative;
	width: calc((100% - 48px) / 3);
	aspect-ratio: 530 / 387;
	border-radius: 36px;
	padding: 50px;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
}
.sec6 .boxwrap .box.blank{opacity: 0;}
.sec6 .boxwrap .box .bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 1.2s;
}
.sec6 .boxwrap .box:hover .bg{
	transform: scale(1.1);
}
.sec6 .boxwrap .box .bg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sec6 .boxwrap .box .txtwrap{
	position: relative;
	z-index: 2;
}
.sec6 .boxwrap .box .txtwrap .tit{
	font-size: var(--fz-34);
	font-weight: 700;
	color: #fff;
}
.sec6 .boxwrap .box .txtwrap p{
	font-size: var(--fz-22);
	line-height: 1.5em;
	color: rgba(255,255,255,0.8);
	margin-top: 15px;
}
.sec6 .boxwrap .box:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 1;
	opacity: 0;
	transition: all 0.3s;
}
.sec6 .boxwrap .box:hover:after{
	opacity: 1;
}

.sec7{padding: 220px 0 0; overflow: hidden;}
.sec7 h2{
	font-family: "Wix Madefor Display";
	font-size: var(--fz-58);
	font-weight: 500;
	color: #000;
	text-align: center;
}
.sec7 .press{margin-top: 90px; position: relative; padding-bottom: 700px; overflow: visible;}
.sec7 .press .swiper-wrapper{position: absolute; left: 0; top: 0; align-items: center}
.sec7 .press .swiper-slide{
	position: relative;
	padding: 65px 55px;
	border-radius: 24px;
	width: 508px;
	height: unset;
	aspect-ratio: 508 / 650;
	border-radius: 70px;
	transition: all 0.3s;
	overflow: visible;
}
.sec7 .press .swiper-slide:before{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transform-origin: center;
	width: 100%;
	height: 100%;
	background: #eeedf2;
	border-radius: 70px;
	z-index: -1;
	transition: transform 0.3s ease, background-color 0.3s ease;
	pointer-events: none;
	will-change: transform;
}
.sec7 .press .swiper-slide:hover:before{
	transform: translate(-50%, -50%) scale(1.05);
	background: #2A2D64;
}
.sec7 .press .swiper-slide .top{
	display: flex;
	justify-content: space-between;
}
.sec7 .press .swiper-slide .top .cate{
	font-family: "Wix Madefor Display";
	font-size: var(--fz-24);
	font-weight: 700;
	transition: all 0.3s;
}
.sec7 .press .swiper-slide .top .date{
	font-family: "Wix Madefor Display";
	font-size: var(--fz-18);
	font-weight: 500;
	color: rgba(0,0,0,0.6);
	transition: all 0.3s;
}
.sec7 .press .swiper-slide .txtwrap{
	margin-top: 30px;
}
.sec7 .press .swiper-slide .txtwrap .thumb{
	width: 100%;
	aspect-ratio: 405 / 233;
	border-radius: 34px;
	overflow: hidden;
}
.sec7 .press .swiper-slide .txtwrap .thumb img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sec7 .press .swiper-slide .txtwrap .tit{
	margin-top: 30px;
	font-size: var(--fz-26);
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 3.2em;
	line-height: 1.6em;
	transition: all 0.3s;
}
.sec7 .press .swiper-slide .txtwrap .text{
	margin-top: 12px;
	font-size: var(--fz-20);
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	line-height: 1.6em;
	transition: all 0.3s;
}
.sec7 .press .swiper-slide .more{
	position: absolute;
	left: 55px;
	bottom: 65px;
	font-size: 12px;
	transition: all 0.3s;
}
.sec7 .press .swiper-slide .more i{
	display: inline-block;
	width: 13px;
	height: 11px;
	background: url(/images/main/more_btn_arr.png) no-repeat center / contain;
	margin-left: 10px;
	transition: all 0.3s;
}

.sec7 .press .swiper-slide:hover .top .cate{
	color: #fff;
}
.sec7 .press .swiper-slide:hover .top .date{
	color: #C3C5E3;
}
.sec7 .press .swiper-slide:hover .txtwrap .tit{
	color: #fff;
}
.sec7 .press .swiper-slide:hover .txtwrap .text{
	color: #fff;
}
.sec7 .press .swiper-slide:hover .txtwrap .con{
	color: #fff;
}
.sec7 .press .swiper-slide:hover .more{
	color: #fff;
}
.sec7 .press .swiper-slide:hover .more i{
	background: url(/images/main/more_btn_arr_wh.png) no-repeat center / contain;
}


.sec8{
	padding-top: 340px;
	text-align: center;
	margin: 0 auto;
}
.sec8 .name{
	position: relative;
	text-align: center;
	width: fit-content;
	margin: 0 auto;
	transform: translateY(10px);
}
.sec8 .name span{
	font-family: "Wix Madefor Display";
	font-size: clamp(200px, 21vw, 422px);
	font-weight: 800;
	line-height: 0.71;
	color: #7BA1B1;
}
.sec8 .name .icon1{
	position: absolute;
	left: -6%;
	top: -85%;
	width: 24%;
	aspect-ratio: 385 / 318;
	background: url(/images/main/sec8_icon1.png) no-repeat center / contain;
}
.sec8 .name .icon2{
	position: absolute;
	right: 5%;
	top: -31%;
	width: 7.15%;
	aspect-ratio: 150 / 115;
	background: url(/images/main/sec8_icon2.png) no-repeat center / contain;
}
.sec8 .conwrap{
	position: relative;
	width: 100%;
	height: 980px;
	padding: 170px 0;
	border-radius: 120px 120px 0 0;
	text-align: left;
	overflow: hidden;
}
.sec8 .conwrap .bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(/images/main/sec8_bg.jpg) no-repeat center / cover;
}
.sec8 .conwrap .innerwrap{
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.sec8 .conwrap .innerwrap h2{
	font-family: "Wix Madefor Display";
	font-size: var(--fz-58);
	font-weight: 500;
	color: #fff;
}
.sec8 .conwrap .innerwrap .bot{
	display: flex;
	justify-content: space-between;
}
.sec8 .conwrap .innerwrap .bot h3{
	font-size: var(--fz-58);
	color: #fff;
}



@-webkit-keyframes showImg{
0%{ clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);}
100%{clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%); }
animation-delay: 1s;
}
@-webkit-keyframes showImg2{
0%{ clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);}
0%{ clip-path: polygon(0 0, 28% 0, 58% 100%, 0 100%);}
100%{clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%); }
}
@-webkit-keyframes showImg3{
0%{ clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);}
100%{clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%); }
animation-delay: 1s;
}
@-webkit-keyframes opacityAni{
0%{opacity:0;}
100%{opacity:1;}
}
@-webkit-keyframes scaleAni{
0%{opacity:0;transform:scale(1.3);}
100%{opacity:1;transform:scale(1);}
}
@-webkit-keyframes scaleAni2{
0%{opacity:0.5;transform:scale(1.3);}
100%{opacity:1;transform:scale(1);}
}
@-webkit-keyframes fadeUpAni{
0%{opacity:0; transform:translateY(30px);}
100%{opacity:1;transform:translateY(0);}
}
@-webkit-keyframes fadeLeftAni{
0%{opacity:0; transform:translateX(-50px);}
100%{opacity:1;transform:translateX(0);}
}
@-webkit-keyframes fadeRightAni{
0%{opacity:0; transform:translateX(50px);}
100%{opacity:1;transform:translateX(0);}
}
@-webkit-keyframes imgMotion{
	0% { clip-path: inset(50%);opacity:0; }
	100% {clip-path: inset(0);opacity:1;}
}

.fadeUp{opacity: 0;}
.fadeLeft{opacity: 0;}
.fadeRight{opacity: 0;}
.showImg{opacity: 0;}
.clipImg{opacity: 0;}

.showImg.in-view{animation-name: showImg;animation-timing-function: cubic-bezier(0.42, 0, 0.14, 1.01); animation-duration: 1.4s; opacity: 1;}
.showImg2.in-view{animation-name: showImg2;animation-timing-function: cubic-bezier(0.42, 0, 0.14, 1.01); animation-duration: 2s; opacity: 1;}
.showImg3.in-view{animation-name: showImg3;animation-timing-function: cubic-bezier(0.42, 0, 0.14, 1.01); animation-duration: 1s; opacity: 1;}
.opacity.in-view{animation-name: opacityAni;animation-timing-function: cubic-bezier(0.42, 0, 0.14, 1.01); animation-duration: 2s;}
.fadeUp.in-view{animation-name: fadeUpAni; animation-timing-function: cubic-bezier(0.42, 0, 0.14, 1.01);animation-duration: 1.4s; opacity: 1;}
.fadeLeft.in-view{animation-name: fadeLeftAni; animation-timing-function: cubic-bezier(0.42, 0, 0.14, 1.01);animation-duration: 1.2s; opacity: 1;}
.fadeRight.in-view{animation-name: fadeRightAni; animation-timing-function: cubic-bezier(0.42, 0, 0.14, 1.01);animation-duration: 1.2s; opacity: 1;}
.scaleAni.in-view{animation-name: scaleAni; animation-timing-function: cubic-bezier(0.42, 0, 0.14, 1.01); animation-duration: 2s; }
.scaleAni2.in-view{animation-name: scaleAni2; animation-timing-function: cubic-bezier(0.42, 0, 0.14, 1.01); animation-duration: 1.5s; }
.clipImg.in-view{animation-name: imgMotion;animation-duration: 1s;animation-fill-mode: forwards;animation-timing-function: ease-in-out;animation-delay: 0.1s;opacity: 0;}




.sec1 .svg path {
	stroke-dasharray: 3000;
	stroke-dashoffset: 3000;
}

.sec1 .svg.in-view path {
	animation: draw 3s 1s linear forwards;
}

@keyframes draw {
	to {
		stroke-dashoffset: 0;
	}
}
.sec1 .bg{transform: scale(1.1);}
.sec1.in-view .bg{transform: scale(1); transition: all 3s;}

.sec1 .main_txt{opacity: 0; transform: translateY(40px);}
.sec1.in-view .main_txt{opacity: 1; transform: translateY(0); transition: all 1.3s 0.2s;}

/* .sec1 .main_txt strong{
	position: relative;
	overflow: hidden;
	display: inline-block;
}
.sec1 .main_txt strong:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}
.sec1 .main_txt strong::after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: white;
	animation: a-ltr-after 1.2s cubic-bezier(.77,0,.18,1) forwards;
	transform: translateX(0);
}
.sec1 .main_txt strong:after{
    animation-delay: 0.5s;
}
@keyframes a-ltr-after{
    0% {transform: translateX(0)}
    100% {transform: translateX(101%)}
} */


.sec2 .txtwrap .txt span{
	letter-spacing: 30px;
	opacity: 0;
}
.sec2 .txtwrap .txt1 span{transition: all 2s 0.2s;}
.sec2 .txtwrap .txt2 span{transition: all 2s 0.6s;}
.sec2 .txtwrap .txt3 span{transition: all 2s 1s;}
.sec2 .txtwrap.in-view .txt span{
	letter-spacing: 1px;
	opacity: 1;
}
.sec2 .txtwrap p{opacity: 0; transform: translateY(40px);}
.sec2 .txtwrap.in-view p{opacity: 1; transform: translateY(0); transition: all 1.4s 1.4s;}

















/* SVG 설정 */
svg {
	overflow: hidden;
}

/* 물방울 떨어지는 애니메이션 */
.sec4 .txtwrap li:nth-child(1) .path1 {
	animation: dropDown 2s ease-in infinite;
	transform-origin: center;
}

/* 물결 1 - 먼저 나타남 */
.sec4 .txtwrap li:nth-child(1) .cc1 {
	opacity: 0;
	transform: scale(0.7);
	transform-origin: 29.5px 40.2px; /* 물방울 떨어지는 지점 */
	animation: ripple1 2s ease-out infinite;
}

/* 물결 2 - 조금 늦게 나타남 */
.sec4 .txtwrap li:nth-child(1) .cc2 {
	opacity: 0;
	transform: scale(0.7);
	transform-origin: 29.5px 40.9px; /* 물방울 떨어지는 지점 */
	animation: ripple2 2s ease-out infinite;
}

/* 물방울 떨어지기 */
@keyframes dropDown {
	0% {
		transform: translateY(-20px);
		opacity: 1;
	}
	50% {
		transform: translateY(0);
		opacity: 1;
	}
	55% {
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 0;
	}
}

/* 물결 1 애니메이션 */
@keyframes ripple1 {
	0% {
		opacity: 0;
		transform: scale(0.5);
	}
	50% {
		opacity: 0;
		transform: scale(0.5);
	}
	60% {
		opacity: 1;
		transform: scale(0.7);
	}
	100% {
		opacity: 0;
		transform: scale(1);
	}
}

/* 물결 2 애니메이션 (조금 늦게) */
@keyframes ripple2 {
	0% {
		opacity: 0;
		transform: scale(0.5);
	}
	50% {
		opacity: 0;
		transform: scale(0.5);
	}
	60% {
		opacity: 1;
		transform: scale(0.7);
	}
	100% {
		opacity: 0;
		transform: scale(1);
	}
}


/* line1, line2 회전 애니메이션 */
.sec4 .txtwrap li:nth-child(2) .line1,
.sec4 .txtwrap li:nth-child(2) .line2 {
	animation: rotate360 4s linear infinite;
	transform-origin: 26px 26px; /* SVG 중심점 (52/2 = 26) */
}

/* path1 크기 변화 애니메이션 */
.sec4 .txtwrap li:nth-child(2) .path1 {
	animation: scaleAnimation 2s ease-in-out infinite;
	transform-origin: 26px 26px; /* SVG 중심점 */
}

/* 360도 회전 */
@keyframes rotate360 {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}


.sec4 .txtwrap li:nth-child(3) svg {
	animation: rotate120 3s infinite;
	transform-origin: center;
}


@keyframes rotate120 {
	0% {
		transform: rotate(0deg);
	}
	66.67% { /* 2초/3초 = 66.67% */
		transform: rotate(120deg);
	}
	100% { /* 1초 대기 */
		transform: rotate(120deg);
	}
}


.sec4 .imgwrap img{transform: scale(1.2);}
.sec4 .imgwrap.in-view img{transform: scale(1); transition: all 2s;}

.sec4 .imgwrap{
	position: relative;
}
.sec4 .imgwrap:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.1);
	transform: translateX(-100%);
	z-index: 1;
}
.sec4 .imgwrap:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.3);
	transform: translateX(-100%);
	z-index: 2;
}
.sec4 .imgwrap.in-view:before{transform: translateX(100%); transition: all 1s 0.4s;}
.sec4 .imgwrap.in-view:after{transform: translateX(100%); transition: all 1s 0.6s;}



.sec5 .bg{
	transform: scale(1.2);
}
.sec5.in-view .bg{transform: scale(1); transition: all 3s 1.4s;}

.sec5 li{opacity: 0; transform: scale(0.8);}
.sec5 li:nth-child(1){transition: all 1.4s 0.2s;}
.sec5 li:nth-child(2){transition: all 1.4s 0.4s;}
.sec5 li:nth-child(3){transition: all 1.4s 0.6s;}
.sec5 ul.in-view li{opacity: 1; transform: scale(1);}


.sec6 .boxwrap .box1, .sec6 .boxwrap .box2{opacity: 0; transform: translateX(50px);transition: all 1.2s 0.2s;}
.sec6 .boxwrap .box1.in-view, .sec6 .boxwrap .box2.in-view{opacity: 1; transform: translateX(0);}
.sec6 .boxwrap .box3, .sec6 .boxwrap .box4{opacity: 0; transform: translateX(-50px);transition: all 1.2s 0.2s;}
.sec6 .boxwrap .box3.in-view, .sec6 .boxwrap .box4.in-view{opacity: 1; transform: translateX(0);}


.sec8 .name .icon1{transform: translateY(10%); opacity: 0;}
.sec8 .name.in-view .icon1{transform: translateY(0); opacity: 1; transition: all 1.2s 0.2s;}

.sec8 .name .icon2{transform: translateY(10%); opacity: 0;}
.sec8 .name.in-view .icon2{transform: translateY(0); opacity: 1; transition: all 1.2s 0.5s;}

.sec8 .conwrap .bg{transform: scale(1.2);}
.sec8 .conwrap.in-view .bg{transform: scale(1); transition: all 2s 0.2s;}
