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

.section01 {
	height: 873px;
	background-image: url("../img/sec01_bg_n9.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: 80px;
}
.logo01 {
	position: absolute;
	top: 80px;
	left: 30px;
	opacity: 0;
	transform: translateX(40px);
}
.logo01.ani {
	animation: logo01 ease-in-out .8s .2s forwards;
}
@keyframes logo01 {
	from {
		opacity: 0;
		transform: translateX(40px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}
.logo02 {
	position: absolute;
	top: 80px;
	right: 30px;
	opacity: 0;
	transform: translateX(-40px);
}
.logo02.ani {
	animation: logo02 ease-in-out .8s .2s forwards;
}

.pop_info_wrapper {display:none;position:fixed;left:0;top:0;width:100%;height:100vh;z-index:220;background-color:rgba(0,0,0,.7);}
.pop_info_wrapper .pop_info_wrap{position:relative;width:100%;height:100%;display:flex;justify-content:center;align-items:center;}
.pop_info_wrapper .pop_info_wrap .pop_info {position:relative;width:600px;}
.pop_info_wrapper .pop_info_wrap .pop_info .close{position:absolute;right:-70px;top:0;cursor:pointer;}
.pop_info_wrapper .pop_info_wrap .pop_info .pic {position:relative}
.pop_info_wrapper .pop_info_wrap .pop_info .pic img{width:100%;}
.pop_info_wrapper .pop_info_wrap .pop_info .pic .blog_link_wrapper{position:absolute;width:100%;}
.pop_info_wrapper .pop_info_wrap .pop_info .pic .blog_link_wrapper a{display:block;}
@keyframes logo02 {
	from {
		opacity: 0;
		transform: translateX(-40px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

.sec01_title {
	position: relative;
	opacity: 0;
	transform: scale(0.9);
	z-index: 9999999;
}
.sec01_title.ani {
	animation: ease-in-out sec01_title 0.6s 0.2s forwards;
}

@keyframes sec01_title {
	0% {
		opacity: 0;
		transform: scale(0.9);
	}
	55% {
		opacity: 1;
		transform: scale(1.05);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}
.sec01_icon01 {
	position: absolute;
	bottom: -50px;
	left: 80px;
}
.sec01_icon01.ani {
	animation: sec01_icon01 ease-in-out 4s .8s infinite;
}
@keyframes sec01_icon01 {
	0% {
		opacity: 1;
	}
	8% {
		opacity: 1;
	}
	10% {
		opacity: 0;
	}
	11% {
		opacity: 0;
	}
	20% {
		opacity: 1;
	}
	30% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}
.sec01_icon02 {
	position: absolute;
	bottom: -75px;
	left: 350px;
}
.sec01_icon02.ani {
	animation: sec01_icon02 ease-in-out 4s .8s infinite;
}
@keyframes sec01_icon02 {
	0% {
		opacity: 1;
	}
	18% {
		opacity: 1;
	}
	20% {
		opacity: 0;
	}
	21% {
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}
.sec01_icon03 {
	position: absolute;
	bottom: -65px;
	right: 30px;
}
.sec01_icon03.ani {
	animation: sec01_icon03 ease-in-out 4s .8s infinite;
}
@keyframes sec01_icon03 {
	0% {
		/*transform: translateY(0);*/
		opacity: 1;
	}
	28% {
		/*transform: translateY(0px);*/
		opacity: 1;
	}
	30% {
		/*transform: translateY(0px);*/
		opacity: 0;
	}
	31% {
		/*transform: translateY(40px);*/
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	70% {
		/*transform: translateY(0px);*/
		opacity: 1;
	}
	100% {
		/*transform: translateY(0px);*/
		opacity: 1;
	}
}


.sec01_item01 {
	position: absolute;
	left: 250px;
	bottom: 30px;
}
.sec01_item01.ani {
	animation: sec01_item01_n ease-in-out 3s forwards;
}
@keyframes sec01_item01_n {
	0% {
		transform: translateY(0);
	}
	10% {
		transform: translateY(-40px);
	}
	20% {
		transform: translateY(0);
	}
	30% {
		transform: translateY(-40px);
	}
	40% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-40px);
	}
	60% {
		transform: translateY(0);
	}
	70% {
		transform: translateY(-40px);
	}
	80% {
		transform: translateY(0);
	}
	90% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0);
	}
}
.sec01_item01.ani > div {
	transform: translateX(-100px);
	animation: sec01_item01_img linear 3.15s forwards;
}
@keyframes sec01_item01_img {
	0% {
		transform: translateX(-230px);
	}
	100% {
		transform: translateX(160px);
	}
}

.sec01_item01_arm01 {
	position: absolute;
	top: 70px;
	left: 5px;
	transform: scaleY(-1) rotate(30deg) translate(-15px, -20px);
}
.sec01_item01_arm01.ani {
	animation: sec01_item01_arm01 ease-in-out 3.2s forwards;
}
@keyframes sec01_item01_arm01 {
	0% {
		transform: scaleY(-1) rotate(30deg) translate(-15px, -20px);
	}
	10% {
		transform: scaleY(-1) rotate(0deg) translate(0px, 0px);
	}
	20% {
		transform: scaleY(-1) rotate(30deg) translate(-15px, -20px);
	}
	30% {
		transform: scaleY(-1) rotate(0deg) translate(0px, 0px);
	}
	40% {
		transform: scaleY(-1) rotate(30deg) translate(-15px, -20px);
	}
	50% {
		transform: scaleY(-1) rotate(0deg) translate(0px, 0px);
	}
	60% {
		transform: scaleY(-1) rotate(30deg) translate(-15px, -20px);
	}
	70% {
		transform: scaleY(-1) rotate(0deg) translate(0px, 0px);
	}
	80% {
		transform: scaleY(-1) rotate(30deg) translate(-15px, -20px);
	}
	90% {
		transform: scaleY(-1) rotate(0deg) translate(0px, 0px);
	}
	100% {
		transform: scaleY(-1) rotate(30deg) translate(-15px, -20px);
	}
}
.sec01_item01_arm02 {
	position: absolute;
	top: 20px;
	right: -5px;
	rotate: 20deg;
}
.sec01_item01_arm02.ani {
	animation: sec01_item01_arm02 ease-in-out 3.2s forwards;
}
@keyframes sec01_item01_arm02 {

	0% {
		transform: rotate(0deg) translate(0px, 0px);
	}
	10% {
		transform: rotate(-30deg) translate(-19px, -30px);
	}
	20% {
		transform: rotate(0deg) translate(0px, 0px);
	}
	30% {
		transform: rotate(-30deg) translate(-19px, -30px);
	}
	40% {
		transform: rotate(0deg) translate(0px, 0px);
	}
	50% {
		transform: rotate(-30deg) translate(-19px, -30px);
	}
	60% {
		transform: rotate(0deg) translate(0px, 0px);
	}
	70% {
		transform: rotate(-30deg) translate(-19px, -30px);
	}
	80% {
		transform: rotate(0deg) translate(0px, 0px);
	}
	90% {
		transform: rotate(-30deg) translate(-19px, -30px);
	}
	100% {
		transform: rotate(0deg) translate(0px, 0px);
	}

}
.sec01_item01_arm02.ani02 {
	animation: sec01_item01_arm02ani02 ease-in-out 5s infinite;
}
@keyframes sec01_item01_arm02ani02 {
	0% {
		transform: rotate(0deg) translate(0px, 0px);
	}
	10% {
		transform: rotate(-20deg) translate(-13px, -20px);
	}
	20% {
		transform: rotate(0deg) translate(0px, 0px);
	}
	30% {
		transform: rotate(-20deg) translate(-13px, -20px);
	}
	40% {
		transform: rotate(0deg) translate(0px, 0px);
	}
	50% {
		transform: rotate(-20deg) translate(-13px, -20px);
	}
	60% {
		transform: rotate(0deg) translate(0px, 0px);
	}
	70% {
		transform: rotate(-20deg) translate(-13px, -20px);
	}
	80% {
		transform: rotate(0deg) translate(0px, 0px);
	}
	90% {
		transform: rotate(-20deg) translate(-13px, -20px);
	}
	100% {
		transform: rotate(0deg) translate(0px, 0px);
	}
}


.sec01_item01_leg01 {
	position: absolute;
	bottom: 0;
	left: 90px;
	transform: rotate(20deg) translate(-10px, -5px);
}
.sec01_item01_leg01.ani {
	animation: sec01_item01_leg01 ease-in-out .6s infinite;
}
@keyframes sec01_item01_leg01 {
	0% {
		transform: rotate(20deg) translate(-10px, -5px);
	}
	50% {
		transform: rotate(-15deg) translate(5px, 5px);
	}
	100% {
		transform: rotate(20deg) translate(-10px, -5px);
	}
}
.sec01_item01_leg02 {
	position: absolute;
	bottom: 10px;
	right: 40px;
	transform: scaleX(-1) rotate(-10deg) translate(15px, 5px);
}
.sec01_item01_leg02.ani {
	animation: sec01_item01_leg02 ease-in-out .6s .2s infinite;
}
@keyframes sec01_item01_leg02 {
	0% {
		transform: scaleX(-1) rotate(-10deg) translate(15px, 5px);
	}
	50% {
		transform: scaleX(-1) rotate(10deg) translate(5px, 5px);
	}
	100% {
		transform: scaleX(-1) rotate(-10deg) translate(15px, 5px);
	}
}







.sec01_item02 {
	position: absolute;
	left: calc(50% + 320px);
	transform: translateX(calc(-50% + 120px)) translateY(-40px) scale(0.83);
	bottom: -20px;
}
.sec01_item02.ani {
	animation: sec01_item02 linear 3.8s forwards;
}
@keyframes sec01_item02 {
	from {
		transform: translateX(calc(-50% + 120px)) translateY(-40px) scale(0.83);
	}
	to{
		transform: translateX(calc(-50% - 200px)) translateY(-40px) scale(0.83);
	}
}
.sec01_item02 > div > img, .sec01_item03 > div > img, .sec01_item04 > div > img {
	position: relative;
	z-index: 99;
}

.sec01_item02_arm01 {
	position: absolute;
	top: 150px;
	left: -16px;
}
.sec01_item02_arm01.ani {
	animation: sec01_item02_arm01 ease-in-out .7s infinite;
}
@keyframes sec01_item02_arm01 {
	0% {
		transform: rotate(0deg) translate(0px, 0px);
	}
	50% {
		transform: rotate(-60deg) translate(3px, 16px);
	}
	100% {
		transform: rotate(0deg) translate(0px, 0px);
	}
}
.sec01_item02_arm02 {
	position: absolute;
	top: 130px;
	right: 10px;
	z-index: 999;
	transform: rotate(-30deg) translate(3px, 10px);
}
.sec01_item02_arm02.ani {
	animation: sec01_item02_arm02 ease-in-out .7s infinite;
}
@keyframes sec01_item02_arm02 {
	0% {
		transform: rotate(-30deg) translate(3px, 10px);
	}
	50% {
		transform: rotate(0deg) translate(0px, 0px);
	}
	100% {
		transform: rotate(-30deg) translate(3px, 10px);
	}
}
.sec01_item02_leg01 {
	position: absolute;
	bottom: -20px;
	left: -5px;
	rotate: 30deg;
	transform: rotate(20deg) translate(-5px, -5px);
}
.sec01_item02_leg01.ani {
	animation: sec01_item02_leg01 ease-in-out .6s infinite;
}
@keyframes sec01_item02_leg01 {
	0% {
		transform: rotate(20deg) translate(-5px, -5px);
	}
	50% {
		transform: rotate(-20deg) translate(9px, 1px);
	}
	100% {
		transform: rotate(20deg) translate(-5px, -5px);
	}
}
.sec01_item02_leg02 {
	position: absolute;
	bottom: -20px;
	left: 40px;
	rotate: -28deg;
	z-index: 998;
	transform: scaleX(-1) rotate(13deg) translate(-5px, -1px);
}
.sec01_item02_leg02.ani {
	animation: sec01_item02_leg02 ease-in-out .6s infinite;
}
@keyframes sec01_item02_leg02 {
	0% {
		transform: scaleX(-1) rotate(8deg) translate(-5px, -1px);
	}
	50% {
		transform: scaleX(-1) rotate(-5deg) translate(0px, 0px);
	}
	100% {
		transform: scaleX(-1) rotate(8deg) translate(-5px, -1px);
	}
}






.sec01_item03 {
	position: absolute;
	left: calc(50% - 170px);
	transform: scale(0.95) translateX(calc(-50% + 750px)) translateY(0px);
	bottom: 80px;
}
.sec01_item03.ani {
	animation: sec01_item03 linear 3.7s forwards;
}
@keyframes sec01_item03 {
	from {
		transform: scale(0.95) translateX(calc(-50% + 900px)) translateY(0px);

	}
	to{
		transform: scale(0.95) translateX(calc(-50% + 470px)) translateY(0px);
	}
}

.sec01_item03_arm01 {
	position: absolute;
	top: 50px;
	left: -18px;
	z-index: 999;
}
.sec01_item03_arm01.ani {
	animation: sec01_item03_arm01 ease-in-out .7s infinite;
}
@keyframes sec01_item03_arm01 {
	0% {
		transform: rotate(0deg) translate(0px, 0px);
	}
	50% {
		transform: rotate(15deg) translate(3px, 8px);
	}
	100% {
		transform: rotate(0deg) translate(0px, 0px);
	}
}
.sec01_item03_arm02 {
	position: absolute;
	top: 40px;
	right: 60px;
	z-index: 999;
	transform: rotate(20deg) translate(2px, 6px);
}
.sec01_item03_arm02.ani {
	animation: sec01_item03_arm02 ease-in-out .7s infinite;
}
@keyframes sec01_item03_arm02 {
	0% {
		transform: rotate(20deg) translate(2px, 6px);
	}
	50% {
		transform: rotate(0deg) translate(0px, 0px);
	}
	100% {
		transform: rotate(20deg) translate(2px, 6px);
	}
}

.sec01_item03_leg01 {
	position: absolute;
	bottom: 0;
	left: 20px;
	rotate: -70deg;
	transform: rotate(10deg) translate(-2px, -0px);
}
.sec01_item03_leg01.ani {
	animation: sec01_item03_leg01 ease-in-out .65s infinite;
}
@keyframes sec01_item03_leg01 {
	0% {
		transform: rotate(10deg) translate(-2px, -0px);
	}
	50% {
		transform: rotate(-10deg) translate(0px, 10px);
	}
	100% {
		transform: rotate(10deg) translate(-2px, -0px);
	}
}

.sec01_item03_leg02 {
	position: absolute;
	bottom: 0;
	left: 60px;
	rotate: -90deg;
	transform: rotate(-10deg) translate(0px, 3px);
}
.sec01_item03_leg02.ani {
	animation: sec01_item03_leg02 ease-in-out .65s infinite;
}
@keyframes sec01_item03_leg02 {
	0% {
		transform: rotate(-10deg) translate(0px, 3px);
	}
	50% {
		transform: rotate(10deg) translate(-3px, -3px);
	}
	100% {
		transform: rotate(-10deg) translate(0px, 3px);
	}
}












.sec01_item04 {
	position: absolute;
	left: calc(50% - 150px);
	transform: translateX(calc(-50% + 900px)) translateY(140px) scale(0.85);
	bottom: 170px;
}
.sec01_item04.ani {
	animation: sec01_item04 linear 3.6s forwards;
}
@keyframes sec01_item04 {
	from {
		transform: translateX(calc(-50% + 1000px)) translateY(140px) scale(0.85);
	}
	to{
		transform: translateX(calc(-50% + 650px)) translateY(140px) scale(0.85);
	}
}

.sec01_item04_arm01 {
	position: absolute;
	top: 60px;
	left: -16px;
	z-index: 999;
	rotate: -40deg;
}
.sec01_item04_arm01.ani {
	animation: sec01_item04_arm01 ease-in-out .7s infinite;
}
@keyframes sec01_item04_arm01 {
	0% {
		transform: rotate(0deg) translate(0px, 0px);
	}
	50% {
		transform: rotate(-10deg) translate(-10px, 5px);
	}
	100% {
		transform: rotate(0deg) translate(0px, 0px);
	}
}
.sec01_item04_arm02 {
	position: absolute;
	top: 95px;
	right: 30px;
	z-index: 999;
	transform: rotate(0deg) translate(0px, 0px);
}
.sec01_item04_arm02.ani {
	animation: sec01_item04_arm02 ease-in-out .7s infinite;
}
@keyframes sec01_item04_arm02 {
	0% {
		transform: rotate(0deg) translate(0px, 0px);
	}
	50% {
		transform: rotate(20deg) translate(5px, 5px);
	}
	100% {
		transform: rotate(0deg) translate(0px, 0px);
	}
}
.sec01_item04_leg01 {
	position: absolute;
	bottom: 0;
	left: 10px;
	rotate: 40deg;
}
.sec01_item04_leg01.ani {
	animation: sec01_item04_leg01 ease-in-out .6s infinite;
}
@keyframes sec01_item04_leg01 {
	0% {
		transform: rotate(0) translate(0, 0);
	}
	50% {
		transform: rotate(-20deg) translate(5px, -5px);
	}
	100% {
		transform: rotate(0) translate(0, 0);
	}
}
.sec01_item04_leg02 {
	position: absolute;
	bottom: 0;
	left: 50px;
	rotate: -10deg;
}
.sec01_item04_leg02.ani {
	animation: sec01_item04_leg02 ease-in-out .6s infinite;
}
@keyframes sec01_item04_leg02 {
	0% {
		transform: rotate(0) translate(0, 0);
	}
	50% {
		transform: rotate(20deg) translate(0px, -2px);
	}
	100% {
		transform: rotate(0) translate(0, 0);
	}
}



.sec01_item05 {
	position: absolute;
	left: calc(50% + 570px);
	transform: translateX(-50%);
	top: 330px;
}
.sec01_item06 {
	position: absolute;
	left: calc(50% - 660px);
	top: 110px;
	opacity: 0;
	transform: translateX(-50%) translateY(50px);
}
.sec01_item06.ani {
	animation: sec01_item06 ease-in-out 1s .5s forwards;
}
@keyframes sec01_item06 {
	from {
		opacity: 0;
		transform: translateX(-50%) translateY(50px);
	}
	to {
		opacity: 1;
		transform: translateX(-50%) translateY(0px);
	}
}



.sec01_item02.ani > div {
	transform: translateY(0px);
	animation: sec01_item02_img ease-in-out .4s infinite;
}
@keyframes sec01_item02_img {
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(-35px);
	}
	100% {
		transform: translateY(0px);
	}
}
.sec01_item03.ani > div {
	transform: translateY(0px);
	animation: sec01_item02_img ease-in-out .4s .2s infinite;
}
.sec01_item04.ani > div {
	transform: translateY(0px);
	animation: sec01_item02_img ease-in-out .4s .1s infinite;
}
.sec01_item05 img {
	animation: sec01_item05 ease-in-out 1.3s infinite;
}
@keyframes sec01_item05 {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(20px);
	}
	100% {
		transform: translateY(0);
	}
}







.sec01_bg_item {
	position: absolute;
	bottom: 0;
	left: 0;
}
.sec01_bg_item > img {
	position: relative;
	z-index: 50;
}
.sec01_bg_item02 {
	position: absolute;
	bottom: 0px;
	right: -450px;
	z-index: 40;
}
.sec01_bg_item03 {
	position: absolute;
	bottom: 0;
	right: 0;
}






.section02 {
	background-color: #ffffff;
	padding: 140px 0;
	z-index: 101;
}
.sec02_con {
	position: relative;
}
.sec02_con > p {
	position: absolute;
	top: 78px;
	left: 240px;
	font-size: 29px;
	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) 2.5s 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);
	}
}

