footer {width: 100%; height: auto; padding: 60px 0; background: var(--wt_f2);}
footer .container {display: flex; align-items: flex-start; justify-content: space-between;}
footer .d-flex {display: flex; align-items: flex-start; gap: 52px;}
footer .f_logo {width: 134px; height: auto;}
footer .f_logo img {width: 100%; height: auto;}

footer .address {}
footer .address .txt {font-size: 16px; font-weight: 400; line-height: 1.5; color: var(--gray_5);}
footer .address .txt span {font-weight: bold;}

footer .address .copyright {font-size: 16px; font-weight: 400; line-height: 1.5; color: var(--gray_a1);}

footer .f_nav {}
footer .f_nav ul {display: flex; align-items: center; gap: 40px;}
footer .f_nav ul li {}
footer .f_nav ul li a {font-size: 16px; font-weight: 400; line-height: 1.5; color: var(--gray_5);}