::-webkit-scrollbar {
	background-color: transparent;
	width: 0px;
}

html {
	scroll-behavior: smooth;
}

body {
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}

img {
	-webkit-user-select: none;
}

.mfloating {
	display: none;
}

/* 플로팅 버튼 */
.floating {
	position: fixed;
	z-index: 99997 !important;
	right: 12%;
	top: 350px;
	cursor: pointer;
}
.floating_item_box {
	position: fixed;
	top: 404px;
	width: 151px;
	height: 89px;
	cursor: pointer;
	overflow: hidden;
}
.floating_item {
	position: absolute;
	top: 16px;
	margin-left: 34px;
	cursor: pointer;
	animation: floating_item ease-in-out 2s infinite;
}
@keyframes floating_item {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	60% {
		opacity: 1;
		transform: translateY(0);
	}
	75% {
		opacity: 0;
		transform: translateY(10px);
	}
	80% {
		opacity: 1;
		transform: translateY(-14px);
	}
	88% {
		opacity: 1;
		transform: translateY(2px);
	}
	93% {
		opacity: 1;
		transform: translateY(-8px);
	}
	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}

.floating {
	display: inline-block;
}
.m_floating {
	display: none;
}


.bg01 {
	background-image: url(../img/bg01.png);
	height: 1108px;
	position: relative;
	margin: auto;
	background-position: top;
	background-repeat: no-repeat;
	align-items: center;
	text-align: center;
	max-width: 100%;
	z-index: 2;
	width: 100vw;
	background-position-y: bottom;
	background-size: cover;
}

.logo {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: center;
	top: 0;
	background-color: #fff;
	padding: 25px;
}

.title01 {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	top: 60px;
}

.title02 {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	top: 85px;
}

.obj01 {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	margin-left: -700px;
	top: 800px;
	width: 400px;
}

.obj02_1 {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 710px;
	width: 940px;
	margin-left: 119px;
	z-index: 8;
}

.obj02_2 {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 905px;
	width: 428px;
	z-index: 12;
	margin-left: 77px;
}

.obj02_3 {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -430px;
	width: 428px;
	z-index: 12;
	margin-left: -277px;
}


.obj03 {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 838px;
	width: 400px;
	margin-left: 755px;
}

.char01 {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 684px;
	margin-left: -77px;
	z-index: 11;
	animation: char01 2s ease-in-out infinite;
}


@keyframes char01 {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	60% {
		opacity: 1;
		transform: translateY(0);
	}
	75% {
		opacity: 0;
		transform: translateY(22px);
	}
	80% {
		opacity: 1;
		transform: translateY(-14px);
	}
	88% {
		opacity: 1;
		transform: translateY(12px);
	}
	93% {
		opacity: 1;
		transform: translateY(-14px);
	}
	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}


.char02 {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -120px;
	margin-left: -83px;
	z-index: 12;
}

.char03 {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -55px;
	margin-left: 198px;
	z-index: 12;
	width: 316px;
}


.bg02 {
	background-color: #0045a9;
	height: 1550px;
	position: relative;
	margin: auto;
	background-position: top;
	background-repeat: no-repeat;
	align-items: center;
	text-align: center;
	max-width: 100%;
	z-index: 7;
}

.con01 {
	position: relative;
	/*left: 50%;*/
	transform: translateX(-50%);
	top: 300px;

}

.overlay-video {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 640px;
	height: 360px;
	top: 157px;
}

.con02 {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	top: 350px;
	margin-left: 30px;
}




.bg03 {
	background-image: url(../img/bg02.png);
	height: 2270px;
	position: relative;
	margin: auto;
	background-position: top;
	background-repeat: no-repeat;
	align-items: center;
	text-align: center;
	max-width: 100%;
	width: 100vw;
	background-position-y: bottom;
	background-size: cover;
	/*z-index: 7;*/
}

.con03 {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	top: 120px;
}

.quiz {
	position: relative;
	display: inline-block;
	top: 160px;
}

.more_btn {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 1133px;
	cursor: pointer;
	z-index: 20;
	width: 594px;
	animation: blink 1s steps(1, start) infinite;
}

@keyframes blink {
	0%, 50% {
		opacity: 1;
	}
	50.0001%, 100% {
		opacity: 0;
	}
}
.modal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / 80%);
	overflow-y: auto;
}

.modal_content {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px 0;
}

.modal_content img {
	width: auto;
	height: auto;
}

.close_btn {
	margin-top: -190px;
	cursor: pointer;
	width: 32px;
	height: 32px;
	z-index: 99999999;

}



.quiz img {
	display: block;
	max-width: 100%;
}

