/*---common css---*/

:root { /*color*/
 --color-base: #000; --color-gray: #838383; --color-wh-gray: #bdbdbd; --color-point: #b91d1d; --color-kakao: #ffc401; --color-kakao-text: #442f01; --color-naver: #00c13a; /*font-size*/
 --font-size-12: 0.75rem; --font-size-13: 0.813rem; --font-size-14: 0.875rem; --font-size-15: 0.938rem; --font-size-16: 1rem; --font-size-17: 1.0625rem; --font-size-18: 1.125rem; --font-size-20: 1.25rem; --font-size-24: 1.5rem;--font-size-26: 1.625rem;--font-size-40: 2.5rem;--font-size-80: 5rem; /*font-weight*/
 --font-r: 400; --font-m: 500; --font-sb: 600; --font-b: bold; --font-bl: 900; } 

/*font size*/
.fs_12 { font-size: var(--font-size-12); }
.fs_13 { font-size: var(--font-size-13); } 
.fs_14 { font-size: var(--font-size-14); }
.fs_15 { font-size: var(--font-size-15); } 
.fs_16 { font-size: var(--font-size-16); } 
.fs_17 { font-size: var(--font-size-17); } 
.fs_18 { font-size: var(--font-size-18); } 
.fs_20 { font-size: var(--font-size-20); } 
.fs_24 { font-size: var(--font-size-24); } 
.fs_26 { font-size: var(--font-size-26); } 
.fs_40 { font-size: var(--font-size-40); } 
.fs_80 { font-size: var(--font-size-80); } 

/*font weight*/
.font_r { font-weight: var(--font-r);} 
.font_m { font-weight: var(--font-m); } 
.font_sb { font-weight: var(--font-sb); } 
.font_b { font-weight: var(--font-b); } 
.font_bl { font-weight: var(--font-bl); } 

/*text-motion*/
.j_motion.common_motion { transform: translateY(25px); opacity: 0; transition: transform 0.8s ease, opacity 0.4s; } 
.j_motion.common_motion.on { transform: translateY(0); opacity: 1; } 

.j_delay_01 { transition-delay: 0.2s !important; } 
.j_delay_02 { transition-delay: 0.4s !important; } 
.j_delay_03 { transition-delay: 0.6s !important; } 
.j_delay_04 { transition-delay: 0.8s !important; } 
.j_delay_05 { transition-delay: 1s !important; } 
.j_delay_06 { transition-delay: 1.2s !important; } 
.j_delay_07 { transition-delay: 1.4s !important; } 
.j_delay_08 { transition-delay: 1.6s !important; } 
.j_delay_09 { transition-delay: 1.8s !important; } 
.j_delay_10 { transition-delay: 2s !important; } 
.j_delay_11 { transition-delay: 2.2s !important; } 

/*---메인 비주얼---*/

.main_visual { position: relative; height: 100vh; } 

#video_wrap { width: 100%; height: 100vh; position: relative; overflow: hidden; } 
/*#video_wrap::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to bottom, #000, transparent 50%, #000); } */

#main_video { position: absolute; left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100%; object-fit: cover; } 

/*헤더*/

#j_header { height: 100px; position: fixed; left: 0; right: 0; top: 0; transition: all 0.3s ease-in-out; z-index: 1100; } 

.j_hd_con { height: 100%;margin: 0 auto; width: 90%; } 
.j_hd_con:after { content: ""; clear: both; display: block; } 
.j_hd_con > .hd_logo > a { display: flex;align-items: flex-end;width: 100%;height: 100%;} 

.hd_logo { float: left;height: 100%;} 

