@font-face {
	font-family: 'GMarketSans';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
	font-weight: 300;
	font-display: swap;
}

@font-face {
	font-family: 'GMarketSans';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
	font-weight: 500;
	font-display: swap;
}

@font-face {
	font-family: 'GMarketSans';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
	font-weight: 700;
	font-display: swap;
}



body, html {
	overflow-x:hidden;
	-ms-overflow-style: none;
	scrollbar-width: none;
	-webkit-font-smoothing: antialiased;
}
body::-webkit-scrollbar {
	display: none;
}
body {
	-ms-overflow-style: none;  /*S IE and Edge */
	scrollbar-width: none;  /* Firefox */
	user-select:none;
}

img {
	-webkit-user-drag: none;
}

::selection {
   background: #6847cd;
   color: #fff
}
::-moz-selection {
   background: #6847cd;
   color: #fff
}
::-webkit-selection {
    background: #6847cd;
   color: #fff
}

section {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100vw;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	max-width: 1920px;
	margin: 0 auto;
}
section > div {
	position: relative;
}

.section01 {
	height: 911px;
	background-image: url("../img/sec01_bg.png");
	background-size: cover;
	background-repeat: no-repeat;
	justify-content: flex-start;
	background-position-y: top;
}
.section01 > div {
	position: absolute;
}
.sec01_top {
	width: 100%;
	padding: 10px 0;
	background-color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10;
	margin-bottom: 40px;
}


.switch {
	display: none;
}
.switch.on {
	display: block;
}

.sec01_item03 {
	top: calc(50% + 20px);
	left: calc(50% - 50px);
	transform: translate(-50%, -50%) scale(0.85);
	transform-origin: 50% 50%;
	will-change: transform, opacity;
}
.sec01_item03.ani {
	animation: sec01PetalFloat 7s ease-in-out infinite;
}
@keyframes sec01PetalFloat {
	0% {
		transform: translate(-50%, -50%) scale(1) rotate(0deg);
	}
	20% {
		transform: translate(-49.5%, -50.8%) scale(1.05) rotate(1.2deg);
	}
	40% {
		transform: translate(-50.8%, -49.6%) scale(0.96) rotate(-1deg);
	}
	60% {
		transform: translate(-49.2%, -50.3%) scale(1.1) rotate(1.8deg);
	}
	80% {
		transform: translate(-50.6%, -49.4%) scale(0.98) rotate(-1.4deg);
	}
	100% {
		transform: translate(-50%, -50%) scale(1) rotate(0deg);
	}
}
.sec01_item03.ani02 {
	animation: sec01_item03_ani02 ease-in-out .3s forwards;
}
@keyframes sec01_item03_ani02 {
	0% {
		transform: translate(-50%, -50%)  scale(1);
	}
	20% {
		transform: translate(-50%, -50%)  scale(0.7);
	}
	80% {
		transform: translate(-50%, -50%)  scale(1.3);
	}
	100% {
		transform: translate(-50%, -50%)  scale(0.85);
	}
}
.sec01_item02 {
	top: calc(50% + 20px);
	left: calc(50%);
	transform: translate(-50%, -50%) scale(0.85);
}
.sec01_item02.ani {
	animation: sec01_item02_ani .6s ease-in-out infinite;
}
@keyframes sec01_item02_ani {
	0% {
		transform: translate(calc(-50% + 0px), calc(-50% + 0px)) scale(1);
	}
	20% {
		transform: translate(calc(-50% + 7px), calc(-50% - 3px)) scale(1.02);
	}
	40% {
		transform: translate(calc(-50% - 5px), calc(-50% + 4px)) scale(0.98);
	}
	60% {
		transform: translate(calc(-50% + 6px), calc(-50% - 2px)) scale(1)
	}
	80% {
		transform: translate(calc(-50% - 2px), calc(-50% + 2px)) scale(0.98);
	}
	100% {
		transform: translate(calc(-50% + 0px), calc(-50% + 0px)) scale(1);
	}
}
.sec01_item02.ani img {
	position: relative;
	animation: sec01_item01_img 3s ease-in-out forwards;
}
.sec01_item02.is-pulse {
	left: calc(50% + 50px);
	animation: sec01Pulse 0.3s ease-in-out 1;
}
@keyframes sec01Pulse {
	0%   { transform: translate(-50%, -50%) scale(1); }
	50%  { transform: translate(-50%, -50%) scale(1.05); }
	100% { transform: translate(-50%, -50%) scale(0.85); }
}