.quiz label {
	position: absolute;
	font-size: 18px;
	line-height: 1.6;
	cursor: pointer;
	white-space: nowrap;
}

.quiz input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 35px;
	height: 35px;
	margin-right: 4px;
	vertical-align: -3px;
	border: 2px solid #0e1f2c;
	background-color: #fff;
	cursor: pointer;
}

.quiz input[type="checkbox"]:checked {
	background-color: #0e1f2c;
}

.quiz input[type="checkbox"]:checked::after {
	content: "";
	position: absolute;
	left: 11px;
	top: 0px;
	width: 11px;
	height: 27px;
	border: solid #ff0000;
	border-width: 0 4px 4px 0;
	transform: rotate(45deg);
}

/* 각 번호별 개별 위치 (px이나 %로 조정) */
.quiz label:nth-of-type(1) { top: 710px; left: 598px; }
.quiz label:nth-of-type(2) { top: 806px; left: 598px; }
.quiz label:nth-of-type(3) { top: 905px; left: 598px; }
.quiz label:nth-of-type(4) { top: 1002px; left: 598px; }
.quiz label:nth-of-type(5) { top: 1102px; left: 598px; }
.quiz label:nth-of-type(6) { top: 1200px; left: 598px; }


.confirm_btn {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	top: -152px;
	cursor: pointer;
}


.obj05 {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	top: -70px;
}

.bg04 {
	background-color: #212738;
}

.notice {
	display: flex;
	justify-content: center;
	padding: 50px;
}
.sns_con {
	display: flex;
	justify-content: center;
	padding: 10px 0px 50px 10px
}






.footer_con {
	background-color: #ffffff;
	display: flex;
	justify-content: center;
	padding: 50px;
}











.apply_popup {
	max-width:720px;
	width: 96%;
	display:none;
	text-align:center;
	left: 50% !important;
	transform: translateX(-50%) !important;
	padding-top: 20px;
}

.apply_popup .title {
	background-color: #b1d8ff;
	padding: 0;
	color: #fff;
	/* font-size: 50px; */
	font-family: 'NotoSansKR-Regular';
	/*padding-bottom: 30px;*/
}

.apply_popup .title img {
	margin-top: 40px;
}

.board_write_form {
	width: 100%;
	padding: 45px 50px !important;
	background-color: #b1d8ff;
}

.board_write_form_table {
	position:relative;
	z-index: 5;
	/*border: 1px solid #cecece;*/
	border-right: none;
	border-collapse: separate;
	border-spacing: 0 10px;
}

.id_notice {
	font-size: 15px;
	margin-top: 10px;
}

.board_write_form .form_field {
	font-size: 15px;
}

.board_write_form .form_field th {
	width: 250px;
	/*font-size: 22px;*/
	color: #fff;
	text-align: center;
	background-color: #0068ff;
	padding: 15px 20px;
	vertical-align: middle;
	border-bottom:1px solid #575757;
	font-family:'NotoSansKR-Medium';
	border: 2px solid #000;
}

input::placeholder {
	font-size: 15px;
	font-family:'NotoSansKR-Medium';
}

.board_write_form td.field {
	width: 500px;
	font-size: 21px;
	padding: 15px;
	text-align: left;
	border-bottom:1px solid #cecece;
	background-color: #fff;
	vertical-align:middle;
	border: 2px solid #000;
	border-left: none;
}

.board_write_form td.field.answer span {
	margin-right: 15px;
}

.board_write_form .buttons {
	display:flex;
	text-align: center;
	justify-content: space-between;
}

.board_write_form .buttons a {
	display: inline-block;
	flex-basis: calc(50% - 5px);
	/*font-size: 30px;*/
	height: 80px;
	line-height: 75px;
	background-color:#a4a4a4;
	color:#000;
	cursor:pointer;
	border: 2px solid #171b27;
	font-family:'NotoSansKR-Bold';
	letter-spacing: -1px;
}

.board_write_form .buttons a.confirm {
	background-color: #0041a3;
	color:#000;
}

.board_write_form .form-group:nth-of-type(2) {
	margin: 5px 0;
}

.w120 {
	width: 120px;
}

.w200 {
	width: 395px;
}

.w500 {
	width: 400px;
}

.board_write_form input[type='tel'] {
	width: 100px;
}

.board_write_form input[type='text'],
.board_write_form input[type='tel'],
.board_write_form select {
	height: 45px;
	font-size: 20px;
	font-family:'NotoSansKR-Medium';
}

.answer {
	font-family:'NotoSansKR-Medium';
}

.agree_radio input, .answer input {
	width: 20px !important;
	height: 20px !important;
	margin-bottom: 5px;
}

