/* 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;
}

.banner {
	position: fixed;
	right: 50px;
	bottom: 50px;
	border-radius: 50%;
	width: 150px;
	height: 150px;
	background-color: #102643;
	background-image:url('../img_n/m/m_fixed_regi.png');
	background-position:center;
	font-size: 0;
	z-index: 99;
	transform: scale(0.8);
}

.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.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% - 330px);
	left: 50%;
	transform: translateX(-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: 32px;
	color: #ffffff;
	font-family:'NotoSansKR-Light';
	margin-bottom: 30px;
}

.section_01 .swiper_main_slider .swiper-slide.first .text__ p {
	line-height: 1.2;
	letter-spacing: -1px;
}

.section_01 .swiper_main_slider .swiper-slide.first .text__ .sm {
	font-family:'NotoSansKR-Regular';
	font-size: 40px;
}

.section_01 .swiper_main_slider .swiper-slide.first .text__ .b {
	color: #ffffff;
	font-family:'NotoSansKR-Bold';

}

.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% - 280px);
	left: calc(50% - 680px);
	text-align: center;
}

.section_01 .swiper_main_slider .swiper-slide.second .top {
	position:absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 670px;
	font-size: 65px;
	color: #102643;
	font-family:'NotoSansKR-Bold';
	letter-spacing: -3px;
	z-index: 99;
}

.section_01 .swiper_main_slider .swiper-slide.second .top .b {
	color: #0e468a;
}

.section_01 .swiper_main_slider .swiper-slide.second .top .it {
	font-style: italic;
	color: #0e468a;
}

.section_01 .swiper_main_slider .swiper-slide.second.swiper-slide-active .top {
	animation: s1_slider02_top_ani 1.2s .3s ease-in-out both;
}

@keyframes s1_slider02_top_ani {
	0% {
		clip:rect(0,0px,184px,0);
		opacity: 0;
		visibility:hidden;
	}

	100% {
		clip:rect(0,670px,184px,0);
		opacity: 1;
		visibility:visible;
	}
}

.section_01 .swiper_main_slider .swiper-slide.second .bt {
	padding-top: 120px;
	color: #212122;
	font-family:'NotoSansKR-Regular';
	letter-spacing: -2px;
	font-size: 23px;
}

.section_01 .swiper_main_slider .swiper-slide.second .bt  p {
	line-height: 30px;
}

.section_01 .swiper_main_slider .swiper-slide.second .bt .b {
	font-family:'NotoSansKR-Medium';
}

.section_01 .swiper_main_slider .swiper-slide.second .bt .it {
	font-style: italic;
}

.section_01 .swiper_main_slider .swiper-slide.second.swiper-slide-active .bt {
	animation: fadeIn 1.2s 1s ease-in-out both;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
		visibility:hidden;
    }
   
    100% {		
		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;
}
.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: absolute;
	top: calc(50% - 250px);
    left: calc(50% - 700px);
	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: translateX(-60px);
	}
	100% {
		filter:blur(0);
		opacity: 1;
		transform: translateX(0px);
	}
}

.section_02 .swiper-container {
	position:absolute;
	width: 100%;
	left: 0;
	top: 0;
	overflow:hidden;
	z-index: 4;
}

.section_02 .swiper-slide {
	height: calc(var(--vh));
	min-height: 880px;
}

.section_02 .swiper-slide .fx__ {
	position: absolute;
	top: calc(50% - 100px);
	left: calc(50% - 700px);
	/*bottom: 0;*/
	display: flex;
	/*width: 1240px;*/
	justify-content: space-between;
	align-items: flex-end;
	gap: 50px;
}
.section_02.active .swiper-slide .fx__ {
	animation: sec02_fx_ani ease-in-out .85s .2s forwards;
}
@keyframes sec02_fx_ani {
	from {
		visibility: hidden;
		opacity: 0;
		transform: translateY(60px);
	}
	to {
		visibility: visible;
		opacity: 1;
		transform: translateY(0px);
	}
}

.section_02 .swiper-slide .lt p {
	position: absolute;
	top: 220px;
	left: 0;
	font-family:'Outfit-SemiBold';
	font-size: 25px;
	color: #102643;
	letter-spacing: -0.3px;
}

.section_02 .swiper-slide .lt p::after {
	content: none;
	position: absolute;
    width: 510px;
    height: 2px;
    background: #102643;
    top: 20px;
    left: 130px;
}