.sec02_item01 {
	position: absolute;
	bottom: 0;
	left: 100px;
}
.sec02_item02 {
	position: absolute;
	bottom: 0;
	right: 150px;
}





.section03 {
	height: 979px;
	background-image: url("../img/sec03_bg_n2.png");
	background-position-y: bottom;
	justify-content: flex-start;
	padding: 100px 0;
	z-index: 5;
}

: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;
}
.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;
	background: #fff;
}
.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: -80px;
}
.carousel__btn--next {
	right: -78px;
	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: 2300px;
	justify-content: flex-start;
	padding-top: 120px;
}
.sec04_item01 {
	position: absolute;
	top: 120px;
	right: 0;
}
.sec04_item02 {
	position: absolute;
	top: 250px;
	left: 0;
}
.sec04_title {
	margin-bottom: 120px;
}
.sec04_text {
	margin-bottom: 280px;
}

.sec04_game_title {
	margin-bottom: 60px;
}

.sec04_game01, .sec04_game02, .sec04_game03 {
	display: none;
}
.sec04_game01.on, .sec04_game02.on, .sec04_game03.on {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 40px;
}


.sec04_game01_btn, .sec04_game02_btn, .sec04_game_result_btn {
	cursor: pointer;
}

.sec04_game02 > div {
	display: none;
	cursor: pointer;
	filter: drop-shadow(2px 4px 6px black);
}
.sec04_game02 > div.on {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 25px;
}

