@charset "utf-8";

html {font-size:62.5%; }
@media screen and (max-width: 1024px){
	html {font-size:58%; }
}
@media screen and (max-width: 768px){
	html {font-size:50%; }
}
body {font-family:'Noto Sans KR', 'Play','Pretendard', 'Malgun Gothic',  'Nanum Gothic',dotum,Helvetica,Apple SD Gothic Neo,sans-serif;color:#222;min-width:340px; background: #fff;
		/*font-size:16px;font-size:62.5%;  */
	word-break:keep-all; }




a, a:hover {text-decoration: none;}
.bg_primary {background-color:#163f8c;}
.bg_sub {}
.img-responsive {display: block;max-width: 100%;height: auto;}
.ir-pm {display:block;overflow:hidden;font-size:0px;line-height:0;text-indent:-9999px} /* 사용된 이미지내 의미있는 텍스트의 대체텍스트를 제공할때 */
.ir-wa {display:block;overflow:hidden;position:relative;width:100%;height:100%;z-index:-1} /* 중요한 이미지 대체텍스트로 이미지off시에도 대체 텍스트를 보여주고자 할때 */
.screen-out {display:block;overflow:hidden;position:absolute;left:-9999px;width:1px;height:1px;font-size:0;line-height:0;text-indent:-9999px} /* 대체텍스트가 아닌 접근성을 위한 숨김텍스트를 제공할때 */
.screen-hide {font-size:0;line-height:0;visibility:hidden} /* screen_out클래스를 사용할 수 없으며, 해당 텍스트를 숨겨야 할때 */
.blind {overflow:hidden;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0}

.tran-animate {-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
.fd-transition {-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;-ms-transition: all .3s ease;transition: all .3s ease;}
.fd-transition-2 {-webkit-transition: all .9s ease;-moz-transition: all .9s ease;-o-transition: all .9s ease;-ms-transition: all .9s ease;transition: all .9s ease;}

.teleNum {color:inherit !important}

.parallax-init-opcity {opacity: 0;-webkit-transform: translateY(-100%);transform: translateY(-100%);-webkit-transition: all 0.5s ease;transition: all 0.5s ease;}
.parallax-init-opcity.add-stage {opacity: 1;-webkit-transform: translateY(0);transform: translateY(0);}

.font_nanum {font-family: 'Nanum Gothic'}
.font_noto {font-family: 'Noto Sans KR';}
.font_malgun {font-family: 'Malgun Gothic'}
.font_open {font-family: 'Open Sans';}
.font_montserrat {font-family: 'Montserrat';}
.font_poppins {font-family: 'Poppins', sans-serif;}
.font_roboto {font-family: 'Roboto';}
.font_verdana {font-family: 'Verdana';}
.font_encode {font-family:'Encode Sans', sans-serif;}

.font_MontHeavy {font-family: 'Mont-Heavy';}
.font_MontLight {font-family: 'Mont-ExtraLight';}


.point {color:#c7000a !important;}

.txt_r {text-align:right !important;}
.txt_l {text-align:left !important;}
.txt_c {text-align:center !important;}
.txt_b {font-weight:bold;}

.fl_left {float:left;}
.fl_right {float:right;}

.clear_fix {width:100%; position:relative;}
.clear_fix:after {display:block;clear:both;content:''}

.wid_1400 {width:100%; max-width:1400px; margin:auto;}
.wid_1600 {width:100%; max-width:1600px; margin:auto;}

	@media screen and (max-width: 1600px){
		.wid_1600 {padding:0 0px;}
	}

	@media screen and (max-width: 1400px){
		.wid_1400 {padding:0 0px;}
		.pd_side {padding-left:15px; padding-right:15px;}
	}

/*
** opacity
*/
.opacity_0	{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";opacity: 0;filter: alpha(opacity=0);zoom:1;}
.opacity_10 {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";opacity: 0.1;filter: alpha(opacity=10);zoom:1;}
.opacity_15 {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";opacity: 0.15;filter: alpha(opacity=15);zoom:1;}
.opacity_20 {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";opacity: 0.2;filter: alpha(opacity=20);zoom:1;}
.opacity_25 {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";opacity: 0.25;filter: alpha(opacity=25);zoom:1;}
.opacity_30 {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";opacity: 0.3;filter: alpha(opacity=30);zoom:1;}
.opacity_35 {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";opacity: 0.35;filter: alpha(opacity=35);zoom:1;}
.opacity_40 {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";opacity: 0.4;filter: alpha(opacity=40);zoom:1;}
.opacity_45 {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";opacity: 0.45;filter: alpha(opacity=45);zoom:1;}
.opacity_50 {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";opacity: 0.5;filter: alpha(opacity=50);zoom:1;}
.opacity_55 {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";opacity: 0.55;filter: alpha(opacity=55);zoom:1;}
.opacity_60 {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";opacity: 0.6;filter: alpha(opacity=60);zoom:1;}
.opacity_65 {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";opacity: 0.65;filter: alpha(opacity=65);zoom:1;}
.opacity_70 {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";opacity: 0.7;filter: alpha(opacity=70);zoom:1;}
.opacity_75 {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";opacity: 0.75;filter: alpha(opacity=75);zoom:1;}
.opacity_80 {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";opacity: 0.8;filter: alpha(opacity=80);zoom:1;}
.opacity_85 {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";opacity: 0.85;filter: alpha(opacity=85);zoom:1;}
.opacity_90 {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";opacity: 0.9;filter: alpha(opacity=90);zoom:1;}
.opacity_95 {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";opacity: 0.95;filter: alpha(opacity=95);zoom:1;}

.k_wrap {display:block;width:100%;clear:both;position: relative;}
.k_wrap:after {display:block;height:0;content:".";font-size:0;visibility:hidden;clear:both;}
.k_container {position:relative;width:100%;max-width:1600px;height:100%; margin:0;padding:0;clear:both;}
.k_container:after {display:block;height:0;content:".";font-size:0;visibility:hidden;clear:both;}
.k_container.type_center {margin:0 auto;}

.k_container_wide_contents {width:100% !important; min-width: 100% !important;}
.k_container_wide_contents:after {display:block;height:0;content:".";font-size:0;visibility:hidden;clear:both;}

.k_container1000 {position:relative;width:1000px;min-width:1000px;margin:0;padding:0;clear:both;}
.k_container1000:after {display:block;height:0;content:".";font-size:0;visibility:hidden;clear:both;}
.k_container1000.type_center {margin:0 auto;}

.scrollOpacity {opacity:0;transition:opacity 1s;}
.scrollOpacity.active {opacity:1;}

.pc_only {display: block;}
.mobile_only {display: none}

/*@media( max-width:1500px ) {
	.k_wrap {width:100%; min-width: 100%; }
	.k_container {width:100%;min-width: 100%;max-width: 100%; }
}
*/

@media( max-width:1024px ) {
	.k_wrap {width:100%; min-width: 100%}
	.k_container {width:100%;min-width: 100%;max-width: 100%}
	.mobile_only {display: block}
}

@media( max-width:768px ) {
	.k_wrap {width:100%;min-width: 100%}
	.k_container {width:100%;min-width: 100%;max-width: 100%}
}

#wrap {height:auto;background:transparent;}


#m_menu {display: none; position: absolute; top: 0; right: 10px; width: 25px; height: 87px;}


/*top*/
header#header {position:fixed;top:0;left:0; width: 100%;z-index: 900;padding:0 0;  /* background-color: rgba(255,255,255,1); */}
header#header:before {position: absolute;content: '';width:100%;height:100%;/*background: #000;opacity: 0.3;*/}
/*header#header:after {position: absolute;content: '';width:100%;height:1px;background: #fff;opacity: 0.3;bottom: 0;}*/
/*header#header:hover {background-color: rgba(0,0,0,0.6);}*/
header#header:hover #gnbnav ul.gnb_list > li > a {/*color:#000000;*/}
/*header#header:hover div#totalMenu .header_sp_first__r__btnm__over span {background:#000000}*/

header#header:hover .header_wrap div.logo {/* background-image: url(../img/logo_b.png); */}
header.bg {background-color: rgba(255,255,255,1);/*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";opacity: 0.65;filter: alpha(opacity=65);*/zoom:1;}
/*header.sub.bg {position: relative; width: 100%;background-image: url("../img/sub_vg.jpg"); background-repeat: no-repeat; background-position: center; height: 441px;}
header.bg {position: relative; width: 100%;height: 936px;}*/

header.bg div.logo{background-image: url(../img/logo_b.png);background-color:#fff;}

header.bg #gnbnav ul.gnb_list > li > a{color:#000}
header.bg #gnbnav ul.gnb_list > li > a:hover{color:#8cc63e}

header#header.m-fixed {top: 0;padding:0;background:#fff}
header#header.m-fixed #gnbnav ul.gnb_list > li > a{color:#000}
.header_wrap {width: 100%; }
/*.header_wrap.active {background-color: rgba(0,0,0,0.4);}*/
.headerBox {position: relative;  width:100%;margin:0 auto; height:100px;border-bottom:1px solid rgba(255,255,255,.5)}
.header_wrap div.logo {position: relative; z-index:101; top:0; left:0; margin:0; width: 420px; height: 100%; background-image: url("../img/logo.png"); float:left; background-repeat: no-repeat; background-position: 165px center; background-color:#8cc63e}
.header_wrap h1 {margin:0}
.header_wrap h1 a {display: block;height:99px;}

header.bg .headerBox {border-bottom:solid 1px #c5e09b;}

/*.header_wrap div.lang {position: absolute;  width: 4.3rem; height: 4.3rem;

    right: 50px;
	top:30px;
    border-radius: 50%;
	}
#lang_btn {cursor: pointer}
#lang_btn02 {display:none; cursor: pointer}
.header_wrap div.lang .material-icons {color:#fff; font-size:2.8rem; font-weight:100; -webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s}
.header_wrap div.lang div.lang_m ul.lang_sub148 {display:none; margin-top:5px; width:80px; margin-left:-25px; background:#fff; border:1px solid #ddd;}
.header_wrap div.lang div.lang_m ul.lang_sub li a {font-size:1.4rem; color:#222; text-align:center; display:block;padding:7px 0;  border:0;}
.header_wrap div.lang div.lang_m ul.lang_sub li a.active {color:red;}*/




.header_wrap div.lang {position:absolute; right:180px; top: 25px;}
.header_wrap div.lang div.lang_m {}
.header_wrap div.lang div.lang_m ul.lang_sub {padding:5px; }
.header_wrap div.lang div.lang_m ul.lang_sub li { margin-bottom:10px; position: relative; display:inline-block;}
.header_wrap div.lang div.lang_m ul.lang_sub li a {font-size: 16px; font-weight: 700; text-align: center;  padding:3px 10px; color:#a7a7a7; line-height: 33px;}
.header_wrap div.lang div.lang_m ul.lang_sub li a:hover,
.header_wrap div.lang div.lang_m ul.lang_sub li a.active {color:#2d2d2d; }

/*.header_wrap div.lang div.lang_m ul.lang_sub li a.color_grey {color:#9c9c9c;}
.header_wrap div.lang div.lang_m ul.lang_sub.color_grey02  {border:1px solid rgba(156, 156, 156, 0.5);}*/



/*헤더 검색바*/
.menu_search-box {width:100%; max-width:216px; position:absolute; top:30px; right:180px; }
.menu_search-box input {width:100%; height:38px; border-radius:38px; padding-left:40px; padding-bottom:2px; color:rgba(180,180,180, 1); background:rgba(255, 255, 255, 0.25);  font-size: 15px; border:1px solid #d9d9d9;}
.btn-search01 {
  width: 25px;
  height: 25px;
  border-style: none;
  font-size: 13px;
  font-weight: bold;
  outline: none;
  cursor: pointer;

  position: absolute;
  left: 15px;
  top: 8px;
  color:#ffffff ;
  background: url("../img/menu_serch_icon.png") no-repeat;
  background-color:transparent;


}

.input-search01::placeholder{
  color:#b4b4b4;
  font-size: 13px;
  letter-spacing: -0.05px;
  font-weight: 100;
}

@media( max-width:768px ) {
	.menu_search-box {max-width:160px;}

}




/* 전체 메뉴 */
div#totalMenu {position: absolute;right:100px; top:18px;cursor: pointer;  text-align: center;width:60px;height:60px; z-index: 2000; /*background: url(../img/btn_open.png) no-repeat;background-position: center;*/}
div#totalMenu div.bars {position: relative;width:60px;height:60px;overflow: hidden;margin:0px auto;}
div#totalMenu div.bars span.bline {display:block;background:#000;width:100%;height:1px;margin:0;}
div#totalMenu div.bars span.bline.top {position: absolute;top:18px; left:12px; width:32px;}
div#totalMenu div.bars span.bline.mid1 {position: absolute;top:28px; left: 12px; width:32px;}
div#totalMenu div.bars span.bline.mid2 {position: absolute;top:28px;left: 12px; width:32px;}
div#totalMenu div.bars span.bline.bot {position: absolute;top:38px; left:12px; width:32px;}
div#totalMenu div.bars span.bline.box_top {display:none; position: absolute;top:0px; height:0px; background:#c9c9c9}
div#totalMenu div.bars span.bline.box_bottom {display:none; position: absolute;bottom:0px; height:0px; background:#c9c9c9}
div#totalMenu div.bars span.bline.box_left {display:none; position: absolute;left:0px; width:0px; height:100%; background:#c9c9c9}
div#totalMenu div.bars span.bline.box_right {display:none; position: absolute; right:0px; width:0px; height:100%; background:#c9c9c9}
#hd.on div#totalMenu {border:3px solid #000;}
#hd.on div#totalMenu div.bars span.bline {background:#000;}


/*div#totalMenu:hover div.bars span.bline.top {width:24px; transition:width 0.6s}
div#totalMenu:hover div.bars span.bline.bot {width:24px; transition:width 0.6s}*/



/*div#totalMenu.on {top:137px;}*/

div#totalMenu.on div.bars span.bline.top,
div#totalMenu.on div.bars span.bline.bot {opacity:0;}
div#totalMenu.on div.bars span.bline.mid1 {display:block;transform: rotate( 45deg );width:30px; background:#222 !important; height:2px;}
div#totalMenu.on div.bars span.bline.mid2 {display:block;transform: rotate( -45deg );width:30px; background:#222 !important; height:2px;}
div#totalMenu.on div.bars span.bline.box_top {display:block; position: absolute;top:0px; height:0px; background:#c9c9c9}
div#totalMenu.on div.bars span.bline.box_bottom {display:block; position: absolute;bottom:0px; height:0px; background:#c9c9c9}
div#totalMenu.on div.bars span.bline.box_left {display:block; position: absolute;left:0px; width:0px; height:100%; background:#c9c9c9}
div#totalMenu.on div.bars span.bline.box_right {display:block; position: absolute; right:0px; width:0px; height:100%; background:#c9c9c9}


#hd_wrapper div.subMenu {position: absolute;right: 50px;top: 50px;}
#hd_wrapper div.subMenu ul.sm {}
#hd_wrapper div.subMenu ul.sm li {margin-bottom: 15px}
#hd_wrapper div.subMenu ul.sm li a { display:block;padding-left:60px;position: relative;}
#hd_wrapper div.subMenu ul.sm li a span {font-size:1.1em;line-height: 1.2; color:#000; }
#hd_wrapper div.subMenu ul.sm li a.active:before {content:'';position: absolute;top:10px;left:0;width:40px;height: 2px;background: #2f2f2f}


.total_menu_bg {display: none;position: fixed;width: 100%;background-color: rgba(0,0,0,.5);left: 0;top: 0; z-index: 1099;}
.total_menu_contain {z-index: 100; position: fixed;width: 100%;top:-100%; background:#f8f8f8 /*url('../img/totalmenu_bg.jpg')no-repeat center bottom*/; background-size:cover; color:#fff; overflow: hidden; height:700px!important;}
.total_menu_contain.active {top: 0;}
.total_menu_contain .total_menu_in {/*display: table; table-layout: fixed; */ height: 700px; width: 100%;}
.total_menu_contain .total_menu_in .total_menu_inner {/*display: table-cell; */   vertical-align: middle;height: 100%;padding:0;overflow-y: auto;}
.total_menu_contain .total_menu_in .total_menu_inner .total_menu_in_bottom {width:300px; margin:0 auto; }
.total_menu_contain .total_menu_in .total_menu_inner .total_menu_in_bottom .total_menu_in_bottom_btn {float:left; width:130px; height:34px; font-size:1.5rem; line-height:30px; color:#000; text-align:center; border:solid 1px #ffffff; margin-right:35px; }
.total_menu_contain .total_menu_in .total_menu_inner .total_menu_in_bottom .total_menu_in_bottom_btn:last-child {margin-right:0px;}
.total_menu_contain .total_menu_in .total_menu_inner .total_menu_in_bottom .total_menu_in_bottom_btn a {color:#ffffff}


.total_menu_in .t_menu_list {width:100%; font-size:0; margin:156px auto;position: relative; max-width:1500px; display:flex; }
/*.total_menu_in .t_menu_list:before {content:""; display:block;width:100%; height:2px; background:#ff9016;position: absolute;top:-60px;}*/

.total_menu_in .t_menu_list div.t_menu_list_sub {/*display:inline-block; width:25%;*/ width:25%; height: 360px; vertical-align:top; text-align:center; border-right:solid 1px #ccc; padding-top:24px;}
.total_menu_in .t_menu_list div.t_menu_list_sub:last-child {border-right: 0 none;}
.total_menu_in .t_menu_list div.t_menu_list_sub .title {position: relative;}
.total_menu_in .t_menu_list div.t_menu_list_sub .title .title1 {display:none; font-size:18px; color:#353535;  position: relative; text-transform: uppercase;}
.total_menu_in .t_menu_list div.t_menu_list_sub .title .title2 {font-size:3.2rem; color:#333333; font-weight:bold;  position: relative; display:inline-block;}
.total_menu_in .t_menu_list div.t_menu_list_sub .title .title2:after {position: absolute; top:3px; left:-20px; z-index:-1; content:"";  width:38px; height:38px; border-radius:100%;  background:#ec685e;}

.total_menu_in .t_menu_list div.t_menu_list_sub ul {padding-top: 25px;}
.total_menu_in .t_menu_list div.t_menu_list_sub li {}
.total_menu_in .t_menu_list div.t_menu_list_sub li > a {display:block; font-size:17px; color:#777;line-height:40px;}
.total_menu_in .t_menu_list div.t_menu_list_sub li > a:hover {color:#ec685e;font-weight:bold; }
.total_menu_in .t_menu_list div.t_menu_list_sub li > p { text-align:left;  padding:0;margin:0; }
.total_menu_in .t_menu_list div.t_menu_list_sub li > p a { display:block; font-size:1.0rem;line-height:1.5; color:#999999; font-weight:300; margin-bottom:10px; }







.header_sp_first__r,.header_sp_first__r__btnm__over{display:inline-block;text-align: left;}
.header_sp_first__r{position:relative;z-index:10;font-size:0;letter-spacing:0}
.header_sp_first__r__btnm{display:inline-block;vertical-align:middle;padding:35px 0;background: transparent;width:31px;height:85px;margin:0 auto;}
.header_sp_first__r__btnm__over span{display:inline-block; width: 31px; height: 3px;background-color:#f5f6f7;margin:0 auto 7px;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s}
.header_sp_first__r__btnm__over span:last-child{margin:0}

.header_sp_first__r__btnm__over span.line_second {width: 20px; margin-left: 10px;}
.header_sp_first__r__btnm__over span.line_thirt {}
.header_sp_first__r__btnm__over span.line_thirt{margin:-7px 0 5px 0;display: none}
.header_sp_first__r__btnm__over span.active.line_first{-webkit-transform-origin:90%;-moz-transform-origin:90%;-ms-transform-origin:90%;transform-origin:90%;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}
.header_sp_first__r__btnm__over span.active.line_second{-webkit-transform:scale(.9) rotate(45deg);-moz-transform:scale(.9) rotate(45deg);-ms-transform:scale(.9) rotate(45deg);-o-transform:scale(.9) rotate(45deg);transform:scale(.9) rotate(45deg)}
.header_sp_first__r__btnm__over span.active.line_thirt{-webkit-transform:scale(.9) rotate(135deg);-moz-transform:scale(.9) rotate(135deg);-ms-transform:scale(.9) rotate(135deg);-o-transform:scale(.9) rotate(135deg);transform:scale(.9) rotate(135deg)}
.header_sp_first__r__btnm__over span.active.line_four{-webkit-transform-origin:10%;-moz-transform-origin:10%;-ms-transform-origin:10%;transform-origin:10%;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}


/* 전체 메뉴 */

#hd_wrapper div.subMenu {position: absolute;right: 50px;top: 50px;}
#hd_wrapper div.subMenu ul.sm {}
#hd_wrapper div.subMenu ul.sm li {margin-bottom: 15px}
#hd_wrapper div.subMenu ul.sm li a { display:block;padding-left:60px;position: relative;}
#hd_wrapper div.subMenu ul.sm li a span {font-size:1.1em;line-height: 1.2; color:#000; }
#hd_wrapper div.subMenu ul.sm li a.active:before {content:'';position: absolute;top:10px;left:0;width:40px;height: 2px;background: #2f2f2f}

@media screen and (max-height: 1640px) {
	.total_menu_contain .total_menu_in .total_menu_inner {padding: 0 12rem;}
}

@media screen and (max-height: 970px) {
	.total_menu_contain {display:none;}
}

@media screen and (max-width: 1500px){
	div#totalMenu {right:10px; }
	.total_menu_contain {display:none;}

	.menu_search-box {right:90px;}
	#gnbnav {top:0px !important; right:100px !important;}



}
@media screen and (max-width: 1550px){
	#gnb ul.navLst > li {position: relative;float:left;width:200px !important;;}
	div#totalMenu {/*right: 10px;top: 20px;width:40px;height:40px;background: url(../img/btn_open.png) no-repeat;background-position: center;*/}

	.header_wrap div.lang {right:150px;}

}

@media screen and (max-width: 1200px){

	.header_wrap div.lang {display: none}
	div#totalMenu{display:none !important;}
	.header_inner {display:none !important;}
	.menu_search-box {top:15px; right: 60px}

}




.menu_aid {background: #f3f3f5;position: relative;}
.menu_aid:after {content: '';position: absolute;bottom:0;left:0;width:100%;height:1px;background: #ececec}

.etc_menu2 {position: relative;font-size:0;line-height:0;float:left;border-left: 1px solid #ececec;}
.etc_menu2 a {color:#9d9d9d;display:inline-block;background: transparent;padding:0 13px;position: relative;}
.etc_menu2 a:after {content: '';position: absolute;top:0;right: 0;width:1px;height:40px;background: #ececec}
.etc_menu2 a span {font-size: 13px;line-height: 40px}
.etc_menu2 a.on {background: #fff;font-weight: 700;}



.etc_menu {position: relative;height:40px;line-height:40px;text-align: right;float:right;}
.etc_menu a {position: relative;font-size:13px;line-height:40px;color:#9d9d9d;display:inline-block;padding-right: 15px}
.etc_menu a:before {content:'';position: absolute;top:50%;right:5px;background:#9d9d9d;margin-top:-5px;width:1px;height:10px;}
.etc_menu a:last-child {padding-right: 0}
.etc_menu a:last-child:before {width:0;height:0;}
.etc_menu a i {line-height:40px;}


/* lang_bg */
#lang_bg{position :fixed;width: 100%;height: 100%; 2022-02-09background-color: rgba(0,0,0,0.7);left: 0px;top : 0px;z-index: 999;display: none;}
.lang_wrap{width: 1400px;margin: 0 auto;position : relative;}
.lang_nemo{width: 121px;background-color: #fff;border-radius: 5px;top: 121px;position: absolute;right: -30px;}
.lang_nemo:before {content:'▲';position: absolute;top:-16px;left:50%;color:#fff;margin-left:-8px;}
.lang_nemo a{position : relative;padding: 5px 0;font-size: 16px;color: #666;display: block;text-align: center;}
.lang_nemo a span{content : "";display: none;position : absolute;width: 30px;height: 1px; right: 30px;background-color: #d41814;top : 16px;}
.lang_active {color : #d41814 !important;}
.lang_active span{display: block !important;}


.header_inner {position: relative; display: block;margin:0;}




#gnbnav {width:960px;margin: 0; position: absolute; top:0px; left:63%; transform: translate(-50%, 0); background: transparent;z-index: 100; margin-left:10.0rem;}
/*#gnbnav:before {content:'';position: absolute;top:0;background:#e5e7e6;width:100%;height:1px;}*/
#gnbnav ul.gnb_list {display: table;width:100%;}
#gnbnav ul.gnb_list > li {text-align: center;/*display: table-cell;*/display:inline-block;width:20%;position: relative;}
#gnbnav ul.gnb_list > li > a {display:inline-block; font-size:21px; color: #ffffff; line-height: 100px; position: relative;margin:0 0px; font-weight:400; }
/*#gnbnav ul.gnb_list > li > a:after {display:block; content: ''; border-bottom: 1px solid; border-radius: 20px; border-image: linear-gradient(to right, #ff0100, #440000); border-image-slice: 1; transform: scaleX(0); transition: transform 250ms ease-in-out; transform-origin:  0% 50%; }
#gnbnav ul.gnb_list > li > a:hover:after { transform: scaleX(1); }*/
#gnbnav ul.gnb_list > li > a
/*#gnbnav ul.gnb_list > li > a:before {content:'';position: absolute;top:50%;left:0;margin-top:-8px;width:1px;height: 17px;background: #fff;opacity: 0.4}
#gnbnav ul.gnb_list > li:last-child > a:after {content:'';position: absolute;top:50%;right:0;margin-top:-8px;width:1px;height: 17px;background: #fff;opacity: 0.4}*/


#gnbnav ul.gnb_list > li > a.on,
#gnbnav ul.gnb_list > li:hover > a {/*color: #1a90e2;*/}
#gnbnav ul.gnb_list > li > a.on_all:after { transform: scaleX(1); }


#gnbnav ul.gnb_list > li > a .line {position: absolute;display: block;bottom: -1px;height: 3px;width: 0%; background:#8cc238; left: 50%;}
#gnbnav ul.gnb_list > li > a.on_all .line,
#gnbnav ul.gnb_list > li:hover > a .line {width: 100% !important;left: 0px !important;}

#gnbnav ul.gnb_list:hover .header_wrap {background-color: rgba(252,255,2552,1); height:140px; border-bottom:solid 1px #ddd;}

/*.header_wrap.active { position: fixed; background-color: rgba(0,0,0,0.8)}*/
.header_wrap.active #gnbnav ul.gnb_list > li > a {}

/*
.header_wrap.active {background:#ffffff ;height:90px;}
.header_wrap.active #gnbnav ul.gnb_list > li > a {color: #000000;line-height: 90px;}
.header_wrap.active div.logo {background-image: url(../img/logo_b.png); background-size:contain;}
.header_wrap.active div#totalMenu div.bars span.bline {background:#000000}
*/



#gnbnav .sub_category {position: absolute; overflow: hidden; margin: auto; top:100%;left: 0; right: 0; width: 100%; padding:45px 0;   box-sizing: border-box; display:none; text-align: left;z-index:88;}
#gnbnav .sub_category:after{content:'';position:absolute;top:0;bottom:0;left:279px;right:0;background-color:#e9e9e9;width:0;}
#gnbnav .sub_category .category_tit {width: 280px;float:left;text-align: center;}
#gnbnav .sub_category .category_tit strong {font-size: 1.8rem; color: #0080ff;display:block;padding-bottom:35px;position:relative;}
#gnbnav .sub_category .category_tit .category_banner {width:142px;height: 126px;margin:0 auto;}
#gnbnav .sub_category .category_tit .category_banner.bg01 {background: url(../img/nav_banner.png) no-repeat 50% 50%;}

#gnbnav .sub_category .category_list{float:left;width:920px;padding:0;}
#gnbnav .sub_category .category_list > ul {width:230px;float:left;padding-left:40px;position: relative;}
#gnbnav .sub_category .category_list > ul:before {content:'';position:absolute;top:0;bottom:0;left:0;background-color:#e9e9e9;width:1px;}
#gnbnav .sub_category .category_list > ul > li:first-child > strong{margin-top:0;}
#gnbnav .sub_category .category_list > ul > li > strong > a{font-weight: 500; color: #333;vertical-align:top;font-size:1.0rem;line-height:2.5;}
#gnbnav .sub_category .category_list > ul > li > ul> li a {font-weight: 300; font-size: 1.0rem; color: #666666;line-height:2.0;}
#gnbnav .sub_category .category_list ul li.sp_donate a{color: #ff6567;}
#gnbnav .sub_category .category_list ul li a:hover {color: #848f3e;}



#gnbnav .sub_category.on {display:block !important;}



#gnbnav ul.subNavi {position: absolute;left:0;width:100%;padding:0;z-index:100;display:none; /* min-height: 400px; border:solid 1px #e5e5e5; border-right:solid 1px #ffffff;*/}
#gnbnav ul.subNavi.on {display:block;/* border-top:solid 2px #e60012;*/}
#gnbnav ul.subNavi.on:before {content:'';position:absolute;top:-10px;left:50%;margin-left:-1px;width:0px;height:0px;/*background: #0caede;*/}
#gnbnav ul.subNavi.on:after {content:'';position:absolute;top:0;left:0;width:100%;height:100%;/*background: #000;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";opacity: 0.3;filter: alpha(opacity=30);*/z-index: -1;}
#gnbnav ul.subNavi li {display: block;margin-bottom:10px;position: relative;}
#gnbnav ul.subNavi li:first-child{padding-top:30px;}
#gnbnav ul.subNavi li:last-child{margin-bottom: 0;padding-bottom:30px;}
#gnbnav ul.subNavi li:last-child:after {width:0;height: 0}
#gnbnav ul.subNavi li a {color: #1f1f1f; font-size: 18px; padding: 0; line-height: 40px; display: block; text-align: center; font-weight: 400; position: relative; font-family: 'Malgun Gothic';}
/*#gnbnav ul.subNavi li a:hover:after { content: ''; width: 100px; position: absolute; left: 50%; margin-left:-50px; bottom: 1px; border-width: 0 0 1px; border-style: solid; border-color:#013e90; }*/
#gnbnav ul.subNavi li a:hover {color:#8cc63e;}
#gnbnav ul.gnb_list > li:hover ul.subNavi.on {/*background: #fff;*/}
#gnbnav ul.subNavi:last-child {/*border-right:solid 1px #e5e5e5; */}

.subMenuBg {position:absolute; left:0; top: 99px; width:100%; background: url(../img/submenu_bg.png) rgba(255,255,255,1); background-repeat: no-repeat; background-position: 10% bottom; padding-top:0px; z-index:-1; display:none; /*border-bottom:solid 1px #cccccc;*/}
.subMenuBg:before {content:'';position:absolute;top:0;left:0;right:0;background-color:#ddd;height:1px;}
#header_overlay {width:100%;height: 100%;position:fixed;top:0;left:0;  z-index:899;background:rgba(0,0,0,0.8);display: none;}

@media screen and (max-width: 1600px){
.subMenuBg {top:93px;}

}
/*모바일메뉴*/
.m_menu_h {position: fixed; top: 0; right: 0; z-index: 99999; width: 310px; height: 100%;overflow-y: auto;}
.nav-top {border-bottom: 1px solid #0080ff;background: #fff;}
.btn-x {text-align: right; padding: 0  10px;}
.btn-x i {color:#454545;line-height: 57px}
.m-nav > li {border-bottom: 1px solid #0080ff; padding:0;}
.m-nav > li.mmli_up {}
.m-nav > li > a {color: #454545; font-size: 16px; font-weight: bold;display:block;line-height:57px;padding-left:20px; position:relative; }
.m-nav > li > a.on {background: #0080ff;color: #ffffff;}
.m-nav > li > a i {position: absolute;top:50%;right:10px;margin-top:-8px;}

.sub_menu {margin-top: 0;display: none;background:#fff;opacity: 0.7;}
.sub_menu > li {}
.sub_menu > li > a {font-size:14px;color: #0080ff;display:block;line-height: 35px;padding-left:20px; }
.sub_menu > li > a:hover {color:#ffffff;text-decoration: none;background:#6298db;}

#hd_nb{margin:20px;}
#hd_nb:after {display:block;visibility:hidden;clear:both;content:""}
#hd_nb li{width:50%;float:left;text-align:center;line-height:25px;font-size:1.083em;font-weight:bold}
#hd_nb li a{display:block;color:#717171;padding:20px 0}
#hd_nb li i{font-size:20px;}
#hd_nb .hd_nb1{border-right:1px solid #e2e5e7;}
#hd_nb .hd_nb2{}
#hd_nb .hd_nb3{border-right:1px solid #e2e5e7}

.m_lang {padding: 0 20px; margin-top: 40px;}
.m_lang ul {overflow: hidden; width: 100%; border: 1px solid #ac3943;}
.m_lang ul li {width: 50%; float: left; text-align: center; }
.m_lang ul li a {background: #fff;color:#454545; font-size: 14px; padding: 12px 0; display: block; width: 100%; }
.m_lang ul li a.on  {background: #ac3943;color:#fff; }


.m_menu_h p {color: #0080ff; font-size: 13px; letter-spacing: 0; padding-left: 20px; margin-top: 20px;}
.dim {position: fixed; width: 100%; max-width: 996px; height: 100%; background: #000; opacity: 0.5; top: 0;z-index: 999;}
.m_menu_bg {position: fixed; width: 100%; width: 310px; height: 100%; background: #fff; top: 0;right: 0;z-index: 1000;}
.m_menu_wrap {position: fixed; display: none; top: 0; left: 0; right: 0; max-width: 996px; width: 100%; height: 100%; margin: 0 auto; z-index: 9999; overflow-y: auto;}


@media screen and (max-width: 1600px){
	header#header {z-index:999;}
	header#header, .headerBox {min-width: 100%;width:100%;}

	header#header.m-fixed {-webkit-box-shadow:0 0 5px  rgba(55,55,5,0.4);
	-moz-box-shadow:0 0 5px  rgba(55,55,5,0.4);
	box-shadow: 0 0 5px  rgba(55,55,5,0.4);}

	.headerBox {height: auto}
	#m_menu {display: block;top:5px;}
	#m_menu i {color:#0080ff;line-height: 57px;}
	/*.header_wrap.active {height:67px !important}*/
	.header_wrap.active #m_menu i {color:#333;}

	.header_wrap div.cs, .header_wrap div.right {display: none}

	.header_wrap .shop {display: none}

	.header_wrap {position: relative; background: transparent;}
	.header_wrap:after {height:1px;}
	header_wrap div.logo {left:15px; }
	.header_wrap h1 a {line-height: 37px;}




}
	@media screen and (max-width: 1500px){

	.header_wrap div.logo {left:0; width: 260px;height: 67px;top:0;margin:0;background-position:center center;; }
	.header_wrap div.lang {right:70px;}

		.header_wrap h1 a {height: 67px !important;    line-height: 67px;}


		#gnbnav {display:none;}
	}





	@media screen and (max-width: 1200px){

	div#totalMenu {display:none;}

	.header_wrap div.lang {display: none;}

	.header_wrap {height: 67px;position: relative;background: transparent;}
	.header_wrap:after {height:1px;}


	.header_wrap.active div.logo {background-image: url("../img/logo.png");}



	}



@media screen and (max-width: 768px){
	.header_wrap {position: fixed; /*background: rgba(0,0,0,0.2);*/ height: 70px;}
	.header_wrap.active  {background: #fff; /*rgba(0,0,0,0.6);*/}
}

/*body{-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}*/
/*body.on-side {margin-left: -308px;}*/
/*#sideToggleWrap {position: fixed;overflow-y: auto;top: 0;right: -308px;width: 308px;padding: 21px 17px;height: 100%;display: block;background-color: #323232;*/
/*-webkit-transition: all 0.3s ease-in-out;*/
/*-moz-transition: all 0.3s ease-in-out;*/
/*-o-transition: all 0.3s ease-in-out;*/
/*-ms-transition: all 0.3s ease-in-out;*/
/*transition: all 0.3s ease-in-out;*/
/*z-index: 9;*/
/*}*/
#sideToggleWrap.on{right: 0;}
#sideToggleWrap .close-sideToggle {float: right;color: #fff;position: relative;z-index: 2;font-size: 16px;}
#sideToggleWrap .widget {position: relative;z-index: 1;clear:both;}

#sideToggleWrap .widget .logocopy {margin:65px 0 30px; }
#sideToggleWrap .widget p.logo_desc {color: #fff;margin:0 0 50px 0;font-size: 18px;letter-spacing: -1px;}
#sideToggleWrap .widget p.tel_text {color: #fff;margin:0 0 50px 0;font-size: 30px;letter-spacing: -1px;}

#sideToggleWrap .widget div.sns_btnLink {margin-bottom: 45px;overflow: hidden;}
#sideToggleWrap .widget div.sns_btnLink ul {padding: 0;margin: 0;clear:both;}
#sideToggleWrap .widget div.sns_btnLink ul li {float:left;margin-right:15px;}
#sideToggleWrap .widget div.sns_btnLink ul li:last-child {margin-right: 0;}
#sideToggleWrap .widget div.sns_btnLink ul li a {display:table-cell;vertical-align: middle;width:50px;height:50px;border:1px solid #bdbdbe;border-radius:10px;text-align: center;line-height: 1;}
#sideToggleWrap .widget div.sns_btnLink ul li a.location {display: block;width:127px;height:35px;line-height: 33px;}
#sideToggleWrap .widget div.sns_btnLink ul li a span {color:#bdbdbe;font-size:14px;}


/* 서브 상단 */
.sub_vg { position: relative; width: 100%; height: 661px; /*background: url(../img/sub_vg.jpg) no-repeat;*/ background-position: center; background-size: cover; margin: 0 auto;  }
.sub_vg_wrap {width:100%; position:relative; }


.sub_vg .sub_vg_title1 {color: #fff;font-size: 5.0rem; text-align:center; margin-top:30px; font-weight: bold; letter-spacing:-0.025rem;}
.sub_vg .sub_vg_title1:after {clear: both;display: block;content: "";}

.sub_vg .sub_vg_title2 {color: #fff;font-size: 3.0rem; text-align:center; margin-top:-20px;margin-bottom:30px; }

@media screen and (max-width: 1024px){
.sub_vg {height:450px; position: relative; padding-top:67px;}
.sub_vg .sub_vg_title1 {font-size:3.6rem; margin-top:15px; }

}


@media screen and (max-width: 768px){
.sub_vg {height:350px;}
}

.subNavBarTitle {font-size: 11.5rem; color: #fff; font-family: 'Mont-Heavy'; text-align: center; padding: 0px 0px 5px;}
.subNavBarTitle span {position: relative; display: inline-block; animation: visualTextAni 1.5s infinite; animation-iteration-count: 1; animation-delay:3s;}
.subNavBarTitle span.empty {width:1.5rem;}





#tabMiddleWrap {display: none;}
div.vg_sub_area2 {display: none;width: 100%;}
div.vg_sub_area2.sub {margin-top:0;}
.sub_tab2 {display:block;width:100%;height: 49px;    white-space: nowrap; text-align: left; clear: both;margin:0;}
.sub_tab2 li.tab_list { display:inline-block;height:49px;white-space: nowrap;position:relative;margin:0;padding:0 35px 0 0;}
.sub_tab2 li.tab_list:last-child {padding:0;}
.sub_tab2 li.tab_list > a {font-size:14px;line-height:49px;letter-spacing:-1px;display:inline;position:relative;color:#ffffff;}
.sub_tab2 li.tab_list > a:after {content: ''; position: absolute;top:3px;right:-22px;width:1px;height:10px;background:#aec2dc;}
.sub_tab2 li.tab_list:last-child > a:after {width:0;height:0;}
.sub_tab2 li.tab_list > a.selected,
.sub_tab2 li.tab_list > a:hover {color:#00e4ff;}

div.vg_sub_area {/* position: absolute;top: 0; */z-index:9;display: block; margin-bottom: 60px;}
.sub_tab {    width: 100%;overflow: hidden; table-layout: fixed;margin:0;  border-collapse: collapse;  display: table;}
.sub_tab li.tab_list {/* display: table-cell; */position:relative;display: inline-block;width: 10%; border-width:1px;vertical-align: middle;line-height: 40px;margin-right: 2px; min-width: 200px;}
.sub_tab li.tab_list:last-child {margin-right:0;}
.sub_tab li.tab_list > a {font-size:1.8rem;letter-spacing:-1px;display:inline-block;width: 100%;text-align:center;position:relative;color:#5c5c5c; border: solid 1px #dddddd;}
.sub_tab li.tab_list > a.selected {background:#8cc63e;color:#ffffff;  border: solid 1px #8cc63e;}

.sub_depth_1, .sub_depth_2 {display:none;}


@media screen and (max-width: 1500px){
	.sub_tab li.tab_list{width:calc((100% - 8px) / 5); min-width: auto;}
}
@media screen and (max-width: 800px){
	.sub_tab li.tab_list {display: block; width: 100%;}
}




.text-center img {max-width: 100%;height: auto;}





/* footer */

#footer {width:100%;height:auto;padding:0; background:#fff;  z-index:1; position: relative;background:fixed  url('../img/main_bot_bg02.jpg') top center no-repeat;background-size: cover;border-top:1px solid #c3c3c3}
#footer.mainFooter {background:#fff; width: 100%; min-height: 264px;overflow: hidden; }
#footer.subFooter{border-top:1px solid #ddd;}


.bgf3 {background:#f3f3f3;}

#ft2 {background: #222222}
.ft_ul {padding:15px 0;margin:0;}
.ft_ul li {display:inline-block;margin:0 15px 0 0;position: relative;}
.ft_ul li.bar {width:1px;line-height:51px;height:10px;background: #acacac;margin:0 15px;}
.ft_ul li a {display:block;line-height: 2.0;font-size:0.8rem;color:#cbcbcb;font-weight: 300;}
.ft_ul li:after {content: ''; position: absolute;top:50%;right:-10px;margin-top:-4px;width:1px;height:10px;background:#cbcbcb;}
.ft_ul li:last-child {margin:0;}
.ft_ul li:last-child:after {width:0;height:0;}


/* circle아이콘*/
.icon-box { position:absolute; right:0px; bottom:200px;}
.visual-circle-box{display:inline-block; vertical-align:middle; width:108px; height:37px;line-height:37px;position:absolute; right:0px; top:50px;background:#8cc63e ;border-radius:0 15px 0 15px;margin-top:40px;text-align:center;line-height:37px}
.visual-circle-box .circle-box {position:relative; margin:auto; width:80px; height:80px; background: url('../img/play_icon.png') 55% center no-repeat; border:2px solid #137ccf; border-color:#137ccf; border-radius: 50%; z-index:11; box-sizing:border-box;}

.icon-box02 {/*  position:absolute; right:0px; bottom:200px; */}
.visual-circle-box02{display:inline-block; vertical-align:super; width:108px; height:37px;line-height:37px;/* position:absolute; right:0px; top:50px; */background:#8cc63e ;border-radius:0 15px 0 15px;text-align:center;line-height:37px}
.visual-circle-box02 .circle-box02 {position:relative; margin:auto; width:80px; height:80px; background: url('../img/play_icon.png') 55% center no-repeat; border:2px solid #137ccf; border-color:#137ccf; border-radius: 50%; z-index:11; box-sizing:border-box;}
.visual-circle-box02{font-size:1.6rem;color:#000;margin-left:50px;}


#footer.subFooter .ft5 .txt01{color:#9d9d9d}
#footer.subFooter .ft5 .paperInfo{border-right:1px solid #9d9d9d}
#footer.subFooter .ft5_m .txt01{color:#9d9d9d}
#footer.subFooter .ft5_m .paperInfo{border-right:1px solid #9d9d9d}

.ft5_m{display:none}
.ft5{float:right;width:39.5%}
.ft5:after {content:"";display:block;clear:both}
.ft5 .paperInfo{float:left;width:50%;border-right:1px solid #8cc63e}
.ft5 .woodInfo{float:left;width:50%;padding-left:130px;}
.ft5 .txt01{color:#3e6509}

.ft5_m{float:right;width:100%;margin:30px 0;}
.ft5_m:after {content:"";display:block;clear:both}

.ft5_m .paperInfo{float:left;width:50%;border-right:1px solid #8cc63e}
.ft5_m .woodInfo{float:left;width:50%;}
.ft5_m .txt01{color:#3e6509}

.copyright_wrap .copyright_wrap_left {width:41%; padding:4.0rem 0 5.0rem; float:left}
.copyright_wrap .fLogo {width:255px;display:inline-block; height:45px;  background:url('../img/footer_logo.png') no-repeat; background-position:left; vertical-align:top;margin-bottom:7rem}

.copyright_wrap {max-width:1600px; width:100%; position:relative;margin:0 auto; }
.copyright_wrap .ft1 {margin-top:0px; /* display:inline-block; */ }
.copyright_wrap .ft1 .ft1_txt1 {font-size:5.5rem; color:#9d9d9d;  font-weight:bold; letter-spacing:-0.025rem; padding-bottom: 3.5rem; }
.copyright_wrap .ft1 .ft1_txt2 {font-size:1.5rem; color:#9d9d9d; line-height: 1.25;  margin-bottom:0.5rem;}
.copyright_wrap .ft1 .ft1_txt2 .ft1_txt2_1 {float:left; width:25%;}
.copyright_wrap .ft1 .ft1_txt2 .ft1_txt2_2 {float:left; width:75%;}
.copyright_wrap .ft1 .ft1_txt2 strong {display:inline-block; margin-right:2.0rem;}


.copyright_wrap .ft1 .footer_btn { width:100%; position:relative; border-bottom:4px solid #fff; font-size:1.5rem;  padding-bottom:2.0rem; margin-bottom:12.0rem; text-align:left;}
.copyright_wrap .ft1 .footer_btn:before {content:'';  background:url('../img/ft_btn_arrow.png') no-repeat; width:25px; height:8px; right:8px; top:5px; position: absolute;  }
.copyright_wrap .ft1 .footer_btn a {color:#fff; padding-left:8px;}
.copyright_wrap .ft1 .footer_btn .ft_btn_inquiry {display:inline-block; width:160px; }
.copyright_wrap .ft1 .footer_btn .ft_btn_inquiry:before {content:''; background:#09d3f7; width:160px; height:4px; left:0px; bottom:-4px; position: absolute; }
.copyright_wrap .ft1 .footer_btn .ft_btn_email  {display:inline-block; width:calc (100% - 160px);}

@media screen and (max-width: 1600px){
	#footer {width: 95% !important; margin: 0 auto;}
	#footer.subFooter {width: 100% !important;}
	.copyright_wrap {width: 98%;}
}
@media screen and (max-width: 1400px){

}

@media screen and (max-width: 1300px){
.ft5{display:none}
.ft5_m{display:block;}

}
@media screen and (max-width: 768px){
	.visual-circle-box{position:static}
}


.copyright_wrap .ft2 {padding-top: 5.7rem; width: 37.0rem; }
.copyright_wrap .ft2 .ft2_txt1 {font-size:2.1rem; color:#5a5e64; width: 37.0rem; position:relative; padding-bottom: 1.1rem; transition: all 0.6s;}
.copyright_wrap .ft2 .ft2_txt1 .icoArrow { position: absolute; top: 1.4rem; right: 1.6rem; width:25px; height:8px; background-size:cover; background:url(../img/ft_ico_01.png) no-repeat; transition: all 0.6s;}
.copyright_wrap .ft2 .ft2_txt1:before {content : ""; position: absolute; left: 0; bottom: 0; height: 1px; width: 100%; border-bottom:1px solid #5a5e64; }
/*.copyright_wrap .ft2 .ft2_txt1:hover {color:#97db3a; transition: all 0.6s;}
.copyright_wrap .ft2 .ft2_txt1:hover .icoArrow {display:block; transition: all 0.6s; }
*/

.copyright_wrap .ft3 {position: absolute; right: 0; bottom: 4rem;}
.copyright_wrap .ft3 .ft3Wrap {position:relative; float:right; width:22.3rem; height:4.1rem; background:#000000; border: solid 1px transparent; transition: all 0.6s;}
.copyright_wrap .ft3 .ft3Wrap:before {content : ""; position: absolute; right: 2rem; bottom: 1.9rem; height: 1px; width: 6.2rem; border-bottom:1px solid #e3e3e3; }
.copyright_wrap .ft3 .ft3Wrap .ft3_txt1 {color:#e3e3e3; font-size:1.4rem; line-height:4.1rem; padding-left: 2.5rem;}
.copyright_wrap .ft3 .ft3Wrap:hover {border:solid 1px #fff; background: transparent; transition: all 0.6s;}

.copyright_wrap .ft4 {/*padding-top: 4.5rem;*/ margin-top:2.0rem; }
.copyright_wrap .ft4 .ft4_txt1 {font-size:1.4rem; color:#9d9d9d; opacity:1;}
.copyright_wrap .ft4 .ft4_txt1 a {font-size:1.3rem; color:#666a71; opacity:0.6;}
.copyright_wrap .ft4 .ft4_txt2 {}
.copyright_wrap .ft4 .ft4_txt2 a {font-size:1.4rem; color:rgba(200,200,200,0.1);}
.copyright_wrap .ft4 .ft4_txt3 {}
.copyright_wrap .ft4 .ft4_txt3 a {font-size:1.2rem; color:rgba(200,200,200,1);}

/*
.copyright_wrap .ft5 {position:absolute; right:0; bottom:8.0rem;}
.copyright_wrap .ft5 > img {margin-left:10px;}
 */

.ftMenu {color:#000; width:59%; float:right; overflow:hidden;padding:40px 0 70px 0px}
.ftMenu:after {content:""; display:block; clear:both;}
.ftMenu .ftMenuWrap {float: right;}
.ftMenu .ftMenuWrap:after{content:"";display:block;clear:both}
.ftMenu_list {float:left; height:100%;  vertical-align:top; width: calc((100% - 275px) / 5); text-align: right; margin-left: 55px; text-align:right; }
.ftMenu_list a:hover {border-bottom:1px solid #fff}
.ftMenu_list:hover  li a {opacity:1;}
.ftMenu_list ul li a:hover span {opacity:1; color:#000;  }


.ftMenu_list:last-child {margin-right:0; }
.ftMenu_list > h5 { margin:0 auto;  }
.ftMenu_list > h5 > a {font-size:20px; font-weight:bold;line-height:2.0; text-transform:uppercase; }
.ftMenu_list ul {padding-top:20px;  }
.ftMenu_list li { margin:0 auto; }
.ftMenu_list li a {display:block; font-size:1.6rem; color:#fff; line-height:4.6rem; opacity:0.5; }
.ftMenu_list li a span {word-break:keep-all;position: relative;display: inline-block;line-height:1.1;padding:2px 0; font-weight:200; }
.ftMenu_list li a:hover span {color:#000; opacity:1;}

#footer.mainFooter .copyright_wrap .fLogo {background:url('../img/footer_main_logo.png') no-repeat; background-position:left;}
#footer.mainFooter .copyright_wrap .ft1 .ft1_txt2 {color:#000;}
#footer.mainFooter .ftMenu_list > h5 > a {color: #000; position: relative;}
#footer.mainFooter .ftMenu_list > h5 > a:hover:after {content: ''; position: absolute; bottom: -5px; left: 0; width: 100%; height: 1px; background: #000;}

.subFooter .ftMenu_list > h5 > a {color: #fff;}

@-webkit-keyframes titAnimation3{
	0%{opacity:0;transform:translateY(40px);}
	100%{opacity:1;transform:translateY(0px);}
}


@media screen and (max-width: 1300px){
	.ftMenu {width: 100%; float: none;}
	.ftMenu .ftMenuWrap {float: none; width: 80%; margin: 0 auto;}
	.ftMenu_list {width: calc((100%) / 5); margin-left: 0px; text-align: center;}
	.icon-box {position: relative; right: auto; bottom: auto; margin-top: 20px;}
	.visual-circle-box {display: block; position: relative; right: auto; top: auto; margin: 0 auto; margin-top: 0px;}
	.copyright_wrap .copyright_wrap_left {width:100%; padding:0 1.5rem 5.0rem; }
	.copyright_wrap .ft1 {margin-top:20px; display:inline-block; margin-left: 0rem; }
	.copyright_wrap .ft1 .ft1_txt2 .ft1_txt2_2 {text-align:left;}
}
@media screen and (max-width: 1200px){
	.copyright_wrap .ft5 {position:relative; bottom:auto; right:auto;}
	.copyright_wrap .ft5 img {height:45px;}

	.ftMenu {display:none;}

	.copyright_wrap {text-align:center}
	.copyright_wrap .fLogo {display:block; margin:30px auto 0;}




	.copyright_wrap {width: 100%; max-width: 100%; padding:0px 0px;}
	.icon-box {display:none;}

	.ftMenu_list > h5 > a {font-size:2.4rem;}
	.ftMenu_list {margin-right:40px;}

}


}
@media screen and (max-width: 768px){
	.copyright_wrap .ft3 {position: relative; bottom: auto; margin-top: 5rem;}
	.copyright_wrap .ft2 {width:100%;}
	.copyright_wrap .ft2 .ft2_txt1 {width: 100%;}

	.copyright_wrap .fLogo { height:60px; background-size:contain;}
	.copyright_wrap .ft5 img {height:30px;}

	.copyright_wrap .ft1 .ft1_txt1 {font-size:2.0rem;}

	.copyright_wrap .ft2 {padding-top: 3.7rem; width: 49.5rem; }
	.copyright_wrap .ft4 {/*padding-top: 4.5rem;*/ margin-top:6rem;}
}


.goTop {position: absolute;bottom:0px;left:0;background: #fff;z-index: 333; width:72px;height:30px;text-align:center;}
.goTop a {display: inline-block;   position: relative; margin-left:-10px; margin-top:7px; }
.goTop a:after {content:""; background:url('../img/top_arrow.png') no-repeat; width:15px; height:20px; position:absolute; left:35px; top:0px;}

.goTop a i {color:#fff;line-height: 51px;font-size:2.0em;}


.copyright_wrap div.lang {position: absolute;left: 0;bottom: 80px;}
.copyright_wrap div.lang div.lang_m {width:125px;border:1px solid #999999;border-radius: 20px;padding:10px 0;}
.copyright_wrap div.lang div.lang_m > a {font-size:13px;color:#999999;display: block;text-align: center;}
.copyright_wrap div.lang div.lang_m ul.lang_sub {display:none; margin-top:10px;}
.copyright_wrap div.lang div.lang_m ul.lang_sub li a {font-size:11px;line-height: 1.3; color:#999999; text-align:center; display:block;box-sizing:border-box; padding-right:20px;}

.copyright_wrap .copyright01 {font-size:0.875rem; color:#ffffff; }
.copyright_wrap .copyright01 a {color:#ffffff;}









/* */
#main_container{
	width: 100%;
	padding:0;
	margin:0 auto;
	position:relative;
	top: 0px;
	z-index:0;
	overflow: hidden;
}



/* 비쥬얼그래픽 */
.vg_inner {width: 100%; height: 100%; position: absolute; top: 0; left: 0;}
.vg_inner:after {clear: both;display: block;content: "";}
.vg_inner .ytube {position: fixed; z-index: -1; width: 100%; height: 100%; background: #000000; overflow: hidden;}
.vg_inner .ytube .ycontainer {position: relative; padding-bottom: 56.25%; /* 16:9 */ padding-top: 0; height: 0; text-align: center;}

@media( max-width:1024px ) {
	#main_video1, #main_video2, #main_video3 {}
}
@media( max-width:768px ) {
	#main_video1, #main_video2, #main_video3 {

	}
}

.vg_inner .ytube embed,
.vg_inner .ytube object,
.vg_inner .ytube iframe {position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.vg_inner .ytube iframe {display:block}
.vg_inner .ytube object {display:none}

.vg_inner .video-area{position: relative;margin: 0;padding: 0;}
.vg_inner .video-area #video-wrap {display: inline-block;vertical-align: baseline;top: 0;left: 0;min-width: 100%;min-height: 100%;width: 100%;height: 100%;}

.vg_title {word-break: keep-all;

	position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	/*margin-top:-80px;*/
	z-index:2;

}



.txt-effect-box-02{position: relative; opacity: 0; transition: all 0.5s; overflow: hidden;}
.txt-effect-box-02.active-slide {opacity: 1;}
.titAnimation3 .char{position:relative; font-weight:inherit; font-style: normal;}


.titAnimation3 .char{animation: text-active-animation 1s cubic-bezier(.5, 0, .5, 1) both;}
.titAnimation3 .char{animation: text-active-animation 1s cubic-bezier(.5, 0, .5, 1) both;}

@keyframes text-active-animation {
	from {opacity:0;filter:Alpha(opacity=0); top:1em;}
	to {opacity:1.0;filter:Alpha(opacity=100); top:0;}
}

.vg_tit_box_ani1 { animation: titAnimation1 0.8s ease-in-out alternate}
.vg_tit_box_ani2 { animation: titAnimation2 0.8s ease-in-out alternate}
.vg_tit_box_ani3 { animation: titAnimation3 0.8s ease-in-out alternate}
.vg_tit_box_ani4 { animation-delay: 1s; animation: titAnimation3 0.8s ease-in-out alternate}


@-webkit-keyframes titAnimation1{
	0%{opacity:0;transform:translateX(-500px);}
	100%{opacity:1;transform:translateX(0px);}
}
@-moz-keyframes titAnimation1{
	0%{opacity:0;transform:translateX(-500px);}
	100%{opacity:1;transform:translateX(0px);}
}

@-webkit-keyframes titAnimation3{
	0%{opacity:0;transform:translateY(40px);}
	100%{opacity:1;transform:translateY(0px);}
}
@-moz-keyframes titAnimation3{
	0%{opacity:0;transform:translateY(40px);}
	100%{opacity:1;transform:translateY(0px);}
}
@-o-keyframes titAnimation3{
	0%{opacity:0;transform:translateY(40px);}
	100%{opacity:1;transform:translateY(0px);}
}
@keyframes titAnimation3{
	0%{opacity:0;transform:translateY(40px);}
	100%{opacity:1;transform:translateY(0px);}
}




.vg_txt_box { width:100%;  color: #fff; text-align:left; z-index:9999; transition:all 0.4s; }
.vg_txt_box .vg_txt_tit {position: relative; /*width:100%; float:left;*/ word-break: keep-all; width: 100%;max-width: 1600px;margin: 0 auto;}
.vg_txt_box .vg_txt_tit .vg_txt_title1 {position: relative; font-size:1.8rem; font-family: 'Malgun Gothic';}
.vg_txt_box .vg_txt_tit .vg_txt_title1 strong {font-weight:600;}
.vg_txt_box .vg_txt_tit h2.vg_txt_title3 {color:#fff; font-size:12.0rem;line-height: 1.05;}
.vg_txt_box .vg_txt_title3:after {content:""; position:absolute; z-index:-1; margin:-20px 0 0 -115px; width:155px; height:155px; background:url('../img/main_txt_circle.png') no-repeat;}

.vg_txt_box .vg_txt_tit h2.vg_txt_title3 span {position: relative; display: inline-block; animation: visualTextAni 1.5s infinite;animation-iteration-count: 1; animation-delay:3s;}

@media( max-width:1500px ) {
	.vg_txt_box .vg_txt_tit h2.vg_txt_title3 {font-size: 8.0rem;}
}


@media( max-width:1200px ) {

}
@media( max-width:1024px ) {


}


@media( max-width:768px ) {

.vg_txt_box .vg_txt_tit h2.vg_txt_title3{font-size:6rem}
.vg_txt_box .vg_txt_title3:after {margin:-55px 0 0 -115px;}

}



[class*=word] {overflow: hidden;}





@keyframes visualTextAni {
  0% {transform: translateY(0)}
  20% {transform: translateY(-20px)}
  40% {transform: translateY(0px)}

  50% {transform: translateY(-5px)}
  100% {transform: translateY(0)}
}




/*spin*/
.vg_txt_box .vg_txt_title3:after {
	-webkit-animation: spin 10s infinite linear;
	-o-animation: spin 10s infinite linear;
	-moz-animation: spin 10s infinite linear;
	animation: spin 10s infinite linear;
}
@-webkit-keyframes spin {
    0%  {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(-360deg);}
}

@-moz-keyframes spin {
   0%  {-moz-transform: rotate(0deg);}
    100% {-moz-transform: rotate(-360deg);}
}
@keyframes spin {
    0%  {transform: rotate(0deg);}
    100% {transform: rotate(-360deg);}
}






.vg_txt_box .vg_txt_tit .more_btn {position: relative; padding-right:70px;}
.vg_txt_box .vg_txt_tit .more_btn a { color:#fff; display:block; font-size:2.3rem; margin-top:2rem;}
.vg_txt_box .vg_txt_tit .more_btn:before {display:block;content:"";position:absolute;background:url(../img/btn_more.png) no-repeat;width:63px;height:45px;right:0; top:-7px;}

.vg_txt_box .vg_txt_img {position:relative; width:50%; float:right; padding-left:3%; }

.vg_catalog {position: absolute; bottom:0; left:50%;transform: translate(-50%, 0); width:100%; z-index:9999; transition:all 0.4s;}
.vg_catalog .vg_catalogWrap {position: relative; width:100%; height:82px; max-width:1600px; margin:0 auto; margin-bottom: 99px;}
.vg_catalog .vg_catalogWrap .box_catalog {position: relative; float: right; width: 26.7rem; height:8.2rem; border:solid 2px rgba(255, 255, 255, 0.3); border-radius:50px;}
.vg_catalog .vg_catalogWrap .box_catalog:before  {content : ""; position: absolute; left: -1000%; bottom: 4.0rem; height: 1px; width: 1000%; border-bottom:1px solid  rgba(255, 255, 255, 0.3);}
.vg_catalog .vg_catalogWrap .box_catalog:after  {content : ""; position: absolute; right: -1000%; bottom: 4.0rem; height: 1px; width: 1000%; border-bottom:1px solid  rgba(255, 255, 255, 0.3);}
.vg_catalog .vg_catalogWrap .box_catalog .bcIco {float:left; width:4.4rem; height:4.4rem;background:url("../img/sec01_ico_bg.png")no-repeat center center;
background-size:cover; margin: 1.8rem; text-align:center; line-height: 4.4rem;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.vg_catalog .vg_catalogWrap .box_catalog:hover  .bcIco{
-webkit-transform: scale(1.3);
-moz-transform: scale(1.3);
-o-transform: scale(1.3);
-ms-transform: scale(1.3); /* IE 9 */
transform: scale(1.3);
}
.vg_catalog .vg_catalogWrap .box_catalog .bcIco img {max-width:100%; }
.vg_catalog .vg_catalogWrap .box_catalog .bcIco:hover img {
-webkit-transform: scale(0.85);
-moz-transform: scale(0.85);
-o-transform: scale(0.85);
-ms-transform: scale(0.85); /* IE 9 */
transform: scale(0.85);
}
.vg_catalog .vg_catalogWrap .box_catalog .bcTxt {float:left; font-size: 1.7rem; color: #fff; font-weight: bold; line-height: 8.0rem;}





@media( max-width:1600px ) {
	.vg_catalog .vg_catalogWrap {max-width: 100%;}
	.vg_catalog .vg_catalogWrap .box_catalog {margin-right: 50px;}

	.vg_inner {top: 67px; height: 600px; padding-left:0px; padding-right:0px;}
	.vg_txt_box .vg_txt_tit {padding-left:50px;}
}


@media( max-width:1200px ) {

.main_bottom  {display:none;}
.vg_txt_box .vg_txt_tit .vg_txt_title1 {font-size:1.8rem;   }



}
@media( max-width:1024px ) {

	.vg_txt_box .vg_txt_tit h2.vg_txt_title3 {     font-size: 5.0rem;
    line-height: 50px;}
	.vg_txt_box .vg_txt_tit {padding-left:25px;}

}


@media( max-width:768px ) {
	.vg_txt_box .vg_txt_tit .vg_txt_title1 {font-size:1.7rem;   }
	.vg_txt_box .vg_txt_tit h2.vg_txt_title3 {  line-height:1.15; margin-top:0.5rem;}

}







/*
.square-box {width: 210px;height: 210px;position: absolute;left: 200px;top: 50%;margin-top:-117px;z-index: 500;}
.square-box .square-inner {position: relative;display: block;width: 210px;height: 210px;}
.square-box .square-inner .bluec {position: absolute;background: #0080ff;}
.square-box .square-inner .bluec.anim01 {left: 0;right: 0;top: 0;height: 15px;width: 0;-webkit-transition: width .2s linear;transition: width .2s linear;}
.square-box .square-inner .bluec.anim02 {left: 0px;top: 0px;bottom:0px;height: 0px;width: 15px;-webkit-transition: height .2s linear;transition: height .2s linear;}
.square-box .square-inner .bluec.anim03 {right: 0px;top: 0px;height: 0;width: 15px;-webkit-transition: height .2s linear;transition: height .2s linear;}
.square-box .square-inner .bluec.anim04 {left: 0px;bottom: 0px;height: 15px;width: 0;-webkit-transition: width .2s linear;transition: width .2s linear;}
.square-box.on .square-inner .bluec.anim01 {-webkit-transition-delay: .2s;transition-delay: .2s;width: 100%;}
.square-box.on .square-inner .bluec.anim02 {-webkit-transition-delay: .2s;transition-delay: .2s;height: 100%;}
.square-box.on .square-inner .bluec.anim03 {-webkit-transition-delay: .4s;transition-delay: .4s;height: 30%;}
.square-box.on .square-inner .bluec.anim04 {-webkit-transition-delay: .4s;transition-delay: .4s;width: 30%;}
*/
.square-box {width: 120px; height: 70px; position: absolute; left: 50%; margin-left: 80px; top: 50%; margin-top: 30px; z-index: 500;}
.square-box .square-inner {position: relative;display: block;width: 80px;height: 70px;}
.square-box .square-inner .bluec {position: absolute;background: #ffffff; border-top-right-radius: 400px; border-bottom-right-radius:400px;}
.square-box .square-inner .bluec1 {}
.square-box .square-inner .bluec2 {}
.square-box .square-inner .bluec3 {}
.square-box .square-inner .bluec.anim01 {left: 15px;top: 0;height: 19px;width: 0;-webkit-transition: width .10s linear;transition: width .2s linear; }
.square-box .square-inner .bluec.anim02 {right: -15px;top: 0px;bottom:0px;height: 0px;width: 25px;-webkit-transition: height .10s linear;transition: height .2s linear;}
.square-box .square-inner .bluec.anim03 {right: 0px;top: 0px;height: 0;width: 15px;-webkit-transition: height .10s linear;transition: height .2s linear;}
.square-box .square-inner .bluec.anim04 {right: 0px;bottom: 0px;height: 19px;width: 0;-webkit-transition: width .10s linear;transition: width .2s linear;}
.square-box .square-inner .bluec.anim05 { background: transparent;
    border-right: solid 5px #ffffff;
    border-top-left-radius: 50px;right: -15px;top: 0px;bottom:0px;height: 0px;width: 25px;-webkit-transition: height .10s linear;transition: height .2s linear;}
.square-box.on .square-inner .bluec.anim01 {-webkit-transition-delay: .4s;transition-delay: .4s;width: 80%;}
.square-box.on .square-inner .bluec.anim02 {-webkit-transition-delay: .4s;transition-delay: .6s;height: 100%;}
.square-box.on .square-inner .bluec.anim03 {-webkit-transition-delay: .6s;transition-delay: .6s;height: 80%;}
.square-box.on .square-inner .bluec.anim04 {-webkit-transition-delay: .6s;transition-delay: .8s;width: 80%;}
.square-box.on .square-inner .bluec.anim05 {-webkit-transition-delay: .4s;transition-delay: .6s;height: 100%;}

@media( max-width:1024px ) {
	.square-box { margin-left: 80px; margin-top: 10px; }
}

/*
.vg_tit_box_ani { animation: titAnimation 1.4s ease-in-out alternate}
.vg_tit_box_ani2 { animation: titAnimation 1.8s ease-in-out alternate}
@-webkit-keyframes titAnimation{
	0%{opacity:0;transform:translateY(40px);}
	100%{opacity:1;transform:translateY(0px);}
}
@-moz-keyframes titAnimation{
	0%{opacity:0;transform:translateY(40px);}
	100%{opacity:1;transform:translateY(0px);}
}
@-o-keyframes titAnimation{
	0%{opacity:0;transform:translateY(40px);}
	100%{opacity:1;transform:translateY(0px);}
}
@keyframes titAnimation{
	0%{opacity:0;transform:translateY(40px);}
	100%{opacity:1;transform:translateY(0px);}
}
*/

.nanum_pen {font-family: 'Nanum Pen Script';font-size:70px;line-height: 1.3;}

.vg_box {position: absolute;top:50px;right:0;width:263px;z-index: 100}


@media( max-width:1024px ) {

	.vg_inner .ytube iframe {display:none}
	.vg_inner .ytube object {display:block}

	.vg_inner {min-width:100%;height:auto; height:500px;}
	.vg_title {width:100%;}
	.vg_title small {font-size:1.0rem;margin:0 0 10px 0;}
	.vg_title h2 {font-size:1.8rem;margin:0 0 10px 0;}
	.vg_title h2 img {max-width:100%; }
	.vg_title p {/*font-size: 1.0rem;*/word-break: keep-all;}
	.vg_title p br {display: none}
	.vg_title .vg_title_img {padding-top: 50px;}

	.digital-entry {display: none}

	.vg_inner .video-area #video-wrap {height:100vh}

	.vg_inner .ytube {position:relative}

	.vg_bottom {display:none;}
}

@media( max-width:768px ) {
	.vg_inner {height:400px;}
	.vg_title small {font-size:0.8rem;margin:0 0 5px 0;}
	.vg_title h2 {/*font-size:1.0rem;*/margin:0px 0 5px 0;}
	.vg_title p {/*font-size: 0.8rem;*/}
	.vg_title .vg_title_img img {max-width: 30%;}
}

.vg_button_wrap {width:100%; position:relative; max-width:1800px; height:100%; position: absolute;  top:50%;  left:50%; transform: translate(-50%, -50%);   z-index:1; }
.vg_button_wrap:before {content:''; position: absolute; width:1px; height:calc(100% - 93px); background:#fff; opacity:0.3; left:57px; bottom:0px; }

.vg_down {position:absolute;  bottom:5%; margin-top:50px; transform: translateX( -50%); left:0;  width: 31px; height: 113px; text-align: center;   padding-left:19rem}
.vg_down a#go_service {display: block;padding:0;}

.upDownAni { animation: upDownAnimation .4s ease-in-out infinite alternate}

@media( max-width:1800px ) {

.vg_down {right:20px;  margin-right:0;}

}

@media( max-width:1200px ) {
	.vg_button_wrap:before {display:none;}


}
@media( max-width:1024px ) {

	.vg_down {display:none;}

}

.vg_bottom {position: absolute; bottom: 0;  width:100%;  left:50%; transform: translateX( -50%); height:74px; }

@-webkit-keyframes upDownAnimation {
    from { transform:translateY(0)}
    to { transform:translateY(5px)}
}
@-moz-keyframes upDownAnimation {
    from { transform:translateY(0)}
    to { transform:translateY(5px)}
}
@-o-keyframes upDownAnimation {
    from { transform:translateY(0)}
    to { transform:translateY(5px)}
}
@keyframes upDownAnimation {
    from { transform:translateY(0)}
    to { transform:translateY(5px)}
}


.reveal{
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active{
  transform: translateY(0);
  opacity: 1;
}





/* */


#AniTxtSub {}
#AniTxtSub .txt {display: block; /* margin-bottom:1.0rem; */}
#AniTxtSub .txt span {display: inline-block; position: relative; min-width: 8px; min-height: 8px; }
#AniTxtSub .txt1 {font-size:10rem;font-weight:normal;text-transform:uppercase;}
div#vg_con .sub_vg_txt {width: 100%; margin: 0 auto; top: 15%; left: 50%; transform: translate(-50%, 0%); position: fixed;}

div#vg_wrap_sub	{background:url(../img/main_vg.jpg) no-repeat 50% 0; text-align:center; clear:both;position: relative;}
div#vg_sub	{height:287px; width:1400px;margin: 0 auto; text-align:left;}



.subNavWrap {position: relative; width: 100%; background-color: #fff;height:70px; border-bottom: solid 1px #dadada;}
.subNavWrap:after {content: '';    position: absolute;left:0;bottom:0;width:100%;height: 1px;background: #dbdbdb;display: none}
.subNavWrap div.subNavInner {position:relative;width: 1400px;margin: 0 auto;height:70px;}
.subNavWrap .btn_home {display:block;float:left;width:90px;height:70px;font-size:15px;line-height:70px;color:#5a5a5a;background: url(../img/sub_side.png) no-repeat;background-position: center right;}
.subNavWrap .btn_home em {font-style: normal;}

.subNav1st {display:block;float:left;zoom:1;font-size:15px;list-style:none;    margin-left: -1px;}
.subNav1st:after {display:block;clear:both;content:''}
.subNav1st > .navi_dp1 {float:left;position:relative;padding:0;min-width:264px;height:70px;background: url(../img/sub_side.png) no-repeat;background-position: center right;}
.subNav1st > .navi_dp1:last-child {background: none}
.subNav1st > .navi_dp1 h2,
.subNav1st > .navi_dp1 h3 {margin:0;line-height:70px;}
.subNav1st > .navi_dp1 a.dp1 {position:relative;display:block;padding:0 30px 0 30px;text-decoration:none;font-size:15px;line-height:70px;color:#5a5a5a;}
.subNav1st > .navi_dp1 a.dp1 span.sub_drop {position:absolute;top:50%;right:30px;margin-top:-5px;width:14px;height:9px;}
.subNav1st > .navi_dp1 a.dp1 span.sub_drop.bg {background: url(../img/sub_drop.png) no-repeat;background-position: center;}

/*.subNav1st > .navi_dp1:hover > ul.subNav2nd {display:block;}*/

.subNav2nd {list-style:none;display:none;position:relative;    background-color: #fff;z-index:10;}
.subNav2nd > .navi_dp2 {display: table;width: 100%;}
.subNav2nd > .navi_dp2 > a {display:table-cell;padding:10px 30px;text-decoration:none;border:solid #fff;border-width:0;font-size:14px;color:#606060;vertical-align: middle;}
.subNav2nd > .navi_dp2 > a:hover,
.subNav2nd > .navi_dp2 > a:active,
.subNav2nd > .navi_dp2 > a:focus,
.subNav2nd > .navi_dp2.active > a {text-decoration:underline;}


/*서브탭메뉴*/


.subNavBarInnerWrap {max-width: 1600px; width:100%;  margin: 0 auto; z-index:99; position:relative;}
.subNavBarInner {max-width: 1400px;  width:100%; /* height:200px; */margin: 0 auto 0;  display: table; border-collapse: collapse; table-layout:fixed; border: none; }
.subNavBarInner:after {display:block;clear:both;content:''}
.subNavBarInner .subNavBar1st { text-align:center; }
.subNavBarInner .subNavBar1st li {position:relative; display: inline-block; text-align:center; letter-spacing:-0.025rem; }
.subNavBarInner .subNavBar1st li:before{content:"";position:absolute;width:1px;left:0;bottom:5px; height:11px; background:#fff; }
.subNavBarInner .subNavBar1st li:first-child:before {background:none;}
/*.subNavBarInner .subNavBar1st li:last-child:after{content:"";position:absolute;width:1px;right:0;top:26px; height:18px; background:#ccc; }*/

.naviBar_dp1{/*border-left:1px solid #c55033*/}
.naviBar_dp1:last-child {/*border-right:1px solid #c55033*/}
/*.naviBar_dp1+.naviBar_dp1{border-left:1px solid #c55033}*/
/*.naviBar_dp1+.naviBar_dp1 a {color:#ffffff; }
.naviBar_dp1:hover,
.naviBar_dp1:focus {color:#b72400; background: #ffffff; }*/
.subNavBarInner .subNavBar1st li.active {color:#c7000a; position:relative; }
/*.subNavBarInner .subNavBar1st li.active:after {content:""; width:36px; height:36px; background-image: url("../img/smenu_on.png"); position:absolute;  bottom:-20px;  left:50%;  transform: translateX( -50%);}*/
.subNavBarInner .subNavBar1st li.active a {color:#8cc63e; }
.subNavBarInner .subNavBar1st li a {color:#ffffff; display:block; border:0px solid #ddd; font-size:1.8rem;  padding:0 20px; /* height: 69px; */  font-weight:400;}
/*.subNavBarInner .subNavBar1st li:hover {color:#b72400; background: #ffffff; }*/

@media( max-width:1024px ) {
	.subNavInnerOuter {display:none;}
	.subNavBarInnerOuter {display:none;}
	/* .subNavBarInner {display:none;} */
	.subNavBarTitle {font-size:24px; color:#000; font-weight:600; text-align:center; padding: 20px 0px;}
	#AniTxtSub .txt1{font-size:6rem}
	.sub_vg .sub_vg_title2{margin-top:0;}
	.sub_vg .sub_vg_title2{font-size:2rem}
	div#vg_con .sub_vg_txt {top: 15%;}
	.subNavBarInnerWrap {display: none;}
}

#m_breadcrumbs_wrap {display: none}

#subPageWrap {width:100%; position: relative;background:#fff; z-index: 1;}
#subPageWrap_WIDE_ {width:100%;padding:0 0px;margin:0px auto 0;position: relative;    z-index: 1; background:#fff; }
#subPage {max-width:1600px; width:100%; padding:70px 0px 200px 0px; margin:0px auto 0;   background:#fff;    }

@media( max-width:1400px ) {

	#subPage {padding: 30px 10px;}
}



@media( max-width:1024px ) {
	#subPageWrap {width:100%;min-width: 320px;padding:0;margin:0;}

	.subNavWrap {margin-top:0;min-width: 100%; display:none !important;}
	.subNavWrap div.subNavInner {width:100%;    padding: 0 10px;}

	.subNavWrap .btn_home {width:62px;padding:0;font-size:12px;}

	.subNav1st > .navi_dp1 {min-width:120px;}
	.subNav1st > .navi_dp1 a.dp1 {min-width:50%;padding:0 30px 0 10px;font-size:12px;}
	.subNav1st > .navi_dp1 a.dp1 span.sub_drop  {right:20px;}
	.subNav2nd > .navi_dp2 > a {padding:3px 10px;font-size:12px;}

}
@media( max-width:768px ) {

	.subNavBarInner .subNavBar1st li { padding: 0px 1.0rem ;font-size:1.6rem; }

}
/* 사이드바 */
div.left_wrap	{width:220px;float:left;position:relative; }
div.left_inner {position: absolute;top:0;left:0;width:221px;}
div.left_top	{position:relative;width:100%;margin:0;background:transparent;}
div.left_top h2 {margin:0;font-size:28px;font-weight:bold;color:#000;text-align: center;padding:86px 0 0;text-align: left;}
div.left_top h2 span {display: inline-block;padding:20px 0;width:100%;border-top: 3px solid #333;}

.sidebar	{text-align:left; padding:0; margin:0; list-style-type:none;border: solid #333;border-width:0 0 3px;}
.sidebar > li {
	display:block;
	position: relative;
	text-align:left;
}
.sidebar > li:first-child {padding-top:15px;}
.sidebar > li:last-child {padding-bottom:15px;}
.sidebar > li > a {position:relative;display:block;height:100%;line-height:47px; font-size:16px;color:#333333;padding-left:10px;letter-spacing: -1px;}
.sidebar > li > a.selected,
.sidebar > li > a:hover {background:#9a0d16;color:#fff;}
/*.sidebar > li > a:hover:after,
.sidebar > li > a.selected:after {position:absolute;content:'';top:50%;right:20px;margin-top:-4px;background: url(../img/bg_sidebar.png) no-repeat;background-position: center;width:5px;height:9px;}*/

.sidebar > li > ul.sub2_sidebar	{text-align:left; padding:0 0; margin:0; list-style-type:none; background:#f8f8f8;}
.sidebar > li > ul.sub2_sidebar > li {}
.sidebar > li > ul.sub2_sidebar > li > a {position:relative;display:block;height:100%;line-height:20px; font-size:14px;color:#818181;padding-left:30px;letter-spacing: -1px;}
.sidebar > li > ul.sub2_sidebar > li > a.selected {color:#005c91;}


div.left_wrap .cs_center {display:none;border: solid #dddddd;border-width:0 1px 1px;padding:30px 25px 0;margin-bottom: 110px;background-color: #f7f7f7;background-image: url(../img/ic_cs.png);background-repeat:no-repeat;background-position: 106% -9px;}
div.left_wrap .cs_center h4 {color:#818181;font-size:16px;line-height: 1.5;margin-bottom: 10px;}
div.left_wrap .cs_center div.cs1 {margin-bottom: 25px;}
div.left_wrap .cs_center div.cs1 p.center {color:#9a9a9a;font-size:14px;line-height: 1.5;}
div.left_wrap .cs_center div.cs1 p.tel {color:#011627;font-size:24px;line-height: 1.5;font-weight: 700}
div.left_wrap .cs_center div.cs1 p.fax {color:#858585;font-size:16px;line-height: 1.2;}



/* 컨텐츠영역 */
div.contents_wrap {width:920px; float:right;margin-left:60px;    padding:0;}
div.contents_wrap.noSidebar {width:100%;float:none;margin-left: 0;}





/* 타이틀영역 */
.title_wrap {position: relative;width: 100%;height: 100%;max-width: 170.0rem;margin: 0 auto;}
.title_wrap h2.title {font-size: 32px; line-height: 6.0rem;  color: #000000; display: inline-block; margin: 0; padding-right: 0; font-weight: 400; position: relative; margin-top: 3.2rem; z-index: 9; padding-left: 0.5rem;}
.subPageTopTitle {width: 100%; height: 9.1rem; margin-top: -9.1rem; /* background: linear-gradient(90deg, transparent 50%, #ffffff 50%); */}
.title_wrap .breadcrum {background:url(../img/icon_home.png) no-repeat; background-position: left center;padding-left:15px; margin-top:0;position: absolute;top:50%;right:3%; color: #7d7d7d; font-size: 1.8rem; font-family: 'Malgun Gothic';}

.sub_vg_title {position : relative; width:100%;height:100%; padding:0 0 0px 0;clear:both;border-bottom: 0px solid #dddddd; text-align: left; background:#fff; border-top-left-radius: 97rem; border-top-right-radius: 97rem;}
.sub_vg_title_inner {width: 100%; height: 100%; margin: 0 5rem; max-width: 1600px; margin: 0 auto; border-bottom: solid 1px #bcbcbc;}

@media( max-width:1700px ) {
	.sub_vg_title_inner {width:98%; max-width: 98%;}
}

@media( max-width:1024px ) {
	.title_wrap {padding-bottom: 0px;}
	.title_wrap h2.title {font-size:3.2rem;padding-left:15px;}
	.title_wrap .breadcrum {display: none}

	.sub_vg_title {margin:0;padding:0;}
}



.sub_arrow{font-size:32px;display: inline-block;    line-height: 50px;color:#dc060e; font-family:sans-serif;}
.sub_left_arrow{float: left;height:100%;}
.sub_right_arrow{float: right;height:100%;}
.sub_vg_title_line{width: 100%;height: 1px;background: #d8d8d8;display:block;position : relative;}

.parallax-init-pc {transform: translate3d(0, 100px, 0);transition: transform 3.6s cubic-bezier(0.165, 0.84, 0.44, 1);}
.parallax-init-pc.add-stage {transform: translate3d(0, 0, 0) scale(1) rotate(0) !important;}

/*.back_con {position: fixed;z-index: -1;top: 0;width:100%;min-width:1400px;}
.main_con {margin-top:1717px;z-index: 600;position: relative;background:#fff;min-height: 1000px;}
*/
.main_con {z-index: 600;position: relative;}
.rowc {}
.rowc ul {font-size:0;line-height:0;margin:0;padding:0}
.rowc ul:after {clear: both;display: block;content: "";}
.rowc ul li {-webkit-box-sizing: border-box;-khtml-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;-o-box-sizing: border-box;box-sizing: border-box;}
.rowc ul li img {max-width:100%}
.rowc ul.grid2 {margin:0 0 0 -2%;}
.rowc ul.grid2 > li {width:48%;margin:0 0 0 2%;display:inline-block;text-align:center;}
.rowc ul.grid3 {margin:0 0 0 -2%;}
.rowc ul.grid3 > li {width:31%;margin:0 0 0 2%;display:inline-block;text-align:center;}
.rowc ul.grid4 {margin:0 0 0 -2%;}
.rowc ul.grid4 > li {width:23%;margin:0 0 0 2%;display:inline-block;text-align:center;}




/****************/


#com_section { width: 100%; height:100%; margin: 0 auto; background:url(../img/cont03_bg.jpg) no-repeat; background-size: cover;}
.footerWrap {height: 674px;width: 1400px;left: 50%;margin-left: -600px;top: 58%;position: absolute;margin-top: -337px;color:#a0a0a0}
.footerWrap:after {display:block;height:0;content:".";font-size:0;visibility:hidden;clear:both;}
.footerWrapSub {height: 540px; width: 1400px; left: 0; margin-left: 0; top: 0; position: relative; margin-top: 0; color: #a0a0a0;}


.footerWrap .txt_tit{font-size:1.8rem; word-break: keep-all; color:#34363b;}
.footerWrap h1{font-size:8.0rem;padding:7.0rem 0 8.0rem 0; word-break: keep-all; color:#34363b;}

.footerWrap .bottom_box{padding-top:80px;border-top:2px solid #34363b;}
.footerWrap .bottom_boxSub {border:0 none; padding-top: 120px;}
.footerWrap .bottom_box .bot_left{display:inline-block;width:60%; word-break: keep-all;}
.footerWrap .bottom_box .bot_left .top_box{padding-bottom:40px;}
.footerWrap .bottom_box .bot_left .top_box h2{font-size:2.2rem;color:#34363b}
.footerWrap .bottom_box .bot_left .top_box .txt01{font-size:1.8rem; color:#777777;}



.footerWrap .bottom_box .bot_left .left_sub{display:inline-block;width: 27%;}
.footerWrap .bottom_box .bot_left .left_sub .tit01{font-size:2.2rem;color:#34363b}
.footerWrap .bottom_box .bot_left .left_sub .txt01{font-size:1.8rem; color:#777777;}
.footerWrap .bottom_box .bot_left .bot_copy{font-size:16px;padding-top:70px;color:#656565}

.footerWrap .bottom_box .bot_right{display:inline-block;width:39%;vertical-align: top;}
.footerWrap .bottom_box .bot_right .right_sub{font-size: 2.2rem; position: relative; width: 230px; float: right; margin-left: 100px;}
.footerWrap .bottom_box .bot_right .right_sub:after {clear: both;display: block;content: "";}
.footerWrap .bottom_box .bot_right .right_sub a{padding: 25px 0 25px 0;display:block;color:#34363b; font-weight: bold;}
.footerWrap .bottom_box .bot_right .right_sub:before{display:block;content:"";position:absolute;background:url(../img/bot_arrow.png) no-repeat;width:7px;height:13px;right:0;top:45%}

.footerWrap .bottom_box .bot_right .right_sub:nth-child(1){padding-top:0;border-bottom:2px solid #707070}
.footerWrap .bottom_box .bot_right .main_CopyWrap1{font-size:16px;padding-top: 67px;margin-left:28%;color:#656565; text-align: right;}
.footerWrap .bottom_box .bot_right .main_CopyWrap1 a{color:#656565}

.footerWrap .bottom_copy {width:100%; padding-top: 5.5rem;}
.footerWrap .bottom_copy:after {clear: both;display: block;content: "";}
.footerWrap .bottom_copy .bc_left {float:right; width:50%; font-size:1.6rem; color:#656565;}
.footerWrap .bottom_copy .bc_right {float:right; width:50%; text-align:right; font-size:1.6rem;color:#656565;}
.footerWrap .bottom_copy .bc_right a {color:#656565;}

.subFooter .footerWrap .bottom_box .bot_left .top_box h2 {color:#ffffff; }
.subFooter .footerWrap .bottom_box .bot_left .left_sub .tit01 {color:#ffffff}
.subFooter .footerWrap .bottom_box .bot_right .right_sub a {color:#ffffff}
.subFooter .footerWrap .bottom_box .bot_left .top_box .txt01{color:#a0a0a0;}
.subFooter .footerWrap .bottom_box .bot_left .left_sub .txt01 {color:#a0a0a0;}

@media screen and (max-width:1500px){
	.footerWrap {width: 1200px; margin-left: -500px;}
	.footerWrapSub {margin-left: 0px; margin: 0 auto;}
}
@media screen and (max-width:1450px){
	.footerWrap {width: 1100px; }
}
@media screen and (max-width:1240px){
	.footerWrap {width: 1000px; margin-left: -450px;}
	.footerWrapSub {margin-left: 0px; margin: 0 auto;}
	.footerWrap h1 {font-size: 7.0rem;}
}
@media screen and (max-width:1150px){
	.footerWrap {width: 900px; margin-left: -400px;}
	.footerWrapSub {margin-left: 0px; margin: 0 auto;}
	.footerWrap h1 {font-size: 5.0rem; padding: 5.0rem 0 5.0rem 0;}
}

@media screen and (max-width:1024px){
	.comWrap {width: 100%; height: 100%; left: 0; margin-left: 0px; top: 100px; margin-top: 100px; position: relative;}
	.footerWrap {height: auto;width: 100%;left: 0;margin-left: 0;top: 50%;position: absolute;margin-top: -337px;color:#a0a0a0;padding: 20px;}
	.footerWrapSub {height: 550px; top: 0 !important; padding-top: 0; position: relative; margin-top: 0px; }
	.footerWrap .bottom_box .bot_right .main_CopyWrap1{margin-left:-4%}
}

@media screen and (max-width:768px){

	.footerWrap .bottom_box {padding-top: 20px;}
	.footerWrap .bottom_box .bot_left {width: 100%;}
	.footerWrap h1 {font-size: 3.5rem;}
	.footerWrap .bottom_box .bot_right {width: 100%;}
	.footerWrap .bottom_box .bot_right .right_sub {float: none; margin-left: 0px; font-size: 16px;}
	.footerWrap .bottom_copy .bc_left {float: none; width: 100%; font-size: 16px; text-align: center; padding-top: 30px;}
	.footerWrap .bottom_copy .bc_right {float: none; width: 100%; font-size: 16px;}
	.footerWrap .txt_tit {font-size: 16px;}
	.footerWrap .bottom_box .bot_left .top_box {padding-bottom: 10px;}
	.footerWrap .bottom_box .bot_left .top_box h2 {font-size: 18px;}
	.footerWrap .bottom_box .bot_left .top_box .txt01 {font-size: 16px;}
	.footerWrap .bottom_box .bot_left .left_sub {width: 100%;}
	.footerWrap .bottom_box .bot_left .left_sub .tit01 {font-size: 18px;}
	.footerWrap .bottom_box .bot_left .left_sub .txt01 {font-size: 16px;}
	.footerWrap {top: 30px; margin-top: 0px;}

}


/**/




#mainVisual {height:100vh; position: relative; border:0px solid #f00;overflow: hidden;}
#mainVisual .ycontainer {height:100vh;}
#mainVisual .ycontainer1 {}
#mainVisual .ycontainer video {object-fit: cover; height: 100vh; width: 100%;}

@media screen and (max-width:1500px){
	#mainVisual {padding-top: 67px; height: 667px;}
	#mainVisual .ycontainer  {height:600px !important;}
	#mainVisual .ycontainer video  {height:600px !important;}
	#mainVisual .ycontainer1 {position: absolute;top: 0;left: 0;width: 100%;}
}

@media screen and (max-width:1024px){
	#mainVisual {height:500px !important;}
	#mainVisual .ycontainer  {height:500px !important;}
	#mainVisual .ycontainer video  {height:500px !important;}
}

@media screen and (max-width:768px){
	#mainVisual {height:400px !important;}
	#mainVisual .ycontainer  {height:400px !important;}
	#mainVisual .ycontainer video  {height:400px !important;}
}

/*title*/
#mainVisual .popup{position:absolute;top:-150px;right:0;z-index:99999}
.mainsec_title {text-align:center; width:100%; position: relative; }
.mainsec_title h3 {font-size:6.0rem; font-weight:bold;}
.mainsec_title p {color:#4e4e4e; font-size:2.0rem; margin-top:0.5rem; line-height:1.45}


@media screen and (max-width:1024px){

	.mainsec_title h3 {font-size:4.8rem; ;}
	.mainsec_title p { margin:auto; padding:0 10px;}
	.mainsec_title p br {display:none;}
}

@media screen and (max-width:768px){
	.mainsec_title h3 {font-size:3.4rem; }
	.mainsec_title p {font-size:1.6rem; margin-top:2.0rem;}

}


/**/

.maintitle_wrap {width:100%; position: relative; }
.maintitle_wrap .maintitle_01 {font-size:5.8rem; font-weight:bold;}
.maintitle_wrap .maintitle_02 {font-size:1.8rem; margin-top:2.0rem; font-weight:400;}

#mainVisual .vg_inner1 {position: relative;top: auto;left: auto;display: flex;flex-direction: column;justify-content: space-between;flex-wrap: wrap;}
#mainVisual .vg_wrap {width: 100%;max-width: 160rem;height: 100%;position: absolute;top: 0;left: 50%;transform: translate(-50%, 0px);display: flex;flex-direction: column;justify-content: flex-end;}
#mainVisual .vg_wrap .vg_sub1 {display: flex;flex-direction: row;justify-content: space-between;align-items: flex-start;}
#mainVisual .vg_wrap .vg_sub1 .vg_title {word-break: keep-all;position: relative;top: auto;left: auto;width: 100%;transform: translate(0%, 0%);z-index: 2;}
#mainVisual .vg_wrap .vg_sub1 #main-pro-bx-pager {position: relative;padding: 0;margin: 0;top: auto;left: auto;transform: translate(0%, 0%);width: auto;}
#mainVisual .vg_wrap .vg_sub1 .vg_down {position: relative;bottom: auto;margin-top: 0;transform: translateX( 0%);left: 0;width: 31px;height: 113px;text-align: center;padding-left: 0;}
#mainVisual .vg_wrap .vg_sub1 #main-pro-bx-pager ul {width: auto;}

#mainVisual .vg_wrap .vg_sub1 .vb_box {max-width: 32rem;}
#mainVisual .vg_wrap .vg_sub1 .vb_box .vb_box_1 {background: #fff;padding: 1.5rem;}
#mainVisual .vg_wrap .vg_sub1 .vb_box .vb_box_1 .txt1 {font-size: 2.8rem;font-weight: 500;text-align: center;}
#mainVisual .vg_wrap .vg_sub1 .vb_box .vb_box_1 .txt2 {font-size: 1.5rem;line-height: calc(18 / 15);text-align: center;font-family: 'Malgun Gothic';margin-top: 0.7rem;}
#mainVisual .vg_wrap .vg_sub1 .vb_box .vb_box_1 .content {display: flex;flex-wrap: wrap;align-items: center;}
#mainVisual .vg_wrap .vg_sub1 .vb_box .vb_box_1 .content .con1 {font-size: 1.8rem;font-weight: 700;width: 35%;}
#mainVisual .vg_wrap .vg_sub1 .vb_box .vb_box_1 .content .con2 {font-size: 2.7rem;font-family: 'Mont-Heavy';letter-spacing: -0.01rem;width: 65%;margin-top: 1rem;}
#mainVisual .vg_wrap .vg_sub1 .vb_box .vb_box_2 {background: #8cc63e;padding: 1rem 2rem 2rem;margin-top: 2.3rem;
}
#mainVisual .vg_wrap .vg_sub1 .vb_box .vb_box_2 .content {display: flex;flex-wrap: wrap;align-items: flex-start;}
#mainVisual .vg_wrap .vg_sub1 .vb_box .vb_box_2 .content .con1 {width: 50%;font-size: 1.8rem;font-weight: 700;margin-top: 0.8rem;}
#mainVisual .vg_wrap .vg_sub1 .vb_box .vb_box_2 .content .con2 {width: 50%;font-size: 1.4rem;font-family: 'Malgun Gothic';line-height: calc(15 / 14);letter-spacing: -0.05rem;margin-top: 1.2rem;}

#mainVisual .vg_wrap .vg_sub2 {margin-top: 4.5rem;}
#mainVisual .vg_wrap .vg_sub3 {display: flex;justify-content: space-between;padding: 3rem 0;}
#mainVisual .vg_wrap .vg_sub3 .sub_left {display: flex;align-items: center;}
#mainVisual .vg_wrap .vg_sub3 .sub_left .sub1 {margin-right: 2.7rem;}
#mainVisual .vg_wrap .vg_sub3 .sub_left .sub2 {color: #fff;font-family: 'Malgun Gothic';font-size: 1.6rem;display: flex;}
#mainVisual .vg_wrap .vg_sub3 .sub_left .sub2 .t {display: flex;}
#mainVisual .vg_wrap .vg_sub3 .sub_left .sub2 .t1 {font-weight: 700;padding: 0 0.5rem;}
#mainVisual .vg_wrap .vg_sub3 .sub_left .sub2 .t2 {padding: 0 0.5rem;}
#mainVisual .vg_wrap .vg_sub3 .sub_left .sub2 .s1 {padding: 0 0.5rem;}
#mainVisual .vg_wrap .vg_sub3 .sub_right {display: flex;align-items: center;}
#mainVisual .vg_wrap .vg_sub3 .sub_right .sub1 {font-size: 1.5rem;color: #acacac;font-family: 'Malgun Gothic';}
#mainVisual .vg_wrap .vg_sub3 .sub_right .sub2 {margin-left: 2.5rem;}
#mainVisual .vg_wrap .vg_sub3 .sub_right .sub2 > a {font-size: 1.5rem;color: #d7d7d7;font-family: 'Malgun Gothic';}


@media screen and (max-width: 1700px){
	#mainVisual .vg_wrap .vg_sub1 #main-pro-bx-pager {bottom: auto;}
}
@media screen and (max-width: 1650px){
	#mainVisual .vg_wrap {padding: 0 2rem;}

}
@media screen and (max-width: 1600px){
	.vg_txt_box .vg_txt_tit {padding-left: 0;}
	#mainVisual .vg_inner1 {height: 100%;}
}
@media screen and (max-width: 1500px){
	#mainVisual {overflow: initial;height: 100% !important;}
	#mainVisual .vg_wrap {padding: 0 2rem;position: relative;top: auto;left: auto;transform: translate(0px, 0px);}
	#mainVisual .vg_wrap .vg_sub1 {flex-direction: column;justify-content: space-between;align-items: flex-start;}
	#mainVisual .vg_inner1 {height: 532px;justify-content: flex-end;}
	#mainVisual .vg_wrap .vg_sub1 .vg_down {margin: 3rem 0;}
	#mainVisual .vg_wrap .vg_sub1 .vb_box {max-width: 100%;margin: 0 auto;display: flex;margin-top: 5rem;}
	#mainVisual .vg_wrap .vg_sub1 .vb_box .vb_box_1 {border: solid 1px #000;width: calc((100% - 5rem) / 2);margin-right: 5rem;}
	#mainVisual .vg_wrap .vg_sub1 .vb_box .vb_box_2 {width: calc((100% - 5rem) / 2);margin-top: 0;display: flex;}
	#mainVisual .vg_wrap .vg_sub1 .vb_box .vb_box_1 .content .con1 {text-align: center;}
	#mainVisual .vg_wrap .vg_sub1 .vb_box .vb_box_1 .content .con2 {text-align: center;}
	#mainVisual .vg_wrap .vg_sub3 .sub_left .sub2 {color: #333;}

}
@media screen and (max-width: 1400px){
	#mainVisual .vg_wrap .vg_sub3 {justify-content: center;padding: 3rem 0;flex-direction: column;align-items: center;padding: 5rem 0;}
}
@media screen and (max-width:1024px){
	.maintitle_wrap {padding-left:10px; padding-right:15px;}
	.maintitle_wrap .maintitle_01 {font-size:3.8rem;}
	#mainVisual .vg_inner1 {height: 432px;flex-wrap: wrap;align-items: center;flex-direction: row;}
	#mainVisual .vg_wrap .vg_sub1 .vb_box .vb_box_1 {width: calc((100% - 2rem) / 2);margin-right: 2rem;}
	#mainVisual .vg_wrap .vg_sub1 .vb_box .vb_box_2 {width: calc((100% - 2rem) / 2);}
}
@media screen and (max-width: 900px){
	#mainVisual .vg_wrap .vg_sub3 .sub_left {align-items: center;flex-direction: column;margin-bottom: 1rem;}
	#mainVisual .vg_wrap .vg_sub3 .sub_left .sub2 {margin-top: 1.5rem;}

}
@media screen and (max-width: 768px){
	#mainVisual .vg_inner1 {height: 332px;}
	#mainVisual .vg_wrap .vg_sub1 .vb_box {flex-direction: column;}
	#mainVisual .vg_wrap .vg_sub1 .vb_box .vb_box_1 {width: 100%;margin-right: 0;}
	#mainVisual .vg_wrap .vg_sub1 .vb_box .vb_box_2 {width: 100%;margin-top: 4.5rem;}
	#mainVisual .vg_wrap .vg_sub3 .sub_left {flex-direction: column;}
	#mainVisual .vg_wrap .vg_sub3 .sub_left .sub2 .s1 {display: none;}
	#mainVisual .vg_wrap .vg_sub3 .sub_left .sub2 {flex-direction: column;align-items: center;}
	#mainVisual .vg_wrap .vg_sub3 .sub_right {flex-direction: column;}
	#mainVisual .vg_wrap .vg_sub1 .vb_box .vb_box_1 .txt2 {font-size: 1.6rem;line-height: 1.5;margin-top: 1.5rem;}
	#mainVisual .vg_wrap .vg_sub1 .vb_box .vb_box_1 .content {margin-top: 1.5rem;}
	#mainVisual .vg_wrap .vg_sub1 .vb_box .vb_box_2 .content .con1 {width: 100%;}
	#mainVisual .vg_wrap .vg_sub1 .vb_box .vb_box_2 .content .con2 {width: 100%;font-size: 1.6rem;line-height: 1.5;letter-spacing: 0;margin-top: 0rem;}

}


/*Product*/
#mainAbout {width:100%; position: relative;  margin:15.0rem 0 0 0; background:#fff; z-index:9}
#mainAbout:after {content:""; position:absolute;top:0; left:-40px;margin:-85px 0 0 23px;z-index:-1; width:587px; height:588px; background:url('../img/about_cycle_bg.png') no-repeat;display:block;}
#mainAbout:after {
	-webkit-animation: spin 15s infinite linear;
	-o-animation: spin 15s infinite linear;
	-moz-animation: spin 15s infinite linear;
	animation: spin 15s infinite linear;
}
@-webkit-keyframes spin {
    0%  {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(-360deg);}
}

@-moz-keyframes spin {
   0%  {-moz-transform: rotate(0deg);}
    100% {-moz-transform: rotate(-360deg);}
}
@keyframes spin {
    0%  {transform: rotate(0deg);}
    100% {transform: rotate(-360deg);}
}
@media screen and (max-width:1024px){
	#mainAbout:after {width:0; height:0;}
}



#mainAbout .mainAboutWarp{width:100%;max-width:1600px;margin:0 auto;}
#mainAbout .mainAboutWarp .Title{background:url("../img/about_bg01.jpg") no-repeat right bottom; }
#mainAbout .mainAboutWarp .Title .About_tit01{font-size:6.6rem;font-weight:900;line-height:1}
#mainAbout .mainAboutWarp .Title .About_tit02{font-size:1.7rem;margin:5rem 0 0 0; line-height: 37px; letter-spacing: -0.025rem; font-family: 'Malgun Gothic';}
#mainAbout .mainAboutWarp .AboutCont{ display:flex; justify-content: space-between; margin-top: 110px;}

#mainAbout .mainAboutWarp .AboutCont .Contwrap{position:relative; width:48%; height:100%; max-width:764px;}
#mainAbout .mainAboutWarp .AboutCont .cont_left{background:url("../img/main_company_bg02.jpg") no-repeat center bottom; }
#mainAbout .mainAboutWarp .AboutCont .cont_right{background:url("../img/main_company_bg01.jpg") no-repeat center bottom; }

#mainCompany {width:100%; position: relative;  padding:15.0rem 0 ; background:#f8f8f8; }
#mainCompany .mainCompanyWrap {width:100%; position: relative;  text-align:center; max-width:1600px; margin:auto;}

#mainAbout .mainAboutWarp .AboutCont .Contwrap .cont_box{color:#fff;padding:60px 0 0 30px; position:absolute;top:0;width:100%;height:100%;}
#mainAbout .mainAboutWarp .AboutCont .Contwrap .cont_box .num{font-size:9.5rem;font-weight:700;position:relative;z-index:2}
#mainAbout .mainAboutWarp .AboutCont .Contwrap .cont_box .num:after{content:"";display:block;width:88px;height:91px;border:1px solid #8cc63e;position:absolute;top:17px;left:35px;z-index:-1}
#mainAbout .mainAboutWarp .AboutCont .Contwrap .cont_box p{font-size:4.5rem;font-weight:800;padding:5px 0 0 10px;}

#mainAbout .mainAboutWarp .AboutCont .cont_left .about_arrow .arrow_txt{height:0;opacity:0;transition:1s}
#mainAbout .mainAboutWarp .AboutCont .cont_left:hover .about_arrow .arrow_txt{height:200px;opacity:1}
#mainAbout .mainAboutWarp .AboutCont .cont_right .about_arrow .arrow_txt{height:0;opacity:0;transition:1s}
#mainAbout .mainAboutWarp .AboutCont .cont_right:hover .about_arrow .arrow_txt{height:200px;opacity:1}
#mainAbout .mainAboutWarp .AboutCont .about_arrow .arrow_btn {margin-top: 40px;}
#mainAbout .mainAboutWarp .AboutCont .about_arrow .arrow_btn span {background: #8cc63e; padding: 10px 20px; border-radius: 30px; font-size: 19px;}


#mainAbout .mainAboutWarp .AboutCont .Contwrap .line{display:block;max-width:764px;min-height:670px;border:10px solid #8cc63e;opacity:0;transition:1s}
#mainAbout .mainAboutWarp .AboutCont .cont_left:hover .line{content:"";display:block;opacity:1;box-shadow:5px 5px 15px rgba(0,0,0,0.45);}
#mainAbout .mainAboutWarp .AboutCont .cont_right:hover .line{content:"";display:block;opacity:1;box-shadow:5px 5px 15px rgba(0,0,0,0.45);}

#mainAbout .mainAboutWarp .AboutCont .about_arrow {padding:30px 0 0 10px;}
#mainAbout .mainAboutWarp .AboutCont .about_arrow .arrow_txt .tit01{font-size:3.0rem;padding-bottom:5px;}
#mainAbout .mainAboutWarp .AboutCont .about_arrow .arrow_txt .tit02{font-size:1.7rem; font-family: 'Malgun Gothic';}




@media screen and (max-width:1024px){
	#mainAbout .mainAboutWarp{padding:15px;}
	#mainAbout .mainAboutWarp .Title{background: 0;}
	#mainAbout .mainAboutWarp .AboutCont .Contwrap .cont_box p{padding:20px 0 0 0px;}
}


@media screen and (max-width:768px){
	#mainAbout .mainAboutWarp .AboutCont{display:block; margin-top: 50px;}
	#mainAbout .mainAboutWarp .AboutCont .Contwrap{width:100%;margin-bottom:30px;}
	#mainAbout .mainAboutWarp .Title .About_tit02 br{display:none}
	#mainAbout .mainAboutWarp .Title .About_tit01{font-size:4.6rem}
	#mainAbout:after{display:none}
	#mainAbout .mainAboutWarp .AboutCont .Contwrap .line {min-height: 370px;}
	#mainAbout .mainAboutWarp .AboutCont .Contwrap .cont_box .num {font-size: 3.5rem;}
	#mainAbout .mainAboutWarp .AboutCont .Contwrap .cont_box .num:after { width: 28px;height: 31px; top: 5px; left: 16px;}
	#mainAbout .mainAboutWarp .AboutCont .Contwrap .cont_box p {padding: 10px 0 0 0px; line-height: 30px;font-size: 25px;}
	#mainAbout .mainAboutWarp .AboutCont .about_arrow {padding: 0;}
	#mainAbout .mainAboutWarp .AboutCont .Contwrap .cont_box {padding: 30px 0 0 20px;}
	#mainAbout .mainAboutWarp .AboutCont .about_arrow .arrow_img {display:none;}
	#mainAbout .mainAboutWarp .AboutCont .cont_right .about_arrow .arrow_txt {height: auto;opacity: 1;}
	#mainAbout .mainAboutWarp .AboutCont .about_arrow .arrow_btn span { font-size: 16px;}
	#mainAbout .mainAboutWarp .AboutCont .cont_left .about_arrow .arrow_txt {height: auto;opacity: 1;}
}


#mainView {width: 100%; height: 100%; min-height: 328px; background: url(../img/main_view01.jpg) no-repeat; background-size: cover; background-position: center; margin-top: 120px; padding: 100px 0;}
#mainView .title1 {font-size: 40px; color: #fff; letter-spacing: -0.025rem; font-weight: 100; text-align: center;}
#mainView .title1 span {font-weight: bold;}
#mainView .title2 {font-size: 18px; color: #fff; text-align: center; letter-spacing: -0.025rem; font-family: 'Malgun Gothic'; line-height: 45px; margin-top: 20px;}
#mainView .title2 a {color: #fff;}
#mainView .title2 > span {position: relative; }
#mainView .title2 > span:after {content: ''; position: absolute; bottom: -10px; left: 0; width: 100%; height: 1px; background: #fff;}



/*PARTNERSHIP*/
#mainResearch {width: 100%; padding: 80px 0; overflow:hidden; position: relative;}
#mainResearch  video {width: 100%; position: absolute; bottom: 0;}
#mainResearch .mainCompanyWrap > .maintitle_wrap {color:#fff; }
#mainResearch .mainCompanyWrap {width: 1600px; margin: 0 auto;}
#mainResearch .mainCompanyWrap .research_content {margin-top:7.0rem;}

.partner_content {max-width:1360px; width:100%; position: relative; margin:auto; margin-top:4.5rem;  padding:0 80px; }
.partner_content .partner_swiper {width:100%; }

.mainSwiper1 {width:100%; position: relative; overflow:hidden;}
.mainSwiper1 .swiper-wrapper { width:100%;  }
.mainSwiper1 .swiper-wrapper .swiper-slide img {width:100%;border:1px solid #ddd}
#text-roller {width:100%; font-size: 12.0rem; color: #f0f0f0;  z-index:-1; white-space: nowrap;opacity:0.1;margin-top:40px;}



@media screen and (max-width:1600px){
	#mainResearch .mainCompanyWrap {width:95%;}
}
@media screen and (max-width:1200px){

}


@media screen and (max-width:768px){

}








/* Default */
.pd_btn {display: inline-block;margin-top:7.0rem;min-width: 180px;padding: 15px 30px;position: relative;vertical-align: middle;font-size: 15px;font-weight: 500;line-height: 1;border: 1px solid transparent;border-radius: 0px;background: transparent;overflow: hidden;-webkit-transition: color .55s cubic-bezier(.52,.08,.18,1);transition: color .55s cubic-bezier(.52,.08,.18,1);}
.pd_btn span {position: relative;}
.pd_btn:before {content: '';display: block;width: 120%;height: 100%;position: absolute;left: 0;top: 0;-webkit-transform-origin: right top;-ms-transform-origin: right top;transform-origin: right top;-webkit-transform: translateX(-101%) skewX(-17.62deg);-ms-transform: translateX(-101%) skewX(-17.62deg);transform: translateX(-101%) skewX(-17.62deg);-webkit-transition: -webkit-transform .55s cubic-bezier(.52,.08,.18,1);transition: -webkit-transform .55s cubic-bezier(.52,.08,.18,1);transition: transform .55s cubic-bezier(.52,.08,.18,1);transition: transform .55s cubic-bezier(.52,.08,.18,1), -webkit-transform .55s cubic-bezier(.52,.08,.18,1);-webkit-backface-visibility: hidden;backface-visibility: hidden;}
.pd_btn:hover:before {-webkit-transform: translateX(0) skewX(-17.62deg);-ms-transform: translateX(0) skewX(-17.62deg);transform: translateX(0) skewX(-17.62deg);-webkit-transform-origin: left top;-ms-transform-origin: left top;transform-origin: left top;}


/* icon style */
.pd_icon_btn {color:#fff; border-color:#fff;}
.pd_icon_btn:before {background: #fff; }
.pd_icon_btn span.btn_txt {display: inline-block;  font-size:16px; font-weight:500;}
.pd_icon_btn span:after {display: block;width: 20px;height: 20px;position: absolute;top: 50%;margin-top: -9px;line-height: 20px;text-align: center;-webkit-transition: color 0s cubic-bezier(.52, .08, .18, 1) 0s;transition: color 0s cubic-bezier(.52, .08, .18, 1) 0s;}
.pd_icon_btn:hover {color: #000;}
.pd_icon_btn:hover span:after {color: #000;-webkit-transition: color .55s cubic-bezier(.52, .08, .18, 1);transition: color .55s cubic-bezier(.52, .08, .18, 1);}




/**/

#mgnb_open {position:absolute;top:12px;z-index:99; right:10px;padding:0 10px;height:40px;width:40px;border:0;background-size:70%;color: #fff;background:none;font-size:3.2rem;display: none; }
#user_btn {position:absolute;top:12px;right:10px;padding:0 10px;height:40px;width:40px;border:0;color:#fff;font-size:2.0em;background:none;letter-spacing:-0.1em;display: none;}
#mgnb {display:none;background:#efefef;position:fixed;top:0;right:0;z-index:99999;width:100%;max-width:400px;height:100%;overflow-y:auto;
-webkit-box-shadow:0 0 5px rgba(55,55,5,0.4);
-moz-box-shadow:0 0 5px rgba(55,55,5,0.4);
box-shadow:0 0 5px rgba(55,55,5,0.4)}

#mgnb_1dul {background:#fff}
#mgnb_1dul a {display:block;color:#000}
.mgnb_1dli {position:relative;line-height:40px}
.mgnb_1dli button {position:absolute;top:5px;right:0;width:40px;height:40px;overflow:hidden;border:0;font-size:1.0em;background:#fff;background:url(../img/mobile/gnb_bg2.png) no-repeat 50% 50%;text-indent:-9999px}
.mgnb_1dli button.btn_gnb_cl {background:url(../img/mobile/gnb_bg.png) no-repeat 50% 50%}
.mgnb_1da {padding:5px 20px;border-bottom:1px solid #eee;font-weight:bold;font-size:16px;}
.mgnb_2dul {display:none;background:#fafafa}
.mgnb_2da {padding-left:30px;font-size:15px;}
#mgnb_close {display:block;position:absolute;right:8px;top:10px;z-index:99;font-weight:bold;margin:0;height:40px;width:40px;border:0;color:#bfb8b2;font-size:3.2rem;background:transparent}

#mgnb_empty {padding:20px 0;color:#fff;text-align:center;line-height:2em}
#mgnb_empty a {display:inline;text-decoration:underline}



#user_menu {display:none;position:fixed;top:0;right:0;width:100%;height:100%;overflow-y:auto;z-index:9999;background:#efefef;text-align:center}
#user_close {display:block;position:absolute;right:8px;top:10px;z-index:99;font-weight:bold;margin:0;height:40px;width:40px;border:0;color:#bfb8b2;font-size:1.8em;background:transparent}

.ol {position:relative;margin:0 0 10px;text-align:center}
.ol h2 {width:0;height:0;overflow:hidden}
#ol_before {background:#212020;padding:34px 15px;text-align:left}
.btn_log {display:inline-block;background:#3a8afd;color:#fff;border-radius:3px;padding:10px;border:0;text-decoration:none;vertical-align:middle}
.btn_log2 {display:inline-block;background:transparent;color:#fff;border:0;border-radius:3px;padding:10px;text-decoration:none;vertical-align:middle}


@media screen and (max-width: 1600px){


	.moblie_lang {position:absolute; top:25px; left:20px; }
	.moblie_lang a{display:inline-block; font-size:14px; color:#f8f8f8;}
	.moblie_lang a:first-child {margin-right:10px;}
	.moblie_lang a.active {background:#e60012; color:#fff; padding:7px; border-radius:10px;  }
}
@media screen and (max-width: 1500px){

	#mgnb_open, #user_btn {display: block;}
	}

@media screen and (max-width: 768px){
	#mgnb_open {position:fixed;}

}

/* 사이트맵 */

.sitemap_wrap { width:100%; margin-top:40px;}
.sitemap_wrap div.sitemap { float:left;width:25%; vertical-align:top; text-align:center; font-size:1.6rem;}
.sitemap_wrap div.sitemap > h5 {width:90%; margin:0 auto; border:1px solid #0553ab;   text-align:center; }
.sitemap_wrap div.sitemap > h5 > a {font-size:1.5em; color:#0553ab; font-weight:bold;line-height:2.0;}
.sitemap_wrap div.sitemap ul {padding-top:20px;min-height: 300px;}
.sitemap_wrap div.sitemap li { width:90%; margin:0 auto; }
.sitemap_wrap div.sitemap li > a { display:block; color:#333; line-height:2.5;text-align:left;}
.sitemap_wrap div.sitemap li > p { text-align:left;  padding:0;margin:0; }
.sitemap_wrap div.sitemap li > p a { display:block; font-size:0.8em;line-height:1.5; color:#333;margin-bottom:10px; }




@media( max-width:1024px ) {

	.sitemap_wrap div.sitemap	{width:48%;		float:none;		display:inline-block;margin:0 0 10px 0;    vertical-align: top; }
	.sitemap_wrap div.sitemap > h5 > a {font-size:1.1em;}
	.sitemap_wrap div.sitemap ul {padding-top:10px;min-height: 150px;}
	.sitemap_wrap div.sitemap li > a {line-height: 1.5;font-size:0.8em;}
}

.pc_line {display:block;}
.mobile_line1 {display: none;}
@media( max-width:1024px ) {
	.pc_line {display:none; }
	.mobile_line1 {display: block;}
}
@media( max-width:768px ) {
	.mobile_line {display: block;}
}


#subPageTitle {position: relative;}
#subPageTitle .subPageTitleTxt1 {font-size:7.4rem; color:#000; word-break: keep-all; letter-spacing: -0.1rem;}
#subPageTitle .subPageTitleTxt2 {font-size:3.0rem; color:#000; padding-top: 5px; letter-spacing:-0.025rem;}
#subPageTitle .subPageCircle {position: absolute; top: -18px; left: 83vh; width:7.25rem; height:7.25rem; background:#b5c92e; border-radius: 50%; animation: move 10s ease; animation-iteration-count: 1; animation-delay:1s; animation-fill-mode: forwards; z-index:-1;}

@keyframes move {
	0%{transform: translate(0%, 0px);}
	100%{transform: translate(-85vh, 0px);}
}


@media all and (max-width:1024px){
	#subPageTitle {width: 95%; margin: 0 auto; padding-top: 20px;}
	#subPageTitle .subPageTitleTxt1 {font-size: 4.0rem;}
	#subPageTitle .subPageTitleTxt2 {font-size:2.0rem;}
	#subPageTitle .subPageCircle {width:4.25rem; height:4.25rem; top:10px; left: 55vh;}

	@keyframes move {
		0%{transform: translate(0%, 0px);}
		100%{transform: translate(-56vh, 0px);}
	}
}

@media all and (max-width:768px){
	#subPageTitle .subPageCircle {left: 35vh;}
	@keyframes move {
		0%{transform: translate(0%, 0px);}
		100%{transform: translate(-36vh, 0px);}
	}
}

/*scroll Start*/
#fp-nav { position: fixed; z-index: 100; top: 50%; opacity: 1; transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translate3d(0,-50%,0); }
/* #fp-nav:before {content: ""; position: absolute; left: 25px; top: 50%; margin-top: -330px; height: 660px; width: 1px; border-left: 1px solid #cccccc;} */
#fp-nav.fp-right { right: 17px;}
#fp-nav.fp-left { left: 17px;}
#fp-nav ul,
.fp-slidesNav ul { margin: 0; padding: 0;}

#fp-nav ul li,
.fp-slidesNav ul li {    display: block;
    width: 66px;
    height: 13px;
    margin: 0px;
    position: relative;}
.fp-slidesNav ul li {display: inline-block;}
#fp-nav ul li:last-child {display:none;}
#fp-nav ul li a,
.fp-slidesNav ul li a {display: block; position: relative; z-index: 1;cursor: pointer; text-decoration: none;  width:36px; margin:7px 0;}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span/*,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span*/{/*height: 12px; width: 12px; margin: -6px 0 0 -6px; */}
 #fp-nav ul li a.active {width:115px; height:24px; margin-left: -76px; padding-left: 0px; }
 #fp-nav ul li:nth-child(2) a.active {width:115px; height:24px; margin-left: -75px; padding-left: 90px; background:url("../img/scroll_bg_b.png") no-repeat; background-position-x: 87px; background-position-y: 0px;}
 #fp-nav ul li:nth-child(5) a.active {width:115px; height:24px; margin-left: -75px; padding-left: 90px; background:url("../img/scroll_bg_b.png") no-repeat; background-position-x: 87px; background-position-y: 0px;}
 #fp-nav ul li a.active span {left: 108px; width: 67px; border-bottom: solid 1px #91bd56 !important;}
 #fp-nav ul li a.active span.fp-sr-only {display: block; left: 0px; border: 0 none; font-size: 12px; color: #ffffff; text-align: center; width: 115px; top: 10px; font-family: 'Montserrat'; letter-spacing: -0.025rem; }

 .fp-sr-only {display:none;}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {position: absolute; z-index: 1; border: 0; left: 50%; border-bottom:solid 1px #fff; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; display:block; width: 33px; height: 1px; background-color: transparent; }
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{/*width: 10px; height: 10px; margin: -5px 0px 0px -5px;*/}
#fp-nav ul li .fp-tooltip {position: absolute; top: -2px; color: #fff; font-size: 14px; font-family: arial, helvetica, sans-serif; white-space: nowrap; max-width: 220px; overflow: hidden; display: block; opacity: 0; width: 0; cursor: pointer;}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip { -webkit-transition: opacity 0.2s ease-in; transition: opacity 0.2s ease-in; width: auto; opacity: 1; }
#fp-nav ul li .fp-tooltip.fp-right {right: 20px;}
#fp-nav ul li .fp-tooltip.fp-left {left: 20px;}

@media( max-width:1900px) {
	#fp-nav {display:none !important;}
}

.section{}
.controlArrow.prev {left: 50px;}
.controlArrow.next{right: 50px;}
#infoMenu li a {color: #fff;}

/*scroll End*/

.ht_0_clear {display:block;height:0;content:"";font-size:0;visibility:hidden;clear:both;}

.pc_block {display:block; }
.mobile_block {display:none; }

@media( max-width:1024px) {
	.pc_block {display:none; }
}

@media( max-width:768px) {
	.mobile_block {display:block; }
}


.subPage_title1 {max-width:1400px; text-align:left; margin:0 auto;  letter-spacing:-0.01px; font-size:18px;  line-height:24px; color:#8c8c8c; margin-bottom:40px; font-weight:400; word-break: keep-all;}
.subPage_title1 span {color:#e60012; font-weight: 500;}

@media all and (max-width:1024px){
	.subPage_title1 {width: 100%; margin-top:0px;  margin-bottom:0px;}
}

.subPage_title2 {font-size:3.0rem; line-height:3.6rem; color:#313131; padding-top:40px; background:url("../../pages/images/ico_blue_01.png") no-repeat;}

.section_mobile {height:100% !important;}


/* ****************** 마우스 커서 ********************** */
.mousepointer {
    background: rgba(166, 128, 79, 0.6);
    z-index: 60000;
    position: fixed;
    top: 0;
    left: 0;
    transform: scale(0);
    pointer-events: none;
    font-size: 15px;
    font-weight: 500;
    font-style: italic;
    text-align: center;
    line-height: 1em;
    width: 100px;
    height: 100px;
    color: #FFFFFF;
    transition: transform 0.3s ease-in-out 0s;
    border-radius: 100%;
}
.is-mobile .mousepointer{display:none;}
.mousepointer.active {
    transform: scale(1)
}

.mousepointer .pointers {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.mousepointer p {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    overflow: hidden
}
.mousepointer p span {
    transition: opacity 0.3s ease-in-out 0s;
    opacity: 0;
    display: block
}
.mousepointer p.active span {
    opacity: 1
}
.title_logo01{text-align:center}
.title_logo01:before{content:"";display:inline-block;clear:both;font-size:2.1rem;background: url("../img/subpage_logo.png") no-repeat; width:50px;height:17px;background-size:100%;vertical-align:middle}
.title_logo01:after{content:"금탑건설(주)";display:inline-block;vertical-align:middle;font-size:2.1rem;}
.title_logo02{text-align:center}
.title_logo02:before{content:"";display:inline-block;clear:both;font-size:2.1rem;background: url("../img/subpage_logo.png") no-repeat; width:50px;height:17px;background-size:100%;vertical-align:middle}
.title_logo02:after{content:"금탑종합건설(주)";display:inline-block;vertical-align:middle;font-size:2.1rem;}

.title_logo03{text-align:center}
.title_logo03:before{content:"";display:inline-block;clear:both;font-size:2.1rem;background: url("../img/subpage_logo01.jpg") no-repeat; width:50px;height:17px;background-size:100%;vertical-align:middle}
.title_logo03:after{content:"케이티개발(주)";display:inline-block;;clear:both;vertical-align:middle;font-size:2.1rem;}



#main-pro-bx-pager {position: absolute;padding: 0;margin: 0; top: 62%; left: 50%; transform: translate(-50%, -50%); margin-left: 0px; list-style-type: none; width: 1600px; z-index: 555;text-align: right;}
#main-pro-bx-pager ul {list-style: none;margin:0;padding:0;width: 1300px; text-align: left; float: left;}
#main-pro-bx-pager ul:after {clear: both;display: block;content: "";}
#main-pro-bx-pager li {display:inline-block; margin:10px 30px 0 0; padding:0; position:relative; }
#main-pro-bx-pager li p {color:#fff; font-size:17px; padding-bottom: 10px;}
#main-pro-bx-pager li p span{font-size:3rem;padding-right:15px;}
#main-pro-bx-pager li p.ti_img {padding:10px 0px; height:68px;}
#main-pro-bx-pager li a.mpbp_href {text-decoration: none; background-color: #99a0a1; padding: 0; margin: 0; overflow: hidden; width: 100%; height: 1px; /*border: 1px solid #fff;*/ /* border-radius: 50%; */ display: block; text-indent: -9999px; }
#main-pro-bx-pager li a.active {background-color: #99a0a1; width: 100%; border-radius: 0px; transform: rotate(0deg); /*margin-left: -85px;*/ margin-top: 0px; margin-bottom: 0px; }



#main-pro-bx-pager li a span.step {display: block;width: 0;height:100%;}
#main-pro-bx-pager li a.active span.step {background: #ffffff; position:absolute;}

@media( max-width:1700px ) {

#main-pro-bx-pager {position: absolute;padding: 0;margin: 0;bottom: 130px;left: 0;margin-left: 0px;list-style-type: none;width: 100%;z-index: 555;text-align: right;}

}
@media( max-width:1024px ) {

#main-pro-bx-pager {display:none}

}
