@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: 1465px;
	background-image: url("../img/sec01_bg.png");
	background-size: cover;
	background-repeat: no-repeat;
	justify-content: flex-start;
	background-position-y: top;
}
.section01 .cha {
	position: absolute;
}
.section01 .cha > div {
	position: relative;
}
.section01 .cha > div.cha {
	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: 60px;
}
.sec01_cha01 {
	margin-top: 20px;
}



.sec01_cha03 {
	top: 580px;
	left: calc(50% + 300px);
	transform: translateX(-50%);
}
.sec01_cha03 > div {
	animation: ease-in-out cha03 4s infinite;
}
@keyframes cha03 {
	0% {
		transform: translateX(-50px) translateY(10px);
	}
	50% {
		transform: translateX(-50px) translateY(10px);
	}
	100% {
		transform: translateX(0px) translateY(0);
	}
}

.sec01_cha04 {
	top: 560px;
	left: calc(50% + 460px);
	transform: translateX(-50%);
}
.sec01_cha04 > div {
	animation: ease-in-out cha04 1.5s infinite;
}
@keyframes cha04 {
	0% {
		transform: translateY(0);
	}
	20% {
		transform: translateY(-20px);
	}
	40% {
		transform: translateY(0px);
	}
	60% {
		transform: translateY(-20px);
	}
	80% {
		transform: translateY(0px);
	}
	100% {
		transform: translateX(0px);
	}
}

.sec01_cha05 {
	top: 575px;
	left: calc(50% - 145px);
	transform: translateX(-50%);
}

.sec01_cha06 {
	top: 710px;
	left: calc(50% - 80px);
	transform: translateX(-50%);
}
.sec01_cha06 > div {
	animation: ease-in-out cha06 2s infinite;
}
@keyframes cha06 {
	0% {
		transform: translateX(50px);
	}
	20% {
		transform: translateX(50px);
	}
	100% {
		transform: translateX(0px);
	}
}

.sec01_cha07 {
	top: 715px;
	left: calc(50% - 125px);
	transform: translateX(-50%);
}
.sec01_cha07 > div {
	animation: ease-in-out cha07 2s infinite;
}
@keyframes cha07 {
	0% {
		transform: translateX(50px);
	}
	100% {
		transform: translateX(0px);
	}
}

.sec01_cha08 {
	top: 780px;
	left: calc(50% - 175px);
	transform: translateX(-50%);
}
.sec01_cha08 > div {
	animation: linear cha08 2s infinite;
}
@keyframes cha08 {
	0% {
		transform: translateX(50px) rotate(0);
	}
	100% {
		transform: translateX(0px) rotate(-350deg);
	}
}

.sec01_cha09 {
	top: 713px;
	left: calc(50% - 238px);
	transform: translateX(-50%);
}
.sec01_cha09 > div {
	animation: ease-in-out cha09 1.2s .2s infinite;
}
@keyframes cha09 {
	0% {
		transform: translateY(0);
	}
	20% {
		transform: translateY(-10px);
	}
	40% {
		transform: translateY(0px);
	}
	60% {
		transform: translateY(-10px);
	}
	80% {
		transform: translateY(0px);
	}
	100% {
		transform: translateX(0px);
	}
}

.sec01_cha10 {
	top: 560px;
	left: 0;
}

.sec01_cha11 {
	top: 160px;
	left: 250px;
}
.sec01_cha11_01 {
	top: -43px;
	left: -16px;
	animation: ease-in-out sec01_cha11 1.5s infinite;
	transform-origin: bottom left;
}
@keyframes sec01_cha11 {
	0% {
		transform: rotate(5deg);
	}
	80% {
		transform: rotate(-3deg);
	}
	100% {
		transform: rotate(-3deg);
	}
}

.sec01_cha12 {
	top: 115px;
	left: 350px;
}
.sec01_cha12_01 {
	top: 26px;
	left: 32px;
	animation: ease-in-out sec01_cha12 1.8s .2s infinite;
	transform-origin: bottom left;
}
@keyframes sec01_cha12 {
	0% {
		transform: rotate(3deg);
	}
	20% {
		transform: rotate(-5deg);
	}
	40% {
		transform: rotate(3deg);
	}
	60% {
		transform: rotate(-5deg);
	}
	80% {
		transform: rotate(3deg);
	}
	100% {
		transform: rotate(3deg);
	}
}

