footer {width: 100%; height: auto; padding: 35px 0; background: var(--wt_f6);}
footer .container {display: flex; justify-content: space-between;}
footer address {}
footer address dl {margin-top: 5px;}
footer address dl:first-child {margin-top: 0;}
footer address dl {display: flex; align-items: center; gap: 10px;}
footer address dl dt {font-size: 13px; font-weight: 400; line-height: 1.15; color: var(--black_26);}
footer address dl dd {font-size: 13px; font-weight: 400; line-height: 1.15; color: var(--black_26);}
footer address .copyright {margin-top: 35px; font-size: 10px;font-weight: 400; line-height: 1.2; color: var(--gray_94);}
footer .link-btn {display: flex; align-items: center; justify-content: center; width: 175px; height: 40px; border-radius: 5px; background: var(--pr); font-size: 13px; font-weight: 400; line-height: 1.77; color: var(--wt);}