@charset "utf-8";


#wrap{
		position: absolute;
		width:100%;
		height:100%;
		margin:0;
		padding:0;	
		 
		

}
.bgOn .sub:after{z-index:100;top:0;left:0;content:'';position:fixed;display:block;width:100%;height:100%;background:rgba(0,0,0,.3);}
.wrap{
	margin:0 auto;
	padding:0;	 
	position:relative;
	width:95%;
	max-width:1500px;
	
}

.wide_wrap{
	margin:0 auto;
	padding:0; 
	position:relative;
	width:100%;
}	

/*topmenu*/
#Header {
	position:absolute;
	z-index:200;
	width:100%;
	background:rgba(0,0,0,0.2);   
	padding-top:10px;
	padding-top:10px;
	
	
}

 #Header:after{
	content:'';
	display:block;
	background:rgba(255,255,255,0.2);   
	width:100%;
	height:1px;
} 
 
 /**/

 
#Header .header_inner {
	position:relative;
	height:100px;
	margin-top:0; 
 	opacity:0; 
	transition: margin 0.6s, opacity 0.6s; 
	z-index:20;
} 

body.active #Header .header_inner  {
	opacity:1;
}



.header_inner h1.logo {
	position:absolute;
	left:40px;
	top:50%;
	width:183px; 
	height:34px;
	margin-top:-25px;
	z-index:999;
	 
}

.header_inner h1 > a {
	display:block;
	overflow:hidden;
	width:100%;
	height:100%;
	text-indent:-99900px;
	background:url(../image/logo.png) 0 0 no-repeat;
	background-size:100%;
	}

 

#Header.topmenuOn .header_inner h1 > a {
	background:url(../image/logo_on.png) 0 0 no-repeat;
	background-size:100%;
}
 
 

 

/* gnb */
 
  
#gnb,
#gnb ul,
#gnb ul li ul li,
#gnb ul li a,
#gnb .m_button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#gnb:after,
#gnb > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#gnb .m_button {
  display: none;
}

#gnb {
  width: 100%;
 /* background:#1e2188;*/
  
}

#gnb > ul{margin:0 auto; text-align:center;padding-left:100px; padding-right:0px; padding-top:15px;width: 100%;  }
#gnb > ul:after{content:"";display:block;clear:both;}
#gnb > ul:before{content:"";display:block;clear:both;width:100%;position:absolute;left:0;top:0;height:0px; }
 
#gnb > ul > li {
  display:inline-block;
  margin:0 2%;
  position:relative;
 
}
#gnb > ul > li > a {
 display:block;
 color:#fff;
 width:100%;
 font-size:19px;
 padding: 20px 30px 20px 30px; 
 letter-spacing:-1px;
 font-weight:500;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  z-index:3;
}



#gnb > ul > li:hover > a,
#gnb > ul > li > a:hover  {
  color: #14d0ff;
 
}
#gnb > ul > li > a:before,
#gnb > ul > li > a:after {
	content:'';
	 position:absolute;
	 top:0;
	 right:0;
	 bottom:0;
	 left:0;
	 z-index:50;
	 opacity:0;
	 -webkit-transition:opacity 0.7s, transform 0.7s;
	 -moz-transition:opacity 0.7s, transform 0.7s;
	 -o-transition:opacity 0.7s, transform 0.7s;
	 -ms-transition:opacity 0.7s, transform 0.7s;
	 transition:opacity 0.7s, transform 0.7s;
	 }
#gnb > ul > li > a:before {
	border-top:3px solid #14d0ff;
	 border-bottom:3px solid #14d0ff;
	 -webkit-transform:scale(0,1);
	 -moz-transform:scale(0,1);
	 -o-transform:scale(0,1);
	 -ms-transform:scale(0,1);
	 transform:scale(0,1);
	 }
