﻿@charset "utf-8";
.pcbr {
	display: none;
}
.ptbr {
	display: none;
}
.tbbr {
	display: none;
}
.mbbr {
	display: block;
}
.dn {
	display: none;
}

.pc_view {
	display: none;
}
.pt_view {
	display: none;
}
.t_view {
	display: none;
}

.innerwrap {
	width: 92%;
	max-width: 1740px;
	margin: 0 auto;
}

.viewMore {
	position: relative;
	margin-top: 20px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	width: 150px;
	height: 40px;
	border-radius: 10px;
	background: #000;
	overflow: hidden;
}
.viewMore:before {
	content: "";
	position: absolute;
	left: -1px;
	top: -1px;
	width: 101%;
	height: 101%;
	background: #134b8f;
	transform: translateX(-100%);
	transition: all 0.4s;
}
.viewMore i {
	position: relative;
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #fff;
	transition: all 0.4s;
}
.viewMore span {
	position: relative;
	font-size: var(--fz-12);
	font-weight: 700;
	color: #fff;
	transition: all 0.4s;
}
.viewMore:hover:before {
	transform: translateX(0);
}

.secTit {
	position: relative;
	text-align: center;
	z-index: 2;
}
.secTit h2 {
	font-size: var(--fz-28);
	font-weight: 500;
	overflow: hidden;
}
.secTit h3 {
	font-size: clamp(34px, 3.45vw, 42px);
	font-weight: 500;
	overflow: hidden;
	margin: 20px 0 10px;
}
.secTit p {
	font-size: var(--fz-20);
	overflow: hidden;
	color: #666;
}
.secTit p span {
	display: block;
	margin-top: 20px;
}
.secTit .slg {
	margin: 20px 0 10px;
}
.secTit .slg > div {
	overflow: hidden;
}
.secTit .slg > div span {
	font-size: clamp(32px, 5.55vw, 90px);
	font-weight: 500;
}

.secTit.wh h2,
.secTit.wh h3,
.secTit.wh p,
.secTit.wh .slg > div span {
	color: #fff;
}

.sec1 {
	position: relative;
	overflow: hidden;
}
.sec1 .visual {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100vh;
}
.sec1 .visual .swiper-slide {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: transparent;
}
.sec1 .visual .swiper-slide.v0 {
	background: #000;
}
.sec1 .visual .swiper-slide.v0 video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sec1 .visual .swiper-slide .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.sec1 .visual .swiper-slide.v1 .bg {
	background: url(/images/main/main_visual1_m.png) no-repeat bottom / cover;
}
.sec1 .visual .txtWrap {
	position: absolute;
	left: 50%;
	top: 20%;
	transform: translateX(-50%);
	width: 92%;
	max-width: 1740px;
	z-index: 10;
}
.sec1 .visual .txtWrap .icon {
	width: 103px;
	margin-bottom: 20px;
}
.sec1 .visual .txtWrap .txt {
	font-size: clamp(32px, 5.55vw, 90px);
	font-weight: 500;
	line-height: 1.4em;
}
.sec1 .visual .txtWrap b {
	display: inline-block;
	font-size: var(--fz-30);
	font-weight: 500;
	margin: 20px 0 10px;
}
.sec1 .visual .txtWrap p {
	font-size: var(--fz-20);
	line-height: 1.4em;
}

.sec1 .visual .ctrWrap {
	position: absolute;
	left: 50%;
	bottom: 80px;
	transform: translateX(-50%);
	width: 92%;
	max-width: 1740px;
	z-index: 2;
	display: flex;
	justify-content: space-between;
}
.sec1 .visual .ctrWrap .swiper-pagination {
	position: static;
}
.sec1 .visual .ctrWrap .swiper-pagination .swiper-pagination-bullet {
	width: 9px;
	height: 9px;
	margin-right: 12px;
	opacity: 1;
	background: unset;
	border: 1px solid #000;
}
.sec1 .visual .ctrWrap .swiper-pagination .swiper-pagination-bullet-active {
	background: #000;
}
.sec1 .visual .ctrWrap .btns {
	display: flex;
	gap: 20px;
}
.sec1 .visual .ctrWrap .btns .vprev {
	width: 18px;
	height: 16px;
	background: url(/images/main/sec1_prev_btn.png) no-repeat center / contain;
	cursor: pointer;
}
.sec1 .visual .ctrWrap .btns .vnext {
	width: 18px;
	height: 16px;
	background: url(/images/main/sec1_next_btn.png) no-repeat center / contain;
	cursor: pointer;
}

