/* style css */
/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
body {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
  user-select:none;
}

body, html {
	overflow-x:hidden;
}

img {
	-webkit-user-drag: none;
}

::selection {
   background: #ffdc38;
   color: #fff
}

::-moz-selection {
   background: #ffdc38;
   color: #fff
}

::-webkit-selection {
    background: #ffdc38;
   color: #fff
}

body {
	-webkit-font-smoothing: antialiased;
	color:#333;
}

.container {
	max-width: 1920px;
	margin: auto;
}

.footer {
	background-color: #1d1d1d;
	padding: 90px 0;
	text-align: center;
}

.footer .sns {
	display: flex;
	justify-content: space-between;
	width: 500px;
	margin: 0 auto 50px;
}

.apply_popup {
	max-width:750px;
	width: 96%;
	display:none;
	text-align:center;
	left: 50% !important;
	transform: translateX(-50%) !important;
	padding-top: 20px;
}

.apply_popup .title {
	padding-bottom: 25px;
}

.board_write_form {
    width: 100%;
}

.box__ {
	background-color: #fff;
	border: 3px solid #000;
	padding: 15px;
}

.fx__ {
	display: flex;
	width: 710px;
	justify-content: space-between;
}

.board_write_form_table {
	position:relative;
	z-index: 5;
}

.board_write_form .form_field {
	display: block;
	margin-bottom: 10px;
	border: 3px solid #000;
}

.board_write_form .form_field:last-child {
	margin-bottom: 0;
}

.board_write_form .form_field th {
    width: 180px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    background-color: #2d2d2d;
    padding: 10px 20px;
    vertical-align: middle;
	border-right: 3px solid #000;
	font-family:'KBO-Dia-Gothic_light';
}

input::placeholder {
	font-size: 15px;
	font-family:'NotoSansKR-Medium';
}

.board_write_form td.field {
	width: 350px;
    font-size: 21px;
    padding: 15px;
	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:'Cafe24Moyamoya-Regular-v1.0';
	color: #fff;
	font-size: 30px;
	line-height: 40px;
	padding-top: 45px;
	cursor: pointer;
}

.agree_box {
    width: 100%;
    overflow-y: auto;
    border: 3px solid #000;
    padding: 20px;
    box-sizing: border-box;
    height: 258px;
    background: #fff;
    color: #000;
    font-size: 19px;
	text-align: left;
	font-family:'KBO-Dia-Gothic_light';
	margin-top: 10px;
}

.agree_box .h5 {
    display: inline-block;
    font-size: 21px;
	margin-bottom: 5px;
	font-family:'KBO-Dia-Gothic_medium';
}

.agree_box .h6 {
	font-family:'KBO-Dia-Gothic_medium';
}
 
.agree_radio {
    font-size: 22px;
	letter-spacing: 1px;
	text-align: center;
	color: #fff;
	margin: 15px 0 20px;
	font-family:'KBO-Dia-Gothic_light';
}

.agree_radio .block {
	display: block;
	margin-bottom: 10px;
}

.agree_radio label {
	cursor:pointer;
}

.board_write_form .buttons {
	display:flex;
    text-align: center;
	justify-content: space-between;
	width: 710px;
	margin: auto;
}

.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: 3px solid #000;
	font-family:'Cafe24Moyamoya-Regular-v1.0';
	letter-spacing: -1px;
}

.board_write_form .buttons a.confirm {
    background-color: #f7e538;
}

.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;
	font-family:'KBO-Dia-Gothic_medium';
}

.agree_radio input {
  width: 20px !important;
  height: 20px !important;
  margin-bottom: 3px;
}

.agree_radio input:checked {
  accent-color: #f7e538 !important;
}

.w120 {
    width: 95px;
}

.w200 {
	width: 315px;
}

.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: 10px;
    left: 50%;
	z-index: 999999;
	transform: translateX(-50%) !important;
}

.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: 3px solid #000;
}

.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:'Cafe24Moyamoya-Regular-v1.0';
	font-size: 48px;
}

.counting_popup .info__ span, 
.counting_popupB .info__ span {
	color: #ff7435;
}