#gnb > ul > li > a:after {
	 border-left:3px solid #14d0ff;
	 border-right:3px solid #14d0ff;
	 -webkit-transform:scale(1,0);
	 -moz-transform:scale(1,0);
	 -o-transform:scale(1,0);
	 -ms-transform:scale(1,0);
	 transform:scale(1,0);
	 }
#gnb > ul > li:hover > a:before,
#gnb > ul > li:hover > a:after,
#gnb > ul > li:hover > a:before,
#gnb > ul > li:hover > a:after {
	 -webkit-transform:scale(1);
	 -moz-transform:scale(1);
	 -o-transform:scale(1);
	 -ms-transform:scale(1);
	 transform:scale(1);
	 opacity:1;
	 
	 }

	 #gnb > ul > li:hover {
		backdrop-filter: blur(30px);
	 }






#gnb > ul > li > div{
	left:0;
	height:0; 
	top:59px;
	width:100%; 
	background:rgba(255,255,255,1);
	border-radius:0px;
	
	z-index:2;
	position:absolute;  
	overflow: hidden;  
	-webkit-transition: .3s; 
	transition:.3s;
 
	 
	
}

#gnb > ul > li:hover  > div{
	height:auto;
 	padding-top:0px;
	padding-bottom:15px;
	text-align:center;
	-webkit-transition: .3s; 
	transition:.3s;
}
#gnb ul ul {
  position: relative;
  left: -9999px; 
  opacity: 0;
 
 
}
#gnb > ul > li > div > ul {
 
  padding-top: 10px;
  position:relative; 
  text-align:left;
  margin:0 auto; 
 	 
}
#gnb > ul > li:hover  > div > ul {
  left: auto;
  top: 0;
  opacity: 1;
}
 

 #gnb ul li ul li {
  display:block;
}
 
#gnb ul ul li a {
  width:100%;
  padding:8px 20px 8px 20px;
  font-size:14px;
  text-decoration:none;
  color:rgba(255,255,255,.8);
 
  letter-spacing:-1px;
  text-align:center;
  color:#333;
 
 
}
 
#gnb ul ul li:hover > a,
#gnb ul ul li > a:hover,
#gnb ul ul li.m_on > a {
   color:#09305c;
}
 
 #gnb ul li ul li ul{
	height:0;
	-webkit-transition: .3s; 
	transition:.3s;
 }
 #gnb ul li ul li ul li {
  display:none;
  -webkit-transition: .3s; 
	transition:.3s;
}
/*gnbback*/




.Mgnb_back{
	display:none;
}
 
 

 
 /*lang*/
.header_utilarea {
	 
	position:absolute;  
	right:20px;
	z-index:2; 
	height:90px;
	top:20px;
}
 
 
.langarea
 {
	right:60px;
	vertical-align:top;
	position:absolute;
	top:8px;
	padding:0px;
	
}

  
.gnb_btn{
	position:relative;
	width:40px;
	height:40px;	 
	border-radius:50% 50%;
	border:1px solid rgba(255,255,255,1);
	background:none;	 
	cursor:pointer;
	margin:0 auto;
	 
	

}
.gnb_btn span{
	position:absolute;
	margin-left:0px;
	width:90%;
	height:3px;	 
	background-color:#fff;
	 transition:all .2s ease-in-out;
	-webkit-transition:all .2s ease-in-out;
	left:0;

}
 .sub .gnb_btn span{
	background-color:#fff;

 }
/*on*/
/*.sub .gnb_btn span,*/
.topmenuOn .gnb_btn span
{
	background-color:#fff;
}
.gnb_btn span.mgb_top{
	top:10px;
	width:33.333%;
	left:33.333%;

}
.gnb_btn span.mgb_mid{
	top:18px;
	width:60%;
	left:20%;
	 

}
.gnb_btn span.mgb_bot{
	top:26px;
	width:33.333%;
	left:33.333%;

}
.gnb_btn:hover span.mgb_top {
	width:60%;
	left:20%;

}
 
.gnb_btn:hover span.mgb_mid {
	 

}
.gnb_btn:hover span.mgb_bot{
width:60%;
	left:20%;
	
	

}
 
