@charset "utf-8";
/*───────────────────────────────────────────────────────────
	
	header, footer, main 관련 작성 css 파일입니다.

	** 이와 서브페이지 관련 css는 /css/sub.css 에 있습니다.

───────────────────────────────────────────────────────────*/

/*───────────────────────────────────────────────────────────
	layout common
───────────────────────────────────────────────────────────*/
	/** PC 일반 **/
		#wrap {position:relative;height:100%;width:100%;margin:0;padding:0;overflow:hidden;} /* #header 와 #container, #footer 전체 감싸는 영역 */
		#wrap #container {width:100%;margin:0;padding:0;}
			/* #container 안의 레이아웃 */
		#contents_wrap {width:1200px;margin:0 auto;padding:0;position:relative;z-index:1;box-sizing:border-box;} /* #container 안의 컨텐츠 감싸는 영역 */
			/* navigation layout */
		#contents_wrap .nav_wrap {box-sizing:border-box;}
			/* #content */
		#content {width:100%;margin:0;padding:0;text-align:left;box-sizing:border-box;} /* navigation 을 제외한 컨텐츠 */
		#content .sub_content{width:100%;margin:0 auto;background:#fff;box-sizing:border-box;}
		#content .sub_content:after {clear:both;content:"";display:block;}
			/* 컨텐츠 전체 가로 사이즈 */
		.w_custom {position:relative; width:1700px;margin:0 auto;box-sizing:border-box;}

	@media only screen and (max-width:1730px) {
		.w_custom{width:calc(100% - 60px);}
	}
	@media only screen and (max-width:1217px) {
		body.on {height:100%;overflow:hidden;}
	
	}
	@media only screen and (max-width:1200px) {
		
	}
	@media only screen and (max-width:1023px) {
		#contents_wrap #side_box {padding: 85px 0 0 0;}
		.w_custom{width:calc(100% - 30px);}
	}
	@media only screen and (max-width:767px) {
	}
	@media only screen and (max-width:640px) {
	}
	@media only screen and (max-width:479px) {
	}
	@media only screen and (max-width:320px) {
	}

