@media screen and (max-width: 1400px){

}

@media screen and (max-width: 1280px){
	#footer .logo {height:53px}
	#footer .logo img {max-height:100%}
	#footer .f_mid {margin-top:32px}
	#footer .f_quick .quick_list {width:100%}
}

@media screen and (max-width: 1080px){
	#footer {padding:32px 0}
	#footer .logo {height:48px}
	#footer .f_mid {display:block;margin-top:28px}
	#footer .f_quick {display:flex;align-items:flex-end;justify-content:space-between;margin-top:24px}
	#footer .f_bottom {display:block}
	#footer .sns_list {margin-top:0}
	#footer .copy {margin-top:12px}
}

@media screen and (max-width:767px){
	#footer .logo {height:43px}
	#footer .sns_list {gap:6px}
}

@media screen and (max-width:480px){
	#footer {padding:30px 0}
	#footer .logo {height:39px}
	#footer .f_quick {display:block}
	#footer .sns_list {margin-top:24px}
}