#header{
	width:100%;
}

#header .top{
	width:100%;
	padding:20px 50px;
	background:#011209;
	box-sizing:border-box;
	text-align:Right;
	position:relative;
	z-index:99;
}

#header .top li{
	display:inline-block;
	margin-left:10px;
	padding-left:10px;
	position:Relative;
}

#header .top li:before{
	width:4px;
	height:4px;
	position:absolute;
	top:60%;
	transform:translateY(-50%);
	content:'';
	left:-4px;
	background:#999;
	border-radius:50%;
}

#header .top li:first-child:before{
	display:none;
}

#header .top li .ico{
	display:inline-block;
	vertical-align:top;
}

#header .top li .ico img{
	height:16px;
	vertical-align:middle;
}

#header .top li .tx{
	display:inline-block;
	vertical-align:middle;
	font-size:15px;
	color:#999999;
	line-height:16px;
	margin-left:5px;
}




.wrap #header .bottom{
    position:relative !important;
}


#header .bottom{
	width:100%;
	transition:all 0.5s;
	box-sizing:border-box;
	position:absolute;
	z-index:9;
}

#header .bottom .btCt{
	width:100%;
	justify-content:space-between;
	display:flex;
	padding:15px 50px;
}


#header .bottom .logo{
	width:135px;
	place-self:center;
}

#header .bottom .logo img{
	width:100%;
}

#header .bottom .menu{
	place-self:center;
}

#header .bottom .menu li{
	display:inline-block;
	margin:0px 30px;
	font-size:18px;
	font-weight:500;
}


#header .bottom .allMenu{
	width:44px;
	place-self:center;
	cursor:pointer;
}

#header .bottom .allMenu img{
	width:100%;
}

#header .bottom .allMenu .menuClose{
	display:none;
}


.dropMenu{
	width:100%;
	padding:0px 50px 0px;
	box-sizing:border-box;
	display:flex;
	border-top:1px solid #d9d9d9;
	border-bottom:1px solid #d9d9d9;
	position:absolute;
	top:-300%;
	transition:all 0.5s;
	background:#fff;
}

.dropMenu dd{
	width:100%;
	border-right:1px solid #d9d9d9;
	padding:30px;
	box-sizing:border-box;
}

.dropMenu dd:first-child{
	border-left:1px solid #d9d9d9;
}

.dropMenu dd .menuTit{
	font-size:20px;
	color:#222;
	font-weight:500;
}

.dropMenu dd .menuList{
	width:100%;
	margin-top:20px;
}

.dropMenu dd .menuList li{
	width:100%;
	margin-top:15px;
	font-size:18px;
	color:#444;
}

.dropMenu dd .menuList li a{
	color:#444;
}

#footer{
	width:100%;
}

#footer .topA{
	width:100%;
	padding:15px 50px;
	box-sizing:border-box;
	border-top:1px solid #d9d9d9;
	border-bottom:1px solid #d9d9d9;
	display:flex;
	justify-content:space-between;
}

#footer .topA .logo{
	width:130px;
}

#footer .topA .comNm img{
	width:100%;
}

#footer .topA .topFootMenu li{
	display:inline-block;
	font-size:16px;
	color:#777;
	margin-right:30px;
	line-height:60px;
	position:Relative;
}


#footer .topA .topFootMenu li a{
	color:#777;
}

#footer .topA .topFootMenu li:before{
	position:absolute;
	width:4px;
	height:4px;
	background:#777;
	border-radius:50%;
	content:'';
	top:50%;
	transform:translateY(-50%);
	left:-16px;
}

#footer .topA .topFootMenu li:first-child:before{
	display:none;
}

#footer .btmA{
	width:100%;
	padding:40px 50px;
	box-sizing:border-box;
}

#footer .btmA .top{
	width:100%;
	display:flex;
	justify-content:space-between;
}

#footer .btmA .top .comNm{
	font-size:24px;
	color:#222;
	font-weight:bold;
}

#footer .btmA .top .snsMenu{
	text-align:Right;
}

#footer .btmA .top .snsMenu li{
	width:40px;
	display:inline-block;
	margin-left:25px;
}

#footer .btmA .infoA{
	width:100%;
	margin-top:20px;
	display:flex;
}

#footer .btmA .infoA .info{
	width:50%;
	font-size:15px;
	color:#777;
	line-height:28px;
	place-self:end;
}

#footer .btmA .infoA .copy{
	width:50%;
	font-size:15px;
	color:#777;
	line-height:28px;
	place-self:end;
	text-align:right;
}







