/* main css */

/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
body {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

#fp-nav {
	display: none;
}



.section_01 .swiper-container {
	overflow: hidden;
	position: relative;
	user-select: text;
}

.section_01 .swiper-slide {
	height: calc(var(--vh));
}

.section_01 .swiper-slide .bg_wrap {
	position:absolute;
	width: 100%;
	height:100%;
	top: 0;
	left: 0;
	z-index: 2;
}

.section_01 .swiper-slide .bg {
	position:absolute;
	width: 100%;
	height:100%;
	top: 0;
	left: 0;
	z-index: 3;
}

.section_01 .swiper_main_slider .swiper-slide.first .bg {
	background-image: url('../img_n/main/section01_slider01_bg.jpg?new');
	background-size: cover;
	background-position: center 10%;
}

.section_01 .swiper_main_slider .swiper-slide.second .bg {
	background-image: url('../img_n/main/section01_slider02_bg.jpg?new');
	background-size :cover;
	background-position: center 0;
}

.section_01 .swiper_main_slider .swiper-slide.first.swiper-slide-active .bg, .section_01 .swiper_main_slider .swiper-slide.second.swiper-slide-active .bg {
	animation: zoomOut 4.8s .2s ease both;
}

@keyframes zoomOut {
	from {
		transform:scale3d(1.08, 1.08, 1.08);
	}

	to {
		transform:scale3d(1, 1, 1);
	}
}

