.footer-wrapper {
    background-color: var(--footer-bg-color);
    padding: 50px 0 97px;
}

.footer-sns-links-wrapper {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 15px 0 60px;
}

.footer-sns-links-wrapper a {
    transition: 0.35s;
}

.footer-sns-links-wrapper a:hover {
    opacity: 0.6;
}

.footer-sns-icon {
    width: 35px;
    height: 35px;
    object-fit: cover;
}

.footer-links-wrapper {
    display: flex;
    flex-direction: column;
    padding: 0 40px;
}

.footer-link {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    transition: 0.35s;
}

a.footer-link:hover {
    color: #fff;
    opacity: 0.4;
}

.footer-link-bar {
    display: block;
    background: #fff;
    height: 1px;
    opacity: 0.5;
    margin: 20px 0;
}

.footer-rights-wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 33px;
}

.footer-rights {
    font-size: 10px;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.footer-rights-logo-img {
    width: 88px;
}
