@font-face {
	font-family: "KartriderExtraBold";
	src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2312-1@1.1/KartriderExtraBold.woff2")
		format("woff2");
	font-weight: 800;
	font-style: normal;
}
@font-face {
	font-family: "KartriderBold";
	src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2312-1@1.1/KartriderBold.woff2")
		format("woff2");
	font-weight: 700;
	font-style: normal;
}
.mBr {
	display: none;
}
body,
html {
	font-family: "Pretendard Variable", sans-serif;
	color: #000;
}
html.not_scroll {
	height: 100%;
	overflow: hidden;
}
.not_scroll {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.fp-scroll-mac .fp-overflow::-webkit-scrollbar {
	width: 0 !important;
}
/* modal */
.overlay {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
}
.modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 120;
}
.modal_inner {
	position: absolute;
	display: flex;
	gap: 18px;
	width: 710px;
	height: 900px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 30px;
}
.modal_inner img {
	width: 100%;
	height: 100%;
}
.popup06 .modal_inner {
	width: 940px;
}
.modal_inner .swiper-button-prev,
.modal_inner .swiper-button-next {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
	width: 70px;
	height: 100px;
}
.modal_inner .swiper-button-prev::after,
.modal_inner .swiper-button-next::after {
	display: none;
}

.modal_inner .swiper-button-prev {
	margin-left: -450px;
	background: url(/img/prev_ico.png) center / contain no-repeat;
}
.modal_inner .swiper-button-next {
	margin-left: 450px;
	background: url(/img/next_ico.png) center / contain no-repeat;
}
.modal .close_btn {
	position: absolute;
	top: 0;
	right: -60px;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
.modal .img_inner,
.modal .img_inner img {
	width: 100%;
	height: 100%;
	border-radius: 30px;
}
.modal[class*="popup0"] .modal_inner {
	height: 473px;
}
/* !modal */

.guide_line {
	width: 1100px;
	margin: 0 auto;
}

/* side banner */
.side_bnr {
	position: fixed;
	top: 27%;
	left: 50%;
	transform: translateX(-50%);
	margin-left: 720px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.side_bnr li {
	width: 80px;
}

#fp-nav {
	right: 50px;
	top: 50%;
	transform: translateY(-50%);
}
#fp-nav.fp-right {
	top: 45% !important;
	right: auto !important;
	left: 50%;
	transform: translateX(-50%);
	margin-left: 720px;
}
#fp-nav ul {
	display: flex;
	flex-direction: column;
	gap: 10px;
	background: #171a62;
	border-radius: 25px;
	padding: 20px;
}
#fp-nav ul li {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 10px 0;
	width: 100px;
}
#fp-nav ul li a,
#fp-nav ul li a span,
#fp-nav ul li:last-of-type,
#fp-nav ul li:nth-of-type(7) {
	display: none; /* 도트 제거 */
}

#fp-nav ul li .fp-tooltip {
	display: block !important;
	opacity: 1 !important;
	width: auto !important;
	position: relative;
	padding: 3px 15px;
	color: #fff !important;
	font-family: "KartriderBold" !important;
	font-size: 18px !important;
	transition: color 0.3s;
	box-sizing: border-box;
	overflow: visible;
}
#fp-nav ul li .fp-tooltip.fp-right {
	right: 0;
}

