footer {width: 100%; height: auto; padding: 48px 0 24px; margin-top: 160px; background: var(--pr);}
footer .container {display: flex; align-items: baseline; justify-content: space-between;}
footer .f-logo {width: 127px; height: auto;}
footer .f-logo img {width: 100%; height: auto;}
footer .address {text-align: center;}
footer .address ul {display: flex; align-items: center; justify-content: center;}
footer .address ul:last-of-type {margin-top: 24px;}
footer .address ul li {font-size: 15px; font-weight: 500; line-height: 1.15; color: var(--wt);}
footer .address ul li:not(:first-child) {position: relative; padding-left: 8px; margin-left: 8px;}
footer .address ul li:not(:first-child):before {position: absolute; top: 50%; left: -1px; transform: translateY(-50%); content: ''; display: block; width: 1px; height: 17px; background: var(--wt);}
footer .address .copyright {margin-top: 61px; font-size: 13px; font-weight: 500; line-height: 1.15; color: var(--wt);}
footer .sns-link {display: flex; align-items: center; gap: 16px;}
footer .sns-link a {width: 30px; height: auto;}
footer .sns-link a img {width: 100%; height: auto;}