@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: #599ee5;
   color: #fff
}
::-moz-selection {
   background: #599ee5;
   color: #fff
}
::-webkit-selection {
    background: #599ee5;
   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;
}

.section01 {
	height: 911px;
	background-image: url("../img/sec01_bg.png");
	background-size: cover;
	background-repeat: no-repeat;
	justify-content: flex-start;
}
.sec01_top {
	width: 100%;
	padding: 10px 0;
	background-color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10;
	margin-bottom: 40px;
}

.sec01_title {
	position: relative;
	margin-top: 100px;
}
.sec01_title > img {
	position: relative;
	opacity: 0;
	transform: scale(1.3);
}
.sec01_title.ani > img {
	animation: sec01_title ease-in .45s forwards;
}
@keyframes sec01_title {
	from {
		opacity: 0;
		transform: scale(1.3);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}
.sec01_btn01 {
	position: absolute;
	bottom: 30px;
	left: 97px;
	opacity: 0;
	transform: translateX(-80px);
}
.sec01_title.ani .sec01_btn01 {
	animation: sec01_btn01 ease-in-out .4s .65s forwards;
}
@keyframes sec01_btn01 {
	from {
		opacity: 0;
		transform: translateX(-80px);
	}
	to {
		opacity: 1;
		transform: translateX(0px);
	}
}


.sec01_cha {
	position: absolute;
	bottom: -60px;
	left: calc(50% + 260px);
	display: none;
	z-index:102;
}
.sec01_cha.ani {
	display: flex;
}
.sec01_cha_text {
	position: absolute;
	top: 30px;
	right: 55px;
}
.sec01_cha_text.ani {
	animation: sec01_cha_text step-start 1.5s infinite;
}
.sec02_cha {
	position: absolute;
	bottom: -70px;
	right:calc(50% + 320px);
	display: none;
	z-index:102;
}
.sec02_cha.ani {
	display: flex;
}
@keyframes sec01_cha_text {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}


.sec01_sub_title {
	position: relative;
	margin-bottom: 40px;
	display: none;
}
.sec01_sub_title.ani {
	display: flex;
	animation: sec01_sub_title ease-in-out .45s forwards;
	opacity: 0;
	transform: scale(0.75);
}
@keyframes sec01_sub_title {
	from {
		opacity: 0;
		transform: scale(0.75);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}

.sec01_middle {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 15px;
	z-index:105;
}

.sec01_sub_text01, .sec01_sub_text02 {
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #00246f;
	border: 2px solid #ffffff;
	width: 730px;
	height: 195px;
	opacity: 0;
}
.sec01_sub_text01.ani, .sec01_sub_text02.ani {
	opacity: 1;
	display: flex;
}
.sec01_sub_text01 span, .sec01_sub_text02 span {
	font-family: 'GMarketSans';
	font-weight: 500;
	font-size: 36px;
	color: #ffffff;
	white-space: pre;
	visibility: hidden;
	letter-spacing: -1px;
	line-height: 1.3;
}
.sec01_sub_text01 span em {
	font-weight: 700;
	color: #ffef00;
}





.sec01_text01 {
	display: none;
	opacity: 0;
}
.sec01_text02 {
	display: none;
	opacity: 0;
}
.sec01_text01.ani, .sec01_text02.ani {
	display: flex;
	animation: sec01_text01 ease-in-out .4s .4s forwards;
}
@keyframes sec01_text01 {
	from {
		opacity: 0;
		transform: translateY(40px);
	}
	to {
		opacity: 1;
		transform: translateY(0px);
	}
}


.sec01_bottom {
	position: relative;
	display: none;
	margin-top: 35px;
	z-index:105;
}
.sec01_bottom.ani {
	display: flex;
}
.sec01_bottom_icon {
	position: absolute;
	top: -14px;
	left: 155px;
	animation: sec01_bottom_icon ease-in-out 3s infinite;
}
@keyframes sec01_bottom_icon {
	0% {
		transform: translateX(0);
	}
	10% {
		transform: translateX(30px);
	}
	15% {
		transform: translateX(0);
	}
	35% {
		transform: translateX(40px);
	}
	45% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(0);
	}
}
.sec01_bottom_icon img.ani {
	position: relative;
	animation: sec01_bottom_icon_img ease-in-out .7s forwards;
}
@keyframes sec01_bottom_icon_img {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(275px);
	}
}

