footer {width: 100%; height: auto; padding: 60px 0; background: var(--black_28);}
footer .container {display: flex; flex-flow: column; align-items: center; justify-content: center; text-align: center;}
footer .f_logo {width: 117px; height: auto; margin-bottom: 20px;}
footer .f_logo img {width: 100%; height: auto;}

footer .address {margin-bottom: 40px;}
footer .address p {font-size: 14px; font-weight: 500; line-height: 1.6; color: var(--gray_8e);}
footer .address p span {font-size: 12px; line-height: 1.6; color: rgba(142, 142, 142, 0.5);}

footer .copyright {font-size: 14px; font-weight: 500; line-height: 1.4; color: var(--gray_6d);}

footer .login_btns {display: flex; align-items: center; justify-content: center; width: 100px; height: 37px; margin-top: 20px; border-radius: 8px; background: var(--gray_6); font-size: 15px; font-weight: 400; line-height: 1.3; color: var(--wt);}
footer .logout_btns {display: flex; align-items: center; justify-content: center; width: 100px; height: 37px; margin-top: 20px; border-radius: 8px; background: var(--gray_6); font-size: 15px; font-weight: 400; line-height: 1.3; color: var(--wt);}