@charset "utf-8";

/************************  reset ************************/ 
body {font:1.1em "Pretendard",Verdana,Dotum,AppleGothic,sans-serif; outline:0; color:#333; overflow-x:hidden; font-weight:400;}
h1, h2, h3, h4, h5, h6 {font:1.1em "Eulyoo1945",Verdana,Dotum,AppleGothic,sans-serif;  letter-spacing:-0.05em;}
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% - 10px) center #fff no-repeat !important;}
select::-ms-expand { display:none;}

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

	@media screen and (max-width:1619px){
		.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; border-bottom:1px solid rgba(221,221,221,0.5);}
.sec-header.fixed {position:fixed; background:#fff;}
.sec-header.on{height:410px; background:#fff;}  
.sec-header.on:before{content:''; width:100%; height:1px; background:#e8e8e8; position:absolute; top:100px; left:0; z-index:9;} 
/*.sec-header.on #gnb{width:850px;}*/
.sec-header.on #gnb > ul > li > ul{opacity:1; display:block;}

.sec-header .container {display:flex; align-items: center; position:relative; width:1600px; height:100%;}

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

	@media screen and (max-width:999px){
		.sec-header{padding:0; height:90px;}
		.sec-header .container {justify-content:space-between;}
		.sec-header.on {height:90px;}
		.sec-header.on:before {display:none; box-shadow:none;}
	}

	@media screen and (max-width:799px){
		.sec-header{height:80px;}
	}

	@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/logoW.png') center no-repeat; background-size:contain;}

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

	@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; font-size:0; width:161px; height:38px; 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:1419px){
		.logo{width:17%;}
	}

	@media screen and (max-width:999px){
		.logo {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){
	}


.gnb-btn{position:relative; right:0;}
.gnb-btn button{width:26px; height:26px; 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; border:0;}

#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:40px; height:40px;}
#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:3px; top:9px; width:50%; right:auto;}
#nav-icon.open span:nth-child(2) {left:calc(50% - 3px); 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:3px; top:23px;}
#nav-icon.open span:nth-child(6) {left:calc(50% - 3px); top:23px;} 
#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:0; right:-2%;}
		.gnb-btn button {width:70px; height:70px; 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; float:left; width:calc(100% - 246px); height:100%;background:none; margin-left:100px;}
#gnb > ul {display:flex; flex-direction:row; 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; height:100%; color:#fff; font-weight:500; text-align:center;}
#gnb > ul > li a span {position:relative; display:inline-block;}
#gnb > ul > li > a:hover {color:#0d6e5e;}
#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; border-radius:0px 0px 10px 10px;}
#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;}
#gnb > ul > li > ul > li > a:hover{color:#0d6e5e;}

#gnb > ul > li > ul{display:none; position:absolute; opacity:0; visibility:hidden; top:79px; left:calc(50% - 85px); min-width:170px; width:100%; padding:20px 8px; 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.active{display:block; transition-delay:0.1s;}
#gnb > ul > li.active ul{opacity:1; visibility:visible; top:99px; z-index:10; transition-delay:0s, 0s, 0s;}
#gnb > ul > li > ul > li > a{display:block; position:relative; padding:10px 5px; background:#fff; font-size:18px; color:#969696; text-align:center; transition:all 0.3s ease 0s;}
#gnb > ul > li > ul > li > a:hover{color:#0d6e5e;}
#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:1199px){
		#gnb {width:83%;}
	}

	@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:1000px; margin:0 auto; }
.gnb-all > ul > li{ padding:30px 0 30px 250px;  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; font-family:inherit; color:#0a7161;}  
.gnb-all > ul > li > ul{display:flex;}
.gnb-all > ul > li > ul > li > a{display:block; padding:5px 0; font-size:20px; color:#444; margin-right:50px; position:relative;}
.gnb-all > ul > li > ul > li > a:after{content:''; width:0; height:2px; background:#0d6e5e; 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:92%; margin:0 4%;}
	}


	@media screen and (max-width:999px){
		.gnb-all{ max-width:330px; overflow-y:auto; display:block; padding:40px 20px; background-position:20%;}  
		.gnb-all .allLogo {width:110px; margin-bottom:20px;}
		.gnb-all.open{box-shadow:0 0 200px 0 rgba(0,0,0,0.5);}
		.gnb-all > ul {width:100%; margin:0; 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:18px; margin:0; cursor:pointer; font-weight:500;}
		.gnb-all > ul > li:hover > h3 {color:#0a7161;}
		.gnb-all > ul > li > h3 > span.bul {display:block;position:absolute;top:17px;right:20px;background:#888;transition:all .5s;width:2px;height:20px;margin:0;}
		.gnb-all > ul > li:hover > h3 > span.bul {background:#0a7161; 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:#0a7161;}
		.gnb-all > ul > li > h3.on {color:#0a7161;}
		.gnb-all > ul > li > h3.on > span.bul {background:#0a7161; 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:16px; margin-right:0; padding:6px 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){
	}


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



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

.sec-footer {clear:both; position:relative; background:#0c6153; color:#fff; font-size:15px; padding:70px 0;}
.sec-footer .container {position:relative;}
.sec-footer .copyLogo {font-size:0; vertical-align:top; margin-bottom:30px;}
.sec-footer .copyLogo span {display:block; overflow:hidden; width:161px; height:38px; background:url('../img/common/copyLogo.png') center no-repeat;}
.sec-footer ul.copyInfo {display:flex; flex-wrap: wrap;}
.sec-footer ul.copyInfo li {margin-right:15px;}
.sec-footer ul.copyInfo li.add,
.sec-footer ul.copyInfo li.homepage {width:100%; margin-right:0;}
.sec-footer .txt {word-break:keep-all; margin-top:20px;}
.sec-footer .txt .adm {position:relative; top:1px; color:inherit;}

	@media screen and (max-width:999px) {
		.sec-footer {font-size:95%;}
		.sec-footer .container {padding:0 5%;}
	}

	@media screen and (max-width:499px) {
		.sec-footer {font-size:90%;}
	}


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

	@media screen and (max-width:999px) {
		#top_button {right:10px;}
	}

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