.site-footer {
    background: #2f2f2f;
    padding: 26px 80px;
}

.site-footer__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-footer__right {
    display: flex;
    align-items: center;
    gap: 15px;   /* 전화 ↔ 이메일 ↔ SNS */
}


.site-footer__sns {
    display: flex;
    align-items: center;
    gap: 4px;    /* 네이버 ↔ 인스타만 좁게 */
}

.site-footer__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-footer__right {
    display: flex;
    align-items: center;
    gap: 15px;   /* 전화 ↔ 이메일 ↔ SNS */
}



.site-footer__left {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.site-footer__address,
.site-footer__copyright {
    margin: 0;
    color: rgba(255,255,255,.9);
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
}



.site-footer__link {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.site-footer__link strong {
    font-weight: 700;
}

.site-footer__icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 22px;
    height: 22px;

    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

.site-footer__icon img {
    width: 20px;
    height: 20px;
}