.sec2 {
	position: relative;
	padding: var(--m140) 0;
	background: #e3e8ed;
	overflow: hidden;
}
.sec2 .bg {
	position: absolute;
	right: -20%;
	top: 0;
	width: 120%;
	aspect-ratio: 1218 / 628;
	pointer-events: none;
	z-index: 0;
	overflow: hidden;
}
.sec2 .bg .bgSvg {
	display: block;
	width: 100%;
	height: 100%;
	mix-blend-mode: multiply;
}
.sec2 .bgTxt {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	overflow: hidden;
	pointer-events: none;
	z-index: 0;
}
.sec2 .bgTxt .bgTxtTrack {
	display: flex;
	width: max-content;
	animation: sec2BgTxtMarquee 22s linear infinite;
}
.sec2 .bgTxt .bgTxtTrack span {
	flex-shrink: 0;
	padding-right: 0.4em;
	font-family: "Suit", "Noto Sans KR", sans-serif;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #fff;
	opacity: 0.45;
	white-space: nowrap;
}
@keyframes sec2BgTxtMarquee {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}
.sec2 .innerwrap {
	position: relative;
	z-index: 1;
}
.sec2 .conWrap {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.sec2 .txtArea h2 {
	font-size: var(--fz-22);
	font-weight: 500;
}
.sec2 .txtArea h3 {
	font-size: clamp(26px, 7vw, 34px);
	font-weight: 500;
	line-height: 1.3;
	margin: 16px 0 14px;
}
.sec2 .txtArea p {
	font-size: var(--fz-16);
	line-height: 1.5;
	color: #666;
}
.sec2 .imgWrap {
	position: relative;
	width: 100%;
	max-width: 420px;
	margin: 0 auto;
	aspect-ratio: 564 / 800;
	border-radius: 30px;
	overflow: hidden;
}
.sec2 .imgWrap .img {
	width: 100%;
	height: 100%;
}
.sec2 .imgWrap .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sec2 .lensList {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.sec2 .lensList li a {
	position: relative;
	display: inline-block;
	font-size: var(--fz-22);
	font-weight: 500;
	line-height: 1.3;
	padding-bottom: 4px;
}
.sec2 .lensList li a:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background: #000;
	transition: width 0.4s ease;
}
.sec2 .lensList li a:hover:after {
	width: 100%;
}

.sec3 {
	position: relative;
	padding: var(--m140) 0;
	background: #134b8f;
	overflow: hidden;
}
.sec3 .bgIcon {
	position: absolute;
	left: -20%;
	top: 5%;
	width: 80%;
	max-width: 360px;
	aspect-ratio: 714 / 602;
	background: url(/images/main/sec3_bgIcon.png) no-repeat center / contain;
	pointer-events: none;
	opacity: 0.5;
}
.sec3 .secTit {
	margin-bottom: 40px;
}
.sec3 .secTit h3 {
	margin: 20px 0 10px;
}
.sec3 .secTit p {
	color: rgba(255, 255, 255, 0.8);
}
.sec3 .secTit .note {
	display: block;
	margin-top: 10px;
	font-size: var(--fz-14);
	color: rgba(255, 255, 255, 0.8);
}
.sec3 .boxWrap {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.sec3 .boxWrap .box {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 30px;
	min-height: auto;
	padding: 30px 0;
	border-radius: 28px;
}
.sec3 .boxWrap .box.type1 {
	background: #eeedf2;
}
.sec3 .boxWrap .box.type2 {
	background: #fff;
}
.sec3 .boxWrap .box .top {
	padding: 0 28px;
}
.sec3 .boxWrap .box .top .cate {
	display: block;
	font-size: var(--fz-18);
	font-weight: 500;
	line-height: 1;
	color: #00499a;
}
.sec3 .boxWrap .box .top .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	margin-top: 16px;
	border-radius: 50%;
	background: #fff;
}
.sec3 .boxWrap .box.type2 .top .icon {
	background: #eeedf2;
}
.sec3 .boxWrap .box .top .icon img {
	width: 34px;
	height: 34px;
	object-fit: contain;
}
.sec3 .boxWrap .box .txtWrap {
	padding: 0 28px;
}
.sec3 .boxWrap .box .txtWrap .tit {
	font-size: clamp(24px, 6vw, 30px);
	font-weight: 500;
	line-height: 1.25;
}
.sec3 .boxWrap .box .txtWrap p {
	font-size: var(--fz-16);
	line-height: 1.5;
	color: rgba(0, 0, 0, 0.7);
	margin-top: 12px;
}

.sec4 {
	position: relative;
	width: 100%;
	padding: var(--m140) 0;
	overflow: hidden;
}
.sec4 .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(/images/main/sec4_bg.jpg) no-repeat center / cover;
}
.sec4 .innerwrap {
	height: 100%;
}
.sec4 .conWrap {
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
}
.sec4 .conWrap .txtWrap {
	position: relative;
	width: 100%;
}
.sec4 .conWrap .txtWrap .secTit {
	text-align: left;
}
.sec4 .conWrap .boxWrap {
	width: 100%;
	margin-top: 60px;
}
.sec4 .conWrap .boxWrap .boxCon {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.sec4 .conWrap .boxWrap .box {
	position: relative;
	width: 100%;
	padding: 110px 30px 30px;
	border-radius: 25px;
	background: rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(10px);
}
.sec4 .conWrap .boxWrap .box .icon {
	position: absolute;
	right: 30px;
	top: 30px;
}
.sec4 .conWrap .boxWrap .box .num {
	font-size: var(--fz-18);
}
.sec4 .conWrap .boxWrap .box .tit {
	font-size: var(--fz-28);
	font-weight: 500;
	line-height: 1.3em;
	margin: 20px 0;
}
.sec4 .conWrap .boxWrap .box p {
	font-size: var(--fz-18);
	line-height: 1.5em;
	color: rgba(0, 0, 0, 0.6);
}

.sec5 {
	padding: var(--m140) 0;
	overflow: hidden;
}
.sec5 .press {
	overflow: visible;
}
.sec5 .press .swiper-slide {
	width: 100%;
	padding: 30px;
	border-radius: 25px;
	background: #eeedf2;
	transition: all 0.4s;
}
.sec5 .press .swiper-slide .top {
	display: flex;
	justify-content: space-between;
}
.sec5 .press .swiper-slide .top .cate {
	font-size: var(--fz-24);
	font-weight: 700;
	transition: all 0.4s;
}
.sec5 .press .swiper-slide .top .date {
	font-size: var(--fz-18);
	font-weight: 500;
	color: rgba(0, 0, 0, 0.6);
	transition: all 0.4s;
}
.sec5 .press .swiper-slide .thumb {
	width: 100%;
	aspect-ratio: 470 / 260;
	border-radius: 25px;
	overflow: hidden;
	margin: 20px 0;
}
.sec5 .press .swiper-slide .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sec5 .press .swiper-slide .txtWrap {
}
.sec5 .press .swiper-slide .txtWrap .tit {
	font-size: var(--fz-24);
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 1.5em;
	height: 3em;
	transition: all 0.4s;
}
.sec5 .press .swiper-slide .txtWrap .con {
	font-size: var(--fz-22);
	color: #404040;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 1.5em;
	height: 3em;
	margin: 10px 0 30px;
	transition: all 0.4s;
}
.sec5 .press .swiper-slide .txtWrap .more {
	position: relative;
	padding-left: 12px;
	font-size: var(--fz-12);
	font-weight: 500;
	color: #333;
	transition: all 0.4s;
}
.sec5 .press .swiper-slide .txtWrap .more:before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #333;
	transition: all 0.4s;
}
.sec5 .press .swiper-slide:hover {
	background: #00499a;
}
.sec5 .press .swiper-slide:hover .top .cate {
	color: #fff;
}
.sec5 .press .swiper-slide:hover .top .date {
	color: rgba(255, 255, 255, 0.6);
}
.sec5 .press .swiper-slide:hover .txtWrap .tit {
	color: #fff;
}
.sec5 .press .swiper-slide:hover .txtWrap .con {
	color: #fff;
}
.sec5 .press .swiper-slide:hover .txtWrap .more {
	color: #fff;
}
.sec5 .press .swiper-slide:hover .txtWrap .more:before {
	background: #fff;
}
.sec5 .notice {
	margin-top: 20px;
	font-size: var(--fz-14);
	color: #666;
	text-align: center;
}