.sec01_item01 {
	top: calc(50% + 20px);
	left: 50%;
	transform: translate(-50%, -50%) scale(1);
}
.sec01_item01.on {
	animation: sec01Bright 0.55s ease-out infinite;
}
@keyframes sec01Bright {
	0%   { filter: brightness(1) drop-shadow(0 0 0 rgba(255,255,255,0)); }
	50%  { filter: brightness(1.35) drop-shadow(0 0 22px rgba(255,255,255,0.95)); }
	100% { filter: brightness(1) drop-shadow(0 0 0 rgba(255,255,255,0)); }
}
.sec01_item01.on img {
	position: relative;
	animation: sec01_item01_img 3s ease-in-out forwards;
}
@keyframes sec01_item01_img {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-70px);
	}
}

.sec01_item01_b {
	top: calc(50% + 20px);
	left: calc(50%);
	transform: translate(-50%, -50%) scale(1);
}
.sec01_item01_b.on {
	left: calc(50% - 50px);
}

.sec01_logo {
	top: calc(50% + 20px);
	left: calc(50% - 650px);
	transform: translate(-50%, -50%);
}
.sec01_logo.ani img {
	position: relative;
	animation: sec01_logo_img 4s ease-in-out forwards;
}
@keyframes sec01_logo_img {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-40px);
	}
}
.sec01_logo.is-pull {
	animation: sec01LogoPull 0.3s ease-out 1;
}
@keyframes sec01LogoPull {
	0%   { transform: translate(-50%, -50%) translateX(0); }
	25%  { transform: translate(-50%, -50%) translateX(-10px); }
	50%  { transform: translate(-50%, -50%) translateX(10px); }
	75%  { transform: translate(-50%, -50%) translateX(-6px); }
	100% { transform: translate(-50%, -50%) translateX(0); }
}


.sec01_cha02, .sec01_cha02_b {
	top: calc(50% + 72px);
	right: 20px;
	transform: translateY(-50%);
}
.sec01_cha01, .sec01_cha01_b {
	top: calc(50% + 40px);
	right: 300px;
	transform: translateY(-50%);
}
.sec01_cha01, .sec01_cha02 {
	opacity: 0;
	transform: translateY(calc(-50% + 40px)) scale(1);
}
.sec01_cha01.ani, .sec01_cha02.ani {
	animation: sec01_cha01_ani .5s ease-in-out forwards;
}
@keyframes sec01_cha01_ani {
	0% {
		opacity: 0;
		transform: translateY(calc(-50% + 40px)) scale(1);
	}
	50% {
		transform: translateY(calc(-50% - 10px)) scale(1.1);
	}
	100% {
		opacity: 1;
		transform: translateY(calc(-50%)) scale(1);
	}
}
.sec01_cha01_b.on, .sec01_cha02_b.on {
	animation: sec01_cha01_b ease-in-out .4s forwards;
}
@keyframes sec01_cha01_b {
	0% {
		transform: translateY(calc(-50% - 0)) scale(1);
	}
	50% {
		transform: translateY(calc(-50% - 20px)) scale(1.1);
	}
	100% {
		transform: translateY(calc(-50% - 0)) scale(1);
	}
}


.sec01_title {
	top: 100px;
	transform: translateY(-20px) scale(1.2);
	opacity: 0;
	transform-origin: top;
}
.sec01_title.ani {
	animation: sec01_title ease-in-out .6s forwards;
}
@keyframes sec01_title  {
	0% {
		transform: translateY(-20px) scale(1.2);
		opacity: 0;
	}
	60% {
		transform: translateY(5px) scale(0.8);
	}
	100% {
		transform: translateY(0px) scale(0.85);
		opacity: 1;
	}
}

.sec01_title02 {
	bottom: 50px;
	transform: scale(0.85);
	transform-origin: bottom;
}
.sec01_title02.on {
	animation: sec01_title02 ease-in-out .5s forwards;
}
@keyframes sec01_title02  {
	0% {
		transform: translateY(20px) scale(0.8);
		opacity: 0;
	}
	60% {
		transform: translateY(-5px) scale(0.95);
	}
	100% {
		transform: translateY(0px) scale(0.85);
		opacity: 1;
	}
}