.section_02 .swiper-slide.second .lt p::after {
	left: 100px;
	width: 540px;
}
.section_02 .swiper-slide.third .lt p::after {
	left: 80px;
	width: 560px;
}
.section_02 .swiper-slide.fourth .lt p::after,
.section_02 .swiper-slide.fifth .lt p::after {
	left: 110px;
	width: 530px;
}

.section_02 .swiper-slide.swiper-slide-active .lt p {
	animation: s2_slider_top_ani 1.8s .2s ease both;
}

@keyframes s2_slider_top_ani {
	0% {
		clip:rect(0,100px,40px,0);
		opacity: 0;
		visibility:hidden;
	}

	100% {
		clip:rect(0,700px,40px,0);
		opacity: 1;
		visibility:visible;
	}
}

.section_02 .swiper-slide .lt span {
	position: relative;
	z-index: 9999;
}


.section_02 .swiper-slide .rt {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
}


.section_02 .swiper-slide .text {
	/*padding-bottom: 430px;
	width: 438px;
	height: 164px;*/
	position: relative;
	top: -90px;
}

.section_02 .swiper-slide.swiper-slide-active .text {
	animation: s2_slider_text_ani 1s .6s ease-in-out both;
}

@keyframes s2_slider_text_ani {
	0% {
        transform: translateX(-30px);
		opacity: 0;
		visibility:hidden;
    }
   
    100% {
		transform: translateX(0px);		
		opacity: 1;
		visibility:visible;
    }
}

.section_02 .swiper-slide .b_img {
	/*padding-left: 140px;
	padding-bottom: 110px;*/
}

.section_02 .s_img {
	position: relative;
}
.section_02 .s_img > img {
	position: relative;
}
.section_02 .swiper-slide.swiper-slide-active .s_img > img {
	animation: s2_slider_img_ani 1s .8s ease-in-out both;
}

@keyframes s2_slider_img_ani {
	0% {
        transform: translateY(20px);
		opacity: 0;
		visibility:hidden;
    }
   
    100% {
		transform: translateY(0px);		
		opacity: 1;
		visibility:visible;
    }
}


.section_02 .view_more {
	/*background-image: url('../img_n/main/section02_view_more.png?new');*/
	position:absolute;
	top: -65px;
	right: -65px;
	width: 131px;
	height: 131px;
	line-height: 130px;
	text-align:center;
	transition:all 400ms;
	z-index: 999;
}
.section_02 .view_more > img {
	position: relative;
	animation: linear view_more 4s infinite;
}
@keyframes view_more {
	from {
		transform: rotate(0);
	}
	to {
		transform: rotate(360deg);
	}
}

.section_02 .view_more span {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(calc(-50%), -50%);
	/*animation: s2_view_morer_ani 1.2s ease-in-out infinite;*/
}

@keyframes s2_view_morer_ani {
	0% {
		opacity: 0;
		visibility: hidden;
		transform: translate(calc(-50% - 10px), -50%);
    }
   
    100% {
		opacity: 1;
		visibility: visible;
		transform: translate(calc(-50% + 2px), -50%);
    }
}

.section_02 .page_number {
	position:absolute;
	left: calc(50% - 675px);
	width: 180px;
	font-size: 18px;
	bottom: 125px;
	font-family:'Outfit-SemiBold';
	display:flex;
	justify-content:space-between;
	z-index: 10;
	color: #a0a0a0;
}

.section_02 .page_number .num {
	color: #102643;
}

.section_02 .swiper-pagination-progressbar {
	position:absolute;
	left: calc(50% - 640px);
	width: 110px;
	height: 2px;
	top: auto;
	bottom: 139px;
	z-index: 20;
	background-color:#c1c0c0;
}

.section_02 .swiper-pagination-progressbar span {
	background-color:#4d4d4c !important;
}

.section_02 .owl-nav {
	position:absolute;
	left: 0;
	top: -48px;
	display:flex;
	z-index: 20;
}

.section_02 .owl-nav [class*=owl-] {
	display:inline-block;
	background-image:url('../img_n/main/section02_slider_arrow.png?new') !important;
	background-position:0 center;
	width: 48px;
	height: 48px;
	cursor:pointer;
}

.section_02 .owl-nav .owl-next {
	background-position:100% center !important;
	margin-left: 1px;
}



.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;
	padding-top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 90px;
}

.section_03 .fx__ {
	display: flex;
	align-items: center;
    justify-content: space-between;
	width: 1160px;
}

.section_03.active .section03_title {
	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);		
    }
}