.sec04_game02 > div > div:not(.sec04_vs) {
	position: relative;
	transition: .3s;
}
.sec04_game02 > div > div:not(.sec04_vs):hover {
	transform: translateY(-20px);
}
.sec04_game02 > div > div:not(.sec04_vs).active {
	filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.56));
	transform: translateY(-20px);
}
.sec04_game02 > div > div:not(.sec04_vs).active::after {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.sec04_game_q01_01.active::after {
	content: url("../img/sec04_game_q01_01_after.png");
}
.sec04_game_q01_02.active::after {
	content: url("../img/sec04_game_q01_02_after.png");
}
.sec04_game_q02_01.active::after {
	content: url("../img/sec04_game_q02_01_after.png");
}
.sec04_game_q02_02.active::after {
	content: url("../img/sec04_game_q02_02_after.png");
}
.sec04_game_q03_01.active::after {
	content: url("../img/sec04_game_q03_01_after.png");
}
.sec04_game_q03_02.active::after {
	content: url("../img/sec04_game_q03_02_after.png");
}
.sec04_game_q04_01.active::after {
	content: url("../img/sec04_game_q04_01_after.png");
}
.sec04_game_q04_02.active::after {
	content: url("../img/sec04_game_q04_02_after.png");
}



.sec04_game03 > div {
	display: none;
}
.sec04_game03 > div.on {
	display: block;
}


.sec04_end_popup {
	position: fixed;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	#transform: translate(-50%, -50%) scale(0.85);
	opacity: 1;
	cursor: pointer;
	z-index: -1;
	display: none;
	justify-content:center;
	align-items:center;
	background-color:rgba(0,0,0,.7);
}
.sec04_end_popup.on {
	display: flex;
	#animation: sec04_end_popup ease-in-out .4s forwards;
	z-index: 300;
}
@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-color: #e8fff2;
	padding: 130px 0 100px;
	justify-content: start;
}
.sec05_item01 {
	position: absolute;
	top: 170px;
	left: 0;
}
.sec05_item02 {
	position: absolute;
	top: 140px;
	right: 0;
}
.sec05_title {
	margin-bottom: 60px;
}
.sec05_text {
	margin-bottom: 40px;
}

