/* 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/main/section01_slider01_bg_n.jpg?new');
	background-size: cover;
	background-position: center 10%;
}

.section_01 .swiper_main_slider .swiper-slide.second .bg {
	background-image: url('../img/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.3s .2s ease both;
}

.section_01 .bg.zoom {
	animation: zoomOut2 4.3s .2s ease both;
}

@keyframes zoomOut {
	from {
		transform:scale3d(1.1, 1.1, 1.1);
	}

	to {
		transform:scale3d(1, 1, 1);
	}
}
@keyframes zoomOut2 {
	from {
		transform:scale3d(1.1, 1.1, 1.1);
	}

	to {
		transform:scale3d(1, 1, 1);
	}
}


.section_01 .swiper_main_slider .swiper-slide.first .bg .bg_img,
.section_01 .swiper_main_slider .swiper-slide.second .bg .bg_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center 10%;
	background-repeat: no-repeat;
	opacity: 0;
	transform: scale(1);
	transition: opacity 1.2s ease;
	will-change: opacity, transform;
}

.section_01 .swiper_main_slider .swiper-slide.first .bg .bg_img.on,
.section_01 .swiper_main_slider .swiper-slide.second .bg .bg_img.on {
	opacity: 1;
}

.section_01 .swiper_main_slider .swiper-slide.first .bg .bg1,
.section_01 .swiper_main_slider .swiper-slide.second .bg .bg1 {
	background-image: url('../img/main/section01_slider01_bg_n.jpg?new');
}

.section_01 .swiper_main_slider .swiper-slide.first .bg .bg2,
.section_01 .swiper_main_slider .swiper-slide.second .bg .bg2 {
	background-image: url('../img/main/section01_slider02_bg.jpg?new');
}

/* 실제 전환 때 새로 등장하는 이미지에만 줌아웃 */
.section_01 .swiper_main_slider .swiper-slide.first .bg .bg_img.zoom,
.section_01 .swiper_main_slider .swiper-slide.second .bg .bg_img.zoom {
	animation: zoomOut 4.3s .2s ease both;
}





.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);
}





.sec01_item01 {
	position: absolute;
	bottom: -10px;
	left: 0;
}
.sec01_item01 > img {
	position: relative;
	z-index: 15;
}
.sec01_item02 {
	position: absolute;
	z-index: 10;
	left: 230px;
	bottom: 73px;
	opacity: 0;
	transform: translate(-220px, -195px) rotate(17deg);
	animation: sec01_item02 ease-in-out 1.2s .2s forwards;
}
@keyframes sec01_item02 {
	from {
		opacity: 0;
		transform: translate(-220px, -195px) rotate(17deg);
	}
	to {
		opacity: 1;
		transform: translate(0, 0) rotate(0deg);
	}
}
.sec01_item02 > img {
	position: relative;
	animation: sec01_item02_img ease-in-out 1.2s .2s forwards;
}
@keyframes sec01_item02_img {
	0% {
		transform: translate(0, 0);
	}
	50% {
		transform: translate(0, 10px);
	}
	100% {
		transform: translate(0, 0);
	}
}


.sec01_icon01 {
	position: absolute;
	bottom: 370px;
	left: 70px;
	z-index: 20;
	transform: scale(0.9);
	animation: sec01_icon01 ease-in-out .5s .4s forwards;
}
@keyframes sec01_icon01 {
	0% {
		transform: scale(0.9);
	}
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}
.sec01_icon02 {
	position: absolute;
	bottom: 262px;
	left: 158px;
	z-index: 20;
	transform: scale(0.9);
	animation: sec01_icon01 ease-in-out .5s .6s forwards;
}
.sec01_icon03 {
	position: absolute;
	bottom: 160px;
	left: 265px;
	z-index: 20;
	transform: scale(0.9);
	animation: sec01_icon01 ease-in-out .5s .8s forwards;
}
.sec01_icon04 {
	position: absolute;
	bottom: 75px;
	left: 385px;
	z-index: 20;
	transform: scale(0.9);
	animation: sec01_icon01 ease-in-out .5s 1s forwards;
}

.sec01_text_box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 23px;

	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(calc(-50% - 400px), calc(-50% - 50px));
	z-index: 20;
}
.sec01_text_box > div:nth-child(1) {
	/*display: flex;*/
	justify-content: center;
	align-items: flex-end;
	gap: 15px;
}
.sec01_text01 {
	position: relative;
	top: -9px;
}
.sec01_text01 > img {
	position: relative;
	transform: translateY(-40px);
	opacity: 0;
	animation: sec01_text01 ease-in-out .9s .8s forwards;
	left: 60px;
	bottom: 10px;
	width: 259px;
}