/* Responsive gnb */
.btn_nav {
  display: none;
}
 
@media (max-width: 1300px ){
	.header_inner h1.logo {
		left:10px;
	}
	 
	 
 
	.langarea{
		right:40px;
	}

}
@media (max-width: 1000px ){
	
	 
	#Header {

		padding-top:0px;
	 
	}
	.allMenu{display:none;}
	#Header {
		position:fixed;
		
 	 }
	 .m_fixed #Header:after{
 		background:rgba(0,0,0,.3);   
		width:100%;
		height:1px;
		content:'';
		display:block;
		position:relative;
 	}
	.m_fixed #Header {
		background:rgba(255,255,255,1); 
	}		 
	 
	#Header .header_inner {
 		height:80px;
 	} 


	/*body.active.m_open #Header .header_inner  {
		margin-top:0px; 
		

	}*/

 

body.active #Header .header_inner  {
 
}
 

.m_open .header_inner h1.logo {

	 
}

.m_open .header_inner h1.logo{
		display:block;
}


	#Header.topmenuOn .header_inner h1 > a,
	.m_open .header_inner h1 > a,
    .m_fixed .header_inner h1 > a	 
	{
		 
		margin:0  auto;
		background:url(../image/logo2.png) center center no-repeat;
		background-size:80%;
		 
	}
	 
	 .header_inner h1.logo {
		margin-top:-20px;
	 }
	
  	.header_inner h1 > a
	 
	{
		background:url(../image/logo.png) center center no-repeat; 
		background-size:80%;
	}


	.gnb-wrap{
			max-width:100%;
		}

 	 
 
  #gnb {
    width: 100%;
	z-index:998;
	background:#fff;
 	 
  }
 
  #gnb > ul:before{position:relative;content:'';display:block;background:#fff;height:95px;}
  #gnb:hover > ul:before{height:95px;}
  #gnb ul,
  #gnb ul ul,
  #gnb ul ul ul,
  #gnb > ul,
  #gnb > ul > li > div > ul,
  #gnb > ul > li:hover >  div >  ul {
    position: relative;
    left: 0;
    right: auto;
    top: 0;
    width: 100%;
    display: none;
    padding: 0;
    opacity: 1;
    text-align: left;

	  
  }

 #gnb > ul{}
 #gnb > ul > li > div{
	position: relative;	
	height:auto; 
	top:0px;
	max-height:300px;
	overflow:hidden;
	text-align:left;
	background:#0d4a9c;
	padding-top:0;
	margin-top:0px; 
	padding-bottom:0px;
	margin-bottom:0;
	 
	
	 
}
 #gnb > ul > li > div:after{
	content:'';
	
 }
 

   

#gnb > ul > li:hover  > div{
	 
	padding-top:0px;
	padding-bottom:0px;
	
	
	 
}

  

  #gnb ul li {
    width: 100%;
	margin:0;
	position: relative;
    border-bottom: 2px solid rgba(120, 120, 120, 0.2);
	z-index:2;
	 
	
	

  }
  #gnb > ul > li {padding:0 0;}
  #gnb > ul > li > a {
	color:#333;
	padding: 15px 10px 15px 10px; 

	
	
  }
  #gnb > ul > li:hover > a,
