body::-webkit-scrollbar, html::-webkit-scrollbar {
  display: none;
}
body, html {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
  user-select:none;
	overflow-x:hidden;
}
body {
	-webkit-font-smoothing: antialiased;
	color:#333;
}
img {
	-webkit-user-drag: none;
}
::selection {
   background: #00114c;
   color: #fff
}
::-moz-selection {
   background: #00114c;
   color: #fff
}
::-webkit-selection {
    background: #00114c;
   color: #fff
}


section, .footer {
	width: 100vw;
	background-size: cover;
	background-position:center 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}


.section01 {
	background-image:url('../img/sec01_bg.jpg');
	padding-top: 90px;
	height: 1701px;
}

.logo {
	margin-bottom: 30px;
}
.sec01_title {
	margin-bottom: 40px;
}
.sec01_text {
	margin-bottom: 40px;
}

.sec01_item01 {
	position: absolute;
	top: 300px;
	left: 0;
}
.sec01_item02 {
	position: absolute;
	top: 200px;
	right: 0;
}

.sec01_ch01 {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
}
.sec01_ch01 > img {
	position: relative;
	z-index: 10;
}
.sec01_ch01_01 {
	position: absolute;
	bottom: 130px;
	left: -170px;
}
.sec01_ch01_02 {
	position: absolute;
	bottom: 150px;
	right: -100px;
}
.sec01_ch01_03 {
	position: absolute;
	top: 100px;
	left: -40px;
}
.sec01_ch01_03 > img {
	position: relative;
	animation: sec01_ch01_03 ease-in-out 1s infinite;
}
@keyframes sec01_ch01_03 {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(20px);
	}
	100% {
		transform: translateY(0);
	}
}
.sec01_ch01_04 {
	position: absolute;
	top: -10px;
	right: -50px;
}
.sec01_ch01_04 > img {
	position: relative;
	animation: sec01_ch01_04 ease-in-out 1s .2s infinite;
}
@keyframes sec01_ch01_04 {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(20px);
	}
	100% {
		transform: translateY(0);
	}
}
.sec01_ch01_05 {
	position: absolute;
	top: 200px;
	right: 20px;
}
.sec01_ch01_05 > img {
	position: relative;
	animation: sec01_ch01_05 ease-in-out 1s .35s infinite;
}
@keyframes sec01_ch01_05 {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(20px);
	}
	100% {
		transform: translateY(0);
	}
}
.sec01_ch01_06 {
	position: absolute;
	top: 30px;
	left: 20px;
}
.sec01_ch01_07 {
	position: absolute;
	top: 35px;
	right: 35px;
}
.sec01_ch01_08 {
	position: absolute;
	top: -60px;
	left: 190px;
}

.sec01_ch02 {
	position: absolute;
	bottom: 170px;
	left: 120px;
}
.sec01_ch02_01 {
	position: absolute;
	top: 140px;
	right: -40px;
	animation: sec01_ch02_01 ease-in-out 2s infinite;
}
@keyframes sec01_ch02_01 {
	0% {
		transform: translate(0, 0);
		opacity: 1;
	}
	40% {
		transform: translate(20px, -20px);
		opacity: 1;
	}
	90% {
		transform: translate(20px, -20px);
		opacity: 1;
	}
	100% {
		transform: translate(20px, -20px);
		opacity: 0;
	}
}