.sec6 {
	background: #000;
	padding: 100px 0 60px;
}
.sec6 .conWrap {
	position: relative;
	width: 92%;
	margin: 0 auto;
	padding: 90px 4%;
	border-radius: 25px;
	overflow: hidden;
}
.sec6 .conWrap .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(/images/main/sec6_bg.jpg) no-repeat center / cover;
}
.sec6 .notice {
	width: 92%;
	margin: 100px auto 0;
	padding: 60px 0 0;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.sec6 .notice li {
	font-size: var(--fz-14);
	line-height: 1.8em;
	color: rgba(255, 255, 255, 0.8);
}
.sec6 .notice li .exp {
	display: block;
}
.sec6 .prdInfo {
	width: 92%;
	margin: 40px auto 0;
	display: flex;
	flex-direction: column;
	gap: 15px;
	border-radius: 36px;
	border: 1px solid #acacac;
	padding: 20px;
}
.sec6 .prdInfo .txt {
	display: flex;
	align-items: center;
	text-align: center;
	gap: 5px;
	font-size: var(--fz-20);
	line-height: 1.6em;
	color: rgba(255, 255, 255, 0.7);
}
.sec6 .prdInfo .line {
	display: block;
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, 0.7);
}
.sec6 .prdInfo .num {
	font-size: var(--fz-20);
	font-weight: 600;
	line-height: 1.6em;
	color: #fff;
	text-align: center;
}