/* 플래시 / 글로우 레이어 */
.sec01_flash {
	position: absolute;
	inset: 0;
	background: #fff;
	opacity: 0;
	pointer-events: none;
	z-index: 50;
}
.sec01_flash.is-on {
	animation: sec01Flash 0.45s ease-out forwards;
}








.sec01_cha01.is-hide,
.sec01_cha02.is-hide {
	animation: sec01FadeOut 0.22s ease forwards;
}









@keyframes sec01Flash {
	0%   { opacity: 0; }
	35%  { opacity: 0.95; }
	100% { opacity: 0; }
}

@keyframes sec01FadeOut {
	0%   { opacity: 1; }
	100% { opacity: 0; visibility: hidden; }
}











.section02 {
	background-color: #ffffff;
	padding: 140px 0;
	z-index: 101;
}
.sec02_con {
	position: relative;
}
.sec02_con > p {
	position: absolute;
	top: 81px;
	left: 240px;
	font-size: 30px;
	color: #1e1e1e;
	font-family: 'GMarketSans';
	font-weight: bold;
	letter-spacing: -0.9px;
	margin: 0;
	padding: 5px 15px 5px 5px;
	line-height: 1;
	overflow: hidden;
}
.sec02_con > p::after {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 120%;
	background-color: #ffffff;
	border-left: 2px solid #000a28;
	animation: sec02_con_after steps(5, start) 3s infinite;
}
@keyframes sec02_con_after {
	0% {
		transform: translateX(0);
	}
	20% {
		transform: translateX(0);
	}
	50% {
		transform: translateX(99%);
	}
	70% {
		transform: translateX(99%);
	}
	100% {
		transform: translateX(0);
	}
}






.section06 {
	background-image: url("../img/sec06_bg.png");
	height: 2035px;
	justify-content: flex-start;
	padding-top: 120px;
}

.sec06_title {
	margin-bottom: 50px;
}

.sec06_con01, .sec06_con02, .sec06_con03  {
	margin-bottom: 40px;
}
.sec06_item01, .sec06_item02, .sec06_item03 {
	position: absolute;
	top: -25px;
	right: -30px;
}









.section03 {
	height: 2181px;
	background-image: url("../img/sec03_bg.png");
	background-position-y: bottom;
	justify-content: center;
}

.sec03_title {
	margin-bottom: 65px;
}

.card-slider-wrap {
	width: 1133px;
	margin: 0 auto;
}

.card-slider {
	position: relative;
	width: 1133px;
	height: 745px;
	margin: 0 auto 80px;
}

.card-list {
	position: relative;
	width: 1133px;
	height: 745px;
	overflow: visible;
}

.card {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 596px;
	height: 745px;
	overflow: hidden;
	transform-origin: center center;
	opacity: 0;
	pointer-events: none;
	transition:
			left 0.5s ease,
			transform 0.5s ease,
			opacity 0.5s ease;
}

.card img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 왼쪽 카드 */
.card.is-prev {
	left: calc(50% - 235px);
	transform: translate(-50%, -50%) scale(0.82);
	opacity: 1;
	z-index: 2;
	pointer-events: auto;
}

/* 가운데 메인 카드 */
.card.is-current {
	left: 50%;
	transform: translate(-50%, -50%) scale(1);
	opacity: 1;
	z-index: 3;
	pointer-events: auto;
}

/* 오른쪽 카드 */
.card.is-next {
	left: calc(50% + 235px);
	transform: translate(-50%, -50%) scale(0.82);
	opacity: 1;
	z-index: 2;
	pointer-events: auto;
}

/* 화면 밖 왼쪽 대기 */
.card.is-hidden-left {
	left: calc(50% - 340px);
	transform: translate(-50%, -50%) scale(0.7);
	opacity: 0;
	z-index: 1;
}

/* 화면 밖 오른쪽 대기 */
.card.is-hidden-right {
	left: calc(50% + 340px);
	transform: translate(-50%, -50%) scale(0.7);
	opacity: 0;
	z-index: 1;
}

.nav {
	position: absolute;
	top: 50%;
	width: 54px;
	height: 54px;
	padding: 0;
	border: 0;
	background: transparent;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 100;
}

.nav.prev {
	left: -80px;
}

.nav.next {
	right: -80px;
}

.nav img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}






.section04 {
	background-image: url("../img/sec04_bg.png");
	height: 2231px;
	justify-content: flex-start;
}