.section_01 .swiper_main_slider .swiper-slide.first .text__box {
	position:absolute;
	z-index: 4;
	top: calc(50% - 160px);
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.section_01 .swiper_main_slider .swiper-slide.first .logo__ {
	margin-bottom: 30px;
}

.section_01 .swiper_main_slider .swiper-slide.first.swiper-slide-active .logo__ {
	animation: s1_slider01_logo_ani .8s .2s ease-in-out both;
}

@keyframes s1_slider01_logo_ani {
	0% {
		filter:blur(7px);
		opacity: 0;
	}

		100% {
		filter:blur(0);
		opacity: 1;
	}
}

.section_01 .swiper_main_slider .swiper-slide.first .text__ {
	font-size: 33px;
	color: #000000;
	margin-bottom: 15px;
}

.section_01 .swiper_main_slider .swiper-slide.first .text__ p {
	line-height: 0.85;
	letter-spacing: -1px;
}
.section_01 .swiper_main_slider .swiper-slide.first .text__ p:nth-child(2) {
	font-size: 54px;
	color: #004552;
	font-family:'NanumSquareEB.woff';
}



.section_01 .swiper_main_slider .swiper-slide.first .text__ .b {
	font-family: "Lato", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 60px;
	position: relative;
	bottom: -4px;
}

.section_01 .swiper_main_slider .swiper-slide.first.swiper-slide-active .text__ {
	animation: s1_slider01_text_ani 1.1s .7s ease-in-out both;
}

@keyframes s1_slider01_text_ani {
	0% {
        transform: translateY(20px);
		opacity: 0;
		visibility:hidden;
    }
   
    100% {
		transform: translateY(0px);		
		opacity: 1;
		visibility:visible;
    }
}

.section_01 .swiper_main_slider .swiper-slide.second .text__box {
	position:absolute;
	z-index: 4;
	top: calc(50% - 160px);
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.section_01 .swiper_main_slider .swiper-slide.second .logo__ {
	margin-bottom: 30px;
}

.section_01 .swiper_main_slider .swiper-slide.second.swiper-slide-active .logo__ {
	animation: s1_slider01_logo_ani2 .8s .2s ease-in-out both;
}

@keyframes s1_slider01_logo_ani2 {
	0% {
		filter:blur(7px);
		opacity: 0;
	}

	100% {
		filter:blur(0);
		opacity: 1;
	}
}

.section_01 .swiper_main_slider .swiper-slide.second .text__ {
	font-size: 33px;
	color: #ffffff;
	margin-bottom: 15px;
}

.section_01 .swiper_main_slider .swiper-slide.second .text__ p {
	line-height: 0.85;
	letter-spacing: -1px;
}
.section_01 .swiper_main_slider .swiper-slide.second .text__ p:nth-child(2) {
	font-size: 54px;
	color: #ffffff;
	font-family:'NanumSquareEB.woff';
}



.section_01 .swiper_main_slider .swiper-slide.second .text__ .b {
	font-family: "Lato", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 60px;
	position: relative;
	bottom: -4px;
}

.section_01 .swiper_main_slider .swiper-slide.second.swiper-slide-active .text__ {
	animation: s1_slider01_text_ani2 1.1s .7s ease-in-out both;
}

@keyframes s1_slider01_text_ani2 {
	0% {
		transform: translateY(20px);
		opacity: 0;
		visibility:hidden;
	}

	100% {
		transform: translateY(0px);
		opacity: 1;
		visibility:visible;
	}
}




.section_01 .scroll_area {
    position: absolute;
    width: 30px;
    height: 340px;
    top: calc(50% - 210px);
	left: 50px;
    text-align: center;
	font-family:'Outfit-Light';
	color: #fff;
	font-size: 16px;
	writing-mode: vertical-rl;
	z-index: 99;
}

.section_01 .scroll_area span {
    width: 1px;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 17px;
    bottom: 0;
}

.section_01 .scroll_area span::before {
    width: 13px;
    height: 13px;
    background-color: #0e468a;
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    animation: scrollMagic 1.5s linear 0s infinite;
}

@keyframes scrollMagic {
	0%{opacity:0;  transform:translate(-50%, -40px) scale(1);}
	10%{opacity:1; transform:translate(-50%, -40px) scale( 1 );}
	50%{transform:translate(-50%, 15px) scale( 1 );}
	55%{opacity:1; transform:translate(-50%, 15px) scale(1);}
	60%{opacity:.4;}
	80%{opacity:0;transform:translate(-50%, 15px) scale(5);}
	100%{opacity:0;transform:translate(-50%, 15px) scale(5);}
}

.section_01 .scroll_area.navy {
	color: #102643;
	font-family:'Outfit-Regular';
}

.section_01 .scroll_area.navy span {
	background-color: rgba(16, 38, 67, 0.5);
}

.section_02 .row {
	position: relative;
	height: calc(var(--vh));
	padding: 0;
	background-image: url('../img_n/main/section02_bg.jpg?new');
	background-size: cover;
	background-position: center;
	min-width: 1600px;
	min-height: 880px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 70px;
	padding-top: 150px;
}
.section_02.active .row {
	animation: sec02_bg 2s .2s ease both;
}
@keyframes sec02_bg {
	from {
		background-position-y: bottom;
	}
	to {
		background-position-y: center;
	}
}

.section_02 .title {
	position: relative;
	z-index: 999;
}

.section_02.active .title {
	animation: s2_title .85s .2s ease-in-out both;
}

@keyframes s2_title {
	0% {
		filter:blur(8px);
		opacity: 0;
		transform: translateY(60px);
	}
	100% {
		filter:blur(0);
		opacity: 1;
		transform: translateY(0px);
	}
}


.section_02 .sec02_con {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.section_02 .sec02_con > div {
	display: flex;
	flex-direction: column;
	justify-content: center;align-items: center;
}
.section_02 .sec02_con > div > div {
	position: relative;
	opacity: 0;
	filter:blur(8px);
}
@keyframes sec02_con_img {
	from {
		opacity: 0;
		filter:blur(8px);
	}
	to {
		opacity: 1;
		filter:blur(0px);
	}
}
@keyframes sec02_con_text01 {
	from {
		opacity: 0;
		transform: translateY(50px);
	}
	to {
		opacity: 1;
		transform: translateY(0px);
	}
}
@keyframes sec02_con_text02 {
	from {
		opacity: 0;
		transform: translateY(-50px);
	}
	to {
		opacity: 1;
		transform: translateY(0px);
	}
}


.sec02_con_text01, .sec02_con_text03 {
	transform: translateY(50px);
}
.sec02_con_text02, .sec02_con_text04 {
	transform: translateY(-50px);
}


.section_02.active .sec02_con_img01 {
	animation: sec02_con_img ease-in-out .6s .5s forwards;
}
.section_02.active .sec02_con_text01 {
	filter:blur(0px);
	animation: sec02_con_text01 ease-in-out .6s 1s forwards;
}
.section_02.active .sec02_con_img02 {
	animation: sec02_con_img ease-in-out .6s .5s forwards;
}
.section_02.active .sec02_con_text02 {
	filter:blur(0px);
	animation: sec02_con_text02 ease-in-out .6s 1.5s forwards;
}
.section_02.active .sec02_con_img03 {
	animation: sec02_con_img ease-in-out .6s .5s forwards;
}
.section_02.active .sec02_con_text03 {
	filter:blur(0px);
	animation: sec02_con_text01 ease-in-out .6s 2s forwards;
}
.section_02.active .sec02_con_img04 {
	animation: sec02_con_img ease-in-out .6s .5s forwards;
}
.section_02.active .sec02_con_text04 {
	filter:blur(0px);
	animation: sec02_con_text02 ease-in-out .6s 2.5s forwards;
}





.section_03 .row {
	position: absolute;
	width: 100%;
	height: calc(var(--vh));
	top: 0;
	left: 0;
	background-image: url('../img_n/main/section03_bg.jpg?new');
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 90px;
	padding-top: 150px;
}

.sec03_con {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 1233px;
	gap: 40px;
}
.sec03_con > div:nth-child(1) {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.section_03 .sec03_con01 {
	transform: translateX(50px);
	opacity: 0;
}
.section_03.active .sec03_con01 {
	animation: sec03_con01 ease-in-out .8s .3s forwards;
}
@keyframes sec03_con01 {
	from {
		transform: translateX(50px);
		opacity: 0;
	}
	to {
		transform: translateX(0px);
		opacity: 1;
	}
}
.section_03 .sec03_con02 {
	transform: translateX(-50px);
	opacity: 0;
}
.section_03.active .sec03_con02 {
	animation: sec03_con02 ease-in-out .8s .3s forwards;
}
@keyframes sec03_con02 {
	from {
		transform: translateX(-50px);
		opacity: 0;
	}
	to {
		transform: translateX(0px);
		opacity: 1;
	}
}
.section_03 .sec03_con03 {
	opacity: 0;
	visibility: hidden;
	transform: translateY(-40px);
}
.section_03.active .sec03_con03 {
	animation: s3_ani 1s .2s ease-in-out both;
}
@keyframes s3_ani {
	0% {
		opacity: 0;
		visibility: hidden;
		transform: translateY(-40px);
    }
   
    100% {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);		
    }
}



@media screen and (min-width: 2500px) {
	.section_01 .swiper_main_slider .swiper-slide.first .text__box {
		top: calc(50% - 400px);
	}
}
@media screen and (min-width: 2400px) {
	.section_01 .swiper_main_slider .swiper-slide.first .text__box {
		top: calc(50% - 380px);
	}
}
@media screen and (max-width: 1800px) {
	.section_01 .swiper_main_slider .swiper-slide.first .text__box {
		top: calc(50% - 300px);
		transform: translateX(-50%) scale(0.8);
	}
}
@media screen and (max-width: 1600px) {
	.section_01 .swiper_main_slider .swiper-slide.first .text__box {
		top: calc(50% - 280px);
		transform: translateX(-50%) scale(0.65);
	}
	.section_01 .swiper_main_slider .swiper-slide.second .text__box {
		top: calc(50% - 220px);
		left: calc(50% - 630px);
	}
	.section_02 .swiper-slide .b_img {
		padding-left: 0;
	}
	.section_02 .swiper-slide .b_img > img {
		width: 80%;
	}

	.section_02 .row {
		min-height: unset;
	}
	.section_02 .swiper-slide {
		min-height: unset;
	}
	.section_02 .swiper-slide .lt p {
		top: 100px;
	}
	.section_02 .swiper-slide .lt p::after {
		width: 400px !important;
	}
	.section_02 .swiper-slide .s_img {
		position: relative;
		right: 100px;
	}
}

@media screen and (max-width: 1200px) {
	.section_01 .swiper_main_slider .swiper-slide.first .bg {
		background-image: url('../img_n/m/m_section01_slider01_bg.jpg?new');
		background-position: center 100%;
	}

	.section_01 .swiper_main_slider .swiper-slide.second .bg {
		background-image: url('../img_n/m/m_section01_slider02_bg.jpg?new');
		background-position: center 100%;
	}

	.section_01 .swiper_main_slider .swiper-slide.first .text__box {
		top: calc(50% - 400px);
		transform: translateX(-50%);
	}

	.section_01 .swiper_main_slider .swiper-slide.first .logo__ {
		position: relative;
		z-index: 99;
		margin-bottom: 50px;
	}

	.section_01 .swiper_main_slider .swiper-slide.first .text__ {
		width: 750px;
		font-size: 45px;
		margin-bottom: 50px;
	}

	.section_01 .swiper_main_slider .swiper-slide.first .text__ p {
		line-height: 0.8;
		font-size: 43px;
	}
	.section_01 .swiper_main_slider .swiper-slide.first .text__ p:nth-child(2) {
		font-size: 80px;
		margin-top: 20px;
	}
	.section_01 .swiper_main_slider .swiper-slide.first .text__ .b {
		font-size: 80px;
	}
	.section_01 .swiper_main_slider .swiper-slide.first .text__ p:nth-child(3) {
		color: #004552;
		font-family:'NanumSquareEB.woff';
		font-size: 80px;
	}

	.section_01 .swiper_main_slider .swiper-slide.first .text__ .sm {
		font-size: 45px;
	}


	.section_01 .swiper_main_slider .swiper-slide.second .text__ p {
		line-height: 1.3;
		font-size: 36px;
	}
	.section_01 .swiper_main_slider .swiper-slide.second .text__box {
		width: 100vw;
		top: calc(50% - 420px);
		left: 50%;
		transform: translateX(-50%);
	}
	.section_01 .swiper_main_slider .swiper-slide.second .text__ p:nth-child(2) {
		font-size: 65px;
		font-family: unset;
	}
	.section_01 .swiper_main_slider .swiper-slide.second .text__ p:nth-child(3) {
		font-size: 65px;
	}
	.section_01 .swiper_main_slider .swiper-slide.second .text__ .b {
		font-size: 65px;
	}



	.section_02 .row {
		background-image: url('../img_n/m/m_section02_bg.jpg?new');
		min-width: 0;
		min-height: 0;
		padding-top: 134px;
		gap: 0;
	}


	.section_02 .sec02_con {
		flex-direction: column;
		transform: scale(0.9);
	}
	.section_02 .sec02_con > div {
		flex-direction: row;
	}

	.section_03 .row {
		background-image: url('../img_n/m/m_section03_bg.jpg?new');
		padding-top: 50px;
	}
	.sec03_con {
		width: 100vw;
	}
	.sec03_con > div:nth-child(1) {
		width: unset;
	}

}