@charset "utf-8";

#footer {
	clear: both;
	padding: 10px 0 25px 125px;
	width: 837px;
	height: 70px;
	position: relative;
	border-top: 2px solid #f2f2f2;
	margin:0 auto;
	background: url("../images/gnb/footer/bg_footer.gif") no-repeat 20px 20px;
}
#footer ul li {
	font-size: 0.9em;
	padding: 0 4px 0 7px;
	display: inline;
	background: url("../images/gnb/footer/bg_section_footer.gif") no-repeat;
	color:#666;
}
#footer ul li a { color:#666; }
#footer ul li.first-child {
	background: none;
}
#footer address {
	padding: 5px 0 0 5px;
	font-size: 0.9em;
	font-style: normal;
}
#footer p {
	padding: 0 0 0 5px;
	font-size: 0.9em;
}