#gnb > ul > li > a:hover  {
  color: #2c3a63;
   background:none;

}
 
  #gnb > ul > li > a,
  #gnb ul ul li a{
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    background: none;
	
  }
 
 

  #gnb ul li a {
    padding-left: 12.5px;
  }
  #gnb ul ul li a {
    padding: 10px 10px 5px 20px;
	font-size:14px;
	text-align:left;
	color:#fff;

	
  } 
    #gnb ul ul li a:hover{
		color:#fff;
	}
 

   #gnb ul ul li:first-child{
	margin-top:10px;
   }
    #gnb ul ul li:last-child{
	margin-bottom:10px;
   }

    #gnb ul > li.opened > a{
		background:#0a3166;
		color:#fff;
	}
 
 

 


  	#gnb .m_button{display:block;width:40px;height:40px;border:1px solid #fff; border-radius:50% 50%;background:rgba(255,255,255,.0);;position:absolute;right:14px;top:18px;cursor:pointer; z-index:9999999 }
	.m_open #gnb .m_button{border:1px solid #ccc; }
	#gnb .m_button:after{position:absolute;top:12px;right:8px;display:block;height:15px;width:20px;border-top:2px solid #fff;border-bottom:2px solid #fff;content:''}
	#gnb .m_button:before{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;position:absolute;top:19px;right:13px;display:block;height:2px;width:10px;background:#fff;content:''}
	#gnb .m_button.menu-opened:after{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;top:18px;border:0;height:2px;right:10px;width:19px;background:#000;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
	#gnb .m_button.menu-opened:before{top:18px;background:#000;right:10px;width:19px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
	/*horver*/
	#gnb .m_button:hover{background:rgba(13,74,156,.8);}
	#gnb .m_button.menu-opened:hover:after{background:#fff;}
	#gnb .m_button.menu-opened:hover:before{background:#fff;}

	.m_fixed #gnb .m_button{width:40px;height:40px;border:1px solid #ccc; border-radius:50% 50%;background:rgba(0,0,0,0);position:absolute;right:14px;top:18px;cursor:pointer;  z-index:999999999999;}
	.m_fixed #gnb .m_button:hover{background:rgba(13,74,156,.8);}
	.m_fixed #gnb .m_button:after{position:absolute;top:12px;right:8px;display:block;height:15px;width:20px;border-top:2px solid #333;border-bottom:2px solid #333;content:''}
	.m_fixed #gnb .m_button:before{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;position:absolute;top:19px;right:13px;display:block;height:2px;width:10px;background:#333;content:''}
	.m_fixed #gnb .m_button.menu-opened:after{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;top:18px;right:10px;border:0;height:2px;width:19px;background:#333;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
	.m_fixed #gnb .m_button.menu-opened:before{top:18px;background:#333;right:10px;width:19px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
	/*horver*/
	.m_fixed #gnb .m_button:hover:after{border-top:2px solid #fff;border-bottom:2px solid #fff;}
	.m_fixed #gnb .m_button:hover:before{background:#fff;}
	.m_fixed #gnb .m_button.menu-opened:hover:after{border:0;background:#fff;}
	.m_fixed #gnb .m_button.menu-opened:hover:before{background:#fff;}

 

   	#gnb .submenu-button{position:absolute;z-index:999999;right:0;top:0;display:block;height:100%;width:46px;cursor:pointer;}	
	#gnb .submenu-button:after{position:absolute;top:8px;width:100%;height:30px;display:block;content:'\f105';font-family: 'FontAwesome';font-size:30px;line-height:1;text-align:center;}	
 	#gnb .submenu-button.submenu-opened{}	
	#gnb .submenu-button.submenu-opened:after{content:'\f107';color:#fff; }
	
	
	#gnb .submenu-button.submenu-opened:before{display:none}
	#gnb ul ul .submenu-button{height:34px;width:34px}
	#gnb ul ul .submenu-button:after{top:15px;right:13px}
	#gnb ul ul .submenu-button:before{top:12px;right:16px}



		.m_open .Mgnb_back{
			display:block;
			position:fixed;
			top:0px;
			width:100%;
			height:100%;
			background:rgba(255,255,255,1);   
			z-index:1;
	}

}
@media (max-width: 420px ){
 
 	.header_inner h1 > a
	 
	{
		background:url(../image/logo.png) 0 10px no-repeat; 
		background-size:78%;
	}
	#Header.topmenuOn .header_inner h1 > a,
	.m_open .header_inner h1 > a,
    .m_fixed .header_inner h1 > a
	 
	{
		background:url(../image/logo2.png) 0 10px no-repeat;
		background-size:78%;
	}
}


 

/*footer*/