.section_03.active .lt {
	animation: s3_lt_ani 1s .3s ease-in-out both;
}
@keyframes s3_lt_ani {
	0% {
		opacity: 0;
		visibility: hidden;
		transform: translateX(-60px);
	}

	100% {
		opacity: 1;
		visibility: visible;
		transform: translateX(0);
	}
}
.section_03.active .rt {
	animation: s3_rt_ani 1s .3s ease-in-out both;
}
@keyframes s3_rt_ani {
	0% {
		opacity: 0;
		visibility: hidden;
		transform: translateX(60px);
	}

	100% {
		opacity: 1;
		visibility: visible;
		transform: translateX(0);
	}
}

@media screen and (min-width: 2500px) {
	.section_01 .swiper_main_slider .swiper-slide.first .text__box {
		top: calc(50% - 430px);
	}
}
@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% - 420px);
		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: 1.5;
		font-size: 40px;
	}
	.section_01 .swiper_main_slider .swiper-slide.first .text__ p:nth-child(2) {
		font-size: 32px;
		margin-top: 40px;
	}

	.section_01 .swiper_main_slider .swiper-slide.first .text__ .sm {
		font-size: 45px;
	}

	.section_01 .swiper_main_slider .swiper-slide.second .text__box {
		top: calc(50% - 330px);
		left: 50%;
		transform: translateX(-50%);
	}

	.section_01 .swiper_main_slider .swiper-slide.second .top {
		width: 370px;
		font-size: 70px;
	}


	.section_01 .swiper_main_slider .swiper-slide.second .top p {
		line-height: 55px;
	}

	@keyframes s1_slider02_top_ani {
		0% {
			clip:rect(0,0px,170px,0);
			opacity: 0;
			visibility:hidden;
		}

		100% {
			clip:rect(0,370px,170px,0);
			opacity: 1;
			visibility:visible;
		}
	}

	.section_01 .swiper_main_slider .swiper-slide.second .bt {
		padding-top: 200px;
		width: 700px;
		font-size: 28px
	}

	.section_01 .swiper_main_slider .swiper-slide.second .bt p {
		line-height: 40px;
	}

	.section_01 .scroll_area {
		top: calc(50% - 250px);
		left: 30px;
	}

	.section_02 .row {
		background-image: url('../img_n/m/m_section02_bg.jpg?new');
		min-width: 0;
		min-height: 0;
	}

	.section_02 .title {
		left: 40px;
		top: 165px;
	}

	.section_02 .swiper-slide {
		min-height: 0;
	}

	.section_02 .swiper-slide .fx__ {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		left: 0px;
		width: 100vw;
		top: 310px;
	}

	.section_02 .swiper-slide .lt p {
		top: 0;
	}

	.section_02 .swiper-slide .lt p::after {
		width: 600px !important;
		z-index: -1;
	}

	.section_02 .swiper-slide.second .lt p::after {
		width: 600px !important;
	}
	.section_02 .swiper-slide.third .lt p::after {
		width: 600px !important;
	}
	.section_02 .swiper-slide.fourth .lt p::after,
	.section_02 .swiper-slide.fifth .lt p::after {
		width: 600px !important;
	}

	.section_02 .swiper-slide .rt {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		width: 670px;
	}

	.section_02 .swiper-slide .text {
		margin-top: 0px;
		padding-bottom: 0;
		top: 0;
	}

	.section_02 .swiper-slide .b_img {
		padding: 0;
		margin-top: 65px;
	}

	.section_02 .swiper-slide .b_img > img {
		width: auto;
	}

	.section_02 .swiper-slide .s_img {
		text-align: right;
		margin-top: unset;
		margin-right: unset;
		position: unset;
	}

	.section_02 .view_more {
		top: 225px;
		left: 370px;
	}

	.section_02 .page_number {
		display: none;
		/*left: 115px;
        bottom: 65px;*/
	}

	.section_02 .swiper-pagination-progressbar {
		display: none;
		/*left: 145px;
        bottom: 78px;*/
	}

	.section_02 .owl-nav {
		left: 0px;
		top: unset;
		bottom: -100px;
	}

	.section_02 .owl-nav [class*=owl-] {
		width: 62px;
		height: 62px;
		background-size: cover;
	}

	/*.section_02 .owl-nav .owl-next {
		margin-left: 0;
		position: absolute;
		left: 73px;
		z-index: 99;
	}*/

	.section_03 .row {
		background-image: url('../img_n/m/m_section03_bg.jpg?new');
		padding-top: 50px;
	}

	.section_03 .fx__ {
		width: 680px;
	}
}