.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-family:'KBO-Dia-Gothic_light';
	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: 120px;
	left: 50%;
	height: 326px;
	margin-left: 450px;
	transition: all .3s ease-in-out;
	z-index: 99999;
	text-align: center;
	overflow: hidden;
	border-bottom: 2px solid #000;
	box-shadow: rgba(27, 27, 27, 0.15) 0px 8px 0px 0px;
}

.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);
	}
}

.section01 {
	text-align:center;
	padding-top: 50px;
	height: 960px;
	position: relative;
	overflow: hidden;
	background-image:url('../img/section01_bg_n2.jpg');
	background-position:center 0;
	border-bottom: 2px solid #000;
}

.section01 .title {
	margin-top: 20px;
}

.section01 .bg_ani_01 {
	position: absolute;
	top: 640px;
    left: calc(50% - 720px);
    width: 90px;
	animation: fadeUp .7s 1.3s ease-in-out both;
}

@keyframes fadeUp {
	0% {
        transform: translateY(30px);
		opacity: 0;
		visibility:hidden;
    }
   
    100% {
        transform: translateX(0);
		opacity: 1;
		visibility:visible;
    }
}

.section01 .bg_ani_01 img {
	animation: s1_bg_ani01 ease-in-out 1.4s .3s infinite;
}

@keyframes s1_bg_ani01 {
	0% {
        transform: translate(-15px, 30px);
    }
    70% {
		transform: translate(0, 0);		
    }
	100% {
		transform: translate(0, 0);		
    }
}

.section01 .bg_ani_02 {
	position: absolute;
	top: 524px;
    left: calc(50% - 598px);
    width: 110px;
	animation: fadeUp .7s 1.3s ease-in-out both;
}

.section01 .bg_ani_02 .ani {
	position: absolute;
	top: 13px;
	left: 24px;
	opacity: 0;
	animation: s1_bg_ani02 1.2s step-end infinite;
}

@keyframes s1_bg_ani02 {
	50% {
		opacity: 1;
	 }
}

.section01 .bg_ani_03 {
	position: absolute;
	top: 725px;
    left: calc(50% - 467px);
    width: 90px;
	animation: fadeUp .7s 1.3s ease-in-out both;
}

.section01 .bg_ani_03 img {
	animation: s1_bg_ani03 linear 1.2s infinite;
}