#fp-nav ul li .active + .fp-tooltip {
	border: 3px solid #fff;
	border-radius: 10px;
}
#fp-nav ul li a[href="#sec04"].active + .fp-tooltip,
#fp-nav ul li a[href="#sec06"].active + .fp-tooltip {
	background: #ff638b;
}
section {
	padding-top: 85px;
	min-height: 100vh;
}
.travel h1 {
	width: 154px;
	height: 26px;
}
.travel header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
	border-bottom: 2px solid #e6f9ff;
	background: #fff;
}
.travel header > div {
	display: flex;
	padding: 35px 0 20px;
	justify-content: space-between;
}
.travel header ul {
	display: flex;
	gap: 30px;
}
.travel header ul li {
	position: relative;
	font-family: "KartriderExtraBold";
	font-size: 20px;
	color: #06083e;
}
/* .travel header ul li::after, */
.sec02 .tit small span::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 102%;
	height: 10px;
	z-index: -1;
}
/* .travel header ul li:first-of-type::after {
	background: #cfe9f9;
}
.travel header ul li:nth-of-type(2)::after {
	background: #f9d2da;
}
.travel header ul li:nth-of-type(3)::after {
	background: #fdd4e2;
}
.travel header ul li:last-of-type::after {
	background: #c3e5d4;
} */
.travel header li.share a {
	display: flex;
	align-items: center;
	padding-left: 40px;
	color: #fff;
	width: 120px;
	height: 30px;
	border-radius: 30px;
	background: url("../img/share_ico.png") center left 15px / 15px no-repeat,
		#06083e;
}
/* header fin */
#fullpage {
	padding-top: 85px;
}
.fp-watermark {
	display: none;
}
.fp-table.sec02 {
	justify-content: space-between !important;
	z-index: -1;
}
.fp-table.sec02 .fp-overflow {
	position: relative;
	z-index: -1;
}
.section .tit p {
	position: relative;
	font-size: 56px;
	font-family: "KartriderExtraBold";
	color: #0b0e5a;
	line-height: 1.3;
}
.section .tit p::before {
	content: "";
	width: 40px;
	height: 4px;
	position: absolute;
	top: -25px;
	left: 0;
	background: #171a62;
}
.section .tit p span {
	color: #fff;
}
.section .tit small {
	font-size: 26px;
	font-weight: 600;
}
.sec01 {
	position: relative;
	width: 100%;
	height: 815px;
	background: url("../img/main_bg.png") center / cover no-repeat;
}
.sec01 h2 {
	position: absolute;
	top: 235px;
	left: 50%;
	transform: translateX(-50%);
	width: 766px;
	height: 264px;
}
/* sec01 fin */
#fadeImg {
	opacity: 0;
	transform: translateY(100px);
	transition: opacity 0.5s ease-out 0.5s, transform 0.8s ease-out 0.5s;
}
.sec02.active #fadeImg {
	opacity: 1;
	transform: translateY(0);
}
.sec02 .tit {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
	padding: 90px 0 60px;
	margin-bottom: 20px;
	background: #e8f5fc;
	position: relative;
	z-index: -2;
}
.sec02 .tit::before {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 80px;
	background: url("../img/square_ico.png") center / cover no-repeat;
	z-index: -1;
}
.sec02 .tit::after {
	width: 150px;
	content: "3분기(2025.7.1.기준)";
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	color: #82b9d7;
	font-size: 20px;
	font-family: "KartriderBold";
}
.sec02 .cont_ico {
	width: 55px;
	height: 60px;
}
.sec02 .tit p {
	font-family: "KartriderExtraBold";
	font-size: 50px;
	color: #07093f;
}
.sec02 .tit p::before {
	left: 50%;
	transform: translateX(-50%);
}
.sec02 .tit p a {
	position: relative;
	display: inline-block;
	color: #40acee;
}
.sec02 .tit p a::after {
	content: "";
	position: absolute;
	bottom: -15px;
	right: -30px;
	width: 40px;
	height: 40px;
	background: url("../img/cursor_ico.png") center / contain no-repeat;
}
.sec02 .tit small {
	font-size: 22px;
	text-align: center;
	font-weight: 600;
}
.sec02 .tit small span {
	position: relative;
}
.sec02 .tit small span::after {
	background: #edd8e5;
}
.sec02 .cont_img {
	position: relative;
	width: 940px;
	height: auto;
	margin: 0 auto;
}
/* .sec02 .cont_img::after {
	content: "";
	width: 30px;
	height: 30px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	margin-left: 350px;
	background: url("../img/cursor_ico.png") center / contain no-repeat;
} */
.qCode_link {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	width: 245px;
	height: 40px;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	background: #0b0e5a;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
/* sec02 fin */
.sec_cont_mb {
	display: none;
}
.sec03 {
	background: url("../img/cont_bg01.png") center / cover no-repeat;
}
.sec03 .inner {
	width: 1125px;
	margin: 0 auto;
	display: flex;
	/* height: 100%;
	position: relative; */
	justify-content: space-between;
	overflow: auto;
}
.sec03 .tit p {
	position: absolute;
	top: 400px;
}
.sec03 .tit small {
	display: block;
	margin-top: 25px;
	width: 280px;
	font-family: "Pretendard Variable", sans-serif;
	color: #0b0e5a;
}
.sec03 .sec_cont {
	display: flex;
	align-items: center;
	padding: 250px 0;
	gap: 40px;
}
.sec03 .sec_cont .news_card {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sec03 .sec_cont .big .news_card {
	width: 302px;
	height: 430px;
	transition: 0.3s;
}
/* .sec03 .sec_cont .news_card.active {
	background: #0b0e5a;
	border: 3px solid #e378a1;
}
.sec03 .sec_cont .active span {
	color: #0b0e5a;
	background: #ff638b;
} */
.sec03 .sec_cont .news_card h3 {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
	color: #fff;
}
.sec03 .sec_cont .big span {
	width: 214px;
	height: 48px;
	font-size: 22px;
}
.sec03 .sec_cont h3 {
	font-family: "Pretendard Variable", sans-serif;
	font-weight: 800;
}
.sec03 .sec_cont small {
	font-weight: 500;
}
.sec03 .sec_cont .big h3 {
	font-size: 45px;
	text-align: center;
}
.sec03 .sec_cont .big small {
	font-size: 28px;
}
.sec03 .sec_cont span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 212px;
	height: 50px;
	border-radius: 30px;
	position: absolute;
	top: 25px;
	left: 50%;
	transform: translateX(-50%);
	font-family: "Pretendard Variable", sans-serif;
	font-weight: 800;
}
.sec03 .sec_cont .small {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.sec03 .sec_cont .news_card {
	width: 220px;
	height: 320px;
	cursor: pointer;
}
.sec03 .news_card .cont_img,
.sec03 .news_card .cont_img img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
}
.sec03 .sec_cont span {
	width: 185px;
	height: 40px;
	font-size: 22px;
	color: #fff;
	background: #0b0e5a;
}
.sec03 .sec_cont h3 {
	font-size: 28px;
	text-align: center;
}
.sec03 .sec_cont small {
	font-size: 18px;
}
/* sec03 fin */

.sec04 {
	position: relative;
	background: url("../img/cont_bg02.png") center / cover no-repeat;
}
.sec04 .fp-overflow,
.sec05 .fp-overflow {
	overflow-y: visible;
}
.sec04 .cont_img {
	position: absolute;
	right: 0;
	bottom: -100px;
	width: 394px;
	height: 289px;
	z-index: 10;
}
.sec04 .tit {
	margin-bottom: 60px;
	text-align: center;
}
.sec04 .tit p {
	color: #ff638b;
}
.sec04 .tit p::before {
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
}
.sec04 .tit small,
.sec05 .tit small {
	display: block;
	font-family: "Pretendard Variable", sans-serif;
	color: #fff;
}
.sec04 .tit small {
	margin-top: 25px;
}
.sec05 .tit small {
	margin-bottom: 25px;
}
.sec04 .video {
	display: flex;
	justify-content: center;
}
.sec04 .video_swiepr {
	width: 1300px;
}
.sec04 .swiper-slide {
	width: 870px;
	height: 580px;
	scale: 0.9;
	filter: brightness(50%);
	opacity: 0;
	transition: scale 0.3s ease, filter 0.3s ease;
}
.sec04 .swiper-slide-active {
	scale: 1;
	filter: brightness(100%);
	z-index: 10;
}
.sec04 .swiper-slide .inner,
.sec04 .video iframe {
	width: 100%;
	height: 500px;
}
.sec04 .swiper-slide-active,
.sec04 .swiper-slide-prev,
.sec04 .swiper-slide-next {
	opacity: 1;
}
.sec04 .swiper-button-next {
	right: auto !important;
	margin-left: 500px;
	background: url("../img/next_ico03.png") center / cover no-repeat;
}
.sec04 .swiper-button-prev {
	margin-left: -500px;
	background: url("../img/prev_ico03.png") center / cover no-repeat;
}
.sec04 .swiper-button-next,
.sec04 .swiper-button-prev {
	margin-top: 100px;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%);
	width: 44px;
	height: 68px;
}
.sec04 .swiper-button-next::after,
.sec04 .swiper-button-prev::after {
	content: none;
}
.sec04 .cont_tit {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.sec04 .cont_tit p {
	padding: 8px 30px;
	font-family: "Pretendard Variable", sans-serif;
	font-size: 24px;
	font-weight: 800;
	color: #0b0e5a;
	background: #ff638b;
	border-radius: 30px;
	box-sizing: border-box;
}
/* sec04 fin */

.sec05 {
	background: url("../img/cont_bg03.png") center / cover no-repeat;
}
.sec05 .inner {
	position: relative;
	width: 1240px;
	display: flex;
	margin: 0 auto;
}
.sec05 .tit {
	margin-top: 200px;
}
.sec05 .tit P {
	line-height: 1.1;
	color: #141660;
}
.sec05 .tit a {
	margin-top: 60px;
	width: 245px;
	height: 40px;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	background: #0b0e5a;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sec05 .tit p::before {
	background: #fff;
}
.sec05 .swiper {
	width: 520px;
	padding: 100px 0;
}
.sec05 .swiper-slide {
	width: 320px;
	scale: 0.9;
	opacity: 0;
	transition: scale 0.3s ease, opacity 0.3s ease;
}
.sec05 .swiper-slide-next {
	opacity: 0.7;
}
.sec05 .swiper-slide-active {
	scale: 1;
	opacity: 1;
	z-index: 10;
}
.sec05 .swiper-slide::before {
	position: absolute;
	content: "";
	left: 50%;
	transform: translateX(-50%);
	top: -25px;
	width: 225px;
	height: 65px;
}
.sec05 .swiper-slide::after {
	position: absolute;
	content: "";
	left: 50%;
	transform: translateX(-50%);
	bottom: -75px;
	width: 100%;
	height: 60px;
}
.sec05 .swiper-slide.award01::before {
	top: -80px;
	height: 125px;
	background: url("../img/award01.png") center / cover no-repeat;
}
.sec05 .swiper-slide.award01::after {
	background: url("../img/award_tit01.png") center / contain no-repeat;
}
.sec05 .swiper-slide[class*="award02"]::before {
	background: url("../img/award02.png") center / cover no-repeat;
}
.sec05 .swiper-slide.award02_1::after {
	background: url("../img/award_tit02-2.png") center / contain no-repeat;
}
.sec05 .swiper-slide.award02_2::after {
	background: url("../img/award_tit02-1.png") center / contain no-repeat;
}
.sec05 .swiper-slide[class*="award03"]::before {
	background: url("../img/award03.png") center / cover no-repeat;
}
.sec05 .swiper-slide.award03_1::after {
	background: url("../img/award_tit03-3.png") center / contain no-repeat;
}
.sec05 .swiper-slide.award03_2::after {
	background: url("../img/award_tit03-2.png") center / contain no-repeat;
}
.sec05 .swiper-slide.award03_3::after {
	background: url("../img/award_tit03-1.png") center / contain no-repeat;
}
.sec05 .swiper-slide .video,
.sec05 .swiper-slide video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0 30px 0 30px;
}
.swiper-slide-active .drag-layer {
	display: none;
}
.drag-layer {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: transparent;
}
.sec05 .swiper-button-next {
	right: auto !important;
	margin-left: -220px;
	background: url("../img/newt_ico02.png") center / cover no-repeat;
}
.sec05 .swiper-button-prev {
	margin-left: -280px;
	background: url("../img/prev_ico02.png") center / cover no-repeat;
}
.sec05 .swiper-button-next,
.sec05 .swiper-button-prev {
	top: 607px !important;
	left: 52% !important;
	transform: translateX(-50%);
	width: 45px;
	height: 45px;
}
.sec05 .swiper-button-next::after,
.sec05 .swiper-button-prev::after {
	content: none;
}
/* sec05 fin */

