    /* ── 햄버거 메뉴 버튼 ── */
    .sitemap-line-btn {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 6px;
    }

    .sitemap-line-btn .dot {
        display: none !important;
    }

    .ham-bar {
        display: block;
        width: 26px;
        height: 2px;
        background: #000000;
        border-radius: 2px;
        transition: transform 0.33s ease, opacity 0.25s ease, width 0.33s ease;
        transform-origin: center;
    }

    .sitemap-line-btn.active .bar1 { transform: translateY(8px) rotate(45deg); }
    .sitemap-line-btn.active .bar2 { opacity: 0; width: 0; }
    .sitemap-line-btn.active .bar3 { transform: translateY(-8px) rotate(-45deg); }

    @media all and (max-width: 1280px) {
        .nav-open-btn {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 6px;
        }
        .nav-open-btn .dot {
            display: none !important;
        }
    }

    /* 1280 초과(PC): 빠른상담만 표시 / 1280 이하(MO): 빠른상담+전화상담 모두 표시 */
    .footer-quick-menu a.quick-phone-mo { display: none !important; }
    .footer-quick-menu a.quick-fast-pc { display: flex !important; }

    /* 퀵메뉴 하단 컨트롤 */
    .quick-bottom-row {
        width: 6.4rem;
        display: flex;
        flex-direction: column;
        gap: 0.6rem;
        align-items: center;
        margin-left: auto;
        margin-bottom: 0.6rem;
    }

    .quick-top-btn,
    .quick-collapse-btn {
        border: none;
        cursor: pointer;
        text-align: center;
        background-color: #EEEEEE;
        color: #171A20;
        box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.12);
        transition: var(--transition-custom);
    }

    .quick-top-btn {
        width: 6.4rem;
        height: 6.4rem;
        border-radius: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.2rem;
    }

    .quick-top-btn svg {
        width: 1.8rem;
        height: 1.8rem;
        display: block;
    }

    .quick-top-label {
        font-size: 1.2rem;
        font-weight: 800;
        line-height: 1;
        letter-spacing: 0;
    }

    .quick-collapse-btn {
        width: 6.4rem;
        height: 6.4rem;
        padding: 0;
        border-radius: 50%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 0.2rem;
    }

    .quick-tab-label {
        font-size: 1.2rem;
        font-weight: 800;
        line-height: 1;
        letter-spacing: -0.03em;
    }

    .quick-top-btn:hover,
    .quick-collapse-btn:hover {
        background: linear-gradient(135deg, #3E6AE1, #2F55C8);
        color: #fff;
    }

    .quick-collapse-arrow {
        width: 1.5rem;
        height: 1.5rem;
        display: block;
        transition: transform 0.4s ease;
    }

    .footer-quick-menu.collapsed .quick-collapse-arrow {
        transform: rotate(180deg);
    }

    .footer-quick-menu .quick-menu-btn {
        transition: var(--transition-custom), max-height 0.4s ease, margin-bottom 0.4s ease;
        max-height: 7rem;
        overflow: hidden;
    }

    .footer-quick-menu.collapsed .quick-menu-btn {
        max-height: 0;
        opacity: 0;
        margin-bottom: 0;
        pointer-events: none;
    }

    @media all and (max-width: 1280px) {
        .footer-quick-menu a.quick-fast-pc,
        .footer-quick-menu a.quick-phone-mo {
            display: flex !important;
        }
    }

    /* 플로팅 퀵메뉴 SVG 아이콘 */
    .footer-quick-menu a svg {
        position: relative;
        z-index: 1;
        display: inline-block;
        vertical-align: middle;
        line-height: 6.4rem;
        transition: color 0.33s ease;
    }

    .footer-quick-menu .quick-menu-kakao:hover svg { color: #FEE500; }
    .footer-quick-menu .quick-menu-naver:hover svg { color: #03C75A; }

    /* 빠른상담 모달 */
    .consult-modal-overlay {
        display: none;
        position: fixed;
        inset: 0;
        z-index: 10000;
        align-items: center;
        justify-content: center;
        padding: 2rem;
        background: rgba(10, 14, 28, 0.72);
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
        box-sizing: border-box;
    }

    .consult-modal-overlay.is-open {
        display: flex;
        animation: consultOverlayFade 0.22s ease;
    }

    @keyframes consultOverlayFade {
        from { opacity: 0; }
        to { opacity: 1; }
    }

    .consult-modal {
        width: 100%;
        max-width: 56rem;
        max-height: 90vh;
        overflow-y: auto;
        background: #fff;
        border-radius: 2.4rem;
        box-shadow: 0 3.2rem 8rem rgba(0, 0, 0, 0.28);
        animation: consultModalUp 0.28s cubic-bezier(0.34, 1.26, 0.64, 1);
        scrollbar-width: thin;
    }

    @keyframes consultModalUp {
        from { opacity: 0; transform: translateY(2.4rem) scale(0.97); }
        to { opacity: 1; transform: translateY(0) scale(1); }
    }

    .consult-modal-head {
        position: sticky;
        top: 0;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 2rem;
        padding: 3.2rem 3.6rem 2.4rem;
        border-bottom: 1px solid var(--color-cloud-gray);
        border-radius: 2.4rem 2.4rem 0 0;
        background: #fff;
    }

    .consult-modal-head-txt .modal-en {
        display: block;
        margin-bottom: 0.5rem;
        font-family: "Jost", sans-serif;
        font-size: 1.1rem;
        font-weight: 600;
        letter-spacing: 0.14em;
        color: var(--main-color);
        text-transform: uppercase;
    }

    .consult-modal-head-txt .modal-tit {
        font-size: 2.2rem;
        font-weight: 700;
        line-height: 1.2;
        letter-spacing: -0.04em;
        color: var(--color-carbon-dark);
    }

    .consult-modal-close {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        width: 4rem;
        height: 4rem;
        border: 0;
        border-radius: 50%;
        background: var(--color-light-ash);
        cursor: pointer;
        transition: background 0.2s, transform 0.2s;
    }

    .consult-modal-close:hover {
        background: var(--color-cloud-gray);
        transform: rotate(90deg);
    }

    .consult-modal-body { padding: 3.2rem 3.6rem 3.6rem; }

    .consult-field { margin-bottom: 2.4rem; }

    .consult-label {
        display: block;
        margin-bottom: 0.9rem;
        font-size: 1.35rem;
        font-weight: 600;
        letter-spacing: -0.02em;
        color: var(--color-graphite);
    }

    .consult-label .req,
    .consult-agree-txt .req {
        color: var(--main-color);
        margin-left: 0.2rem;
    }

    .consult-modal .consult-input {
        width: 100%;
        height: 5rem;
        padding: 0 1.6rem;
        border: 1.5px solid var(--color-cloud-gray);
        border-radius: 1rem;
        font-family: inherit;
        font-size: 1.5rem;
        letter-spacing: -0.02em;
        color: var(--color-carbon-dark);
        background: #fff;
        outline: none;
        box-sizing: border-box;
        transition: border-color 0.2s, box-shadow 0.2s;
    }

    .consult-modal .consult-input::placeholder { color: var(--color-silver-fog); }

    .consult-modal .consult-input:focus {
        border-color: var(--main-color);
        box-shadow: 0 0 0 3px rgba(62, 106, 225, 0.12);
    }

    .consult-modal .consult-input.is-error {
        border-color: #e03e3e;
        box-shadow: 0 0 0 3px rgba(224, 62, 62, 0.1);
    }

    .consult-type-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 0.8rem;
    }

    .consult-type-grid input[type="radio"] { display: none; }

    .consult-type-grid label {
        display: inline-flex;
        align-items: center;
        height: 3.6rem;
        padding: 0 1.6rem;
        border: 1.5px solid var(--color-cloud-gray);
        border-radius: 9rem;
        font-size: 1.35rem;
        font-weight: 500;
        letter-spacing: -0.02em;
        color: var(--color-pewter);
        cursor: pointer;
        transition: background 0.18s, border-color 0.18s, color 0.18s;
    }

    .consult-type-grid input[type="radio"]:checked+label {
        background: var(--main-color);
        border-color: var(--main-color);
        color: #fff;
        font-weight: 700;
    }

    .consult-type-grid label:hover {
        border-color: rgba(62, 106, 225, 0.5);
        color: var(--main-color);
    }

    .consult-agree-box {
        margin-top: 2.8rem;
        padding: 2rem;
        border-radius: 1.2rem;
        background: var(--color-light-ash);
    }

    .consult-agree-detail {
        margin-bottom: 1.4rem;
        font-size: 1.25rem;
        line-height: 1.7;
        letter-spacing: -0.02em;
        color: var(--color-silver-fog);
    }

    .consult-agree-check {
        display: flex;
        align-items: center;
        gap: 1rem;
        cursor: pointer;
    }

    .consult-agree-check input[type="checkbox"] { display: none; }

    .consult-check-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        width: 2rem;
        height: 2rem;
        border: 1.5px solid var(--color-cloud-gray);
        border-radius: 0.5rem;
        background: #fff;
        transition: background 0.18s, border-color 0.18s;
    }

    .consult-agree-check input[type="checkbox"]:checked~.consult-check-icon {
        background: var(--main-color);
        border-color: var(--main-color);
    }

    .consult-agree-check input[type="checkbox"]:checked~.consult-check-icon::after {
        content: '';
        display: block;
        width: 1rem;
        height: 0.7rem;
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transform: rotate(-45deg) translate(1px, -1px);
    }

    .consult-agree-txt {
        font-size: 1.35rem;
        font-weight: 500;
        letter-spacing: -0.02em;
        color: var(--color-graphite);
    }

    .consult-err {
        display: none;
        margin-top: 0.6rem;
        font-size: 1.2rem;
        letter-spacing: -0.01em;
        color: #e03e3e;
    }

    .consult-submit {
        width: 100%;
        height: 5.6rem;
        margin-top: 2.8rem;
        border: 0;
        border-radius: 1.2rem;
        background: var(--main-color);
        color: #fff;
        font-family: inherit;
        font-size: 1.6rem;
        font-weight: 700;
        letter-spacing: -0.02em;
        cursor: pointer;
        transition: background var(--transition-standard), transform 0.2s;
    }

    .consult-submit:hover {
        background: var(--main-color2);
        transform: translateY(-1px);
    }

    .consult-done {
        display: none;
        padding: 5rem 3.6rem 5.6rem;
        text-align: center;
    }

    .consult-done-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 6.4rem;
        height: 6.4rem;
        margin: 0 auto 2.4rem;
        border-radius: 50%;
        background: rgba(62, 106, 225, 0.1);
    }

    .consult-done h4 {
        margin-bottom: 1.2rem;
        font-size: 2.2rem;
        font-weight: 700;
        letter-spacing: -0.04em;
        color: var(--color-carbon-dark);
    }

    .consult-done p {
        font-size: 1.5rem;
        line-height: 1.7;
        letter-spacing: -0.02em;
        color: var(--color-pewter);
    }

    @media all and (max-width: 600px) {
        .consult-modal-overlay { align-items: flex-end; padding: 0; }
        .consult-modal { max-height: 96vh; border-radius: 2rem 2rem 0 0; }
        .consult-modal-head,
        .consult-modal-body,
        .consult-done { padding-left: 2.4rem; padding-right: 2.4rem; }
    }

    /* 푸터 미디어 */
    .footer-media-info {
        margin-top: 2rem;
        padding-top: 2rem;
        border-top: 1px solid #EEEEEE;
        font-size: 1.2rem;
        color: #8E8E8E;
        line-height: 2;
    }
