footer {width: 100%; height: auto; padding: 90px 0; background: var(--black_2d); box-sizing: border-box;}
footer .container {display: flex; align-items: center; justify-content: space-between;}
footer .logo {width: 235px; height: auto;}
footer .logo img {width: 100%; height: auto;}
footer address {display: flex; flex-flow: column; gap: 20px;}
footer address .tit {font-size: 16px; font-weight: bold; line-height: 1.56; letter-spacing: -0.48px; color: var(--wt);}
footer address .d-flex {display: flex; gap: 5px;}
footer address ul {}
footer address ul li {font-size: 16px; font-weight: 200; line-height: 1.56; letter-spacing: -0.48px; color: var(--wt);}