.sec06,
.sec07 {
	display: block;
	position: relative;
	padding: 0;
}
.sec06 .inner {
	background: url("../img/event_bg02.png") center top / cover no-repeat;
}
.sec06 .inner,
.sec07 .inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
	width: 100%;
	height: 953px;
}
.sec06 .cont_img {
	padding-top: 85px;
	width: 535px;
}
.sec07 .cont_img {
	width: 825px;
}
.sec06 .cont_img {
	position: relative;
}
/* .sec06 .cont_img > img:last-of-type {
	display: none;
} */
.sec06 a {
	position: absolute;
	bottom: 90px;
	left: 50%;
	transform: translateX(-50%);
	width: 235px;
	height: 82px;
}
/* sec06 fin */

.sec07 .event_btn {
	width: 460px;
	height: 90px;
	background: url("../img/event_btn.png") center / cover no-repeat;
}
.sec07 .inner {
	background: url("../img/event_bg.png") center top -163px / cover no-repeat;
}
/* sec07 fin */
.sec08 {
	background: #090c50;
}
.sec08 .inner {
	position: relative;
	width: 970px;
	height: 810px;
	margin: 0 auto;
}
.sec08 .inner.top {
	display: none;
}
.sec08 .cont_img {
	width: 100%;
	height: 100%;
}
.sec08 a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 35px;
	width: 275px;
	height: 80px;
	font-size: 24px;
	border-radius: 15px;
	font-family: "KartriderBold";
	color: #fff;
	background: #181148;
}
.sec08 a span {
	display: block;
	color: #fdcf08;
	font-family: "Pretendard Variable", sans-serif;
	font-weight: 500;
	font-size: 18px;
}
/* sec07 fin */

