/* footer */
footer {padding: 62px 0 140px; margin-top: 331px; background: rgba(0, 0, 0, 0.8);}
footer ul {display: flex; align-items: flex-end; justify-content: center;}
footer ul li {padding-right: 192px;}
footer ul li .tit {margin-bottom: 30px; font-size: 18px; font-weight: 600; line-height: 1.61; color: var(--wt);}
footer ul li .tit img {width: 326px; height: auto;}
footer ul li .address {margin-bottom: 50px; font-size: 16px; font-weight: 400; line-height: 1.56; letter-spacing: -0.48px; color: var(--wt);}
footer ul li .link-box {display: flex; align-items: center; gap: 14px;}
footer ul li .link-box a {font-size: 16px; font-weight: 400; line-height: 1.56; color: var(--wt);}
footer ul li dl {display: flex; align-items: center; margin-bottom: 10px; font-size: 16px; font-weight: 400; line-height: 1.56; color: var(--wt);}
footer ul li dl:last-of-type {margin-bottom: 0;}
footer ul li dl dt {min-width: 49px; width: auto; margin-right: 15px;}
footer ul li dl dd {}
footer ul li .copyright {margin-top: 42px; font-size: 15px; font-weight: 400; line-height: 1.67; color: var(--wt);}