/**/
#footer{
	clear:both;
	background:#f7f7f7;
	 

}
#footer:after{
	clear:both;
	content:'';
	display:block;
	position:relative;
} 

 

#footer .bottomlink {
 
	float:right;
	 
	 
}

 .btn_up_layer {
	display:none;
	position:fixed;
	bottom:140px;
	right:25px;
	z-index:33;
	width:60px;
	height:60px;
	background:#fff;
	border-radius:10px  ;
	color:#000;
	-webkit-box-shadow: 0 0px 20px 0 rgba(0,0,0,0.21);
    -moz-box-shadow: 0 0px 20px 0 rgba(0,0,0,0.21);
	box-shadow: 0 0px 20px 0 rgba(0,0,0,0.21);
	}


 .btn_up_layer span{
	display:block;
 	padding:0px 0  0 0;
	margin:0 auto;
	 
	top:0;
	 



  }
   .btn_up_layer span:after{
	display:block;
	font-family: FontAwesome;
	content: "\f106";
 	position:absolute;
	top:0;
	left:0;
	margin:5px 0 0 0;
	padding:0;
	text-align:center;
	width:100%;
	font-size:180%; 
	line-height:1;
	color:#2c3a63;
   }
     .btn_up_layer span:before{
	display:block;
 	content: "";
 	position:absolute;
	top:28%;
	left:50%; 
	width:3px;
	margin-left:-1px;
	height:50%;
	 background:#2c3a63;
   }
#footer .bottomlink ul{
	display:block;
	text-align:left;
	margin:0;
    padding:30px 80px 10px 10px;
 
}
#footer .bottomlink ul li{
	display:block;
 	margin-right:0px;
 	padding:3px;  
 	position:relative;
 	 
	
}

#footer .bottomlink ul li.first{
	
 	background:none;
	

}
/*#footer  .bottomlink ul li a:after{
	display: block;
 	content:' ';
 	width:1px;
 	height:10px;
 	background:rgba(255,255,255,.2);
 	position:absolute;
 	top:18px;
	

}*/

#footer  .bottomlink ul li.first a:after{
	 
	width:0px;
 	background:none;
 	 

}
#footer  .bottomlink ul li a {
 	padding-left:0px;
	letter-spacing:0px;
 
	 
	
}
#footer  .bottomlink ul li.first a {
	 
	padding-left:0px;
	
}

#footer  .bottomlink ul li a,
#footer  .bottomlink ul li a:hover{
	 
	text-decoration:none;	 
 	 
} 


#footer .bottomlink ul li.pesornal a{
 	font-weight:bold;
}



/**/

#footer .companyinfo{
	float:left;
	padding:30px 0;
	width: calc(100% - 250px);

	 
}
#footer .companyinfo .bottom_logo{
	display:inline-block;
	margin-bottom:10px;
	vertical-align:top;
	width:250px;
	margin-left:-4px;
	
 }
  #footer .companyinfo .bottom_logo  img{	vertical-align:middle;}
 #footer .companyinfo .bottom_logo .comname{
	display:inline-block;
	vertical-align:middle;
	font-size:170%;
	font-weight:600;
	letter-spacing:-1px;
	color:#333;
	margin-left:10px;
 }

 
#footer  .companyinfo .companyinfo_in{
	position:relative;
	padding-top:0px;
	display:inline-block;
	width: calc(100% - 260px);
	padding-left:0px;
	max-width:800px;
	
}
#footer .companyinfo .companyinfo_in span{
 	font-size:90%;
	 font-weight:300;
 	color:#333;
 	display:inline-block;
	position:relative;
	padding-left:30px;
	letter-spacing:0px;


}
#footer .companyinfo .companyinfo_in span.addre{
	width:100%;
	padding-left:70px;
}
#footer .companyinfo .companyinfo_in span a{
	color:#333;
}
 