.answer input {
	margin-right: 5px;
}

.agree_radio input:checked, .answer input:checked {
	accent-color: #004ea2 !important;
}


.apply-form {
	/* max-width:1100px;
	margin: auto; */
	padding: 80px 0;
}

.apply-form form {
	max-width:720px;
	margin: auto;
}

.agree_box {
	width: 100%;
	overflow-y: auto;
	border: 2px solid #000000;
	padding: 20px;
	box-sizing: border-box;
	height: 200px;
	background: #ffffff;
	color: #333;
	font-size: 17px;
	text-align: left;
	font-family: 'NotoSansKR-Regular';
	margin-top: 10px;
}

.agree_box .h5 {
	display: inline-block;
	font-size: 19px;
	margin-bottom: 10px;
	font-family:'NotoSansKR-Medium';
}

.agree_box .h6 {
	margin-top: 10px;
	font-family:'NotoSansKR-Medium';
}

.agree_radio {
	font-size: 21px;
	text-align: center;
	color: #000;
	margin: 20px 0 25px;
	font-family:'NotoSansKR-Medium';
}

.agree_radio .block {
	display: block;
	margin-bottom: 10px;
}

.agree_radio label, .answer label {
	cursor:pointer;
}




/* 모바일 */
@media screen and (max-width: 768px) {
	.floating {
		display: none;
	}
	.mfloating {
		width: 100%;
		display: flex;
		justify-content: center;
		position: fixed;
		bottom: 0;
		z-index: 999999999;
	}
	.notice {
		width: 640px;
		font-size: 18px;
	}
	.agree_radio {
		font-size: 21px !important;
	}
	.footer_con {
		padding-bottom: 130px;
	}
	.agree_box .h5 {
		font-size: 24px;
	}
	.agree_box {
		font-size: 22px !important;
	}
	/*.close_btn {*/
	/*	margin-top: -106px;*/
	/*	cursor: pointer;*/
	/*	width: 32px;*/
	/*	height: 32px;*/
	/*	z-index: 99999999;*/
	/*	width: 130px !important;*/
	/*}*/
}











/* style css */
body, html {
	overflow-x:hidden;
	min-width:1280px
}

img {
	-webkit-user-drag: none;
}

::selection {
   background: #96E4FF;
   color: #000
}

::-moz-selection {
   background: #96E4FF;
   color: #fff
}


::-webkit-selection {
    background: #96E4FF;
   color: #fff
}


body, html {
	
}

body {
	-webkit-font-smoothing: antialiased;
	color:#333;
}

.row {
	padding: 0 20px;
	margin: auto
}

/* ��� */
.header {
	position:fixed;
	top: 0;
	left: 0;
	right: 0;
	text-align:center;
	z-index: 999999;
	transition:all 300ms ease-in-out;
	min-width:1280px;
	background-color:#fff;
	height: 100px;
}

.header .row {
	position:relative;
	display:flex;
	align-items:center;
	justify-content: space-between;
	height: 100%;
}

.header .nav {
	display:flex;
	/*position:absolute;
	left: 50%;
	transform:translate(-50%, 0);*/
}

.header .right_box {
	display:flex;
	align-items:center;
	height: 100%;
}

.header .nav li {
	width: 120px;
	text-align:center;
	height: 100%;
	line-height:100px;
}

.header .nav li a {
	font-family:'NotoSansKR-Bold';
	letter-spacing:-1px;
}

.header .nav li.on a,
.header .nav li a:hover {
	color:#96E4FF;
}

.header .drop_menu {
	display:none; 
	position:absolute;
	background-color:#96E4FF;
	width: 100%;
	top: 100px;
	left: 0;
	padding: 30px 0;
	height: 315px;
}

.header .drop_menu .drop {
	position:absolute;
	z-index: 998;
	left: 50%;
	transform:translate(-50%, 0);
	font-size:15px;
	display: flex;
}

.header .drop_menu .drop > li {
	width: 120px;
	text-align:center;
}

.header .drop_menu .drop > li a {
	color:#fff;
}

.header .drop_menu .drop > li a:hover {
	font-weight: bold;
}

.header .drop_menu .sub_menu > li {
	margin-bottom: 15px;
	letter-spacing:-1px
}

.footer {
	padding: 60px 0;
	text-align:center;
	background-color:#11243a;
}

.video-container {
    position: relative;
    padding-bottom: 53.5%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


@media(min-width:992px) {
	.pc {
		display:block !important
	}

	.mobile {
		display:none !important
	}
}

@media(max-width:991px) {

	.pc {
		display:none !important
	}

	.mobile {
		display:block !important
	}

	

}

@media(max-width:575px) {

	


}