/* footer */
.footer {
	display: flex;
	align-items: center;
	min-height: auto;
	height: 134px !important;
	padding: 0;
	background: #edf8fc;
}
.footer footer {
	width: 750px;
	display: flex;
	justify-content: space-between;
}
.footer span {
	display: inline-block;
	width: 28px;
	height: 28px;
}
.footer p {
	font-family: "Pretendard Variable", sans-serif;
	color: #8a8cad;
}
.footer footer div p {
	font-size: 20px;
	font-weight: 600;
}
.footer footer > p {
	font-size: 16px;
	font-weight: 400;
}
footer > div {
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer footer div p:last-of-type {
	display: flex;
	align-items: center;
	gap: 8px;
}
.footer .logo01 {
	width: 215px;
}
.footer .logo02 {
	width: 140px;
}
.footer .logo03 {
	width: 165px;
}

@media screen and (max-width: 1280px) {
	.modal_inner {
		gap: calc(100vw * (18 / 1280));
		width: calc(100vw * (710 / 1280));
		height: calc(100vw * (900 / 1280));
		border-radius: calc(100vw * (30 / 1280));
	}
	.popup06 .modal_inner {
		width: calc(100vw * (940 / 1280));
	}
	.modal[class*="popup0"] .modal_inner {
		height: calc(100vw * (473 / 1280));
	}
	.modal_inner .swiper-button-prev,
	.modal_inner .swiper-button-next {
		width: calc(100vw * (70 / 1280));
		height: calc(100vw * (100 / 1280));
	}
	.modal_inner .swiper-button-prev {
		margin-left: calc(100vw * (-450 / 1280));
	}
	.modal_inner .swiper-button-next {
		margin-left: calc(100vw * (450 / 1280));
	}
	.modal .close_btn {
		right: calc(100vw * (-60 / 1280));
		width: calc(100vw * (40 / 1280));
		height: calc(100vw * (40 / 1280));
	}
	.modal.qr .modal_inner {
		width: calc(100vw * (530 / 1280));
		height: calc(100vw * (530 / 1280));
		padding: calc(100vw * (15 / 1280));
	}
	/* !modal */

	.guide_line {
		width: calc(100vw * (1100 / 1280));
	}
	#fp-nav {
		right: calc(100vw * (50 / 1280));
	}
	#fp-nav.fp-right {
		margin-left: calc(100vw * (850 / 1280));
	}
	#fp-nav ul {
		gap: calc(100vw * (20 / 1280));
	}
	#fp-nav ul li {
		margin: calc(100vw * (10 / 1280)) 0;
	}
	#fp-nav ul li .fp-tooltip {
		margin-left: calc(100vw * (10 / 1280));
		padding: calc(100vw * (5 / 1280)) calc(100vw * (20 / 1280));
		font-size: calc(100vw * (20 / 1280)) !important;
	}
	#fp-nav ul li .active + .fp-tooltip {
		border-radius: calc(100vw * (20 / 1280));
	}
	section {
		padding-top: calc(100vw * (85 / 1280));
	}
	.travel h1 {
		width: calc(100vw * (154 / 1280));
		height: calc(100vw * (26 / 1280));
	}
	.travel header > div {
		padding: calc(100vw * (35 / 1280)) 0 calc(100vw * (20 / 1280));
	}
	.travel header ul {
		gap: calc(100vw * (50 / 1280));
	}
	.travel header ul li {
		font-size: calc(100vw * (18 / 1280));
	}
	.travel header li.share a {
		padding-left: calc(100vw * (40 / 1280));
		width: calc(100vw * (120 / 1280));
		height: calc(100vw * (30 / 1280));
		border-radius: calc(100vw * (30 / 1280));
		background: url(../img/share_ico.png) center left calc(100vw * (15 / 1280)) /
				calc(100vw * (15 / 1280)) no-repeat,
			#06083e;
	}
	.travel header ul li::after,
	.sec02 .tit small span::after {
		height: calc(100vw * (10 / 1280));
	}
	/* header fin */
	#fullpage {
		padding-top: calc(100vw * (85 / 1280));
	}
	.section .tit p {
		font-size: calc(100vw * (45 / 1280));
	}
	.section .tit small {
		font-size: calc(100vw * (24 / 1280));
	}
	.sec01 {
		height: calc(100vw * (815 / 1280));
	}
	.sec01 h2 {
		transform: translate(-50%, -50%);
		top: 50%;
		width: calc(100vw * (766 / 1280));
		height: calc(100vw * (264 / 1280));
		margin-top: calc(100vw * (-200 / 1280));
	}
	/* sec01 fin */
	.sec02 .tit {
		gap: calc(100vw * (5 / 1280));
		height: calc(100vw * (212 / 1280));
		padding: calc(100vw * (45 / 1280)) 0 calc(100vw * (45 / 1280));
		margin-bottom: calc(100vw * (80 / 1280));
	}
	.sec02 .tit::before {
		bottom: calc(100vw * (-40 / 1280));
		width: calc(100vw * (80 / 1280));
		height: calc(100vw * (80 / 1280));
	}
	.sec02 .tit::after {
		width: calc(100vw * (150 / 1280));
		bottom: calc(100vw * (-40 / 1280));
		margin-left: calc(100vw * (560 / 1280));
		font-size: calc(100vw * (20 / 1280));
	}
	.sec02 .cont_ico {
		width: calc(100vw * (55 / 1280));
		height: calc(100vw * (60 / 1280));
	}
	.sec02 .tit p {
		font-size: calc(100vw * (50 / 1280));
	}
	.sec02 .tit p a::after {
		bottom: calc(100vw * (-15 / 1280));
		right: calc(100vw * (-30 / 1280));
		width: calc(100vw * (50 / 1280));
		height: calc(100vw * (50 / 1280));
	}
	.sec02 .cont_img::after {
		width: calc(100vw * (30 / 1280));
		height: calc(100vw * (30 / 1280));
		margin-left: calc(100vw * (600 / 1280));
	}
	.sec02 .tit small {
		font-size: calc(100vw * (22 / 1280));
	}
	.sec02 .img_wrap {
		overflow: auto;
	}
	/* sec02 fin */
	.sec_cont_mb {
		display: block;
		width: 100%;
		height: 580px;
	}
	.sec03 .inner {
		width: 100%;
		flex-direction: column;
		gap: calc(100vw * (50 / 1280));
	}
	.sec03 .tit p {
		position: relative;
		text-align: center;
		top: calc(100vw * (10 / 1280));
	}
	.section .tit p::before {
		width: calc(100vw * (40 / 1280));
		height: calc(100vw * (4 / 1280));
		top: calc(100vw * (-25 / 1280));
	}
	.sec03 .tit p::before {
		top: calc(100vw * (-20 / 1280));
		left: 50%;
		transform: translateX(-50%);
	}
	.sec03 .tit small {
		margin-top: calc(100vw * (10 / 1280));
		width: 100%;
		text-align: center;
	}
	.sec03 .sec_cont {
		display: none;
	}
	.sec_cont_mb .swiper {
		height: 100%;
	}
	.sec_cont_mb .swiper-wrapper {
		align-items: center;
	}
	.sec_cont_mb .swiper-slide {
		width: calc(100vw * (320 / 1280));
		height: calc(100vw * (470 / 1280));
		transition: transform 0.8s ease, z-index 0.4s;
		transform: scale(1);
		border-radius: calc(100vw * (10 / 1280));
	}
	.sec_cont_mb .swiper-slide-active {
		transform: scale(1.5);
		z-index: 10;
	}
	.sec_cont_mb .swiper-slide .news_card {
		width: 100%;
		height: 100%;
		cursor: pointer;
	}
	/* .sec03 .sec_cont_mb .swiper-slide {
		background: #ff638b;
	}
	.sec03 .sec_cont_mb .swiper-slide span {
		font-family: "Pretendard Variable", sans-serif;
		font-weight: 800;
		background: #0b0e5a;
		color: #fff;
	}
	.sec03 .sec_cont_mb .swiper-slide-active {
		background: #0b0e5a;
		border: 3px solid #e378a1;
	}
	.sec03 .sec_cont_mb .swiper-slide-active span {
		color: #0b0e5a;
		background: #ff638b;
		font-size: 12px;
	}
	.sec03 .sec_cont_mb .swiper-slide-active h3 {
		color: #fff;
	} */
	.sec03 .sec_cont_mb .news_card {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.sec03 .sec_cont_mb span {
		position: absolute;
		display: flex;
		justify-content: center;
		align-items: center;
		top: calc(100vw * (35 / 1280));
		left: 50%;
		transform: translateX(-50%);
		width: calc(100vw * (212 / 1280));
		height: calc(100vw * (50 / 1280));
		border-radius: calc(100vw * (30 / 1280));
	}
	.sec03 .sec_cont_mb .small {
		gap: calc(100vw * (20 / 1280));
	}
	.sec03 .sec_cont_mb span {
		width: calc(100vw * (180 / 1280));
		height: calc(100vw * (30 / 1280));
		font-size: calc(100vw * (16 / 1280));
	}
	.sec03 .sec_cont_mb h3 {
		font-family: "Pretendard Variable", sans-serif;
		font-weight: 700;
		text-align: center;
		font-size: calc(100vw * (30 / 1280));
		color: #0b0e5a;
	}
	.sec03 .sec_cont_mb small {
		display: block;
		font-size: calc(100vw * (24 / 1280));
	}
	/* sec03 fin */
	.sec04 .cont_img {
		bottom: calc(100vw * (-100 / 1280));
		width: calc(100vw * (394 / 1280));
		height: calc(100vw * (289 / 1280));
	}
	.sec04 .tit {
		margin-bottom: calc(100vw * (60 / 1280));
	}
	.sec04 .tit small {
		margin-top: calc(100vw * (25 / 1280));
	}
	.sec05 .tit {
		margin-top: calc(100vw * (200 / 1280));
	}
	.sec05 .tit a {
		margin-top: calc(100vw * (60 / 1280));
		width: calc(100vw * (245 / 1280));
		height: calc(100vw * (40 / 1280));
		font-size: calc(100vw * (18 / 1280));
		border-radius: calc(100vw * (20 / 1280));
	}
	.sec05 .tit small {
		margin-bottom: calc(100vw * (25 / 1280));
	}
	.sec04 .video_swiepr {
		width: calc(100vw * (1150 / 1280));
	}
	.sec04 .swiper-slide {
		width: calc(100vw * (870 / 1280));
		height: calc(100vw * (580 / 1280));
	}
	.sec04 .swiper-slide .inner,
	.sec04 .video iframe {
		height: calc(100vw * (500 / 1280));
	}
	.sec04 .swiper-button-next {
		margin-left: calc(100vw * (500 / 1280));
	}
	.sec04 .swiper-button-prev {
		margin-left: calc(100vw * (-500 / 1280));
	}
	.sec04 .swiper-button-next,
	.sec04 .swiper-button-prev {
		margin-top: calc(100vw * (100 / 1280));
		width: calc(100vw * (44 / 1280));
		height: calc(100vw * (68 / 1280));
	}
	.sec04 .cont_tit {
		margin-top: calc(100vw * (30 / 1280));
	}
	.sec04 .cont_tit p {
		padding: calc(100vw * (8 / 1280)) calc(100vw * (30 / 1280));
		font-size: calc(100vw * (24 / 1280));
		border-radius: calc(100vw * (30 / 1280));
	}
	/* sec04 fin */

	.sec05 .inner {
		width: calc(100vw * (1140 / 1280));
	}
	.sec05 .tit small {
		width: calc(100vw * (280 / 1280));
	}
	.sec05 .swiper {
		width: calc(100vw * (650 / 1280));
	}
	.sec05 .swiper-slide {
		width: calc(100vw * (430 / 1280));
	}
	.sec05 .swiper-slide::before {
		top: calc(100vw * (-25 / 1280));
		width: calc(100vw * (225 / 1280));
		height: calc(100vw * (65 / 1280));
	}
	.sec05 .swiper-slide.award01::before {
		top: calc(100vw * (-80 / 1280));
		height: calc(100vw * (125 / 1280));
	}
	.sec05 .swiper-slide::after {
		bottom: calc(100vw * (-80 / 1280));
		height: calc(100vw * (70 / 1280));
	}
	.sec05 .swiper-slide .video,
	.sec05 .swiper-slide iframe {
		border-radius: 0 calc(100vw * (30 / 1280)) 0 calc(100vw * (30 / 1280));
	}
	.sec05 .swiper-button-next {
		margin-left: calc(100vw * (-240 / 1280));
	}
	.sec05 .swiper-button-prev {
		margin-left: calc(100vw * (-300 / 1280));
	}
	.sec05 .swiper-button-next,
	.sec05 .swiper-button-prev {
		top: calc(100vw * (550 / 1280)) !important;
		width: calc(100vw * (45 / 1280));
		height: calc(100vw * (45 / 1280));
	}
	/* sec05 fin */

	.sec06 .inner {
		gap: calc(100vw * (20 / 1280));
		height: 100vh;
	}
	.sec06 .cont_img {
		width: calc(100vw * (535 / 1280));
		height: auto;
	}
	.sec07 .cont_img {
		width: calc(100vw * (1080 / 1280));
		height: auto;
	}
	.sec07 .inner {
		height: 100vh;
		background: url(../img/event_bg.png) center top / cover no-repeat;
	}
	.sec07 .event_btn {
		width: calc(100vw * (460 / 1280));
		height: calc(100vw * (90 / 1280));
	}
	.sec06 a {
		bottom: calc(100vw * (110 / 1280));
		width: calc(100vw * (225 / 1280));
		height: calc(100vw * (62 / 1280));
	}
	/* sec06 fin */

	.sec08 .inner {
		width: calc(100vw * (1100 / 1280));
		height: calc(100vw * (880 / 1280));
	}
	.sec08 a {
		bottom: calc(100vw * (30 / 1280));
		width: calc(100vw * (345 / 1280));
		height: calc(100vw * (80 / 1280));
		font-size: calc(100vw * (24 / 1280));
		border-radius: calc(100vw * (15 / 1280));
	}
	.sec08 a span {
		font-size: calc(100vw * (18 / 1280));
	}
	/* sec07 fin */

	/* footer */
	.footer {
		height: calc(100vw * (134 / 1280)) !important;
	}
	.footer .logo01 {
		width: calc(100vw * (215 / 1280));
	}
	.footer .logo02 {
		width: calc(100vw * (140 / 1280));
	}
	.footer .logo03 {
		width: calc(100vw * (165 / 1280));
	}
	.footer footer {
		width: calc(100vw * (750 / 1280));
		gap: calc(100vw * (24 / 1280));
	}
	.footer span {
		width: calc(100vw * (28 / 1280));
		height: calc(100vw * (28 / 1280));
	}
	.footer footer div p {
		font-size: calc(100vw * (25 / 1280));
	}
}

