/* footer */
	.footer .quick_menu a,
	.footer .quick_menu button {font-size:12px; letter-spacing:-.5px;}
	.footer .foot_info .info ul {flex-wrap: wrap;}
	.footer .foot_info .logo i {mask:url('/images/logo_eng.avif') no-repeat 0 50% / contain; -webkit-mask:url('/images/logo_eng.avif') no-repeat 0 50% / contain;}

/* ------------------------------ Tablet PC ------------------------------ */
@media screen and (max-width:1023px){
	.header .logo {mask:url('/images/logo_eng.avif') no-repeat 50% 50% / contain; -webkit-mask:url('/images/logo_eng.avif') no-repeat 50% 50% / contain;}
}

/* ------------------------------ Mobile ------------------------------ */
@media screen and (max-width:767px){
	.footer .foot_info .info .btns_term {flex-wrap: wrap;}
	.footer .foot_info .info .btns_term li {width: auto; flex:1 1 calc(50% - 4px);}
}