@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:54%; }
}
body {font-family: 'Wanted Sans Variable','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.6; }


@media screen and (max-width: 1024px){
body {/*overflow:hidden;*/}
}

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: 'futura-pt';font-weight: 900;}
.font_mont_light {font-family: 'futura-pt';}
.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';}
.font_wanted{ font-family: 'Wanted Sans Variable', sans-serif;}


.point {color:#b2dc20 !important;}


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

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

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

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

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

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

.mg_t0 {margin-top:0px!important;}
.mg_t10{margin-top:10px;}
.mg_t20{margin-top:20px;}
.mg_t30{margin-top:30px;}
.mg_t40{margin-top:40px;}
.mg_t50{margin-top:50px;}
.mg_t80{margin-top:80px;}
.mg_t100{margin-top:100px;}
.mg_t120{margin-top:120px;}

.mg_b10{margin-bottom:10px;}
.mg_b20{margin-bottom:20px;}
.mg_b30{margin-bottom:30px;}
.mg_b40{margin-bottom:40px;}
.mg_b50{margin-bottom:50px;}
.mg_b80{margin-bottom:80px;}
.mg_b100{margin-bottom:100px;}

.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%}
	.pc_only {display: none;}
	.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: 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.3;*/}
header#header:after {position: absolute;content: '';width:100%;height:0px;background: #fff;opacity: 0.3;bottom: 0;}
header#header:hover #gnbnav ul.gnb_list > li > a {/*color:#000000;*/}

header#header:hover .header_wrap div.logo {}
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.total {position: fixed;}
header#header.m-fixed {top: 0;padding:0;}
.header_wrap {width: 100%; }
.headerBox {position: relative;width: 100%;margin: 0 auto;display: flex;align-items: center;}
.header_wrap div.logo_wrap {margin-top:2.0rem; margin-left:5.0rem;  padding:0 2.0rem 1.0rem 1.0rem; background:#fff; border-radius:0 0 3.0rem 0;}
.header_wrap div.logo {position:relative; width: 23.3rem; height: 11.0rem; background-image:url(../img/logo.png); background-size: contain;background-repeat: no-repeat;background-position: center center;}
.header_wrap div.logo:before {  content: '';
							position: absolute;
							right: -5.3rem;
							background-color: transparent;
							top: 6.8rem;
							height: 4.9rem;
							width: 2.5rem;
							border-top-right-radius: 2.5rem;
							box-shadow: 0 -2.5rem 0 0 #fff;
							transform: rotate(-90deg);}

.header_wrap div.logo:after {content: '';
							position: absolute;
							left: 0.3rem;
							background-color: transparent;
							top: 10.7rem;
							height: 4.9rem;
							width: 2.5rem;
							border-top-right-radius: 5.0rem;
							box-shadow: 0 -2.5rem 0 0 #fff;
							transform: rotate(-90deg);}


.header_wrap h1 {margin:0}
.header_wrap h1 a {display: block;height: 11.0rem;}
header#header.total .headerBox {z-index: 3;}
/*
.header_wrap div.lang {position: absolute;width: 2.3rem;height: 2.3rem;right: 30px;top: 50%;transform: translate(0px, -50%);background:
url(../img/globe.png) no-repeat;background-position: center;background-size: contain;}
.header_wrap div.lang .ico {width: 100%;height: 100%;display: block;}*/


.header_wrap div.lang { margin-top:-4.0rem; background:#ebebeb; border-radius:5.0rem; padding:0.7rem; }
.header_wrap div.lang a {font-size:1.5rem; color:#959595; padding:0.7rem 1.0rem;}
.header_wrap div.lang a.active {background:#003b86; color:#fff; padding:0.7rem 2.0rem; border-radius:5.0rem; }




@media screen and (max-width: 1400px){
.header_wrap {}
.header_wrap div.logo_wrap  {margin-top:0; margin-left:0; padding:0 0 0 20px; border-radius:0}
.header_wrap div.logo {height:6.5rem; background-position:left center; }
.header_wrap div.logo:before {display:none;}
.header_wrap div.logo:after {display:none;}
.header_wrap h1 a {height:6.5rem;}
}

#lang_btn {cursor: pointer}
#lang_btn02 {display:none; cursor: pointer}
.header_wrap div.lang .material-icons {color:#fff; opacity:0.7; 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;}


/*서브페이지 헤더*/
.subHeader {background:#fff; height:10.0rem;}
.subHeader .lang {position:absolute; right:10.0rem; top:7.0rem;}
.subHeader .header_inner {margin-left:5.0rem; }

.subHeader div.logo_wrap { padding:0; border-radius:0; margin:7px 0 0 25px;}
.subHeader div.logo {height:7.0rem;}
.subHeader div.logo:before {display:none;}
.subHeader div.logo:after {display:none;}


.subHeader #gnbnav ul.gnb_list > li > a {padding-bottom:0;}

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

.subHeader {height:7.0rem;}
.subHeader div.logo_wrap {margin:0px 0 0 15px;}
.subHeader div.logo {height:6.0rem; }

}


/* 전체 메뉴 */
#totalMenu {position: relative;cursor: pointer; z-index: 9999; display:none;}
#totalMenu .tm_menu {}
#totalMenu .tm_menu .line{width: 7.5rem;height: 0.3rem;background: #000;display: block;margin: 8px auto;-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
#totalMenu .tm_menu .line:nth-child(2) {display: none;}
#totalMenu .tm_menu:hover{
  cursor: pointer;
}
#totalMenu .tm_menu:hover .line:nth-child(1){
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}
#totalMenu .tm_menu:hover .line:nth-child(3){
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
  transform: translateY(3px);
}

#totalMenu .tm_menu.is-active .line:nth-child(1){
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  -o-transform: translateY(6px);
  transform: translateY(6px);
}

#totalMenu .tm_menu.is-active .line:nth-child(3){
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
}

