@charset "utf-8";
.bottom-footer-box{display:flex;gap:12.4rem;margin:0 auto;padding:4rem 2rem 6rem;max-width:112.8rem;box-sizing:border-box;}
.bottom-footer-box .footer-logo-box{flex-shrink:0;max-width:15.65rem;}
.bottom-footer-box .footer-address-box address ul{display:flex;flex-direction:column;gap:1.3rem;}
.bottom-footer-box .footer-address-box address ul li{display:flex;gap:1rem;}
.bottom-footer-box .footer-address-box address ul li .address-title{flex-shrink:0;width:5.4rem;font-size:1.2rem;color:var(--color02);line-height:1.7rem;letter-spacing:-0.02em;}
.bottom-footer-box .footer-address-box address ul li .address-txt{font-size:1.2rem;font-weight:var(--font-weight-light);color:var(--color03);line-height:1.7rem;letter-spacing:-0.04em;}
.bottom-footer-box .footer-address-box .copyright{padding:1.3rem 0 0;font-size:1.2rem;color:var(--color02);line-height:1.7rem;letter-spacing:-0.02em;}

@media screen and (max-width:1024.98px){
	.bottom-footer-box{flex-direction:column;gap:4rem;padding:4rem 2rem;}
	.bottom-footer-box .footer-logo-box{max-width:13rem;}
	.bottom-footer-box .footer-address-box address ul{gap:1.6rem;}
}