#header {
	background: transparent;
	backdrop-filter: none;
}
#header .logo a {
	background: url("../images/logo_white.svg")no-repeat 50% 50% / 100%;
}
#header .gnb ul li a {
	color: var(--white);
}
#header .h_util .lang > button {
	background-color: var(--white);
	background-image: url("../images/ic_global_color.svg");
	color: var(--black);
}
#header .menu a:before,
#header .menu a:after {
	background: var(--white);
}
#header.fixed {
	background: rgba(255, 255, 255, 0.10);
	backdrop-filter: blur(15px);
}
#header.fixed .logo a {
	background-image: url("../images/logo.svg");
}
#header.fixed .gnb ul li a {
	color: var(--text);
}
#header.fixed .h_util .lang > button {
	background-color: var(--black);
	background-image: url("../images/ic_global.svg");
	color: var(--white);
}
#header.fixed .menu a:before,
#header.fixed .menu a:after {
	background: var(--black);
}
#container {
	padding-top: 0!important;
}


.inner {
	max-width: 1440px;
}


#intro {
	display: none;
	position: fixed;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: var(--white);
	width: 100%;
	height: 100vh;
	animation: intro-sequence2 3s ease-in-out forwards; 
}
.intro-overlay {
	position: fixed;
    left: 0;
    right: 0;
    overflow: hidden; 
    bottom: 0;
    height: 0; 
	background-color: var(--white); 
    animation: intro-sequence 3s ease-in-out forwards; 
}
.intro-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
}

@keyframes intro-sequence {
    0% { bottom: 0; height: 0; }
    30% { bottom: 0; height: 100vh; }
    70% { bottom: 0; height: 100vh; }
    100% { bottom: 100vh; height: 0; }
}
@keyframes intro-sequence2 {
    0% { bottom: 0; height: 100vh; }
    70% { bottom: 0; height: 100vh; }
    100% { bottom: 100vh; height: 0; }
}

.visual {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}
.visual:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 7, 80, 0.30) 0%, rgba(0, 7, 80, 0.30) 100%);
	z-index: 1;
}
.visual .video {
	position: relative;
	height: 100%;
	overflow: hidden;
}
.visual .video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.visual .txt_box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	z-index: 2;
}
.visual .txt_box .txt {
	height: 100%;
	max-width: 1560px;
	margin: 0 auto;
	gap: 30px;
	justify-content: end;
	color: var(--white);
	padding-bottom: 60px;
	box-sizing: border-box;
}
.visual .txt_box .txt strong {
	font-size: 32px;
	line-height: 1.4;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.30);
	text-transform: capitalize;
}



.main_box {
	position: relative;
	z-index: 3;
}
.sec {
	background: var(--white);
	padding: 200px 0;
}


.sec01 {
	gap: 200px;
}
.sec01 .box {
	gap: 100px;
	overflow: hidden;
}
.sec01 .box .txt_box {
	flex: 1;
	gap: 40px;
	padding: 60px 0;
	box-sizing: border-box;
}
.sec01 .box .txt_box span {
	font-size: 36px;
	color: var(--text);
	line-height: 1;
}
.sec01 .box .txt_box h3 {
	flex: 1;
	line-height: 1.2;
	letter-spacing: -3.2px;
}
.sec01 .box .txt_box p {
	font-size: 32px;
	line-height: 1.4;
}
.sec01 .box .video {
	position: relative;
	width: 600px;
	height: 600px;
	overflow: hidden;
}
.sec01 .box .video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sec01_2 .inner {
	gap: 100px;
}
.sec01_2 .list .item {
	position: relative;
	padding: 80px 0;
	border-bottom: 1px solid rgba(113, 113, 113, 0.5);
	gap: 20px;
	cursor: pointer;
	transition: all .5s ease-in-out;
	box-sizing: border-box;
}
.sec01_2 .list .item:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all .3s;
	transform-origin: 50% 50%;
	z-index: 0;
}
.sec01_2 .list .item strong {
	font-size: 48px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -1.92px;
	color: rgba(8, 14, 40, 0.5);
	transition: all .3s;
	z-index: 1;
}
.sec01_2 .list .item .cont {
	flex: 1;
	width: 100%;
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	color: rgba(8, 14, 40, 0.5);
	transition: all .3s;
	z-index: 1;
}
.sec01_2 .list .item span {
	font-size: 20px;
	font-weight: 500;
	color: var(--white);
	opacity: 0;
	transition: all .3s ease-in-out;
	z-index: 1;
}
.sec01_2 .list .item .arrow {
	position: relative;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 1px solid var(--black);
	overflow: hidden;
	z-index: 1;
	box-sizing: border-box;
}
.sec01_2 .list .item .arrow .btn {
	width: 39px;
    height: 52px;
    position: absolute;
    bottom: -15px;
    left: -2px;
    overflow: visible;
	transition: transform .2s .1s ease-in-out;
	transform-origin: 50% 50% 0px;
}
.sec01_2 .list .item .arrow svg {
    position: absolute;
}
.sec01_2 .list .item .arrow svg:first-child {
	top: 0;
	right: 0;
}
.sec01_2 .list .item .arrow svg:last-child {
    left: -5px;
	bottom: 0;
}
.sec01_2 .list .item:hover {
	padding: 80px 28px;
}
.sec01_2 .list .item:hover:before {
	opacity: 1;
}
.sec01_2 .list .item:hover strong,
.sec01_2 .list .item:hover .cont {
	color: var(--white);
}
.sec01_2 .list .item:hover span {
	opacity: 1;
}
.sec01_2 .list .item:hover .arrow {
	border: 1px solid var(--white);
	background: var(--white);
}
.sec01_2 .list .item:hover .arrow .btn {
	transform: translate(27px, -35px); 
}
.sec01_2 .list .item1:hover:before {
	background: url("../images/main_sec01_bg1.png")no-repeat 50% 50% / cover;
}
.sec01_2 .list .item2:hover:before {
	background: url("../images/main_sec01_bg2.png")no-repeat 50% 50% / cover;
}
.sec01_2 .list .item3:hover:before {
	background: url("../images/main_sec01_bg3.png")no-repeat 50% 50% / cover;
}
.sec01_2 .list .item4:hover:before {
	background: url("../images/main_sec01_bg4.png")no-repeat 50% 50% / cover;
}