.sec01_cha13 {
	top: 100px;
	left: 455px;
}
.sec01_cha13_01 {
	top: 12px;
	left: -4px;
	animation: ease-in-out sec01_cha13 1.2s infinite;
	transform-origin: bottom right;
}
@keyframes sec01_cha13 {
	0% {
		transform: rotate(-5deg);
	}
	80% {
		transform: rotate(3deg);
	}
	100% {
		transform: rotate(3deg);
	}
}

.sec01_cha14 {
	top: 830px;
	left: 0;
}

.sec01_cha15 {
	top: 780px;
	left: calc(50% - 370px);
	transform: translateX(-50%);
}
.sec01_cha15 > div {
	animation: ease-in-out cha15 2.5s infinite;
}
@keyframes cha15 {
	from {
		transform: translateX(calc(-50% + 20px)) translateY(-80px);
	}
	to {
		transform: translateX(calc(-50% + 0px)) translateY(0px);
	}
}

.sec01_cha16 {
	top: 1130px;
	left: 0;
}

.sec01_cha17 {
	top: 115px;
	left: 193px;
}
.sec01_cha17_01 {
	top: 43px;
	left: 12px;
	animation: ease-in-out sec01_cha17 1.4s infinite;
	transform-origin: top left;
}
@keyframes sec01_cha17 {
	0% {
		transform: rotate(5deg);
	}
	80% {
		transform: rotate(-6deg);
	}
	100% {
		transform: rotate(-6deg);
	}
}

.sec01_cha18 {
	top: 115px;
	left: 440px;
}
.sec01_cha18_01 {
	top: 10px;
	left: -3px;
	animation: ease-in-out sec01_cha18 1.8s infinite;
	transform-origin: bottom right;
}
@keyframes sec01_cha18 {
	0% {
		transform: rotate(3deg);
	}
	20% {
		transform: rotate(-5deg);
	}
	40% {
		transform: rotate(3deg);
	}
	60% {
		transform: rotate(-5deg);
	}
	80% {
		transform: rotate(3deg);
	}
	100% {
		transform: rotate(3deg);
	}
}

.sec01_cha19 {
	top: 817px;
	left: calc(50% - 250px);
	transform: translateX(-50%);
}

.sec01_cha19_02 {
	top: 71px;
	left: 157px;
	animation: cha19 ease-in-out 1.5s infinite;
	transform-origin: bottom left;
}
@keyframes cha19 {
	from {
		transform: translateX(-50%) rotate(0deg);
	}
	to {
		transform: translateX(-50%) rotate(5deg);
	}
}

.sec01_cha20 {
	top: 780px;
	left: calc(50% + 170px);
	transform: translateX(-50%);
}

.sec01_cha20_02 {
	top: -50px;
	left: 39px;
	animation: cha20 ease-in-out 2.2s .3s infinite;
	transform-origin: bottom left;
}
@keyframes cha20 {
	from {
		transform: translateX(-50%) rotate(0deg);
	}
	to {
		transform: translateX(-50%) rotate(-10deg);
	}
}

.sec01_cha21 {
	top: 810px;
	left: calc(50% + 120px);
	transform: translateX(-50%);
}

.sec01_cha22 {
	top: 1070px;
	left: calc(50% - 370px);
	transform: translateX(-50%);
}
.sec01_cha22 > div {
	animation: ease-in-out cha22 3s infinite;
}
@keyframes cha22 {
	0% {
		transform: translateX(0);
	}
	to {
		transform: translateX(95px);
	}
}

.sec01_cha23 {
	top: 1090px;
	left: calc(50% - 200px);
	transform: translateX(-50%);
}
.sec01_cha23 > div {
	animation: ease-in-out cha23 3s infinite;
}
@keyframes cha23 {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(110px);
	}
}

