footer {padding: 16px 0; border-top: 1px solid var(--black); background: var(--wt); box-sizing: border-box;}
footer .container {display: flex; align-items: center; justify-content: space-between; padding: 0 30px;}
footer .address {display: flex; align-items: center; gap: 20px;}
footer .address dl {display: flex; gap: 21px; align-items: center;}
footer .address dl dt {font-size: 12px; font-weight: 400; line-height: 1.33; color: var(--black);}
footer .address dl dd {font-size: 11px; font-weight: 400; line-height: 1.18; color: var(--gray_58);}

footer .sns-link {display: flex; align-items: center; gap: 20px;}
footer .sns-link a {width: 12px; height: auto;}
footer .sns-link a img {width: 100%; height: auto;}
footer .sns-link .copyright {width: 30px; height: auto;}
footer .sns-link .copyright img {width: 100%; height: auto;}