.sec05_step01, .sec05_step02, .sec05_step03 {
	display: none;
}
.sec05_step01.on, .sec05_step02.on, .sec05_step03.on {
	display: flex;
}
.sec05_step01 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	padding-top: 450px;
}
.sec05_step01_con {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 25px;
	padding-top: 30px;
}

.sec05_step01_sel01 {
	background-image: url("../img/sec05_step01_sel01_n2.png");
	width: 383px;
	height: 457px;
	cursor: pointer;
}
.sec05_step01_sel01.on {
	background-image: url("../img/sec05_step01_sel01_on_n2.png");
}
.sec05_step01_sel02 {
	background-image: url("../img/sec05_step01_sel02_n2.png");
	width: 383px;
	height: 457px;
	cursor: pointer;
}
.sec05_step01_sel02.on {
	background-image: url("../img/sec05_step01_sel02_on_n2.png");
}
.sec05_step01_btn {
	margin-top: 100px;
	cursor: pointer;
}

.sec05_step02 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	padding-top: 450px;
}

.sec05_step02_bottom {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 80px;
	margin-top: 40px;
}
.sec05_step02_con {
	position: relative;

}
.sec05_cha01, .sec05_cha02 {
	display: none;
	position: relative;
	height: 400px;
	width: 350px;
	justify-content: flex-end;
}
.sec05_cha01.on, .sec05_cha02.on {
	display: flex;
	align-items: flex-end;
}
.sec05_cha01 > div, .sec05_cha02 > div {
	position: absolute;
}
.sec05_cha01 > img, .sec05_cha02 > img {
	width: 300px;
	object-fit: contain;
}