@keyframes sec01_bottom_icon_img2 {
	from {
		transform: translateX(275px);
	}
	to {
		transform: translateX(0);
	}
}






.sec01_bottom_icon img { will-change: transform; }

/* 오른쪽으로 미는 모션 */
.sec01_bottom_icon img.slide-right {
	animation: sec01_bottom_icon_img .6s ease forwards;
}

/* 왼쪽으로 미는 모션(리버스) */
.sec01_bottom_icon img.slide-left {
	animation: sec01_bottom_icon_img2 .6s ease  forwards;
}






.sec01_black {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0;
	background-color: rgba(128, 128, 128, 0.5);
	display: none;
	opacity: 0;
}
.sec01_black.ani {
	display: flex;
	opacity: 1;
	transition: .2s;
	background-color: rgba(255, 255, 255, 0.05);
	backdrop-filter: grayscale(100%);
	-webkit-backdrop-filter: grayscale(100%); /* Safari 지원 */
}







.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);
	}
}







.section03 {
	height: 1000px;
	background-image: url("../img/sec03_bg.png");
	background-position-y: bottom;
	justify-content: flex-start;
	padding-top: 180px;
	z-index: 5;
	top: -64px;
}

:root{
	--card-gap: 0px;
	--elevate: 14px;          /* 가운데 위로 올리는 값 */
	--side-drop: -10px;
	--auto-speed: .8s;
	--base-w: 415px;          /* 옆 카드 기준 크기 */
	--base-h: 415px;
	--center-scale: 1.253;    /* 520/415 ≈ 1.253 */
}
.carousel {
	position: relative;
	width: 1245px;
	margin: 40px auto;
	user-select: none;
}
.carousel__viewport{
	overflow: hidden;
	position: relative;
	padding-top: calc((var(--base-h) * (var(--center-scale) - 1)) / 2 + var(--elevate) + 20px);
	padding-bottom: calc((var(--base-h) * (var(--center-scale) - 1)) / 2 + 20px);
}
.carousel__track{
	display: flex;
	will-change: transform;
	transition: transform var(--auto-speed) ease;
}
.carousel__slide{
	flex: 0 0 var(--base-w);
	width: var(--base-w);
	height: var(--base-h);
	margin-right: var(--card-gap);
	position: relative;
	transform: translateY(var(--side-drop));
	transform-origin: center center;
	transition: transform 240ms ease, box-shadow 240ms ease, z-index 0ms;
	z-index: 1;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	border-radius: 27px;
}
.carousel__slide:last-child{ margin-right: 0; }

.carousel__slide.is-center{
	transform: translateY(calc(-1 * var(--elevate))) scale(var(--center-scale));
	z-index: 2;
}
.carousel__slide .card {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.carousel__slide .card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}


/* 좌우 화살표 */
.carousel__btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 80px;
	height: 80px;
	border: 0;
	background: transparent;
	padding: 0;
	cursor: pointer;
	z-index: 5;
}
.carousel__btn--prev {
	left: -120px;
}
.carousel__btn--next {
	right: -120px;
	transform: scaleX(-1) translateY(-50%);
}

.carousel__btn img{ width:100%; height:100%; display:block; }

@media (max-width: 680px){
	:root{ --card-gap: 14px; --elevate: 10px; --side-drop: 6px; }
}







.section04 {
	background-image: url("../img/sec04_bg.png");
	height: 2060px;
	justify-content: flex-start;
	padding-top: 120px;
}

