footer {width: 100%; height: auto; padding: 59px 0 54px; background: var(--wt_f6);}
footer .container {display: flex; align-items: flex-start; justify-content: space-between;}
footer .left-box {}
footer .left-box .f_logo {width: 41px; height: auto; margin-bottom: 15px;}
footer .left-box .f_logo img {width: 100%; height: auto;}
footer .left-box .copyright {font-size: 12px; font-weight: 400; line-height: 1.4; letter-spacing: -0.24px; color: var(--gray_6);}

footer .right-box {}
footer .right-box .f_link {display: flex; align-items: center;}
footer .right-box .f_link a {display: block; font-size: 14px; font-weight: 500; line-height: 1.4; letter-spacing: -0.28px; color: var(--black_3);}
footer .right-box .f_link a:after {content: ''; display: inline-block; width: 1px; height: 12px; margin: 0 18px; background: var(--gray_80);;}
footer .right-box .f_link a:last-of-type:after {display: none;}