.sec02 {
	position: relative;
}
.sec02 .sticky {
	position: sticky;
	top: 120px;
	left: 0;
	width: 100%;
	z-index: 3;
	background: var(--white);
}
.sec02 .title {
	max-width: 1440px;
	padding: 0 20px;
	margin: 0 auto 100px;
	box-sizing: border-box;
}
.sec02 .txt_scroll {
	margin-bottom: 100px;
	overflow: hidden;
}
.sec02 .txt_scroll .prd {
	padding-left: 80px;
	gap: 30px;
	flex-wrap: nowrap;
	box-sizing: border-box;
}
.sec02 .txt_scroll .prd .item .thumb img {
	width: 330px;
}
.sec02 .txt_scroll .prd .item p {
	font-size: 20px;
	letter-spacing: -0.8px;
	margin-top: 16px;
}
.sec02 .more_btn {
	max-width: 1640px;
	padding: 0 20px;
	margin: 0 auto;
	box-sizing: border-box;
}



.sec03 .inner {
	gap: 120px;
}
.sec03 .list {
	gap: 40px;
}
.sec03 .list .swiper-wrapper {
  transition-timing-function: linear;
}
.sec03 .list .swiper-slide {
	width: auto;
}



.sec04 {
	position: relative;
}
.sec04 .inner {
	gap: 120px;
}
.sec04 .swiper {
	mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12.5%, rgb(0, 0, 0) 87.5%, rgba(0, 0, 0, 0) 100%);
}
.sec04 .swiper-wrapper {
  transition-timing-function: linear;
}
.sec04 .swiper-slide .item {
	position: relative;
	overflow: hidden;
}
.sec04 .swiper-slide .item .thumb {
	position: relative;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
	background: #F8F8F8;
}
.sec04 .swiper-slide .item .thumb img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	object-fit: cover;
	transform: scale(1);
	transition: all .5s;
	mix-blend-mode: darken;
}
.sec04 .swiper-slide .item .txt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	justify-content: center;
	text-align: center;
	gap: 20px;
	color: var(--white);
	opacity: 0;
	transition: all .3s;
	padding: 0 10px;
	box-sizing: border-box;
}
.sec04 .swiper-slide .item .txt strong {
	font-size: 24px;
	letter-spacing: -0.96px;
}
.sec04 .swiper-slide .item .txt p {
	font-size: 20px;
	letter-spacing: -0.8px;
	line-height: 1.2;
}
.sec04 .swiper-slide .item:hover .thumb img {
	transform: scale(1.05);
}
.sec04 .swiper-slide .item:hover .txt {
	opacity: 1;
	background: rgba(0, 0, 0, 0.10);
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
}




.sec05 .inner {
	gap: 120px;
}
.sec05 .grid {
	gap: 30px;
}
.sec05 .grid > div {
	position: relative;
	flex: 1;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.35);
	overflow: hidden;
}
.sec05 .grid > div img {
	width: 100%;
	transform: scale(1);
	transition: all .5s;
}
.sec05 .grid > div:hover img {
	transform: scale(1.05);
}
.sec05 .grid > div strong {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 130px;
	justify-content: center;
}
.sec05 .grid > div strong:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 230px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 56.05%);
}
.sec05 .grid > div strong span {
	position: relative;
	font-size: 20px;
	text-align: center;
	z-index: 1;
}



.sec06 .inner {
	max-width: 1160px;
}
.sec06 h2 {
	font-size: 116px;
	font-weight: 800;
	line-height: 1.2;
	margin: 30px 0 48px;
	color: #e1e1e1;
	transition: all .3s;
}