#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: #9cb1e4;overflow: auto;z-index: 2;}
.total_menu_contain.active {top: 0;}
.total_menu_contain .total_menu_in {height: 100%;width: 100%;}
.total_menu_contain .total_menu_in .total_menu_inner {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:#ffffff; 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 .t_menu_list_wrap div > p:hover ul{}
.total_menu_in .t_menu_list { width:100%; font-size:0; position: absolute;  z-index:9999; top:50%; transform: translateY(-50%);  }

.total_menu_in .t_menu_list .t_menu_list_wrap {display:table; width: 100%; position:relative; margin: 0 auto; }
.total_menu_in .t_menu_list .t_menu_list_wrap .totalmenu1 {position: relative;margin-right: 50%;opacity: 0;-webkit-transform: translateY(-50px);transform: translateY(-50px);}


.total_menu_contain.active .total_menu_in .t_menu_list .t_menu_list_wrap > .totalmenu1:nth-child(1)  {opacity: 1; transform: translateY(0px); transition: all 0.8s 0.6s;}
.total_menu_contain.active .total_menu_in .t_menu_list .t_menu_list_wrap > .totalmenu1:nth-child(2)  {opacity: 1; transform: translateY(0px); transition: all 0.8s 0.8s;}
.total_menu_contain.active .total_menu_in .t_menu_list .t_menu_list_wrap > .totalmenu1:nth-child(3)  {opacity: 1; transform: translateY(0px); transition: all 0.8s 1.0s;}
.total_menu_contain.active .total_menu_in .t_menu_list .t_menu_list_wrap > .totalmenu1:nth-child(4)  {opacity: 1; transform: translateY(0px); transition: all 0.8s 1.2s;}
.total_menu_contain.active .total_menu_in .t_menu_list .t_menu_list_wrap > .totalmenu1:nth-child(5)  {opacity: 1; transform: translateY(0px); transition: all 0.8s 1.4s;}

.total_menu_in .t_menu_list .t_menu_list_wrap .totalmenu1 > p {display: inline-block;font-size: 8.0rem;color: #fff;font-family: 'futura-pt';font-weight: 900;position: relative;width: 100%;}
.total_menu_in .t_menu_list .t_menu_list_wrap .totalmenu1 > p:after {content: '';position: absolute;top: 50%;right: 0rem;width: 0rem;height: 1px;background: #fff;}
.total_menu_in .t_menu_list .t_menu_list_wrap .totalmenu1 ul {visibility: hidden;position: absolute;top: 2.5rem;left: 100%;width: 100%;z-index: 999999;padding-left: 19rem;display: flex;flex-wrap: wrap;}

.total_menu_in .t_menu_list .t_menu_list_wrap div ul li{transition: opacity 500ms;}
.total_menu_in .t_menu_list .t_menu_list_wrap div.active li{opacity:1}
.total_menu_in .t_menu_list .t_menu_list_wrap div.other {}
.total_menu_in .t_menu_list .t_menu_list_wrap div.other .big_menu a {color: rgba(255,255,255,0.4);}
.total_menu_in .t_menu_list .t_menu_list_wrap div.active ul{visibility:visible;}

.total_menu_in .t_menu_list .t_menu_list_wrap div .big_menu a{position:relative;transition:color 100ms; color:#fff;}
.total_menu_in .t_menu_list .t_menu_list_wrap div.active .big_menu a:after{width:100%}
.total_menu_in .t_menu_list .t_menu_list_wrap div.active .big_menu a{color:#fff; text-align:right;}

.total_menu_in .t_menu_list .t_menu_list_wrap div.active  > p:after {right: -11rem;width: 11rem;transition: 0.3s;}

.total_menu_in .t_menu_list .t_menu_list_wrap div li {display: block;width: calc(100% / 2);line-height: 50px;}
.total_menu_in .t_menu_list .t_menu_list_wrap div li > a {display: inline-block;font-size: 2.5rem;color: #fff;}
.total_menu_in .t_menu_list .t_menu_list_wrap div li > a:after{content: "";display: block;width: 0%;height: 1px;background: #fff;transition: width 300ms;}
.total_menu_in .t_menu_list .t_menu_list_wrap div li > a:hover:after{width:100%}

.total_menu_in .t_menu_list .t_menu_list_wrap div li > p { text-align:left;  padding:0;margin:0; }
.total_menu_in .t_menu_list .t_menu_list_wrap div li > p a { display:block; font-size:1.0rem;line-height:1.5; color:#999; font-weight:300; margin-bottom:10px; }

.totalsmenu_button {width:40%; position:absolute; bottom:150px; left:40px; /*transform: translateY(-50%);*/ z-index:99; border:1px solid #ddd; }
.totalsmenu_button a {font-size:1.6rem; color:#333; width:49%; display:inline-block; padding:15px; box-sizing:border-box; text-align:center;}
.totalsmenu_button a:first-child {border-right:1px solid #ddd;}

@media screen and (max-width: 1200px){
	.total_menu_in .t_menu_list .t_menu_list_wrap .totalmenu1 {margin-right: 0;}
	.total_menu_in .t_menu_list .t_menu_list_wrap .totalmenu1 ul {visibility: visible;position: relative;top: auto;left: auto;padding-left: 0;}
	.total_menu_in .t_menu_list .t_menu_list_wrap .totalmenu1 > p {font-size: 5.0rem;}
	.total_menu_in .t_menu_list .t_menu_list_wrap div li {width: auto;margin-right: 3.5rem;}
	.total_menu_in .t_menu_list .t_menu_list_wrap div li > a {font-size: 2.0rem;}
	.total_menu_in .t_menu_list .t_menu_list_wrap .totalmenu1 > p:after {width: 0rem !important;}
}

@media screen and (max-width: 1024px){
	#totalMenu .tm_menu .line {width: 4.5rem;height: 0.3rem;margin: 0.8rem auto;}
}

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

	.total_menu_contain {width: 100%;}
	.total_menu_in .t_menu_list .t_menu_list_wrap div > p {padding-right: 0px;font-size: 2.2rem !important;}
	.total_menu_in .t_menu_list .t_menu_list_wrap div li {line-height: 1.5;}
	.total_menu_in .t_menu_list .t_menu_list_wrap .totalmenu1 {margin-bottom: 3.5rem;}
	.total_menu_in .top_btn { right:20px; top:20px; }
	.totalsmenu_button  {display:none;}

	.total_menu_in .t_menu_list .t_menu_list_wrap .totalmenu1 > p {font-size: 2.5rem;}
	.total_menu_in .t_menu_list .t_menu_list_wrap div li {line-height: 1.5;}
}




.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: 1600px){
	.total_menu_contain {display:none;}
	.header_wrap div.lang {right:15px;}
	.menu_search-box {right:90px;}

	.TotalMenuRight div.cs {right:15px;}


}
@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;*/}
}

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

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


#gnbnav ul.gnb_list > li > a .menu_btn {position: relative;overflow: hidden;transition: .25s;border: 0 none;background: transparent;min-width: 14rem;
										font-size: 1.9rem;color: #00408a;text-align: center;font-family: 'pretendard'; margin: 0 auto;}
#gnbnav ul.gnb_list > li > a .menu_btn:after {position: absolute;left: 50%;transform: translate(-50%, 0px);top: 0;bottom: 0;display: flex;justify-content: center;align-items: center;content: attr(data-content);opacity: 0;visibility: hidden;transition: .25s;}
#gnbnav ul.gnb_list > li > a .menu_btn p {transition: .15s;opacity: 1;font-size: 2.0rem;color: #000;text-align: center;}

#gnbnav ul.gnb_list > li > a .menu_btn:hover p {opacity: 0;}
#gnbnav ul.gnb_list > li > a .menu_btn:hover:after {opacity: 1;visibility: visible;}
#gnbnav ul.gnb_list > li > a .menu_btn:after {top: 100%;}
#gnbnav ul.gnb_list > li > a .menu_btn:hover:after {top: 0;}
#gnbnav ul.gnb_list > li > a .menu_btn:hover p {opacity: 0;transform: translateY(-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; height: 100%;margin-left: 0.5rem;}
.header_inner:after {display:block;height:0;content:".";font-size:0;visibility:hidden;clear:both;}


header#header.total .header_inner {visibility: hidden;}
#gnbnav {margin-right:3.0rem;}
#gnbnav ul.gnb_list {display: table;width:100%; margin-left:3.0rem; }
#gnbnav ul.gnb_list > li {display: table-cell; position:relative;}
#gnbnav ul.gnb_list > li > a {display: inline-block;font-size: 2.2rem;color: #000;font-weight: 500; padding:0.5rem 0 5.0rem 0; margin: 0 0px;position: relative;text-transform: uppercase;
margin-right: 6rem;}

#gnbnav ul.gnb_list > li > a.on,
#gnbnav ul.gnb_list > li:hover > a {color: #003b86;}
/*
#gnbnav ul.gnb_list > li > a.on_all:after { transform: scaleX(1); }
#gnbnav ul.gnb_list > li.on > a:after {content: '';position: absolute;bottom: 2.5rem;left: 0;width: 100%;height: 1px;background: #fff;}

#gnbnav ul.gnb_list > li > a .line {position: absolute;display: block;bottom: -2px;height: 2px;width: 0%; /*background:linear-gradient(to right, #ff0100, #440000); background:#fff; 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(0,0,0,0.8) ;height:140px; }

.header_wrap.active {/*background:#fff; */}
.header_wrap.active div.logo {/*background-image: url(../img/logo.png);*/}
.header_wrap.active #gnbnav ul.gnb_list > li > a {/*color:#000;*/}
.header_wrap.active div#totalMenu div.bars span.bline {/*background:#fff;*/}


#gnbnav ul.subNavi {opacity: 1;position: absolute;top: 6rem;left: 28%;transform: translateX(-50%);width: 100%;padding: 0;z-index: 100;display: none;background: #003b86;min-width: 20rem;border-radius: 2rem;}
#gnbnav ul.subNavi.on {opacity: 1;/* 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:20px;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: #fff;font-weight: 400;font-size: 1.5rem;padding: 0;line-height: 1;display: block;text-align: center;position: relative;}
#gnbnav ul.subNavi li a > span {position: relative;}
#gnbnav ul.subNavi li a > span:after {content: '';position: absolute;bottom: -3px;left: 0;width: 0%;height: 2px;background: #fff;transition: width 0.3s;}
#gnbnav ul.subNavi li a:hover {color: #fff;font-weight: 500;}
#gnbnav ul.subNavi li a:hover > span:after {width: 100%;}
#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: 106px;width:100%; background:rgba(255,255,255,1);padding-top:0px;z-index:-1;display:none;/*border-bottom:solid 1px #cccccc;*/}
.subMenuBg:before {content:'';position:absolute;top:0; transform: translate(-50%, 0); left:50%;  background-color:#ddd;height:1px; width:100%;}
#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: 1400px){
	.subMenuBg {}
	.header_inner {display:none;}
	.lang  {display:none;}
}




/*모바일메뉴*/
.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 #a1bc0b;}
.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: #a1bc0b;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: 1024px){
	header#header {}
	header#header, .headerBox {}

	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;justify-content: space-between;}

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



	div#totalMenu {display:block;}
	#gnbnav {display:none;}

	.header_wrap {position: relative;background: transparent;}
	.header_wrap:after {height:1px;}
	.header_wrap.active div.logo {}
}

@media screen and (max-width: 768px){
	.header_wrap {position: fixed;background: rgba(255,255,255,1);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 .subVgSwiper {width: 100%;height: 54.8rem;}
div#vg_con .subVgSwiper .swiper-slide {width: 100%;height: 100%;background-position: center;background-size: cover;}
div#vg_con .subVgSwiper .swiper-slide .slide_img {position: absolute;top: 0;left: 0;width: 100%;height: 100%;transform: scale(1.06,1.06) rotate(0.002deg);transition: transform 5000ms ease-in-out;}
div#vg_con .subVgSwiper .swiper-slide .slide_content {width: 100%;height: 100%;position: relative;}
div#vg_con .subVgSwiper .swiper-slide .slide_content .slogan {width: 100%;position: absolute;top: 62%;left: 50%;transform: translate(-50%,-50%);
																text-align: center;font-size: 6.0rem;color: #fff;text-transform: uppercase; }
div#vg_con .subVgSwiper .swiper-slide .slide_content .slogan .sub_slide_title1 {font-weight:800;}
div#vg_con .subVgSwiper .swiper-slide .slide_content .slogan .sub_slide_title2 {font-size: 2.4rem;color: #fff; font-weight:600;}


div#vg_con .subVgSwiper .swiper-slide-active {}
div#vg_con .subVgSwiper .swiper-slide-active .slide_img {transform: scale(1.1);}


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%, -10%); width: 100%;}

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: "";}


div#vg_con .subVgSwiper .swiper-slide .sub_slide_title.splitting .char{-webkit-animation: text-fade-out 1.5s cubic-bezier(0.4, 0, 0.2, 1) both;animation: text-fade-out 1.5s cubic-bezier(0.4, 0, 0.2, 1) both;animation-delay:calc(30ms * var(--char-index));}
div#vg_con .subVgSwiper .swiper-slide-active .sub_slide_title.splitting .char{-webkit-animation: text-active-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) both;animation: text-active-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) both;animation-delay:calc(30ms * var(--char-index));}




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

}

@media screen and (max-width: 1024px){
	div#vg_con .subVgSwiper {height: 40rem;}
	div#vg_con .subVgSwiper .swiper-slide .slide_content .slogan {top: 50%;}
	div#vg_con .subVgSwiper .swiper-slide .slide_content .slogan {font-size: 5.0rem;}
	.subNavTitle .subNavTitle_wrap .st_menu {display: none;}
}

@media screen and (max-width: 768px){
	div#vg_con .subVgSwiper .swiper-slide .slide_content .slogan {font-size: 3.0rem;}
	div#vg_con .subVgSwiper .swiper-slide .slide_content .slogan .sub_slide_title2 {font-size: 2.0rem;}
}

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: -35px;display: block}
.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;margin:0;border: solid #dddddd;border-width:1px;vertical-align: middle; line-height: 68px  }
.sub_tab li.tab_list > a {font-size:18px;letter-spacing:-1px;display:inline-block;    width: 100%;text-align:center;position:relative;color:#898989;background: #f5f5f5}
.sub_tab li.tab_list > a.selected {background:#0099ff;color:#ffffff;}

.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: #fff; z-index: 1;position: relative;padding: 7.5rem 0 12rem;}
#footer.mainFooter{}
#footer.subFooter{
	/* background:#f8f8f8;  */
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.copyrightWrap {}
.copyrightWrap .ft1 {border-bottom: solid 1px #d5d5d5;padding: 0 0 6rem;}
.copyrightWrap .ft1 .bannerSwiper {width: 100%;height: 100%;}
.copyrightWrap .ft1 .bannerSwiper .swiper-slide {display: flex;justify-content: center;align-items: center;background:#fff}
.copyrightWrap .ft1 .bannerSwiper .swiper-slide img {max-width: 100%;}

.copyrightWrap .ft2 {display: flex;justify-content: space-between;align-items: center;margin-top: 4.5rem;}
.copyrightWrap .ft2 .ft2_left {display: flex;}
.copyrightWrap .ft2 .ft2_right {display: flex;flex-wrap: wrap;flex-direction: column;align-items: flex-end;}
.copyrightWrap .ft2 .ft2_right .ft2_1 {}
.copyrightWrap .ft2 .ft2_right .ft2_2 {font-size: 1.5rem; color: #4b4b4b;text-align: right;margin-top: 1rem; color:#4b4b4b; }
.copyrightWrap .ft2 .ft2_right .ft2_3 {cursor: pointer;display: flex;width: 23.3rem;height: 3.8rem;align-items: center;justify-content: space-between;background: rgba(255,255,255,0.63);padding: 0 2rem;margin-top: 2rem;}
.copyrightWrap .ft2 .ft2_right .ft2_3 .sub {font-size: 1.5rem; color: #767676;}
.copyrightWrap .ft2 .ft2_right .ft2_3 .sub:last-child {text-align: right;}
.copyrightWrap .ft2 .ft2_right .ft2_4 {margin-top: 3rem; color:#a3a3a3;  text-align:right;}
.copyrightWrap .ft2 .ft2_right .ft2_4 > a {font-size: 1.4rem;  opacity:0.2;  display:block;}
.copyrightWrap .ft2 .ft2_right .ft2_5 {}
.copyrightWrap .ft2 .ft2_right .ft2_5 > a {font-size: 1.4rem;olor: #b5b5b5;}


.ftMenu_list {margin-right: 8.5rem;}
.ftMenu_list > h5 {padding-bottom: 1.7rem;}
.ftMenu_list > h5 > a {font-size: 2.4rem;color: #1c1c1c;font-weight: 700;}
.ftMenu_list > ul {}
.ftMenu_list > ul > li {margin: 1.0rem 0;}
.ftMenu_list > ul > li > a {font-size: 1.8rem;color: #000;}
.ftMenu_list > ul > li > a:hover {color: #2260bb;}

@media screen and (max-width: 1300px){
	.copyrightWrap .ft2 {flex-direction: column;}
	.ftMenu_list {margin: 0 3.5rem;}
	.ftMenu_list > h5 {text-align: center;}
	.ftMenu_list > ul > li {text-align: center;}
	.copyrightWrap .ft2 .ft2_right {align-items: center;margin-top: 0rem;}
	.ft2_1 {text-align:center;}
	.ft2_1 img {max-width:60%;}
}

@media screen and (max-width: 1024px){
	#footer {padding:3.0rem 0 5.0rem  0;}
	.copyrightWrap .ft1 {padding-bottom:3.0rem}
	.copyrightWrap .ft2 .ft2_left  {display:none;}

}


@media screen and (max-width: 768px){
	.copyrightWrap .ft2 .ft2_left {flex-direction: column;}
	.ftMenu_list {padding-bottom: 3.5rem;}
	.ftMenu_list > h5 {padding-bottom: 0rem;}

}

/* circle아이콘*/
.icon-box { position:absolute; right:30px; bottom:200px;}
.visual-circle-box{display:inline-block; vertical-align:middle; width:80px; height:80px; position:absolute; right:0px; top:50px;   }
.visual-circle-box:before{position: absolute; top: 50%; margin-top:-95px; left: 50%; margin-left: -95px; content: ''; width: 136px; height: 136px; background: url("../img/footer_catalog.png") 0 0 no-repeat;}
.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;}
.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-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;}




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



/* */
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: #f3f7fd; height:65px; border-top: solid 1px #dedede;border-bottom: solid 1px #dedede;}
.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: 5.0rem;color: #fff;font-weight: bold;}
.subNavBarInner .subNavBarInnerTitle .subNavBarInnerTitle2 {font-size: 30px; font-weight: 400; letter-spacing: -0.025rem;}
.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 {width: 100%;margin: 0 auto;position: relative;border-bottom: solid 1px #c6c6c6;}
.subNavTitle .subNavTitle_wrap {display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;padding: 1.7rem 0;}
.subNavTitle .subNavTitle_wrap .st_title {font-size: 2.8rem; font-weight:600;}
.subNavTitle .subNavTitle_wrap .st_menu {}
.subNavTitle .subNavTitle_wrap .st_menu .st_ul {display: flex;}
.subNavTitle .subNavTitle_wrap .st_menu .st_ul > li {font-size: 2.0rem;position: relative;padding: 0 1.5rem;  }
.subNavTitle .subNavTitle_wrap .st_menu .st_ul > li a {color:#666;}
.subNavTitle .subNavTitle_wrap .st_menu .st_ul > li:last-child {padding-right: 0;}
.subNavTitle .subNavTitle_wrap .st_menu .st_ul > li:before {content: '';position: absolute;top: 0.5rem;right: 0;width: 1px;height: 2.0rem;background: #a3a3a3;}
.subNavTitle .subNavTitle_wrap .st_menu .st_ul > li:last-child:before {width: 0;}
.subNavTitle .subNavTitle_wrap .st_menu .st_ul > li.active {}
.subNavTitle .subNavTitle_wrap .st_menu .st_ul > li.active a {color: #003b86; font-weight:600;}
.contents_wrap > .sub_title {font-size:3.8rem; font-weight:700; color:#000; margin:50px 0 80px 0;text-align:Center}

/*.subNavTitle.fixed {position: fixed;top: 0;width: 100%;border-radius: 0;transition: 0.8s;z-index:9999;background:rgba(0,0,0,.9)}
.subNavTitle.fixed:after {max-width: 100%}
.subNavTitle.fixed .subNavInner {margin-top: 0rem;}
.subNavTitle.fixed .st_title{color:#fff}
.subNavTitle.fixed .subNavTitle_wrap .st_menu .st_ul > li a{color:#fff}
.subNavTitle.fixed .subNavTitle_wrap .st_menu .st_ul > li.active a{color:#1d67ff;font-weight: bold;}*/


.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:1600px ) {
	.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;}
	.subNavTitle .subNavTitle_wrap .st_title {font-size: 2.4rem;}
}

#m_breadcrumbs_wrap {display: none}

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

@media( max-width:1600px ) {

}

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



@media( max-width:1024px ) {
	#subPage {padding: 0rem 0rem 5.0rem;}
	#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 ) {
	#subPage {padding: 0px 0px 80px;}
	.subNavBarInner .subNavBar1st li { padding: 0px 1.0rem ;font-size:1.6rem; }

}






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



/* 타이틀영역 */
.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; }
	.subNavBarInner .subNavBarInnerTitle .subNavBarInnerTitle1 {font-size: 50px;}
	.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 .subNavBarInnerTitle1 {font-size: 40px; padding-bottom: 10px;}
	.subNavBarInner .subNavBarInnerTitle .subNavBarInnerTitle2 {font-size: 20px;}
	.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){
	header#header.m-fixed {}
	#mgnb_open {color:#000; display:block; }
	#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: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);}
	}
}


.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: 1800px;margin: 0 auto;}
@media( max-width:1800px) {
	.responsiveFull {padding-left: 1.5rem !important;padding-right: 1.5rem !important;}
}

.responsiveFull_1600 {width: 100%;max-width: 1600px;margin: 0 auto;}
@media(max-width: 1600px) {
	.responsiveFull_1600 {width: 98% !important;max-width: 98%;margin: 0 auto;}
}



#mainVisual {width: 100%; position: relative;  padding:10.0rem 5.3rem; z-index:3  }
.visualSwiper_wrap {width: 100%; height: 100%; position: relative; overflow:hidden;}
#mainVisual:before {content:""; position:absolute; width:87.0rem; aspect-ratio: calc(870/907) / 1;  z-index:2; top:1.0rem; right:10.0rem;
			background: url('../img/main_logo.png') no-repeat center; background-size: contain;}






.visualSwiper {width: 100%;height: 100%;  position:relative; height:72.7rem; z-index:9;}
.visualSwiper .swiper-slide {display: flex;justify-content: center;align-items: center;}
.visualSwiper .swiper-slide .slide_wrap {width: 100%;height: 100%;position: relative;overflow: hidden; border-radius:5.0rem;}
.visualSwiper .swiper-slide .slide_wrap .slide_img {position: absolute;top: 0;left: 0;width: 100%;height: 100%;transform: scale(1.06,1.06) rotate(0.002deg);transition: transform 5000ms ease-in-out;}
.visualSwiper .swiper-slide .slide_wrap .slide_content {position: relative;height: 100%; width:100%; max-width:140.0rem;}
.visualSwiper .swiper-slide .slide_wrap .slide_content .slogan {position: absolute;top: 50%;right: -2.0rem;transform: translateY(-50%);font-size: 9.5rem;color: #fff; font-family: 'pretendard';
																line-height:1; font-weight:900; font-style:oblique; text-align:right; letter-spacing:-0.1rem}

.visualSwiper .swiper-slide .slide_wrap .slide_content .slogan .main_slide_title01 {font-size:16.8rem; margin-top:13.0rem;}
.visualSwiper .swiper-slide .slide_wrap .slide_content .slogan .main_slide_title02 {font-size:12.6rem; color:#898989; padding-right:19.0rem;}

.visualSwiper .swiper-slide-active .slide_wrap .slide_img {transform: scale(1.1);}


/*.main-word-split-JS {overflow:hidden;}*/

.visualSwiper .swiper-slide .main_slide_title.splitting .char{-webkit-animation: text-fade-out 1.5s cubic-bezier(0.4, 0, 0.2, 1) both;animation: text-fade-out 1.5s cubic-bezier(0.4, 0, 0.2, 1) both;animation-delay:calc(30ms * var(--char-index));}
.visualSwiper .swiper-slide-active .main_slide_title.splitting .char{-webkit-animation: text-active-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) both;animation: text-active-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) both;animation-delay:calc(30ms * var(--char-index));}

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

/*

.visualSwiper .swiper_content {position: absolute;bottom: 0;left: 50%;transform: translate(-50%, 0);height: 100%;z-index: 1;}
.visualSwiper .swiper_content .swiper_content_wrap {position: relative;width: 100%;height: 100%;}
.visualSwiper .swiper_content .swiper-pagination {top: 50%;bottom: auto;left: auto;right: 0;transform: translate(0px, -50%);width: auto;font-size: 3.4rem;color: #fff;font-weight: 700;}
.visualSwiper .swiper_content .swiper_button {position: absolute;bottom: 13.0rem;left: 0;}
.visualSwiper .swiper_content .swiper_button .swiper_button_wrap {position: relative;width: 100%;min-width: 20.0rem;height: 100%;}
.visualSwiper .swiper_content .swiper_button .swiper-button-next {}
.visualSwiper .swiper_content .swiper_button .swiper-button-prev {}
.visualSwiper .swiper-button-next:after {color: #fff;font-size: 2.0rem;font-weight: 700;content: 'Next';}
.visualSwiper .swiper-button-prev:after {color: #fff;font-size: 2.0rem;font-weight: 700;content: 'Prev';}

*/

.main_company_banner { position:absolute; bottom:-1.0rem; right:0; z-index:9999; background:#fff; padding:3.5rem 0 3.0rem 2.0rem; border-radius:5.0rem 0  0 0;}
.main_company_banner:before { content: '';position: absolute; right:0px;background-color: transparent; top: -5.1rem;height: 5.0rem; width: 2.5rem;
												border-top-left-radius: 8.0rem;box-shadow: 0 -2.5rem 0 0 #fff;transform: rotate(180deg); z-index:-1}

.main_company_banner:after  {content: '';position: absolute;background-color: transparent;top: 4.0rem;left: -2.4rem;height: 5.0rem;
											width: 2.5rem;border-top-left-radius: 10.0rem;box-shadow: 0 -2.5rem 0 0 #fff;transform: rotate(180deg);}


.main_company_banner a {color:#fff; padding:2.0rem 7.0rem; font-weight:500; background:#003b86; font-size:2.0rem; border-radius:5.0rem; }




#mainVisual .video_area {position: absolute;bottom: 0;left: 0;width: 100%;max-width: calc(50% - 25rem);height: 25rem;z-index: 1;margin-left: calc(50% + 25rem);background: #000;}
#mainVisual .video_area .wrap {width: 55rem;height: 100%;display: flex;padding: 4rem 0 3.5rem 3.5rem;}
#mainVisual .video_area .wrap .v_left {font-size: 1.9rem;color: #fff;font-weight: 700;width: 50%;}
#mainVisual .video_area .wrap .v_right {}
#mainVisual .video_area .wrap .v_right img {max-width: 100%;}
#mainVisual .video_area .wrap .v_right .video-box .yt_box {width: 26.9rem;height: 17.2rem;background: url('../img/vg_video_intro01.jpg') no-repeat center top;background-size: contain;cursor: pointer;}

@media(max-width: 1700px) {

.visualSwiper .swiper-slide .slide_wrap .slide_content .slogan {right:15.0rem;}
}


@media(max-width: 1600px) {
	#mainVisual .video_area {max-width: 40%;margin-left: 60%;}
	#mainVisual .video_area .wrap {width: 100%;}
}
@media(max-width: 1400px) {
	#mainVisual { padding:7.0rem 20px; z-index:3 }
	#mainVisual:before {display:none;}
	.visualSwiper .swiper-slide .slide_wrap .slide_content .slogan {left:10.0rem;}
	.visualSwiper .swiper-slide .slide_wrap .slide_content .slogan {text-align:left; }
	.visualSwiper .swiper-slide .slide_wrap .slide_content .slogan .main_slide_title01 {font-size:12.8rem; margin-top:0rem;}
	.visualSwiper .swiper-slide .slide_wrap .slide_content .slogan .main_slide_title02 {font-size:8.6rem; color:#898989; padding-right:0rem;}



	#mainVisual .video_area {max-width: 50%;margin-left: 0%;left: 50%;transform: translateX(-50%);}
	.visualSwiper .swiper_content .swiper_button {bottom: 35rem;left: 50%;transform: translateX(-50%);}

}
@media(max-width: 1024px) {
	#mainVisual {padding:8.0rem 15px;}
	#mainVisual .video_area {max-width: 90%;}
	.visualSwiper .swiper-slide .slide_wrap .slide_content .slogan {font-size: 7.5rem;}

	.visualSwiper .swiper-slide .slide_wrap .slide_content .slogan .main_slide_title01 {font-size:7.4rem; }
	.visualSwiper .swiper-slide .slide_wrap .slide_content .slogan .main_slide_title02 {font-size:5.6rem; }



}
@media(max-width: 768px) {
	.visualSwiper .swiper-slide .slide_wrap .slide_content .slogan {width: 100%;left: 50%;transform: translate(-50%, -50%);text-align: center;}
	.visualSwiper .swiper_content .swiper-pagination {display: none;}
	.visualSwiper .swiper-slide .slide_wrap .slide_content .slogan {font-size: 3.5rem;}
}


/*슬로건*/


#mainVisual .ycontainer{position:relative}
#mainVisual .ycontainer {}

#mainVisual .ycontainer .slogan {position: absolute;z-index:8;top: 50%;left: 50%;transform: translate(-50%,-50%);font-size: 9.5rem;color: #fff;font-family: 'futura-pt';font-weight: 900;line-height: calc(110 / 95);width:1600px;}
/*.main-word-split-JS{overflow:hidden;}*/

#mainVisual .ycontainer .main_slide_title.splitting .char{-webkit-animation: text-active-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) both;animation: text-active-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) both;animation-delay:calc(30ms * var(--char-index));}

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


@media(max-width: 1400px) {

#mainVisual .ycontainer .slogan{width:100%}

}


@media(max-width: 1024px) {

#mainVisual .ycontainer .slogan{width:100%}

}


@media(max-width: 768px) {

#mainVisual .ycontainer .slogan .main_slide_title{font-size:2.4rem;padding-left:50px;}

}

/*공통*/
.wrap .title {font-size: 5.0rem; font-weight: 700; text-align: center;}
.wrap .title2 {font-size:4.2rem; text-align: center; line-height:1.4;  margin-top:4.5rem;}

.flex_box {display:flex; flex-wrap:wrap;}
@media(max-width: 1400px) {

.wrap .title {font-size: 3.8rem; }
.wrap .title2 {font-size:2.6rem; margin-top:4.0rem;}
}


@media(max-width: 768px) {

.wrap .title {font-size: 3.2rem; }
.wrap .title2 {font-size:2.0rem; margin-top:2.0rem;}
.wrap .title2  br {display:none;}
}

/*Who We Are*/

#sec1 {margin: 10rem 0 20.0rem 0;}
#sec1 .content {margin-top:10.0rem;}
.sec1_wrap {justify-content: space-between; position:relative;   }

.sec1_wrap a {width:100%; height:100%; display:block; position:relative;}
.sec1_wrap .sec1_box {width:19%;  transition: all 0.2s;}
.sec1_wrap .sec1_box .sec1_box_inner {position: relative;aspect-ratio: calc(307 / 287);}
.sec1_wrap .sec1_box .sec1_box_inner .sec1_box_img {width: 100%; position: absolute;top: 50%;left: 50%; transform: translate(-50%, -50%); aspect-ratio: 1;
													border-radius: 5.0rem;transition: 0.2s;overflow: hidden;margin-top:1.5rem;}
.sec1_wrap .sec1_box .sec1_box_inner .sec1_box_img .bg {width: 100%;height: 100%;}
.sec1_wrap .sec1_box .sec1_txt {text-align:center; margin:3.0rem auto 0;}
.sec1_wrap .sec1_box .sec1_txt span { transition: 0.5s; font-size:2.2rem; color:#000; padding:0.3rem 4.5rem; z-index:9; position:relative; display:inline-block;}
.sec1_wrap .sec1_box:hover .sec1_box_inner .sec1_box_img .bg {scale:1.1; transition: 0.5s;}
.sec1_wrap .sec1_box:hover .sec1_box_inner .sec1_box_img {aspect-ratio: calc(307 / 422); transition: 0.5s;}
.sec1_wrap .sec1_box:hover .sec1_txt span{background:#000; color:#fff; border-radius:5.0rem;}



@media(max-width: 1400px) {

#sec1 {margin-top: 5rem;}

}

@media(max-width: 1200px) {
#sec1 {margin: 10rem 0 10.0rem 0;}
#sec1 .content {margin-top:5.0rem;}
.sec1_wrap { justify-content: center; gap:1.5%}
.sec1_wrap .sec1_box {width:32%; margin-bottom:2.5rem;}
.sec1_wrap .sec1_box .sec1_box_inner {aspect-ratio: calc(307 / 307);}
.sec1_wrap .sec1_box .sec1_box_inner .sec1_box_img {border-radius:2.5rem; margin-top:0; }

.sec1_wrap .sec1_box:hover .sec1_box_inner .sec1_box_img {aspect-ratio: calc(307 / 307); aspect-ratio: 1; }

.sec1_wrap .sec1_box .sec1_txt {margin-top:-5.0rem; background:#000; color:#fff; border-radius:5.0rem;}
.sec1_wrap .sec1_box .sec1_txt span {background:#000; color:#fff; border-radius:5.0rem;}
}


@media(max-width: 768px) {

.sec1_wrap .sec1_box {width:49%; }
}


/*products*/


#sec4 {margin: 10rem 0;}
#sec4 .wrap {}
#sec4 .wrap .content {margin-top: 3.5rem;}

.ourSwiper {width: 100%;height: 100%;}
.ourSwiper .swiper-wrapper {padding: 10.0rem 0 20rem !important;}
.ourSwiper .swiper-slide {display: flex;justify-content: center;align-items: center;height: 36rem;}
.ourSwiper .swiper-slide .swiper_blank {height: 9.0rem;}
.ourSwiper .swiper-slide .swiper_wrap {}
.ourSwiper .swiper-slide .thumb {}
.ourSwiper .swiper-slide .s_txt {font-size: 1.8rem;font-family: 'Malgun Gothic';letter-spacing: -0.05rem;}
.ourSwiper .swiper-slide .s_btn {display: none;position: absolute;bottom: -15rem;left: 50%;transform: translate(-50%, 0px);}
.ourSwiper .swiper-slide .s_btn a {font-size: 1.5rem;font-family: 'Malgun Gothic';color: #787878;letter-spacing: -0.05rem;}

.ourSwiper .swiper-slide-active {}
.ourSwiper .swiper-slide-active .swiper_wrap  {}
.ourSwiper .swiper-slide-active .thumb {text-align: center;}
.ourSwiper .swiper-slide-active .thumb img {max-width: 95%;}
.ourSwiper .swiper-slide-active .s_txt {display: none;}
.ourSwiper .swiper-slide-active .swiper_blank {height: 0rem;}
.ourSwiper .swiper-slide-active .s_btn {display: block;}

.ourSwiper .swiper-slide-prev {background: #eaeaea;border-top-right-radius: 30rem;border-bottom-right-radius: 30rem;overflow: hidden}
.ourSwiper .swiper-slide-prev .swiper_wrap {display: flex;flex-direction: row-reverse;align-items: center;}
.ourSwiper .swiper-slide-prev .thumb {scale: 0.5;margin-right: -30%;}
.ourSwiper .swiper-slide-prev .s_txt {}

.ourSwiper .swiper-slide-next {background: #eaeaea;border-top-left-radius: 30rem;border-bottom-left-radius: 30rem;overflow: hidden;}
.ourSwiper .swiper-slide-next .swiper_wrap {display: flex;flex-direction: row;align-items: center;}
.ourSwiper .swiper-slide-next .thumb {scale: 0.5;margin-left: -30%;}
.ourSwiper .swiper-slide-next .s_txt {}

.ourSwiper .swiper_bottom {position: relative;width: 100rem;height: 3rem;margin: 0 auto;display: flex;align-items: center;justify-content: center;}
.ourSwiper .swiper-pagination {width: auto !important;left: auto !important;bottom: auto !important;position: relative;margin: 0 4.3rem;}
.ourSwiper .swiper-pagination .txt {display: none;}
.ourSwiper .swiper-pagination-bullet {width: auto;height: 20px;text-align: center;line-height: 20px;font-size: 2.3rem;color: #797979;letter-spacing: -0.05rem;font-family: 'futura-pt';font-weight: 900;opacity: 1;background: transparent;margin: 0 1rem !important;}
.ourSwiper .swiper-pagination-bullet-active {color: #000;background: transparent;}
.ourSwiper .swiper-pagination-bullet-active .txt {display: inline-block;position: relative;padding-left: 8rem;}
.ourSwiper .swiper-pagination-bullet-active .txt:before {content: '';position: absolute;top: 50%;left: 1rem;width: 6rem;height: 1px;background: #083bce;}
.ourSwiper .swiper-button-prev:after {content: '◀' !important;}
.ourSwiper .swiper-button-next:after {content: '▶' !important;}
.ourSwiper .swiper-button-next:after,
.ourSwiper .swiper-button-prev:after {font-family: 'Malgun Gothic';font-size: 1.3rem;}

.ourSwiper .swiper-button-next,
.ourSwiper .swiper-button-prev {position: relative;top: auto;width: auto;height: auto;margin-top: -0.5rem;right: auto;left: auto;color: #000;}


.ourSwiper1 {width: 100%;height: 100%;}
.ourSwiper1 .swiper_bg {width: 100%;height: 100%;position: absolute;padding: 10rem 0 23rem !important;}
.ourSwiper1 .swiper_bg .swiper_bg_wrap {position: relative;width: 100%;height: 100%;display: flex;justify-content: space-between;}
.ourSwiper1 .swiper_bg .swiper_bg_left {background: #eaeaea;border-top-right-radius: 30rem;border-bottom-right-radius: 30rem;width: 31.8%;height: 100%;}
.ourSwiper1 .swiper_bg .swiper_bg_right {background: #eaeaea;border-top-left-radius: 30rem;border-bottom-left-radius: 30rem;width: 31.8%;height: 100%;}

.ourSwiper1 .swiper-wrapper {padding: 15.0rem 0 20rem !important;}
.ourSwiper1 .swiper-slide {display: flex;justify-content: center;align-items: center;height: 36rem;}
.ourSwiper1 .swiper-slide .swiper_blank {height: 9.0rem;}
.ourSwiper1 .swiper-slide .swiper_wrap {}
.ourSwiper1 .swiper-slide .thumb {opacity: 1;transition: opacity 0.1s;}
.ourSwiper1 .swiper-slide .thumb.move {opacity: 0;transition: opacity 0s;}
.ourSwiper1 .swiper-slide .s_txt {font-size: 2.0rem;letter-spacing: -0.05rem;opacity: 1;transition: opacity 0.1s;}
.ourSwiper1 .swiper-slide .s_txt.move {opacity: 0;transition: opacity 0s;}
.ourSwiper1 .swiper-slide .s_btn {display: none;position: absolute;bottom: -15rem;left: 50%;transform: translate(-50%, 0px);opacity: 1;transition: opacity 0.1s;}
.ourSwiper1 .swiper-slide .s_btn.move {opacity: 0;transition: opacity 0s;}
.ourSwiper1 .swiper-slide .s_btn a {font-size: 1.5rem;font-family: 'Malgun Gothic';color: #787878;letter-spacing: -0.05rem; border:1px solid #ddd; padding:0.5rem 1.5rem; border-radius:2.0rem; }

.ourSwiper1 .swiper-slide-active {}
.ourSwiper1 .swiper-slide-active .swiper_wrap  {}
.ourSwiper1 .swiper-slide-active .thumb {text-align: center; }
.ourSwiper1 .swiper-slide-active .thumb img {max-width: 80%;}
.ourSwiper1 .swiper-slide-active .s_txt {display: none;}
.ourSwiper1 .swiper-slide-active .swiper_blank {height: 0rem;}
.ourSwiper1 .swiper-slide-active .s_btn {display: block;}

.ourSwiper1 .swiper-slide-prev {border-top-right-radius: 25rem;border-bottom-right-radius: 32rem;overflow: hidden}
.ourSwiper1 .swiper-slide-prev .swiper_wrap {display: flex;flex-direction: row-reverse;align-items: center;}
.ourSwiper1 .swiper-slide-prev .thumb {scale: 0.8;margin-right: -20%; margin-top:30%; }
.ourSwiper1 .swiper-slide-prev .s_txt {}

.ourSwiper1 .swiper-slide-next {border-top-left-radius: 25rem;border-bottom-left-radius: 32rem;overflow: hidden;}
.ourSwiper1 .swiper-slide-next .swiper_wrap {display: flex;flex-direction: row;align-items: center;}
.ourSwiper1 .swiper-slide-next .thumb {scale: 0.8;margin-left: -20%; margin-top:30%;}
.ourSwiper1 .swiper-slide-next .s_txt {}

.ourSwiper1 .swiper_bottom {position: relative;/*width: 100rem;*/height: 3rem;margin: 0 auto;display: flex;align-items: center;justify-content: center;}
.ourSwiper1 .swiper-pagination {width: auto !important;left: auto !important;bottom: auto !important;position: relative;margin: 0 4.3rem;}
.ourSwiper1 .swiper-pagination .txt {display: none;}
.ourSwiper1 .swiper-pagination-bullet {width: auto;height: 20px;text-align: center;line-height: 20px;font-size: 2.0rem; font-weight:600;color: #797979;letter-spacing: -0.05rem;
										opacity: 1;background: transparent;margin: 0 1rem !important;}
.ourSwiper1 .swiper-pagination-bullet-active {color: #000;background: transparent;}
.ourSwiper1 .swiper-pagination-bullet-active .txt {display: inline-block;position: relative;padding-left: 3rem; padding-right:3rem;}
/*.ourSwiper1 .swiper-pagination-bullet-active .txt:before {content: '';position: absolute;top: 50%;left: 1rem;width: 6rem;height: 1px;background: #083bce;}*/
.ourSwiper1 .swiper-button-prev:after {content: '◀' !important;}
.ourSwiper1 .swiper-button-next:after {content: '▶' !important;}
.ourSwiper1 .swiper-button-next:after,
.ourSwiper1 .swiper-button-prev:after {font-family: 'Malgun Gothic';font-size: 1.3rem;}

.ourSwiper1 .swiper-button-next,
.ourSwiper1 .swiper-button-prev {position: relative;top: auto;width: auto;height: auto;margin-top: -0.5rem;right: auto;left: auto;color: #000;}


@media(max-width: 1400px) {
	.ourSwiper .swiper-slide-prev {opacity: 0;}
	.ourSwiper .swiper-slide-next {opacity: 0;}
	.ourSwiper1 .swiper_bg {display: none;}
}
@media(max-width: 800px) {
	#sec4 {margin: 5rem 0;}
	.ourSwiper .swiper_bottom {width: 100%;}
}

@media(max-width: 768px) {
	.ourSwiper1 .swiper-pagination {margin: 0 1.0rem;}
	.ourSwiper .swiper-pagination-bullet-active .txt {display: none;}
	.ourSwiper .swiper-pagination-bullet {font-size: 1.8rem;margin: 0 0.2rem !important;}
	#sec4 .wrap .content {margin-top: 0rem;padding: 0 4.5rem;}
	.ourSwiper1 .swiper-slide-active .thumb img {max-width: 100%;}

	.ourSwiper1 .swiper-pagination-bullet-active .txt {padding:0 1.0rem; font-size:14px;}
	.ourSwiper1 .swiper-pagination-bullet {margin:0 0.5rem !important; font-size:14px;}
}

/*Certificate*/


#sec5 {margin-top: 12rem; background:#eaeaea; padding:10.0rem 0; overflow:hidden;}

.sec5_cont {margin:10.0rem auto 0; width:100%; max-width:140.0rem; position:relative;}
.sec5_cont .container { width:100% ; }

.cert-slider img {width:100%; box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;}
.cert-slide.swiper-slide-active  {border:6px solid #00408a; border-radius:50px;  overflow:hidden;}
.cert-slider .cert-slide_inner {padding:5.0rem 8.0rem;  position:relative;}
.cert-slider .cert-slide_inner img {margin-bottom:2.0rem;}
.cert-slider .cert-slide_inner p {text-align:center; font-size:2.0rem; border-top:1px solid #000; padding-top:1.0rem;}
.cert-slider{
	height: 45.6rem !important;

}
.cert-slide{
    width: 38.8rem !important;
    height: 45.6rem !important;
    position: relative;
	background:#fff;
	border-radius:5.0rem;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.cert-slide:before {content:''; position:absolute; width:5px; height:5px; border-radius:30px; background:#000; bottom:2.0rem; left:2.0rem}
.cert-slide:after {content:''; position:absolute; width:5px; height:5px; border-radius:30px; background:#000; bottom:2.0rem; right:2.0rem}
.cert-slide_inner:before {content:''; position:absolute; width:5px; height:5px; border-radius:30px; background:#000; top:2.0rem; left:2.0rem}
.cert-slide_inner:after {content:''; position:absolute; width:5px; height:5px; border-radius:30px; background:#000; top:2.0rem; right:2.0rem}

.swiper-slide-shadow-left,
.swiper-slide-shadow-right {
  display: none;
}
#sec5 .sec5_cont .swiper-button {width:8.3rem; height:8.3rem; position:absolute;  cursor: pointer; z-index:99; top:40%; transform: translate(-50%, 0); }
#sec5 .sec5_cont .swiper-button-next1 {background: url(../img/cert_arr.png) no-repeat center / contain; transform: scale(-1, 1);  right:-12.0rem; }
#sec5 .sec5_cont .swiper-button-prev1 {background: url(../img/cert_arr.png) no-repeat center / contain; left:-8.0rem; }

@media (max-width:1800px) {
#sec5 .sec5_cont .swiper-button-next1 {right:-42px}
#sec5 .sec5_cont .swiper-button-prev1 {left:0}
}

@media (max-width:1440px) {
    .cert-slider{
		width:auto;
		height: 63rem;
    }

	#sec5 .sec5_cont .swiper-button-next1 {right:10px}
	#sec5 .sec5_cont .swiper-button-prev1 {left:45px;}
}


@media (max-width:1024px) {
	#sec5 .sec5_cont .swiper-button {display:none;}
}


@media (max-width:500px) {
	 .cert-slider{
		width:95%;
		height: 40rem;
    }
	.cert-slide{
    width: 30.8rem !important;
    height: 40.6rem !important;
	}
	.cert-slider .cert-slide_inner {padding:4.0rem 5.0rem;}
	.cert-slider .cert-slide_inner p {font-size:14px;}

}





