footer {width: 100%; height: auto; padding: 128px 0; background: var(--black);}
footer .container {display: flex; align-items: flex-end; gap: 80px;}
footer .f_left {}
footer .f_left .logo {max-width: 600px; width: 600px; height: auto; margin-bottom: 24px;}
footer .f_left .logo img {width: 100%; height: auto;}
footer .address {}
footer .address p {font-size: 12px; font-weight: 400; line-height: 20px; color: var(--gray_6);}

footer .f_right {}
footer .f_right .txt {font-size: 16px; font-weight: 600; line-height: 24px; color: var(--wt);}
footer .f_right .f_btn {display: flex; align-items: center; gap: 16px; margin-top: 24px;}
footer .f_right .f_btn a {display: flex; align-items: center; justify-content: center; gap: 8px; width: 132px; height: 44px; border-radius: 50px; background: var(--pr); font-size: 16px; font-weight: 400; line-height: 1.5; color: var(--wt);}
footer .f_right .f_btn a img {width: 20px; height: auto;}