.sec01_ch03 {
	position: absolute;
	bottom: 186px;
	right: 200px;
}
.sec01_ch03_01 {
	position: absolute;
	left: -35px;
	top: 100px;
	animation: sec01_ch03_01 ease-in-out 1.5s infinite;
}
@keyframes sec01_ch03_01 {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.sec01_ch03_02 {
	position: absolute;
	right: -30px;
	top: 60px;
	animation: sec01_ch03_01 ease-in-out 1.5s .2s infinite;
}

.section02 {
	background-image: url("../img/sec02_bg.jpg");
	padding-top: 80px;
	height: 1405px;
	z-index: 10;
}
.sec02_title {
	margin-bottom: 40px;
}
.sec02_con {
	margin-bottom: 60px;
}
.sec02_btn_box {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.sec02_btn_box > a {
	position: relative;
	cursor: pointer;
	margin-left: 5px;
	margin-right: 5px;
}
.hand {
	position: absolute;
	bottom: -20px;
	right: 50px;
	opacity: 0;
	transform: translate(40px, 40px);
	animation: hand ease-in-out 2.5s infinite;
}
.sec02_btn02 .hand {
	animation: hand ease-in-out 2.5s .2s infinite;
}
@keyframes hand {
	0% {
		opacity: 0;
		transform: translate(40px, 40px);
	}
	10% {
		opacity: 1;
		transform: translate(40px, 40px);
	}
	50% {
		opacity: 1;
		transform: translate(0px, 0px);
	}
	100% {
		opacity: 1;
		transform: translate(0px, 0px);
	}
}







.section03 {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	padding: 80px 0;
	background-color: #ccd7ef;
	z-index: 5;
}


.sec03_warn {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	padding-left: 30px;
}
.sec03_warn > p {
	position: relative;
	font-size: 18px;
	color: #092050;
	font-family: 'NanumSquareNeoBold';
	line-height: 2;
	padding-left: 15px;
	letter-spacing: -1px;
}
.sec03_warn > p::before {
	content: '※';
	display: inline-block;
	position: absolute;
	left: -5px;
	font-size: 18px;
	color: #092050;
	font-family: 'NanumSquareNeoBold';
}

.sec03_item01 {
	position: absolute;
	bottom: 50px;
	left: calc(50% - 350px);
	opacity: 0;
	transform: translateX(80px);
	animation: sec03_item01 ease-in-out 5s infinite;
}
@keyframes sec03_item01 {
	0% {
		opacity: 0;
		transform: translateX(80px);
	}
	15% {
		opacity: 1;
		transform: translateX(0px);
	}
	100% {
		opacity: 1;
		transform: translateX(0px);
	}
}
.sec03_item02 {
	position: absolute;
	bottom: 40px;
	left: calc(50% - 165px);
	opacity: 0;
	transform: translateX(80px);
	animation: sec03_item02 ease-in-out 5s infinite;
}
@keyframes sec03_item02 {
	0% {
		opacity: 0;
		transform: translateX(80px);
	}
	10% {
		opacity: 0;
		transform: translateX(80px);
	}
	25% {
		opacity: 1;
		transform: translateX(0px);
	}
	100% {
		opacity: 1;
		transform: translateX(0px);
	}
}
.sec03_item03 {
	position: absolute;
	bottom: 50px;
	left: calc(50% + 65px);
	opacity: 0;
	transform: translateX(80px);
	animation: sec03_item03 ease-in-out 5s infinite;
}
@keyframes sec03_item03 {
	0% {
		opacity: 0;
		transform: translateX(80px);
	}
	20% {
		opacity: 0;
		transform: translateX(80px);
	}
	35% {
		opacity: 1;
		transform: translateX(0px);
	}
	100% {
		opacity: 1;
		transform: translateX(0px);
	}
}
.sec03_item04 {
	position: absolute;
	bottom: 40px;
	left: calc(50% + 180px);
	opacity: 0;
	transform: translateX(80px);
	animation: sec03_item04 ease-in-out 5s infinite;
}
@keyframes sec03_item04 {
	0% {
		opacity: 0;
		transform: translateX(80px);
	}
	40% {
		opacity: 0;
		transform: translateX(80px);
	}
	55% {
		opacity: 1;
		transform: translateX(0px);
	}
	100% {
		opacity: 1;
		transform: translateX(0px);
	}
}
.sec03_item05 {
	position: absolute;
	bottom: 40px;
	left: calc(50% + 380px);
	opacity: 0;
	transform: translateY(80px);
	animation: sec03_item05 ease-in-out 5s infinite;
}
@keyframes sec03_item05 {
	0% {
		opacity: 0;
		transform: translateY(80px);
	}
	50% {
		opacity: 0;
		transform: translateY(80px);
	}
	60% {
		opacity: 1;
		transform: translateY(0px);
	}
	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}
.sec03_item06 {
	position: absolute;
	bottom: 40px;
	left: calc(50% + 510px);
	opacity: 0;
	transform: translateX(80px);
	animation: sec03_item06 ease-in-out 5s infinite;
}
@keyframes sec03_item06 {
	0% {
		opacity: 0;
		transform: translateX(80px);
	}
	60% {
		opacity: 0;
		transform: translateX(80px);
	}
	75% {
		opacity: 1;
		transform: translateX(0px);
	}
	100% {
		opacity: 1;
		transform: translateX(0px);
	}
}
.sec03_text01 {
	position: absolute;
	top: 55px;
	left: -55px;
	opacity: 0;
	transform: translate(20px, 20px);
	animation: sec03_text01 ease-in-out 5s infinite;
}
@keyframes sec03_text01 {
	0% {
		opacity: 0;
		transform: translate(20px, 20px);
	}
	35% {
		opacity: 0;
		transform: translate(20px, 20px);
	}
	40% {
		opacity: 1;
		transform: translate(0px, 0px);
	}
	100% {
		opacity: 1;
		transform: translate(0px, 0px);
	}
}
.sec03_text02 {
	position: absolute;
	top: -35px;
	left: 5px;
	opacity: 0;
	transform: translate(20px, 20px);
	animation: sec03_text01 ease-in-out 5s infinite;
}
.sec03_text03 {
	position: absolute;
	top: 0px;
	right: -70px;
	opacity: 0;
	transform: translate(-20px, 20px);
	animation: sec03_text03 ease-in-out 5s infinite;
}
@keyframes sec03_text03 {
	0% {
		opacity: 0;
		transform: translate(-20px, 20px);
	}
	35% {
		opacity: 0;
		transform: translate(-20px, 20px);
	}
	40% {
		opacity: 1;
		transform: translate(0px, 0px);
	}
	100% {
		opacity: 1;
		transform: translate(0px, 0px);
	}
}
.sec03_text04 {
	position: absolute;
	top: -15px;
	left: 55px;
	opacity: 0;
	transform: translate(-20px, 20px);
	animation: sec03_text04 ease-in-out 5s infinite;
}
@keyframes sec03_text04 {
	0% {
		opacity: 0;
		transform: translate(-20px, 20px);
	}
	70% {
		opacity: 0;
		transform: translate(-20px, 20px);
	}
	75% {
		opacity: 1;
		transform: translate(0px, 0px);
	}
	100% {
		opacity: 1;
		transform: translate(0px, 0px);
	}
}








.section04 {
	padding: 40px 0;
	z-index: 10;
	background-color: #01cafe;
}
.sec04_title {
	margin-bottom: 40px;
}
.sec04_btn_n {
	margin-bottom: 60px;
	cursor: pointer;
}






.section05 {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-image: url("../img/sec05_bg.jpg");
	height: 218px;
}


.footer {
	background-color: #fff;
	border-top: 2px solid #000;
	padding: 90px 0;
	text-align: center;
}


.apply_popup {
	max-width: 720px;
	width: 96%;
	display:none;
	text-align:center;
	left: 50% !important;
	transform: translateX(-50%) !important;
	padding-top: 20px;
}


.board_write_form {
	width: 100%;
	background-color: #fff;
	padding-bottom: 40px;
}

.box__ {
	background-color: #fff;
	padding: 15px;
}

.fx__ {
	display: flex;
	width: 100% !important;
	justify-content: space-between;
}

.board_write_form_table {
	position:relative;
	z-index: 5;
	width: 100%;
}

.board_write_form .form_field {
	display: block;
	border: 1px solid #e6e6e6;
	border-right: unset;
}

.board_write_form .form_field:last-child {
	margin-bottom: 0;
}

.board_write_form .form_field th {
	width: 165px;
	font-size: 22px;
	color: #fff;
	text-align: center;
	background-color: #2d2d2d;
	padding: 15px 20px;
	line-height: 1.3;
	vertical-align: middle;
	border-right: 2px solid #e6e6e6;
}

input::placeholder {
	font-size: 15px;
	font-family:'NotoSansKR-Medium';
}

.board_write_form td.field {
	font-size: 21px;
	padding: 10px;
	padding-right: 0;
	text-align: left;
	background-color: #fff;
	vertical-align:middle;
}

.cf_btn {
	display: block;
	width: 162px;
	height: 172px;
	background-color: #512373;
	border-radius: 7px;
	font-family: 'PyeongChangPeace-Bold';
	color: #fff;
	font-size: 30px;
	line-height: 40px;
	padding-top: 45px;
	cursor: pointer;
}

.agree_box {
	width: 100%;
	overflow-y: auto;
	border: 2px solid #e6e6e6;
	padding: 20px;
	box-sizing: border-box;
	height: 200px;
	background: #fff;
	color: #000;
	font-size: 19px;
	text-align: left;
	margin-top: 10px;
}

.agree_box .h5 {
	display: inline-block;
	font-size: 21px;
	margin-bottom: 5px;
}

.agree_box .h6 {
}

.agree_radio {
	font-size: 22px;
	letter-spacing: -1px;
	display: flex;
	justify-content: center;
	text-align: center;
	color: #000;
	margin: 15px 0 20px;
}

.agree_radio .block {
	display: block;
	margin-bottom: 10px;
}

.agree_radio label {
	cursor:pointer;
}

.board_write_form .buttons {
	display:flex;
	text-align: center;
	justify-content: center;
	width: 710px;
	margin: auto;
}

.board_write_form .buttons a {
	display: inline-block;
	flex-basis: calc(50% - 20px);
	font-size: 30px;
	height: 80px;
	line-height: 75px;
	background-color: #fff;
	color: #000;
	cursor: pointer;
	border: 2px solid #000;
	font-family: 'Hakgyoansim';
	letter-spacing: -1px;
	margin-left: 5px;
	margin-right: 5px;
}

.board_write_form .buttons a.confirm {
	background-color: #35ffd7;
}

.board_write_form .form-group:nth-of-type(2) {
	margin: 5px 0;
}

.board_write_form input[type='text'],
.board_write_form input[type='tel'],
.board_write_form select {
	height: 45px;
	font-size: 20px;
}

.agree_radio input {
	width: 20px !important;
	height: 20px !important;
	margin-bottom: 3px;
}

.agree_radio input:checked {
	accent-color: #35ffd7 !important;
}

.w120 {
	width: 138px !important;
}

.w200 {
	width: 450px !important;
}

.w500 {
	width: 400px;
}

.counting_popup {
	max-width: 750px;
	width: 96%;
	display: none;
	text-align: center;
	left: 50% !important;
	transform: translateX(-50%) !important;
	padding-top: 30px;
}

.counting_popupB {
	display: block;
	max-width: 750px;
	width: 96%;
	text-align: center;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 999999;
	transform: translate(-50%, -50%) !important;
}
.counting_popup_close {
	position: absolute;
	top: 13px;
	right: 0px;
	font-size: 45px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}

.bg_black {
	position:fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 999998;
	width: 100vw;
	height: 100vh;
	background-color:rgba(0,0,0,.7);
	opacity: 0;
	visibility:hidden;
	cursor:pointer;
}

.bg_black.open {
	opacity: 1;
	visibility:visible;
}

.counting_popup .title, .counting_popupB .title {
	padding-bottom: 25px;
}

.counting_popup .wh__, .counting_popupB .wh__ {
	position: relative;
	background-color: #fff;
	padding: 40px 20px;
	border: 2px solid #e6e6e6;
}

.counting_popupB .md_close_counting {
	position: absolute;
	right: 10px;
	top: 10px;
}
.counting_popupB .md_close_counting img {
	width: 50px;
}

.counting_popup .info__, .counting_popupB .info__ {
	color: #000;
	font-family: 'PyeongChangPeace-Bold';
	font-size: 48px;
}

.counting_popup .info__ span,
.counting_popupB .info__ span {
	color: #58b530;
}

.counting_popupB .sp_Name_Coun_2 { margin-bottom: 20px}
.counting_popupB .sp_Name_Coun_2,
.counting_popupB .sp_Name_Coun_2 span { line-height: 130%}
.counting_popupB #shareBtn2 { display: block}
.counting_popupB #shareBtn2:hover { color: #fd3782}

.counting_popup .btn,
.counting_popupB .btn {
	margin: 30px 0 25px;
}

.counting_popup .btn a,
.counting_popupB .btn a {
	display: block;
	cursor: pointer;
}

.counting_popup .top__btn,
.counting_popupB .top__btn {
	margin-bottom: 20px;
}

.counting_popup .para,
.counting_popupB .para {
	font-size: 20px;
}

.application_popup {
	max-width: 750px;
	width: 96%;
	display: none;
	text-align: center;
	left: 50% !important;
	transform: translateX(-50%) !important;
	padding-top: 30px;
}

.application_popupB {
	/*
        display: block;
        max-width: 750px;
        width: 96%;
        text-align: center;
        position: fixed;
        top: 10px;
        left: 50%;
        z-index: 999999;
        transform: translateX(-50%) !important;
    */
	display: block;
	max-width: 750px;
	width: 96%;
	position: absolute ;

	top: 0;
	left: 50%;

	text-align: center;
	z-index: 999999;
	transform: translateX(-50%) !important;
}


.application_popup .title, .application_popupB .title {
	padding-bottom: 25px;
}

.application_popup .board_write_form td.field {
	width: 530px;
}

.application_popupB .board_write_form td.field {
	width: 530px;
}

.application_popup .cf_btn, .application_popupB .cf_btn {
	width: 714px;
	height: 84px;
	line-height: 90px;
	padding-top: 0;
	margin-bottom: 10px;
	text-align: center;
}

.application_popup .w200, .application_popupB .w200 {
	width: 450px;
}

.application_popup .w120, .application_popupB .w120 {
	width: 138px;
}

.right_wingbanner {
	position:fixed;
	top: 150px;
	left: 50%;
	margin-left: 380px;
	transition: all .3s ease-in-out;
	z-index: 99999;
	text-align: center;
	overflow: hidden;
}

.right_wingbanner.fixed {
	position:fixed;
	top: 200px;
}

.right_wingbanner .ani {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -35px;
	width: 84px;
	z-index: 999;
	animation: wingbanner_ani ease-in-out 2s infinite;
}

@keyframes wingbanner_ani {
	0% {
		opacity: 1;
		transform: translate(-50%, 0);
	}
	60% {
		opacity: 1;
		transform: translate(-50%, 0);
	}
	75% {
		opacity: 0;
		transform: translate(-50%, 8px);
	}
	80% {
		opacity: 0;
		transform: translate(-50%, -12px);
	}
	85% {
		opacity: 0.5;
		transform: translate(-50%, 6px);
	}
	95% {
		opacity: 1;
		transform: translate(-50%, 0);
	}
	100% {
		opacity: 1;
		transform: translate(-50%, 0);
	}
}

@media screen and (max-width: 1600px) {
	.sec01_item01, .sec01_item02, .sec01_ch02, .sec01_ch03 {
		display: none;
	}
	.sec01_ch01 {
		left: unset;
		transform: unset;
	}
}

/* 테블릿 가로 */
@media screen and (max-width: 1200px) {

}

/* 테블릿 세로 */
@media screen and (max-width: 1040px) {

}

/* 모바일 */
@media screen and (max-width: 850px) {
   
}