@-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;
}
.opacity {
	opacity: 0;
}

.showImg.in-view {
	animation-name: showImg;
	animation-timing-function: cubic-bezier(0.42, 0, 0.14, 1.01);
	animation-duration: 2s;
	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;
	opacity: 1;
}
.fadeUp.in-view {
	animation-name: fadeUpAni;
	animation-timing-function: cubic-bezier(0.42, 0, 0.14, 1.01);
	animation-duration: 1s;
	opacity: 1;
}
.fadeLeft.in-view {
	animation-name: fadeLeftAni;
	animation-timing-function: cubic-bezier(0.42, 0, 0.14, 1.01);
	animation-duration: 1.4s;
	opacity: 1;
}
.fadeRight.in-view {
	animation-name: fadeRightAni;
	animation-timing-function: cubic-bezier(0.42, 0, 0.14, 1.01);
	animation-duration: 1.4s;
	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: 2s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;
	animation-delay: 0.1s;
	opacity: 0;
}

/* .sec1 .visual .swiper-slide .bg{transform: scale(1.1);transition: all 2.5s ease-out;} */
.sec1 .visual .swiper-slide-active .bg {
	transform: scale(1);
}

.sec1 .visual .txtWrap .txt {
	opacity: 0;
	filter: blur(20px);
}
.sec1 .visual .txtWrap.in-view .txt {
	opacity: 1;
	filter: blur(0);
	transition: all 1.4s 0.2s;
}
.sec1 .visual .txtWrap.in-view .txt2 {
	opacity: 1;
	filter: blur(0);
	transition: all 1.4s 0.7s;
}

.sec1 .visual .txtWrap b {
	opacity: 0;
	transform: translateY(20px);
}
.sec1 .visual .txtWrap.in-view b {
	opacity: 1;
	transform: translateY(0);
	transition: all 1.2s 1.5s;
}
.sec1 .visual .txtWrap p {
	opacity: 0;
	transform: translateY(20px);
}
.sec1 .visual .txtWrap.in-view p {
	opacity: 1;
	transform: translateY(0);
	transition: all 1.2s 1.5s;
}

/* .sec1 .visual .txtWrap .txt{overflow: hidden;}
.sec1 .visual .txtWrap .txt span{display: inline-block; opacity: 0; transform: translateY(100%);}
.sec1 .visual .txtWrap.in-view .txt span{opacity: 1; transform: translateY(0);}

.sec1 .visual .txtWrap .txt1 span:nth-child(1){transition: all 1.4s 0.2s;}
.sec1 .visual .txtWrap .txt1 span:nth-child(2){transition: all 1.4s 0.24s;}
.sec1 .visual .txtWrap .txt1 span:nth-child(3){transition: all 1.4s 0.28s;}
.sec1 .visual .txtWrap .txt1 span:nth-child(4){transition: all 1.4s 0.32s;}
.sec1 .visual .txtWrap .txt1 span:nth-child(5){transition: all 1.4s 0.36s;}
.sec1 .visual .txtWrap .txt1 span:nth-child(6){transition: all 1.4s 0.40s;}
.sec1 .visual .txtWrap .txt1 span:nth-child(7){transition: all 1.4s 0.44s;}
.sec1 .visual .txtWrap .txt1 span:nth-child(8){transition: all 1.4s 0.48s;}
.sec1 .visual .txtWrap .txt1 span:nth-child(9){transition: all 1.4s 0.52s;}
.sec1 .visual .txtWrap .txt1 span:nth-child(10){transition: all 1.4s 0.56s;}

.sec1 .visual .txtWrap .txt2 span:nth-child(1){transition: all 1.4s 1.2s;}
.sec1 .visual .txtWrap .txt2 span:nth-child(2){transition: all 1.4s 1.24s;}
.sec1 .visual .txtWrap .txt2 span:nth-child(3){transition: all 1.4s 1.28s;}
.sec1 .visual .txtWrap .txt2 span:nth-child(4){transition: all 1.4s 1.32s;}
.sec1 .visual .txtWrap .txt2 span:nth-child(5){transition: all 1.4s 1.36s;}
.sec1 .visual .txtWrap .txt2 span:nth-child(6){transition: all 1.4s 1.40s;}
.sec1 .visual .txtWrap .txt2 span:nth-child(7){transition: all 1.4s 1.44s;}
.sec1 .visual .txtWrap .txt2 span:nth-child(8){transition: all 1.4s 1.48s;}
.sec1 .visual .txtWrap .txt2 span:nth-child(9){transition: all 1.4s 1.52s;} */