.hd_right_box { height: 100%; display: flex; justify-content: end; } 
.j_hd_con > .hd_right_box > .j_gnb { height: 100%; display: flex; } 
.j_hd_con > .hd_right_box > .j_gnb > li { height: 100%; position: relative; } 
.j_hd_con > .hd_right_box > .j_gnb > li > a { font-family: "Inter", sans-serif;font-size: var(--font-size-14);color: #fff; display: block; height: 100%; line-height: 100px; transition: 0.3s; padding: 0 28px;} 
.j_hd_con > .hd_right_box > .j_gnb > li > a i {position:relative; }
/*.j_hd_con > .hd_right_box > .j_gnb > li > a i:after {width:0; height:2px; position: absolute; background:#fff; left:0; bottom:-10px; content: ''; transition: .3s;}
.j_hd_con > .hd_right_box > .j_gnb > li > a i:hover:after {width:100%;}*/

.btn_box { position: relative; width: 26px; line-height: 100px; height: 100%; cursor: pointer; margin-left: 28.5px; z-index: 100; } 
.btn_box.on > span:nth-of-type(1) { transform: rotate(45deg); } 
.btn_box.on > span:nth-of-type(2) { transform: rotate(-45deg); } 
.btn_box > span { background: #fff; width: 100%; height: 2px; position: absolute; top: 50%; left: 0; transition: 0.3s; } 
.btn_box > span:nth-child(1) { transform: translateY(-3px); } 
.btn_box > span:nth-child(2) { transform: translateY(3px); } 

@media screen and (max-width: 1480px){
 #j_header { height: 80px; } 
 .j_hd_con > .hd_right_box .j_gnb > li > a { line-height: 80px; } 
 .btn_box { line-height: 80px; } 
 }

@media screen and (max-width: 1280px){
 .j_hd_con > .hd_right_box .j_gnb > li > a { padding: 0 30px; } 
 .btn_box { margin-left: 14px; } 
 }

@media screen and (max-width: 1080px){
 .j_hd_con > .hd_right_box > .j_gnb { display: none; } 
 }

/*푸터*/

.j_footer { position: absolute; bottom: 50px; left: 0; width: 100%;z-index: 1000;} 

.ft_inner {  margin: 0 auto; width: 90%; position: relative; } 

.ft_wrap { display: flex; justify-content: space-between; align-items: end; } 

.ft_wrap .left_box .t_txt { color: #fff; opacity: 1; } 
.ft_wrap .left_box .d_txt { margin-top: 14px; color: #fff; line-height: 23px; } 
.ft_wrap .left_box .d_txt i {opacity: 0.5;} 

.ml_13 {margin-left:13px;}

.ft_wrap .right_box { display: flex; } 
.ft_wrap .right_box > a { color: #fff;position: relative;}
.ft_wrap .right_box > a::after{content: "";position: absolute;bottom: -1px;right: 0;left: auto;width: 0;height: 1px;background: #FFF;transition: width .3s ease;}
.ft_wrap .right_box > a:hover::after{left: 0;right: auto;width: 100%;}
.ft_wrap .right_box figure { margin-left: 17px; } 

.copy_t { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); opacity: 0.3; color: #fff; } 

@media screen and (max-width: 1280px){
 .copy_t { display: block; position: static; transform: none; margin-top: 21px; } 
 }

@media screen and (max-width: 767px){
 .ml_13 {margin-left:0;}
 .ft_wrap .left_box p i + i { margin-left: 5px; } 
 .j_footer { bottom: 15px; } 
 .ft_wrap { flex-wrap: wrap; } 
 .left_box { width: 100%; } 
 .copy_t { margin-top: 11px; } 

 .right_box { width: 100%; margin-top: 11px; } 
 .ft_wrap .left_box .d_txt { margin-top: 5px; line-height: 15px; } 
 }

.mobile_wrap { display: none; position: absolute; top: 0; right: 0; width: 100%; height: 100vh; background: rgba(0, 0, 0, 0.85); } 

.mo_inner { height: 100%; max-width: 1820px; margin: 0 auto; width: 90%; position: relative; } 

.mo_gnb { height: 100%; } 
.mo_gnb > .j_gnb { display: flex; align-items: center; height: 100%; flex-direction: column; justify-content: center; } 
.mo_gnb > .j_gnb > li > a { font-family: "Inter", sans-serif;font-size: 2.5rem; padding: 20px 0; display: block; transition: 0.3s; color: #fff;font-weight: 800;} 




/*---2023.07.05 - add CSS---*/

/*header*/
.j_gnb:hover>li>a{color: rgba(255,255,255,.45) !important;}
.j_gnb>li>a:hover{color: rgba(255,255,255,1) !important;}

.j_gnb>li>a>i{position: relative;}
.j_gnb>li>a>i::after{content: "";position: absolute;bottom: -2px;left: auto;right: 0;width: 0;height: 1px;background: #FFF;transition: width .3s ease;}
.j_gnb>li>a:hover>i::after{left: 0;right: auto;width: 100%;}

.main_visual{background: #000;overflow: hidden;position: relative;}
#video_wrap{position: relative;width: 100%;height: 100%;padding-bottom: 56.25%;overflow: hidden;}
#video_wrap::after{content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;}
#video_wrap iframe{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;}

.ft_wrap .left_box .d_txt i.ft_link{opacity: 0.7;transition: opacity .2s ease;}
.ft_wrap .left_box .d_txt i.ft_link:hover{opacity: 1;}

/*mobile menu eff*/
.mo_gnb > .j_gnb > li > a{overflow: hidden;}
.mo_gnb > .j_gnb > li > a i{display: block;transform: translateY(60px);transition: transform .45s ease;}
.mo_gnb.active > .j_gnb > li > a i{transform: translateY(0);}
.mo_gnb > .j_gnb > li:nth-child(1)>a>i{transition-delay: .15s;}
.mo_gnb > .j_gnb > li:nth-child(2)>a>i{transition-delay: .3s;}
.mo_gnb > .j_gnb > li:nth-child(3)>a>i{transition-delay: .45s;}
.mo_gnb > .j_gnb > li:nth-child(4)>a>i{transition-delay: .6s;}
.mo_gnb > .j_gnb > li:nth-child(5)>a>i{transition-delay: .75s;}
.mo_gnb > .j_gnb > li:nth-child(6)>a>i{transition-delay: .9s;}

/*---개인정보처리방침, 이용약관 팝업 추가---*/
.add_pop_wrap{position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,.75);z-index: 9999;display: none;}
.add_pop_inner{position: absolute;top: 50%;left: 50%;width: 94%;max-width: 800px;height: 600px;border-radius: 15px;overflow: hidden;transform: translate(-50%,-50%) scale(.9);transition: transform .3s ease;}
#add_wrap_02 .add_pop_inner{height: 250px;}
.add_pop_wrap.active .add_pop_inner{transform: translate(-50%,-50%) scale(1);}

.add_pop_tit{background: #212121;color: #FFF;display: flex;flex-direction: row;align-items: center;justify-content: space-between;padding: 0 25px;}
.add_pop_close{width: 20px;height: 60px;position: relative;}
.add_pop_close span{position: absolute;top: 29px;left: 0;width: 20px;height: 2px;background: #FFF;z-index: 1;transition: transform .3s ease;}
.add_pop_close span:nth-child(1){transform: rotate(45deg);}
.add_pop_close span:nth-child(2){transform: rotate(-45deg);}

.add_pop_close:hover span{transform: rotate(0);}

.add_pop_con{background: #FFF;padding: 22px 25px;overflow-y: scroll;height: calc( 100% - 60px );}
.add_pop_con h5{font-size: 1rem;font-weight: bold;margin-bottom: 10px;}
.add_pop_con p{font-size: 14px;line-height: 160%;margin-bottom: 25px;}

@media (max-width: 768px){ 
	
	.add_pop_con p{font-size: 12px;}
}

@media screen and (max-width: 1480px){
	
	.j_hd_con > .hd_right_box > .j_gnb > li > a{padding: 0 25px;}
	.btn_box{margin-left: 25px;}

	.j_footer{bottom: 30px;}
	.ft_wrap .left_box .d_txt{margin-top: 10px;line-height: 20px;}
	.ft_wrap .left_box .d_txt i.ml_13{margin-left: 8px;}

	.mo_gnb > .j_gnb > li > a{padding: 15px 0;}
}

@media screen and (max-width: 1366px){
	
	#video_wrap{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);padding-bottom: 0;width: 140%;}
}

@media screen and (max-width: 1280px){
	
	.ft_wrap{display: block;}
	.ft_wrap .right_box{margin-top: 10px;}
	.ft_wrap .right_box figure{margin-left: 14px;}
	.ft_wrap .right_box figure img{max-height: 14px;}
	.copy_t{margin-top: 15px;}
}

@media screen and (max-width: 1024px){
	
	#video_wrap{width: 240%;}
}

@media screen and (max-width: 720px){
	
	#video_wrap{width: 390%;}
	
	.ft_wrap .left_box .d_txt{line-height: 18px;}
	.ft_wrap .left_box .d_txt i{margin-right: 5px;}
	.ft_wrap .left_box .d_txt i.ml_13{margin-left: 0;}

	.ft_wrap .left_box .t_txt{line-height: 18px;}

	.ft_wrap .right_box{margin-top: 15px;}

	.mo_gnb > .j_gnb > li > a{padding: 13px 0;}
}

/*---training page---*/
.map_section{height: 100vh;background-image: url(/img/sub_page/training/map.jpg);background-repeat: no-repeat;background-size: cover;background-position: center center;position: relative;}

.map_pin{position: absolute;z-index: 10;}
.map_pin_01{top: 47.5%;left: 53.8%;}
.map_pin_02{top: 43.8%;left: 45%;}

.map_pin{display: flex;flex-direction: column;align-items: center;}
.map_pin span{width: 7px;height: 7px;border-radius: 7px;background: #dcff19;position: relative;}
.map_pin h4{color: #FFF;margin-top: 15px;position: relative;z-index: 10;}

.map_pin span::before, .map_pin span::after{content: "";position: absolute;top: 0;left: 0;width: 7px;height: 7px;border-radius: 70px;background-color: #dcff19;opacity: 0;}

.map_pin span::before{ 
	animation: map-scale 2s 0s linear infinite;
	-webkit-animation: map-scale 2s 0s linear infinite;
}
.map_pin span::after{ 
	animation: map-scale 2s 0s linear infinite;
    -webkit-animation: map-scale 2s 0s linear infinite;	
	animation-delay: 1s;
}

@keyframes map-scale{
	0%{
        transform: scale(1);
        -webkit-transform: scale(1);
		opacity: .2; 
	}
	20%{opacity: .7;}
	100%{
        transform: scale(8);
        -webkit-transform: scale(8);
		opacity: 0; 
	}
}

@-webkit-keyframes map-scale{
	0%{
        transform: scale(1);
        -webkit-transform: scale(1);
		opacity: .2; 
	}
	20%{opacity: .7;}
	100%{
        transform: scale(8);
        -webkit-transform: scale(8);
		opacity: 0; 
	}
}

.map_text{position: absolute;bottom: 35vh;left: 50%;transform: translateX(-50%);z-index: 1;text-align: center;color: #FFF;line-height: 200%;}
.map_text p{opacity: .6;}
.map_text a{position: relative;}
.map_text a::after{content: "";position: absolute;bottom: 0;left: auto;right: 0;width: 0;height: 1px;background: #FFF;transition: width .3s ease;}
.map_text a:hover::after{width: 100%;left: 0;right: auto;}

@media screen and (max-width: 1920px){
	
	.map_pin_01{top: 47.2%;left: 53%;}
	.map_pin_02{top: 43%;left: 43%;}
}

@media screen and (max-width: 1480px){
	
	.map_pin_01{top: 47.2%;left: 52.5%;}
	.map_pin_02{top: 43.5%;left: 43.5%;}

	.map_pin h4{margin-top: 13px;}
}

@media screen and (max-width: 1366px){
	
	.map_pin_01{top: 47.5%;left: 54.5%;}
}

@media screen and (max-width: 1080px){
	
	.map_pin_01{top: 47.5%;left: 59.5%;}
	.map_pin_02{top: 44.5%;left: 38.5%;}
}

@media screen and (max-width: 860px){
	
	.map_pin_01{top: 47.5%;left: 58%;}
	.map_pin_02{top: 44%;left: 38%;}
}

@media screen and (max-width: 720px){
	
	.map_pin_01{top: 47.5%;left: 61%;}
	.map_pin_02{top: 44%;left: 27.5%;}

	@keyframes map-scale{
		0%{
			transform: scale(1);
			-webkit-transform: scale(1);
			opacity: .3; 
		}
		20%{opacity: 1;}
		100%{
			transform: scale(7);
			-webkit-transform: scale(7);
			opacity: 0; 
		}
	}

	@-webkit-keyframes map-scale{
		0%{
			transform: scale(1);
			-webkit-transform: scale(1);
			opacity: .3; 
		}
		20%{opacity: 1;}
		100%{
			transform: scale(7);
			-webkit-transform: scale(7);
			opacity: 0; 
		}
	}

	.map_pin h4{margin-top: 10px;}

	.map_text{width: 90%;bottom: 37vh;}
	.map_text h3{font-size: 16px;}
}