 #header{
	width:100%;
	/* height:193px; */
	background-color:#fff;
	border-bottom:1px solid #e5e5e5;
}

.top_bg{
	width:100%;
	height:121px;
	background-color:#231f20;
}


.top{
	width:1390px;
	height:121px;
	background-color:#231f20;
	margin:0 auto;
}

.top_call{
	width:205px;
	height:121px;
	float:left;
}

.logo{
	width:257px;
	height:121px;
	float:left;
	margin-left:308px;
}

.top_link{
	width:auto;
	height:121px;
	float:right;
}

.top_link div{
	width:121px;
	height:121px;
	float:left;
}

.menu{
	width:1400px;
	height:71px;
	background-color:#fff;
	margin:0 auto;
}

.menu li{
	/* width:212px; */
	width:14.2%;
	height:45px;
	background-color:#fff;
	float:left;
	border-right:1px solid #e5e5e5;
	text-align:center;
	font-size:20px;
	/* font-weight: bold; */
	color:#484848;
	padding-top:26px;
}

.menu li:first-child{
	/* width:212px; */
	height:45px;
	border-right:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
}

.menu li:last-child{
	/* width:212px;
	height:45px; */
}

.menu li a:hover{
	color:#bc1c28;
	font-weight:bold;
}

/* menu2 추가 */
.menu2{
	border-top:1px solid #e5e5e5;
	width:1400px;
	height:71px;
	background-color:#fff;
	margin:0 auto;
	overflow:hidden;
}
.menu2 li{
	width:49.8%;
	border-left:1px solid #e5e5e5;
	height:45px;
	padding-top:26px;
	text-align:center;
	float:left;
	font-size:22px;
	font-weight: bold;
	color:#484848;
}
.menu2 li:last-child {
	border-right:1px solid #e5e5e5;
}
.menu2 li a:hover {
	color:#bc1c28;
	font-weight:bold;
}





#footer{
	width:100%;
	height:121px;
	background-color:#231f20;
}

#footer div{
	width:1280px;
	height:121px;
	margin:0 auto;
	text-align:center;
	color:#f7f7f7;
	font-size:13px;
	line-height:19px;
	padding-top:17px;
}


#footer div a{
	color:#6d6d6d;
}















