
::-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;
}

.floating {
	position: fixed;
	left: 50%;
	top: 280px;
	margin-left: 435px;
	z-index: 999;
	cursor: pointer;
}

.mfloating {
	display: none;
}


.bg_01 {
	background-image: url(../img/bg_01.png);
	height: 1018px;
	position: relative;
	margin: auto;
	background-position: top;
	background-repeat: no-repeat;
	align-items: center;
	text-align: center;
	max-width: 100%;
	z-index: 2;
}

.logo {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	top: 70px;
}

.sky_obj01 {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	margin-left: -993px;
}

.sky_ani01 {
	animation: sky_ani01 2.5s ease-in-out infinite alternate;
}


@keyframes sky_ani01 {
	0% {
		transform: translateX(0px) rotate(-8deg);
	}
	100% {
		transform: translateX(-50px) rotate(10deg);
	}
}

.li_02 {
	margin-left: 74px;
	margin-top: -22px;
}

.shine_01 {
	margin-left: 349px;
	margin-top: -60px;
	position: relative;
}


.shine_01 img, .shine_02 img {
	filter: brightness(0) invert(1);
}


.sky_obj02 {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	margin-left: 620px;
}

.sky_ani02 {
	animation: sky_ani02 2.5s ease-in-out infinite alternate;
}


@keyframes sky_ani02 {
	0% {
		transform: translateX(0px) rotate(8deg);
	}
	100% {
		transform: translateX(50px) rotate(-10deg);
	}
}

.li_04 {
	margin-left: -69px;
	margin-top: -22px;
}

.shine_01 {
	margin-left: 349px;
	margin-top: -60px;
	position: relative;
}

.shine_02 {
	margin-left: -342px;
	margin-top: -60px;
	position: relative;
}


.title_01 {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	top: 110px;
}

.content_01 {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	top: 130px;
}

.obj_01 {
	position: absolute;
	left: 50%;
	margin-left: -677px;
	transform: translateX(-50%);
	top: 675px;
}

.obj_text01 {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 689px;
	margin-left: -831px;
	animation: blink 1.2s ease-in-out infinite;
	z-index: 9;
}

@keyframes blink {
	0%, 100% { opacity: 1; }
	50%      { opacity: 0.2; }
}

.b_01 {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 623px;
	margin-left: 173px;
	animation: b_01 0.7s ease-in-out infinite;
	z-index: 9;
}

@keyframes b_01 {
	0%   { transform: translate(-50%, 0); }
	50%  { transform: translate(-50%, -13px); }
	100% { transform: translate(-50%, 0); }
}




.obj_03 {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 780px;
	margin-left: -240px;
	z-index: 1;
}

.sean_f {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 786px;
	margin-left: 160px;
	z-index: 1;
	animation: sean_f 1.3s ease-in-out infinite;
}

@keyframes sean_f {
	0%   { transform: translate(-50%, 0); }
	50%  { transform: translate(-50%, -13px); }
	100% { transform: translate(-50%, 0); }
}


.main_obj {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 639px;
	width: 100%;
}

.obj_02 {
	position: relative;
	left: 50%;
	margin-left: 700px;
	transform: translateX(-50%);
	top: 218px;
}

.obj_text02 {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 746px;
	margin-left: 606px;
	animation: blink 1.2s ease-in-out infinite;
	z-index: 9;
}

.bg_02 {
	background-color: #66b0ff;
	height: 532px;
	position: relative;
	margin: auto;
	background-position: top;
	background-repeat: no-repeat;
	align-items: center;
	text-align: center;
	max-width: 100%;
}

.content_02 {
	position: relative;
	/*left: 50%;*/
	transform: translateX(-50%);
	top: 45px;
	z-index: 1;
}

.video_wrapper {
	position: absolute;
	top: 141px;
	left: 50%;
	transform: translateX(-50%);
	width: 608px;
	height: 342px;
	z-index: 2;
	pointer-events: auto;
	border-radius: 15px;
	overflow: hidden;
}

.video_wrapper iframe {
	width: 100%;
	height: 100%;
	border: none;
}


.bg_03 {
	background-color: #96e4ff;
	height: 1360px;
	position: relative;
	margin: auto;
	background-position: top;
	background-repeat: no-repeat;
	align-items: center;
	text-align: center;
	max-width: 100%;
}

.content_03 {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 130px;
	z-index: 1;
	width: 100%;
}

.content_04 {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 1050px;
	z-index: 1;
	width: 100%;
}

.bg_04 {
	background-color: #66b0ff;
	height: 933px;
	position: relative;
	margin: auto;
	background-position: top;
	background-repeat: no-repeat;
	align-items: center;
	text-align: center;
	max-width: 100%;
}

.btns {
	display: flex;
	flex-direction: row;
	gap: 23px;
	justify-content: center;
	position: relative;
	top: 480px;
}

.click {
	position: absolute;
	top: 555px;
	left: 50%;
	margin-left: 200px;
	animation: pulse-scale 1.3s ease-in-out infinite;
}

@keyframes pulse-scale {
	0%   { transform: scale(0.9); }
	50%  { transform: scale(1); }
	100% { transform: scale(0.9); }
}

.notice {
	font-family: 'Noto Sans CJK KR', sans-serif;
	position: absolute;
	top: 780px;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	text-align: left;
	font-size: 18px;
}

.sns_con {
	background-color: #1d1d1d;
	display: flex;
	justify-content: center;
	padding: 40px;
}

.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: #1a1a1a;
	padding: 20px 0;
	color: #fff;
	font-size: 50px;
	font-family:'NotoSansKR-Regular';
}

.board_write_form {
	width: 100%;
	padding: 45px 50px !important;
	background-color: #fff;
}

.board_write_form_table {
	position:relative;
	z-index: 5;
	border: 1px solid #cecece;
	border-right: none;
}

.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: #2d2d2d;
	padding: 15px 20px;
	vertical-align: middle;
	border-bottom:1px solid #575757;
	font-family:'NotoSansKR-Medium';
}

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;
}

.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:#fff;
	color:#000;
	cursor:pointer;
	border: 2px solid #171b27;
	font-family:'NotoSansKR-Bold';
	letter-spacing: -1px;
}

.board_write_form .buttons a.confirm {
	background-color: #35ffd7;
	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='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 #cecece;
	padding: 20px;
	box-sizing: border-box;
	height: 210px;
	background: #f1f1f1;
	color: #333;
	font-size: 19px;
	text-align: left;
	font-family:'NotoSansKR-Regular';
	margin-top: 30px;
}

.agree_box .h5 {
	display: inline-block;
	font-size: 21px;
	margin-bottom: 10px;
	font-family:'NotoSansKR-Medium';
}

.agree_box .h6 {
	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) {
	.mfloating {
		width: 100%;
		display: flex;
		justify-content: center;
		position: fixed;
		bottom: 0;
		z-index: 999999999;
	}
	.sky_obj01 {
		position: absolute;
		top: -50px;
		left: 50%;
		transform: translateX(-50%);
		margin-left: -600px;
	}
	.sky_obj02 {
		position: absolute;
		top: -50px;
		left: 50%;
		transform: translateX(-50%);
		margin-left: 230px;
	}
	.notice {
		width: 640px;
		font-size: 18px;
	}
	.agree_radio {
		font-size: 21px !important;
	}
	.footer_con {
		padding-bottom: 130px;
	}
	.sean_f {
		top: 830px;
	}
	.agree_box .h5 {
		font-size: 24px;
	}
	.agree_box {
		font-size: 22px !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) {

	


}