@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;700&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css");

/* ========================================
   RICHESSE 302 푸터
   메인04 다음 풀페이지에서 단독으로 노출됩니다.
======================================== */

.footer-section {
    display: flex;
    align-items: center;
    justify-content: center;

    background: #050505;
    overflow: hidden;
}

.site-footer {
    position: relative;
    z-index: 2;

    width: 100%;
    height: 620px;
    flex: 0 0 620px;

    color: #ffffff;
    background: #050505;

    font-family:
            "Noto Sans KR",
            "Apple SD Gothic Neo",
            Arial,
            sans-serif;
}

.site-footer__inner {
    width: min(1480px, calc(100% - 120px));
    height: 100%;

    margin: 0 auto;
    /*padding: 56px 0 46px;*/

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;
}

/* 푸터 요소는 별도의 진입 페이드 없이 바로 표시합니다. */
.footer-section .site-footer,
.footer-section .site-footer__inner,
.footer-section .site-footer__inner > * {
    opacity: 1;
    visibility: visible;
    filter: none;
    transform: none;
    transition: none;
}

/* ========================================
   브랜드
======================================== */

.site-footer__brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.site-footer__brand-name {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.site-footer__brand-image {
    display: block;
    width: auto;
    height: auto;
    max-width: none;
}

/* ========================================
   정책 링크
======================================== */

.site-footer__policy {
    display: flex;
    align-items: center;
    justify-content: center;

    margin-top: 38px;
}

.site-footer__policy-link {
    padding: 2px 24px;

    color: #808285;

    font-family:
            "Noto Sans KR",
            sans-serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.035em;

    transition: color 0.35s ease;
}

.site-footer__policy-link--primary {
    color: #ffffff;
}

.site-footer__policy-link:hover,
.site-footer__policy-link:focus-visible {
    color: #a27e5b;
}

.site-footer__policy-divider {
    width: 2px;
    height: 26px;
    flex: 0 0 2px;

    background: #808285;
}

/* ========================================
   시행·시공·설계·인테리어
======================================== */

.site-footer__partners {
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-top: 34px;
}

.site-footer__partner {
    min-width: 0;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    padding: 0 clamp(18px, 2.1vw, 40px);
}

.site-footer__partner-label {
    flex: 0 0 auto;

    color: #a27e5b;

    font-family:
            "Noto Sans KR",
            sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.035em;
}

.site-footer__partner-image-slot {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.site-footer__partner-image {
    display: block;
    width: auto;
    height: auto;
    max-width: none;
}

.site-footer__partner-divider {
    width: 2px;
    height: 17px;
    flex: 0 0 2px;

    background: #808285;
}

/* ========================================
   안내 문구
======================================== */

.site-footer__notice-list {
    width: max-content;
    max-width: min(1320px, calc(100vw - 120px));

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;

    margin: 32px auto 0;

    text-align: left;
}

.site-footer__notice-item {
    display: grid;
    grid-template-columns: 20px minmax(0, auto);
    gap: 10px;
    align-items: start;

    color: #808285;

    font-family:
            "Noto Sans KR",
            sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.58;
    letter-spacing: -0.035em;
}

.site-footer__notice-icon {
    width: 19px;
    height: 19px;

    display: inline-grid;
    place-items: center;

    margin-top: 5px;

    color: #808285;
    border: 1px solid #808285;
    border-radius: 50%;

    font-family:
            "Pretendard",
            "Noto Sans KR",
            Arial,
            sans-serif;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    line-height: 19px;
    text-align: center;
}

.site-footer__notice-text {
    display: block;
}

/* ========================================
   문의 및 저작권
======================================== */

.site-footer__contact {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    margin-top: 26px;
}

.site-footer__contact-label {
    color: #808285;

    font-family:
            "Noto Sans KR",
            sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.03em;
}

.site-footer__contact-number {
    display: inline-flex;
    align-items: baseline;

    color: #ffffff;

    font-family:
            "Roboto",
            Arial,
            Helvetica,
            sans-serif;
    font-size: 57px;
    line-height: 1;
    letter-spacing: -0.035em;
    white-space: nowrap;
}

.site-footer__contact-number-light {
    font-weight: 300;
}

.site-footer__contact-number-dot,
.site-footer__contact-number-strong {
    font-weight: 700;
}

.site-footer__copyright {
    margin-top: 36px;

    color: #ffffff;

    font-family:
            "Noto Sans KR",
            sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.035em;
}

/* ========================================
   TOP 버튼
   푸터 우측 상단에서 원의 일부가 위로 돌출되도록 배치합니다.
======================================== */

.footer-section,
.site-footer {
    overflow: visible !important;
}

.footer-section {
    align-items: stretch !important;
}

.site-footer,
.footer-section
.site-footer {
    width: 100% !important;
    flex: 0 0 100% !important;
}

.site-footer__top {
    position: absolute;
    z-index: 30;

    top: -46px;
    right: clamp(38px, 5.2vw, 100px);

    width: 104px;
    height: 104px;

    padding: 15px 0 13px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;

    color: #111111;
    border: 0;
    border-radius: 50%;
    background: #ffffff;

    opacity: 1;
    transform: none;

    transition:
            color 0.3s ease,
            background-color 0.3s ease;

    cursor: pointer;
}

.site-footer__top:hover,
.site-footer__top:focus-visible {
    color: #111111;
    border: 0;
    background: #ffffff;
    transform: none;
}

.site-footer__top:focus-visible {
    outline: 1px solid rgba(255, 255, 255, 0.9);
    outline-offset: 7px;
}

.site-footer__top-arrow {
    width: 25px;
    height: 34px;
    flex: 0 0 auto;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.8px;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.site-footer__top-label {
    display: block;

    margin-left: 0.14em;

    color: currentColor;

    font-family:
            "Roboto",
            Arial,
            Helvetica,
            sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.14em;
}

/* 푸터 화면에서만 플로팅 버튼을 숨깁니다. */
.main-floating {
    transition:
            opacity 0.65s ease,
            visibility 0s 0s;
}

body.is-footer-section .main-floating {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;

    transition:
            opacity 0.65s ease,
            visibility 0s 0.65s;
}

/* ========================================
   PC 반응형
======================================== */

@media (max-width: 1600px) {
    .site-footer__inner {
        width: min(1320px, calc(100% - 80px));
    }

    .site-footer__policy-link {
        padding-right: 19px;
        padding-left: 19px;
        font-size: 23px;
    }

    .site-footer__partner {
        padding-right: clamp(13px, 1.5vw, 26px);
        padding-left: clamp(13px, 1.5vw, 26px);
    }

    .site-footer__notice-item {
        font-size: 17px;
    }
}

@media (max-width: 1400px) {
    .site-footer__inner {
        width: min(1160px, calc(100% - 60px));
        padding-top: 52px;
        padding-bottom: 42px;
    }

    .site-footer__policy-link {
        font-size: 21px;
    }

    .site-footer__partners {
        margin-top: 30px;
    }

    .site-footer__partner-label {
        font-size: 16px;
    }

    .site-footer__notice-list {
        max-width: min(1120px, calc(100vw - 80px));
        margin-top: 28px;
    }

    .site-footer__notice-item {
        font-size: 16px;
    }

    .site-footer__contact-number {
        font-size: 52px;
    }

    .site-footer__copyright {
        font-size: 19px;
    }
}

@media (max-width: 1000px) {
    .footer-section {
        height: auto;
        min-height: 100svh;
        overflow: visible;
    }

    .site-footer {
        height: auto;
        min-height: 690px;
        flex-basis: auto;
    }

    .site-footer__inner {
        width: min(820px, calc(100% - 40px));
        min-height: 690px;
        padding: 76px 0 52px;
    }

    .site-footer__policy {
        flex-wrap: wrap;
    }

    .site-footer__policy-link {
        padding: 4px 13px;
        font-size: 18px;
    }

    .site-footer__partners {
        flex-wrap: wrap;
        gap: 18px 0;
    }

    .site-footer__partner {
        width: 50%;
    }

    .site-footer__partner-divider {
        display: none;
    }

    .site-footer__notice-list {
        width: 100%;
        max-width: 100%;
    }

    .site-footer__notice-item {
        font-size: 15px;
    }

    .site-footer__notice-item br {
        display: none;
    }

    .site-footer__contact-number {
        font-size: 46px;
    }

    .site-footer__top {
        top: 28px;
        right: 30px;
    }
}

@media (max-width: 600px) {
    .site-footer__inner {
        width: calc(100% - 30px);
        padding: 78px 0 42px;
    }

    .site-footer__policy {
        gap: 8px 0;
    }

    .site-footer__policy-divider {
        height: 22px;
    }

    .site-footer__policy-link {
        padding: 3px 8px;
        font-size: 15px;
    }

    .site-footer__partner {
        width: 100%;
        padding: 0;
    }

    .site-footer__notice-list {
        gap: 7px;
    }

    .site-footer__notice-item {
        grid-template-columns: 17px minmax(0, 1fr);
        gap: 7px;

        font-size: 13px;
        line-height: 1.55;
    }

    .site-footer__notice-icon {
        margin-top: 3px;
    }

    .site-footer__contact {
        flex-direction: column;
        gap: 8px;
    }

    .site-footer__contact-label {
        font-size: 15px;
    }

    .site-footer__contact-number {
        font-size: 38px;
    }

    .site-footer__copyright {
        font-size: 14px;
    }

    .site-footer__top {
        top: 22px;
        right: 20px;

        width: 68px;
        height: 68px;
    }

    .site-footer__top-arrow {
        width: 25px;
        height: 34px;
    }
}

/* ========================================
   620px 푸터 부분 스크롤 보정
   마지막 이동에서는 메인04 하단과 푸터가 함께 보입니다.
======================================== */

.footer-section {
    width: 100%;
    height: 620px !important;
    min-height: 620px !important;
    flex: 0 0 620px;
    align-items: stretch;
}

.site-footer {
    height: 620px;
    min-height: 620px;
    flex: 0 0 620px;
}

@media (max-width: 900px) {
    .footer-section,
    .site-footer {
        height: auto !important;
        min-height: 620px !important;
    }
}

/* ========================================
   푸터 간격 및 Font Awesome 아이콘 최종 보정
======================================== */

/* 로고 자체의 위·아래 여백을 동일하게 맞춥니다. */
.site-footer__brand {
    /*padding-top: 28px;*/
    padding-bottom: 20px;
}

.site-footer__policy {
    margin-top: 0;
}

/* 시행·시공·설계·인테리어 라벨과 이미지 사이 간격 */
.site-footer__partner {
    gap: 18px;
}

/* Font Awesome circle-info 아이콘 */
.site-footer__notice-icon {
    width: 21px;
    height: 21px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin-top: 4px;

    color: #808285;
    border: 0;
    border-radius: 0;

    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: 1;
}

.site-footer__notice-icon .fa-circle-info {
    display: block;

    color: #808285;

    font-family: "Font Awesome 6 Free";
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
}

/* 카피라이트 문구 위·아래 여백을 동일하게 맞춥니다. */
.site-footer__copyright {
    margin: 0;
    padding-top: 32px;
    padding-bottom: 32px;
}

@media (max-width: 600px) {
    .site-footer__brand {
        padding-top: 22px;
        padding-bottom: 22px;
    }

    .site-footer__partner {
        gap: 14px;
    }

    .site-footer__notice-icon {
        width: 18px;
        height: 18px;
        margin-top: 2px;
    }

    .site-footer__notice-icon .fa-circle-info {
        font-size: 17px;
    }

    .site-footer__copyright {
        padding-top: 24px;
        padding-bottom: 24px;
    }
}

/* ========================================
   푸터 로고·카피라이트 위치 최종 보정
======================================== */

.footer-section .site-footer__brand {
    position: relative;
    top: -18px;
}

.footer-section .site-footer__copyright {
    position: relative;
    top: 18px;
}

@media (max-width: 1000px) {
    .footer-section .site-footer__brand {
        top: -12px;
    }

    .footer-section .site-footer__copyright {
        top: 12px;
    }
}


/* ========================================
   푸터 로고·카피라이트 추가 위치 보정
======================================== */

.footer-section .site-footer__brand {
    top: -22px;
}

.footer-section .site-footer__copyright {
    top: 34px;
}

@media (max-width: 1000px) {
    .footer-section .site-footer__brand {
        top: -6px;
    }

    .footer-section .site-footer__copyright {
        top: 20px;
    }
}

/* ========================================
   문의 영역 · 카피라이트 위치 최종 보정
======================================== */

.footer-section .site-footer__contact {
    position: relative;
    top: 26px;
}

.footer-section .site-footer__copyright {
    top: 44px;
}

@media (max-width: 1000px) {
    .footer-section .site-footer__contact {
        top: 18px;
    }

    .footer-section .site-footer__copyright {
        top: 28px;
    }
}

/* ========================================
   푸터 정책 문구 비활성화
   - 링크/클릭 없음
   - hover/focus 색상 변화 없음
======================================== */

.site-footer__policy-link {
    pointer-events: none;
    cursor: default;
    user-select: none;
    transition: none;
}

.site-footer__policy-link:hover,
.site-footer__policy-link:focus,
.site-footer__policy-link:focus-visible {
    color: #808285;
}

.site-footer__policy-link--primary:hover,
.site-footer__policy-link--primary:focus,
.site-footer__policy-link--primary:focus-visible {
    color: #ffffff;
}



/* ========================================
   모바일 푸터 최종 레이아웃
======================================== */

@media (max-width: 767px) {
    .footer-section {
        height: auto !important;
        min-height: 100svh !important;
        flex: 0 0 auto;

        align-items: stretch;
        overflow: hidden;
    }

    .site-footer {
        height: auto !important;
        min-height: 100svh !important;
        flex: 0 0 auto;
    }

    .site-footer__inner {
        width: min(1480px, calc(100% - 120px));
        height: 100%;

        margin: 0 auto;
        padding: 32px 0 26px;

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

        text-align: center;
    }

    .footer-section .site-footer__brand {
        position: relative !important;
        top: -10px !important;

        align-self: center !important;

        padding: 0;
    }

    .site-footer__brand-name {
        justify-content: center !important;
    }

    .site-footer__brand-image {
        width: min(56vw, 190px);
        height: auto;
        max-width: 190px;
    }

    .site-footer__policy {
        justify-content: flex-start;
        flex-wrap: wrap;

        gap: 9px 0;
        margin-top: 30px;
    }

    .site-footer__policy-link {
        padding: 0 9px;

        font-size: 13px;
        line-height: 1.4;
        white-space: nowrap;
    }

    .site-footer__policy-link:first-child {
        padding-left: 0;
    }

    .site-footer__policy-divider {
        width: 1px;
        height: 13px;
        flex-basis: 1px;
    }

    .site-footer__partners {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px 16px;

        margin-top: 34px;
    }

    .site-footer__partner {
        width: auto;
        min-width: 0;

        display: grid;
        grid-template-columns: max-content minmax(0, 1fr);
        align-items: center;
        justify-content: start;

        gap: 8px;
        padding: 0;
    }

    .site-footer__partner-label {
        font-size: 12px;
    }

    .site-footer__partner-image-slot {
        min-width: 0;
        justify-content: flex-start;
    }

    .site-footer__partner-image {
        width: auto;
        height: auto;

        max-width: 100%;
        max-height: 24px;

        object-fit: contain;
        object-position: left center;
    }

    .site-footer__partner-divider {
        display: none;
    }

    .site-footer__notice-list {
        width: 100%;
        max-width: 100%;

        gap: 8px;
        margin: 34px 0 0;
    }

    .site-footer__notice-item {
        grid-template-columns: 15px minmax(0, 1fr);
        gap: 7px;

        font-size: 11px;
        line-height: 1.62;
        letter-spacing: -0.03em;
    }

    .site-footer__notice-item br {
        display: none;
    }

    .site-footer__notice-icon {
        width: 15px;
        height: 15px;

        margin-top: 2px;
    }

    .site-footer__notice-icon .fa-circle-info {
        font-size: 14px;
    }

    .footer-section .site-footer__contact {
        position: static;
        top: auto;

        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;

        gap: 7px;
        margin-top: 36px;
    }

    .site-footer__contact-label {
        font-size: 13px;
    }

    .site-footer__contact-number {
        font-size: clamp(34px, 10vw, 42px);
        letter-spacing: -0.04em;
    }

    .footer-section .site-footer__copyright {
        position: static;
        top: auto;

        margin: 24px 0 0;
        padding: 0;

        color: #808285;

        font-size: 10px;
        line-height: 1.5;
        letter-spacing: -0.02em;
    }

    .site-footer__top {
        top: 20px;
        right: 20px;

        width: 56px;
        height: 56px;
    }

    .site-footer__top-arrow {
        width: 21px;
        height: 29px;
    }
}

@media (max-width: 390px) {
    .site-footer__inner {
        width: calc(100% - 32px);
    }

    .site-footer__policy-link {
        padding-right: 7px;
        padding-left: 7px;
        font-size: 12px;
    }

    .site-footer__partners {
        column-gap: 12px;
    }

    .site-footer__contact-number {
        font-size: 33px;
    }
}

/* ========================================
   모바일 푸터 하단 여백 최종 축소
======================================== */

@media (max-width: 767px) {
    .footer-section,
    .site-footer {
        min-height: 0 !important;
    }

    .site-footer__inner {
        padding-bottom: 16px;
    }

    .footer-section .site-footer__copyright {
        margin-top: 18px;
        margin-bottom: 0;
    }
}

/* ========================================
   TOP 버튼 위치·크기 최종 반응형 보정
======================================== */

.footer-section {
    overflow: visible !important;
}

.site-footer {
    overflow: visible !important;
}

@media (max-width: 1000px) {
    .footer-section,
    .site-footer {
        overflow: visible !important;
    }

    .site-footer__top {
        top: -41px;
        right: 30px;

        width: 92px;
        height: 92px;

        padding-top: 13px;
        padding-bottom: 11px;

        gap: 6px;
    }

    .site-footer__top-arrow {
        width: 23px;
        height: 31px;
    }

    .site-footer__top-label {
        font-size: 11px;
    }
}

@media (max-width: 767px) {
    .footer-section {
        overflow: visible !important;
    }

    .site-footer__top {
        top: -32px;
        right: 18px;

        width: 72px;
        height: 72px;

        padding: 10px 0 9px;

        gap: 4px;
    }

    .site-footer__top-arrow {
        width: 18px;
        height: 24px;
    }

    .site-footer__top-label {
        font-size: 9px;
        letter-spacing: 0.12em;
    }
}

@media (max-width: 390px) {
    .site-footer__top {
        right: 14px;
    }
}

/* ========================================
   시행사 텍스트 최종 보정
   기존 시행사 이미지는 footer.php에서 주석 처리하고
   개인정보처리방침과 동일한 서체·크기로 표시합니다.
======================================== */

.site-footer__partner-company-text {
    display: inline-block;

    color: #ffffff;

    font-family:
            "Noto Sans KR",
            sans-serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.035em;

    white-space: nowrap;
}

@media (max-width: 1600px) {
    .site-footer__partner-company-text {
        font-size: 23px;
    }
}

@media (max-width: 1400px) {
    .site-footer__partner-company-text {
        font-size: 21px;
    }
}

@media (max-width: 1000px) {
    .site-footer__partner-company-text {
        font-size: 18px;
    }
}

@media (max-width: 600px) {
    .site-footer__partner-company-text {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .site-footer__partner-company-text {
        font-size: 13px;
        line-height: 1.4;
    }
}

@media (max-width: 390px) {
    .site-footer__partner-company-text {
        font-size: 12px;
    }
}

/* ========================================
   TOP 버튼 최종 보정
   - PC 우측 여백 100px
   - 화살표 세로선 연장
   - 서브페이지에서는 footer.php 스크립트로 숨김
======================================== */

.site-footer__top,
.site-footer__top:hover,
.site-footer__top:focus-visible {
    right: 100px !important;

    border: 0 !important;
}

.site-footer__top-arrow {
    width: 25px !important;
    height: 40px !important;
}

.site-footer__top-label {
    font-size: 15px !important;
    line-height: 1 !important;
    letter-spacing: 0.12em !important;
}

.site-footer__top[hidden] {
    display: none !important;
}

@media (max-width: 1000px) {
    .site-footer__top,
    .site-footer__top:hover,
    .site-footer__top:focus-visible {
        right: 30px !important;
    }

    .site-footer__top-arrow {
        width: 23px !important;
        height: 37px !important;
    }

    .site-footer__top-label {
        font-size: 14px !important;
    }
}

@media (max-width: 767px) {
    .site-footer__top,
    .site-footer__top:hover,
    .site-footer__top:focus-visible {
        right: 20px !important;
    }

    .site-footer__top-arrow {
        width: 18px !important;
        height: 29px !important;
    }

    .site-footer__top-label {
        font-size: 11px !important;
    }
}

@media (max-width: 390px) {
    .site-footer__top,
    .site-footer__top:hover,
    .site-footer__top:focus-visible {
        right: 16px !important;
    }

    .site-footer__top-label {
        font-size: 10px !important;
    }
}

/* ========================================
   푸터 최종 보정
   - 안내 아이콘 이미지 적용
   - 정책 문구 축소 및 상단 이동
   - 안내문구 상단 여백 확대
   - 문의 전화 영역 상단 이동
======================================== */

/* 안내 아이콘: ./img/sub/i_icon.png */
.site-footer__notice-icon {
    width: 21px !important;
    height: 21px !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    margin-top: 4px !important;

    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
}

.site-footer__notice-image {
    display: block;

    width: 21px;
    height: 21px;

    object-fit: contain;
}

/* 개인정보처리방침 ~ 이메일무단수집거부 */
.site-footer__policy {
    position: relative;
    top: -12px;
}

.site-footer__policy-link {
    font-size: 22px !important;
}

/* 안내문구 위쪽 여백 확대 */
.site-footer__notice-list {
    margin-top: 44px !important;
}

/* 전화번호 영역 위로 이동 */
.footer-section .site-footer__contact {
    top: 12px;
}

/* 기존 카피라이트와 지나치게 붙지 않도록 위치 보정 */
.footer-section .site-footer__copyright {
    top: 34px;
}

@media (max-width: 1600px) {
    .site-footer__policy-link {
        font-size: 21px !important;
    }
}

@media (max-width: 1400px) {
    .site-footer__policy {
        top: -10px;
    }

    .site-footer__policy-link {
        font-size: 19px !important;
    }

    .site-footer__notice-list {
        margin-top: 40px !important;
    }
}

@media (max-width: 1000px) {
    .site-footer__policy {
        top: -8px;
    }

    .site-footer__policy-link {
        font-size: 17px !important;
    }

    .site-footer__notice-list {
        margin-top: 38px !important;
    }

    .footer-section .site-footer__contact {
        top: 8px;
    }

    .footer-section .site-footer__copyright {
        top: 22px;
    }
}

@media (max-width: 767px) {
    .site-footer__notice-icon {
        width: 15px !important;
        height: 15px !important;

        margin-top: 2px !important;
    }

    .site-footer__notice-image {
        width: 15px;
        height: 15px;
    }

    .site-footer__policy {
        position: relative;
        top: -6px;

        margin-top: 26px;
    }

    .site-footer__policy-link {
        font-size: 12px !important;
    }

    .site-footer__notice-list {
        margin-top: 40px !important;
    }

    .footer-section .site-footer__contact {
        position: static;
        top: auto;

        margin-top: 28px;
    }

    .footer-section .site-footer__copyright {
        position: static;
        top: auto;
    }
}

@media (max-width: 390px) {
    .site-footer__policy-link {
        font-size: 11px !important;
    }
}

/* ========================================
   푸터 세로선·간격 최종 보정
======================================== */

/* 개인정보처리방침 ~ 이메일무단수집거부 사이 세로선 축소 */
.site-footer__policy-divider {
    height: 17px !important;

    align-self: center;
}

/* 시행 ~ 인테리어 문구와 세로선의 수평 중심선 정렬 */
.site-footer__partners {
    align-items: center !important;
}

.site-footer__partner {
    align-items: center !important;
}

.site-footer__partner-label,
.site-footer__partner-image-slot,
.site-footer__partner-company-text {
    align-self: center;
}

.site-footer__partner-label {
    display: inline-flex;
    align-items: center;

    line-height: 1 !important;
}

.site-footer__partner-image-slot {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    line-height: 1;
}

.site-footer__partner-divider {
    height: 15px !important;

    align-self: center;

    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* 안내문구 전체를 아래로 이동 */
.site-footer__notice-list {
    margin-top: 54px !important;
}

/* 문의 전화번호 영역을 아래로 이동 */
.footer-section .site-footer__contact {
    top: 24px;
}

/* 카피라이트를 더 아래로 이동 */
.footer-section .site-footer__copyright {
    top: 56px;
}

@media (max-width: 1400px) {
    .site-footer__policy-divider {
        height: 15px !important;
    }

    .site-footer__partner-divider {
        height: 14px !important;
    }

    .site-footer__notice-list {
        margin-top: 48px !important;
    }

    .footer-section .site-footer__contact {
        top: 20px;
    }

    .footer-section .site-footer__copyright {
        top: 46px;
    }
}

@media (max-width: 1000px) {
    .site-footer__policy-divider {
        height: 14px !important;
    }

    .site-footer__notice-list {
        margin-top: 44px !important;
    }

    .footer-section .site-footer__contact {
        top: 16px;
    }

    .footer-section .site-footer__copyright {
        top: 34px;
    }
}

@media (max-width: 767px) {
    .site-footer__policy-divider {
        height: 11px !important;
    }

    .site-footer__partners {
        align-items: center !important;
    }

    .site-footer__partner-divider {
        display: none !important;
    }

    .site-footer__notice-list {
        margin-top: 46px !important;
    }

    .footer-section .site-footer__contact {
        position: static;
        top: auto;

        margin-top: 36px;
    }

    .footer-section .site-footer__copyright {
        position: static;
        top: auto;

        margin-top: 30px;
    }
}

/* ========================================
   메인 푸터 TOP 버튼 우측 끝 배치
======================================== */

.site-footer__top,
.site-footer__top:hover,
.site-footer__top:focus-visible {
    right: 0 !important;
}

@media (max-width: 1000px) {
    .site-footer__top,
    .site-footer__top:hover,
    .site-footer__top:focus-visible {
        right: 0 !important;
    }
}

@media (max-width: 767px) {
    .site-footer__top,
    .site-footer__top:hover,
    .site-footer__top:focus-visible {
        right: 0 !important;
    }
}

/* ========================================
   메인 푸터 TOP 버튼 도달 페이드
   - 메인04에서는 숨김
   - 푸터가 화면에 들어오면 부드럽게 표시
======================================== */

.site-footer__top:not(.is-footer-visible) {
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;

    transform: translate3d(0, 18px, 0) !important;

    transition:
            opacity 0.65s ease,
            transform 0.75s cubic-bezier(0.22, 1, 0.36, 1),
            visibility 0s 0.65s !important;
}

.site-footer__top.is-footer-visible {
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;

    transform: translate3d(0, 0, 0) !important;

    transition:
            opacity 0.65s ease,
            transform 0.75s cubic-bezier(0.22, 1, 0.36, 1),
            visibility 0s 0s !important;
}

.site-footer__top.is-footer-visible:hover,
.site-footer__top.is-footer-visible:focus-visible {
    transform: translate3d(0, 0, 0) !important;
}

@media (prefers-reduced-motion: reduce) {
    .site-footer__top:not(.is-footer-visible),
    .site-footer__top.is-footer-visible {
        transform: none !important;

        transition:
                opacity 0.01ms linear,
                visibility 0s !important;
    }
}

/* === 2026-07-22 FOLLOW-UP FOOTER START === */
/* ========================================
   TOP 버튼
   흰색 원형 배경과 블랙 화살표·문구를 사용하고 우측 끝에 배치합니다.
======================================== */

.footer-section,
.site-footer {
    overflow: visible !important;
}

.site-footer__top,
.site-footer__top:hover,
.site-footer__top:focus-visible {
    top: -40px !important;
    right: clamp(24px, 3vw, 48px) !important;
    left: auto !important;

    width: 80px !important;
    height: 80px !important;

    margin: 0 !important;
    padding: 10px 0 8px !important;

    gap: 3px !important;

    color: #111111 !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: #ffffff !important;

    box-shadow: none !important;
}

.site-footer__top-arrow {
    width: 18px !important;
    height: 34px !important;

    stroke: #111111 !important;
    stroke-width: 1px !important;
}

.site-footer__top-label {
    color: #111111 !important;

    font-size: 10px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    letter-spacing: 0.1em !important;
}

/* ========================================
   모바일 푸터 상단 공통 빠른 메뉴
======================================== */

.mobile-footer-quick {
    display: none;
}

@media (max-width: 767px) {
    /*
     * 90px 빠른 메뉴와 푸터를 각각 일반 문서 흐름에 배치해
     * 서로 겹치지 않는 독립 영역을 확보합니다.
     */
    .footer-section {
        display: block !important;

        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;

        overflow: visible !important;
    }

    .mobile-footer-quick {
        position: relative;
        z-index: 20;

        width: 100%;
        height: 90px;
        min-height: 90px;

        display: flex;
        align-items: stretch;

        margin: 0;
        padding: 0;
    }

    .mobile-footer-quick__link {
        width: 50%;
        height: 90px;
        min-width: 0;

        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;

        gap: 7px;
        padding: 0 8px;

        font-family:
                "Noto Sans KR",
                "Apple SD Gothic Neo",
                Arial,
                sans-serif;

        text-align: center;
    }

    .mobile-footer-quick__link--reserve {
        color: #ffffff;
        background: #a27e5b;
    }

    .mobile-footer-quick__link--regist {
        color: #000000;
        background: #ffffff;
    }

    .mobile-footer-quick__icon {
        display: block;

        width: auto !important;
        height: auto !important;

        max-width: none !important;
        max-height: none !important;

        flex: 0 0 auto;

        object-fit: none;
    }

    .mobile-footer-quick__label {
        display: block;
        min-width: 0;

        color: inherit;

        font-size: clamp(15px, 4vw, 17px);
        font-weight: 700;
        line-height: 1;
        letter-spacing: -0.055em;

        white-space: nowrap;

        transform: none !important;
    }

    .site-footer {
        position: relative;

        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        flex: none !important;

        margin: 0 !important;
    }

    .site-footer__inner {
        width: calc(100% - 40px) !important;
        min-height: 0 !important;

        margin: 0 auto !important;
        padding: 72px 0 42px !important;

        align-items: center !important;
        justify-content: flex-start !important;

        text-align: center !important;
    }

    .footer-section
    .site-footer__brand {
        align-self: center !important;
    }

    .site-footer__brand-name {
        justify-content: center !important;
    }

    /* 개인정보처리방침 영역을 키우고 상단에서 더 내려 배치 */
    .site-footer__policy {
        position: static !important;
        top: auto !important;

        width: 100%;

        justify-content: center !important;

        gap: 0;
        margin-top: 38px !important;

        text-align: center;
    }

    .site-footer__policy-link {
        padding: 0 8px !important;

        font-size: clamp(14px, 3.75vw, 16px) !important;
        line-height: 1.4 !important;
    }

    .site-footer__policy-divider {
        display: block !important;

        width: 1px !important;
        height: 14px !important;
        flex: 0 0 1px !important;

        background: #808285 !important;
    }

    /* 시행·시공·설계·인테리어는 2열로 유지하고 열 사이 회색선을 표시 */
    .site-footer__partners {
        width: 100%;

        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));

        gap: 20px 0 !important;
        align-items: center !important;

        margin-top: 36px !important;
    }

    .site-footer__partner {
        width: auto !important;
        min-width: 0;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        gap: 8px !important;
        padding: 0 10px !important;

        border-left: 0;
    }

    .site-footer__partner:nth-child(3),
    .site-footer__partner:nth-child(7) {
        border-left:
                1px solid
                #808285;
    }

    .site-footer__partner-divider {
        display: none !important;
    }

    .site-footer__partner-label {
        font-size: 12px;
    }

    .site-footer__partner-image-slot {
        min-width: 0;

        justify-content: center !important;
    }

    .site-footer__partner-image {
        width: auto;
        height: auto;

        max-width: 100%;
        max-height: 22px;

        object-fit: contain;
        object-position: center center !important;
    }

    .site-footer__partner-company-text {
        font-size: 13px;
    }

    /* 안내문구는 요청대로 왼쪽 정렬 */
    .site-footer__notice-list {
        width: 100% !important;
        max-width: 100% !important;

        align-items: stretch !important;

        gap: 9px !important;
        margin: 44px 0 0 !important;

        text-align: left !important;
    }

    .site-footer__notice-item {
        width: 100%;

        display: grid !important;
        grid-template-columns: 15px minmax(0, 1fr);

        align-items: start;
        justify-content: start !important;

        gap: 7px;

        font-size: 11px;
        line-height: 1.62;
        letter-spacing: -0.03em;

        text-align: left !important;
    }

    .site-footer__notice-text {
        text-align: left !important;
    }

    /* 문의하기와 전화번호를 한 줄에 배치 */
    .footer-section
    .site-footer__contact {
        position: static !important;
        top: auto !important;

        width: 100%;

        flex-direction: row !important;
        align-items: center !important;
        justify-content: center !important;

        gap: 10px !important;
        margin-top: 36px !important;

        text-align: center !important;
    }

    .site-footer__contact-label {
        flex: 0 0 auto;

        font-size: 14px;
    }

    .site-footer__contact-number {
        justify-content: center;

        font-size: clamp(31px, 8.6vw, 38px);
    }

    .footer-section
    .site-footer__copyright {
        position: static !important;
        top: auto !important;

        width: 100%;

        margin: 28px 0 0 !important;
        padding: 0 !important;

        color: #ffffff;

        font-size: 12px !important;
        font-weight: 700 !important;
        line-height: 1.5;

        text-align: center !important;
    }

    /* 모바일 TOP 버튼은 드파인 아르티아처럼 푸터 중앙에 배치 */
    .site-footer__top,
    .site-footer__top:hover,
    .site-footer__top:focus-visible {
        top: -26px !important;
        right: auto !important;
        left: 50% !important;

        width: 52px !important;
        height: 52px !important;

        margin-left: -26px !important;
        padding: 5px 0 4px !important;

        gap: 1px !important;
    }

    .site-footer__top-arrow {
        width: 14px !important;
        height: 23px !important;
    }

    .site-footer__top-label {
        font-size: 8px !important;
        letter-spacing: 0.08em !important;
    }
}

@media (max-width: 390px) {
    .site-footer__inner {
        width: calc(100% - 32px) !important;
    }

    .mobile-footer-quick__link {
        gap: 5px;
        padding-right: 5px;
        padding-left: 5px;
    }

    .mobile-footer-quick__label {
        font-size: 15px;
    }

    .site-footer__policy-link {
        padding-right: 6px !important;
        padding-left: 6px !important;

        font-size: 14px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .site-footer__top,
    .mobile-footer-quick__link {
        transition-duration: 0.01ms !important;
    }
}
/* === 2026-07-22 FOLLOW-UP FOOTER END === */

/* === 2026-07-22 REVISION 4 FOOTER START === */
/* ========================================
   TOP 버튼 우측 여백
======================================== */

.site-footer__top,
.site-footer__top:hover,
.site-footer__top:focus-visible {
    right: clamp(24px, 3vw, 48px) !important;
}

/* ========================================
   모바일 하단 고정 빠른 메뉴 및 푸터 세부 간격
======================================== */

@media (max-width: 767px) {
    .mobile-footer-quick {
        position: fixed !important;
        z-index: 1000 !important;

        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;

        width: 100% !important;
        height: 64px !important;
        min-height: 64px !important;

        display: flex !important;
        align-items: stretch !important;

        margin: 0 !important;
        padding: 0 !important;

        border: 0 !important;
        background: transparent !important;
        box-shadow: none !important;

        visibility: visible;
        opacity: 1;

        transform: translate3d(0, 0, 0);

        transition:
                opacity 0.42s ease,
                transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
                visibility 0s 0s;

        will-change:
                opacity,
                transform;
    }

    .mobile-footer-quick.is-footer-hidden {
        visibility: hidden;
        opacity: 0;

        pointer-events: none;

        transform: translate3d(0, 12px, 0);

        transition:
                opacity 0.36s ease,
                transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
                visibility 0s 0.36s;
    }

    .mobile-footer-quick__link,
    .mobile-footer-quick__link:hover,
    .mobile-footer-quick__link:focus,
    .mobile-footer-quick__link:focus-visible {
        width: 50% !important;
        height: 64px !important;
        min-height: 64px !important;

        gap: 6px !important;
        padding: 0 7px !important;

        border: 0 !important;
        border-radius: 0 !important;
        outline: 0 !important;
        box-shadow: none !important;
    }

    .mobile-footer-quick__icon {
        width: auto !important;
        height: auto !important;

        max-width: 19px !important;
        max-height: 19px !important;

        object-fit: contain !important;
    }

    .mobile-footer-quick__label {
        font-size: clamp(13px, 3.6vw, 15px) !important;
        line-height: 1 !important;
        letter-spacing: -0.055em !important;

        white-space: nowrap !important;
    }

    /* TOP 버튼은 모바일 플로팅이 사라진 뒤 나타나도록 약간 지연합니다. */
    .site-footer__top.is-footer-visible {
        transition:
                opacity 0.48s 0.24s ease,
                transform 0.58s 0.24s cubic-bezier(0.22, 1, 0.36, 1),
                visibility 0s 0.24s !important;
    }

    /* 개인정보처리방침 영역: 글자와 짧은 세로선 사이 여백 확대 */
    .site-footer__policy-link {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    .site-footer__policy-divider {
        width: 1px !important;
        height: 8px !important;
        flex: 0 0 1px !important;

        align-self: center !important;
    }

    /* 시행·시공 / 설계·인테리어 사이의 세로선을 더 짧게 표시 */
    .site-footer__partner {
        position: relative;

        border-left: 0 !important;
    }

    .site-footer__partner:nth-child(3)::before,
    .site-footer__partner:nth-child(7)::before {
        content: "";

        position: absolute;
        top: 50%;
        left: 0;

        width: 1px;
        height: 9px;

        background: #808285;

        transform: translateY(-50%);
    }

    /* 안내문구 양옆에 추가 여백 확보 */
    .site-footer__notice-list {
        padding-right: 12px !important;
        padding-left: 12px !important;

        box-sizing: border-box;
    }
}

@media (max-width: 390px) {
    .site-footer__policy-link {
        padding-right: 8px !important;
        padding-left: 8px !important;
    }

    .mobile-footer-quick__link,
    .mobile-footer-quick__link:hover,
    .mobile-footer-quick__link:focus,
    .mobile-footer-quick__link:focus-visible {
        gap: 5px !important;
        padding-right: 5px !important;
        padding-left: 5px !important;
    }

    .mobile-footer-quick__label {
        font-size: 13px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mobile-footer-quick,
    .mobile-footer-quick.is-footer-hidden,
    .site-footer__top.is-footer-visible {
        transition-duration: 0.01ms !important;
        transition-delay: 0s !important;
    }
}
/* === 2026-07-22 REVISION 4 FOOTER END === */

/* === 2026-07-22 REVISION 5 FOOTER START === */
/* ========================================
   드파인 아르티아 기준 TOP 버튼 최종값
======================================== */

.site-footer__top,
.site-footer__top:hover,
.site-footer__top:focus-visible {
    top: -40px !important;
    right: 5% !important;
    left: auto !important;

    width: 80px !important;
    height: 80px !important;

    margin: 0 !important;
    padding: 9px 0 8px !important;

    gap: 3px !important;

    color: #111111 !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: #ffffff !important;

    box-shadow: none !important;
}

.site-footer__top-arrow {
    width: 17px !important;
    height: 35px !important;

    stroke: #111111 !important;
    stroke-width: 1px !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

.site-footer__top-label {
    color: #111111 !important;

    font-family:
            "Noto Sans KR",
            sans-serif !important;
    font-size: 10px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    letter-spacing: 0.08em !important;
}

/* ========================================
   모바일 정책 구분선·고정 플로팅 인트로
======================================== */

@media (max-width: 767px) {
    .site-footer__policy-link {
        padding-right: 12px !important;
        padding-left: 12px !important;
    }

    .site-footer__policy-divider {
        width: 1px !important;
        height: 12px !important;
        flex: 0 0 1px !important;

        align-self: center !important;
    }

    /* 메인에서는 1단 인트로가 끝날 때 고정 플로팅이 차분하게 페이드업됩니다. */
    body.is-main-page
    .mobile-footer-quick:not(.is-footer-hidden) {
        visibility: hidden !important;
        opacity: 0 !important;

        pointer-events: none !important;

        transform: translate3d(0, 14px, 0) !important;

        transition:
                opacity 0.78s cubic-bezier(0.22, 0.61, 0.36, 1),
                transform 0.9s cubic-bezier(0.16, 1, 0.3, 1),
                visibility 0s 0.78s !important;
    }

    body.is-main-page.is-intro-complete
    .mobile-footer-quick:not(.is-footer-hidden),
    body.is-sub-page
    .mobile-footer-quick:not(.is-footer-hidden) {
        visibility: visible !important;
        opacity: 1 !important;

        pointer-events: auto !important;

        transform: translate3d(0, 0, 0) !important;

        transition:
                opacity 0.78s cubic-bezier(0.22, 0.61, 0.36, 1),
                transform 0.9s cubic-bezier(0.16, 1, 0.3, 1),
                visibility 0s 0s !important;
    }

    .mobile-footer-quick.is-footer-hidden,
    body.is-main-page.is-intro-complete
    .mobile-footer-quick.is-footer-hidden,
    body.is-sub-page
    .mobile-footer-quick.is-footer-hidden {
        visibility: hidden !important;
        opacity: 0 !important;

        pointer-events: none !important;

        transform: translate3d(0, 12px, 0) !important;

        transition:
                opacity 0.36s ease,
                transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
                visibility 0s 0.36s !important;
    }

    /* 모바일 TOP 버튼은 레퍼런스와 동일하게 푸터 중앙에 배치합니다. */
    .site-footer__top,
    .site-footer__top:hover,
    .site-footer__top:focus-visible {
        top: -26px !important;
        right: auto !important;
        left: 50% !important;

        width: 52px !important;
        height: 52px !important;

        margin-left: -26px !important;
        padding: 5px 0 4px !important;
    }

    .site-footer__top-arrow {
        width: 13px !important;
        height: 23px !important;
    }

    .site-footer__top-label {
        font-size: 8px !important;
        letter-spacing: 0.07em !important;
    }
}

@media (max-width: 390px) {
    .site-footer__policy-link {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.is-main-page
    .mobile-footer-quick,
    body.is-main-page.is-intro-complete
    .mobile-footer-quick,
    body.is-sub-page
    .mobile-footer-quick {
        transition-duration: 0.01ms !important;
        transition-delay: 0s !important;
    }
}
/* === 2026-07-22 REVISION 5 FOOTER END === */

@media (min-width: 1001px) {
    .footer-section,
    .site-footer {
        height: 580px !important;
        min-height: 580px !important;
        flex: 0 0 580px !important;
    }
}