footer {width: 100%; height: auto; padding: 60px 0; background: var(--wt);}
footer .container {display: flex; align-items: flex-end; justify-content: space-between;}
footer .f_logo {width: 184px; height: auto; margin-bottom: 20px;}
footer .f_logo img {width: 100%;}

footer .address {display: flex; align-items: center; gap: 20px; margin-bottom: 12px;}
footer .address:last-of-type {margin-bottom: 0;}
footer .address dl {display: flex; align-items: center; gap: 2px;}
footer .address dl dt {}
footer .address dl dt img {width: 16px; height: auto;}
footer .address dl dd {font-size: 16px; font-weight: 400; line-height: 1; letter-spacing: -0.32px; color: var(--gray_6);}

footer .copyright {font-size: 16px; font-weight: 400; line-height: 1; letter-spacing: -0.32px; color: var(--gray_98);}