/* header */
header{ 
  position: fixed;
	top: 30px ;
	width: 100%;
	height: 60px;
	background: rgba(46,113,194,1);
	z-index: 9999;
	transition:all 0.3s;
	border-bottom: 2px solid rgba(255,255,255,0.5)
}
.header_inner{
	width: 100%;
	height: 90px;
	margin: 0 auto;
}
.logoDiv{
  left: 120px;
  width: 43%;
  height: 100%;
	float: left;
	padding-left: 90px;
}
header h1{
  width: 200px;
	height: 40px;
	float: left;
	margin-top: 10px;
}
header #logo{
  transition: all 0.3s;
	width: 200px;
}
.nav_wrap{
  width: 55%;
  height: 90px;
  float: left;
  position: relative;
}

.gnb{
  width: 100%;
	height: 90px;
	padding-top: 30px;
	margin-left: 0px;
}
.gnb li ul{ 
  display:none;
}
.gnb>li{ 
  width: 13%;
	float: left;
	text-align: center;
}
.gnb li h2 a{
  font-size: 1rem;
	color: #fff;
	font-family: 'Nanum Barun Gothic', sans-serif;
}
.gnb li:hover h2 a{
	color: #04418a;
  padding: 10px 0 20px;
  margin-top: -15px;
  background-color: #fff;
  border-top: 15px solid transparent;
  height: 0px;
	line-height: 0px;
}
.gnb li:first-child .sub_menu li a:hover,
.gnb li:nth-child(3) .sub_menu li a:hover,
.gnb li:nth-child(4) .sub_menu li:nth-child(1) a:hover,
.gnb li:nth-child(4) .sub_menu li:nth-child(2) a:hover,
.gnb li:nth-child(6) .sub_menu li:nth-child(1) a:hover,
.gnb li:nth-child(6) .sub_menu li:nth-child(3) a:hover,
.gnb li:nth-child(6) .sub_menu li:nth-child(4) a:hover,
.gnb li:nth-child(6) .sub_menu li:nth-child(5) a:hover,
.gnb li:nth-child(6) .sub_menu li:nth-child(6) a:hover{
	color:#00a2dd
}
.gnb a{
  display: block;
}
.sub_menu a:hover{ 
  color: #00a2dd;
}

.sub_menu{ 
	margin-top: 33px;
  border-top: 2px solid rgb(0, 161, 220);
  display: block;
  background-color: #fff;
  width: 180px;
  min-height: 73px;
}
.sub_menu li{
	text-align: left;
	font-weight: 300;
}
.sub_menu li a{
  color: #222;
	font-size: 13px;
	font-weight: 100;
	padding: 10px 15px;
	font-weight: 500;
	font-family: 'Nanum Barun Gothic', sans-serif;
}
.sub_menu li a:hover{
  /*color: #00a2dd;*/
	background-color:rgba(0,0,0,0.08);
}


/* footer */
footer{
	float: left;
	width: 100%;
	background: #393939;
}
footer .info ul{
	padding: 18px 0
}
footer .info ul li{
	display: inline-block;
	font-size: 16px;
	padding: 0 20px;
	background: url('/images/main/info_line.jpg') no-repeat center left;
}
footer .info ul li:first-child{
	background-image: none;
	padding-left: 0;
}
footer .info ul li:nth-child(3),footer .info ul li:last-child{
  float: right;
  width: 145px;
  height: 30px;
  background: #555555;
  font-size: 13px;
  line-height: 30px;
  text-align: center;
	position: relative;
	top: -6px;
	margin-right: 10px;
}
/*footer .info ul li:nth-child(2),footer .info ul li:nth-child(3),footer .info ul li:nth-child(4),footer .info ul li:last-child{
    float: right;
    width: 120px;
    height: 30px;
    background: #555555;
    font-size: 13px;
    line-height: 30px;
    margin-right: 10px;
}*/
footer .info ul li a{
	color:#d7d7d7;
}
footer .line{
	text-indent:-999px;
	width:100%; 
	height:1px;
	background-color:#6f6f6f;
}
footer .foot_down{
	overflow:hidden;
	padding:35px 0 35px 0;
	color:#b7b7b7;
}
footer .foot_logo{
	float:left;
	margin-right:100px;
}
footer .address{
	float:left;
	font-size: 15px;
  font-weight: 300;
  color: #d2d2d2;
}
footer .address li:last-child{
	color:#838383;
	font-weight:200;
}
footer .address li span{
  margin-right: 30px;
}