/* header */
header{ 
    position: fixed;
	top: 0 ;
	width: 100%;
	height: 90px;
	background: rgba(0,0,0,0.6);
	z-index: 99999999;
	transition:all 0.3s;
}
/* .header_inner{
    width: 100%;
	height: 90px;
	margin:0 auto;
} */

.header_inner{
    width: 100%;
	height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    
}

header h1{ 
    width: 180px;
	height: 40px;
	/* float:left; */
	margin-top:25px;
	margin-left: 25px;
}
header #logo{
    transition:all 0.3s;
}

/* .nav_wrap{ 
    width: 76%;
	height: 90px;
	float: right;
} */

.nav_wrap {
    width: 100%;
    height: auto;
}

/* .gnb{ 
    width: 100%;
	height: 90px;
	margin-top:30px;
} */
.gnb{ 
    width: 100%;
	margin-top:20px;
    display: flex;
    justify-content: space-between;
}
.gnb li ul{ 
    display:none;
}
/* .gnb>li{ 
    width: 118px;
	float: left;
	text-align: center;
} */
.gnb>li{ 
    width: calc(100% / 6);
	/* float: left; */
	text-align: center;
}
.gnb li h2 a{
    font-size: 22px;
	color: #fff;
	font-weight:400;
}
.gnb a{
    display: block;
}
.gnb a:hover{ 
    /*color: #f39800;*/
}

.sub_menu{ 
    margin-top: 45px;
}
.sub_menu li{
    margin-top: 10px;
	font-weight:300;
}
.sub_menu li a{
    color: #fff;
	font-size: 14px;
}
.sub_menu li a:hover{
    color: #f39800;
}





/* footer */
.ban{
   border-top: 1px solid #acacac;
   height: 98px;
   padding: 0 2%;
}
.ban ul{
   width: 100%;
   margin: 26px auto;
}
.ban ul li{
   float: left;
   width: 25%;
}
.ban ul li:nth-child(2),.ban ul li:nth-child(3),.ban ul li:nth-child(4){
   text-align: right;
}
footer{
	float: left;
	width: 100%;
	background: #222222;
}
footer .foot_down{
	overflow:hidden;
	padding:40px 2% 40px 2%;;
	color:#b7b7b7;
}
footer .foot_logo{
	float:left;
	width: 26%;
	margin-top: 10px;
}
footer #address{
	float:left;
	font-size: 15px;
    font-weight: 300;
    color: #bababa;
	line-height: 28px;
    width: 73%;
}
footer #address li:last-child{
	color:#828282;
	font-weight:200;
    letter-spacing: -1px;
	font-size: 16px;
}
footer #address li span{
    float: right;
}
footer #address li span ul li{
    float: left;
}
footer #address li span ul li:nth-child(2){
    margin: 0 20px;
}
footer #address li span ul li a{
    color: #bababa;
	font-weight:500;
}