@media screen and (max-width: 720px) {
	.mBr {
		display: block;
	}
	.modal_inner {
		gap: calc(100vw * (9 / 360));
		width: calc(100vw * (300 / 360));
		height: calc(100vw * (400 / 360));
	}
	.modal[class*="popup0"] .modal_inner {
		height: calc(100vw * (278 / 360));
	}
	.popup06 .modal_inner {
		width: calc(100vw * (320 / 360));
		height: calc(100vw * (197 / 360)) !important;
	}
	.modal .img_inner,
	.modal .img_inner img {
		width: 100%;
		height: 100%;
		border-radius: calc(100vw * (10 / 360));
	}
	.modal_inner .swiper-button-prev,
	.modal_inner .swiper-button-next {
		width: calc(100vw * (35 / 360));
		height: calc(100vw * (50 / 360));
	}
	.modal_inner .swiper-button-prev {
		margin-left: calc(100vw * (-220 / 360));
	}
	.modal_inner .swiper-button-next {
		margin-left: calc(100vw * (220 / 360));
	}
	.modal .close_btn {
		top: calc(100vw * (-30 / 360));
		right: 0;
		width: calc(100vw * (20 / 360));
		height: calc(100vw * (20 / 360));
	}
	.modal.qr .modal_inner {
		width: calc(100vw * (255 / 360));
		height: calc(100vw * (255 / 360));
		padding: calc(100vw * (8 / 360));
	}
	/* !modal */
	.section .tit p::before {
		width: calc(100vw * (25 / 360));
		height: calc(100vw * (4 / 360));
		top: calc(100vw * (-10 / 360));
	}
	.guide_line {
		width: 100%;
	}
	#fp-nav {
		right: calc(100vw * (25 / 360));
	}
	#fp-nav.fp-right {
		margin-left: calc(100vw * (450 / 360));
	}
	#fp-nav ul {
		gap: calc(100vw * (10 / 360));
	}
	#fp-nav ul li {
		margin: calc(100vw * (5 / 360)) 0;
	}
	#fp-nav ul li .fp-tooltip {
		margin-left: calc(100vw * (5 / 360));
		padding: calc(100vw * (5 / 360)) calc(100vw * (10 / 360));
		font-size: calc(100vw * (10 / 360)) !important;
	}
	#fp-nav ul li .active + .fp-tooltip {
		border-radius: calc(100vw * (10 / 360));
	}
	section {
		padding-top: calc(100vw * (52 / 360));
	}
	header nav {
		position: absolute;
		top: calc(100vw * (15 / 360));
		right: calc(100vw * (15 / 360));
	}
	header nav ul li:not(:last-of-type) {
		display: none;
	}
	.travel h1 {
		width: calc(100vw * (130 / 360));
		height: calc(100vw * (22 / 360));
	}
	.travel header > div {
		padding: calc(100vw * (15 / 360)) 0;
		justify-content: center;
	}
	.travel header ul {
		gap: calc(100vw * (25 / 360));
	}
	.travel header ul li {
		font-size: calc(100vw * (12 / 360));
	}
	.travel header li.share a {
		padding-left: calc(100vw * (25 / 360));
		width: calc(100vw * (75 / 360));
		height: calc(100vw * (18 / 360));
		border-radius: calc(100vw * (30 / 360));
		background: url(../img/share_ico.png) center left calc(100vw * (9 / 360)) /
				calc(100vw * (9 / 360)) no-repeat,
			#06083e;
	}
	.travel header ul li::after,
	.sec02 .tit small span::after {
		height: calc(100vw * (10 / 360));
	}
	/* header fin */
	#fullpage {
		padding-top: calc(100vw * (40 / 360));
	}
	.section .tit p {
		font-size: calc(100vw * (28 / 360));
	}
	.section .tit small {
		font-size: calc(100vw * (13 / 360));
	}
	.sec01 {
		height: calc(100vw * (415 / 360));
		background: url(/img/main_bg_mb.png) center / cover no-repeat;
	}
	.sec01 h2 {
		width: calc(100vw * (366 / 360));
		height: calc(100vw * (130 / 360));
		margin-top: calc(100vw * (-60 / 360));
	}
	/* sec01 fin */
	.sec02 .tit {
		gap: calc(100vw * (5 / 360));
		height: calc(100vw * (140 / 360));
		padding: calc(100vw * (20 / 360)) 0;
		margin-bottom: calc(100vw * (80 / 360));
	}
	.sec02 .tit::before {
		bottom: calc(100vw * (-20 / 360));
		width: calc(100vw * (60 / 360));
		height: calc(100vw * (60 / 360));
	}
	.sec02 .tit::after {
		width: 100%;
		bottom: calc(100vw * (-50 / 360));
		margin-left: 0;
		font-size: calc(100vw * (14 / 360));
		text-align: center;
	}
	.sec02 .tit p a::after {
		bottom: calc(100vw * (-8 / 360));
		right: calc(100vw * (-15 / 360));
		width: calc(100vw * (20 / 360));
		height: calc(100vw * (20 / 360));
	}
	.sec02 .cont_ico {
		width: calc(100vw * (30 / 360));
		height: calc(100vw * (35 / 360));
	}
	.sec02 .tit p {
		font-size: calc(100vw * (25 / 360));
	}
	.sec02 .tit small {
		font-size: calc(100vw * (12 / 360));
	}
	.sec02 .cont_img::after {
		width: calc(100vw * (30 / 360));
		height: calc(100vw * (30 / 360));
		margin-left: calc(100vw * (360 / 360));
	}
	/* sec02 fin */
	.sec_cont_mb {
		height: calc(100vw * (350 / 360));
	}
	.sec03 {
		background: url(/img/cont_bg01_mb.png) center / cover no-repeat;
	}
	.sec03 .inner {
		width: 100%;
	}
	.sec03 .tit small {
		margin-top: calc(100vw * (4 / 360));
	}
	.sec03 .tit p {
		padding-top: calc(100vw * (10 / 360));
	}
	.sec03 .tit p::before {
		top: 0;
	}
	.sec_cont_mb .swiper-slide {
		width: calc(100vw * (130 / 360));
		height: calc(100vw * (200 / 360));
		border-radius: calc(100vw * (5 / 360));
	}
	.sec03 .sec_cont_mb .swiper-slide-active span {
		font-size: calc(100vw * (12 / 360));
	}
	.sec03 .sec_cont_mb span {
		top: calc(100vw * (12 / 360));
		width: calc(100vw * (112 / 360));
		height: calc(100vw * (25 / 360));
		border-radius: calc(100vw * (7 / 360));
	}
	.sec03 .sec_cont_mb .small {
		gap: calc(100vw * (10 / 360));
	}
	.sec03 .sec_cont_mb span {
		width: calc(100vw * (110 / 360));
		height: calc(100vw * (20 / 360));
		font-size: calc(100vw * (12 / 360));
	}
	.sec03 .sec_cont_mb h3 {
		font-size: calc(100vw * (16 / 360));
	}
	.sec03 .sec_cont_mb small {
		font-size: calc(100vw * (9 / 360));
	}
	/* sec03 fin */
	.sec04 {
		padding-left: calc(100vw * (20 / 360));
		padding-right: calc(100vw * (20 / 360));
		background: url(/img/cont_bg02_mb.png) center / cover no-repeat;
	}
	.sec04 .cont_img {
		bottom: calc(100vw * (-25 / 360));
		width: calc(100vw * (120 / 360));
		height: calc(100vw * (110 / 360));
	}
	.sec04 .tit {
		margin-bottom: calc(100vw * (30 / 360));
	}
	.sec04 .tit small,
	.sec05 .tit small {
		margin-top: 0;
		line-height: 1.3;
	}
	.sec04 .swiper-slide {
		width: 100%;
		height: calc(100vw * (230 / 360));
	}
	.sec04 .swiper-slide .inner,
	.sec04 .video iframe {
		height: calc(100vw * (180 / 360));
	}
	.sec04 .swiper-button-next {
		margin-left: calc(100vw * (140 / 360));
	}
	.sec04 .swiper-button-prev {
		margin-left: calc(100vw * (-140 / 360));
	}
	.sec04 .swiper-button-next,
	.sec04 .swiper-button-prev {
		margin-top: calc(100vw * (80 / 360));
		width: calc(100vw * (22 / 360));
		height: calc(100vw * (34 / 360));
	}
	.sec04 .cont_tit {
		margin-top: calc(100vw * (20 / 360));
	}
	.sec04 .cont_tit p {
		padding: calc(100vw * (4 / 360)) calc(100vw * (8 / 360));
		font-size: calc(100vw * (12 / 360));
		border-radius: calc(100vw * (15 / 360));
	}

	/* sec04 fin */

	.sec05 .inner {
		flex-direction: column;
		width: 100%;
		padding-bottom: calc(100vw * (50 / 360));
	}
	.sec05 .tit p {
		text-align: center;
	}
	.sec05 .tit p::before {
		left: 50%;
		transform: translateX(-50%);
	}
	.sec05 .tit {
		position: relative;
		margin-top: 0;
	}
	.sec05 .tit a {
		margin: calc(100vw * (15 / 360)) auto 0;
		width: calc(100vw * (120 / 360));
		height: calc(100vw * (25 / 360));
		font-size: calc(100vw * (12 / 360));
		border-radius: calc(100vw * (20 / 360));
	}
	.sec05 .tit small {
		width: 100%;
		margin-bottom: calc(100vw * (12 / 360));
	}
	.sec05 .swiper {
		padding: calc(100vw * (50 / 360)) 0;
		width: calc(100vw * (300 / 360));
	}
	.sec05 .swiper-slide {
		width: calc(100vw * (180 / 360));
		height: calc(100vw * (250 / 360));
	}
	.sec05 .swiper-slide.award01::before {
		top: calc(100vw * (-40 / 360));
		height: calc(100vw * (62 / 360));
	}
	.sec05 .swiper-slide::before {
		top: calc(100vw * (-12 / 360));
		width: calc(100vw * (115 / 360));
		height: calc(100vw * (32 / 360));
	}
	.sec05 .swiper-slide::after {
		bottom: calc(100vw * (-45 / 360));
		height: calc(100vw * (35 / 360));
	}
	.sec05 .swiper-slide .video,
	.sec05 .swiper-slide iframe {
		border-radius: 0 calc(100vw * (30 / 360)) 0 calc(100vw * (30 / 360));
	}
	.sec05 .swiper-button-next {
		margin-left: calc(100vw * (10 / 360));
	}
	.sec05 .swiper-button-prev {
		margin-left: calc(100vw * (-35 / 360));
	}
	.sec05 .swiper-button-next,
	.sec05 .swiper-button-prev {
		top: auto !important;
		bottom: 0 !important;
		width: calc(100vw * (35 / 360));
		height: calc(100vw * (35 / 360));
	}
	/* sec05 fin */
	.sec06 .inner {
		gap: calc(100vw * (20 / 360));
	}
	.sec06 .cont_img,
	.sec07 .cont_img {
		width: calc(100vw * (315 / 360));
		height: auto;
	}
	.sec06 a {
		bottom: calc(100vw * (55 / 360));
		width: calc(100vw * (130 / 360));
		height: calc(100vw * (45 / 360));
	}
	.sec07 .event_btn {
		width: calc(100vw * (230 / 360));
		height: calc(100vw * (45 / 360));
	}
	/* .sec06 .cont_img > img:first-of-type {
		display: none;
	}
	.sec06 .cont_img > img:last-of-type {
		display: block;
	} */
	/* sec06 fin */

	.sec08 {
		background: url(../img/cont_bg04_mb.png) center top / contain no-repeat,
			#090c50;
	}
	.sec08 .fp-overflow {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		min-height: 100vh;
	}
	.sec08 .inner.top {
		display: block;
		width: 100%;
		height: calc(100vw * (280 / 360));
	}
	.sec08 .inner.top .cont_img {
		position: absolute;
		top: 20px;
		left: 50%;
		transform: translateX(-50%);
		width: calc(100vw * (300 / 360));
		height: calc(100vw * (262 / 360));
	}
	.sec08 .inner.bot {
		width: calc(100vw * (318 / 360));
		height: calc(100vw * (265 / 360));
		margin-bottom: calc(100vw * (65 / 360));
	}
	.sec08 a {
		bottom: calc(100vw * (10 / 360));
		width: calc(100vw * (120 / 360));
		height: calc(100vw * (30 / 360));
		font-size: calc(100vw * (10 / 360));
		border-radius: calc(100vw * (5 / 360));
	}
	.sec08 a span {
		font-size: calc(100vw * (10 / 360));
	}
	/* sec07 fin */
	/* footer */
	.footer {
		height: calc(100vw * (80 / 360)) !important;
	}
	.footer .logo01 {
		width: calc(100vw * (108 / 360));
	}
	.footer .logo02 {
		width: calc(100vw * (70 / 360));
	}
	.footer .logo03 {
		width: calc(100vw * (88 / 360));
	}
	.footer footer {
		width: calc(100vw * (320 / 360));
	}
	.footer span {
		width: calc(100vw * (14 / 360));
		height: calc(100vw * (14 / 360));
	}
	.footer footer div p {
		font-size: calc(100vw * (12 / 360));
		gap: 4px !important;
	}
	.footer footer > p {
		font-size: calc(100vw * (10 / 360));
		text-align: center;
	}
}