.sec05_cha01_img, .sec05_cha02_img {
	width: 200px;
	left: 100px;
	bottom: 95px;
}


.sec05_step02_sel {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 35px;
}
.sec05_step02_sel > div {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 20px;
}
.sec05_step02_sel > div > div {
	cursor: pointer;
}
.sec05_step02_sel > div > div:nth-child(1) {
	cursor: default;
}
.sec05_step02_sel02_04 {
	width: 100px;
}
.sec05_step02_sel01.on01 {
	background-image: url("../img/sec05_step02_sel01_01.png");
	width: 52px;
	height: 116px;
	bottom: 90px;
	right: 55px;
}
.sec05_step02_sel01.on02 {
	background-image: url("../img/sec05_step02_sel01_02.png");
	width: 85px;
	height: 101px;
	bottom: 60px;
	left: 220px;
	background-size: contain;
	rotate: 13deg;
}
.sec05_cha02 .sec05_step02_sel01.on02 {
	bottom: 55px;
	left: 220px;
}
.sec05_step02_sel01.on03 {
	background-image: url("../img/sec05_step02_sel01_03.png");
	width: 60px;
	height: 101px;
	bottom: 75px;
	right: 40px;
	background-size: contain;
}
.sec05_step02_sel01.on04 {
	background-image: url("../img/sec05_step02_sel01_04.png");
	width: 46px;
	height: 46px;
	bottom: 300px;
	right: 30px;
}
.sec05_cha02 .sec05_step02_sel01.on04 {
	left: 60px;
}
.sec05_step02_sel02.on01 {
	background-image: url("../img/sec05_step02_sel02_01_n.png");
	background-size: contain;
	width: 45px;
	height: 90px;
	bottom: 130px;
	left: 100px;
	rotate: -8deg;
}
.sec05_cha02 .sec05_step02_sel02.on01 {
	bottom: 270px;
	left: 270px;
}
.sec05_step02_sel02.on02 {
	background-image: url("../img/sec05_step02_sel02_02.png");
	background-size: contain;
	width: 55px;
	height: 111px;
	bottom: 110px;
	left: 95px;
	rotate: -8deg;
}
.sec05_cha02 .sec05_step02_sel02.on02 {
	bottom: 260px;
	rotate: -8deg;
	left: 265px;
}
.sec05_step02_sel02.on03 {
	background-image: url("../img/sec05_step02_sel02_03_n.png");
	background-size: contain;
	width: 60px;
	height: 83px;
	bottom: 155px;
	left: 140px;
	rotate: -10deg;
}
.sec05_cha02 .sec05_step02_sel02.on03 {

}