.sec01_cha24 {
	top: 1030px;
	left: calc(50% + 200px);
	transform: translateX(-50%);
}
.sec01_cha24 > div {
	animation: ease-in-out cha24 4.2s infinite;
}
@keyframes cha24 {
	from {
		transform: translateX(0) translateY(0);
	}
	to {
		transform: translateX(100px) translateY(-40px);
	}
}


.sec01_cha25 {
	top: 1200px;
	left: calc(50% - 300px);
	transform: translateX(-50%);
}
.sec01_cha25_02 {
	top: 73px;
	left: 59px;
	animation: ease-in-out cha25 1.6s infinite;
	transform-origin: top left;
}
@keyframes cha25 {
	0% {
		transform: rotate(5deg);
	}
	80% {
		transform: rotate(-6deg);
	}
	100% {
		transform: rotate(-6deg);
	}
}


.sec01_cha26 {
	top: 1110px;
	left: calc(50% - 35px);
	transform: translateX(-50%);
}
.sec01_cha27 {
	top: 180px;
	right: 50px;
	animation: ease-in-out cha27 2s infinite;
}
@keyframes cha27 {
	0% {
		transform: translateX(70px);
	}
	100% {
		transform: translateX(0px);
	}
}

.sec01_cha28 {
	top: 1190px;
	left: calc(50% + 400px);
	transform: translateX(-50%);
}

.sec01_cha29 {
	top: 1260px;
	left: calc(50% + 250px);
	transform: translateX(-50%);
}
.sec01_cha29 > div {
	animation: ease-in-out cha29 3.2s .3s infinite;
}
@keyframes cha29 {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(110px);
	}
}

.sec01_cha30 {
	top: 1260px;
	left: calc(50% + 630px);
	transform: translateX(-50%);
	z-index: 11;
}
.sec01_cha30 > div {
	animation: ease-in-out cha30 3.5s infinite;
}
@keyframes cha30 {
	from {
		transform: translateX(0) translateY(-20px);
	}
	to {
		transform: translateX(-110px) translateY(0px);
	}
}

.sec01_cha31 {
	top: 1000px;
	right: 30px;
	z-index: 10;
}
.sec01_cha32 {
	top: 15px;
	left: 30px;
	animation: ease-in-out cha32 1.6s infinite;
	transform-origin: top left;
}
@keyframes cha32 {
	0% {
		transform: rotate(0deg) translate(0, 0);
	}
	100% {
		transform: rotate(12deg) translate(4px, -16px);
	}
}










.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: 1884px;
	justify-content: flex-start;
	padding-top: 120px;
}











.section03 {
	height: 2240px;
	background-image: url("../img/sec03_bg_n.png");
	background-position-y: bottom;
	justify-content: center;
	padding-top: 500px;
}
.section03 > a {
	margin-bottom: 50px;
}

.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_n2.png");
	height: 2300px;
	justify-content: flex-start;
	padding-top: 180px;
}

.sec04_title {
	margin-bottom: 60px;
}
.sec04_text {
	margin-bottom: 50px;
}

.sec04_con_bg {
	position: relative;
	width: 1822px;
	height: 740px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	padding-top: 70px;
}

.quiz-wrap {
	display: flex;
	gap: 24px;
}

.quiz-box {
	/*width: 330px;*/
	display: flex;
	flex-direction: column;
	gap: 30px;
	position: relative;
}
.quiz-img > img {
	position: relative;
	z-index: 10;
}
.sec04_line {
	position: absolute;
	bottom: -50px;
	left: 35px;
}

.quiz-img {
	position: relative;
	width: 615px;
	margin: 0 auto;
}

.quiz-img img {
	width: 100%;
	display: block;
}

.quiz-success {
	display: none !important;
}

.quiz-box.is-correct .quiz-default {
	display: none !important;
}

.quiz-box.is-correct .quiz-success {
	display: block !important;
}

.answer-inputs {
	position: relative;
	display: flex;
	gap: 10px;
	padding: 30px;

	/* 바깥 진한 영역 */
	background: #1f7a2f;
	border-radius: 14px;
	justify-content: center;
}

