/* 푸터 */
#wrap > #body > #body_content > #footer_wrap{
	width:100%;
	color:#999;
	background-color:#454545;
}
#wrap > #body > #body_content > #footer_wrap a,
#wrap > #body > #body_content > #footer_wrap a:visited,
#wrap > #body > #body_content > #footer_wrap a:hover{
	color:#999;
	text-decoration:none;
}
#wrap > #body > #body_content > #footer_wrap > #footer_top{	
	font-size:13px;
	text-align:left;
	background-color:#383838;
}
#wrap > #body > #body_content > #footer_wrap > #footer_top > div{
	position:relative;
	padding:15px 0px;
	margin:0px 10px;
	overflow:hidden;
}
#wrap > #body > #body_content > #footer_wrap > #footer{
	font-size:13px;
	text-align:left;
	margin:0px 10px;
	padding:15px 0px 20px;
}
#wrap > #body > #body_content > #footer_wrap > #footer > .footer_logo img{
	height:25px;
}
#wrap > #body > #body_content > #footer_wrap > #footer > .footer_content{
	margin-top:10px;
}
#wrap > #body > #body_content > #footer_wrap > #footer > .footer_content > div{
	margin-top:5px;
}
#wrap > #body > #body_content > #footer_wrap > #footer > .footer_content > div > span{
	display:inline-block;
}
#wrap > #body > #body_content > #footer_wrap > #footer > .footer_content > div > span:first-child{
	width:80px;
	text-align:left;
}
#wrap > #body > #body_content > #footer_wrap > #footer > .footer_content > div:last-child{
	margin-top:20px;
}