.sec05_step02_sel02.on04 {
	background-image: url("../img/sec05_step02_sel02_04_n.png");
	background-size: contain;
	width: 100px;
	height: 83px;
	bottom: 273px;
	left: 151px;
}
.sec05_cha02 .sec05_step02_sel02.on04 {
	bottom: 265px;
	rotate: -13deg;
	left: 155px;
	width: 60px;
}

.sec05_step02_sel03_01 {
	position: relative;
	z-index: 10;
}
.sec05_step02_sel03.on01 {
	background-image: url("../img/sec05_step02_sel03_01_n.png");
	width: 85px;
	height: 101px;
	bottom: 80px;
	right: 110px;
	background-size: contain;
}
.sec05_cha02 .sec05_step02_sel03.on01 {
	background-size: contain;
	width: 75px;
	bottom: 100px;
	left: 60px;
	right: unset;
	rotate: 10deg;
}
.sec05_step02_sel03.on02 {
	background-image: url("../img/sec05_step02_sel03_02.png");
	width: 100px;
	height: 101px;
	bottom: 130px;
	right: 60px;
	rotate: 10deg;
}
.sec05_cha02 .sec05_step02_sel03.on02 {
	background-size: contain;
	width: 85px;
	bottom: 240px;
	left: unset;
	right: 10px;
	rotate: -10deg;
}
.sec05_step02_sel03_02 {
	position: relative;
	z-index: 5;
}
.sec05_step02_sel03_03 {
	position: relative;
	bottom: 15px;
	right: 30px;
	z-index: 1;
	margin-right: 40px;
}
.sec05_step02_sel03.on03 {
	background-image: url("../img/sec05_step02_sel03_03_n.png");
	background-size: contain;
	width: 120px;
	height: 167px;
	bottom: 108px;
	right: 101px;
	rotate: 10deg;
}
.sec05_cha02 .sec05_step02_sel03.on03 {
	width: 120px;
	right: 100px;
	rotate: 0deg;
	bottom: 115px;
}

.sec05_step02_sel03_04 {
	margin-left: -80px;
}
.sec05_step02_sel03.on04 {
	background-image: url("../img/sec05_step02_sel03_04.png");
	background-size: contain;
	width: 50px;
	height: 167px;
	bottom: 70px;
	right: 90px;
}
.sec05_cha02 .sec05_step02_sel03.on04 {
	right: 100px;
	bottom: 80px;
	width: 50px;
}

.sec05_step02_sel03.on05 {
	background-image: url("../img/sec05_step02_sel03_05.png");
	background-size: contain;
	width: 50px;
	height: 167px;
	bottom: 70px;
	right: 90px;
}
.sec05_cha02 .sec05_step02_sel03.on05 {
	right: 100px;
	bottom: 80px;
	width: 50px;
}


.sec05_cha01_item {
	width: 190px;
	bottom: 190px;
	left: 60px;
}
.sec05_cha02_item {
	width: 170px;
	bottom: 220px;
	left: 63px;
}
.sec05_step02_btn {
	margin-top: 90px;
	cursor: pointer;
}



@font-face {
	font-family: 'HakgyoansimChilpanjiugaeTTF-B';
	src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-5@1.0/HakgyoansimChilpanjiugaeTTF-B.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
}

.sec05_step03 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	padding-top: 450px;
}

.sec05_step03_bottom {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 10px;
	margin-top: 10px;
}
.sec05_step03_left {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.sec05_step03_img {
	position: absolute;
	width: 319px;
	height: 315px;
	border: 3px solid #d15a9d;
	background-color: #ffddf0;
	top: 70px;
	left: calc(50% + 8px);
	transform: translateX(-50%);
}
.sec05_step03_img > img {
	position: relative;
	bottom: 30px;
	right: 15px;
}
.sec05_step03_name {
	position: absolute;
	top: 390px;
	width: 100%;
	padding: 0 60px;
	text-align: center;
	font-size: 22px;
	font-family: 'HakgyoansimChilpanjiugaeTTF-B' !important;
}
.sec05_step03_text {
	position: absolute;
	top: 423px;
	width: 70%;
	font-size: 22px;
	letter-spacing: -1px;
	border-top: 1px dashed;
	line-height: 1.4;
	margin-top: 5px;
	padding-top: 5px;
	text-align: center;
	font-family: 'HakgyoansimChilpanjiugaeTTF-B' !important;
}
.sec05_step03_right {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 20px;
	padding-top: 20px;
}
.sec05_step03_right > div {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 10px;
}
.sec05_step03_right input, .sec05_step03_right select {
	width: 570px;
	height: 70px;
	font-size: 28px;
}

.sec05_step03_btn {
	cursor: pointer;
	margin-top: 80px;
}
.sec05_step03_sns {
	cursor: pointer;
}
.sec05_end_popup {
	display:none;
	position: fixed;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	justify-content:center;
	align-items:center;
	#transform: translate(-50%, -50%) scale(0.85);
	opacity: 1;
	cursor: pointer;
	z-index: 1;
	background-color:rgba(0,0,0,.7);
}
.sec05_end_popup.on {
	display:flex;
	#animation: sec05_end_popup ease-in-out .4s forwards;
	z-index: 300;
}
@keyframes sec05_end_popup {
	0% {
		opacity: 0;
		#transform: translate(-50%, -50%) scale(0.85);
	}
	100% {
		opacity: 1;
		#transform: translate(-50%, -50%) scale(1);
	}
}


.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: 100px;
	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;
}