.sec01_text02 > img {
	width: 393px;
}
@keyframes sec01_text01 {
	from {
		transform: translateY(-40px);
		opacity: 0;
	}
	to {
		transform: translateY(0px);
		opacity: 1;
	}
}
.sec01_text02 {
	position: relative;
	clip-path: inset(0 100% 0 0);
	will-change: clip-path;
	animation: sec01_text02 ease-in-out .8s 1.4s forwards;
}
@keyframes sec01_text02 {
	to{
		clip-path: inset(0 0 0 0);
	}
}
.sec01_text03 {
	position: relative;
	opacity: 0;
	transform: scale(1.2);
	animation: sec01_text03 ease-in-out .65s 1.9s forwards;
}
@keyframes sec01_text03 {
	from {
		opacity: 0;
		transform: scale(1.2);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}
.sec01_text04 {
	margin-top: 30px;
	clip-path: inset(0 50% 0 50%);
	animation: sec01_text04 ease-in-out .7s 2.1s forwards;
	will-change: clip-path;
}
@keyframes sec01_text04 {
	to {
		clip-path: inset(0 0 0 0);
	}
}





































.section_02 .row {
	background-color: #1a083b;
	position: relative;
	height: calc(var(--vh));
	padding: 0;
	min-width: 1600px;
	min-height: 880px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 120px;
	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::before {
	width: 100vw;
	height: 2px;
	background-color: #1a083b;
	position: absolute;
	display: inline-block;
	top: -1px;
	left: 0;
	content: '';
	z-index: 100;
}

.sec02_bg_text {
	position: absolute;
	top: calc(50% + 60px);
	left: 0;
	transform: translateY(-50%);
}
.section_02 .title {
	position: relative;
	z-index: 999;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 60px;
	margin-left: -75px;
}

.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);
	}
}

.sec02_btn {
	transition: .3s;
	cursor: pointer;
}
.sec02_btn:hover {
	transform: scale(1.03);
}

