@charset "utf-8";
/* CSS Document */

#footer{
	width:100%;
	background:#444;
	height:125px;
	position:relative;
}

.footer-logo{float:left;}

.footer-bottom-inner{padding:40px;}


.fText{
	position:absolute;
	float:left;
	margin-left:280px;
	font-family:'Nanum Gothic', sans-serif;
	font-size:13px;
	line-height:19px;
	color:#999;
	margin-top:-11px;
}

.capy{
	color:#777;
	line-height:3;
}
