@media screen and (max-width: 1240px) {
	.visual .txt_box .txt strong {
    	font-size: 26px;
	}


	.sec {
		padding: 150px 0;
	}


	.sec01 {
		gap: 150px;
	}
	.sec01 .box {
    	gap: 50px;
	}
	.sec01 .box .txt_box span {
    	font-size: 28px;
	}
	.sec01 .box .txt_box p {
    	font-size: 26px;
	}
	.sec01 .box .video {
		width: 450px;
		height: 450px;
	}
	.sec01_2 .inner {
		gap: 50px;
	}
	.sec01_2 .list .item {
		padding: 50px 0;
	}
	.sec01_2 .list .item strong {
    	font-size: 40px;
	}
	.sec01_2 .list .item:hover {
		padding: 50px 28px;
	}


	.sec02 .title {
		margin: 0 auto 70px;
	}
	.sec02 .txt_scroll {
    	margin-bottom: 70px;
	}


	.sec03 .inner {
		gap: 90px;
	}


	.sec04 .inner {
		gap: 90px;
	}


	.sec05 .inner {
		gap: 90px;
	}


	.sec06 h2 {
    	font-size: 100px;
	}
}
@media screen and (max-width: 1024px) {
	.visual .txt_box .txt strong {
        font-size: 20px;
    }


	.sec {
        padding: 100px 0;
    }


	.sec01 {
        gap: 70px;
    }
	.sec01 .box {
        gap: 30px;
    }
	.sec01 .box .txt_box {
		padding: 20px 0;
	}
	.sec01 .box .txt_box span {
        font-size: 20px;
    }
	.sec01 .box .txt_box p {
        font-size: 20px;
    }
	.sec01 .box .video {
        width: 320px;
        height: 320px;
    }
	.sec01_2 .inner {
        gap: 25px;
    }
	.sec01_2 .list .item {
        padding: 25px 0;
    }
	.sec01_2 .list .item strong {
        font-size: 28px;
    }
	.sec01_2 .list .item .cont {
		font-size: 16px;
	}
	.sec01_2 .list .item span {
		font-size: 14px;
	}
	.sec01_2 .list .item .arrow {
		width: 40px;
		height: 40px;
	}
	.sec01_2 .list .item .arrow .btn {
		bottom: -25px;
		left: -14px;
	}
	.sec01_2 .list .item .arrow svg {
		width: 12px;
	}
	.sec01_2 .list .item:hover {
		padding: 25px 14px;
	}
	.sec01_2 .list .item:hover .arrow .btn {
		transform: translate(32px, -36px);
	}


	.sec02 .title {
        margin: 0 auto 50px;
    }
	.sec02 .txt_scroll {
        margin-bottom: 50px;
    }
	.sec02 .txt_scroll .prd {
    	padding-left: 40px;
	}
	.sec02 .txt_scroll .prd .item p {
    	font-size: 16px;
	}

	.sec03 .inner {
		gap: 50px;
	}


	.sec04 .inner {
		gap: 50px;
	}
	.sec04 .swiper-slide .item .txt strong {
    	font-size: 20px;
	}
	.sec04 .swiper-slide .item .txt p {
    	font-size: 16px;
	}


	.sec05 .inner {
		gap: 50px;
	}


	.sec06 h2 {
        font-size: 74px;
    }
}
@media screen and (max-width: 768px) {
	.visual {
		height: 70vh;
	}
	.visual .txt_box .txt strong {
        font-size: 16px;
    }


	.sec {
        padding: 50px 0;
    }


	.sec01 .box .txt_box {
		gap: 10px;
		padding: 0;
	}
	.sec01 .box .txt_box span {
        font-size: 16px;
    }
	.sec01 .box .txt_box p {
        font-size: 16px;
    }
	.sec01 .box .video {
		width: 100%;
	}


	.sec01_2 .list .item {
		gap: 10px;
		padding: 25px 45px 25px 0!important;
	}
	.sec01_2 .list .item:before {
		display: none!important;
	}
	.sec01_2 .list .item strong {
		width: 100%;
		color: var(--black)!important;
	}
	.sec01_2 .list .item .cont {
		flex: none;
		width: 100%;
		font-size: 14px;
		color: var(--black)!important;
	}
	.sec01_2 .list .item span {
		display: none;
	}
	.sec01_2 .list .item .arrow {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
		border: 1px solid var(--black)!important;
    }

	.sec02 .txt_scroll .prd {
		gap: 15px;
	}
	.sec02 .txt_scroll .prd .item .thumb img {
		width: 200px;
	}


	.sec04 .swiper-slide .item .txt strong {
		font-size: 18px;
	}
	.sec04 .swiper-slide .item .txt p {
		font-size: 14px;
	}


	.sec05 .grid {
		justify-content: center;
	}
	.sec05 .grid > div {
		flex: none;
		width: calc(50% - 15px);
	}


	.sec06 h2 {
        font-size: 46px;
		margin: 15px 0 28px;
    }
}
@media screen and (max-width: 480px) {
	.sec05 .grid {
		gap: 15px;
	}
	.sec05 .grid > div {
		width: 100%;
	}


	.sec06 h3.tit {
		font-size: 24px;
	}
	.sec06 h2 {
        font-size: 36px;
	}
}
@media screen and (max-width: 380px) {
	.sec06 h3.tit {
        font-size: 20px;
    }
	.sec06 h2 {
        font-size: 30px;
	}
}