footer {width: 100%; height: auto; padding: 50px 0; background: var(--black_23);}
footer .container {display: flex; align-items: flex-start; justify-content: space-between;}

footer .address {display: flex; gap: 50px;}

footer .f-logo {width: 200px; height: auto;}
footer .f-logo img {width: 100%; height: auto;}

footer .address .txt {font-size: 18px; font-weight: 600; line-height: 1.8; letter-spacing: -0.18px; color: rgba(255, 255, 255, 0.5);}
footer .address .txt span {font-weight: 300;}
footer .address .copyright {margin-top: 28px; font-size: 18px; font-weight: 400; line-height: 2; letter-spacing: -0.18px; color: rgba(255, 255, 255, 0.5);}

footer .f_link {display: flex; align-items: center;}
footer .f_link a {display: flex; align-items: center; font-size: 18px; font-weight: 600px; line-height: 2; letter-spacing: -0.18px; color: rgba(255, 255, 255, 0.5);}
footer .f_link a::after {content: ''; display: block; width: 1px; height: 15px; margin: 0 17px; background: rgba(255, 255, 255, 0.5);}
footer .f_link a:last-of-type::after {display: none;}