.section_02 .sec02_con {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.section_02.active .sec02_con {
	animation: sec02_con .85s .4s ease-in-out both;
}
@keyframes sec02_con {
	0% {
		filter:blur(8px);
		opacity: 0;
		transform: translateX(80px);
	}
	100% {
		filter:blur(0);
		opacity: 1;
		transform: translateX(0px);
	}
}


.main_circle {
	position:absolute;
	top: -50px;
	left: -50px;
	width: 118px;
	height: 118px;
	line-height: 118px;
	text-align:center;
	transition:all 400ms;
	z-index: 999;
	opacity: 0;
}
.section_02.active .main_circle {
	animation: main_circle_box .1s ease-in-out both;
}
@keyframes main_circle_box {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.main_circle .bg {
	position:absolute;
	width: 100%;
	height: 100%;
	background-image:url('../img/main/main_circle_text_open.png');
	animation: main_circle 7s linear infinite;
	left: 0px;
	top: 2px;
}

.main_circle img {
	transition:all 400ms;
}

@keyframes main_circle {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.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/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: 100px;
}

.sec03_con {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 60px;
}

.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);
	}
	.sec01_text_box {
		transform: translate(calc(-50% - 300px), calc(-50% - 50px)) scale(0.75);
	}
	.section_02 .row {
		gap: 0;
	}
	.sec02_bg_text {
		transform: scale(0.75) translateY(-50%);
	}
	.section_02 .title {
		margin-left: 0;
		margin-right: -100px;
		transform: scale(0.75);
	}
	@keyframes s2_title {
		0% {
			filter:blur(8px);
			opacity: 0;
			transform: translateY(60px) scale(0.75);
		}
		100% {
			filter:blur(0);
			opacity: 1;
			transform: translateY(0px) scale(0.75);
		}
	}
	.section_02 .sec02_con {
		transform: scale(0.75);
	}
	@keyframes sec02_con {
		0% {
			filter:blur(8px);
			opacity: 0;
			transform: translateX(80px) scale(0.75);
		}
		100% {
			filter:blur(0);
			opacity: 1;
			transform: translateX(0px) scale(0.75);
		}
	}

	@keyframes s3_ani {
		0% {
			opacity: 0;
			visibility: hidden;
			transform: translateY(-40px) scale(0.75);
		}

		100% {
			opacity: 1;
			visibility: visible;
			transform: translateY(0) scale(0.75);
		}
	}
	.sec03_con {
		transform: scale(0.75);
	}
}
@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/m/m_section01_slider01_bg_n.jpg?new');
		background-position: center 100%;
		background-position-y: -70px;
	}

	.section_01 .swiper_main_slider .swiper-slide.second .bg {
		background-image: url('../img/m/m_section01_slider02_bg.jpg?new');
		background-position: center 100%;
	}

	.section_01 .swiper_main_slider .swiper-slide.first .bg .bg1, .section_01 .swiper_main_slider .swiper-slide.second .bg .bg1 {
		background-image: url('../img/m/m_section01_slider01_bg_n.jpg?new');
		opacity: 1;
	}

	.section_01 .swiper_main_slider .swiper-slide.first .bg .bg2, .section_01 .swiper_main_slider .swiper-slide.second .bg .bg2 {
		background-image: url('../img/m/m_section01_slider02_bg.jpg');
	}



	.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;
	}


	.sec01_item01, .sec01_icon01, .sec01_icon02, .sec01_icon03, .sec01_icon04 {
		display: none;
	}




	.section_02 .row {
		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/m/m_section03_bg.jpg?new');
		padding-top: 50px;
	}
	.sec03_con {
		width: 100vw;
	}
	.sec03_con > div:nth-child(1) {
		width: unset;
	}


	.sec01_text_box {
		transform: unset;
		left: unset;
		width: 100vw;
		top: 200px;
	}
	.m_sec01_bg {
		position: absolute;
		bottom: 90px;
		left: 0;
		z-index: 50;
	}

	.section_02::before {
		height: 95px;
		top: -90px;
	}
	.sec02_bg_text {
		top: unset;
		bottom: 80px;
		left: 0;
		width: 100vw;
		display: flex;
		justify-content: center;
		transform: translateY(-50%);
	}
	.section_02 .title {
		margin-left: 0;
		margin-right: 0;
		transform: scale(1);
	}
	@keyframes s2_title {
		0% {
			filter:blur(8px);
			opacity: 0;
			transform: translateY(60px);
		}
		100% {
			filter:blur(0);
			opacity: 1;
			transform: translateY(0px);
		}
	}
	.sec02_con {
		transform: scale(1);
	}
	@keyframes sec02_con {
		0% {
			filter:blur(8px);
			opacity: 0;
			transform: translateX(80px);
		}
		100% {
			filter:blur(0);
			opacity: 1;
			transform: translateX(0px);
		}
	}
	.section_02 .row {
		flex-direction: column;
	}






	.sec02_con{
		position: relative;
		overflow: hidden;
	}

	/* 2장 트랙 */
	.m_sec02_track{
		display: flex;
		width: 200%;
		transition: transform 420ms ease;
		will-change: transform;
	}

	.m_sec02_con01,
	.m_sec02_con02{
		width: 50%;           /* 트랙이 200%니까 각 슬라이드는 50% = 화면 100% */
		flex: 0 0 50%;
	}

	.m_sec02_con01 img,
	.m_sec02_con02 img{
		width: 100%;
		height: auto;
		display: block;
	}

	/* 상태에 따라 트랙 이동 */
	.sec02_con[data-slide="1"] .m_sec02_track{ transform: translateX(0%); }
	.sec02_con[data-slide="2"] .m_sec02_track{ transform: translateX(-50%); }

	/* 화살표 */
	.m_sec02_arrow01, .m_sec02_arrow02{
		cursor: pointer;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		z-index: 10;
	}
	.m_sec02_arrow01{ left: 0; }
	.m_sec02_arrow02{ right: 0; }

	.section_02 .sec02_con > div > div {
		position: relative;
		opacity: 1;
		filter:unset;
	}
	.m_sec02_con01 img, .m_sec02_con02 img {
		width: auto;
		left: 82px;
		position: relative;
	}
	.m_sec02_arrow02 > img {
		position: relative;
		transform: scaleX(-1);
	}

	.section_02 .title {
		margin-left: unset;
	}
	.section_02 .row {
		padding-bottom: 100px;
		gap: 80px;

	}



	.section_03, .section_03 * {
		transform: translateZ(0);
		-webkit-transform: translateZ(0);
		-webkit-backface-visibility: hidden;
	}
	.section_03 { position: relative; z-index: 5; }
	.section_03 .row { position: relative; z-index: 5; }


	.section_03 .fx__ {
		width: 680px;
	}

	.section_03 .sec03_con01 {
		opacity: 1;              /* 기존 0 -> 1 */
		transform: translateX(0);/* 기존 +/-50px -> 0 */
	}
	.section_03.active .sec03_con01 {
		animation: unset;
	}


	.footer .bt span.mr {
		font-size: 17px;
	}
}