footer {width: 100%; height: auto; padding: 40px 0 24px; border-top: 1px solid var(--gray_c3);}
footer .container {display: flex; align-items: center; justify-content: center; flex-flow: column; gap: 32px; max-width: 740px;}
footer .f-logo {width: 103px; height: auto;}
footer .f-logo img {width: 100%; height: auto;}
footer .address {display: flex; flex-flow: column; gap: 16px; width: 100%; height: auto;}
footer .address ul {display: flex; align-items: center; justify-content: space-between;}
footer .address ul li {width: 100%; font-size: 16px; font-weight: 500; line-height: 1.13; color: var(--black);}