.section05_02 {
	background-color: #2e3744;
	padding: 100px 0;
}



.section06 {
	background-image: url("../img/sec06_bg_n.png");
	background-size: cover;
	background-repeat: no-repeat;
	justify-content: flex-start;
	padding-top: 80px;
}
.sec06_bottom {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 100px;
	position: relative;
}
.sec06_left {
	background-image: url("../img/sec06_left_n6.png");
	width: 1059px;
	height: 809px;
	opacity: 0;
	position: relative;
	transform: translateX(40px);
}
.sec06_left.ani {
	animation: sec08_left ease-in-out .7s .2s forwards;
}
/* 프레임 속 화면 위치와 크기 */
#yt {
	position: absolute;
	top: 167px;
	left: 167px;
	width: 667px;
	height: 375px;
	background: #000;
}
/* API가 넣는 iframe을 컨테이너에 꽉 차게 */
#yt iframe {
	width: 100%;
	height: 100%;
	display: block;
}

/* 반응형 보정: 기존 미디어쿼리와 동일 좌표로 맞추세요 */
@media (max-width: 1600px) {
	#yt { top:130px; left:130px; width:500px; height:281px; }
}
@media (max-width: 1200px) {
	#yt { top:100px; left:97px; width:390px; height:220px; }
}
@media (max-width: 1040px) {
	#yt { top:90px; left:97px; width:310px; height:175px; }
}
/*.sec06_left iframe {
	width: 667px;
	height: 375px;
	position: absolute;
	top: 167px;
	left: 167px;
}*/

.sec06_right {
	opacity: 0;
	transform: translateX(-40px);
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	top: -80px;
	left: -100px;
}
.sec06_right.ani {
	animation: sec08_right ease-in-out .7s .2s forwards;
}
.shorts-grid {
	display: grid;
	grid-template-columns:repeat(2, minmax(200px, 1fr));
	gap: 16px
}
.sec06_right > a {
	/*background-image: url("../img/sec06_right_bg.png");
	width: 467px;
	height: 714px;*/
	background-repeat: no-repeat;
	position: relative;
}
.sec06_right > a:nth-child(2) {
	position: relative;
	top: 90px;
}

.short {
	width: 380px;
	height: 550px;
	position: absolute;
	top: 95px;
	left: 35px;
}
.short iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}
.shorts-grid .short:nth-child(2) {
	margin-top: 200px;
}
.shorts-grid .short:nth-child(3) {
	margin-top: -200px;
}

.sec06_right_item {
	position: absolute;
	bottom: 150px;
	right: -150px;
}



.section07 {
	background-image: url("../img/sec07_bg.png");
	justify-content: flex-start;
	height: 1126px;
	padding-top: 120px;
}
.sec07_title {
	margin-bottom: 40px;
	opacity: 0;
	transform: scale(0.9);
}
.sec07_title.ani {
	animation: ease-in-out sec01_title 0.6s 0.2s forwards;
}
.sec07_btn {
	transform: translateY(40px);
	opacity: 0;
}
.sec07_btn.ani {
	animation: sec07_btn ease-in-out .5s .4s forwards;
}
@keyframes sec07_btn {
	from {
		transform: translateY(40px);
		opacity: 0;
	}
	to {
		transform: translateY(0px);
		opacity: 1;
	}
}


.section08 {
	flex-direction: row;
}
.sec08_left {
	/*background-image: url("../img/sec08_left_n5.png");*/
	/*width: 50vw;*/
	/*height: 50vw;*/
	/*background-size: contain;*/
	/*background-repeat: no-repeat;*/
	transform: translateX(40px);
	opacity: 0;
	position: relative;
	background-color: #5997D4;
}
.sec08_left_btn_box {
	width: 100%;
	position: absolute;
	bottom: -1px;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 50%;
	transform: translateX(-50%);
}


.sec08_right {
	/*background-image: url("../img/sec08_right_n5.png");
	width: 50vw;
	height: 50vw;
	background-size: cover;
	background-repeat: no-repeat;*/
	transform: translateX(-40px);
	opacity: 0;
	background-color: #dbeeeb;
}
.sec08_left.ani {
	animation: sec08_left ease-in-out .7s .2s forwards;
}
@keyframes sec08_left {
	from {
		opacity: 0;
		transform: translateX(40px);
	}
	to {
		opacity: 1;
		transform: translateX(0px);
	}
}
.sec08_right.ani {
	animation: sec08_right ease-in-out .7s .2s forwards;
}
@keyframes sec08_right {
	from {
		opacity: 0;
		transform: translateX(-40px);
	}
	to {
		opacity: 1;
		transform: translateX(0px);
	}
}




.section09 {
	background-color: #1d3972;
	padding: 150px 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: #005ca9;
	font-weight: normal;
}
.sec10_con em.total_num02 {
	font-size: 46px;
	color: #00CDFE;
	font-weight: normal;
}
.sec10_con dl {
	font-size: 24px;
}








