footer {position: relative; width: 100%; height: auto; padding: 60px 0; background: var(--wt_f5); z-index: 6;}
footer .container {display: flex; align-items: center; justify-content: space-between;}
footer .address {}
footer .address .logo {margin-bottom: 15px; font-size: 14px; font-weight: bold; line-height: 1.2; letter-spacing: -0.56px; color: var(--gray_9);}
footer .address .address_txt {font-size: 12px; font-weight: 400; line-height: 1.4; letter-spacing: -0.48px; color: var(--gray_9);}
footer .address .address_txt.copyright {margin-top: 50px;}

footer .footer_link {display: flex; flex-flow: column; gap: 43px;}
footer .footer_link select {width: 180px; height: 40px; padding: 0 14px; box-sizing: border-box; border: 1px solid var(--gray_d9); border-radius: 6px; appearance: none; background: url(./../img/select_icon.png)no-repeat calc(100% - 14px) 50%; background-size: 10.5px 6px; background-color: var(--wt); font-size: 12px; font-weight: 500; line-height: 1; letter-spacing: -0.48px; color: var(--gray_9);}

footer .footer_link .sns {display: flex; align-items: center; gap: 15px;}
footer .footer_link .sns a {width: 50px; height: auto;}
footer .footer_link .sns a img {width: 100%; height: auto;}