@charset "UTF-8";

@media screen and (max-width: 1400px){
	#footer .f_logo .logo {width:240px}
	#footer .f_logo .logo_motir {width:170px}
}

@media screen and (max-width: 1280px){
	#footer .f_logo .logo {width:220px}
	#footer .f_logo .logo_motir {width:160px}
}

@media screen and (max-width: 1080px){
	#footer {padding:40px 0 45px 0;border-radius:30px 30px 0 0}
	#footer .f_logo .logo {width:200px}
	#footer .f_logo .logo_motir {width:150px;margin-left:30px}
}

@media screen and (max-width:767px){
	#footer .f_logo .logo_motir {width:130px;margin-left:22px}
	#footer .f_mid {display:block}
	#footer .info {margin-bottom:25px}
	#footer .f_bottom {display:block;margin-top:25px;padding-top:25px}
	#footer .f_bottom .list_txt_group {margin-bottom:18px}
}

@media screen and (max-width:480px){
	#footer .f_logo .logo {width:160px}
	#footer .f_logo .logo_motir {width:100px;margin-left:15px}
	#footer .info {margin-bottom:20px}
	#footer .f_bottom {margin-top:20px;padding-top:20px}
	#footer .f_bottom .list_txt_group .list_txt {margin-right:10px}
}