/* 안쪽 그라데이션 박스 */
.answer-inputs::before {
	content: '';
	position: absolute;
	inset: 6px; /* 안쪽 여백 */
	border-radius: 10px;

	background: linear-gradient(
			to bottom,
			#5fb34d 0%,
			#2f7c2a 100%
	);

	z-index: 0;
}

/* 흰색 라인 */
.answer-inputs::after {
	content: '';
	position: absolute;
	inset: 10px;
	border-radius: 8px;

	border: 3px solid #ffffff;

	z-index: 1;
}

/* 인풋은 위로 */
.answer-inputs input {
	position: relative;
	z-index: 2;
	width: 78px;
	height: 78px;
	border-radius: 50%;
	border: 4px solid #178027;
	text-align: center;
	font-weight: bold;
	color: #1f832a;
	font-size: 31px;
	font-family:'GmarketSansBold';
}

#word5, #word6, #word7, #word8, #nword5, #nword6, #nword7, #nword8 {
    border-color: #aad65d !important;
    color: #aad65d !important;
}

.answer-inputs .answer-right {
	z-index: 2;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 4px solid #178027;
	text-align: center;
	font-weight: bold;
	color: #1f832a;
	font-size: 31px;
	font-family:'GmarketSansBold';
}
	
.answer-inputs .answer-left {
	z-index: 2;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 4px solid #aad65d;
	text-align: center;
	font-weight: bold;
	color: #79BE00;
	font-size: 31px;
	font-family:'GmarketSansBold';
}

.answer-inputs input::placeholder{font-size:22px;color:#DEDEDE;}
.answer-inputs .hand {
	position: absolute;
	left: 42px;
	bottom: -53px;
	background-image: url('../img/hand.png');
	width: 106px;
	height: 106px;
	z-index: 99;
	animation: 1s infinite zoom linear forwards;
}



.sec04_hint {
	position: relative;
}

.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;
}










.quiz-box[data-answer-group="left"] .answer-inputs .fake-cursor {
	display: block !important;
	position: absolute !important;
	left: 46px !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	width: 3px !important;
	height: 32px !important;
	background: #1f832a !important;
	z-index: 9999 !important;
	pointer-events: none !important;
	animation: fakeCursorBlink .8s infinite !important;
}


@keyframes fakeCursorBlink {
	0%, 45% { opacity: 1; }
	46%, 100% { opacity: 0; }
}


.sec04_con_bg.is-input-focused .fake-cursor {
	display: none !important;
}

.fake-cursor.is-hide {
	display: none !important;
}




.e1_btn_wrap {
	display: flex;
	justify-content: center;
	gap:500px;
}



.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;
	border-radius: 50px;
	top: unset;
	position: absolute;
	bottom: 50px;
}
.sec04_bottom em {
	font-size: 36px;
	color: #264879;
	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_n2.png");
	height: 2180px;
	justify-content: start;
	z-index: 5;
	display: none;
	padding-top: 190px;
}

.section05.v02 {
	display: flex;
}

.sec05_title {
	margin-bottom: 70px;
}

.sec05_text {
	margin-bottom: 100px;
}







.section05-mbti-game {
	width: 1267px;
	height: 1046px;
	background-image: url("../img/bg-sign.png");
	padding-top: 120px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	transform: scale(0.9);
}

.section05-character {
	position: absolute;
	pointer-events: none;
	user-select: none;
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%);
}



.section05-character {
	z-index: 20;
}

.section05-content-area {
	position: relative;
	z-index: 10;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-image: url("../img/bg-sketchbook.png");
	width: 1177px;
	height: 687px;
	overflow: hidden;
}
.section05-content-area::after {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(100% - 13px);
	height: 5px;
	background-color: #000;
}

.section05-question-title {
	margin: 110px 0 30px;
	text-align: center;
	font-family:'GmarketSansBold';
	color: #343434;
	font-weight: 900;
	font-size: 41px;
	line-height: 1.25;
	text-shadow: 0 2px 0 rgba(0, 0, 0, .12);
}