/*───────────────────────────────────────────────────────────

	 HEADER | outline/header.html, outline/nav.html

───────────────────────────────────────────────────────────*/
	/** PC 일반 **/
		.skip_nav {position:relative;z-index:9999;}
		.skip_nav a {display:block;height:1px;width:1px;margin-bottom:-1px;overflow:hidden;font-size:12px;color:#fff;font-weight:bold;white-space:nowrap;text-align:center;}
		.skip_nav a:focus, .skip_nav a:active {height:auto;width:100%;padding:0;margin-bottom:0;position:absolute;left:0;top:0;}
		#header {transition:all 0.5s;left:0;top:0;margin-top:0;height:auto;border:0;text-align:center;z-index:10;width:100%;box-sizing:border-box;font-size:0;position:fixed;padding: 0 85px;border-bottom:1px solid #eee;background:#fff;}
		#header .header_cont{position:relative;padding:6px 0;border-bottom:0;transform:translateY(-100px);transition:all 1s;text-align:left;}
		#header.ready .header_cont{transform:translateY(0);}
		#header .hd_logo {transition:all 0.5s;left:0;top: 50%;position:absolute;z-index:15;width: 160px;height: 50px;transform: translateY(-50%);}
		#header .hd_logo a {background-image: url('../images/skin/hd-logo-ov.png');font-size: 0;display: block;height: 100%;background-size: auto 100%;background-position:left center;background-repeat:no-repeat;transition: all 0.4s;}
		#header .hd_lnb {margin:0;padding:0;font-size:0;width:auto;vertical-align:top;text-align:center;display:inline-block;box-sizing:border-box;z-index:10;margin-left:350px;}
		#header .hd_lnb li, #header .hd_lnb li a {padding:0;font-size:20px;font-weight:500;color:#333;vertical-align: middle;text-align:center;display:inline-block;box-sizing:border-box;transition: all .2s;}
		#header .hd_lnb li {padding: 0 0;position:relative;}
		#header .hd_lnb > li:nth-child(4){display: none;}
		#header .hd_lnb li a {padding: 23px 39px;position:relative;z-index:1;letter-spacing:0;}
		#header .hd_lnb li:hover > a{}
		#header .hd_lnb li .hd_lnb_dep2 {z-index: 55;display:none;position:absolute;left:50%;top:100%;width:100%;padding:16px 0;background:#013888;min-width:max-content;transform:translateX(-50%);box-shadow:0 0 9px 0 rgba(0,0,0,0.1);}
		#header .hd_lnb li .hd_lnb_dep2 li{display:block;line-height:30px;}
		#header .hd_lnb li .hd_lnb_dep2 a{color:#fff;padding:2px 15px;display:block;font-size:16px;}
		#header .hd_lnb li .hd_lnb_dep2 a:hover{font-weight:500;color:#92d050;}
		#header .hd_right {transition:all 0.5s;top:50%;right:0;height:auto;margin:0;padding:0;font-size:0;position:absolute;vertical-align:top;text-align:center;display:inline-block;box-sizing:border-box;z-index:15;transform:translateY(-50%);display:flex;align-items:center;}
		#header .hd_right .hd_gnb{margin-right:20px;}
		#header .hd_right .hd_gnb li{display: inline-block;}
		#header .hd_right .hd_gnb li + li{margin-left:10px;}
		#header .hd_right .hd_gnb li a{font-size:14px;color:#333;font-weight:400;}
		#header .hd_right .btn_box{font-size:0;}	
		#header .hd_right .btn_box a{display: inline-block;width:auto;height:42px;line-height:42px;box-sizing:border-box;padding: 0 18px;text-align: center;border-radius:4px;font-size:14px;color:#fff;font-weight:500;}
		#header .hd_right .btn_box .btn_edu{background:#013888;}
		#header .hd_right .btn_box .btn_howto{background:#009fec;margin-left:10px;}	
		#header .hd_right .menu-trigger {display: none;position:relative;padding:0;width: 50px;height: 50px;box-sizing: border-box;margin-left: 10px;background: #fff;border-radius: 100%; transition:all 0.5s;}
		#header .hd_right .menu-trigger span {transition:0.5s;position:absolute;width: 22px;height: 2px;background: #013888;left: 50%;transform: translate(-50%, -50%);top: 50%;}
		#header .hd_right .menu-trigger span:nth-of-type(1) {top: calc(50% - 6px);}
		#header .hd_right .menu-trigger span:nth-of-type(2) {bottom:0;}
		#header .hd_right .menu-trigger span:nth-of-type(3) {top: calc(50% + 6px);}

		#wrap #header.main{background:transparent;box-shadow:none;border-bottom:1px solid rgba(255,255,255,0.23);}
		#wrap #header.main .jheader_cont{padding:15px 0;}
		#header.main .hd_logo a{background-image:url('../images/skin/hd-logo.png')}
		#header.main .hd_lnb li a{color:#fff;}
		#header.main .hd_right .hd_gnb li a{color:#fff;}

		#header.hd_on .header_cont{border-bottom:0;padding:6px 0;}
		#header.hd_on .hd_lnb > li > a{color:#333}
		#header.hd_on .hd_right .menu-trigger{background:#013888;}
		#header.hd_on .hd_right .menu-trigger span{background-color:#fff;}

		@media only screen and (min-width:1024px) {
			#wrap #header:hover {background-color:#fff;border-bottom-color:#eee;}
			#header:hover .header_cont{border-bottom:0;padding:6px 0;}
			#header:hover .hd_logo{}
			#header:hover .hd_logo a{background-image:url('../images/skin/hd-logo-ov.png')}
			#header:hover .hd_right{}
			#header:hover .hd_lnb > li > a{color:#333}
			#header:hover .hd_right .hd_gnb li a{color:#333;}
		}
		
		@media only screen and (max-width:1730px) {
			#header{padding:0 30px;}
		}
		@media only screen and (max-width:1550px) {
			#header .hd_lnb{margin-left:250px;}
			#header .hd_lnb li a{padding:23px 20px;}
		}
		@media only screen and (max-width:1400px) {
			
		}
		@media only screen and (max-width:1300px) {
			#header {height:80px;}
			#wrap #header{padding: 0 15px;}
			#header .header_cont{height:100%;box-sizing:border-box;padding:0;}
			#header .hd_logo {}
			#header .hd_lnb, #header .hd_right .hd_gnb {display:none;}
			#header .hd_right {}
			#header .hd_right .menu-trigger{display: block;}
			

			#wrap #header.hd_on{height:70px;}
			#header.hd_on .header_cont{padding:0;height:100%;}

			
		}
		@media only screen and (max-width:1100px) {
			#header .hd_lnb li, #header .hd_lnb li a{font-size:16px;}
			#header .hd_right .btn_box a{padding: 0 14px; font-size: 13px;}
		}
		@media only screen and (max-width:1024px) {
			
		}
		@media only screen and (max-width:640px) {
			#header {height:75px;}
			#wrap #header{padding: 0 15px;}
			#header .hd_logo {}
			#header .hd_right {}
			#header .hd_right .btn_box a{height: 40px; padding: 0 10px; font-size: 12px; line-height: 40px;}
			#header .hd_right .btn_box .btn_howto {margin-left: 5px;}
			#wrap #header.hd_on{height:70px;}
			#header .hd_right .menu-trigger{}
			#header .hd_right .menu-trigger span{}
		} 
		@media only screen and (max-width:490px) { 
			#header{height:65px;}
			#wrap #header.hd_on{height:60px;}
			#header .hd_logo{height:36px;}
			#header .hd_right .btn_box{display: none;}
			#header .hd_right .menu-trigger{width:40px;height:40px;}
			#header .hd_right .menu-trigger span{width:18px;;}

		} 

/*───────────────────────────────────────────────────────────

	 ASIDE | outline/header.html, outline/nav.html

───────────────────────────────────────────────────────────*/
	/* PC 일반 */
		#aside {top:0px;right:-500px;width:500px;transition:0.8s;height:100%;box-sizing:border-box;box-sizing:border-box;position:fixed;background:#fff;z-index:99;}
		#aside.on {right:0%;}

		.aside_bg {left:0px;top:0px;bottom:0;right:0;width:100%;height:100%;background:rgba(0,0,0,0.6);opacity:0;transition:0.8s;z-index:50;position:fixed;display:none;}
		.aside_bg.on {opacity:1;display:block;}

		#aside .aside_box .btn_aside_close {position:relative;width:30px;height:30px;cursor:pointer;}
		#aside .aside_box .btn_aside_close .menu-trigger2.active-1 {width:100%;height:100%;display:block;position:absolute;top:0;left:0;}
		#aside .aside_box .btn_aside_close .menu-trigger2.active-1 span {transition:0.5s;position:absolute;width:20px;height:1px;background-color:#111;right:0;top:14px;}
		#aside .aside_box .btn_aside_close .menu-trigger2.active-1 span:nth-of-type(1) {-webkit-transform:translateY (0) rotate (-45deg);transform:translateY(0) rotate(-45deg);}
		#aside .aside_box .btn_aside_close .menu-trigger2.active-1 span:nth-of-type(2) {opacity:0;}
		#aside .aside_box .btn_aside_close .menu-trigger2.active-1 span:nth-of-type(3) {-webkit-transform:translateY(0) rotate(45deg);transform:translateY(0) rotate(45deg);}
		#aside .aside_box {width:100%;height:100%;margin:0;padding:0 0 40px;overflow-y:auto;position:relative;z-index:1;box-sizing:border-box;display:block;}
		#aside .aside_top{display:flex;justify-content:space-between;align-items:center;padding:20px 30px;margin-bottom:20px;}
		#aside .aside_top .hd_right{display:flex;align-items:center;}
		#aside .aside_top .hd_right .hd_gnb{}
		#aside .aside_top .hd_right .hd_gnb li{display: inline-block;}
		#aside .aside_top .hd_right .hd_gnb li + li{margin-left:10px;}
		#aside .aside_top .hd_right .hd_gnb li a{font-size:14px;color:#333;font-weight:400;}
		#aside .aside_box .aside_logo {transition:all 0.5s;width:142px;height:36px;}
		#aside .aside_box .aside_logo a {display:block;background:url('../images/skin/hd-logo-ov.png') no-repeat left center;font-size:0;height:100%;background-size:auto 100%;}

		#aside .aside_cont{padding:0 30px;}
		#aside ul.slidemenu {padding:0 0 50px 0;}
		#aside ul.slidemenu .depth1_li {text-align:left;display:block;vertical-align:top;font-size:0;border-bottom:1px solid rgba(255,255,255,0.2);position:relative;}
		#aside ul.slidemenu .depth1_li:nth-child(4){display: none;}
		#aside ul.slidemenu .depth1_li + .depth1_li {margin-top:0;margin-left:0;}
		#aside ul.slidemenu .depth1_li a,
		#aside ul.slidemenu .depth1_li .icons {display:inline-block;vertical-align:middle;}
		#aside ul.slidemenu .depth1_li a {width:100%;}
		#aside ul.slidemenu .depth1_li .depth1_a {transition:0.2s;padding:0 5px;box-sizing:border-box;line-height:2.9;font-size:24px;color:#111;font-weight:600}
		#aside ul.slidemenu .depth1_li .icons {position:absolute;top:25px;right:5px;z-index:1;width:18px;height:18px;background-position:center;background-size:100% 1px,1px 100%;background-repeat:no-repeat;cursor:pointer;}
		#aside ul.slidemenu .depth1_li .icons:before{transition:all 0.3s;content:'';width:2px;height:100%;position:absolute;top:0;left:50%;margin-left:-1px;background:#333;}
		#aside ul.slidemenu .depth1_li .icons:after{transition:all 0.3s;content:'';width:100%;height:2px;position:absolute;top:50%;left:0;margin-top:-1px;background:#333;}
		#aside ul.slidemenu .depth1_li.on .depth1_a{color:#013888;}
		#aside ul.slidemenu .depth1_li.on > .icons:before{opacity:0;}
		#aside ul.slidemenu .depth1_li.on > .icons:after{background:#013888}
		#aside ul.slidemenu .depth1_li .depth1_a.now {background:url('../images/skin/aside_cate_on.png') no-repeat 97%;background-size:auto 8px;}
		#aside ul.slidemenu .depth1_li .depth {padding:10px 10px 10px 0;display:none;border:0;border-bottom:1px solid rgba(255,255,255,0.2);background:#013888;}
		#aside ul.slidemenu .depth1_li .depth li {padding-left:0;position:relative;}
		#aside ul.slidemenu .depth1_li .depth li a {font-size:16px;padding:12px 20px;color:#ffffff;position:relative;box-sizing:border-box;}
		#aside ul.slidemenu .depth2_li .icons{width:12px;height:12px;z-index:1;top:10px !important;}
		#aside ul.slidemenu .depth2_li .icons:before, #aside ul.slidemenu .depth2_li .icons:after{background: #fff;}
		#aside ul.slidemenu .depth2_li.on .icons:before{opacity:0;}
		#aside ul.slidemenu .depth3{box-sizing:border-box;padding:10px;display: block;}
		#aside ul.slidemenu .depth3 li a{color:#ddd !important;}
		
		#aside .hd_right .btn_aside_close,#aside .hd_right .hd_lang{display:inline-block;vertical-align:middle;}

		{}
		#aside .aside_btn_box{font-size:0;text-align: center;display: none;}	
		#aside .aside_btn_box a{display: inline-block;width:140px;height:40px;line-height:40px;box-sizing:border-box;text-align: center;border-radius:4px;font-size:12px;color:#fff;font-weight:500;}
		#aside .aside_btn_box .btn_edu{background:#013888;}
		#aside .aside_btn_box .btn_howto{background:#009fec;margin-left:10px;}	
		
	@media only screen and (max-width:1024px) {
		#aside .aside_top{padding:16px 20px;}
		#aside .aside_cont{padding:0 20px}
		#aside ul.slidemenu .depth1_li .depth1_a{font-size:22px;}
		#aside ul.slidemenu .depth1_li .icons{top:20px;}
	}
	@media only screen and (max-width:980px) {
	}
	@media only screen and (max-width:860px) {
	}
	@media only screen and (max-width:767px) {
	}
	@media only screen and (max-width:640px) {
		#aside .aside_box{padding:0 0 40px;}
		#aside .aside_cont{padding:0 10px;}
		#aside .aside_top{padding:12.5px 10px;}
		#aside ul.slidemenu .depth1_li .depth1_a{font-size:20px;}
		#aside ul.slidemenu .depth1_li .depth li a{padding:8px 15px;font-size:14px;}
		#aside .hd_right .hd_lang li a{font-size:14px;}
		#aside .hd_right .hd_lang li a{padding: 10px 3px;}
	} 
	@media only screen and (max-width:490px) { 
		#aside {right: -100%;width:100%;}
		#aside .aside_btn_box{display: block;}
	} 
	@media only screen and (max-width:320px) {
		#aside .aside_box .aside_logo{width:170px;}
	}

/*───────────────────────────────────────────────────────────

	 FOOTER | outline/footer.html

───────────────────────────────────────────────────────────*/
	#footer{box-sizing:border-box;width:100%;/* padding:0 80px; */}
	#footer .main_w_custom {width:1200px;padding:0;margin:0 auto;}
	#footer .ft_menu{background: #666; box-sizing:border-box;/* border-top:1px solid #111; */padding:14px 0;}
	#footer .ft_menu .main_w_custom {display:flex;align-items:center;justify-content:space-between;}
	#footer .ft_menu .ft_gnb{}	
	#footer .ft_menu .ft_gnb li{display: inline-block;}
	#footer .ft_menu .ft_gnb li + li{margin-left:31px;}	
	#footer .ft_menu .ft_gnb li a{font-size:13px;color:#fff;font-weight:400;}
	#footer .ft_menu .ft_gnb li a strong{font-size:inherit;color:#fff;font-weight:inherit;font-weight:500;}
	#footer .ft_info_box {background: #fff; box-sizing:border-box;/* border-top:1px solid #ddd; */padding:16px 0 21px;}
	#footer .ft_info_box .ft_logo_box {border-bottom:1px solid #ddd;padding-bottom:16px;}
	#footer .ft_info_box .ft_logo_box .main_w_custom {display:flex;flex-wrap:wrap;justify-content:space-between;}
	#footer .ft_info_box .ft_logo_box .logo_box{display:flex;align-items:center;}
	#footer .ft_info_box .ft_logo_box .logo_box li + li{margin-left:30px;}
	#footer .ft_info_box .ft_logo_box .ft_sns{display:flex;align-items:center;}
	#footer .ft_info_box .ft_logo_box .ft_sns li{}
	#footer .ft_info_box .ft_logo_box .ft_sns li + li{margin-left: 20px;}
	#footer .ft_info{box-sizing:border-box;padding:16px 0 30px;}
	#footer .ft_info .info{width:calc(100% + 24px);margin-left:-12px;}
	#footer .ft_info .info span{display: inline-block;font-size:13px;color:#999;font-weight:400;margin:0 12px 10px;}
	#footer .ft_info .info span a{font-size:inherit;color:inherit;font-weight:inherit;}
	#footer .ft_info .copy{font-size:13px;color:#999;font-weight:300;margin-top:9px;}
	#footer .ft_info .copy a{display: inline-block;vertical-align: top;font-size:inherit;color:inherit;font-weight:inherit;margin-left:25px;}	

	@media only screen and (max-width:1730px) {
		/* #footer{padding:0 30px;} */
		#footer .main_w_custom {padding: 0 30px;}
	}
	@media only screen and (max-width:1260px) {
		#footer .main_w_custom {width:100%;}
	}
	@media only screen and (max-width:1240px) {
		#footer .ft_info_box .logo_box {margin-left: 0;margin-top: 0;} 
	}
	@media only screen and (max-width:1024px) {
		#footer .ft_info{width:70%;}
		#footer .ft_info .copy a{display: block;margin:0 0 0 0;}
		#footer .ft_info_box .main_w_custom {justify-content:space-between;}
	}
	@media only screen and (max-width:767px) {
		#footer .ft_info{width:100%;}
		#footer .ft_info_box .logo_box{margin-bottom:20px;}
		#footer .ft_info_box .ft_logo_box .main_w_custom {display:block;}
	}
	@media only screen and (max-width:640px) {
		/* #footer{padding:0 15px;} */
		#footer .main_w_custom {padding: 0 15px;}
		#footer .ft_menu{display: block;text-align: center;}
		#footer .ft_info_box .ft_logo_box {justify-content:center;/*margin-top:10px;*/}

		#footer .ft_info .info{width:calc(100% + 12px);margin-left:-6px;}
		#footer .ft_info .info span{font-size:12px;margin:0 6px 8px;}
		#footer .ft_info .copy{font-size:12px;}
		#footer .ft_info .copy a{display: block;margin:4px 0 0;}
	}
	@media only screen and (max-width:430px) {
		#footer .ft_menu .ft_gnb li + li {margin-left:20px;}
		#footer .ft_info_box .ft_logo_box  li + li {margin-left:20px;}
	}
	@media only screen and (max-width:350px) {
		#footer .ft_menu .ft_gnb li + li {margin-left:15px;}
		#footer .ft_info_box .ft_logo_box  li + li {margin-left:15px;}
		#footer .ft_menu .ft_gnb li a {font-size:12px;}
	}


/*───────────────────────────────────────────────────────────

	 MAIN | index.html

───────────────────────────────────────────────────────────*/
	/* fp_nav */
		body #fp-nav.fp-right{right:46px;}
		body #fp-nav .fp-sr-only{display:none;}
		body #fp-nav ul li, body .fp-slidesNav ul li{width:5px; height:5px; padding:15px 0; margin:0;}
		body #fp-nav ul li a span{position:relative; display:inline-block; position:relative; width:5px !important; height:5px !important; margin:0 !important; border-radius:100%; transform:none; left:0; top:0; background:#ddd; font-size:0; transition:all 0.4s;}
			body #fp-nav ul li a span:before{position:absolute; content:''; width:380%; height:380%; border:7px solid #008bce; box-sizing:border-box; transform:translate(-53%, -53%); border-radius:100%; top:50%; left:50%; opacity:0; transition:all 0.4s;}
			body #fp-nav ul li a.active span{background:#fff;}
			body #fp-nav ul li a.active span:before{opacity:1;}
			
	/* visual */
		#wrap .main_visual, #wrap .main_visual .slick-slide{height:100vh;position: relative;overflow:hidden;}
		#wrap .main_visual > .fake{width:100%;height:100%;position: absolute;top:0;left:0;z-index:5;}
		#wrap .main_visual .video_box{width:100%;height:116%;position: absolute;top:45%;left:50%;transform:translate(-50%, -50%);}
		#wrap .main_visual .video_box iframe{width:100%;height:100%;position: absolute;top:50%;left:50%;transform:translate(-50%, -50%);}
		#wrap .main_visual .img_box{display: none;}
		.main_visual .slick-slide{position:relative;}
		.main_visual .slick-slide .link{position:absolute; top:0; left:0; width:100%; height:100%; z-index:3;}
		.main_visual .thumb{width:100%; height:100%; background-repeat:no-repeat; background-position:center; background-size:cover;}
		.main_visual .txt_box{position:absolute;top:46.5%;left:50%;transform: translate(-50%, -50%);width:1600px;}
		.main_visual .txt_box h2{font-size:70px;font-weight:700;color:#fff;line-height:1.09;}
		.main_visual .txt_box p{font-size:20px;font-weight:400; color:#fff; line-height:1.5;margin-top:28px;}

		.main_visual .txt_box .txtAni{opacity:0;transform:translateY(70px);transition:all 1.2s;transition-delay:0.2s;}
			.main_visual .active .txt_box .txtAni{opacity:1; transform:translateY(0); }
			.main_visual .active .txt_box p.txtAni{transition-delay:0.4s;}

		.main_visual .slick-dots{display:inline-flex;position:absolute;left:12.8%;bottom:17.3vh;z-index: 10;}
		.main_visual .slick-dots li{font-size:0;}
			.main_visual .slick-dots li + li{margin-left:30px;}
		.main_visual .slick-dots li button{width:8px; height:8px; background:rgba(255,255,255,0.5); font-size:0; border-radius:100%;}
			.main_visual .slick-dots li.slick-active button{background:#fff;}

		.main_visual .control_box{position:absolute;font-size:0;bottom:17vh;left:8%;z-index:9;display:inline-flex;align-items: flex-end;}
		.main_visual .control_box .arw{border: 7px solid #fff0;border-right: 9px solid #fff;opacity:0.5; transition:all 0.4s;}
		.main_visual .control_box .next.arw{transform:scaleX(-1);margin-left: 30px;}
		.main_visual .control_box .slickBtn{position:relative;width:9px;height:12px;margin-left: 156px; font-size:0;}
			.main_visual .control_box .slickBtn:before, .main_visual .control_box .slickBtn:after{position:absolute;content:'';width: 3px;height:100%;background:#fff;top:0;left:0;}
			.main_visual .control_box .slickBtn:after{left:auto; right:0;}
			.main_visual .control_box .slickBtn.play:before{background:none; width:auto; height:auto; border: 7px solid #fff0;border-left: 9px solid #fff;}
			.main_visual .control_box .slickBtn.play:after{display:none;}

		/*scroll*/
			.main_visual .scroll_down{position: absolute;right:76px;bottom:0;z-index:5;cursor:pointer;}
			.main_visual .scroll_down .down_box{position: relative;display:block;width:20px;height:100%;padding-top:148px;padding-bottom:29px;}
			.main_visual .scroll_down .down_box:before{width:1px;height:100px;content:"";box-sizing:border-box;background:#fff;position: absolute;left:9px;bottom:0;opacity:0.5;}
			.main_visual .scroll_down .down_box:after{width:5px;height:5px;content:"";background:#fff;position: absolute;bottom:7%;left:calc(50% - 3px);box-sizing:border-box;border-radius:100%;animation:scroll 2s ease-in Infinite Alternate;}
			@keyframes scroll{
				0%{bottom:7%;}
				50%{bottom:47%;}
				100%{bottom:7%;}
			}
			.main_visual .scroll_down .down_box span{font-size:12px;color:#fff;font-weight:300;display: block;letter-spacing:0.5px;transform:rotate(90deg);position: absolute;top:32px;left:-27px;width:73px;}

	/*공통*/
		.main_w_custom{width:100%;box-sizing:border-box;padding:0 80px;position: relative;}
		.main_title{}
		.main_title h3{font-size:32px;color:#111;font-weight:600;}

	/*main_edu*/
		.main_edu{}
		.main_edu .main_w_custom{display:flex;flex-wrap:wrap;;}
		.main_edu .edu_bnr{width:34.1%;}
		.main_edu .bnr_box{margin-top:44px;}
		.main_edu .bnr_box li{width:100%;}
		.main_edu .bnr_box li + li{margin-top:30px;}
		.main_edu .bnr_box li a{display: block;width:100%;height:100%;position: relative;}
		.main_edu .bnr_box li .thumb{width:100%;height:0;padding-bottom:40%;}
		.main_edu .bnr_box li:nth-child(1) .thumb{background:url('../images/skin/edu-pro-01.jpg')no-repeat center;background-size:cover;}
		.main_edu .bnr_box li:nth-child(2) .thumb{background:url('../images/skin/edu-pro-02.jpg')no-repeat center;background-size:cover;}
		.main_edu .bnr_box li .txt_box{position: absolute;box-sizing:border-box;left:0;bottom:0;padding:0 0 40px 50px;}
		.main_edu .bnr_box li .txt_box dt{font-size:40px;color:#fff;font-weight:700;}
		.main_edu .bnr_box li .txt_box dd{font-size:16px;color:#fff;font-weight:400;display:flex;margin-top:7px;align-items:center;}	 
		.main_edu .bnr_box li .txt_box dd:after{	width:80px;height:16px;content:"";background:url('../images/skin/main-more.png')no-repeat center;margin-left:23px;transition:all 0.5s;background-size:auto 100%;}

		.main_edu .edu_cal{width:65.9%;box-sizing:border-box;padding-left:90px;}
		.main_edu .cal_box{margin-top:52px;position: relative;}
		.main_edu .cal_box > a{display: block;width:100%;height:100%;position: absolute;top:0;left:0;z-index:3;}
		.main_edu .cal_box .cal_title{display:flex;align-items:center;background:url('../images/skin/icon-cal.png')no-repeat right center;}
		.main_edu .cal_box .cal_title .year{font-size:28px;color:#111;font-weight:400;}
		.main_edu .cal_box .cal_title .btn_box{font-size:0;margin-left:20px;}
		.main_edu .cal_box .cal_title .btn_box .cal_arw{display: inline-block;box-sizing:border-box;vertical-align: top;width:40px;height:40px;border:1px solid #ddd;font-size:0;}
		.main_edu .cal_box .cal_title .btn_box .prev{background:url('../images/skin/cal-prev.png')no-repeat center;}
		.main_edu .cal_box .cal_title .btn_box .next{background:url('../images/skin/cal-next.png')no-repeat center;margin-left:7px;}
		.main_edu .cal_box .cal_table{margin-top:27px;}
		.main_edu .cal_box .cal_table thead tr th{box-sizing:border-box;border-top:1px solid #111;border-bottom:1px solid #ddd;text-align:left;font-size:16px;color:#111;font-weight:400;padding:29px 0 13px 5px;}
		.main_edu .cal_box .cal_table .weekend{color:#e80000 !important;}
		.main_edu .cal_box .cal_table .no_this{opacity:0.5 !important;}
		.main_edu .cal_box .cal_table tbody tr td{box-sizing:border-box;border-bottom:1px solid #ddd;font-size:14px;color:#666;font-weight:400;vertical-align: top;}
		.main_edu .cal_box .cal_table tbody tr td + td{border-left:1px solid #ddd;}
		.main_edu .cal_box .cal_table tbody tr td .day_box{display:flex;flex-wrap:wrap;min-height:60px;box-sizing:border-box;padding:8px 6px;}
		.main_edu .cal_box .cal_table tbody tr td .day_box .day{font-size:14px;color:inherit;font-weight:inherit;display: block;margin-top:3px;}
		.main_edu .cal_box .cal_table tbody tr td .date_box{padding-left:16px;box-sizing:border-box;}
		.main_edu .cal_box .cal_table tbody tr td .date_box span{display:flex;font-size:12px;color:#666;font-weight:400;align-items:center;cursor:pointer;}
		.main_edu .cal_box .cal_table tbody tr td .date_box span + span{margin-top:4px;}
		.main_edu .cal_box .cal_table tbody tr td .date_box span:before{width:20px;height:20px;content:"";margin-right:4px;}
		.main_edu .cal_box .cal_table tbody tr td .date_box span.n:before{background:url('../images/skin/cal-icon-n.png')no-repeat center;}
		.main_edu .cal_box .cal_table tbody tr td .date_box span.k:before{background:url('../images/skin/cal-icon-k.png')no-repeat center;}

	/*news*/
		.main_news{padding-top:132px;}
		#section03 .fp-tableCell{vertical-align: top;}
		.main_news .main_w_custom{display:flex;flex-wrap:wrap;justify-content:space-between;}
		.main_news .news_title{margin-top:44px;}
		.main_news .news_title .main_title p{font-size:16px;color:#888;font-weight:400;line-height:24px;margin-top:18px;}
		.main_news .news_title .news_tab{margin-top:64px;}
		.main_news .news_title .news_tab li{margin-bottom:17px;}
		.main_news .news_title .news_tab li span{display: inline-block;cursor:pointer;font-size:20px;color:#666;font-weight:400;padding-bottom:10px;}
		.main_news .news_title .news_tab li.on span{color:#111;font-weight:500;border-bottom: 2px solid #008bce;}

		.main_news .news_content{width:70.5%;}
		.main_news .news_content .news_box{display: none;}
		.main_news .news_content .news_box.on{display: block;}
		.main_news .news_box .board_ul{width:100%;font-size:0;}
		.main_news .news_box .board_ul:after{clear:both;content:"";display: block;}
		.main_news .news_box .board_ul li{float: left;margin:0 0 30px 40px;width:calc(50% - 20px);box-sizing:border-box;background:#f8f8f8;position: relative;overflow:hidden;min-height:340px;transition: all 0.5s;}
		.main_news .news_box .board_ul li:before{width:100%;height: 100%;content:"";background:#013888;position: absolute;top:0;left:0;z-index:2;opacity:0.7;transition:all 0.5s;}	
		.main_news .news_box .board_ul li:nth-of-type(2n+1){clear:both;float: left;margin-left:0;}
		.main_news .news_box .board_ul li a{display: block;width:100%;height:100%;position: absolute;top:0;left:0;z-index:5;}
		.main_news .news_box .board_ul li .thumb{position: absolute;top:0;left:0;z-index:1;width:100%;height: 100%;transition: all 0.5s;}
		.main_news .news_box .board_ul li .thumb img{width:100%;}
		.main_news .news_box .board_ul li .txt{box-sizing:border-box;padding:50px 40px;position: relative;z-index:3;}
		.main_news .news_box .board_ul li .txt .board_tit{font-size:18px;color:#fff;font-weight:500;display: block;}
		.main_news .news_box .board_ul li .txt .title{font-size:22px;color:#fff;font-weight:500;line-height:36px;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-wrap:break-word;text-overflow: ellipsis;overflow: hidden;word-break:keep-all;margin-top:19px;}
		.main_news .news_box .board_ul li .txt .cont{font-size:18px;color:#fff;font-weight:400;line-height:30px;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-wrap:break-word;text-overflow: ellipsis;overflow: hidden;word-break:keep-all;margin-top:15px;}
		.main_news .news_box .board_ul li .txt .date{display: block;font-size:15px;color:#fff;font-weight:400;margin-top:42px;}
		.main_news .news_box .board_ul li .txt .more{display: inline-block;box-sizing:border-box;border-radius:100%;background:#008bce;position: absolute;width:40px;height:40px;right:80px;bottom:40px;opacity: 1;transition:all 0.5s;}
		.main_news .news_box .board_ul li .txt .more:before, .main_news .news_box .board_ul li .txt .more:after{content:"";background:#fff;position: absolute;top:50%;left:50%;transform:translate(-50%,-50%);}
		.main_news .news_box .board_ul li .txt .more:before{width:2px;height:16px;}
		.main_news .news_box .board_ul li .txt .more:after{width:16px;height:2px;}

	/*contact*/
		#section04 .fp-tableCell{vertical-align: top;}
		.main_contact{padding-top:143px;padding-bottom:80px;}
		.main_contact .main_title h3{font-weight:700;}
		.main_contact h4{font-size:26px;color:#111;font-weight:500;display:flex;align-items:center;}
		.main_contact h4:before{width:30px;height:28px;content:"";background:url('../images/skin/icon-chk.png')no-repeat center;margin-right:11px;}
		.main_contact .howto{margin-top:39px;}
		.main_contact .howto .process{display:flex;flex-wrap:wrap;width:calc(100% + 26px);margin-left:-13px;margin-top:29px;}
		.main_contact .howto .process li{box-sizing:border-box;margin:0 13px;width:calc(20% - 26px);background-color: #013888 !important;border: 1px solid #013888;position: relative;padding:44px 26px 42px 26px;transition:all 0.5s;}
		.main_contact .howto .process li + li:before{width:40px;height:40px;content:"";background:url('../images/skin/use-arw.png')no-repeat center;position: absolute;left:-48px;top:50%;transform:translateY(-50%);z-index:5;}
		.main_contact .howto .process li:nth-child(1){background:url('../images/skin/icon-howto-01-ov.png')no-repeat right 40px bottom 40px;}
		.main_contact .howto .process li:nth-child(2){background:url('../images/skin/icon-howto-02-ov.png')no-repeat right 40px bottom 40px;}
		.main_contact .howto .process li:nth-child(3){background:url('../images/skin/icon-howto-03-ov.png')no-repeat right 40px bottom 40px;}
		.main_contact .howto .process li:nth-child(4){background:url('../images/skin/icon-howto-04-ov.png')no-repeat right 40px bottom 40px;}
		.main_contact .howto .process li:nth-child(5){background:url('../images/skin/icon-howto-05-ov.png')no-repeat right 40px bottom 40px;}
		.main_contact .howto .process li dl{}
		.main_contact .howto .process li dl dt{font-size:22px;color:#fff;font-weight:600;line-height:30px;height:60px;word-break:keep-all;}
		.main_contact .howto .process li dl dd{font-size:15px;color:#fff;font-weight:300;line-height:22px;margin-top:24px;word-break:keep-all;}
		.main_contact .howto .process li dl dd span{font-size:inherit;color:inherit;font-weight:inherit;display: block;}
		.main_contact .howto .process li dl dd span em {font-size:inherit;color:inherit;font-weight:inherit;opacity:0.8;}
		.main_contact .howto .process li dl dd a{display: inline-block;box-sizing:border-box;vertical-align: top;background:#888;border-radius:6px;text-align: center;width:140px;height:40px;line-height:38px;font-size:14px;color:#fff;font-weight:400;margin-top:58px;}

		.main_contact .contact_box{box-sizing:border-box;display:flex;flex-wrap:wrap;border:1px solid #ddd;margin-top:60px;border-radius:0 0 40px;overflow:hidden;}
		.main_contact .request_box, .main_contact .msg_box{box-sizing:border-box;padding-top:66px;padding-bottom:63px;}
		.main_contact .request_box{width:59.7%;padding-left:54px;padding-right:26px;}
		.main_contact .request_box h4 {font-weight: bold; color: #d51a1a;}
		.main_contact .request_box h4:before {background: url(../images/skin/icon-chk_red.png)no-repeat center;}
		.main_contact .request_box .request_cont{position: relative;}
		.main_contact .request_box .request_cont .txt{margin-top:34px;width:75%;position: relative;z-index:2;}
		.main_contact .request_box .request_cont .txt .tel{display: inline-block;font-size:44px;color:#013888;font-weight:700;background:linear-gradient(to top, rgba(0,139,206,0.1) 34%, transparent 45%);line-height:1;}
		.main_contact .request_box .request_cont .txt strong{display: block;font-size:28px;color:#111;font-weight:600;line-height:40px;margin-top:21px;word-break:keep-all;}
		.main_contact .request_box .request_cont .txt strong b {font-weight:800;}
		.main_contact .request_box .request_cont .txt p{font-size:16px;color:#666;font-weight:400;line-height:24px;margin-top:7px;word-break:keep-all;}
		.main_contact .request_box .request_cont .txt .transfer_box{margin-top:71px;}
		.main_contact .request_box .request_cont .txt .transfer_box span{display: inline-block;box-sizing:border-box;padding: 0 24px;vertical-align: top;width:auto;height:48px;line-height:46px;border-radius:24px;background:#333;text-align: center;font-size:22px;color:#fff;font-weight:700;position: relative;}
		.main_contact .request_box .request_cont .txt .transfer_box span + span{margin-left:40px;}
		.main_contact .request_box .request_cont .txt .transfer_box span + span:before{width:18px;height:1px;content:"";background:#ccc;position: absolute;left:-30px;top:50%;transform:translateY(-50%);}
		.main_contact .request_box .request_cont .txt .transfer_box span + span:after{width:1px;height:18px;content:"";background:#ccc;position: absolute;left:-22px;top:50%;transform:translateY(-50%);}
		.main_contact .request_box .request_cont .txt em{display: block;font-size:16px;color:#666;font-weight:400;margin-top:29px;word-break:keep-all;}
		.main_contact .request_box .request_cont .img{width:37%;position: absolute;right:0;top:-36px;}

		.main_contact .msg_box{width:40.3%;padding-left:59px;padding-right:69px;background:rgba(0,139,206,0.03);}
		.main_contact .msg_table{text-align: left;margin-top:35px;}
		.main_contact .msg_table thead tr th{box-sizing:border-box;border-bottom:1px solid #ddd;padding-left:20px;padding-bottom:8px;font-size:20px;color:#333;font-weight:600;}
		.main_contact .msg_table tbody tr th, .main_contact .msg_table tbody tr td{box-sizing:border-box;border-bottom:1px solid #ddd;vertical-align: top;padding:4px 0;font-size:16px;font-weight:400;padding-left:20px;line-height:26px;}
		.main_contact .msg_table tbody tr th{background:#f5f5f5;color:#333;}
		.main_contact .msg_table tbody tr td{color:#666;background:#fff;}

		@media only screen and (min-width:1024px){
			/* main ani */
				.main_index .section{opacity:0; transition:all 1.5s; transform:scale(0.85, 0.9); overflow:hidden;}
				.main_index .section.active{opacity:1; transform:scale(1);}
				.main_index #section01, .main_index #section07{opacity:1; transform:none; transition:none;}

			/* aos */
				.main_index [data-aos]{opacity:1; transform:none;}

			/*over*/
				body #fp-nav ul li a span:hover{background:#fff;}
				body #fp-nav ul li a span:hover:before{opacity:1;}

				.main_visual .control_box .arw:hover{opacity:1;}

				.main_edu .bnr_box li:hover .txt_box dd:after{margin-left:30px;transition:all 0.5s;}	

				.main_news .news_box .board_ul li:hover{box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.2);border-radius:0 0 40px 0;}
				.main_news .news_box .board_ul li:hover:before{height: 0;transition:all 0.5s;}
				.main_news .news_box .board_ul li:hover .thumb{height: 0;}
				.main_news .news_box .board_ul li:hover .txt .board_tit{color:#013888;}
				.main_news .news_box .board_ul li:hover .txt .title{color:#111;}
				.main_news .news_box .board_ul li:hover .txt .cont{color:#888;}
				.main_news .news_box .board_ul li:hover .txt .date{color:#888;}
				.main_news .news_box .board_ul li:hover .txt .more{opacity: 0;}

				.main_contact .howto .process li:hover{background-color: #fff !important;border-color: #ddd;box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.2);border-radius:0 0 40px 0;transition:all 0.5s;}
				.main_contact .howto .process li:nth-child(1):hover{background:url('../images/skin/icon-howto-01.png')no-repeat right 40px bottom 40px;}
				.main_contact .howto .process li:nth-child(2):hover{background:url('../images/skin/icon-howto-02.png')no-repeat right 40px bottom 40px;}
				.main_contact .howto .process li:nth-child(3):hover{background:url('../images/skin/icon-howto-03.png')no-repeat right 40px bottom 40px;}
				.main_contact .howto .process li:nth-child(4):hover{background:url('../images/skin/icon-howto-04.png')no-repeat right 40px bottom 40px;}
				.main_contact .howto .process li:nth-child(5):hover{background:url('../images/skin/icon-howto-05.png')no-repeat right 40px bottom 40px;}

				.main_contact .howto .process li:hover dl dt{color:#111;}
				.main_contact .howto .process li:hover dl dd{color:#666;}
				
		}

		@media only screen and (max-width:1750px){
			#wrap .main_visual .video_box{top:50%;}

			/*contact*/
				.main_contact .howto .process li{padding:44px 15px 42px 15px;background-position:right 20px bottom 20px !important;}
				.main_contact .howto .process li dl dt{font-size:18px;line-height:26px;height:52px;}
				.main_contact .howto .process li dl dd{font-size:14px;}
				.main_contact .howto .process li dl dd a{width:100px;}

				.main_contact .request_box{padding-left:24px;padding-right:15px;}
				.main_contact .request_box .request_cont .txt{width:70%;}
				.main_contact .request_box .request_cont .txt strong{font-size:24px;line-height:34px;}
				.main_contact .request_box .request_cont .txt strong br{display: none;}
				.main_contact .request_box .request_cont .txt p{font-size:14px;}
				.main_contact .request_box .request_cont .txt .transfer_box span{padding: 0 22px;/* width:210px; */font-size:18px;}

				.main_contact .msg_box{padding-right:30px;padding-left:30px;}
				.main_contact .msg_table tbody tr th, .main_contact .msg_table tbody tr td{font-size:14px;}

		}
		@media only screen and (max-width:1650px){
			/*visual*/
				.main_visual .txt_box{width:100%;box-sizing:border-box;padding:0 30px;}
				.main_visual .slick-dots{left:110px;}
				.main_visual .control_box{left:30px;}
				.main_visual .control_box .slickBtn{margin-left:140px;}	
				
			/*news*/
				.main_news .news_box .board_ul li .txt .more {right: 65px;}
				
		}
		@media only screen and (max-width:1500px){
			/*visual*/
				#wrap .main_visual .video_box{width:110%;}

			/*edu*/
				.main_edu .bnr_box li .thumb{padding-bottom:50%;}
				.main_edu .bnr_box li .txt_box{padding:0 0 20px 20px;}

				.main_edu .edu_cal{padding-left:50px;}
				.main_edu .cal_box .cal_table tbody tr td .day_box .day{font-size:12px;}
				.main_edu .cal_box .cal_table tbody tr td .date_box{padding:5px 0 0;width:100%;}
				
			/*contact*/
				.main_contact .request_box .request_cont .txt .transfer_box span {padding: 0 20px; font-size: 17px;}
		}
		@media only screen and (max-width:1350px){
			/*공통*/
				.main_w_custom{padding:0 80px 0 30px;}

			/*edu*/
				.main_edu .bnr_box li .txt_box dt{font-size:30px;}
				.main_edu .bnr_box li .txt_box dd{font-size:14px;}
				.main_edu .bnr_box li .txt_box dd:after{width:60px;height:10px;}

			/*news*/
				.main_news .news_box .board_ul li .txt .more {right: 50px;}
				
			/*contact*/
				.main_contact h4{font-size:20px;}
				.main_contact .howto .process{width:calc(100% + 14px);margin-left:-7px;}
				.main_contact .howto .process li{margin:0 7px;width:calc(20% - 14px);}
				.main_contact .howto .process li + li:before{width:30px;height:30px;background-size:auto 100%;left:-25px;}
				.main_contact .howto .process li dl dt{height:78px;}

				.main_contact .request_box .request_cont .txt .tel{font-size:36px;}
				.main_contact .request_box .request_cont .txt strong{font-size:20px;line-height:28px;}
				.main_contact .request_box .request_cont .txt em{font-size:14px;}
				.main_contact .request_box .request_cont .txt .transfer_box span{padding: 0 18px; width:auto;font-size:15px;}
				.main_contact .request_box .request_cont .txt .transfer_box span + span {margin-left: 36px;}
				.main_contact .request_box .request_cont .txt .transfer_box span + span:before {left: -28px;}
				.main_contact .request_box .request_cont .txt .transfer_box span + span:after {left: -20px;}

				.main_contact .msg_table thead tr th{font-size:16px;padding-left:10px;}
				.main_contact .msg_table tbody tr th, .main_contact .msg_table tbody tr td{font-size:13px;padding-left:10px;}
		}
		@media only screen and (max-width:1200px){
			/*visual*/
				.main_visual .txt_box h2{font-size:58px;}

			/*news*/
				.main_news .news_title{width:23.5%;}
				.main_news .news_title .news_tab li span {font-size: 19px; padding-bottom: 8px;}
				.main_news .news_content{width:76.5%;box-sizing:border-box;padding-left:20px;}
				.main_news .news_box .board_ul li{min-height:330px;}
				.main_news .news_box .board_ul li .txt .board_tit{font-size:16px;}
				.main_news .news_box .board_ul li .txt .title{font-size:20px;line-height:30px;}
				.main_news .news_box .board_ul li .txt .cont{font-size:16px;line-height:26px;}

			/*contact*/
				.main_contact .howto .process li{width:calc(50% - 14px);margin:0 7px 15px;min-height:220px;}
				.main_contact .howto .process li:nth-child(3){order:3;}
				.main_contact .howto .process li:nth-child(3):before,
				.main_contact .howto .process li:nth-child(5):before{left:50%;transform:translate(-50%, 0) rotate(90deg);top:-24px;}
				.main_contact .howto .process li:nth-child(4){order:2;}
				.main_contact .howto .process li:nth-child(4):before{transform:scaleX(-1) translateY(-50%);left:auto;right:-21px;;}
				.main_contact .howto .process li:nth-child(5){order:4;}
				.main_contact .howto .process li dl dt{height:auto;}

				.main_contact .request_box, .main_contact .msg_box{width:100%;padding-top:38px;padding-bottom:44px;}
				.main_contact .request_box .request_cont .txt{width:100%;}
				.main_contact .request_box .request_cont .txt strong,
				.main_contact .request_box .request_cont .txt p{width:70%;}
				.main_contact .msg_table thead tr th{font-size:18px;}
				.main_contact .msg_table tbody tr th, .main_contact .msg_table tbody tr td{padding:6px 0 6px 10px;font-size:15px;}

		}
		@media only screen and (max-width:1024px){
			/*visual*/
				.main_visual .scroll_down{display: none;}
				#wrap .main_visual, #wrap .main_visual .slick-slide{height:536px;}
				#wrap .main_visual .video_box{width:955px;height:570px;;}

			/*공통*/
				.main_w_custom{padding:0 30px 0 30px;}

			/*edu*/
				.main_edu{padding:100px 0;}
				.main_edu .edu_bnr, .main_edu .edu_cal{width:100%;}
				.main_edu .bnr_box{margin-top:20px;font-size:0;}
				.main_edu .bnr_box li{display: inline-block;vertical-align: top;width:calc(50% - 15px);}
				.main_edu .bnr_box li + li{margin:0 0 0 30px;}
				.main_edu .bnr_box li .thumb{padding-bottom:40%;}

				.main_edu .edu_cal{padding:0;margin-top:60px;}
				.main_edu .cal_box{margin-top:20px;}
				.main_edu .cal_box .cal_table tbody tr td .day_box .day{font-size:14px;}

			/*news*/
				.main_news .news_box .board_ul li{margin:0 0 30px 20px;width:calc(50% - 10px);}
				.main_news .news_box .board_ul li .txt {padding: 40px 30px;}
				.main_news .news_box .board_ul li .txt .more {bottom: 30px;}
		}
		@media only screen and (max-width:860px){
			/*공통*/
				.main_title h3{font-size:24px;}

			/*edu*/
				.main_edu{padding:80px 0;}
				.main_edu .bnr_box li{width:calc(50% - 7.5px);}
				.main_edu .bnr_box li + li{margin-left:15px;}
				.main_edu .bnr_box li .txt_box dt{font-size:20px;}
				.main_edu .bnr_box li .txt_box dd{font-size:12px;}
				.main_edu .bnr_box li .txt_box dd:after{margin-left:8px;width:45px;height:8px;}

				.main_edu .cal_box .cal_title .year{font-size:20px;}
				.main_edu .cal_box .cal_title{background-size:auto 20px;}
				.main_edu .cal_box .cal_title .btn_box .cal_arw{width:30px;height:30px;background-size:auto 45%;}

				.main_edu .cal_box .cal_table{margin-top:15px;}
				.main_edu .cal_box .cal_table thead tr th{font-size:14px;padding:15px 0 10px 5px;}
				.main_edu .cal_box .cal_table tbody tr td .day_box{min-height:46px;}
				.main_edu .cal_box .cal_table tbody tr td .day_box .day{font-size:12px;}
				.main_edu .cal_box .cal_table tbody tr td .date_box span{font-size:11px;}
				.main_edu .cal_box .cal_table tbody tr td .date_box span:before{width:15px;height:15px;background-size:auto 100%;}
				
			/*news*/
				.main_news{padding-top:100px;}
				.main_news .news_title .main_title p{font-size:14px;}
				.main_news .news_title .news_tab{margin-top:40px;}
				.main_news .news_title .news_tab li span{font-size:18px;padding-bottom:6px;}
				.main_news .news_box .board_ul li{min-height:230px;}
				.main_news .news_box .board_ul li .txt{padding:30px 24px;}
				.main_news .news_box .board_ul li .txt .board_tit{font-size:14px;}
				.main_news .news_box .board_ul li .txt .title{font-size:18px;line-height:24px;margin-top:12px;}
				.main_news .news_box .board_ul li .txt .cont{font-size:15px;line-height:22px;}
				.main_news .news_box .board_ul li .txt .date{font-size:13px;margin-top:20px;}
				.main_news .news_box .board_ul li .txt .more {right: 40px; bottom: 20px; width: 36px; height: 36px;}
				.main_news .news_box .board_ul li .txt .more:before {height: 15px;}
				.main_news .news_box .board_ul li .txt .more:after {width: 15px;}

			/*contact*/
				.main_contact{padding:80px 0 60px;}
				.main_contact h4{font-size:16px;}
				.main_contact h4:before{width:24px;height:22px;background-size:auto 100%;margin-right:7px;}
				.main_contact .howto{margin-top:24px;}
				.main_contact .howto .process{margin-top:12px;}
				.main_contact .howto .process li{padding:22px 10px 65px 10px;background-position:right 10px bottom 10px !important;min-height:initial;}
				.main_contact .howto .process li:nth-child(1){background-size:auto 25px;}
				.main_contact .howto .process li:nth-child(2){background-size:auto 25px;}
				.main_contact .howto .process li:nth-child(3){background-size:auto 25px;}
				.main_contact .howto .process li:nth-child(4){background-size:auto 25px;}
				.main_contact .howto .process li:nth-child(5){background-size:auto 25px;}
				.main_contact .howto .process li dl dt{font-size:16px;line-height:22px;}
				.main_contact .howto .process li dl dd{margin-top:8px;font-size:13px;}
				.main_contact .howto .process li dl dd a{width:100%;margin-top:15px;height:36px;line-height:34px;}

				.main_contact .contact_box{margin-top:35px;}
				.main_contact .request_box, .main_contact .msg_box{padding:30px 15px 40px;}
				.main_contact .request_box .request_cont .txt{margin-top:18px;}
				.main_contact .request_box .request_cont .txt .tel{font-size:28px;}
				.main_contact .request_box .request_cont .txt strong{font-size:16px;line-height:22px;margin-top:15px;}
				.main_contact .request_box .request_cont .txt p{font-size:13px;margin-top:7px;}
				.main_contact .request_box .request_cont .txt p br{display: none;}
				.main_contact .request_box .request_cont .txt .transfer_box{margin-top:36px;}
				.main_contact .request_box .request_cont .txt .transfer_box span{width:100%; padding: 0;}
				.main_contact .request_box .request_cont .txt .transfer_box span + span{margin:30px 0 0 0;}
				.main_contact .request_box .request_cont .txt .transfer_box span + span:before{left:50%;transform:translate(-50%);top:-16px;}
				.main_contact .request_box .request_cont .txt .transfer_box span + span:after{left:50%;transform:translate(-50%);top:-24px;}
				.main_contact .request_box .request_cont .txt em{margin-top:12px;}

				.main_contact .msg_table{margin-top:18px;}
				.main_contact .msg_table tbody tr th, .main_contact .msg_table tbody tr td{font-size:14px;line-height:20px;}
				.main_contact .msg_table thead tr th{font-size:16px;}

		}
		@media only screen and (max-width:740px){
			/*news*/
				.main_news{padding-top:80px;}
				.main_news .news_title, .main_news .news_content{width:100%;}
				.main_news .news_title{margin-top:0;}
				.main_news .news_title .main_title p{margin-top:10px;}
				.main_news .news_title .main_title p br{display: none;}
				.main_news .news_title .news_tab{margin-top:28px;}
				.main_news .news_title .news_tab li{display: inline-block;margin:0 20px 0 0;}
				.main_news .news_title .news_tab li span{font-size:16px; padding-bottom: 5px;}

				.main_news .news_content{padding:0;margin-top:40px;}
				.main_news .news_box .board_ul li{min-height:initial;}
				.main_news .news_box .board_ul li:nth-of-type(2n+1){transform:none;}
				.main_news .news_box .board_ul li .txt{padding:30px 20px;}
				.main_news .news_box .board_ul li .txt .title{height:48px;}
		}
		@media only screen and (max-width:640px){
			/*visual*/
				#wrap .main_visual, #wrap .main_visual .slick-slide{height:60vh;}
				/* #wrap .main_visual .img_box{display:block;width:100%;height:100%;}
				#wrap .main_visual .video_box{display: none;} */
				.main_visual .txt_box{top:auto;bottom:0;}
				.main_visual .txt_box .txtAni{opacity:1;transform:none;}

				.main_visual .txt_box{padding:0 15px;}
				.main_visual .txt_box h2{font-size:46px;}
				.main_visual .txt_box p{font-size:16px;margin-top:20px;}
				.main_visual .slick-dots{left:90px;bottom:10.4vh;}
				.main_visual .slick-dots li + li{margin-left:20px;}
				.main_visual .control_box{bottom:10vh;left:15px;}
				.main_visual .control_box .slickBtn{margin-left:100px;}

			/*공통*/
				.main_w_custom{padding:0 15px;}

			/*edu*/
				.main_edu .bnr_box li{width:100%;}
				.main_edu .bnr_box li + li{margin:15px 0 0 0;}
				.main_edu .bnr_box li .txt_box dt{font-size:24px;}
				.main_edu .bnr_box li .txt_box dd{font-size:14px;}

		}
		@media only screen and (max-width:500px){
			/*visual*/
				.main_visual .txt_box h2{font-size:36px;}
				.main_visual .txt_box p{font-size:14px;}

			/*공통*/
				.main_title h3{font-size:20px;}

			/*edu*/
				.main_edu{padding:60px 0;}
				.main_edu .bnr_box{margin-top:10px;}
				.main_edu .bnr_box li .txt_box{padding:0 0 15px 15px;}
				.main_edu .bnr_box li .txt_box dt{font-size:18px;}

				.main_edu .edu_cal{margin-top:40px;}
				.main_edu .cal_box{margin-top:10px;}
				.main_edu .cal_box .cal_title .year{font-size:16px;}
				.main_edu .cal_box .cal_title .btn_box{margin-left:10px;}
				.main_edu .cal_box .cal_table{margin-top:10px;}
				.main_edu .cal_box .cal_table thead tr th{font-size:12px;padding:15px 0 10px 0px;}
				.main_edu .cal_box .cal_table tbody tr td .day_box{padding:6px 4px;}
				.main_edu .cal_box .cal_table tbody tr td .day_box .day{font-size:10px;}
				.main_edu .cal_box .cal_table tbody tr td .date_box span{display: block;}
				.main_edu .cal_box .cal_table tbody tr td .date_box span:before{display: block;width:13px;height:13px;margin-bottom:2px;}

			/*news*/
				.main_news{padding-top:60px;}
				.main_news .news_title .main_title p{margin-top:3px;}
				.main_news .news_title .news_tab{margin-top:20px;}
				.main_news .news_title .news_tab li{margin-right:10px;}

				.main_news .news_content{margin-top:30px;}
				.main_news .news_box .board_ul li{width:100%;margin:0 0 15px;}
				.main_news .news_box .board_ul li .txt .title{height:auto;font-size:16px;}
				.main_news .news_box .board_ul li .txt .cont{font-size:14px;}
				.main_news .news_box .board_ul li .txt .date{margin-top:15px;}
				.main_news .news_box .board_ul li .txt .more {width: 34px; height: 34px; right: 30px;}
				.main_news .news_box .board_ul li .txt .more:before {height: 14px;}
				.main_news .news_box .board_ul li .txt .more:after {width: 14px;}

			/*contact*/
				.main_contact{padding:50px 0 60px;}
				.main_contact .howto .process{width:100%;margin-left:0;}
				.main_contact .howto .process li{width:100%;margin:0 0 15px;}
				.main_contact .howto .process li + li:before{left:50% !important;transform:translate(-50%, 0) rotate(90deg) !important;top:-24px;}
				.main_contact .howto .process li:nth-child(3){order:2;}

				.main_contact .contact_box{border-radius:0 0 20px;}
				.main_contact .request_box .request_cont .txt .tel{font-size:22px;}
				.main_contact .request_box .request_cont .txt strong{font-size:14px;line-height:20px;}
				.main_contact .request_box .request_cont .txt p{font-size:12px;line-height:18px;}
				.main_contact .request_box .request_cont .txt .transfer_box{margin-top:22px;}
				.main_contact .request_box .request_cont .txt .transfer_box span{height:40px;line-height:38px;font-size:14px;}
				.main_contact .request_box .request_cont .txt .transfer_box span + span:before{width:15px;}
				.main_contact .request_box .request_cont .txt .transfer_box span + span:after{height:15px;top:-23px;}
				.main_contact .request_box .request_cont .txt em{font-size:13px;}
				
				.main_contact .msg_table table col:first-child{width:36.5% !important;}
				.main_contact .msg_table thead tr th{font-size:14px;padding-left:5px;}
				.main_contact .msg_table tbody tr th, .main_contact .msg_table tbody tr td{font-size:12px;line-height:18px;padding-left:5px;}
		}
	