@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: 'pretendard', 'Noto Sans KR', 'Malgun Gothic', 'Nanum Gothic',dotum,Helvetica,Apple SD Gothic Neo,sans-serif;color:#000;min-width:340px;background: #fff; /*font-size:16px; font-size:62.5%; */
		word-break:keep-all; line-height:1.5; }


@media screen and (max-width: 1024px){
body {/*overflow:hidden;*/}
}
body img {max-width: 100%;}
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_roboto {font-family: 'Roboto';}
.font_verdana {font-family: 'Verdana';}
.font_mont {font-family: 'Mont-HeavyDEMO';}
.font_mont_light {font-family: 'Mont-ExtraLightDEMO';}
.font_encode {font-family:'Encode Sans', sans-serif;}
.font_pretendard {font-family: 'Pretendard';}
.font_barun_nanum {font-family: 'Nanum Barun Gothic', sans-serif;}
.font_play {font-family: 'Play';}


.point {color:#2e75b6 !important;}
em {font-style:normal;}

.clear {}
.clear:after {display:block;clear:both;content:''}

.flex_box {display:flex; flex-wrap:wrap; }


@media( max-width: 1400px ) {
	.side_pd {padding-left:20px!important; padding-right:20px!important;}

}

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


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

@media screen and (max-width: 1400px){
	.wid_1400 {padding:0 0rem;}
	.wid_1400_95 {max-width:95%;}
}

.mg_t0 {margin-top:0px!important;}
.mg_t10{margin-top: 1.0rem;}
.mg_t20{margin-top: 2.0rem;}
.mg_t30{margin-top: 3.0rem;}
.mg_t40{margin-top: 4.0rem;}
.mg_t50{margin-top: 5.0rem;}
.mg_t60{margin-top: 6.0rem;}
.mg_t70{margin-top: 7.0rem;}
.mg_t80{margin-top: 8.0rem;}
.mg_t90{margin-top: 9.0rem;}
.mg_t100{margin-top: 10.0rem;}
.mg_t120{margin-top: 12.0rem;}

.mg_b10{margin-bottom: 1.0rem;}
.mg_b20{margin-bottom: 2.0rem;}
.mg_b30{margin-bottom: 3.0rem;}
.mg_b40{margin-bottom: 4.0rem;}
.mg_b50{margin-bottom: 5.0rem;}
.mg_b80{margin-bottom: 8.0rem;}
.mg_b100{margin-bottom: 10.0rem;}

.pd_b90{padding-bottom: 9.0rem;}
.pd_b100{padding-bottom: 10.0rem;}

.txt_l {text-align:left;}
.txt_c {text-align:center;}
.txt_r {text-align:right;}

.txt_b {font-weight:bold;}

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



/*
** 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:1400px;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: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%}
}





/*top*/
header#header {position: absolute;top:0;left:0; width: 100%;z-index: 900;padding:0 0;}
header#header:before {position: absolute;content: '';width:100%;height:100%;background: #000;opacity: 0;}
header#header:after {position: absolute;content: '';width:100%;height:0px;background: #fff;opacity: 0;bottom: 0;}
header#header:hover #gnbnav ul.gnb_list > li > a {/*color:#000000;*/}

header#header.on:before {opacity: 0;}

header#header:hover .header_wrap div.logo {/*background-image: url(../img/logo_b.png);*/}
header.bg {background-color: rgba(0,0,0,0.0);/*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";opacity: 0.65;filter: alpha(opacity=65);*/zoom:1;}

header#header.m-fixed {top: 0;padding:0;}
.header_wrap {width: 100%; max-width:1730px; margin:37px auto 0; background:#fff;border-radius:4.0rem; padding:0 7.5rem 0 4.7rem;}
.headerBox {position: relative;max-width: 100%;width: 100%;margin: 0 auto;height: 8.0rem;display: flex;justify-content: space-between;align-items: center;}
.header_wrap div.logo {width: 18.4rem;height: 4.4rem;background: url(../img/logo.png) no-repeat center / contain;}
.header_wrap h1 {margin:0}
.header_wrap h1 a {display: block;height: 69px;}

.header_wrac .inquiry {display: flex; gap:justify-content: flex-end;}
.header_wrap .inquiry .inquiry_btn {font-size: 2.0rem;color: #2e75b6;font-weight: 600; display:inline-block;  }


.header_wrap div.lang {position: absolute; width: 4.3rem; height: 4.3rem; right: 110px; top:26px; border-radius: 50%;}
#lang_btn {cursor: pointer}
#lang_btn02 {display:none; cursor: pointer}
.header_wrap div.lang .material-icons {color:#000; opacity:1; 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_sub {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.on .header_wrap div.logo {background: url(../img/logo_b.png) no-repeat center / contain;}
header.on .header_wrap .inquiry .inquiry_btn {}

@media( max-width:1400px ) {
.header_wrap {width: 100%; max-width:100%; margin:0px auto 0; background:#fff;border-radius:0rem; padding:0rem;}


.header_wrap .inquiry {margin-right:5.0rem; background:#2e75b6; padding:0.8rem 2.0rem; border-radius:4.0rem;}
.header_wrap .inquiry a span{color:#fff; font-size:16px;}
}

@media( max-width:768px ) {

.header_wrap .inquiry {margin-right:7.0rem;}
}

/*헤더 검색바*/
.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;}


.headerBox {max-width: 100%;padding: 0;}



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


/* -------- Header :: GNB(PC) -------- */
#gnb {}
#gnb > ul {box-sizing: border-box;max-width: 1100px;margin: 0px auto;display: flex;justify-content: center;}
#gnb > ul > li{position:relative; /*width:15rem;*/ padding:0 7.0rem;  word-break:keep-all; transition:all 0.3s;}
/*#gnb > ul > li.gnb1 {width:15.0rem;}
#gnb > ul > li.gnb2 {width:15.0rem;}
#gnb > ul > li.gnb2 {width:15.0rem;}
#gnb > ul > li.gnb4 {width:15.0rem;}*/
#gnb > ul > li > a {position: relative;z-index: 100;width: 100%;display: block;padding: 3rem 0;text-align: center;color: #000;font-size: 1.8rem;font-weight: 700;-webkit-transition: all 0.5s;transition: all 0.5s;box-sizing: border-box;}


/* GNB :: 메뉴오픈 */
#header.gnb-open #gnb > ul > li{width:20%}
#header.gnb-open #gnb > ul > li.gnb1{margin-left:0}

/* GNB :: 2차 전체메뉴 */
#gnbBg{
	overflow:hidden; position:absolute; left:0; top:0; width:100%; height:0; background:#fff; z-index:98;
	opacity:0;filter:Alpha(opacity=0);
	-webkit-transition:height 0.3s ease-in-out, opacity 0.2s ease-in-out;
	transition:height 0.3s ease-in-out, opacity 0.2s ease-in-out;
}
#gnbBg:before{position:absolute; top:0; bottom:0px; right:var(10.0rem); width:1px;  background-color:#ddd; content:"";}
#gnbBg:after{position:absolute; top:10.0rem; left:0; right:var(10.0rem); height:1px; background-color:#ddd; content:"";}
#gnb.total-menu > ul > li .gnb-2dep {list-style: none;display: none;position: absolute;top: 8.8rem;left: 50%;transform: translateX(-50%);background: #fff ;z-index: 99;border-radius: 2rem;width: calc(100% + 3rem);box-shadow: 14px 17px 27px 0px rgb(0 0 0 / 10%);padding: 1.5rem;opacity: 0;}
#gnb.total-menu > ul > li .gnb-2dep.on {opacity: 1;}
#gnb.total-menu > ul > li .gnb-2dep > ul {}
#gnb.total-menu > ul > li .gnb-2dep > ul > li {text-align: center; padding:1.0rem 0;}
#gnb.total-menu > ul > li .gnb-2dep > ul > li > a {font-size: 1.6rem;color: #7a7a7a;font-weight: 500; /*line-height: calc(47/16);*/position: relative;}
#gnb.total-menu > ul > li .gnb-2dep > ul > li > a:before {content: '';position: absolute;bottom: -5px;left: 0;width: 0%;height: 2px;background: #fff;transition: 0.3s;}
#gnb.total-menu > ul > li .gnb-2dep > ul > li > a:hover {color: #2e75b6;}
#gnb.total-menu > ul > li .gnb-2dep > ul > li > a:hover:before {width: 100%;}
#gnb.total-menu > ul > li.gnb2 .gnb-2dep {width:430px; }
 
/* GNB :: 2차메뉴 Over (높이변경) */
#gnb.open #gnbBg{height:calc(var(10.0rem) + 315px); opacity:1.0;filter:Alpha(opacity=100);}
#gnb.open > ul > li > a {color: #333333;}
#gnb.open > ul > li .gnb-2dep{
	height:314px; opacity:1.0;filter:Alpha(opacity=100);
	visibility:visible;
	-webkit-transition: height 0.5s ease-in-out, opacity 0.5s ease-in-out 0.2s;
    transition: height 0.5s ease-in-out, opacity 0.5s ease-in-out 0.2s;
}

.header_wrap div.lang1 {position:absolute; right:120px; top: 24px;  width:114px; }
.header_wrap div.lang1 div.lang_m {}
.header_wrap div.lang1 div.lang_m ul.lang_sub {padding:5px;}
.header_wrap div.lang1 div.lang_m ul.lang_sub li {display:inline-block;  position: relative;}


.header_wrap div.lang1 div.lang_m ul.lang_sub li a {font-size: 16px; padding:3px 8px; color: #000;  opacity:0.5; font-weight:bold;}
.header_wrap div.lang1 div.lang_m ul.lang_sub li a.active {opacity:1;/* color: #2e75b6 */}

.header_wrap.active div.lang1 div.lang_m ul.lang_sub li a {color:#aaa}
.header_wrap.active div.lang1 div.lang_m ul.lang_sub li a.active {color:#222;}

header.bg div.lang1 div.lang_m ul.lang_sub li a {color:#aaa}
header.bg div.lang1 div.lang_m ul.lang_sub li a.active {color:#222;}


@media screen and (max-width: 1400px){
	.header_wrap div.lang1 {display: none;}
}


@media screen and (max-width: 1200px){
	#gnb {display: none;}
}
@media screen and (max-width: 768px){
	#header {height: 9rem;}
	#headerInnerWrap {top: 1rem;padding: 0 8rem 0 3.8rem;}
	#header .logo a {width: 90px;background-size: contain;}
	#headerInnerWrap .lang .lang_wrap {top: -0rem;}

}

/* -------- Header :: White -------- */


/*모바일메뉴*/
.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 #2e75b6;}
.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: #2e75b6;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: 1400px){
	header#header {z-index:999;}
	header#header, .headerBox {min-width: 100%;width:100%; background: #fff;}

	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: 100%;padding: 0 1rem;}

	#m_menu {display: block;top:5px;}
	#m_menu i {color:#0080ff;line-height: 57px;}
	.header_wrap.active {}
	.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:10px; top:15px;margin:0;background-size:contain;background-position:left center;background-image: url("../img/logo.png");}*/
	.header_wrap h1 a {line-height: 37px;}


	.header_wrap div.lang {display: none;}
	div#totalMenu {display:none;}
	#gnbnav {display:none;}

	.header_wrap {height: 70px;position: relative;background: transparent;}
	.header_wrap:after {height:1px;}
	.header_wrap div.logo {height: 5.0rem; /*background: url(../img/logo_b.png) no-repeat center / contain;*/}

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

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

}


#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%;  }
div#vg_con {/*width:1600px;*/ height:100%;margin: 0 auto;  position : relative;display: block; }
div#vg_con .main-slider { width: 100%;height: 47.0rem;}
div#vg_con .main-slider > li { width: 100%;height: 100%;background-position: center;background-size: cover;}
div#vg_con .sub_vg_title_txt {width:100%; max-width:1500px; font-size:7.0rem; font-weight:600; line-height:1.05;  top: 25%; left: 50%; transform: translate(-50%, -50%); display: block; position: fixed; color:#fff; }
div#vg_con .subNavBarInnerWrap { position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%); width: 100%; margin-top:5.0rem;}

div#vg_con .sub_vg_txt {width: 100%; margin: 0 auto; top: 350px; left: 50%; transform: translateX(-50%); position: fixed; margin-top:-120px; z-index:0; }
div#vg_con .sub_vg_title1 {position:relative;padding:0px 0 0 0;text-align: center;color: #fff;font-size: 6.3rem; margin:0 0 0px 0;font-weight: bold; letter-spacing:-0.025rem;}
div#vg_con .sub_vg_title1:after {clear: both;display: block;content: "";}


@media screen and (max-width: 1400px){
	div#vg_con {width:100%;}
}

@media screen and (max-width: 1024px){
	div#vg_con .main-slider {height: 100%; }
	div#vg_con .sub_vg_title1 {font-size: 4.3rem;}
	div#vg_con {width: 100%;
    min-width: 100%;
    padding: 0px;}
	div#vg_con h2 {font-size: 4.3rem;}
	div#vg_con p {font-size: 1.0em;}
	div#vg_con .sub_vg_txt {top:200px;}
	div#vg_con .sub_vg_title_txt {font-size:4.4rem;}
	div#vg_con .subNavBarInnerWrap {margin-top:0;}
}

@media screen and (max-width: 768px){
	div#vg_con .sub_vg_txt { top:240px;}
	.sub_vg {height: 300px}
}

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 {}
.sub_tab {width: 100%;overflow: hidden; margin:0; display:flex;  justify-content: center;  margin-top:5.0rem; }
.sub_tab li.tab_list {padding:0 2.8rem; position: relative;margin: 0;border-width: 1px;vertical-align: middle;line-height: 7.2rem;}
.sub_tab li.tab_list > a {font-size: 2.0rem; /*display: inline-block;*/ padding:2.0rem 0; width: 100%;text-align: center;position: relative;color: #666666;position: relative;}
.sub_tab li.tab_list > a.selected {color: #2e75b6;font-weight: 700;}
.sub_tab li.tab_list > a.selected:after {content: '';position: absolute;bottom: -3px;left: 0;width: 100%;height: 5px;background: #2e75b6;}

.sub_depth_1, .sub_depth_2 {display:none;}


#tabMiddleWrap3rd {position: relative; margin-top:-50px; margin-bottom:10.0rem; display: none;}
#tabMiddleWrap3rd .ssnav {max-width: 1400px; margin: 0 auto 6.0px; border-bottom: 0px solid #e5e5e5;}
#tabMiddleWrap3rd .ssnav ul {display: flex;flex-wrap:nowrap;justify-content:left;}
#tabMiddleWrap3rd .ssnav ul li{position: relative; display: flex; }
#tabMiddleWrap3rd .ssnav ul li a {width: 100%; display: flex;justify-content:center; align-items:center; border-top:1px solid #b0b0b0; border-right:1px solid #b0b0b0; border-bottom:1px solid #b0b0b0;}
#tabMiddleWrap3rd .ssnav ul li:first-child a{border-left:1px solid #b0b0b0;}
#tabMiddleWrap3rd .ssnav ul li a span{font-size: 1.6rem;font-weight: normal;line-height: 1;display: block;color:#000;padding:20px 40px;}
#tabMiddleWrap3rd .ssnav ul li a:hover,
#tabMiddleWrap3rd .ssnav ul li a.active {border:1px solid #b1cf0b; background:#b1cf0b;}
#tabMiddleWrap3rd .ssnav ul li a:hover span,
#tabMiddleWrap3rd .ssnav ul li a.active span  {color:#000; }


@media screen and (max-width: 1400px){
	#tabMiddleWrap3rd {margin-top:0px}
	#tabMiddleWrap3rd .ssnav {max-width: 100%; margin: 0 auto 30px;}
	#tabMiddleWrap3rd .ssnav ul li a span {font-size: 16px;}
}

@media screen and (max-width: 768px){
	#tabMiddleWrap3rd {margin-top:0px; margin-bottom:5.0rem;}
	#tabMiddleWrap3rd .ssnav ul li a span {font-size: 14px;padding:15px 20px;}
}


@media screen and (max-width: 500px){
	#tabMiddleWrap3rd .ssnav ul {flex-wrap: wrap; display:block;}
	#tabMiddleWrap3rd .ssnav ul li {margin-bottom:7px;}
	#tabMiddleWrap3rd .ssnav ul li a {border:1px solid #b0b0b0;}
}

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



/* footer */
#footer {width:100%;height:auto; background:#060f17; z-index:1; position: relative; padding: 3.5rem 0 3.0rem 0;}
#footer.mainFooter{}
#footer.subFooter{}


.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: calc((100vw - 140.0rem) / 2);bottom: 8.0rem;width: 15.6rem;aspect-ratio: calc(156 / 157);}
.visual-circle-box {display: inline-block;vertical-align: middle;width: 15.6rem;aspect-ratio: calc(156 / 157);position: relative;}
.visual-circle-box a {width: 100%;height: 100%;display: block;cursor: none;}
.visual-circle-box:before {position: absolute;top: 0;left: 0;content: '';width: 15.6rem;aspect-ratio: calc(156 / 157);background: url(../img/vg_mouse_txt2.png) no-repeat center / contain;z-index: 1;}
#footer .visual-circle-box:before {background: url(../img/vg_mouse_top.png) no-repeat center / contain;}
#footer .icon-box {cursor: pointer;}
.visual-circle-box .circle-box {position: relative;margin: auto;width: 2.0rem;aspect-ratio: calc(20 / 31);background: url(../img/vg_mouse.png) no-repeat center/contain;z-index: 11;box-sizing: border-box;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.visual-circle-box .circle-box svg{overflow: visible;position:absolute;top: 5px;left: -1px;width: 72px;height: 72px;fill:none;stroke:#137ccf;transform:rotate(-90deg);}
.visual-circle-box .circle-box svg circle {transform-origin: center; stroke: #fff; stroke-dasharray: 1000;animation: dash 2s linear infinite; stroke-width: 4px;}
.visual-circle-box:before {
	-webkit-animation: spin 15s infinite linear;
	-o-animation: spin 15s infinite linear;
	-moz-animation: spin 15s infinite linear;
	animation: spin 15s infinite linear;
}
/*
.visual-circle-box:before  {-webkit-animation-play-state:paused;
  -moz-animation-play-state:paused;
  -o-animation-play-state:paused;
  animation-play-state:paused;
  cursor: pointer;}

.visual-circle-box:hover:before {
	-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);}
}


.goTop {padding-left: 5rem;}
.goTop a {display: inline-block;   position: relative; font-size: 1.5rem; line-height: 8.5rem;}
.goTop a i {font-weight: 100;}

/**footer start**/
.footer_top { justify-content: space-between; padding-bottom:2.0rem; border-bottom:1px solid #2a2a2a; }
.footer_top .company_name {font-size:2.4rem; font-weight:900; font-family: 'Poppins'; color:#fff; }
.footer_top .txt_right a {font-size:16px; color:#aaa; margin-left:2.0rem;}



.copyrightWrap {justify-content: space-between; display:flex; flex-wrap:wrap; max-width: 140rem;margin: 0 auto; padding-top:4.0rem; }
.copyrightWrap .copy_left {display:flex;flex-wrap: wrap; align-content: space-between; width:50%;}


.copyrightWrap .txt1 {font-size: 16px;color: #666;font-weight: 800;}
.copyrightWrap .txt2 {margin-top: 3.0rem;}
.copyrightWrap .txt2 a:last-child {margin-right:0rem;}
.copyrightWrap .txt2 a {margin-right:1.5rem;}
.copyrightWrap .txt3 {font-size:16px; width:100%; }
.copyrightWrap .txt3 li {margin-bottom:1.0rem}
.copyrightWrap .txt3 .t1 {padding-right: 0.5rem; color:#666; width:14.0rem; display:inline-block; font-weight:800;vertical-align: top;}
.copyrightWrap .txt3 .t2 {padding-right: 1.0rem; color:#fff; display:inline-block;}
.copyrightWrap .txt4 {margin-top: 0.5rem; color:#777; font-family: 'Poppins'; font-size:15px;}
.copyrightWrap .txt4 a {font-size:14px; color:#777; opacity:0.3;}
.copyrightWrap .txt5 a {font-size:14px; color:#777; opacity:0.8;}

.copyrightWrap .copy_right {width: 50%;}

.copyrightWrap .ftt_menu .ft_ul1 {display: flex; justify-content: flex-end; }
.copyrightWrap .ftt_menu .ft_li1 {/* margin-left:8.0rem; */width:25%;}
.copyrightWrap .ftt_menu .ft_li1 > a {font-size: 1.6rem;color: #fff; text-transform:uppercase; font-weight: 600;}
.copyrightWrap .ftt_menu .ft_ul2 {margin-top:1.5rem;}
.copyrightWrap .ftt_menu .ft_li2 {margin-bottom:1.0rem; line-height:1.2;}
.copyrightWrap .ftt_menu .ft_li2 > a {font-size: 1.5rem;color: #777 ;font-weight: 600;}
.copyrightWrap .ftt_menu .ft_li2 > a:hover {color:#2e75b6 ; transition: all 0.6s;}



@media( max-width:1400px ) {
	.copyrightWrap .ftt_menu {display:none;}
	.copyrightWrap .copy_left {width: 100%;}
	
}
@media( max-width: 1024px ) {


	.copyrightWrap {text-align: left; flex-direction: column-reverse;}
	
	.copyrightWrap .txt3 {margin-top:2.0rem;}
	.copyrightWrap .txt3 .t2 {padding-right: 0rem;}
	.copyrightWrap .t3 {padding-right: 0;display: block;}
	.copyrightWrap .t5 {display:block;}
	.copyrightWrap .txt3 br {display:none;} 
}
@media( max-width:768px ) {
	.copyrightWrap {padding-top:2.0rem;}
	.footer_top {flex-direction: column;}
	.footer_top .txt_right {margin-top:2.0rem;}
	.footer_top .txt_right a {margin-left:0; margin-right:2.0rem;}

}

@media( max-width:500px ) {
.copyrightWrap.copyrightWrap .txt3 .t2 {display:block; margin-top:1.0rem;}

}

/**footer end**/


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



/* 비쥬얼그래픽 */
.vg_inner {width:100%; /*min-width:1200px;*/ height:100%; position: relative; clear:both; overflow: hidden; }
.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:1600px ) {

}
@media( max-width:1024px ) {
	#main_video1, #main_video2, #main_video3 {height: 500px; margin: 0 auto;	}
}
@media( max-width:768px ) {
	#main_video1, #main_video2, #main_video3 {
	       width: auto;
       height: 500px;
	}
}

.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: 0;left: 0;width: 100%;height:100%;}

.vgPage {position: absolute; top: 70%; left: 50%; transform: translate(-50%, -50%); width: 100%; max-width: 1600px;}
.vgPage .vgPageNum {text-align: right; font-size: 17px; color: #fff; font-family: Montserrat; font-weight: 600;}
.vgPage .vgPageNum .nPage {}

.vgPage .vgPageBtn {float: right; margin-top: 90px;}
.vgPage .vgPageBtn .vgPagePrev {float: left; width:12px; height:20px; background: url(../img/vg_btn_prev.png) no-repeat; background-size: contain; background-position: center; margin-right:30px;}
.vgPage .vgPageBtn .vgPageNext {float: left; width:12px; height:20px; background: url(../img/vg_btn_next.png) no-repeat; background-size: contain; background-position: center;}

@media( max-width:1600px ) {
	.vgPage {max-width: 90%;}
}
@media( max-width:1024px ) {
	.vgPage .vgPageBtn {margin-top: 20px;}
	.vgPage {top: auto; bottom: 0;}
}


.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);}
}


.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; }
}


.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 {line-height: 1.8;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:380px;}
	.vg_title {/*top:20%;*/}
	.vg_title small {font-size:0.8rem;margin:0 0 5px 0;}
	.vg_title h2 {/*font-size:1.0rem;*/margin:20px 0 5px 0;}
	.vg_title p {/*font-size: 0.8rem;*/}
	.vg_title .vg_title_img img {max-width: 30%;}
}



.vg_down { /*position: absolute;bottom: 190px;left: 50%;*/width: 24px;height: 93px;text-align: center;z-index: 2;background: url(../img/mouse.png) no-repeat;background-size: contain;background-position: center; margin: 0 auto;margin-top: 50px;}
.vg_down a#go_service {display: block;padding:0;}

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

@media( max-width:1700px ) {
	.vg_down {display:none;}
}

.vg_bottom {position: absolute; bottom: 0;  width:100%; max-width:1600px; 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;
}

/* */
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%;}
.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:64px;}
.subNavWrap .btn_home {display:block;float:left;width:68px;height:64px; font-size: 24px;line-height: 64px;color: #4f4f4f; text-align:center; position: relative;}
.subNavWrap .btn_home:after { content: '';position: absolute;top: 20px;right: 0;width: 1px;height: 25px;background: #e3dde1;}
.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:340px;height:64px;background: url(../img/sub_side.png) no-repeat;background-position: center right;}
.subNav1st > .navi_dp1:after { content: '';position: absolute;top: 20px;right: 0;width: 1px;height: 25px;background: #e3dde1;}
.subNav1st > .navi_dp1:last-child {background: none}
.subNav1st > .navi_dp1 h2,
.subNav1st > .navi_dp1 h3 {margin:0;line-height:64px;}
.subNav1st > .navi_dp1 a.dp1 {position:relative;display:block;padding:0 20px;text-decoration:none; font-size: 18px;line-height: 64px;color: #4f4f4f;}
.subNav1st > .navi_dp1 a.dp1 span.sub_drop {position:absolute; top: 0px; right:30px; 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 a.dp1 span.sub_drop .sub_drop_ico {transition: 0.5s;}
.subNav1st > .navi_dp1.active a.dp1 span.sub_drop .sub_drop_ico { transform: rotate(180deg);transition: 0.5s;}

.subNav2nd {list-style:none;display:none;position:relative; background-color: #fff;z-index:10; border: solid 1px #dedede ;border-top: 0 none;}
.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: 18px;color: #4f4f4f;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;}
/*서브탭메뉴*/

.subNavBarInner {position: relative; width: 100%; height: 100%; text-align: center;}
.subNavBarInner .subNavBarInnerTitle {text-align:center;}
.subNavBarInner .subNavBarInnerTitle .subNavBarInnerTitle1 {font-size: 1.8rem;color: #fff;}

.subNavBarInner .subNavBarInnerTitle .subNavBarInnerTitle1 .t1 {display: inline-block;width: 1.6rem;aspect-ratio: 1;background: url(../img/ico_home.png) no-repeat center / contain;}
.subNavBarInner .subNavBarInnerTitle .subNavBarInnerTitle1 .t2 {margin-left: 2.5rem;padding-left: 2.5rem;position: relative;}
.subNavBarInner .subNavBarInnerTitle .subNavBarInnerTitle1 .t2:before {content: '>';font-family: 'Nanum Pen Script';position: absolute;top: 50%;left: 0;transform: translate(-5px, -55%);}
.subNavBarInner .subNavBarInnerTitle .subNavBarInnerTitle2 {font-size: 4.8rem;font-weight: 700;color: #fff;margin-top: 2.7rem;}
/*
.subNavBarInner.aos-animate .subNavBarInnerTitle .subNavBarInnerTitle1  span {position: relative; display: inline-block; animation: visualTextAni 1.5s infinite; animation-iteration-count: 1; animation-delay:3s;}
.subNavBarInner.aos-animate .subNavBarInnerTitle .subNavBarInnerTitle2  span {position: relative; display: inline-block; animation: visualTextAni 1.5s infinite; animation-iteration-count: 1; animation-delay:3s;}
*/
@keyframes visualTextAni{
	0%{opacity:0;transform:translateY(40px);}
	100%{opacity:1;transform:translateY(0px);}
}

.subNavBarInner .subNavBar1st {margin: 0 auto; padding: 18px 0;}
.subNavBarInner .subNavBar1st li { display:inline-block; text-align:left; padding:0 20px; font-size: 20px; font-weight: 400; position: relative;}
.subNavBarInner .subNavBar1st li br {display:none;}
.subNavBarInner .subNavBar1st li.active {color:#fff; font-weight:400; position: relative; }
.subNavBarInner .subNavBar1st li.active a {color:#fff; font-weight:400;  }

.subNavBarInner .subNavBar1st li a {color:#fff; }

.subNavBarInner2 {max-width: 1400px; margin: 0 auto; margin-top: 100px;}
.subNavBarInner2 .subNavBar2st {display: flex; flex-wrap: nowrap; justify-content: left;}
.subNavBarInner2 .subNavBar2st .naviBar_dp2 {width: 100%; display: flex;justify-content:center; align-items:center; border-top:1px solid #b0b0b0; border-right:1px solid #b0b0b0; border-bottom:1px solid #b0b0b0; padding: 0px 0px; background:#fff;}
.subNavBarInner2 .subNavBar2st .naviBar_dp2 a {line-height: 63px; width: 100%; text-align: center;}
.subNavBarInner2 .subNavBar2st .naviBar_dp2:first-child {border-left:1px solid #b0b0b0; }
.subNavBarInner2 .subNavBar2st .naviBar_dp2.active {background:#1253b4;}
.subNavBarInner2 .subNavBar2st .naviBar_dp2.active a {color:#fff;}
.subNavBarInner2 .subNavBar2st .naviBar_dp2 {background:#fff;}
.subNavBarInner2 .subNavBar2st .naviBar_dp2:hover {background:#1253b4;}
.subNavBarInner2 .subNavBar2st .naviBar_dp2:hover a {color:#fff;}

.subNavTitle { font-size: 28px;font-weight: 600;padding: 28px 0 20px;width: 140rem;margin: 0 auto;position: relative;}
.subNavTitle:before { content: '';width: 100%;height: 1px;background: #bababa;position: absolute;bottom: 0;left: 0;}
.subNavTitle > span {position: relative;}
.subNavTitle > span:after { content: '';width: 150%;height: 2px;background: #072d82;position: absolute;bottom: -20px;left: 0;}

.vg_title_sub { border-bottom:1px solid #06174b; width:675px; height:240px; position:absolute;  bottom:0px; left:0;margin-top:0;z-index: 99;word-break: keep-all; padding:40px 55px 0 55px; box-sizing-border-box; }
.vg_title_sub .vg_title_sub_tit {font-size:4.6rem; color:#ffffff; line-height:4.8rem;margin:0;font-weight: normal;margin:20px 0 20px 0; text-align:left;}
.vg_title_sub .vg_title_sub_tit2  {font-size:1.6rem; color:#ffffff; margin:0; text-align:left; font-weight:400;}



@media( max-width:1400px ) {
	.subNavTitle {width:98%;}
	.subNavWrap div.subNavInner {width: 98%;}
	.subNavBarInner .subNavBar1st li {padding: 0 10px; font-size: 16px;}
}
@media( max-width:1200px ) {
	.subNavBarInner .subNavBar1st li {padding: 0 5px; font-size: 15px;}
}
@media( max-width:1024px ) {
	.vg_title_sub {display:none;}

	.subNavBarInnerWrap {display:none;}
}
@media( max-width:768px ) {
	.subNavBarInner2 .subNavBar2st {display: block;}
	.subNavBarInner .subNavBarInnerTitle .subNavBarInnerTitle1 .t2 {margin-left: 1.0rem;padding-left: 1.0rem;}
}

#m_breadcrumbs_wrap {display: none}

#subPageWrap {width:100%; position: relative;background:#fff; z-index: 1; padding:0px 0px 0;}
#subPageWrap_WIDE_ {width:100%;padding:0px 0px 0;margin:0px auto 0;position: relative;    z-index: 1; background:#fff; }
#subPage {max-width:1400px; width:100%; padding: 10.0rem 0px 12.0rem; margin:0px auto 0;   background:#fff;    }

@media( max-width:1600px ) {

}

@media( max-width:1400px ) {
	#subPage {max-width:100%;}
}



@media( max-width:1024px ) {
	#subPage {padding: 8.0rem 0rem 10rem;}
	#subPageWrap {width:100%;min-width: 320px; margin:0;}
	#subPageWrap_WIDE_ {padding: 0px 0px 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 > 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;}



/* 타이틀영역 */
.subPageTopTitle {width: 100%; position: relative; }
.title_wrap {position: relative; width: 100%; height: 100%; max-width: 160.0rem; margin: 0 auto; background: #fff; }
.title_wrap h2.title {font-size: 2.7rem; color: #000; float: left; margin: 0; position: relative; z-index: 9; background: #fff; border-radius: 100% / 80%; padding: 3.5rem 14.6rem 70px}
.title_wrap h2.title:after {/*content : ""; position: absolute; left: 3px; top: 15px; height: 3px; width: 44px; border-bottom:3px solid #a1bc0b;*/}

.title_wrap .breadcrum {background:url(../img/icon_home.png) no-repeat; background-position: left center;padding-left:15px; margin-top:0; position: absolute; top:80px; right:0; color:#9d9d9d; font-size:0.75rem;}

.sub_vg_title {position : relative; width:100%;height:100%; padding:0 0 0px 0;clear:both;border-bottom: 0px solid #ddd; text-align: left; background:transparent; }
.sub_vg_title_inner {width: 100%; height: 100%; margin-left: 0rem; max-width: 1600px; height: 100px; overflow: hidden;}

.subPageMainTitle {font-size: 40px; color: #000; font-weight: 500; font-family: 'Noto Sans KR'; text-align: center; padding: 70px 0 50px; position: relative;}
.subPageMainTitle:after {content: ''; width: 0.1px; height: 72px; background: #b2b2b2; position: absolute; left: 50%; bottom: 0; transform: translate(-50%, 45px);}

@media( max-width:1600px ) {
	.sub_vg_title {margin-left:-1.0rem}
	.sub_vg_title_inner {max-width: 100%; margin: 0;}
}

@media( max-width:1024px ) {

	.sub_vg {height: 400px; margin-top: 70px;}

	.title_wrap .breadcrum {display: none}

	.sub_vg_title {margin:0;padding:0; display:none;}
	.sub_vg_title_inner {margin-left: 0rem;}
	.title_wrap {background: transparent; border-radius: 0;}
	.subPageTopTitle {margin-top: 0; position: relative;}
	.subPageMainTitle {padding: 30px 0;}
	.subPageMainTitle:after {width: 0px; height: 0px;}
}
@media( max-width:768px ){
	.subPageMainTitle {font-size: 28px;}
	.sub_vg {height: 300px;}

	.subNavBarInner .subNavBarInnerTitle .subNavBarInnerTitle2 {font-size: 30px; margin-top:1.0rem;}
	.subPageTopTitle  {position:relative; height: auto; margin-top: 0;}
	.title_wrap h2.title {border-radius: 0; padding: 0;}
	.sub_vg_title_inner {height: 100%; padding: 2rem 0 2rem 2rem;}
}



.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;}

.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;}




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






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

}

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


}


/**/



/**/

#mgnb_open {position:fixed;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:15px;width:100%;height:40px;overflow:hidden;border:0;font-size:1.0em;background:#fff;background:url(../img/mobile/gnb_bg2.png) no-repeat 98% 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: 1400px){

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

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

}

/* 사이트맵 */

.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: 4.0rem;color: #000;font-weight: 700;line-height: calc(54 / 40);text-align: center;}
#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: 3.2rem;}
	#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 .subPageTitleTxt1 {font-size: 2.8rem;}
	#subPageTitle .subPageTitleTxt1 br {display: none;}
	#subPageTitle .subPageCircle {left: 35vh;}
	@keyframes move {
		0%{transform: translate(0%, 0px);}
		100%{transform: translate(-36vh, 0px);}
	}
}


.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; }
}




.section_mobile {height:100% !important;}

.skipnavi { position: absolute; left: 0; top: -50px; text-indent: -9999px; font-size: 0; width: 100%; z-index: 999; } .skipnavi li a:active, .skipnavi li a:focus { position: absolute; left: 0; top: 50px; display: block; width: 100%; padding: 5px 0; text-align: center; text-indent: 0px; font-size: 12px; font-weight: bold; background-color: #f2f2f2; }



/*******	customize Start	******/
.responsiveFull {max-width: 1740px;margin: 0 auto;}
@media( max-width:1740px) {
	.responsiveFull {padding-left: 1.5rem !important;padding-right: 1.5rem !important;}
}

.responsiveFull_1200 {width: 100%;max-width: 100%;margin: 0 auto;}
@media(max-width: 1200px) {
	.responsiveFull_1200 {width: 98% !important;margin: 0 auto;margin-top: 5rem;}
}


#mainVisual {width: 100%;height: 100vh;position: relative;overflow: hidden;}

.vgSwiper {overflow: hidden;width: 100%;height: 100%; position: relative;}
.vgSwiper .swiper_wrap {position:absolute;z-index:9; top:50%; left:50%; transform: translate(-50%, -50%); text-align:center; }
.vgSwiper .swiper-button-next,
.vgSwiper .swiper-button-prev {color: #000;}

.vgSwiper .swiper-slide {width: 100%;height: 100%; position: relative; }
.vgSwiper .swiper-slide .slide_wrap {width: 100%;height: 100%; position: relative;  }
.vgSwiper .swiper-slide .slide_wrap .bg {width: 100% !important;height: 100%;transform: scale(1.1);transition: 8.0s; background-size:cover;  }
.vgSwiper .swiper-slide-active .slide_wrap .bg {transform: scale(1.0);}

.vgSwiper .swiper-slide-duplicate,
.vgSwiper .swiper-slide {overflow:hidden; background-position: center center;background-size: cover;font-size: 18px;background: #fff;display: flex;flex-flow: column nowrap;justify-content: center;align-items: center;}
.vgSwiper .swiper-slide-duplicate .description,
.vgSwiper .swiper-slide .description {font-size: 2.4rem;color: #fff;line-height: 1.7; font-weight: 500;}
.vgSwiper .swiper-slide-duplicate .title,
.vgSwiper .swiper-slide .title {display: block;margin-bottom: 0rem; font-family: 'Poppins'; font-size:10.0rem;  font-weight: 900;color: #fff;}
.vgSwiper .swiper-slide-duplicate .title span,
.vgSwiper .swiper-slide .title span {}
.vgSwiper .swiper-slide-duplicate-active .description,
.vgSwiper .swiper-slide-duplicate-active .title,
.vgSwiper .swiper-slide-active .description,
.vgSwiper .swiper-slide-active .title {opacity: 1;}
.vgSwiper .swiper-slide-duplicate-active .title,
.vgSwiper .swiper-slide-active .title {animation: text-active-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) both;animation-delay: 0.3s;}
.vgSwiper .swiper-slide-duplicate-active .description,
.vgSwiper .swiper-slide-active .description {animation: text-active-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) both;animation-delay: 0.5s;margin-bottom: 4.5rem;}
.vgSwiper .swiper-slide-active .description strong {color:#f70a0a; }

.vgSwiper .swiper-progress-bar {position: absolute;width: 100%;display: block;z-index: 1;height: 1px;top: 50%;transform: translateY(-50%);}
.vgSwiper .swiper-progress-bar .slide_progress-bar {position: absolute;height: 1px;background: rgba(243,243,243,0.3);width: auto;clear: both;opacity: 0.3;top: 0px;left: 0;right: 0;}
.vgSwiper .swiper-progress-bar .slide_progress-bar:after {position: absolute;top: 0;left: 0;background: #fff;height: 1px;width: 0;content: "";transition: 0.1s width linear;}
.vgSwiper .swiper-progress-bar.active .slide_progress-bar {opacity: 1;}
.vgSwiper .swiper-progress-bar.animate .slide_progress-bar:after {transition: width linear;transition-delay: unset;width: 100%;transition-duration: 5s;}

@keyframes text-active-animation {
	from {
		opacity:0;filter:Alpha(opacity=0);
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
	}
	to {
		opacity:1.0;filter:Alpha(opacity=100);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes text-fade-out {
	from {
		opacity:1.0;filter:Alpha(opacity=100);
	}
	to {
		opacity:0;filter:Alpha(opacity=0);
	}
}

.vgSwiper .swiperBtn {position: absolute;bottom: 50%;left: 50%;transform: translate(-50%, 20rem);z-index: 10;}
.vgSwiper .swiperBtn .swiperBtnWrap {position: relative;display: flex;width: 100%;align-items: center;justify-content: center;}
.vgSwiper .swiperBtn .swiperBtnWrap .sb1 {}
.vgSwiper .swiperBtn .swiperBtnWrap .sb1 .swiper-pagination {position: relative;bottom: auto;left: auto;display: flex;align-items: center;}
/*
.vgSwiper .swiperBtn .swiperBtnWrap .sb2 {padding-left: 0.5rem;}
.vgSwiper .swiperBtn .swiperBtnWrap .sb2 .auto-start {width: 2.4rem;height: 2.4rem;border: solid 1px #83858b;background: transparent;color: #fff;font-size: 1.0rem;line-height: 1.4rem;display: none;}
.vgSwiper .swiperBtn .swiperBtnWrap .sb2 .auto-stop {width: 2.4rem;height: 2.4rem;border: solid 1px #83858b;background: transparent;color: #fff;font-size: 1.0rem;line-height: 1.4rem;}

*/

.vgSwiper .swiperBtn .swiperBtnWrap .sb2 {padding-left: 0.5rem;}
.vgSwiper .swiperBtn .swiperBtnWrap .sb2 .auto-start {width: 3.4rem;height: 3.4rem; border-radius:50%; border:0; background: rgba(255, 255, 255, 0.1); color: #fff;font-size: 0.8rem; line-height: 1.4rem;display: none;}
.vgSwiper .swiperBtn .swiperBtnWrap .sb2 .auto-stop {width: 3.4rem;height: 3.4rem; border-radius:50%; border:0; background: rgba(255, 255, 255, 0.1);color: #fff;font-size: 0.8rem;line-height: 1.4rem;}

/*.vgSwiper .swiper-pagination-bullet-active {width: 17px !important;height: 17px !important;}
.vgSwiper .swiper-pagination-bullet {width: 3px;height: 3px;border-radius: 100%;background: transparent;opacity: 1;border: solid 1px #fff;margin: 0 10px !important;}*/

.vgSwiper .swiper-pagination-bullet {position: relative;display: flex;justify-content: center;align-items: center;width: auto;height: auto;margin: 0 10px !important;background-color: transparent;border-radius: 50%;cursor: pointer;transition: 0.3s;opacity: 1;}
.vgSwiper .swiper-pagination-bullet span {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -45%);aspect-ratio: 1/1;border-radius: 100%;font-size: 1.2rem;font-family: 'Poppins';
											color:rgba(255,255,255,0.5);font-weight: 400;}
.vgSwiper .swiper-pagination-bullet-active {}
.vgSwiper .swiper-pagination-bullet-active span {color: #fff;}
.vgSwiper .progress {transform: rotate(-90deg);}
.vgSwiper .circle-origin {
  fill: transparent;
  stroke: rgb(255, 255, 255);
  stroke-width: 1;
  stroke-linecap: round;
  stroke-dasharray: 125.664px;
  stroke-dashoffset: 125.664px;
}

.vgSwiper .swiper-pagination-bullet-active .circle-origin {
  animation: progress 8s;
}

@keyframes progress {
  0% {
    stroke-dashoffset: 125.664px;
  }
/*
  90% {
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dashoffset: -125.664px;
  }
  */
  100% {
    stroke-dashoffset: 0;
  }
}



@media(max-width: 1024px) {
	.vgSwiper .swiper-slide-duplicate .description br,
	.vgSwiper .swiper-slide .description br {display: none;}

	.vgSwiper .swiper-slide .title {font-size:8.0rem;}
	.vgSwiper .swiper-slide .description {font-size: 20px; padding:0 2.0rem; }
}
@media(max-width: 768px) {
	.vgSwiper .swiper-slide .title {font-size:5.0rem;}
	.vgSwiper .swiper-slide .description {font-size: 16px; }
	
}



.sec_title {display:flex;  justify-content: space-between; align-items: flex-end;}
.sec_title h3 {font-size:6.8rem; font-family: 'Poppins'; line-height:1.0;}
.sec_title h3 span {}
.sec_title p {font-size:2.0rem; font-weight:400; color:#666; line-height:1.8;}


@media(max-width: 1200px) {
.sec_title {flex-direction: column; align-items:flex-start;}
.sec_title p {font-size:2.0rem; margin-top:2.0rem;}
}

@media(max-width: 768px) {
.sec_title h3 {font-size:4.6rem;} 
.sec_title p br {display:none;}
}


/*******About us*********/


#sec1 {background: url(../img/sec1_bg.jpg) no-repeat center / cover; overflow: hidden;}
#sec1 .sec1_wrap {padding: 13.0rem 0;  }
#sec1 .sec_title {}


#sec1 .sec1_conts {margin-top:6.5rem; display:flex; justify-content: space-between;}
#sec1 .sec1_conts .sec1_conbox {width:23.5%; position:relative; }
#sec1 .sec1_conts .sec1_conbox .sec1_conbox_li {width:100%; height:100%;}
#sec1 .sec1_conts .sec1_conbox:nth-child(1) .sec1_conbox_li {background: url(../img/se1_cont01.jpg) no-repeat center / cover;}
#sec1 .sec1_conts .sec1_conbox:nth-child(2) .sec1_conbox_li {background: url(../img/se1_cont02.jpg) no-repeat center / cover;}
#sec1 .sec1_conts .sec1_conbox:nth-child(3) .sec1_conbox_li {background: url(../img/se1_cont03.jpg) no-repeat center / cover;}
#sec1 .sec1_conts .sec1_conbox:nth-child(4) .sec1_conbox_li {background: url(../img/se1_cont04.jpg) no-repeat center / cover;}

#sec1 .sec1_conts .sec1_conbox .sec1_conbox_bg {width: 100%;height: 100%;position: absolute; opacity:0.8; background: linear-gradient( to bottom, transparent, #000 ); transition: 0.4s;}
#sec1 .sec1_conts .sec1_conbox dl {position:relative; padding:20.0rem 2.0rem 4.0rem 2.0rem;text-align:center;}
#sec1 .sec1_conts .sec1_conbox dl dt {font-size:3.0rem; color:#fff; font-weight:700;}
#sec1 .sec1_conts .sec1_conbox dl dd {font-size:1.8rem; color:rgba(255,255,255,0.7); margin-top:1.0rem; line-height:1.5;}


#sec1 .sec1_conts .sec1_conbox:hover .sec1_conbox_bg {background: linear-gradient( to bottom, transparent, #2e75b6 ); transition: 0.4s;}

@media(max-width: 1200px) {
#sec1 .sec1_conts {flex-wrap:wrap;}
#sec1 .sec1_conts .sec1_conbox {width:48%; margin-bottom:3.0rem;}
}

@media screen and (max-width: 1024px){
#sec1 .sec1_conts {margin-top:5.0rem;}
#sec1 .sec1_conts .sec1_conbox dl dd br {display:none;}
}

@media(max-width: 768px) {
#sec1 .sec1_wrap {padding: 8.0rem 0;  }
#sec1 .sec1_conts .sec1_conbox {width:49%; margin-bottom:2.0rem;}
#sec1 .sec1_conts .sec1_conbox dl {text-align:left; margin-top:0; padding:20.0rem 3.0rem 3.0rem 3.0rem;}
#sec1 .sec1_conts .sec1_conbox dl dt br {display:none;}
#sec1 .sec1_conts .sec1_conbox dl dd {margin-top:0;}
}

@media(max-width: 500px) {
#sec1 .sec1_conts .sec1_conbox {width:100%;}
#sec1 .sec1_conts .sec1_conbox dl {padding:10.0rem 3.0rem 3.0rem 3.0rem;}
}

/*******Technology*********/
#sec2 {background: url(../img/sec2_bg.jpg) no-repeat center / cover; overflow: hidden; }
#sec2 .sec_title {color:#fff; }
#sec2 .sec_title h3 span {color:#ff4037;}
#sec2 .sec_title p {color:rgba(255,255,255,0.7);}

#sec2 .sec2_wrap {padding:17.0rem 0 13.0rem 0;}
#sec2 .sec2_conts {margin-top:14.0rem;}
#sec2 .sec2_conts .sec2_box_li {display:flex; margin-bottom:4.0rem;}
#sec2 .sec2_conts .sec2_box_li:nth-child(2n) {flex-direction: row-reverse;} 
.sec2_box_li .left_img {width:50%;}
.sec2_box_li .left_img img {width:100%;}
.sec2_box_li .right_txt {width:50%; display:flex;  justify-content: center; align-items: center; text-align:center; }
.sec2_box_li .right_txt .txt_wrap > strong {font-size:3.0rem; color:#fff; font-weight:700; display:block;}
.sec2_box_li .right_txt .txt_wrap > p {font-size:1.8rem; color:#b4c5d4; margin-top:0.5rem; font-family: 'Poppins'; display:none; }
.sec2_box_li .right_txt .txt_wrap > a {transition: 0.4s;  display:inline-block; font-size:1.6rem; font-family: 'Poppins'; color:#fff; background:#2e75b6; padding:1.5rem 6.0rem; border-radius:4.0rem; margin-top:4.5rem;}
.sec2_box_li .right_txt .txt_wrap > a:hover {background:#fff; color:#2e75b6; transition: 0.4s; }


@media(max-width: 1024px) {
#sec2 .sec2_conts {margin-top:8.0rem;}
}


@media(max-width: 768px) {
#sec2 .sec2_wrap {padding:8.0rem 0;}
#sec2 .sec2_conts .sec2_box_li {flex-wrap:wrap;} 
.sec2_box_li .left_img {width:100%;}
.sec2_box_li .right_txt {width:100%; padding:5.0rem 2.0rem;}

}




/************Core****************/

#sec3 {background: url(../img/sec3_bg.jpg) no-repeat center / cover; overflow: hidden;}
#sec3 .sec3_wrap {padding: 15.5rem 0 16rem 0;}


#sec3 .sec3_conts {margin-top:6.5rem; }
#sec3 .sec3_conts .swiper-wrapper {margin-bottom:9.0rem;}
#sec3 .sec3_slide .swiper-slide .sec3_img {overflow:hidden; }
#sec3 .sec3_slide .swiper-slide img {max-width:100%; transform: scale(1.0); transition: all 0.6s;}
#sec3 .sec3_slide .swiper-slide p {font-size:2.0rem; color:#222; margin-top:3.0rem;}
#sec3 .sec3_slide .swiper-slide:hover img {transform: scale(1.1); transition: all 0.6s; }


#sec3 .sec3_slide .swiper-scrollbar {
    position: absolute;
    left: 0%;
    bottom: 0px;
    z-index: 50;
    height: 1px;
    width:100%;
	}
#sec3 .swiper-scrollbar-drag {height:2px; background:#333;}

#sec3 .sec3_slide .swiper-scrollbar {border-radius:0;}

.sec3_btn3 {width:100%; display:flex; gap:10px;  justify-content: flex-end; margin-top:2.0rem; }
.sec3_btn3 .swiper-button-prev,
.sec3_btn3 .swiper-button-next {position: relative;left: auto;right: auto;top: auto;bottom: auto;width: 6.0rem;height: 6.0rem;margin-top: 0;/* opacity:1 !important; */border-radius:6.0rem;}
.sec3_btn3 .swiper-button-prev {border: solid 1px #bdbdbd; }
.sec3_btn3 .swiper-button-next {border: solid 1px #bdbdbd;}
.sec3_btn3 .swiper-button-next:after {font-size: 1.6rem;color: #333;font-weight: 900;}
.sec3_btn3 .swiper-button-prev:after {font-size: 1.6rem;color: #333;font-weight: 900;}


@media(max-width: 1400px) {
#sec3 .sec3_conts {padding-left:20px;}
.sec3_btn3 {padding-right:20px;}
}


@media(max-width: 1024px) {
#sec3 .sec3_wrap {padding: 8.0rem 0;}
}


.subPage_title1 {text-align:center; font-size:4.8rem; font-weight:600;}


@media screen and (max-width: 768px){
.subPage_title1 {font-size:3.6rem}

}



/*******	customize End	******/