.section05-choices {
	position: relative;
	width: 100%;
	display: flex;
	gap: 40px;
	justify-content: center;
	align-items: center;
}

.section05-choice-btn {
	position: relative;
	border: 0;
	padding: 0;
	background: transparent;
	cursor: pointer;
	transition: transform .18s ease, filter .18s ease;
}

.section05-choice-btn:hover,
.section05-choice-btn:focus-visible {
	transform: translateY(-4px);
	filter: brightness(1.04);
	outline: none;
}

.section05-choice-btn img {
	display: block;
	width: 100%;
	height: auto;
	user-select: none;
	pointer-events: none;
}

.section05-choice-card {
	min-height: 155px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 800;
	clip-path: polygon(0 50%, 14% 0, 100% 0, 100% 100%, 14% 100%);
	box-shadow: inset 0 0 0 4px rgba(0, 0, 0, .08);
	text-shadow: 0 2px 0 rgba(0, 0, 0, .13);
}

.section05-choice-btn.right .section05-choice-card {
	clip-path: polygon(0 0, 86% 0, 100% 50%, 86% 100%, 0 100%);
}

.section05-choice-card.red {
	background: #f0676f;
}

.section05-choice-card.purple {
	background: #7075e7;
}

.section05-choice-card.green {
	background: #6bb24b;
}

.section05-choice-card.blue {
	background: #62b3d4;
}

.section05-choice-card.teal {
	background: #5caec1;
}

.section05-choice-card.yellow {
	background: #f0b84f;
}

.section05-choice-card.mint {
	background: #5fd2a5;
}

.section05-choice-card .desc {
	width: 52%;
	font-size: clamp(10px, 1.75vw, 15px);
	line-height: 1.35;
	word-break: keep-all;
}

.section05-choice-card .letter {
	margin-left: 4%;
	font-size: clamp(58px, 11vw, 105px);
	line-height: 1;
	color: #fff;
	filter: drop-shadow(4px 5px 0 rgba(0, 0, 0, .24));
}

.section05-choice-btn.right .section05-choice-card .desc {
	order: 2;
}

.section05-choice-btn.right .section05-choice-card .letter {
	order: 1;
	margin-left: 0;
	margin-right: 4%;
}

.section05-guide-cursor {
	position: absolute;
	z-index: 30;
	right: 100px;
	top: 450px !important;
	animation: section05CursorBlink .9s infinite ease-in-out;
	pointer-events: none;
	user-select: none;
	transform: translate(0, -50%) scale(1.04);
}

@keyframes section05CursorBlink {
	from {
		transform: translate(0, -50%) scale(1.04);
	}
	to {
		transform: translate(-4px, -52%) scale(0.96);
	}
}

.section05-result-panel {
	width: 100%;
	height: 100%;
	padding-top: 110px;
	display: none;
	flex-direction: column;
	align-items: center;
	text-align: center;
	color: #333;
}



.section05-result-main {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin: 1% 0 3%;
	width: 100%;
}

.section05-result-mbti {
	border: 3px solid #8484fc;
	width: 300px;
	height: 124px;
	border-radius: 20px;
	color: #8484fc;
	font-size: 92px;
	font-weight: 1000;
	letter-spacing: -2px;
	padding-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	font-family: 'jejudoldam';
}

.section05-result-title {
	color: #fbda00;
	font-size: 79px;
	font-weight: 1000;
	line-height: 1.05;
	-webkit-text-stroke: 1px #000;
	text-shadow: 3px 3px 0 #000;
	font-family:'jejudoldam';
	position: relative;
	letter-spacing: -10px;
}
.section05-result-title::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: -80px;
	right: -80px;
	background-image: url("../img/sec05_icon02.png");
	width: 200px;
	height: 202px;
	background-repeat: no-repeat;
	z-index: -1;
}

.section05-result-subtitle {
	margin-bottom: 1.2%;
	font-size: 30px;
	font-weight: 800;
}

.section05-result-desc {
	margin: 0 auto 3%;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.45;
	word-break: keep-all;
}

.section05-confirm-btn {
	position: relative;
	border: 0;
	background: transparent;
	padding: 0;
	cursor: pointer;
}