.sec04_title {
	margin-bottom: 50px;
}
.sec04_text {
	margin-bottom: 110px;
}

.sec04_con_bg {
	position: relative;
	background-image: url("../img/sec04_con_bg.png");
	width: 1501px;
	height: 940px;
	padding-top: 150px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.sec04_con01, .sec04_con02, .sec04_q01, .sec04_q02 {
	position: relative;
	display: none;
	opacity: 0;
	transition: .3s;
}
.sec04_q01 {
	margin-bottom: 70px;
}
.sec04_q02 {
	margin-bottom: 40px;
}

.sec04_con01.on, .sec04_con02.on, .sec04_q01.on, .sec04_q02.on {
	display: flex;
	opacity: 1;
}

.sec04_con01 {
	justify-content: center;
	align-items: center;
	gap: 120px;
}
.sec04_con01_a, .sec04_con01_b {
	position: relative;
	cursor: pointer;
	transition: .3s;
}
.sec04_con01_a:hover::after, .sec04_con01_b:hover::after {
	content: "✔";
	color: red;
	position: absolute;
	bottom: 45px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 80px;
	font-weight: bold;
}
.click {
	position: absolute;
	bottom: -20px;
	right: 100px;
	pointer-events: none;
	display: none;
}
.click.ani {
	animation: click ease-in-out 1.5s infinite;
	display: flex;
}
@keyframes click {
	from {
		transform: translate(40px, 40px);
	}
	to {
		transform: translate(0, 0);
	}
}


.sec04_con02 {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
}
.sec04_con03_right > div {
	display: none;
	transition: .3s;
}
.sec04_con03_right > div.on {
	display: flex;
}

.sec04_con03_01 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 38px;
}
.sec04_con03_right > div {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 37px;
}
.sec04_con03_right > div > div {
	width: 620px;
	height: 95px;
	border: 3px solid #1d1d1d;
	border-radius: 50px;
	cursor: pointer;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-left: 47px;
	gap: 10px;
}
.sec04_con03_right > div > div.sec04_q02_sub {
	height: 165px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.sec04_con03_right > div.sec04_con03_02_c > div.sec04_q02_sub {
	height: 190px;
}
.sec04_con03_right > div > div.sec04_q02_sub p {
	padding-left: 50px;
	position: relative;
	text-align: start;
}
.sec04_con03_right > div.sec04_con03_02_c > div.sec04_q02_sub p {
	font-size: 32px;
}
.sec04_con03_right > div > div.sec04_q02_sub p::after {
	content: '';
	display: inline-block;
	position: absolute;
	background-image: url("../img/sec04_q02_sub_icon.png");
	width: 39px;
	height: 39px;
	top: 3px;
	left: 0;
}
.sec04_con03_right p {
	font-size: 36px;
	font-weight: bold;
	color: #1d1d1d;
	line-height: 1.1;
}
.sec04_con03_01 > div::before, .sec04_con03_right > div > div.active::before {
	content: '';
	width: 45px;
	height: 45px;
	border: 4px solid #262626;
	background-color: #262626;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	display: inline-block;
	border-radius: 50%;
}
.sec04_con03_01 > div:hover::before, .sec04_con03_right > div > div.active::before {
	background-color: #ff7f7f;
}
.sec04_con03_01 > div.cha_a:hover::after, .sec04_con03_right > div > div.cha_a.active::after {
	content: '';
	display: inline-block;
	position: absolute;
	background-image: url("../img/sec04_icon_a.png");
	background-size: cover;
	width: 102px;
	height: 115px;
	right: 0px;
	top: -70px;
}
.sec04_con03_01 > div.cha_b:hover::after, .sec04_con03_right > div > div.cha_b.active::after {
	content: '';
	display: inline-block;
	position: absolute;
	background-image: url("../img/sec04_icon_b.png");
	background-size: cover;
	width: 102px;
	height: 115px;
	right: 0px;
	top: -70px;
}

.sec04_q02_sub_btn, .sec04_btn {
	cursor: pointer;
}

.sec04_q02_sub_btn {
	background-image: url("../img/sec04_q02_sub_btn.png");
	width: 374px;
	height: 99px;
}
.sec04_btn {
	background-image: url("../img/sec04_btn.png");
	width: 374px;
	height: 99px;
}

.sec04_con02_btn01, .sec04_con03_btn01, .sec04_con04_btn01, .sec04_con05_btn01 {
	position: absolute;
	bottom: 210px;
	right: 390px;
	cursor: pointer;
}
.sec04_con02_btn02, .sec04_con03_btn02, .sec04_con04_btn02, .sec04_con05_btn02 {
	position: absolute;
	bottom: 210px;
	right: 110px;
	cursor: pointer;
}






.sec04_end_popup {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0.85);
	opacity: 0;
	cursor: pointer;
	z-index: -1;
	display: none;
}
.sec04_end_popup.on {
	display: block;
	animation: sec04_end_popup ease-in-out .4s forwards;
	z-index: 10;
}
@keyframes sec04_end_popup {
	0% {
		opacity: 0;
		transform: translate(-50%, -50%) scale(0.85);
	}
	100% {
		opacity: 1;
		transform: translate(-50%, -50%) scale(1);
	}
}

