/* 푸터 */
#wrap > #body > #body_content > #footer_wrap{
	width:100%;
	min-width:1300px;
	background-color:#444;
}
#wrap > #body > #body_content > #footer_wrap > #footer_top{
	position:relative;
	width:100%;
	font-size:16px;
	border-bottom:1px solid #777;
}
#wrap > #body > #body_content > #footer_wrap > #footer_top > div{
	position:relative;
	width:1300px;
	color:#d3d4d6;
	text-align:left;
	padding:21px 0px;
	margin:auto;
}
#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:6px;
	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(4)::before{
	display:none;
}
#wrap > #body > #body_content > #footer_wrap > #footer_top > div > ul.right{
	position:absolute;
	top:20px;
	right:0px;
	text-align:right;
}
#wrap > #body > #body_content > #footer_wrap > #footer_top > div > ul.right > li{
	position:relative;
	list-style:none;
	display:inline-block;
	padding:0px 17px 0px 16px;
}
#wrap > #body > #body_content > #footer_wrap > #footer_top > div > ul.right > li::before{
	position:absolute;
	top:6px;
	right:0px;
	width:1px;
	height:15px;
	background-color:#b0b0b0;
	opacity:0.4;
	content:"";
}
#wrap > #body > #body_content > #footer_wrap > #footer_top > div > ul.right > li:last-child::before{
	display:none;
}
#wrap > #body > #body_content > #footer_wrap > #footer_top a,
#wrap > #body > #body_content > #footer_wrap > #footer_top a:visited,
#wrap > #body > #body_content > #footer_wrap > #footer_top a:hover{
	color:#b0b0b0;
	text-decoration:none;
}
#wrap > #body > #body_content > #footer_wrap > ul#footer{
	width:1300px;
	color:#b0b0b0;
	font-size:15px;
	padding:60px 0;
	margin:auto;
	overflow:hidden;
}
#wrap > #body > #body_content > #footer_wrap > ul#footer > li{
	float:left;
	position:relative;
	list-style:none;
}
#wrap > #body > #body_content > #footer_wrap > ul#footer > li:nth-child(1){
	width:200px;
	text-align:center;
}
#wrap > #body > #body_content > #footer_wrap > ul#footer > li:nth-child(1) img{
	height:150px;
	vertical-align:top;
}
#wrap > #body > #body_content > #footer_wrap > ul#footer > li:nth-child(2){
	width:670px;
	text-align:left;
	margin-left:30px;
}
#wrap > #body > #body_content > #footer_wrap > ul#footer > li:nth-child(3){
	text-align:center;
}
#wrap > #body > #body_content > #footer_wrap > ul#footer > li:nth-child(3) > p:nth-child(1) a{
	display:inline-block;
	height:60px;
	margin-right:10px;
	vertical-align:middle;
}
#wrap > #body > #body_content > #footer_wrap > ul#footer > li:nth-child(3) > p:nth-child(1) a.youtube,
#wrap > #body > #body_content > #footer_wrap > ul#footer > li:nth-child(3) > p:nth-child(1) a.band{
	border-radius:10px;
	overflow:hidden;
}
#wrap > #body > #body_content > #footer_wrap > ul#footer > li:nth-child(3) > p:nth-child(1) a img{
	height:100%;
}
#wrap > #body > #body_content > #footer_wrap > ul#footer > li:nth-child(3) > p:nth-child(2){
	color:#fff;
	font-size:30px;
	font-weight:600;
	margin-top:5px;
}
#wrap > #body > #body_content > #footer_wrap > ul#footer > li:nth-child(3) > p:nth-child(3){
	color:#fff;
	font-size:13px;
	font-weight:300;
	margin-top:5px;
}