/* 푸터 */
#wrap > #body > #body_content > #footer_wrap{
	width:100%;
	min-width:1000px;
	background-color:#333333;
}
#wrap > #body > #body_content > #footer_wrap a,
#wrap > #body > #body_content > #footer_wrap a:visited,
#wrap > #body > #body_content > #footer_wrap a:hover{
	color:#989898;
	text-decoration:none;
}
#wrap > #body > #body_content > #footer_wrap > div{
	width:100%;
	margin:0px;
}
#wrap > #body > #body_content > #footer_wrap > #footer_top{	
	width:100%;
	height:60px;
	font-size:14px;
	box-sizing:border-box;
	border-bottom:1px solid #5c5c5c;
}
#wrap > #body > #body_content > #footer_wrap > #footer_top > ul{
	position:relative;
	width:1000px;
	height:100%;
	color:#989898;
	text-align:left;
	padding:17px 0px;
	margin:auto;
}
#wrap > #body > #body_content > #footer_wrap > #footer_top > ul > li{
	position:relative;
	list-style:none;
	display:inline-block;
	padding:0px 15px;
	margin-top:5px;
}
#wrap > #body > #body_content > #footer_wrap > #footer_top > ul > li:first-child{
}
#wrap > #body > #body_content > #footer_wrap > #footer_top > ul > li::before{
	display:block;
	position:absolute;
	right:0;
	top:5px;
	width:1px;
	height:10px;
	background:#989898;
	content:"";
}
#wrap > #body > #body_content > #footer_wrap > #footer_top > ul > li:nth-child(5)::before{
	display:none;
}
#wrap > #body > #body_content > #footer_wrap > #footer{
	position:relative;
	width:1000px;
	color:#989898;
	font-size:14px;
	padding:20px 0px;
	margin:auto;
}