.sec04_bottom {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ffffff;
	font-size: 30px;
	color: #000;
	font-family: 'Pretendard-Light';
	padding: 16px 70px;
	margin-top: 80px;
	border-radius: 50px;
}
.sec04_bottom em {
	font-size: 36px;
	color: #005ca9;
	font-family:'Pretendard-ExtraBold';
	font-weight: normal;
}
.sec04_bottom p {
	font-weight: 600;
}
.sec04_bottom b {
	font-family:'Pretendard-ExtraBold';
	font-weight: normal;
}
.sec04_bottom dl {
	font-family:'Pretendard-ExtraBold';
	font-style: italic;
}













.section05 {
	background-image: url("../img/sec05_bg.png");
	height: 2335px;
	justify-content: start;
	z-index: 5;
}
.sec05_bg_item01 {
	position: absolute;
	top: -95px;
	left: 0;
}
.sec05_bg_item02 {
	position: absolute;
	bottom: -95px;
	right: 0;
}

.sec05_title {
	margin-bottom: 60px;
}
.sec05_text {
	margin-bottom: 80px;
}

.sec05_con_bg {
	background-image: url("../img/sec05_con_bg.png");
	width: 1555px;
	height: 1133px;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	padding-top: 175px;
	gap: 25px;
}

.sec05_con00, .sec05_con01, .sec05_con02, .sec05_con03, .sec05_con04 {
	position: relative;
	display: none;
}
.sec05_con00.on, .sec05_con01.on, .sec05_con02.on, .sec05_con03.on, .sec05_con04.on {
	display: flex;
}