.section05-confirm-btn img {
	display: block;
}

.section05-confirm-fallback {
	min-width: 130px;
	padding: .55em 1.8em;
	border: 4px solid #111;
	border-radius: 999px;
	background: #ffd91c;
	color: #111;
	font-size: clamp(16px, 2.5vw, 24px);
	font-weight: 900;
	box-shadow: 0 5px 0 #111;
}

.section05-hidden {
	display: none !important;
}

.section05-result-type {
	color: #8484fc;
}
















.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;
	position: absolute;
	bottom: 50px;
}
.sec05_bottom em {
	font-size: 36px;
	color: #264879;
	font-family:'Pretendard-ExtraBold';
	font-weight: normal;
}
.sec05_bottom p {
	font-weight: 600;
}
.sec05_bottom b {
	font-family:'Pretendard-ExtraBold';
	font-weight: normal;
}







.section07 {
	background-image: url("../img/sec07_bg_n4.png");
	height: 2180px;
	justify-content: start;
	z-index: 5;
	padding-top: 160px;
}


.sec07_title {
	margin-bottom: 70px;
}

.sec07_text {
	margin-bottom: 80px;
}


.section07-welchon-list-guide {
	margin: -10px 0 38px;
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.4;
	color: #5b3a29;
	letter-spacing: -0.03em;
}












/* =========================
   SECTION07 WELCHON
========================= */

.section07-welchon-wrap {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	left: -500px;

}

/* =========================
   LEFT MENU
========================= */

.section07-welchon-menu {
	position: relative;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.section07-welchon-menu-title {
	display: block;
	position: relative;
	z-index: 6;
}

.section07-welchon-theme-btn {
	position: relative;
	padding: 0;
	margin: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	transition:
			transform .2s ease,
			filter .2s ease;
}
.section07-welchon-menu > button:nth-child(2) {
	z-index: 5;
}
.section07-welchon-menu > button:nth-child(3) {
	z-index: 4;
}
.section07-welchon-menu > button:nth-child(4) {
	z-index: 3;
}
.section07-welchon-menu > button:nth-child(5) {
	z-index: 2;
}
.section07-welchon-menu > button:nth-child(6) {
	z-index: 1;
}


.section07-welchon-theme-btn + .section07-welchon-theme-btn {
	margin-top: -30px;
}
.section07-welchon-theme-btn img {
	display: block;
	width: 75%;
	height: auto;
	margin: 0 auto;
}



.section07-welchon-theme-btn:first-of-type::before {
	display: none;
}

/* hover */

.section07-welchon-theme-btn:hover,
.section07-welchon-theme-btn:focus-visible {
	transform: translateY(-2px) scale(1.03);
	filter: brightness(1.04);
	outline: none;
}

.section07-welchon-theme-btn.is-active {
	transform: scale(1.03);
	filter: brightness(1.05);
}

.answer-inputs {
	position: relative;
}

.sec04-fake-cursor {
	position: absolute;
	left: 48px;
	top: 50%;
	transform: translateY(-50%);
	width: 3px;
	height: 32px;
	background: #1f832a;
	z-index: 30;
	pointer-events: none;
	animation: sec04FakeCursorBlink .8s infinite;
}

#word1:not(:placeholder-shown) + .sec04-fake-cursor {
	display: none;
}

@keyframes sec04FakeCursorBlink {
	0%, 45% {
		opacity: 1;
	}
	46%, 100% {
		opacity: 0;
	}
}
#word1:focus + .sec04-fake-cursor {
	display: none;
}
/* =========================
   CENTER LIST
========================= */

.section07-welchon-list-area {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);

	width: 1120px;
	height: 830px;

	padding: 40px 70px 60px;

	background: #fff;

	border: 5px solid #7a4a2f;
	border-radius: 40px;

	z-index: 99999;

	box-sizing: border-box;
	overflow: hidden;
}

.section07-welchon-list-area.is-open {
	display: block;
}