.sec04_title {
	margin-bottom: 50px;
}
.sec04_text {
	margin-bottom: 110px;
}
.sec04_con01, .sec04_con02, .sec04_con03, .sec04_con04, .sec04_con05 {
	position: relative;
	display: none;
	opacity: 0;
	transition: .3s;
}
.sec04_con01.ani, .sec04_con02.ani, .sec04_con03.ani, .sec04_con04.ani, .sec04_con05.ani {
	display: flex;
	opacity: 1;
}
.sec04_con01_btn {
	position: absolute;
	bottom: 170px;
	left: 330px;
	cursor: pointer;
}
.click {
	position: absolute;
	bottom: -30px;
	right: 40px;
	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_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: 50px;
	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: 2188px;
	padding-top: 120px;
	justify-content: start;
}
.sec05_item01 {
	position: absolute;
	top: 1290px;
	left: 0;
}
.sec05_item02 {
	position: absolute;
	top: 1285px;
	right: 0;
}
.sec05_item03 {
	position: absolute;
	top: -220px;
	right: 0;
}

.sec05_title {
	margin-bottom: 60px;
}
.sec05_text {
	margin-bottom: 80px;
}


.sec05_con01, .sec05_con02 {
	position: relative;
	display: none;
}
.sec05_con01.ani, .sec05_con02.ani {
	display: flex;
}
.sec05_con01_btn {
	position: absolute;
	bottom: 130px;
	left: 50%;
	transform: translateX(-50%);
	cursor: pointer;
}

.sec05_con02_text {
	position: absolute;
	top: 150px;
	left: 50%;
	transform: translateX(-50%);
	font-family: 'GMarketSans';
	font-size: 24px;
	font-weight: 400;
	color: #505cf8;
}
.sec05_con02_text em {
	font-weight: 700;
	color: #ff592e;
}

.sec05_select {
	position: absolute;
	top: 220px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 1110px;
}
.sec05_select > div {
	cursor: pointer;
}

.sec05_game {
	position: absolute;
	bottom: 160px;
	left: 215px;
}

.sec05_puzzle {
	width: 658px;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	top: -10px;
}
.sec05_puzzle > div {
	display: none;
}
.sec05_puzzle > div.ani {
	display: flex;
}

.sec05_receipt {
	position: absolute;
	bottom: 150px;
	right: 210px;
}

.receipt_text {
	position: absolute;
	top: 80px;
	left: 45px;
	width: 200px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.receipt_text > div {
	color: #151515;
	font-size: 23px;
	font-weight: 500;
	letter-spacing: -1px;
}
.receipt_text01, .receipt_text02, .receipt_text03 {
	display: flex;
	justify-content: flex-start;
	gap: 15px;
}
.receipt_text04 {
	position: relative;
	top: 9px;
	border-top: 3px solid #151515;
	width: 200px;
	display: none;
}
.receipt_text04.ani {
	display: flex;
	justify-content: center;
	gap: 20px;
}



.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;
}
.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-image: url("../img/sec09_bg.png");
	height: 442px;
}
.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: #2650a6;
	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: #2650a6;
	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) {

	.sec01_bg_item02 {
		width: 200px;
		right: -200px;
	}
	.sec01_item01 {
		bottom: 30px;
	}
	.sec01_item02 {
		bottom: 70px;
	}
	.sec01_item03 {
		bottom: 150px;
	}




	.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) {

	.sec01_top {
		margin-bottom: 40px;
	}
	.sec01_title {
		width: 830px;
	}
	.sec01_icon01 {
		left: 0;
	}
	.sec01_icon02 {
		left: 265px;
	}
	.sec01_icon03 {
		right: -10px;
	}

	.sec01_item01 {
		bottom: 10px;
	}
	.sec01_item02 {
		left: calc(50% + 400px);
	}
	.sec01_item03 {
		left: calc(50% + 620px);
	}
	.sec01_item04 {
		left: calc(50% + 600px);
		bottom: 120px;
	}
	@keyframes sec01_item04 {
		from {
			transform: translateX(calc(-50% + 160px)) translateY(80px);
		}
		to{
			transform: translateX(calc(-50% - 480px)) translateY(140px);
		}
	}



	.sec01_bg_item {
		width: 300px;
	}
	.sec01_bg_item02 {
		width: 170px;
		right: -380px;
	}

	.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) {
	
}