#footer .companyinfo .companyinfo_in span strong{
 
	font-size:100%;
	padding-right:10px;
	letter-spacing:0px;
	position:relative;
	top:0;
	left:0;
	color:#333;
	 
}
#footer .companyinfo .companyinfo_in span.addre strong{
	position:absolute;
	left:30px;

}
 
#footer .companyinfo p.cpyright{
	color:#333;
 	font-size:12px;
 	 letter-spacing:0px;
	 padding-top:10px;
	 padding-bottom:10px;
	 padding-left:30px;

}
 

  

/*allmenu*/
 
 
.sitebox{
	padding:20px;
	position:relative;
	width:23%;
	margin:0 1%;
	float:left;
	opacity:0;filter:Alpha(opacity=0);
	-webkit-transition: all 0.5s 0s;
    transition: all 0.5s 0s;
	height:100%; 
	-webkit-transform:translateX(-5%);
	transform:translateX(-50%);
	background:#f7f7f7;
	min-height:500px;
	 
	 

}
.sitebox:after{
	position:absolute;  
	content:"";
	display:block; 	
	top:0;
	width:100%; 
 	height:0px; 
	left:0; 
	background: #ccc;
	-webkit-transition: all 1s 0s;
    transition: all 1s 0s;

}

.modal.in .sitebox{
	/*background: #fff; */
	opacity:1;
	-webkit-transition: all 0.8s 0s;
    transition: all 0.8s 0s;
	 
	-webkit-transform:translateX(0);
	transform:translateX(0);
}


.sitebox .titA{
	position:relative;
	font-size:180%;
	padding-bottom:30px;
	 font-weight:500;
	letter-spacing:-1px;
	 
}
.sitebox .titA:after{
position:absolute;  
	content:"";
	display:block; 	
	bottom:0;
	width:100%; 
 	height:2px; 
	left:0; 
	background: #ccc;
	-webkit-transition: all 1s 0s;
    transition: all 1s 0s;
}

.sitebox .titA a{


}
.sitebox .sitelist{
	position:relative;
	padding-left:10px;
	padding-top:30px;

}
.sitebox .sitelist ul > li{
	width:100%;
	float:left;

}
.sitebox .sitelist ul > li.hassub{
	
	min-height:100%;

}
.sitebox .sitelist ul > li.largemenu{
	min-height:280px;
}
.sitebox .sitelist ul > li a{
	font-size:18px;
	font-weight:500;
	padding:10px 0;
	display:block;
  }
.sitebox .sitelist ul > li.hassub ul li{
	float:none;
	background: url(../image/site_line.png) no-repeat 0 10px;
	padding-left:10px;
	width:100%;
 }
.sitebox .sitelist ul >  li.hassub ul li a{
	font-size:15px;
	font-weight:300;
	padding:2px 0;

}





@media (max-width: 1100px ){
	
	 .btn_up_layer {
		width:40px;
	height:40px;
	 }

	 .btn_up_layer span:after{
	 
	margin:0px 0 0 0;

	}
 
	#footer .bottomlink {float:none;border-top: 1px solid #585858;}
	#footer .bottomlink ul{text-align:center;padding-right:0;padding-left:0;padding-top:10px;}
	#footer .bottomlink ul li{display:inline-block;}
	#footer .companyinfo .bottom_logo{text-align:center;}

	#footer .companyinfo{
		float:none;
		width:100%;
		padding:10px 0;
	}
	#footer .companyinfo .bottom_logo{
		width:100%;
	}
	#footer  .companyinfo .companyinfo_in{
		width:100%;
		max-width:100%;
	}
	#footer .companyinfo .companyinfo_in span{
		padding-left:0px;
		padding-right:30px;
	}
	#footer .companyinfo .companyinfo_in span.addre{
	 
	padding-left:40px;
}

	#footer .companyinfo .companyinfo_in span.addre strong{
			 
			left:0px;

		}
		#footer .companyinfo p.cpyright{
			 padding-left:0px;
		}

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

	 #footer .companyinfo .bottom_logo .comname{
	  font-size:120%;
	 }

 }