.sec05_con00 {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.sec05_con00 > div {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
}
.sec05_con00 > div > div {
	width: 534px;
	height: 355px;
	position: relative;
	cursor: pointer;
}
.sec05_list01.check::after {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	width: 150px;
	height: 150px;
	background-size: cover;
	z-index: 10;
	background-image: url("../img/sec05_stamp01.png");
}
.sec05_list02.check::after {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	width: 150px;
	height: 150px;
	background-size: cover;
	z-index: 10;
	background-image: url("../img/sec05_stamp02.png");
}
.sec05_list03.check::after {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	width: 150px;
	height: 150px;
	background-size: cover;
	z-index: 10;
	background-image: url("../img/sec05_stamp03.png");
}
.sec05_list04 {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	cursor: default !important;
}
.sec05_con00 > div > div > img {
	position: relative;
	z-index: 1;
}
.sec05_con00 > div > div .click {
	z-index: 5;
	right: 150px;
}

.sec05_con01 .click, .sec05_con02 .click, .sec05_con03 .click, .sec05_con04 .click {
	right: 450px;
}


.sec05_stamp01 {
	position: absolute;
	opacity: 0;
	top: 190px;
	right: 150px;
}
.sec05_stamp02 {
	position: absolute;
	opacity: 0;
	top: 190px;
	right: 150px;
}
.sec05_stamp03 {
	position: absolute;
	opacity: 0;
	top: 220px;
	right: 450px;
}
.sec05_stamp04 {
	position: absolute;
	opacity: 0;
	top: 150px;
	right: 80px;
}
.sec05_con01.on .sec05_stamp01, .sec05_con02.on .sec05_stamp02, .sec05_con03.on .sec05_stamp03, .sec05_con04.on .sec05_stamp04 {
	animation: sec05_stamp01 1.5s .6s ease-in-out forwards;
}
@keyframes sec05_stamp01 {
	0% {
		opacity: 0;
	}
	45% {
		opacity: 0;
	}
	46% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}
.sec05_stamp {
	position: absolute;
	opacity: 0;
}
.sec05_con01 .sec05_stamp {
	top: -90px;
	right: -80px;
}
.sec05_con02 .sec05_stamp {
	top: -90px;
	right: -80px;
}
.sec05_con03 .sec05_stamp {
	top: -70px;
	right: 240px;
}
.sec05_con04 .sec05_stamp {
	top: -90px;
	right: -80px;
}
.sec05_con01.on .sec05_stamp, .sec05_con02.on .sec05_stamp, .sec05_con03.on .sec05_stamp, .sec05_con04.on .sec05_stamp {
	animation: sec05_stamp 1.5s .6s ease-in-out forwards;
}
@keyframes sec05_stamp {
	0% {
		opacity: 0;
		transform: translate(0,0) scale(1);
	}
	10% {
		opacity: 1;
	}
	30% {
		opacity: 1;
		transform: translate(5px,-5px) scale(1);
	}
	45% {
		transform: translate(-100px, 140px) scale(1.25);
	}
	55% {
		transform: translate(-102px, 142px) scale(1.25);
	}
	100% {
		opacity: 1;
		transform: translate(40px, 70px) scale(1);
	}
}

.sec05_con_btn, .sec05_btn {
	cursor: pointer;
}
.sec05_btn {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
}
.sec05_con_btn, .list04_btn {
	background-image: url("../img/sec05_con_btn01.png");
	width: 302px;
	height: 70px;
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	cursor: pointer !important;
}
.list04_btn {
	display: none;
	z-index: 15;
}
.sec05_con_btn.on, .list04_btn.on {
	background-image: url("../img/sec05_con_btn02.png");
	width: 302px;
	height: 70px;
	display: flex;
}

.sec05_con00 > div > div.sec05_list04 .click {
	z-index: 30;
}


.sec05_end_popup, .sec05_popup01, .sec05_popup02 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0.85);
	opacity: 0;
	cursor: pointer;
	z-index: -1;
	display: none;
}
.sec05_popup02 {
	cursor: default;
}
.sec05_end_popup.on, .sec05_popup01.on, .sec05_popup02.on {
	animation: sec05_end_popup ease-in-out .4s forwards;
	z-index: 10;
	display: flex;
}
@keyframes sec05_end_popup {
	0% {
		opacity: 0;
		transform: translate(-50%, -50%) scale(0.85);
	}
	100% {
		opacity: 1;
		transform: translate(-50%, -50%) scale(1);
	}
}

.sec05_popup02_btn01 {
	position: absolute;
	bottom: 50px;
	left: 90px;
	cursor: pointer;
}
.sec05_popup02_btn02 {
	position: absolute;
	bottom: 50px;
	right: 90px;
	cursor: pointer;
}




.sec05_bottom {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	font-size: 30px;
	color: #000;
	font-family: 'Pretendard-Light';
	padding: 16px 200px;
	margin-top: 50px;
	border-radius: 50px;
	z-index: 10;
}
.sec05_bottom em {
	font-size: 36px;
	color: #005ca9;
	font-family:'Pretendard-ExtraBold';
	font-weight: normal;
}
.sec05_bottom p {
	font-weight: 600;
}
.sec05_bottom b {
	font-family:'Pretendard-ExtraBold';
	font-weight: normal;
}











.section09 {
	background-color: #ace05a;
	padding: 80px 0;
}
.sec09_item01 {
	position: absolute;
	bottom: 0;
	left: 5px;
}
.sec09_item02 {
	position: absolute;
	bottom: 0;
	right: 50px;
}












.section10 {
	padding: 60px 0;
	background-color: #ffffff;
}
.sec10_con {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	background-color: #fff;
	font-size: 28px;
	color: #000;
	border-radius: 50px;
	font-family:'Pretendard-ExtraBold';
}
.sec10_con p {
	margin-right: 5px;
	font-weight: 500;
}
.sec10_con em.total_num01 {
	font-size: 46px;
	color: #002570;
	font-weight: normal;
}
.sec10_con em.total_num02 {
	font-size: 46px;
	color: #f88c03;
	font-weight: normal;
}
.sec10_con dl {
	font-size: 24px;
}








