#cont{
	width:100%;
	height:auto;
}

#header{
	width:100%;
	background-color:#fff;

}

.top{
	width:1002px;
	background-color:#fff;
	margin:10px auto;
	position:relative


}

.logo{
	width:180px;
	float:left;
}


.top_linkarea{
	
	position:absolute;
	right:20px;
	top:0px
}

.top_link{
	float:right;
}

.top_link li{
	float:left;
	border-right:1px solid #dedede;
	color:#919191;
	padding:0 10px;
	font-size:12px;

	font-weight:bold;
}


.top_link li a{
color:#919191}

.top_link li:last-child{
	padding-right:0px;
	border-right:0px solid #151515;
}

.menu_bg{
	width:822px;
	padding-top:30px;
	float:left;
}

.menu{
	width:822px;
}

.menu li{
	width:136px;
	border-left:1px solid #e5e5e5;
	float:left;
	text-align:center;
	font-size:15px;
	font-weight:bold;
	letter-spacing:-0.5px;
}



.menu li:first-child{
	border-left:0;
	width:136px;
}

.dropmenu_bg{
	top:90px;
	width:100%;
	height:210px;
	display:none;
	left:0;
	position:absolute;
	z-index:999;
	background-color: rgba(0, 0, 0, 0.7)

	
}


.dropmenu{
	width:822px;
	padding-top:20px;
	height:180px;
	margin:0 auto;
	padding-left:250px;
}

.dropmenu ul{
	width:136px;
	height:230px;
	float:left;
}

.dropmenu ul:first-child{
	width:140px;
	padding-left:0px;
}


.dropmenu li{
	width:136px;
	height:18px;
	text-align:left;
	padding-top:14px;
	color:#fff;
	font-size:13px;
	font-weight:bold;
}

.dropmenu li a{
	color:#fff

}
.dropmenu li a:hover{
	color:#00f0ff

}


#footer{
	width:100%;
	border-top:1px solid #000;
	background-color:#fff;
	padding:10px 0 10px;
	clear:both;
}

.footer_cont{
	width:980px;
	background-color:#fff;
	margin:0 auto;
}

.footer_logo{
	width:200px;
	padding-top:20px;
	float:left;
}

.footer_logo h2{
	color:#fff;
}

.footer_textarea{
	width:730px;
	float:right;
}


.footer_text{
	width:870px;
	margin-top:15px;
	
}

.footer_text div{
    text-align: left;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: #666;
    /* font-weight: 100; */
    font-family: "Nanum Gothic", sans-serif;
}



.footer_text span{
color:#666;
}























