/* 푸터 */
#wrap > #body > #body_content > #footer_wrap{
	width:100%;
	color:#939393;
	background-color:#35373b;
}
#wrap > #body > #body_content > #footer_wrap a,
#wrap > #body > #body_content > #footer_wrap a:visited,
#wrap > #body > #body_content > #footer_wrap a:hover{
	color:#939393;
	text-decoration:none;
}
#wrap > #body > #body_content > #footer_wrap > #footer_top{	
	width:100%;
	font-size:13px;
	text-align:left;
	border-bottom:1px solid #4d4d4d;
}
#wrap > #body > #body_content > #footer_wrap > #footer_top > div{
	position:relative;
	width:100%;
	padding:15px 0px;
	margin:auto;
	overflow:hidden;
}
#wrap > #body > #body_content > #footer_wrap > #footer_top > div > span{
	position:relative;
	display:inline-block;
	padding:0px 17px 0px 16px;
}
#wrap > #body > #body_content > #footer_wrap > #footer_top > div > span::before{
	position:absolute;
	top:2px;
	right:0px;
	width:1px;
	height:15px;
	background-color:#b0b0b0;
	opacity:0.4;
	content:"";
}
#wrap > #body > #body_content > #footer_wrap > #footer_top > div > span:nth-child(2)::before{
	display:none;
}
#wrap > #body > #body_content > #footer_wrap > #footer_top > div > ul{
	position:absolute;
	top:13px;
	right:20px;
	width:250px;
	text-align:right;
}
#wrap > #body > #body_content > #footer_wrap > #footer_top > div > ul > li{
	display:inline-block;
	margin-left:5px;
}
#wrap > #body > #body_content > #footer_wrap > #footer_top > div > ul > li img{
	height:22px;
}
#wrap > #body > #body_content > #footer_wrap > #footer{
	font-size:13px;
	margin:0px 20px;
	padding:15px 0px 20px;
}