.floating {
	position: fixed;
	bottom: 0;
	left: 0;
	border-top: 2px solid #2d2b6f;
	background-color: rgba(239, 239, 239, 0.95);
	width: 100vw;
	height: 102px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 210;
	gap: 20px;

	transform: translateY(16px);
	opacity: 0;
	pointer-events: none;
	transition: transform .28s ease, opacity .28s ease;
	will-change: transform, opacity;

}
.floating.is-visible{
	transform: translateY(0);
	opacity: 1;
	pointer-events: auto;
}

.floating > a, .floating > div {
	cursor: pointer;
}
.floating_menu {
	margin-left: 10px;
	margin-right: 15px;
}
.floating_top {
	margin-left: 15px;
}

.n_menu_list {
	position: fixed;
	bottom: -800px;
	z-index: 999;
	background: #8a69be;
	width: 500px;
	box-sizing: border-box;
	font-size: 22px;
}
.n_menu_list.on {
	bottom: 0;
}
.n_menu_list > .n_menu.close {
	float: right;
	background-image: url('../img/gnb_close.png');
	width: 46px;
	height: 46px;
	display: inline-block;
	margin-top: 13px;
	margin-right: 20px;
	cursor: pointer;
}
.n_menu_list > .m_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 0 0;
	box-sizing: border-box;
	text-align: center;
	display: flex;
	flex-direction: column;
}
.n_menu_list > .m_list  a {
	color: #FFFFFF;
}
.n_menu_list > .m_list  div {
	border-bottom: 2px solid #D9D9D9;
	width: 433px;
	margin: 0 auto;
	padding: 15px 0;
}
.n_menu_list > .m_list  a:last-child div {
	border-bottom: 0;
}
.n_menu_list > .m_list  div > span {
	display: flex;
	cursor: pointer;
	position: relative;
	width: 433px;
	height: 80px;
	line-height: 1.4;
	align-items: center;
	justify-content: start;
	text-align: left;
	padding-left: 20px;
	box-sizing: border-box;
}
.n_menu_list > .m_list  div > span a {
	display: block;
	font-size: 23px;
	color: #FFFFFF;
	font-weight: 500;
	letter-spacing: -.5px;
	text-align: left;
}
.n_menu_list > .m_list  div > span {
	position: relative;
}
.n_menu_list > .m_list  div > span::after {
	content: '';
	width: 80px;
	height: 80px;
	position: absolute;
	left: 10px;
	top: 0;
}
.n_menu_list > .m_list  div.on {
	background-color: rgba(255, 255, 255, .1);
}

#shareKaKao {
	cursor: pointer;
}

.footer {
	background-color: #EEEEEE;
	padding: 50px 0 160px 0;
	text-align: start;
	font-family: 'NotoSansKR-Medium';
	font-size: 14px;
	color: #000;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 300px;
}
.footer p {
	margin: 0 auto;
	line-height: 2;
}
.footer > div:nth-child(2) p {
	text-align: end;
}



.sec03_popup, .sec04_popup, .sec05_popup {
	width: 630px;
	display: none;
	letter-spacing: -1px;
	border: 1px solid #000;
	border-radius: 7px;
	margin-top: 40px;
}
.sec03_popup > .content, .sec04_popup > .content {
	margin: 0 auto;
}
.tab01_popup_title {
	font-size: 28px;
	letter-spacing: -1px;
	font-weight: 600;
	color: #000;
	padding: 10px 0;
	background-color: #fff;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	border-bottom: 1px solid #000;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}
.tab01_popup_title > #cancelBtn, .tab01_popup_title > #cancelBtn02, .tab01_popup_title > #cancelBtn03 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
	border: 1px solid #000;
	padding: 5px 12px;
	cursor: pointer;
	border-radius: 3px;
}
.tab01_popup_title > #cancelBtn > p, .tab01_popup_title > #cancelBtn02 > p, .tab01_popup_title > #cancelBtn03 > p {
	font-size: 18px;
	line-height: 1;
	margin-right: 2px;
}
.tab01_popup_title > #cancelBtn > span, .tab01_popup_title > #cancelBtn02 > span, .tab01_popup_title > #cancelBtn03 > span {
	font-size: 23px;
	line-height: 1;
}

