footer {width: 100%; height: auto; padding: 70px 0; box-sizing: border-box; background: var(--black);}
footer .f_logo {display: flex; align-items: center; justify-content: space-between; width: 100%; height: auto; margin-bottom: 30px;}
footer .f_logo img {width: 97px; height: auto;}
footer .f_logo .terms_abtn {display: flex; align-items: center; justify-content: center; color: var(--gray_d8); gap: 8px;}
footer .f_logo .terms_abtn a{color: var(--gray_d8);}

footer .address {display: none; margin-bottom: 30px;}
footer .address p {font-size: 18px; font-weight: 300; line-height: 1.39; color: var(--wt);}

footer .copyright {font-size: 16px; font-weight: 300; line-height: 1.19; color: var(--gray_d8);}