
/* 모바일 환경 */
@media screen and (max-width:800px){
	/* 푸터 */
	#wrap > #body > #body_content > #footer_wrap{
		width:100%;
		background-color:#000000;
	}		
	#wrap > #body > #body_content > #footer_wrap > #footer{
		max-width:800px;
		color:#b0b0b0;
		font-size:13px;
		padding:20px 0;
		margin:auto;
	}
	#wrap > #body > #body_content > #footer_wrap > #footer > div{
		margin:0 10px;
	}
	
	#wrap > #body > #body_content > #footer_wrap > #footer > div > #footer_logo{
		display:none;
	}
	
	#wrap > #body > #body_content > #footer_wrap > #footer > div span{
		display:block;
	}
	
	#wrap > #body > #body_content > #footer_wrap > #footer > div > .footer_content1{
	}
	
	#wrap > #body > #body_content > #footer_wrap > #footer > div > .footer_content2{
		margin-top:0px;
	}
	
	#wrap > #body > #body_content > #footer_wrap > #footer > div > .footer_content3{
		margin-top:10px;
	}
}

/* 태블릿,PC 환경 */
@media screen and (min-width:801px){
	/* 푸터 */
	#wrap > #body > #body_content > #footer_wrap{
		width:100%;
		background-color:#000000;
	}		
	#wrap > #body > #body_content > #footer_wrap > #footer{
		max-width:1100px;
		color:#b0b0b0;
		font-size:14px;
		padding:40px 0;
		margin:auto;
	}
	#wrap > #body > #body_content > #footer_wrap > #footer > div{
		margin:0 20px;
	}
	
	#wrap > #body > #body_content > #footer_wrap > #footer > div > #footer_logo{
		height:50px;
		font-size:30px;
	}
	
	#wrap > #body > #body_content > #footer_wrap > #footer > div > #footer_logo > img{
		max-height:30px;
		vertical-align:top;
	}
	
	#wrap > #body > #body_content > #footer_wrap > #footer > div > .footer_content1{
	}
	
	#wrap > #body > #body_content > #footer_wrap > #footer > div > .footer_content2{
		margin-top:5px;
	}
	
	#wrap > #body > #body_content > #footer_wrap > #footer > div > .footer_content3{
		margin-top:15px;
	}
}