/* 푸터 */
#wrap > #body > #body_content > #footer_wrap{
	width:100%;
	min-width:1400px;
	background-color:#3d3a3e;
}		
#wrap > #body > #body_content > #footer_wrap > #footer{
	width:1400px;
	padding:55px 0;
	margin:auto;
}
#wrap > #body > #body_content > #footer_wrap > #footer > ul{
	width:100%;
	overflow:hidden;
}
#wrap > #body > #body_content > #footer_wrap > #footer > ul > li{
	float:left;
	list-style:none;
}
#wrap > #body > #body_content > #footer_wrap > #footer > ul > li:nth-child(1){
	width:240px;
	text-align:left;
}
#wrap > #body > #body_content > #footer_wrap > #footer > ul > li:nth-child(1) img{
	height:50px;
}
#wrap > #body > #body_content > #footer_wrap > #footer > ul > li:nth-child(2){
	width:1160px;
	color:#ccc;
	font-size:13px;
	text-align:left;
}
#wrap > #body > #body_content > #footer_wrap > #footer > ul > li:nth-child(2) > div{
	margin-top:10px;
}
#wrap > #body > #body_content > #footer_wrap > #footer > ul > li:nth-child(2) > div:first-child{
	margin-top:0px;
}