.write_form {
	border-spacing: 0 !important;
	display: flex;
	justify-content: center;
	position: relative;
	background-color: #fff;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	padding: 10px 20px;
}
.write_form > form {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.write_form table {
	width: 100%;
	border-collapse: collapse;
	font-family:'NotoSansKR-Regular';
}
.write_form tbody {
	background: #fff;
	position: relative;
	z-index: 9999999;
	border-bottom: 1px solid #000;
}
.write_form .form_field {
	font-size: 20px;
}
.write_form .form_field th {
	width: 140px;
	padding: 8px 0;
	text-align: start;
	color: #000;
	vertical-align: middle;
	cursor: default;
}
.write_form td.field {
	padding: 8px 0;
	text-align:left;
	vertical-align:middle;
	width: calc(100% - 140px);
}
.write_form .form_field.form_field02 th, .write_form .form_field.form_field02 td {
	padding-bottom: 18px;
}
.placeholderGray::placeholder {
	color: #a6a6a6;
}
.write_form td input[type='text'] {
	height: 40px;
	outline: none;
	font-size: 20px;
	padding: 0 10px;
	border: 1px solid #000;
	width: 100%;
	border-radius: 5px;
}
.write_form td.tel_box {
	display: flex;
	width: 100%;
}
.write_form td input[type='tel'] {
	height: 40px;
	outline: none;
	font-size: 20px;
	border: 1px solid #000;
	width: 30%;
	border-radius: 5px;
	padding: 0 18px;
}
.write_form td span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 5%;
}

.write_form .ss_title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
	font-size: 18px;
	text-align: start;
	width: 100%;
}
.write_form .ss_title .chk input {
	cursor: pointer;
	margin-top: -2px;
	width: 22px;
	height: 22px;
}
.write_form .ss_title .chk label {
	cursor: pointer;
}

.agree_wrap {
	text-align:left;
	position: relative;
	z-index: 9999999;
	width: 100%;
}
.write_form .s_title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 10px 0;
	font-size: 18px;
	text-align: start;
	width: 100%;
}
.write_form .s_title strong {
	color: #ff0000;
}
.write_form .s_title > span:nth-child(1) {
	font-weight: 600;
}
.write_form .s_title .chk {
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: 400;
}
.write_form .s_title .chk input {
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-right: 4px;
	border: 1px solid #000;
}
.write_form .s_title .chk .agree {
	cursor: pointer;
	mrgin-top: -2px;
}
.agree_box {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	border-top: 2px solid #000;
	font-size: 14px;
	letter-spacing: -1px;
	text-align: start;
	line-height: 1.3;
	margin-bottom: 20px;
}

.agree_box > div {
	display: flex;
	width: 100%;
}
.agree_box > div > div {
	padding: 12px 0;
	border-bottom: 1px solid #dfdfdf;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.agree_box.agree_box02 > div > div {
	justify-content: center;
}
.agree_box > div > div:nth-child(1) {
	border-right: 1px solid #dfdfdf;
	width: 34%;
}
.agree_box.agree_box02 > div > div:nth-child(1) {
	width: 42%;
}
.agree_box > div > div:nth-child(2) {
	width: 66%;
	padding-left: 10px;
	padding-right: 20px;
	word-break: keep-all;
}
.agree_box.agree_box02 > div > div:nth-child(2) {
	width: 58%;
}

#registerBtn, #registerBtn02, #registerBtn03 {
	width: 100%;
	background-color: #fdef43;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000000;
	letter-spacing: 1.5px;
	border-radius: 5px;
	height: 80px;
	font-weight: 700;
	font-size: 23px;
}



@media screen and (max-width: 1800px) {





	.sec06_left {
		width: 1100px;
		height: 900px;
		background-size: contain;
	}
	.sec06_left iframe {
		width: 600px;
		height: 338px;
		top: 153px;
		left: 153px;
	}
	.sec06_right {
		top: -90px;
	}

	.sec09_item01 {
		left: -25px;
	}
	.sec09_item02 {
		right: 0;
	}





}
@media screen and (max-width: 1600px) {



	.sec06_left {
		width: 1000px;
		height: 700px;
		background-size: contain;
	}
	.sec06_left iframe {
		width: 500px;
		height: 281px;
		top: 130px;
		left: 130px;
	}




	.sec09_item01 {
		left: 0;
		bottom: 100px;
		width: 300px;
	}
	.sec09_item02 {
		width: 300px;
		bottom: 100px;
	}

}
/* 테블릿 가로 */
@media screen and (max-width: 1200px) {


}
/* 테블릿 세로 */
@media screen and (max-width: 1040px) {
	

}
/* 모바일 */
@media screen and (max-width: 750px) {
	
}