@keyframes s1_bg_ani03 {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(-3deg);
    }
	50% {
        transform: rotate(0deg);
    }
	75% {
        transform: rotate(3deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.section01 .bg_ani_04 {
	position: absolute;
	top: 678px;
    left: calc(50% + 438px);
    width: 124px;
	animation: fadeUp .7s 1.3s ease-in-out both;
}

.section01 .bg_ani_04 img {
	animation: s1_bg_ani04 linear 1.2s infinite;
}

@keyframes s1_bg_ani04 {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(3deg);
    }
	50% {
        transform: rotate(0deg);
    }
	75% {
        transform: rotate(-3deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.section01 .bg_ani_05 {
	position: absolute;
	top: 596px;
    left: calc(50% + 576px);
    width: 156px;
	animation: fadeUp .7s 1.3s ease-in-out both;
}

.section01 .bg_ani_05 .ani {
	position: absolute;
	top: 12px;
	left: 24px;
	animation: s1_bg_ani05 1.2s step-end infinite;
}

@keyframes s1_bg_ani05 {
	50% {
		opacity: 0;
	 }
}

.section01 .bg_ani_06 {
	position: absolute;
	top: 658px;
    left: calc(50% + 760px);
    width: 92px;
	animation: fadeUp .7s 1.3s ease-in-out both;
}

.section01 .bg_ani_06 img {
	animation: s1_bg_ani06 ease-in-out 1.2s infinite;
}

@keyframes s1_bg_ani06 {
	0% {
        transform: translate(10px, 20px);
    }
    75% {
		transform: translate(0, 0);		
    }
	100% {
		transform: translate(0, 0);		
    }
}

.section01 .bg_ani_07 {
	position: absolute;
	bottom: -8px;
    left: calc(50% - 980px);
    width: 1960px;
}

.section01 .ani_01 {
	position: absolute;
	top: 434px;
    left: calc(50% - 232px);
    width: 472px;
	animation: s1_ani01 .8s .5s ease-in-out both;
}

@keyframes s1_ani01 {
	0% {
        transform: translateY(30px);
		opacity: 0;
		visibility:hidden;
    }
   
    100% {
		transform: translateY(0px);		
		opacity: 1;
		visibility:visible;
    }
}

.section01 .ani_02 {
	position: absolute;
	top: 468px;
    left: calc(50% - 318px);
    width: 100px;
	animation: FadeIn .8s .5s ease-in-out both;
}

@keyframes FadeIn {
	0% {
		opacity: 0;
		visibility:hidden;
    }
   
    100% {
		opacity: 1;
		visibility:visible;
    }
}

.section01 .ani_02 img {
	animation: s1_ani02 ease-in-out 1.7s infinite;
}

@keyframes s1_ani02 {
	0% {
		transform: rotate(0deg);
	}
	4% {
		transform: rotate(-6deg);
	}
	8% {
		transform: rotate(0deg);
	}
	12% {
		transform: rotate(6deg);
	}
	16% {
		transform: rotate(0deg);
	}
	20% {
		transform: rotate(-6deg);
	}
	24% {
		transform: rotate(0deg);
	}
	28% {
		transform: rotate(6deg);
	}
	32% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(0deg);
	}
}

.section01 .ani_03 {
	position: absolute;
	bottom: -2px;
    left: calc(50% - 250px);
    width: 498px;
	animation: s1_ani03 .8s .6s ease-in-out both;
}

@keyframes s1_ani03 {
	0% {
		opacity: 0;
		visibility:hidden;
		transform: scale(0.8);
    }
   
    100% {
		opacity: 1;
		visibility:visible;
		 transform: scale(1);
    }
}

.section01 .ani_04 {
	position: absolute;
	bottom: -2px;
    left: calc(50% + 174px);
    width: 269px;
	animation: s1_ani04 .6s 1s ease-in-out both;
}

@keyframes s1_ani04 {
	0% {
        transform: translateX(25px);
		opacity: 0;
		visibility:hidden;
    }
   
    100% {
        transform: translateX(0);
		opacity: 1;
		visibility:visible;
    }
}

.section02 {
	position:relative;
	text-align:center;
	background-color: #8e33ff;
	padding: 35px 0;
	border-bottom: 2px solid #000;
}

.section02 .btn_area {
	display: flex;
	justify-content: space-between;
	margin: auto;
	max-width: 520px;
	margin-top: 20px;
}

.section02 .btn_area .btn {
	flex-basis: calc(50% - 5px);
}

.section02 .btn_area .btn a {
	display: block;
}

.section03 {
	position:relative;
	text-align:center;
	background-color: #ffd200;
	padding-top: 120px;
	border-bottom: 2px solid #000;
}

.section03 .item {
	margin: 50px 0 70px;
}

.section03 .btn a {
	display: block;
    width: 554px;
    cursor: pointer;
    margin: auto;
}

.section03 .ani {
	margin-right: 50px;
}

.section04 {
	position:relative;
	text-align:center;
	background-color: #ff7435;
	padding: 120px 0;
	border-bottom: 2px solid #000;
}

.section04 .item {
	margin: 50px 0 70px;
}

.section04 .btn_area {
	display: flex;
	justify-content: space-between;
	margin: auto;
	max-width: 710px;
}

.section04 .btn_area .btn {
	flex-basis: calc(50% - 5px);
}

.section04 .btn_area .btn a {
	display: block;
	cursor: pointer;
}

.section05 {
	position:relative;
	text-align:center;
	background-color: #fff;
	padding: 60px 0;
}

.section05 p {
	font-family:'NotoSansKR-Regular';
	font-size: 18px;
	color: #1d1d1d;
	text-align: left;
	max-width: 700px;
	line-height: 180%;
	letter-spacing: -1px;
	margin: auto;
}


@media screen and (max-width: 1600px) {

}

/* 테블릿 가로 */
@media screen and (max-width: 1200px) {

}

/* 테블릿 세로 */
@media screen and (max-width: 1040px) {

}

/* 모바일 */
@media screen and (max-width: 850px) {
	.application_popupB .board_write_form td.field {
		 width: auto;
	}
}