.section07-welchon-popup-close {
	position: absolute;
	right: 34px;
	top: 22px;

	width: 60px;
	height: 60px;

	border: 0;
	background: transparent;

	color: #7a4a2f;

	font-size: 72px;
	line-height: 1;

	cursor: pointer;

	z-index: 10;
}

.section07-welchon-list-title {
	margin: 0 0 25px;

	text-align: center;

	font-size: 60px;
	font-weight: 900;
	line-height: 1;
	color: #5b9150;
	font-family: 'GMarketSans';
}

.section07-welchon-list-title span {
	color: #6b3f25;
}

.section07-welchon-list {
	display: grid;

	grid-template-columns: repeat(4, 1fr);

	column-gap: 20px;
	row-gap: 20px;

	width: 100%;
	height: 570px;

	overflow-y: auto;
	overflow-x: hidden;

	padding-right: 10px;

	box-sizing: border-box;
}

.section07-welchon-list::-webkit-scrollbar {
	width: 10px;
}

.section07-welchon-list::-webkit-scrollbar-thumb {
	background: rgba(0,0,0,.2);
	border-radius: 999px;
}

.section07-welchon-card {
	position: relative;

	padding: 0;
	border: 0;
	background: transparent;

	cursor: pointer;

	text-align: left;

	transition:
			transform .2s ease,
			filter .2s ease;
}

.section07-welchon-card:hover {
	transform: translateY(-4px);
}

.section07-welchon-card-thumb {
	position: relative;

	width: 100%;
	height: 180px;

	border-radius: 16px;

	overflow: hidden;
}

.section07-welchon-card-thumb img {
	display: block;

	width: 100%;
	height: 100%;

	object-fit: cover;
}

.section07-welchon-card-title {
	margin: 10px 0 8px;

	font-size: 22px;
	font-weight: 900;
	line-height: 1.25;

	color: #111;

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.section07-welchon-card-desc {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.45;

	color: #666;

	word-break: keep-all;

	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;

	overflow: hidden;
}

/* 마우스 가이드 */

.section07-welchon-guide-cursor {
	position: absolute;
	right: -8px;
	bottom: -4px;
	width: 42px;
	pointer-events: none;
	animation: section07WelchonCursor .9s infinite alternate ease-in-out;
}

@keyframes section07WelchonCursor {
	from {
		transform: translateY(0);
		opacity: .55;
	}

	to {
		transform: translateY(4px);
		opacity: 1;
	}
}

/* =========================
   RIGHT DETAIL
========================= */

.section07-welchon-detail-card {
	display: none;
	position: relative;
	padding: 0;
	box-shadow: none;
	overflow: visible;
	background-image: url("../img/sec07_right_bg01.png");
	width: 515px;
	height: 700px;
	background-size: cover;
	transform: scale(0.85);
	transform-origin: top;
}




/* 사진 */

.section07-welchon-detail-img {
	position: absolute;
	top: 95px;
	left: 50%;
	transform: translateX(-50%) rotate(-6deg);

	width: 408px;
	height: 250px;
	object-fit: cover;

	border: 5px solid #fff;

	box-shadow: 0 3px 8px rgba(0,0,0,.22);

	z-index: 2;
}

.sec07_right_bottom {
	background-image: url("../img/sec07_right_bg02.png");
	width: 515px;
	height: 480px;
	position: absolute;
	bottom: 0;
	left: 1px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	z-index: 10;
	gap: 15px;
	padding-top: 150px;
	background-size: cover;
}
/* 제목 */

.section07-welchon-detail-name {
	position: relative;
	margin-top: 35px;
	padding-top: 20px;
	font-family:'GmarketSansBold';
	font-size: 30px;
	font-weight: 900;
	line-height: 1.3;
	color: #111;

	word-break: keep-all;

	z-index: 2;
}

/* 설명 */

.section07-welchon-detail-desc {
	width: 380px;

	margin: 0;
	padding: 0;

	overflow-y: auto;

	font-size: 22px;
	font-weight: 500;
	line-height: 1.45;
	color: #555;

	text-align: left;
	word-break: keep-all;

	z-index: 2;
}

/* 버튼 묶음 */

.section07-welchon-detail-buttons {
	display: flex;
	gap: 15px;


	z-index: 2;
}

/* 위 버튼 2개 */

.section07-welchon-reset-btn,
.section07-welchon-reserve-btn {
	flex: none;
}

/* 참여하기 */

.section07-welchon-join-btn {
	cursor: pointer;
	z-index: 2;
}

/* 버튼 이미지 */

.section07-welchon-reset-btn img,
.section07-welchon-reserve-btn img,
.section07-welchon-join-btn img {
	display: block;
	width: 100%;
	height: auto;
}

.section07-hand-cursor {
	position: absolute;
	width: 55px;
	height: 55px;
	background: url("../img/cursor.png") no-repeat center / contain;
	z-index: 50 !important;
	pointer-events: none;
	animation: section05CursorBlink .8s infinite alternate ease-in-out;
}

.section07-welchon-theme-btn,
.section07-welchon-card,
.section07-welchon-reserve-btn,
.section07-welchon-join-btn {
	position: relative;
}







/* PC 전용: section07 상세카드 초기 숨김 */
.section07-welchon-detail-area {
	display: none;
}

/* PC 전용: 팝업 열렸을 때 오른쪽 카드 노출 */
.section07-welchon-detail-area.is-pc-open {
	display: block;
	position: fixed;
	left: calc(50% + 350px);
	top: calc(50% + 50px);
	transform: translateY(-50%);
	z-index: 100000;
}

/* PC 전용: 리스트 팝업 왼쪽 배치 */
.section07-welchon-list-area.is-pc-side {
	left: calc(50% - 270px);
}
.section07-welchon-empty-card {
	position: relative;
	top: -50px;
	margin-top: 100px;
}



/* PC 팝업 뒤 검정 dim 보이게 */
.section07-welchon-dim {
	display: none !important;
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, .68);
	z-index: 99990;
}

