#header{
	width:100%;
	padding:0px 50px;
	box-sizing:border-box;
	display:flex;
	justify-content:space-between;
	position:absolute;
	z-index:1;
	transition:all 0.5s;
}

#header .logo{
	width:153px;
	place-self:Center;
}

#header .logo img{
	width:100%;
}


#header .logo .logo_c{
	display:none;
}


#header .menu{
	place-self:center;
}

#header .menu li{
	display:inline-block;
	vertical-align:middle;
	font-size:18px;
	color:#fff;
	margin:0px 40px;
}

#header .menu li a{
	color:#fff;
}

#header .allMenu{
	width:65px;
}

#header .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:-100%;
	transition:all 0.2s;
	background:#fff;
	z-index:9;
}

.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%;
	background:#222;
}

#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 .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:#fff;
	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:#999;
	line-height:28px;
	place-self:end;
}

#footer .btmA .infoA .copy{
	width:50%;
	font-size:15px;
	color:#999;
	line-height:28px;
	place-self:end;
	text-align:right;
}







