@charset "utf-8";

/************************  reset ************************/ 
body {font:1em "NanumSquare Neo",Verdana,Dotum,AppleGothic,sans-serif; outline:0; color:#000; overflow-x:hidden; font-weight:400; line-height:160%;}
h1, h2, h3, h4, h5, h6 {font:1em "NanumSquare Neo",Verdana,Dotum,AppleGothic,sans-serif;}
p {word-break:keep-all;}
a {color:inherit;}
input:focus, select:focus, option:focus, textarea:focus, button:focus{
	outline: none;
}

select {appearance:none; -webkit-appearance:none; background:url('../img/common/selectArrow.png') calc(100% - 20px) center #fff no-repeat !important;}
select::-ms-expand { display:none;}

.sch_word {background:none; color:#06326a !important; padding:0; margin:0;}

.container {position:relative; width:1200px; margin:0 auto;}

	@media screen and (max-width:1219px){
		.container {width:100%; padding:0 2%;}
	}


/************************ header ************************/ 
.sec-header{position:absolute; top:0; left:0; width:100%; height:100px; z-index:998; transition:all ease .5s;}
.sec-header.fixed {position:fixed; background:#fff; border-bottom:1px solid rgba(0,0,0,0.05);}

.sec-header .container {display:flex; justify-content: space-between; position:relative; width:1600px; margin-top:30px;}
.sec-header .container .left,
.sec-header .container .right {display:flex; align-items: center; justify-content:center;}
.sec-header .container .left {width:200px; justify-content: flex-start}
.sec-header .container .right {width:100%; max-width:calc(100% - 200px); justify-content: flex-end;}

	@media screen and (max-width:1619px){
		.sec-header .container {width:100%; padding:0 2%;}
	}

	@media screen and (max-width:1299px){
		.sec-header .container .left {width:15%;}
		.sec-header .container .right {width:85%;}
	}

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

	@media screen and (max-width:999px){
		.sec-header{padding:0; height:70px;}
		.sec-header .container {margin-top:13px; padding:0;}
		.sec-header.on {height:70px;}
		.sec-header.on:before {display:none; box-shadow:none;}
	}

	@media screen and (max-width:799px){
		.sec-header{height:65px;}
		.sec-header .container {margin-top:0;}
		.sec-header .container .left {padding-left:2%;}
	}

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


.sec-header.hd-down{position:fixed;} 
.sec-header.hd-down:before {display:none !important;}
.sec-header.hd-down #nav-icon{z-index:9;} 
.sec-header.hd-down .gnb-btn{z-index:101;}
.sec-header.hd-down .gnb-btn button {background:none !important}
.sec-header.hd-down .logo {background:url('../img/common/logo.png') center no-repeat !important; background-size:contain !important;}

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

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

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

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


.logo{float:left; position:relative; display:inline-block; background:url('../img/common/logoW.png') center no-repeat; background-size:contain; font-size:0; width:65px; height:55px; vertical-align:top;  background-size:contain;}
.sec-header.fixed .logo,
.sec-header.on .logo {background:url('../img/common/logo.png') center no-repeat; background-size:contain;}

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

	@media screen and (max-width:999px){
		.logo {height:45px; background:url('../img/common/logoW.png') center no-repeat; background-size:contain;}
		.sec-header.fixed .logo {background:url('../img/common/logo.png') center no-repeat; background-size:contain;}
	}

	@media screen and (max-width:799px){
		.logo {width:110px;}
		.logo img {height:39px;}
	}

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


.lang_box {display:flex; align-items: center; font-weight:400; font-size:18px; text-transform:uppercase; color:#fff; font-family: 'Montserrat', sans-serif; margin-top:8px; margin-left:50px;}
.lang_box a,
.lang_box .on {margin-right:13px;}
.lang_box .on {position:relative; font-weight:600; cursor:default;}
.lang_box .on:before {position:absolute; top:-8px; left:calc(50% - 2px); display:block; width:4px; height:4px; background:#fff; border-radius:50%; overflow:hidden; content:'';}
.sec-header.fixed .lang_box .btnLang,
.sec-header.on .lang_box .btnLang {color:#000;}

.sec-header.fixed .lang_box a,
.sec-header.fixed .lang_box .on {color:#000;}
.sec-header.fixed .lang_box .on:before {background:#000;}

	@media screen and (max-width:1619px){
		.lang_box {margin-left:10%; }
	}

	@media screen and (max-width:999px){
		.lang_box {display:none;}
		.hd-lang{display:block; position:absolute; top:43px; right:200px; display:flex; flex-direction:row; justify-content:space-between;}
		.hd-lang:before{content:''; width:14px; height:14px; background:url('../img/common/lang_icon.png') no-repeat 0 0; display:inline-block; margin:0 10px; vertical-align:middle; margin-bottom:2px;}
		.hd-lang span,
		.hd-lang a{font-size:90%; display:block; margin-left:20px; line-height:1; position:relative; text-transform:uppercase;}
		.hd-lang span.on,
		.hd-lang a.on {color:#06326a; font-weight:700;}
		.hd-lang span.on:after,
		.hd-lang a.on:after {position:relative; display:block; width:100%; height:1px; background:#06326a; left:0; margin-top:4px;}
		.hd-lang span:first-child,
		.hd-lang a:first-child {margin-left:0;}
		.hd-lang span:before,
		.hd-lang a:before{content:''; width:1px; height:12px; background:#aaa; position:absolute; left:-10px; top:1px; }
		.hd-lang span:first-child:before,
		.hd-lang a:first-child:before {display:none;}
	}

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

	@media screen and (max-width:499px){
		.hd-lang span,
		.hd-lang a {font-size:80%;}
	}


.gnb-btn{display: flex; align-items: center; margin-top:-5px;}
.gnb-btn button{width:26px; height:20px; border:0; background:inherit;}  
.gnb-btn:hover #nav-icon span:nth-child(1){width:50%;}
.gnb-btn:hover #nav-icon span:nth-child(6){width:0;}
.gnb-btn:hover #nav-icon.open span:nth-child(6){width:50%;}
.sec-header.fixed #nav-icon span ,
.sec-header.on #nav-icon span  {background:#000;}

#nav-icon {width:24px; height:24px; position:relative; margin:0 auto; -webkit-transform:rotate(0deg); -moz-transform:rotate(0deg); -o-transform:rotate(0deg); transform:rotate(0deg); /* -webkit-transition:.5s ease-in-out; -moz-transition:.5s ease-in-out; -o-transition:.5s ease-in-out; transition:.5s ease-in-out; */ cursor:pointer;}

#nav-icon span {display:block; position:absolute; height:2px; width:50%; background:#fff; opacity:1; webkit-transform:rotate(0deg); -moz-transform:rotate(0deg); -o-transform:rotate(0deg); transform:rotate(0deg); -webkit-transition:.25s ease-in-out; -moz-transition:.25s ease-in-out; -o-transition:.25s ease-in-out; transition:.25s ease-in-out;}

#nav-icon span:nth-child(even) {left:50%;}
#nav-icon span:nth-child(odd) {left:0px;}
#nav-icon span:nth-child(1), #nav-icon span:nth-child(2) {top:4px;}
#nav-icon span:nth-child(4){width:25%;}
#nav-icon span:nth-child(3), #nav-icon span:nth-child(4) {top:12px;}
#nav-icon span:nth-child(5), #nav-icon span:nth-child(6) {top:20px;}

#nav-icon.open{width:50px; height:50px;}
#nav-icon.open span:nth-child(1),#nav-icon.open span:nth-child(6) {-webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -o-transform:rotate(45deg); transform:rotate(45deg);}
#nav-icon.open span:nth-child(2),#nav-icon.open span:nth-child(5) {-webkit-transform:rotate(-45deg); -moz-transform:rotate(-45deg); -o-transform:rotate(-45deg); transform:rotate(-45deg);}
#nav-icon.open span:nth-child(1) {left:-4px; top:9px; width:50%; right:auto;}
#nav-icon.open span:nth-child(2) {left:calc(50% - 12px); top:9px;}
#nav-icon.open span:nth-child(3) {left:-50%; opacity:0;}
#nav-icon.open span:nth-child(4) {left:100%; opacity:0;}
#nav-icon.open span:nth-child(5) {left:-4px; top:26px;}
#nav-icon.open span:nth-child(6) {left:calc(50% - 12px); top:26px;} 
#nav-icon.open span{background:#444;}

	@media screen and (max-width:1419px){
		.gnb-btn {right:2%;}
	}

	@media screen and (max-width:999px){
		.gnb-btn{display:block; top:-15px; right:0;}
		.gnb-btn button {width:50px; height:50px; border:none;}
		.sec-header.fixed .gnb-btn button,
		.sec-header.on .gnb-btn button {background:none; border:0;}

		.sec-header.on #nav-icon span,
		.sec-header.fixed #nav-icon span {background:#000;}

		#nav-icon.open{width:35px; height:35px;}
		#nav-icon.open span:nth-child(1){left:3px; top:11px;}
		#nav-icon.open span:nth-child(2){left:15px; top:11px;}
		#nav-icon.open span:nth-child(5),
		#nav-icon.open span:nth-child(6){top:23px;}
		#nav-icon.open span:nth-child(5){left:3px;}
		#nav-icon.open span:nth-child(6){left:15px;}
	}

	@media screen and (max-width:799px){
		.gnb-btn button{width:70px; height:70px;}
		#nav-icon.open{width:35px; height:35px;}
		#nav-icon.open span:nth-child(1) {top:10px;}
		#nav-icon.open span:nth-child(2) {top:10px;}
		#nav-icon.open span:nth-child(3), #nav-icon.open span:nth-child(4) {top:16px;}
		#nav-icon.open span:nth-child(5) {top:22px;}
		#nav-icon.open span:nth-child(6) {top:22px;}
	}

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



#gnb{position:relative; width:100%; height:100%;background:none; margin-top:2px;}
#gnb > ul {display:flex; flex-direction:row; justify-content: flex-end; width:100%; height:100%;} 
#gnb > ul > li {position:relative; text-transform:uppercase; height:100%; margin-right:50px;} 
#gnb > ul > li > a{display:flex; align-items: center; justify-content: center; position:relative;  font-size:18px; height:100%; color:#fff; font-weight:500; text-align:center;}
#gnb > ul > li a span {position:relative; display:inline-block;}
#gnb > ul > li a.active {}

#gnb > ul > li > ul{position:relative; top:-10px; padding:18px 5px; width:100%; transition:all ease .3s; opacity:0; background:#fff;}
#gnb > ul > li > ul > li > a{position:relative; display:block; font-size:18px; text-align:center; padding:9px 0; word-break:keep-all;}
#gnb > ul > li > ul > li > a span {position:relative; line-height:120%;}
#gnb > ul > li > ul > li > a:hover{color:#0d6e5e;}

#gnb > ul > li > ul{display:none; position:absolute; opacity:0; visibility:hidden; top:40px; left:calc(50% - 125px); min-width:250px; width:100%; padding:15px 10px; background:#fff; border:1px solid #e6e6e6; /*box-shadow:15px 20px 29px 0px rgba(0, 0, 0, 0.23);*/ transition:all 0.4s ease-out; transition-property:opacity, top, visibility; transition-delay:0s, 0s, 0s;}
#gnb > ul > li > ul > li {text-transform:capitalize;}
#gnb > ul > li > ul.active{display:block; transition-delay:0.1s;}
#gnb > ul > li.active ul{opacity:1; visibility:visible; top:55px; z-index:10; transition-delay:0s, 0s, 0s;}
#gnb > ul > li > ul > li > a{display:block; position:relative; padding:5px 3px; background:#fff; font-size:16px; color:#000; text-align:center; transition:all 0.3s ease 0s;}
#gnb > ul > li > ul > li > a:hover{color:#06326a; font-weight:600;}
#gnb > ul > li > ul > li:first-child > a{border-top-width:0px;}
#gnb > ul > li > ul > li.active  > a{color:#222;}

.sec-header.fixed #gnb > ul > li > a {color:#000;}
	
	@media screen and (max-width:1619px){
		#gnb > ul > li {margin-right:3%;}
	}

	@media screen and (max-width:1499px){
		#gnb > ul > li {margin-right:2%;}
	}

	@media screen and (max-width:1299px){
		#gnb > ul > li > ul {left:calc(50% - 100px); min-width:200px;}
		#gnb > ul > li {margin-right:2%;}
		#gnb > ul > li > a {font-size:16px;}
	}

	@media screen and (max-width:999px){
		#gnb {display:none;}
	}


.gnb-all{position:fixed; top:0; right:-100%;  z-index:3; height:100%; background:#fff; width:100%; display:flex; align-items:center; flex-direction: column; justify-content:center; transition:all ease .6s; z-index:99;} 
.gnb-all.open{  right:0;} 
.gnb-all > ul { width:100%; max-width:1200px; margin:0 auto; }
.gnb-all > ul > li{ padding:30px 0 30px 320px;  width:100%; position:relative; border-bottom:1px solid #e8e8e8; min-height:92px;} 
.gnb-all > ul > li:last-child{border-bottom:0;}
.gnb-all > ul > li > h3{ margin:0 0 10px; font-size:24px; position:absolute; left:0; top:31px; font-weight:600; cursor:default;}  
.gnb-all > ul > li > ul{display:flex; flex-wrap: wrap;}
.gnb-all > ul > li > ul > li > a{display:block; padding:5px 0; font-size:18px; color:#444; margin-right:50px; position:relative;}
.gnb-all > ul > li > ul > li > a:after{content:''; width:0; height:2px; background:#06326a; position:absolute; right:0; bottom:-5%; z-index:1; transition:all ease .5s;}
.gnb-all > ul > li > ul > li > a:hover{ color:#000;}
.gnb-all > ul > li > ul > li > a:hover:after{width:100%; right:auto; left:0;}
.scr-none{overflow-y:hidden;}
.gnb-all .hd-lang{display:none;}
.gnb-all .allLogo{float:none; position:relative; z-index:4; margin-bottom:50px;} 
.gnb-all .allLogo img {}
.gnb-award{  position:absolute;  left:0;  top:100px; display:flex; justify-content:space-between;  width:500px;   height:260px; align-items:center; padding:20px 40px 20px 80px; z-index:2;}
.gnb-award p{padding:0 20px; font-size:22px; margin-top:-80px; line-height:1.2; opacity:0; transition:all ease .3s; color:#333;}
.gnb-award a{display:block; margin:10px 0 0;  color:#333;}
.gnb-award .swiper-container{width:133px;  opacity:0;  transition:all ease .6s; border:4px solid #ddd}
.gnb-award img{vertical-align:top; }
.gnb-award .swiper-button-next, 
.gnb-award .swiper-button-prev{background:none;  height:30px; width:30px; right:20px; left:auto; border:1px solid #ddd; text-align:center; line-height:30px; background:#fff; display:flex;  align-items:center; justify-content:center;}
.gnb-award .swiper-button-next{margin-top:60px;}
.gnb-award .swiper-button-prev{margin-bottom:0; margin-top:31px;} 
.gnb-award .swiper-button-next i, 
.gnb-award .swiper-button-prev i{font-size:12px;}
.sec-header.on .gnb-award p{opacity:1; }
.sec-header.on .swiper-container{opacity:1; }

	@media screen and (max-width:1349px){
		.gnb-award{display:none;}
	}

	@media screen and (max-width:1199px){
		.gnb-all > ul {width:96%; margin:0 2%;}
	}


	@media screen and (max-width:999px){
		.gnb-all{ max-width:400px; overflow-y:auto; display:block; padding:40px 20px; background-position:20%;}  
		.gnb-all .allLogo {display:none; width:110px; margin-bottom:20px;}
		.gnb-all.open{box-shadow:0 0 200px 0 rgba(0,0,0,0.5);}
		.gnb-all > ul {padding:0; background:none; box-shadow:none;}
		.gnb-all > ul > li{padding:0; min-height:inherit; background:rgba(255,255,255,0.8);}
		.gnb-all > ul > li:last-child{border-bottom:1px solid #e8e8e8;}
		.gnb-all > ul > li > h3{position:relative; top:auto; left:auto; padding:17px 10px; color:#333; font-size:100%; margin:0; cursor:pointer; font-weight:500;}
		.gnb-all > ul > li:hover > h3 {color:#06326a;}
		.gnb-all > ul > li > h3 > span.bul {display:block;position:absolute;top:15px;right:20px;background:#888;transition:all .5s;width:2px;height:20px;margin:0;}
		.gnb-all > ul > li:hover > h3 > span.bul {background:#06326a; transition:all .5s;width:2px;}
		.gnb-all > ul > li > h3 > span.bul:after {content:"";display:block;position:absolute;top:0;width:20px;height:2px;margin:9px 0 0 -9px;background:#888;}
		.gnb-all > ul > li:hover > h3 > span.bul:after  {background:#06326a;}
		.gnb-all > ul > li > h3.on {color:#06326a;}
		.gnb-all > ul > li > h3.on > span.bul {background:#06326a; transform: translateY(0) rotate(-450deg);}
		.gnb-all > ul > li > h3.on > span.bul:after {opacity:0;}
		.gnb-all > ul > li > ul{display:none; margin:0 10px 20px;}
		.gnb-all > ul > li > ul > li > a{font-size:95%; margin-right:0; padding:8px 0;}
		.gnb-all > ul > li > ul > li > a:before {position:relative; display:inline-block; margin-right:10px; content:'-';}
		.gnb-all > ul > li > ul > li > a:after {display:none;}
		.gnb-all .hd-lang{display:flex; justify-content: flex-start; position:relative; top:auto; right:auto; left:0; margin:20px 0 10px;}
	}

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

	@media screen and (max-width:499px){
		.gnb-all > ul > li > h3 {font-size:90%;}
		.gnb-all > ul > li > ul > li > a {font-size:85%; padding:3px 0;}
	}


	
 
 
/************************ media size setting end ************************/


.quickWrap {position:fixed; z-index:9; right:0; background:rgba(0,0,0,0.75); color:#fff;}
.quickWrap .quickUl {}
.quickWrap .quickUl > li {position:relative; width:110px; height:110px; border-top:1px solid rgba(255,255,255,0.1);}
.quickWrap .quickUl > li:first-child {border-top:0;}
.quickWrap .quickUl > li > a {position:absolute; width:100%; height:100%; display:flex; flex-direction: column; align-items: center; justify-content: center; text-transform:uppercase; font-family: 'Montserrat', sans-serif; font-weight:600; transition:0.3s; font-size:13px;}
.quickWrap .quickUl > li:hover > a  {background:rgba(0,111,255,0.7);}
.quickWrap .quickUl > li > a > img {margin:7px 0 14px; width:40px;}
.quickWrap .quickUl > li.brochure {display:none;}
.quickWrap .quickUl > li.inquiry {}

	@media screen and (max-width:999px) {
		.quickWrap {display:none; top:auto !important; bottom:65px !important;}
		.quickWrap .quickUl > li {width:90px; height:90px;}
		.quickWrap .quickUl > li > a {font-size:80%;}
		.quickWrap .quickUl > li > a > img {margin:5px 0 8px; width:35px;}
	}
	
	@media screen and (max-width:799px) {
		.quickWrap .quickUl > li > a {font-size:70%;}
	}


/************************ footer ************************/

.sec-footer {clear:both; position:relative; background:#f9f9f9; font-size:16px; color:#363636; margin-top:100px;}
.sec-footer .copyBottom {background:#3a3a3a; padding:20px 0;}
.sec-footer .copyBottom .container {position:relative; width:1400px;}

	@media screen and (max-width:1419px) {
		.sec-footer .copyBottom .container {width:100%;}
	}

	@media screen and (max-width:999px) {
		.sec-footer {font-size:85%;}
		.sec-footer .copyBottom {padding:17px 0;}
	}

	@media screen and (max-width:799px) {
		.sec-footer {font-size:75%;}
		.sec-footer .copyBottom {height:100px; padding:0;}
		.sec-footer .copyBottom .container {width:100%; padding:0;}
	}


.sec-footer .container {width: 1600px;}
.sec-footer .footerInfo {padding:85px 0;}
.sec-footer .footerInfo .container {display:flex; flex-direction: row-reverse; justify-content: space-between; align-items: center;}
.sec-footer .footerInfo .copyLogo {width:150px; height:93px; font-size:0; vertical-align:top; background:url('../img/common/copyLogo.png') center no-repeat; background-size:contain;}
.sec-footer .footerInfo .copyInfo{display:flex; flex-wrap: wrap; width:calc(100% - 150px); line-height:160%;}
.sec-footer .footerInfo .copyInfo .text:before {position:relative; display:inline-block; margin:0 6px; content:'|';}
.sec-footer .footerInfo .copyInfo .text b {display:inline-block; margin-right:4px; font-weight:700;}
.sec-footer .footerInfo .copyInfo .text.add,
.sec-footer .footerInfo .copyInfo .text.add2 {width:100%;}
.sec-footer .footerInfo .copyInfo .text.add:before,
.sec-footer .footerInfo .copyInfo .text.add2:before,
.sec-footer .footerInfo .copyInfo .text.tel:before {display:none;}
.sec-footer .footerInfo .copyInfo .copyright {width:100%; margin-top:20px;}
.sec-footer .footerInfo .copyInfo .copyright .adm {position:relative; top:2px;}

	@media screen and (max-width:1619px) {
		.sec-footer .container {width:100%; padding:0 2%;}
	}

	@media screen and (max-width:999px) {
		.sec-footer .footerInfo {padding:45px 0;}
		.sec-footer .footerInfo .container {flex-direction: column;}
		.sec-footer .footerInfo .copyLogo {width:100%; height:83px; margin-right:0; margin-bottom:20px;}
		.sec-footer .footerInfo .copyInfo {justify-content: center; width:100%; text-align:center;}
	}

	@media screen and (max-width:799px) {
		.sec-footer .footerInfo .copyLogo {display:block; width:100%; height:73px; margin-bottom:20px;}
		.sec-footer .footerInfo .copyInfo {width:100%; text-align:center;}
		.sec-footer .footerInfo .copyInfo .text {float:none; display:inline-block; margin-top:3px;}
		.sec-footer .footerInfo .copyInfo .text:before {display:inline-block;}
		.sec-footer .footerInfo .copyInfo .text b {display:block;}
		.sec-footer .footerInfo .copyInfo .text.add {display:block;}
		.sec-footer .footerInfo .copyInfo .text.tel b,
		.sec-footer .footerInfo .copyInfo .text.fax b,
		.sec-footer .footerInfo .copyInfo .text.email b {display:inline;}
		.sec-footer .footerInfo .copyInfo .text.tel:before {display:none;}
		.sec-footer .footerInfo .copyInfo .text.email {display:block; width:100%;}
		.sec-footer .footerInfo .copyInfo .text.email:before {display:none;}
	}

	@media screen and (max-width:499px) {
		.sec-footer .footerInfo .copyInfo .text {display:block; width:100%;}
		.sec-footer .footerInfo .copyInfo .text.fax {display:block;}
		.sec-footer .footerInfo .copyInfo .text.fax:before {display:none;}
	}


#top_button {position:fixed;bottom:20px;right:20px;width:50px;height:50px;line-height:50px;text-align:center;font-size:15px;z-index:8000;background-color:#000;background-image:url('../img/common/top.png');background-repeat:no-repeat;background-position:50% 50%;color:#000;display:none;border-radius:50%;opacity:0.5; cursor:pointer; border:0;}
#top_button:hover{color:#fff;opacity:1;background-color:#06326a;}
#top_button span{font-size:0;}

	@media screen and (max-width:799px) {
		#top_button {bottom:10px; right:10px; width:45px;height:45px;}
	}