.section07-welchon-dim.is-open {
	display: block !important;
}

/* PC 카드 이미지 사이즈 고정 */
.section07-welchon-list {
	grid-template-columns: repeat(4, 220px);
	justify-content: center;
	column-gap: 20px;
	row-gap: 24px;
}

.section07-welchon-card {
	width: 220px;
}

.section07-welchon-card-thumb {
	width: 220px;
	height: 170px;
	border-radius: 16px;
	overflow: hidden;
}

.section07-welchon-card-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* 오른쪽 상세 카드가 리스트 위를 덮지 않게 위치 조정 */
.section07-welchon-list-area.is-pc-side {
	/* left: calc(50% - 330px); */
}








.sec07_end_popup {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0.85);
	opacity: 0;
	cursor: pointer;
	z-index: -1;
	display: none;
}

.sec07_end_popup.on {
	animation: sec05_end_popup ease-in-out .4s forwards;
	z-index: 10;
	display: flex;
}

.sec07_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;
	position: absolute;
	bottom: 30px;
	margin-bottom:40px;
}
.sec07_bottom em {
	font-size: 36px;
	color: #264879;
	font-family:'Pretendard-ExtraBold';
	font-weight: normal;
}
.sec07_bottom p {
	font-weight: 600;
}
.sec07_bottom b {
	font-family:'Pretendard-ExtraBold';
	font-weight: normal;
}



























.section09 {
	background-color: #3fa55f;
	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: #6f94cb;
	font-weight: normal;
}
.sec10_con em.total_num02 {
	font-size: 46px;
	color: #e5625c;
	font-weight: normal;
}
.sec10_con dl {
	font-size: 24px;
}








.floating {
	position: fixed;
	bottom: 0;
	left: 0;
	border-top: 2px solid rgba(107, 156, 130, 0.68);
	background-color: #e6f4ec;
	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.is-hide {
	display: none !important;
}
.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: #559983;
	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;
}


.mo_block {
	display: none !important;
}



@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) {

}

@keyframes zoom {
	0%{
		transform:scale(.8);
	}
	50%{
		transform:scale(1);
	}
	100%{
		transform:scale(.8);
	}
}

.quiz-box[data-answer-group="left"] .answer-inputs .fake-cursor.is-hide {
	display: none !important;
}