.sec3 .bgIcon {
	opacity: 0;
	transform: scale(0.85);
}
.sec3.in-view .bgIcon {
	opacity: 0.5;
	transform: scale(1);
	transition: all 3s 0.2s;
}

.sec3 .boxWrap .box {
	opacity: 0;
	transform: translateY(30px);
	transition:
		opacity 1.2s ease,
		transform 0.4s ease;
}
.sec3 .boxWrap.in-view .box {
	opacity: 1;
	transform: translateY(0);
}
.sec3 .boxWrap.in-view .box:nth-child(1) {
	transition-delay: 0.1s;
}
.sec3 .boxWrap.in-view .box:nth-child(2) {
	transition-delay: 0.2s;
}
.sec3 .boxWrap.in-view .box:nth-child(3) {
	transition-delay: 0.3s;
}
.sec3 .boxWrap.in-view .box:nth-child(4) {
	transition-delay: 0.4s;
}

.sec4 .bg {
	transform: scale(1.1);
}
.sec4.in-view .bg {
	transform: scale(1);
	transition: all 4s 0.2s;
}

.sec4 .secTit .slg > div span {
	display: inline-block;
	opacity: 0;
	transform: translateY(100%);
}
.sec4 .secTit .slg > div.in-view span {
	opacity: 1;
	transform: translateY(0);
	transition: all 1.4s 0.2s;
}

.sec6 .conWrap {
	width: 100%;
}
.sec6 .conWrap.in-view {
	width: 92%;
	transition: all 2s 0.2s;
}

.sec6 .secTit .slg > div span {
	display: inline-block;
	opacity: 0;
	transform: translateY(100%);
}
.sec6 .secTit .slg > div.in-view span {
	opacity: 1;
	transform: translateY(0);
	transition: all 1.4s 0.2s;
}

.linee {
	stroke-dasharray: 300; /* 경로의 길이 (예시) */
	stroke-dashoffset: 300; /* 시작점에서 끝점까지 보이지 않도록 설정 */
	animation: drawLine 3s ease forwards infinite; /* 4초 간격으로 반복되는 애니메이션 */
}

/* 모든 경로에 대해 그려지는 애니메이션 */
@keyframes drawLine {
	0% {
		stroke-dashoffset: 300; /* 처음에는 보이지 않게 */
	}
	100% {
		stroke-dashoffset: 0; /* 끝에서는 완전히 그려짐 */
	}
}

@keyframes rotateMinuteHand {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@keyframes rotateHourHand {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.mline {
	animation: rotateMinuteHand 10s linear infinite; /* 분침은 1분에 360도 회전 */
	transform-origin: center;
}

.hline {
	animation: rotateHourHand 30s linear infinite; /* 시침은 12시간에 360도 회전 (43200초) */
	transform-origin: center;
}

@keyframes arrowUp {
	0% {
		transform: translateY(10px);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: translateY(-10px);
		opacity: 0;
	}
}

.sec4 svg .arrow {
	animation: arrowUp 2s ease-in-out infinite;
}

@keyframes twinkle {
	0%,
	100% {
		opacity: 1;
		transform: scale(1);
	}
	50% {
		opacity: 0;
		transform: scale(0.8);
	}
}
.star1 {
	animation: twinkle 1.5s ease-in-out infinite;
	animation-delay: 0s;
	transform-origin: center;
}
.star2 {
	animation: twinkle 1.8s ease-in-out infinite;
	animation-delay: 0.3s;
	transform-origin: center;
}
.star3 {
	animation: twinkle 1.6s ease-in-out infinite;
	animation-delay: 0.6s;
	transform-origin: center;
}
.star4 {
	animation: twinkle 2s ease-in-out infinite;
	animation-delay: 0.9s;
	transform-origin: center;
}