.floating {
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: #599ee5;
	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: #599ee5;
	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_bg_item03 {
		right: -50px;
	}
	.sec01_item01 {
		bottom: 30px;
	}
	.sec01_item02 {
		bottom: 70px;
	}
	.sec01_item03 {
		bottom: 60px;
	}




	.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;
		left: 150px;
	}
	.sec01_item02 {
		left: calc(50% + 400px);
	}
	.sec01_item03 {
		left: calc(50% - 100px);
	}
	.sec01_item04 {
		left: calc(50% - 100px);
		bottom: 190px;
	}



	.sec01_bg_item {
		left: -70px;
	}

	.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;
        }*/

	.section08 {
		width: 120vw;
	}


	.sec09_item01 {
		left: 0;
		bottom: 100px;
		width: 300px;
	}
	.sec09_item02 {
		width: 300px;
		bottom: 100px;
	}

}
/* 테블릿 가로 */
@media screen and (max-width: 1200px) {
	.sec01_item01 {
		left: 100px;
	}
	.sec01_bg_item02 {
		right: -230px;
	}
	.sec01_bg_item03 {
		width: 400px;
	}
	.sec01_item02 {
		left: calc(50% + 430px);
		bottom: 130px;
	}
	.sec01_item03 {
		left: calc(50% + 400px);
	}
	@keyframes sec01_item03 {
		from {
			transform: translateX(calc(-50% + 130px)) translateY(-40px);
		}
		to{
			transform: translateX(calc(-50% - 140px)) translateY(10px);
		}
	}

	.sec01_item04 {
		left: calc(50% + 400px);
		bottom: 150px;
	}
	@keyframes sec01_item04 {
		from {
			transform: translateX(calc(-50% + 160px)) translateY(80px);
		}
		to{
			transform: translateX(calc(-50% - 250px)) translateY(140px);
		}
	}
	.sec01_item05 {
		left: calc(50% + 470px);
	}

	.section03 {
		z-index: 999;
	}
	.sec02_item01 {
		width: 300px;
		bottom: -30px;
	}
	.sec02_item02 {
		width: 100px;
	}
	#myCarousel {
		transform: scale(0.8);
	}
	.sec04_item02, .sec04_item01 {
		width: 200px;
	}
	.sec05_item01 {
		width: 200px;
	}
	.sec05_item02 {
		width: 300px;
	}
	.sec05_step01, .sec05_step02, .sec05_step03 {
		padding-top: 240px;
	}
	.sec05_step01.on, .sec05_step02.on, .sec05_step03.on {
		transform: scale(0.7);
	}

	/*	.sec06_left iframe {
            width: 390px;
            height: 220px;
            top: 100px;
            left: 97px;
        }*/
	.sec08_left, .sec08_right {
		background-size: contain;
		height: 50vw;
	}

}
/* 테블릿 세로 */
@media screen and (max-width: 1040px) {
	.sec01_top {
		margin-bottom: 150px;
	}
	@keyframes sec01_title {
		0% {
			opacity: 0;
			transform: scale(0.8);
		}
		55% {
			opacity: 1;
			transform: scale(1);
		}
		100% {
			opacity: 1;
			transform: scale(0.95);
		}
	}

	.sec01_item01 {
		left: 0px;
		bottom: 200px;
	}
	.sec01_bg_item02 {
		right: -100px;
		bottom: 200px;
	}
	.sec01_bg_item03 {
		z-index: 9999;
	}
	.sec01_item02 {
		left: calc(50% + 330px);
		bottom: 200px;
	}
	@keyframes sec01_item02 {
		from {
			transform: translateX(calc(-50% + 120px)) translateY(0px);
		}
		to{
			transform: translateX(calc(-50% - 240px)) translateY(-40px);
		}
	}

	.sec01_item03 {
		left: calc(50% + 200px);
	}
	@keyframes sec01_item03 {
		from {
			transform: translateX(calc(-50% + 400px)) translateY(-40px);
		}
		to{
			transform: translateX(calc(-50% + 70px)) translateY(10px);
		}
	}

	.sec01_item04 {
		left: calc(50% + 150px);
		bottom: 190px;
		z-index: 999;

	}
	@keyframes sec01_item04 {
		from {
			transform: translateX(calc(-50% + 400px)) translateY(80px);
		}
		to{
			transform: translateX(calc(-50% - 220px)) translateY(140px);
		}
	}


	.sec02_con > p {
		top: 53px;
		left: 180px;
	}
	#myCarousel {
		transform: scale(0.55);
		left: -210px;
	}
	/*	.sec06_left iframe {
            width: 310px;
            height: 175px;
            top: 90px;
            left: 97px;
        }*/

	.section08 {
		width: 100vw;
	}
	.sec09_item01, .sec09_item02 {
		display: none;
	}
	.footer {
		flex-direction: column;
		align-items: stretch;
		padding: 50px 20px 160px;
	}

}
/* 모바일 */
@media screen and (max-width: 750px) {
.pop_info_wrapper .pop_info_wrap{position:relative;width:100%;height:100%;display:flex;justify-content:center;align-items:start;cursor:pointer;}
	.pop_info_wrapper .pop_info_wrap .pop_info {width:98%;margin:100px 0 0 0;}
	.pop_info_wrapper .pop_info_wrap .pop_info .close{transform:rotate(270deg);top:-70px;right:0;}
}