﻿/* 부모의 레이아웃은 유지하되 메시지의 기준점이 됨 */
.input_sty {
    position: relative;
}

/* 메시지가 공중에 떠서 레이아웃을 밀어내지 않음 */
.error-msg {
    position: absolute;
    top: 105%;
    /* 입력창 바로 아래 */
    left: 0;
    font-size: 12px;
    color: #ff4d4f;
    white-space: nowrap;
    /* 줄바꿈 방지 */
    z-index: 5;
    pointer-events: none;
    /* 클릭 방해 금지 */
    animation: slideDown 0.2s ease-out;
}

.btn-initial>a {
    text-align: center;
}

/* 협력사 업무지역 - 전체선택 + 알파벳 좌측정렬 배치 */
#land-area .land-select {
    justify-content: flex-start;
}
#land-area .land-select .check {
    order: 1;
}
#land-area .land-select .btn-initial {
    order: 2;
}

#certificate-field {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin: 40px 0;
}


input.required,
textarea.required,
select.required {
    border: 1px solid var(--red-color);
}

.pay-select input[type="radio"] + label::before { display: none; }
.pay-select input[type="radio"] + label { padding-left: 0; }
.pay-select input[type="radio"]:checked+label {
    border: 2px solid var(--concept-color);
    color: var(--concept-color);
    background: #f3f7fa;
}

.air-top .selectArea select { width: 100px; }

.quick_title p { font-size: 22px; margin-top: 10px; font-weight: 300;  }
.quick_title span{color:var(--primary-color);}

.popup-iframe-inner { width: 100%; height: 100%; overflow: auto;}
.bottomBtn { position: absolute;}

:root {
    --padding-h : 50px;
}
.mo_only {display: none !important; }


/* 파란 배경은 메인 페이지(body.page-main)의 첫 섹션에만 적용
   → 동일한 .section.first 클래스를 쓰는 투어/일반 페이지로 새지 않도록 한정 */
body.page-main section.section.first {
    /* fixed 헤더 높이만큼 띄우던 margin-top 을 padding 으로 전환
       → margin 영역(배경 미적용)의 흰 틈 제거, 파란 배경이 헤더 바로 아래까지 채워짐 */
    margin-top: 0;
    padding-top: calc(var(--header-height) + 30px);
    /* reward-guide-intro 의 파란 계열 배경 적용 (실험) */
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.12) 0%, transparent 42%),
        linear-gradient(135deg, #1e3a5f 0%, #2d5a8a 46%, #347aac 100%);
}

/* section first: 파란 배경에 맞춰 어두운 텍스트를 화이트 계열로 */
body.page-main section.section.first .quick_title,
body.page-main section.section.first .quick-stit,
body.page-main section.section.first .quick-stxt,
body.page-main section.section.first .quick-stxt > span,
body.page-main section.section.first .link-menu .tit {
    color: #ffffff;
}

/* section first: 강조 span(여행갈 때!·전문여행사 등)은 파란 배경에서 빨강이 묻혀
   골드로 덮어씀 → 전역 --primary-color(흰 배경 영역 공용)는 건드리지 않음 */
body.page-main section.section.first .quick_title span {
    color: #FFD43B;
}

@media all and (max-width: 767px) {

    .btnArea.select-mo {
        flex-direction: column;
        gap: 8px;
        padding: 12px;
        border-radius: 18px;
    }

    .btnArea.select-mo a {
        width: 100%;
        min-height: 52px;
        padding: 11px 42px 11px 42px;
        border-radius: 15px;
        font-size: 13px;
    }

    .btnArea.select-mo a::before {
        left: 12px;
        width: 20px;
        height: 20px;
        margin-top: -10px;
        font-size: 11px;
    }

    .btnArea.select-mo a::after {
        right: 12px;
    }
}
.quick-stxt {
    position: relative;
    transform: none;
    left: unset;
    top: unset;
    display: block;
    width: fit-content;
    max-width: calc(100% - 32px);
    margin: 16px auto 0;
    padding: 0 18px;
    color: #5a667d;
    font-weight: 400;
    letter-spacing: -0.03em;
    line-height: 1.35;
    text-align: center;
    box-sizing: border-box;
}

.quick-stxt::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    width: 42px;
    height: 2px;
    margin: 0 auto;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(40, 133, 208, 0), rgba(40, 133, 208, 0.8), rgba(72, 214, 175, 0));
}

.quick-stxt > span {
    position: relative;
    display: inline;
    font-weight: 600;
    color: #253654;
}

.quick-stxt > span::after {
    content: "";
    position: absolute;
    left: 2px;
    right: 2px;
    bottom: 1px;
    height: 6px;
    border-radius: 999px;
    background: rgba(106, 218, 188, 0.2);
    z-index: -1;
}
.btnArea.select-mo {
    position: relative;
    justify-content: center;
    gap: 10px;
    margin-top: 22px;
    padding: 14px;
    border: 1px solid rgba(126, 142, 166, 0.2);
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.82) 0%, rgba(247, 250, 255, 0.94) 100%);
    box-shadow: 0 18px 34px rgba(31, 41, 55, 0.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.btnArea.select-mo a {
    position: relative;
    flex: 1 1 0;
    min-height: 56px;
    height: auto;
    padding: 12px 16px 12px 46px;
    border-width: 1px;
    border-radius: 18px;
    justify-content: flex-start;
    text-align: left;
    line-height: 1.45;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: -0.02em;
    box-shadow: 0 10px 24px rgba(30, 41, 59, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.btnArea.select-mo a::before {
    position: absolute;
    left: 14px;
    top: 50%;
    width: 22px;
    height: 22px;
    margin-top: -11px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    box-sizing: border-box;
}

.btnArea.select-mo a::after {
    position: absolute;
    right: 14px;
    top: 50%;
    width: 7px;
    height: 7px;
    margin-top: -5px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(-45deg);
    content: '';
    opacity: 0.72;
}

.btnArea.select-mo a.red-line {
    border-color: rgba(221, 74, 74, 0.32);
    background: linear-gradient(135deg, rgba(255, 247, 247, 0.98) 0%, rgba(255, 239, 239, 0.96) 100%);
    color: #c63b3b !important;
}

.btnArea.select-mo a.red-line::before {
    content: '!';
    background: rgba(221, 74, 74, 0.12);
    color: #c63b3b;
    border: 1px solid rgba(221, 74, 74, 0.18);
}

.btnArea.select-mo a.violet-line {
    border-color: rgba(111, 92, 214, 0.28);
    background: linear-gradient(135deg, rgba(247, 245, 255, 0.98) 0%, rgba(240, 236, 255, 0.96) 100%);
    color: #6b54d8 !important;
}

.btnArea.select-mo a.violet-line::before {
    content: '?';
    background: rgba(111, 92, 214, 0.12);
    color: #6b54d8;
    border: 1px solid rgba(111, 92, 214, 0.18);
}

.btnArea.select-mo a:hover,
.btnArea.select-mo a:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(30, 41, 59, 0.12);
}
.travel_duration { order: 1; }
.travel_duration + .cont { flex: 0 ;}
.travel_duration + .cont input { min-width: 120px; text-align: center; }

.quick_wrap > ul > li.link-menu {
    position: relative;
    transform: translateY(0);
    transition: transform 0.22s ease, filter 0.22s ease;
    z-index: 0;
}

.quick_wrap > ul > li.link-menu .box,
.quick_wrap > ul > li.link-menu .tit,
.quick_wrap > ul > li.link-menu .swiper-img,
.quick_wrap > ul > li.link-menu .titArea {
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, color 0.22s ease, background-color 0.22s ease, filter 0.22s ease;
}

.quick_wrap > ul > li.link-menu .box {
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 15%, rgba(117, 223, 209, 0.22), rgba(117, 223, 209, 0) 58%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(245, 249, 255, 0.98));
}

.quick_wrap > ul > li.link-menu .box,
.quick_wrap > ul > li.link-menu .titArea {
    position: relative;
    z-index: 1;
}

/* 라벨 가독성 개선(기본 상태): 흰 글자가 그라데이션 배경(특히 우측 밝은 파랑 #347aac)에서
   대비가 부족해 묻히던 문제 → 글자를 굵게(700) + 진한 드롭섀도로 가독성 확보.
   박스(칩)를 두지 않아 좁은 모바일 타일에서도 라벨이 어색하게 줄바꿈되지 않는다. */
.quick_wrap > ul > li.link-menu .tit {
    font-weight: 700;
    letter-spacing: -0.02em;
    text-shadow: 0 1px 3px rgba(8, 20, 40, 0.55);
}

.quick_wrap > ul > li.link-menu::after {
    content: "";
    position: absolute;
    left: -8px;
    right: -8px;
    top: -8px;
    bottom: -10px;
    border-radius: 20px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(244, 249, 255, 0.94)),
        linear-gradient(135deg, rgba(49, 95, 166, 0.12), rgba(72, 214, 175, 0.08));
    box-shadow: 0 18px 30px rgba(36, 67, 116, 0.10);
    opacity: 0;
    transform: scale(0.96);
    transition: opacity 0.22s ease, transform 0.22s ease;
    pointer-events: none;
    z-index: 0;
}

@media (hover: hover) and (pointer: fine) {
    .quick_wrap > ul > li.link-menu:hover {
        transform: translateY(-6px);
    }

    .quick_wrap > ul > li.link-menu:hover::after {
        opacity: 1;
        transform: scale(1);
    }

    .quick_wrap > ul > li.link-menu:hover .box {
        border-color: rgba(11, 114, 186, 0.45);
        box-shadow:
            0 16px 28px rgba(36, 67, 116, 0.12),
            0 6px 14px rgba(63, 186, 177, 0.12);
    }

    .quick_wrap > ul > li.link-menu:hover .swiper-img {
        transform: scale(1.06);
        filter: drop-shadow(0 8px 12px rgba(43, 83, 145, 0.16));
    }

    /* hover 시 타일 뒤로 흰색 글로우 카드(::after)가 떠오르므로, 그 흰 배경 위에서는
       밝은 색(골드)이 오히려 희미해진다 → 어두운 네이비 글자로 바꿔 최대 대비 확보.
       기본 흰색 규칙(명시도 0-5-2)을 이기도록 동일 컨텍스트 접두사로 명시도(0-7-4)를 높임 */
    body.page-main section.section.first .quick_wrap > ul > li.link-menu:hover .tit {
        color: #15366a;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    }

    .quick_wrap > ul > li.link-menu:hover .titArea {
        transform: translateY(1px);
    }
}

.section .search-box .titleArea {
    display: grid;
    gap: 7px;
    margin-bottom: 24px;
    padding: 6px 0 4px 18px;
    border-left: 4px solid #315fa6;
    align-items: start;
}

.section .search-box .tit {
    display: block;
    padding-left: 0;
    color: #20314e;
    font-size: 26px;
    line-height: 1.08;
    letter-spacing: -0.04em;
    text-wrap: balance;
}

.section .search-box .tit::after {
    display: none;
}

.section .search-box .stit,
.section .search-box .stit-1 {
    display: block;
    max-width: 720px;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.45;
    letter-spacing: -0.03em;
    color: #6b7b93;
}

.section .search-box .mainSearch-wrap > a {
    align-items: stretch;
}

.section .search-box {
    --search-ui-height: 40px;
    --search-ui-radius: 10px;
    --search-ui-padding: 0 12px;
    --search-ui-font-size: 12px;
    --search-btn-width: 88px;
    --search-btn-height: 40px;
    --search-btn-font-size: 13px;
}

.section .search-box .search-ui-panel {
    width: 100%;
    padding: 12px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(147, 165, 197, 0.28);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84);
    box-sizing: border-box;
}

.section .search-box .mainSearch-wrap .engine-search-panel.search-ui-panel {
    width: 100%;
    padding: 12px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(147, 165, 197, 0.32);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
    box-sizing: border-box;
}

.section .search-box .search-ui-field {
    display: flex;
    align-items: center;
    min-height: var(--search-ui-height);
    border: 1px solid #cfd6e2;
    border-radius: var(--search-ui-radius);
    background: #fff;
    box-shadow: none;
    box-sizing: border-box;
}

.section .search-box .search-ui-button {
    min-width: var(--search-btn-width);
    width: var(--search-btn-width);
    height: var(--search-btn-height);
    min-height: var(--search-btn-height);
    border-radius: var(--search-ui-radius);
    font-size: var(--search-btn-font-size);
    box-sizing: border-box;
}

.section .search-box .search-ui-field-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 2px;
    padding: 6px 12px;
}

.section .search-box .search-ui-value,
.section .search-box .search-ui-field-box .input {
    display: block;
    width: 100%;
    color: #27364d;
    font-size: var(--search-ui-font-size);
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
}

.section .search-box .search-ui-field-box .input {
    padding: 0;
    justify-content: flex-start;
}

.section .search-box .mainSearch-wrap .search-form,
.section .search-box .mainSearch-wrap .search-form-m,
.section .search-box .mainSearch-wrap .rent-form,
.section .search-box .mainSearch-wrap .package-form {
    width: 100%;
    padding: 12px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(147, 165, 197, 0.28);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84);
    box-sizing: border-box;
}

.section .search-box .mainSearch-wrap .search-form {
    gap: 8px;
}

.section .search-box .mainSearch-wrap .search-form > *:not(.engine-search-field),
.section .search-box .mainSearch-wrap .search-form-m .select-m > *:not(.engine-search-field),
.section .search-box .mainSearch-wrap .rent-input:not(.engine-search-field),
.section .search-box .mainSearch-wrap .package-input:not(.engine-search-field) {
    min-height: var(--search-ui-height);
    border: 1px solid #cfd6e2;
    border-radius: var(--search-ui-radius);
    background: #fff;
    box-sizing: border-box;
}

.section .search-box .mainSearch-wrap .search-form > *:not(.engine-search-field),
.section .search-box .mainSearch-wrap .search-form-m .select-m > *:not(.engine-search-field) {
    border-bottom: 1px solid #cfd6e2;
}

.section .search-box .mainSearch-wrap .search-form > *:not(.engine-search-field)::before,
.section .search-box .mainSearch-wrap .search-form-m .select-m > *:not(.engine-search-field)::before {
    display: none;
}

.section .search-box .mainSearch-wrap .search-form .input:not(.search-ui-value),
.section .search-box .mainSearch-wrap .search-form-m .input:not(.search-ui-value) {
    justify-content: flex-start;
    padding: var(--search-ui-padding);
    text-align: left;
    font-size: var(--search-ui-font-size);
    color: #425067;
}

.section .search-box .mainSearch-wrap .search-form .icon-round-trip,
.section .search-box .mainSearch-wrap .search-form .icon-bar {
    flex: 0 0 26px;
}

.section .search-box .mainSearch-wrap .passenger-num {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 12px;
}

.section .search-box .mainSearch-wrap .qty-container {
    min-height: var(--search-ui-height);
}

.section .search-box .mainSearch-wrap .rent-form,
.section .search-box .mainSearch-wrap .package-form {
    gap: 8px;
}

.section .search-box .mainSearch-wrap .rent-input:not(.engine-search-field),
.section .search-box .mainSearch-wrap .package-input:not(.engine-search-field) {
    min-height: var(--search-ui-height);
    padding: var(--search-ui-padding);
    font-size: var(--search-ui-font-size);
    color: #425067;
}

.section .search-box .mainSearch-wrap .btn-search:not(.engine-search-button) {
    min-width: var(--search-btn-width);
    width: var(--search-btn-width);
    height: var(--search-btn-height);
    border-radius: var(--search-ui-radius);
    font-size: var(--search-btn-font-size);
}

/* Normalize individual search-condition cells across different engines. */
.section .search-box .mainSearch-wrap .search-ui-field,
.section .search-box .mainSearch-wrap .search-form > section:not(.engine-search-field),
.section .search-box .mainSearch-wrap .search-form-m .select-m > div:not(.engine-search-field),
.section .search-box .mainSearch-wrap .rent-input:not(.engine-search-field),
.section .search-box .mainSearch-wrap .package-input:not(.engine-search-field),
.section .search-box .hotelpass-search-input {
    min-height: var(--search-ui-height);
    border: 1px solid #cfd6e2;
    border-radius: var(--search-ui-radius);
    background: #fff;
    box-shadow: none;
    box-sizing: border-box;
}

.section .search-box .mainSearch-wrap .search-form > section:not(.engine-search-field),
.section .search-box .mainSearch-wrap .search-form-m .select-m > div:not(.engine-search-field) {
    padding: 0 var(--search-ui-padding);
}

.section .search-box .mainSearch-wrap .search-form .input,
.section .search-box .mainSearch-wrap .search-form-m .input,
.section .search-box .mainSearch-wrap .rent-input:not(.engine-search-field),
.section .search-box .mainSearch-wrap .package-input:not(.engine-search-field),
.section .search-box .hotelpass-search-input {
    color: #425067;
    font-size: var(--search-ui-font-size);
    line-height: 1.3;
}

.section .search-box .mainSearch-wrap .search-form .input:not(.search-ui-value),
.section .search-box .mainSearch-wrap .search-form-m .input:not(.search-ui-value) {
    width: 100%;
    padding: 0;
}

.section .search-box .mainSearch-wrap .passenger-num {
    min-height: var(--search-ui-height);
    border: 1px solid #cfd6e2;
    border-radius: var(--search-ui-radius);
    background: #fff;
    box-sizing: border-box;
}

.section .search-box .mainSearch-wrap .search-ui-button,
.section .search-box .mainSearch-wrap .btn-search:not(.engine-search-button),
.section .search-box .hotelpass-search-button {
    min-width: var(--search-btn-width);
    width: var(--search-btn-width);
    height: var(--search-btn-height);
    min-height: var(--search-btn-height);
    border-radius: var(--search-ui-radius);
    font-size: var(--search-btn-font-size);
    box-sizing: border-box;
}

/* Final engine-search override layer: prefer these over legacy engine classes. */
.section .search-box .mainSearch-wrap .engine-search-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.section .search-box .mainSearch-wrap .engine-search-panel {
    display: grid;
    align-items: end;
    gap: 8px;
    width: 100%;
    padding: 10px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(147, 165, 197, 0.28);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
    box-sizing: border-box;
}

.section .search-box .mainSearch-wrap .engine-search-item,
.section .search-box .mainSearch-wrap .engine-search-action {
    min-width: 0;
}

.section .search-box .mainSearch-wrap .engine-search-box {
    display: flex;
    align-items: center;
    min-height: var(--search-ui-height);
    padding: 0 12px;
    border: 1px solid #cfd6e2;
    border-radius: var(--search-ui-radius);
    background: #fff;
    box-shadow: none;
    box-sizing: border-box;
    overflow: hidden;
}

.section .search-box .mainSearch-wrap .engine-search-box-passenger {
    justify-content: center;
    gap: 14px;
}

.section .search-box .mainSearch-wrap .engine-search-value {
    display: block;
    width: 100%;
    color: #27364d;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section .search-box .mainSearch-wrap .engine-search-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #27364d;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
}

.section .search-box .mainSearch-wrap .engine-search-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 80px;
    height: var(--search-ui-height);
    min-height: var(--search-ui-height);
    border-radius: var(--search-ui-radius);
    background: linear-gradient(135deg, #0b72ba, #17a7c8);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    box-shadow: 0 10px 18px rgba(11, 114, 186, 0.18);
    box-sizing: border-box;
}

@media all and (min-width: 768px) {
    .section .search-box .mainSearch-wrap .engine-search-panel {
        gap: 6px;
    }

    .section .search-box .mainSearch-wrap .engine-search-box {
        padding: 0 10px;
    }

    .section .search-box .mainSearch-wrap .engine-search-value {
        font-size: 12px;
    }

    .section .search-box .mainSearch-wrap .engine-search-button {
        min-width: 80px;
        height: var(--search-ui-height);
        min-height: var(--search-ui-height);
        font-size: 12px;
    }

    .section .search-box .mainSearch-wrap .engine-search-layout-air {
        grid-template-columns: minmax(0, 1.26fr) minmax(0, 1fr) minmax(0, 1.06fr) 80px;
    }

    .section .search-box .mainSearch-wrap .engine-search-layout-hotel {
        grid-template-columns: minmax(0, 1.28fr) minmax(0, 0.8fr) minmax(0, 0.48fr) minmax(0, 0.8fr) 80px;
    }

    #hotel .mainSearch-wrap {
        max-width: 720px;
    }

    #hotel .mainSearch-wrap .engine-search-panel {
        gap: 5px;
    }

    #hotel .mainSearch-wrap .engine-search-box {
        padding: 0 9px;
    }

    #hotel .mainSearch-wrap .engine-search-value {
        font-size: 10px;
    }

    .section .search-box .mainSearch-wrap .engine-search-layout-golf {
        grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr) 80px;
    }

    .section .search-box .mainSearch-wrap .engine-search-layout-rent {
        grid-template-columns: minmax(0, 1.52fr) minmax(0, 0.9fr) minmax(0, 0.66fr) minmax(0, 0.9fr) minmax(0, 0.66fr) 80px;
    }

    .section .search-box .mainSearch-wrap .engine-search-layout-package {
        grid-template-columns: minmax(0, 0.98fr) minmax(0, 0.98fr) minmax(0, 0.88fr) minmax(0, 0.88fr) 80px;
    }
}

.list-xscroll li { padding-right: 15px; margin-right: 15px; }

#package .list-xscroll span {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 30px;
    font-weight: 400;
    font-size: 17px;
    line-height: 1;
    box-sizing: border-box;
    color: #333;
}

#package .list-xscroll li.active span {
    font-weight: 700;
    color: var(--primary-color);
}

#air .search-box .titleArea { border-left-color: #315fa6; }
#hotel .search-box .titleArea { border-left-color: #8b4fbe; }
#rent .search-box .titleArea { border-left-color: #9a7b10; }
#package .search-box .titleArea { border-left-color: #6b71c9; }
#golf .search-box .titleArea { border-left-color: #23947e; }

#air .search-box .tit { color: #244886; }
#hotel .search-box .tit { color: #7a34af; }
#rent .search-box .tit { color: #7b6111; }
#package .search-box .tit { color: #4d56b3; }

#package .search-box .mainSearch-wrap {
    margin-top: 0;
}

#golf .search-box .btn-search {
    width: 88px;
    height: 44px;
    font-size: 16px;
}
#golf .search-box .tit { color: #167662; }

@media all and (max-width: 1024px) {
    .section .search-box .titleArea {
        margin-bottom: 18px;
        padding-left: 14px;
        border-left-width: 3px;
    }

    .section .search-box .tit {
        font-size: 22px;
    }

    .section .search-box .stit,
    .section .search-box .stit-1 {
        font-size: 14px;
        padding-left: 0;
    }
}

@media all and (max-width: 767px) {
    .section .search-box .titleArea {
        margin-bottom: 14px;
        padding: 4px 0 2px 12px;
    }

    .section .search-box .tit {
        font-size: 18px;
    }

    .section .search-box .stit,
    .section .search-box .stit-1 {
        font-size: 13px;
        line-height: 1.4;
    }
}

/* 메인 히어로 타이틀 영역 (processBg 하단 ~ sec1 상단) */
.top-contents {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    min-height: 380px;
    padding: calc(var(--padding-h) + 14px) 0 calc(var(--padding-h) + 10px);
    border-top: 1px solid rgba(125, 154, 198, 0.22);
    background:
        radial-gradient(ellipse 110% 85% at 50% -35%, rgba(143, 170, 220, 0.38), transparent 58%),
        radial-gradient(ellipse 60% 45% at 0% 55%, rgba(59, 169, 199, 0.11), transparent 52%),
        radial-gradient(ellipse 55% 42% at 100% 35%, rgba(38, 59, 104, 0.09), transparent 50%),
        linear-gradient(180deg, #e9edf6 0%, #dce5f3 42%, #e6ebf5 100%);
    box-sizing: border-box;
}

.top-contents::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 85%, rgba(255, 255, 255, 0.5), transparent 42%),
        radial-gradient(circle at 88% 18%, rgba(131, 242, 225, 0.16), transparent 38%);
    pointer-events: none;
}

.top-contents::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: min(760px, 88%);
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(111, 194, 204, 0.38), transparent);
    pointer-events: none;
}

.top-contents .main-topTitle {
    position: relative;
    z-index: 1;
    margin-top: 0;
    margin-bottom: 0;
}

.top-contents .main-topTitle::before {
    box-shadow:
        0 28px 56px rgba(55, 76, 118, 0.13),
        inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.title {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 24px;
    padding-bottom: 14px;
    color: #1f2e49;
}

.title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: min(220px, 100%);
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(29, 54, 95, 0.95), rgba(74, 195, 190, 0.45), rgba(74, 195, 190, 0));
}

.title > span.stit {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 16px 8px 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(235, 243, 255, 0.94));
    border: 1px solid rgba(126, 157, 205, 0.28);
    box-shadow:
        0 10px 20px rgba(74, 96, 139, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.85);
    font-size: 17px;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

.title > span.stit::before {
    content: "";
    width: 8px;
    height: 8px;
    margin-right: 10px;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.72);
}
.main-topTitle {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: min(1120px, calc(100% - 48px));
    padding: 34px 44px 24px;
    margin: 10px auto 0;
    box-sizing: border-box;
    text-align: center;
    color: #233047;
    letter-spacing: -0.03em;
    line-height: 1.45;
}

.main-topTitle::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 30px;
    background:
        radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0) 32%),
        radial-gradient(circle at 88% 24%, rgba(123, 244, 228, 0.26), rgba(123, 244, 228, 0) 24%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(243, 249, 255, 0.62));
    border: 1px solid rgba(255, 255, 255, 0.56);
    box-shadow:
        0 22px 40px rgba(71, 93, 138, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    z-index: 0;
}

.main-topTitle::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 14px;
    width: min(420px, calc(100% - 120px));
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgba(24, 163, 220, 0), rgba(24, 163, 220, 0.7), rgba(61, 217, 185, 0));
    z-index: 1;
}

.main-topTitle > * {
    position: relative;
    z-index: 1;
}

.main-topTitle .title-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 10px 20px rgba(60, 83, 125, 0.08);
    font-family: 'GmarketSansBold';
    font-size: 13px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #2877a3;
}

.main-topTitle .title-kicker::before,
.main-topTitle .title-kicker::after {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: linear-gradient(135deg, #29c7d3, #5ae1ae);
}

.main-topTitle .title-line,
.main-topTitle .title-sub {
    display: block;
    font-family: 'Paperozi';
    text-wrap: balance;
}

.main-topTitle .title-line {
    font-size: 34px;
    font-weight: 300;
    color: #32415c;
}

.main-topTitle .title-strong {
    padding: 2px 18px 4px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.58), rgba(220, 236, 255, 0.45));
    box-shadow: inset 0 -1px 0 rgba(111, 147, 204, 0.18);
    font-weight: 700;
    color: #1d2a43;
}

.main-topTitle .title-sub {
    font-size: 28px;
    font-weight: 400;
    color: #3b4963;
}

.main-topTitle .concept-color {
    display: inline-block;
    padding: 0 12px 2px;
    margin: 0 2px;
    color: #0a6ea3;
    font-weight: 700;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(124, 245, 228, 0.42), rgba(255, 255, 255, 0.08));
    box-shadow:
        inset 0 -12px 0 rgba(79, 218, 191, 0.22),
        0 6px 14px rgba(61, 175, 175, 0.10);
}

.partner-search {
    position: relative;
    flex: 0 0 230px;
    max-width: 100%;
}

.partner-search .input_sty {
    width: 100%;
}

.partner-search-result {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    width: 100%;
    max-height: 240px;
    overflow-y: auto;
    border: 1px solid #d7dce3;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 14px 26px rgba(26, 44, 79, 0.12);
    z-index: 20;
}

.partner-search-item,
.partner-search-empty {
    display: flex;
    width: 100%;
    padding: 10px 12px;
    border: 0;
    background: transparent;
    text-align: left;
    box-sizing: border-box;
}

.partner-search-item {
    flex-direction: column;
    gap: 4px;
    cursor: pointer;
}

.partner-search-item strong {
    font-size: 14px;
    color: #22324a;
}

.partner-search-item span,
.partner-search-empty {
    font-size: 12px;
    color: #66758b;
}

.partner-search-item:hover {
    background: #f4f8fd;
}

.estimate-area-picker {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.swiper-form .form_sty > ul .cont.estimate-area-cont {
    min-width: 0;
}

.estimate-work-city-inputs:empty {
    display: none;
}

.estimate-area-selected-city-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.estimate-area-selected-city-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    max-width: 100%;
    padding: 6px 8px 6px 12px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #d7dce3;
    font-size: 13px;
    line-height: 1.35;
    color: #22324a;
    box-sizing: border-box;
}

.estimate-area-selected-city-text {
    max-width: 280px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: inherit;
}

.estimate-area-selected-city-remove {
    border: 0;
    background: transparent;
    cursor: pointer;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 22px;
    height: 22px;
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 1;
    color: #66758b;
}

.estimate-area-selected-city-remove:hover {
    color: #c62828;
}

.estimate-area-hint {
    margin: 12px 0 0;
}

.estimate-area-nation-search.partner-search {
    flex: 1 1 100%;
    max-width: 100%;
}

/* PC·모바일 공통: placeholder 대비 + flex 자식 폭 0 방지 */
.estimate-area-nation-search.partner-search .input_sty.w100 {
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
    max-width: 100%;
}

#modal-estimate .estimate-area-nation-kw,
.popupWrap-iframe .estimate-area-nation-kw {
    min-width: 0;
}

#modal-estimate .estimate-area-nation-kw::placeholder,
.popupWrap-iframe .estimate-area-nation-kw::placeholder {
    color: #6b7788;
    opacity: 1;
    font-size: 14px;
}

#modal-estimate .estimate-area-nation-kw::-webkit-input-placeholder,
.popupWrap-iframe .estimate-area-nation-kw::-webkit-input-placeholder {
    color: #6b7788;
    font-size: 14px;
}

#modal-estimate .estimate-area-nation-kw::-moz-placeholder,
.popupWrap-iframe .estimate-area-nation-kw::-moz-placeholder {
    color: #6b7788;
    opacity: 1;
    font-size: 14px;
}

/* form.css 포커스 시 placeholder 투명 처리 무효 — 계속 안내가 보이게 */
#modal-estimate .estimate-area-nation-kw:focus::-webkit-input-placeholder,
.popupWrap-iframe .estimate-area-nation-kw:focus::-webkit-input-placeholder {
    color: rgba(107, 119, 136, 0.55) !important;
}

#modal-estimate .estimate-area-nation-kw:focus::placeholder,
.popupWrap-iframe .estimate-area-nation-kw:focus::placeholder {
    color: rgba(107, 119, 136, 0.55);
    opacity: 1;
}

.estimate-area-city-panel {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 14px;
    padding: 14px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #fafbfd;
}

.estimate-area-city-panel[hidden] {
    display: none !important;
}

.estimate-area-rows {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.estimate-area-block {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 12px;
    border: 1px solid var(--border-color);
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 1px 2px rgba(31, 41, 55, 0.06);
}

/* [추가] 국가/지역 행(ul.estimate-area-extra-country-ul) 안 블록만 진한 테두리
   :not(:first-child)는 블록이 항상 부모의 첫 자식이라 동작하지 않음 */
.estimate-area-extra-country-ul .estimate-area-block {
    border-color: #35425b;
}

/* 국가가 선택된 블록은 살짝 강조 */
.estimate-area-block[data-nat-cd] {
    border-color: rgba(32, 123, 255, 0.22);
    background: #f8fbff;
}

.estimate-area-block .estimate-area-nation-search.partner-search {
    margin: 0;
}

.estimate-area-block .estimate-area-city-panel {
    margin-top: 10px;
    padding: 12px;
    border-radius: 12px;
}

.estimate-area-city-panel-body[hidden] {
    display: none !important;
}

/* 지역 목록 본문 접힘: 동일 블록의 국가 검색 영역(.estimate-area-nation-search)도 함께 숨김 */
.estimate-area-block.is-estimate-nation-kw-hidden .estimate-area-nation-search {
    display: none !important;
}

/* 접힘 시 패널·헤드 박스 라인 제거 → .estimate-area-rows 안에서는 바깥 .estimate-area-block 테두리만 보이게 */
.estimate-area-city-panel.is-city-body-collapsed {
    border: 0;
    background: transparent;
    box-shadow: none;
    padding: 0;
    margin-top: 8px;
    max-height: none;
    overflow: visible;
}

.estimate-area-city-panel.is-city-body-collapsed .estimate-area-city-head {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

#modal-estimate .estimate-area-city-panel.is-city-body-collapsed,
.popupWrap-iframe .estimate-area-city-panel.is-city-body-collapsed {
    max-height: none;
    overflow: visible;
}

.estimate-area-block.is-estimate-nation-kw-hidden {
    box-shadow: none;
}

/* 지역 목록 본문 숨김: 국가 검색까지 접은 상태 — 패널·접힘 규칙의 margin-top(8px·10px 등) 중첩 제거, 블록 padding만으로 상단 간격 */
.estimate-area-block.is-estimate-nation-kw-hidden .estimate-area-city-panel {
    margin-top: 0;
}

.estimate-area-block.is-estimate-nation-kw-hidden .estimate-area-city-head {
    margin-top: 0;
    margin-bottom: 0;
}

/* 목록만 스크롤 */
.estimate-area-city-panel-body {
    display: flex;
    flex-direction: column;
    min-height: 0;
    flex: 1 1 auto;
    margin-top: 0;
}

.estimate-area-city-head {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 10px 0 8px;
    padding: 8px 10px;
    border-radius: 8px;
    background: #f4f7fb;
    border: 1px solid #e8ecf2;
    box-sizing: border-box;
}

/* 선택 국가 + 전체삭제: 도시 칩(.estimate-area-selected-city-tag)과 같은 밀도의 “한 덩어리” 칩 */
.estimate-area-selected-nation-row {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    gap: 6px;
    min-width: 0;
    max-width: 100%;
    padding: 5px 6px 5px 14px;
    border-radius: 999px;
    box-sizing: border-box;
    background:
        linear-gradient(90deg, rgba(32, 123, 255, 0.1) 0%, rgba(32, 123, 255, 0.02) 44%, #fff 100%),
        #fff;
    border: 1px solid rgba(32, 123, 255, 0.2);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.95),
        0 1px 2px rgba(31, 41, 55, 0.06);
}

/* 라벨 | 삭제 구역 분리(도시 칩 내부 간격과 유사한 리듬) */
.estimate-area-selected-nation-row .estimate-area-selected-nation-label {
    position: relative;
    padding-right: 4px;
}

.estimate-area-selected-nation-row .estimate-area-selected-nation-label::after {
    content: "";
    position: absolute;
    right: -3px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 14px;
    background: #dde3eb;
    border-radius: 1px;
    opacity: 0.95;
}

.estimate-area-selected-nation-row .estimate-area-selected-nation-label:empty::after {
    display: none;
}

/* 국가·지역 전체 삭제: 칩 안쪽 원형 고스트 버튼 */
.estimate-area-nation-clear {
    flex-shrink: 0;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    color: #66758b;
    background: rgba(255, 255, 255, 0.65);
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    transition: color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
    box-shadow: inset 0 0 0 1px rgba(215, 220, 227, 0.9);
}

.estimate-area-nation-clear::after {
    content: "";
    position: absolute;
    inset: -8px -10px -8px -4px;
}

.estimate-area-nation-clear:hover {
    color: #c62828;
    background: rgba(198, 40, 40, 0.08);
    box-shadow: inset 0 0 0 1px rgba(198, 40, 40, 0.18);
}

.estimate-area-nation-clear:active {
    color: #b71c1c;
    background: rgba(198, 40, 40, 0.12);
    box-shadow: inset 0 0 0 1px rgba(198, 40, 40, 0.22);
}

.estimate-area-nation-clear:focus-visible {
    outline: 2px solid var(--concept-color, #1a6fb0);
    outline-offset: 2px;
}

.estimate-area-city-head .estimate-area-selected-nation-label {
    display: block;
    margin: 0;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* PC: 국가명(.estimate-area-selected-nation) 우측부터 도시 태그 영역 시작 */
@media (min-width: 951px) {
    .estimate-area-city-head {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        gap: 8px 12px;
    }

    .estimate-area-city-head .estimate-area-selected-nation-row {
        flex: 0 1 auto;
        max-width: min(48%, 360px);
        min-width: 0;
    }

    .estimate-area-city-head .estimate-area-selected-nation-label {
        flex: 1 1 auto;
        min-width: 0;
    }

    .estimate-area-city-head .estimate-area-selected-city-tags {
        flex: 1 1 0;
        min-width: 0;
        justify-content: flex-start;
    }
}

.estimate-area-city-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 0;
    flex-shrink: 0;
    margin: 0;
}

/* 확정 CTA: 패널 너비에 맞추고 concept 컬러 고정(form.css .btn-type:hover 투명도 무효) */
.estimate-area-city-toolbar .estimate-area-confirm-btn {
    width: 100%;
    max-width: 100%;
    min-height: 34px;
    padding: 5px 14px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: -0.03em;
    color: #fff !important;
    background: var(--concept-color) !important;
    border: 1px solid var(--concept-color) !important;
    border-radius: 6px;
    cursor: pointer;
    box-sizing: border-box;
    box-shadow: 0 1px 2px rgba(31, 41, 55, 0.08);
    transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.1s ease;
}

.estimate-area-city-toolbar .estimate-area-confirm-btn:not(:disabled):hover {
    filter: none !important;
    opacity: 1 !important;
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    background: linear-gradient(rgba(15, 23, 40, 0.12), rgba(15, 23, 40, 0.12)), var(--concept-color) !important;
    border-color: var(--concept-color) !important;
    box-shadow: 0 3px 12px rgba(31, 41, 55, 0.14);
}

.estimate-area-city-toolbar .estimate-area-confirm-btn:not(:disabled):active {
    transform: scale(0.992);
}

.estimate-area-city-toolbar .estimate-area-confirm-btn:focus-visible {
    outline: 2px solid var(--concept-color);
    outline-offset: 2px;
}

.estimate-area-city-toolbar .estimate-area-confirm-btn:disabled {
    color: #8e99a8 !important;
    background: #e9edf3 !important;
    border-color: #dde3eb !important;
    cursor: not-allowed;
    box-shadow: none;
    opacity: 1 !important;
    filter: none !important;
}

.estimate-area-city-list.estimate-area-city-list-locked {
    opacity: 0.93;
}

.estimate-area-selected-nation {
    display: block;
    max-width: 100%;
    font-size: 15px;
    color: #22324a;
    line-height: 1.35;
    word-break: break-word;
}

/* 견적 지역: 기존 .scrollbox.qtable + .flex-city + .city-item + input+label 체크박스(form.css)와 동일 패턴 */
.estimate-area-city-panel-body .estimate-area-city-list.scrollbox.qtable {
    flex: 1 1 auto;
    min-height: 72px;
    height: auto;
    max-height: 260px;
    margin-top: 0;
    border: 1px solid #ddd;
    border-radius: 0;
    padding: 10px 12px 12px;
    background: #fff;
    box-sizing: border-box;
    overflow-y: auto;
}

.estimate-area-city-list .estimate-area-city-flex.flex-city {
    gap: 6px 14px;
}

.estimate-area-city-list .city-item.estimate-area-city-item {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 6px;
    max-width: 100%;
}

.estimate-area-city-list .city-item.estimate-area-city-item:hover label {
    color: var(--concept-color);
}

.estimate-area-city-list .estimate-area-city-item.is-added {
    opacity: 0.92;
}

.estimate-area-city-list .estimate-area-city-item input[type="checkbox"]:disabled + label {
    opacity: 0.65;
    cursor: default;
    color: #888;
}

.estimate-area-city-list .estimate-area-city-item input[type="checkbox"]:disabled + label:hover {
    color: #888;
}

.estimate-area-added-note {
    font-size: 11px;
    color: #999;
    white-space: nowrap;
    margin-left: 2px;
}

.estimate-area-city-empty {
    margin: 12px 8px;
}

/* 견적 지역 체크 목록 — 태블릿·모바일 터치·가독성 */
@media all and (max-width: 950px) {
    .estimate-area-city-panel {
        padding: 12px;
    }

    .estimate-area-city-panel-body .estimate-area-city-list.scrollbox.qtable {
        max-height: min(240px, 38vh);
        padding: 8px 10px;
    }

    .estimate-area-city-toolbar .estimate-area-confirm-btn {
        min-height: 38px;
        font-size: 13px;
    }

    .estimate-area-city-list .estimate-area-city-flex.flex-city {
        gap: 5px 12px;
    }

    .estimate-area-selected-city-tag {
        max-width: 100%;
        box-sizing: border-box;
    }

    .estimate-area-selected-city-text {
        max-width: 100%;
        min-width: 0;
    }
}

@media all and (max-width: 768px) {
    .estimate-area-picker {
        max-width: 100%;
    }

    .estimate-area-hint {
        font-size: 12px;
        line-height: 1.5;
    }

    /* 선택된 도시 태그: 모바일에서 한 줄 전체 + 긴 문구 줄바꿈 */
    .estimate-area-selected-city-tags {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }

    .estimate-area-selected-city-tag {
        --ea-city-tag-fs: 13px;
        --ea-city-tag-lh: 1.4;
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        grid-template-rows: auto;
        align-items: center;
        column-gap: 10px;
        row-gap: 0;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding: 10px 12px;
        border-radius: 10px;
        font-size: var(--ea-city-tag-fs);
        line-height: var(--ea-city-tag-lh);
    }

    .estimate-area-selected-city-text {
        grid-column: 1;
        grid-row: 1;
        max-width: none;
        min-width: 0;
        white-space: normal;
        overflow-wrap: break-word;
        word-break: break-word;
        line-height: inherit;
    }

    .estimate-area-selected-city-remove {
        grid-column: 2;
        grid-row: 1;
        flex-shrink: 0;
        align-self: start;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        width: 28px;
        height: calc(var(--ea-city-tag-fs) * var(--ea-city-tag-lh));
        min-width: 28px;
        min-height: calc(var(--ea-city-tag-fs) * var(--ea-city-tag-lh));
        max-height: calc(var(--ea-city-tag-fs) * var(--ea-city-tag-lh));
        margin: 0;
        padding: 0;
        font-size: 17px;
        line-height: 1;
        position: relative;
    }

    .estimate-area-selected-city-remove::after {
        content: "";
        position: absolute;
        inset: -8px -10px -8px -4px;
    }

    .estimate-area-city-head {
        margin: 8px 0 6px;
        padding: 8px;
    }

    .estimate-area-selected-nation {
        font-size: 14px;
        line-height: 1.4;
    }

    .estimate-area-selected-nation-row {
        width: 100%;
        max-width: 100%;
        padding: 7px 8px 7px 16px;
        gap: 8px;
    }

    .estimate-area-selected-nation-row .estimate-area-selected-nation-label::after {
        height: 16px;
    }

    .estimate-area-nation-clear {
        width: 30px;
        min-width: 30px;
        height: 30px;
        min-height: 30px;
        margin-top: 0;
        font-size: 17px;
    }

    .estimate-area-nation-clear::after {
        inset: -6px -8px -6px -4px;
    }

    #modal-estimate .estimate-area-city-panel,
    .popupWrap-iframe .estimate-area-city-panel {
        display: flex;
        flex-direction: column;
        max-height: min(82vh, 600px);
        overflow: hidden;
    }

    #modal-estimate .estimate-area-city-panel-body,
    .popupWrap-iframe .estimate-area-city-panel-body {
        flex: 1 1 auto;
        min-height: 0;
        max-height: min(50vh, 420px);
    }

    #modal-estimate .estimate-area-city-panel-body .estimate-area-city-list.scrollbox.qtable,
    .popupWrap-iframe .estimate-area-city-panel-body .estimate-area-city-list.scrollbox.qtable {
        flex: 1 1 auto;
        min-height: 96px;
        max-height: none;
        padding: 0;
        border-radius: 8px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .estimate-area-city-list .estimate-area-city-flex.flex-city {
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: stretch;
        gap: 0;
    }

    .estimate-area-city-list .city-item.estimate-area-city-item {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        min-height: 48px;
        padding: 12px 14px;
        margin: 0;
        border-bottom: 1px solid #eceff3;
        background: #fff;
        touch-action: manipulation;
        -webkit-tap-highlight-color: transparent;
    }

    .estimate-area-city-list .city-item.estimate-area-city-item:last-child {
        border-bottom: 0;
    }

    .estimate-area-city-list .city-item.estimate-area-city-item:active {
        background: #f4f8fd;
    }

    #modal-estimate .estimate-area-city-list input[type="checkbox"] + label,
    .popupWrap-iframe .estimate-area-city-list input[type="checkbox"] + label {
        flex: 1 1 auto;
        min-width: 0;
        padding-left: 34px;
        font-size: 15px;
        line-height: 1.4;
        font-weight: 500;
        white-space: normal;
        word-break: break-word;
    }

    #modal-estimate .estimate-area-city-list input[type="checkbox"] + label:before,
    .popupWrap-iframe .estimate-area-city-list input[type="checkbox"] + label:before {
        width: 20px;
        height: 20px;
        border-radius: 5px;
        background-size: 11px auto;
        top: 50%;
        margin-top: -10px;
        left: 0;
    }

    #modal-estimate .estimate-area-city-list input[type="checkbox"]:checked + label:before,
    .popupWrap-iframe .estimate-area-city-list input[type="checkbox"]:checked + label:before {
        background-size: 11px auto;
    }

    .estimate-area-city-list .estimate-area-added-note {
        flex: 0 0 100%;
        margin-left: 34px;
        margin-top: 4px;
        font-size: 11px;
    }
}

@media all and (max-width: 480px) {
    #modal-estimate .estimate-area-city-panel-body,
    .popupWrap-iframe .estimate-area-city-panel-body {
        max-height: min(46vh, 340px);
    }

    .estimate-area-city-panel-body .estimate-area-city-list.scrollbox.qtable {
        min-height: 80px;
    }

    #modal-estimate .estimate-area-city-list input[type="checkbox"] + label,
    .popupWrap-iframe .estimate-area-city-list input[type="checkbox"] + label {
        font-size: 14px;
    }

    .estimate-area-selected-city-tags {
        gap: 6px;
    }

    .estimate-area-selected-city-tag {
        --ea-city-tag-fs: 12.5px;
        --ea-city-tag-lh: 1.45;
        padding: 8px 10px;
        border-radius: 8px;
    }

    .estimate-area-selected-city-remove {
        width: 26px;
        min-width: 26px;
        font-size: 16px;
    }
}

/* 견적 모달: viewport 하단 고정 bottomBtn(≈60px + safe-area)과 겹치지 않도록 스크롤 영역 하단 여백 */
#modal-estimate .popup-iframe-inner {
    padding-bottom: calc(88px + env(safe-area-inset-bottom, 0px));
    box-sizing: border-box;
}

/* 언제: 모바일·태블릿에서 출발~종료 피커 한 줄 유지 */
@media all and (max-width: 1024px) {
    #modal-estimate .estimate-date-range {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        gap: 4px 6px;
        width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }

    #modal-estimate .swiper-form.pop .form_sty > ul > li.cont:has(.estimate-date-range) {
        flex-wrap: nowrap;
        min-width: 0;
    }

    #modal-estimate .estimate-date-range > .input_sty.input-w {
        flex: 1 1 0;
        min-width: 0;
        max-width: none;
    }

    #modal-estimate .estimate-date-range > span:not(.input_sty) {
        flex: 0 0 auto;
        white-space: nowrap;
        line-height: 1;
        color: #6b7788;
        font-size: 13px;
    }

    #modal-estimate .estimate-date-range input {
        font-size: 12px;
        padding-left: 6px;
        padding-right: 6px;
    }
}

#modal-estimate .estimate-area-nation-search .partner-search-result,
.popupWrap-iframe .estimate-area-nation-search .partner-search-result {
    z-index: 120;
    max-height: min(240px, 42vh);
    -webkit-overflow-scrolling: touch;
}

.section.sec5 {
    position: relative;
    overflow: hidden;
    padding-top: calc(var(--padding-h) + 8px);
    padding-bottom: calc(var(--padding-h) + 12px);
    background:
        radial-gradient(ellipse 120% 80% at 50% -20%, rgba(143, 170, 220, 0.35), transparent 55%),
        radial-gradient(ellipse 70% 50% at 100% 60%, rgba(59, 169, 199, 0.12), transparent 50%),
        radial-gradient(ellipse 60% 45% at 0% 70%, rgba(38, 59, 104, 0.08), transparent 45%),
        linear-gradient(180deg, #f3f6fb 0%, #eef2f9 45%, #f7f9fc 100%);
    border-top: 1px solid rgba(125, 154, 198, 0.22);
}

.section.sec5::before {
    content: "";
    position: absolute;
    inset: -40% -20% auto -20%;
    height: 65%;
    background: radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.55), transparent 62%);
    pointer-events: none;
}

.section.sec5::after {
    content: "";
    position: absolute;
    right: -80px;
    top: 35%;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(131, 242, 225, 0.22), transparent 68%);
    pointer-events: none;
}

.reward-guide-shell {
    position: relative;
    z-index: 1;
}

.reward-guide {
    position: relative;
    z-index: 1;
}

.reward-guide-intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 26px;
    padding: 22px 28px;
    border-radius: 24px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.12) 0%, transparent 42%),
        linear-gradient(135deg, #1e3a5f 0%, #2d5a8a 46%, #347aac 100%);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow:
        0 22px 44px rgba(30, 58, 95, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.reward-guide-chip {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    padding: 9px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.22);
    font-family: 'GmarketSansBold';
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #fff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.reward-guide-copy {
    flex: 1;
    font-size: 16px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.94);
    margin: 0;
}

.reward-guide .content {
    padding: 30px 30px 32px;
    border-radius: 28px;
    background:
        radial-gradient(circle at 92% 8%, rgba(131, 242, 225, 0.2), transparent 28%),
        radial-gradient(circle at 4% 92%, rgba(77, 143, 223, 0.08), transparent 35%),
        linear-gradient(165deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 249, 255, 0.96) 100%);
    border: 1px solid rgba(125, 154, 198, 0.14);
    box-shadow:
        0 24px 48px rgba(55, 76, 118, 0.09),
        inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.reward-guide .titArea.reward-guide-tit {
    margin-bottom: 22px;
    align-items: center;
    gap: 16px;
}

.reward-guide .titArea.reward-guide-tit .tit {
    flex: 0 1 auto;
    margin: 0;
    padding: 0 0 8px 0;
    font-weight: 700;
    font-size: 21px;
    line-height: 1.35;
    letter-spacing: -0.03em;
    color: #1a2d4d;
    background: linear-gradient(90deg, var(--concept-color, #6fc2cc), rgba(77, 143, 223, 0.88)) 0 100% / 100% 3px no-repeat;
}

.reward-guide .titArea.reward-guide-tit .line {
    flex: 1;
    height: 2px;
    margin-bottom: 0;
    background: linear-gradient(90deg, rgba(111, 194, 204, 0.45), rgba(125, 154, 198, 0.08));
    border-radius: 999px;
}

.reward-guide-steps {
    display: grid;
    gap: 18px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.reward-guide .reward-item {
    display: flex;
    gap: 18px;
    margin-top: 0;
    padding: 22px 24px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid rgba(125, 154, 198, 0.14);
    box-shadow: 0 10px 26px rgba(63, 81, 119, 0.07);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.reward-guide .reward-item:hover {
    transform: translateY(-2px);
    border-color: rgba(111, 194, 204, 0.35);
    box-shadow: 0 18px 36px rgba(55, 89, 142, 0.12);
}

.reward-guide .reward-item-point {
    background: linear-gradient(145deg, rgba(255, 252, 246, 0.98), rgba(238, 249, 253, 0.95));
    border-color: rgba(111, 194, 204, 0.28);
    box-shadow:
        0 12px 30px rgba(63, 81, 119, 0.08),
        inset 0 0 0 1px rgba(255, 255, 255, 0.65);
}

.reward-guide .reward-num {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 54px;
    width: 54px;
    height: 54px;
    border-radius: 18px;
    background: linear-gradient(145deg, #24365c 0%, #2f6a9a 55%, #3ba9c7 100%);
    border: 2px solid rgba(255, 255, 255, 0.35);
    box-shadow:
        0 12px 22px rgba(47, 77, 131, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.22);
    font-family: 'GmarketSansBold';
    font-size: 15px;
    letter-spacing: 0.02em;
    color: #fff;
}

.reward-guide-steps .reward-item:not(:last-child) .reward-num::after {
    content: "";
    position: absolute;
    left: 50%;
    top: calc(100% + 6px);
    transform: translateX(-50%);
    width: 3px;
    height: 22px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(59, 169, 199, 0.55), rgba(59, 169, 199, 0));
}

.reward-guide .reward-body {
    flex: 1;
    min-width: 0;
}

.reward-guide .stit,
.reward-guide .txt,
.reward-guide .txt-point {
    padding-left: 0;
    text-indent: 0;
}

.reward-guide .stit {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.45;
}

.reward-guide .txt,
.reward-guide .txt-point {
    font-size: 15px;
    line-height: 1.7;
}

.reward-guide .txt-point,
.reward-guide .reward-emphasis,
.reward-guide .reward-note {
    display: inline-block;
    position: relative;
    margin-top: 2px;
    padding: 10px 14px 10px 18px;
    border-radius: 16px;
    box-sizing: border-box;
}

.reward-guide .txt-point::before,
.reward-guide .reward-emphasis::before,
.reward-guide .reward-note::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 10px;
    width: 4px;
    border-radius: 999px;
}

.reward-guide .txt-point {
    background: rgba(235, 243, 255, 0.52);
    color: #28466f;
}

.reward-guide .txt-point::before {
    background: linear-gradient(180deg, #4d8fdf, #80b5f5);
}

.reward-guide .reward-emphasis {
    background: rgba(235, 243, 255, 0.86);
    color: #20416e;
}

.reward-guide .reward-emphasis::before {
    background: linear-gradient(180deg, #4d8fdf, #80b5f5);
}

.reward-guide .reward-note {
    background: rgba(255, 243, 208, 0.86);
    color: #8b5e0d;
}

.reward-guide .reward-note::before {
    background: linear-gradient(180deg, #f0b24b, #ffd36f);
}

.partner-login-wrap {
    display: block;
    height: auto;
    min-height: 100vh;
    padding: 40px 20px 60px;
    box-sizing: border-box;
    background:
        radial-gradient(circle at top left, rgba(91, 147, 214, 0.14), rgba(91, 147, 214, 0) 34%),
        linear-gradient(180deg, #f7fbff 0%, #eef4fb 100%);
}

/* 로그인·가입(토큰 카드형): 세로 중앙 정렬 시 긴 폼에서 상단(로고)이 잘림 → 상단부터 스크롤 */
.login-wrap.partner-login-wrap,
.partner-login-wrap:has(.partner-panel.token-mode) {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 100vh;
    height: auto;
    padding: 28px 20px 56px;
    padding-top: 12px;
    overflow-y: visible;
    box-sizing: border-box;
}

.login-wrap.partner-login-wrap {
    margin: 0 auto;
}

.partner-login-wrap:has(.partner-panel.token-mode) .partner-panel.token-mode {
    width: 100%;
    max-width: 560px;
    padding-top: 12px;
    margin: 0 auto 24px;
    flex-shrink: 0;
}

/* 아이디/비밀번호 찾기·재설정 (login-wrap.find) */
.login-wrap.find {
    justify-content: flex-start;
    align-items: center;
    min-height: 100vh;
    height: auto;
    margin: 0 auto;
    padding: calc(50px + 20px) 8% 64px;
    box-sizing: border-box;
}

/* 고정 join-header(50px) 아래 본문 */
.join-header + .join-cross-nav {
    margin-top: 50px;
}

.join-header + .join-wrap {
    margin-top: 50px;
}

.join-header + .join-cross-nav + .join-wrap {
    margin-top: 0;
}

.partner-panel {
    max-width: 1880px;
    margin: 0 auto;
    padding-top: 18px;
}

.partner-panel:not(.token-mode) {
    padding-top: 26px;
}

.partner-page-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    margin-bottom: 12px;
}

.partner-page-heading {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    flex-wrap: wrap;
}

.partner-inline-logo {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    flex: 0 0 auto;
    width: 150px;
    max-width: 34vw;
    height: 30px;
}

.partner-inline-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.partner-login-badge {
    display: inline-flex;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(11, 114, 186, 0.08);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--concept-color);
}

.partner-login-title {
    margin: 0;
    font-family: 'GmarketSansBold';
    font-size: 24px;
    line-height: 1.2;
    color: #1f2f46;
}

.partner-login-copy {
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 1.6;
    color: #5d6a7b;
}

.partner-login-card {
    padding: 18px 20px;
    border: 1px solid rgba(137, 158, 188, 0.24);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 34px rgba(48, 71, 108, 0.08);
}

.partner-login-top {
    display: grid;
    grid-template-columns: minmax(320px, 420px) minmax(260px, 360px);
    gap: 18px;
    align-items: start;
}

.partner-brand-copy .eyebrow {
    display: inline-flex;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.94);
}

.partner-brand-copy .hero-title {
    margin-top: 12px;
    font-family: 'GmarketSansBold';
    font-size: 30px;
    line-height: 1.2;
    color: #fff;
}

.partner-brand-copy .hero-text {
    margin-top: 8px;
    max-width: 760px;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.86);
}

.partner-brand-mark {
    flex: 0 0 auto;
    font-family: 'GmarketSansBold';
    font-size: 24px;
    letter-spacing: 0.14em;
    color: rgba(255, 255, 255, 0.74);
}

.partner-login-top-compact {
    display: block;
}

.partner-profile-card {
    width: 100%;
    min-height: 0;
    padding: 16px 22px;
    border-radius: 20px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 255, 0.96));
    border: 1px solid rgba(121, 151, 196, 0.16);
    box-shadow:
        0 14px 28px rgba(48, 71, 108, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.partner-profile-hero {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 28px;
    margin-bottom: 16px;
    padding: 22px 24px;
    border-radius: 24px;
    background:
        radial-gradient(circle at top left, rgba(126, 220, 225, 0.22), rgba(126, 220, 225, 0) 26%),
        linear-gradient(135deg, #123965 0%, #0b72ba 58%, #22a5b8 100%);
    border: 0;
    box-shadow: 0 18px 34px rgba(27, 67, 114, 0.18);
}

.partner-profile-inline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 28px;
}

.partner-profile-inline .label {
    display: block;
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.72);
}

.partner-profile-inline .profile-main strong {
    font-family: 'GmarketSansBold';
    font-size: 28px;
    line-height: 1.2;
    color: #fff;
}

.partner-profile-inline .profile-meta {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 18px 28px;
}

.partner-profile-inline .meta-item {
    min-width: 132px;
    padding-left: 18px;
    text-align: left;
    border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.partner-profile-inline .meta-item > span:last-child {
    font-size: 16px;
    color: #fff;
}

.partner-login-card.is-error {
    border-color: rgba(210, 111, 111, 0.28);
}

.partner-invalid-card {
    max-width: 720px;
    padding: 28px 28px 24px;
    border-color: rgba(215, 120, 120, 0.24);
    background:
        radial-gradient(circle at top right, rgba(255, 232, 232, 0.9), rgba(255, 255, 255, 0) 30%),
        #fff;
}

.partner-token-layout {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    box-sizing: border-box;
}

.partner-token-panel {
    padding: 36px 28px 24px;
}

.partner-login-card .partner-login-badge {
    margin-bottom: 14px;
}

.partner-panel.token-mode {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.partner-panel.token-mode .partner-login-badge,
.partner-panel.token-mode .partner-login-title,
.partner-panel.token-mode .partner-login-copy {
    text-align: center;
}

.partner-panel.token-mode .partner-page-head {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 0;
    margin-bottom: 28px;
}

.partner-panel.token-mode .partner-inline-logo {
    width: min(260px, 78vw);
    max-width: 90vw;
    height: auto;
    min-height: 48px;
}

.partner-panel.token-mode .partner-inline-logo img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 60px;
    object-fit: contain;
}

/* 로그인 화면: 카드(partner-token-panel) 상단 공통 역할 표시 */
.login-screen-role {
    margin: 0 0 12px;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    font-family: 'GmarketSansBold', sans-serif;
    font-size: 20px;
    line-height: 1.35;
    letter-spacing: -0.02em;
    color: #1f2f46;
}

.partner-panel.token-mode .partner-page-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}

.partner-token-input {
    margin-top: 18px;
}

.partner-panel.token-mode .partner-token-panel > .partner-token-input:first-of-type {
    margin-top: 0;
}

.partner-token-input label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #4d5d73;
}

.partner-token-input input {
    width: 100%;
    height: 52px;
    padding: 0 16px;
    border: 1px solid rgba(145, 164, 191, 0.42);
    border-radius: 12px;
    font-size: 15px;
    color: #22324a;
    box-sizing: border-box;
}

.partner-token-input input:focus {
    outline: none;
    border-color: var(--concept-color);
    box-shadow: 0 0 0 4px rgba(11, 114, 186, 0.08);
}

.partner-invalid-alert {
    margin-top: 16px;
    padding: 12px 14px;
    border-radius: 12px;
    background: rgba(201, 84, 84, 0.10);
    color: #b03f3f;
    font-size: 14px;
    line-height: 1.5;
}

.token-copy {
    margin-bottom: 0;
}

.partner-token-panel .partner-join-form-note {
    margin: 6px 0 18px;
    font-size: 14px;
    line-height: 1.55;
    color: #5d6a7b;
    text-align: left;
}

.partner-invalid-badge {
    display: inline-flex;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(201, 84, 84, 0.12);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #b03f3f;
}

.partner-invalid-title {
    margin: 16px 0 12px;
    font-family: 'GmarketSansBold';
    font-size: 28px;
    line-height: 1.3;
    color: #1f2f46;
}

.partner-login-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 10px 0;
    border-top: 1px solid rgba(223, 229, 238, 0.8);
}

.partner-login-row:first-child {
    padding-top: 0;
    border-top: 0;
}

.partner-login-row .label {
    font-size: 13px;
    font-weight: 600;
    color: #708096;
}

.partner-login-row strong,
.partner-login-row span {
    text-align: right;
    word-break: break-word;
}

.partner-login-row .state {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
}

.partner-login-row .state.ok {
    background: rgba(61, 161, 110, 0.12);
    color: #2b7f56;
}

.partner-login-row .state.error {
    background: rgba(201, 84, 84, 0.12);
    color: #b03f3f;
}

.partner-login-note,
.partner-login-helper {
    margin-top: 18px;
    padding: 16px 18px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(176, 191, 214, 0.22);
}

.partner-login-note,
.partner-login-helper p,
.partner-login-error {
    font-size: 14px;
    line-height: 1.6;
    color: #5d6a7b;
}

.partner-login-helper .sample {
    margin-top: 6px;
    word-break: break-all;
}

.partner-invalid-contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-top: 18px;
    padding: 16px 18px;
    border-radius: 16px;
    background: rgba(248, 250, 253, 0.9);
    border: 1px solid rgba(176, 191, 214, 0.22);
}

.partner-invalid-contact .label {
    font-size: 13px;
    font-weight: 600;
    color: #708096;
}

.partner-invalid-contact strong {
    font-family: 'GmarketSansBold';
    font-size: 24px;
    line-height: 1;
    color: #22324a;
}

.partner-token-submit {
    margin-top: 20px;
}

.partner-token-submit .btn-type,
.partner-token-submit .btn {
    width: 100%;
    justify-content: center;
    min-height: 54px;
    font-size: 16px;
    color: #fff !important;
    background: var(--second-color) !important;
    border: 1px solid var(--second-color) !important;
}

.partner-token-sub {
    margin-top: 10px;
}

.partner-token-sub .btn-type,
.partner-token-sub .btn {
    width: 100%;
    justify-content: center;
    color: var(--second-color) !important;
    background: #fff !important;
    border: 1px solid var(--second-color) !important;
}

.partner-token-help {
    margin-top: 14px;
    padding: 14px 4px 0;
    font-size: 13px;
    line-height: 1.6;
    color: #6b798e;
    text-align: center;
}

.partner-token-help .contact {
    margin-top: 4px;
    font-size: 18px;
    font-weight: 700;
    color: #324560;
}

.partner-login-helper-top {
    margin-top: 0;
}

.partner-settlement {
    margin-top: 22px;
}

.partner-section-head {
    margin-bottom: 14px;
}

.partner-filter-bar {
    margin-bottom: 14px;
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(137, 158, 188, 0.18);
    box-shadow: 0 12px 24px rgba(48, 71, 108, 0.05);
}

.partner-toolbar {
    display: flex;
    align-items: center;
    gap: 12px;
}

.partner-filter-bar .filter-group {
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 0 0 auto;
}

.partner-filter-bar .filter-label {
    font-size: 13px;
    font-weight: 700;
    color: #32445f;
}

.partner-filter-bar .filter-range {
    display: flex;
    align-items: center;
    gap: 8px;
}

.partner-filter-bar .filter-range input {
    width: 138px;
    height: 42px;
    padding: 0 8px;
    border: 1px solid rgba(145, 164, 191, 0.42);
    border-radius: 12px;
    font-size: 14px;
    color: #22324a;
    font-variant-numeric: tabular-nums;
    box-sizing: border-box;
    background: #fff;
}

.partner-filter-bar .dash {
    color: #718299;
}

.partner-filter-bar .filter-actions {
    display: flex;
    align-items: center;
    align-self: center;
    gap: 8px;
    flex: 0 0 auto;
}

.partner-filter-bar .btn-type,
.partner-filter-bar .btn {
    min-width: 92px;
    justify-content: center;
    margin: 0;
}

.partner-filter-bar .concept-line {
    color: var(--second-color) !important;
    background: #fff !important;
    border: 1px solid var(--second-color) !important;
}

.partner-summary-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 14px;
}

.partner-summary-strip.compact {
    flex: 1 1 auto;
    grid-template-columns: repeat(4, minmax(110px, 1fr));
    gap: 8px;
    margin-bottom: 0;
    padding-left: 12px;
    border-left: 1px solid rgba(137, 158, 188, 0.18);
}

.partner-summary-strip .summary-item {
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(137, 158, 188, 0.18);
    box-shadow: 0 12px 24px rgba(48, 71, 108, 0.06);
}

.partner-summary-strip .label {
    display: block;
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 600;
    color: #718299;
}

.partner-summary-strip strong {
    display: block;
    font-family: 'GmarketSansBold';
    font-size: 20px;
    line-height: 1.2;
    color: #22324a;
}

.partner-summary-strip.compact .summary-item {
    padding: 8px 10px;
    border-radius: 12px;
}

.partner-summary-strip.compact .label {
    margin-bottom: 3px;
    font-size: 10px;
}

.partner-summary-strip.compact strong {
    font-size: 14px;
}

.partner-section-title {
    font-family: 'GmarketSansBold';
    font-size: 24px;
    line-height: 1.3;
    color: #22324a;
}

.partner-section-copy {
    margin-top: 6px;
    font-size: 14px;
    line-height: 1.6;
    color: #65748a;
}

.partner-settlement-table-wrap {
    overflow-x: auto;
    border: 1px solid rgba(122, 145, 180, 0.22);
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 255, 0.96));
    box-shadow:
        0 20px 36px rgba(48, 71, 108, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.partner-settlement-table {
    width: 100%;
    min-width: 1502px;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
}

.partner-settlement-table th,
.partner-settlement-table td {
    padding: 14px 10px;
    border-right: 1px solid rgba(154, 171, 198, 0.38);
    border-top: 1px solid rgba(154, 171, 198, 0.34);
    font-size: 15px;
    line-height: 1.55;
    color: #22324a;
    vertical-align: middle;
    box-sizing: border-box;
    background: #fff;
}

.partner-settlement-table thead th {
    position: sticky;
    top: 0;
    background:
        linear-gradient(180deg, #edf4fb 0%, #dbe7f3 100%);
    border-top: 0;
    font-weight: 700;
    z-index: 4;
    color: #20324d;
}

.partner-settlement-table th:last-child,
.partner-settlement-table td:last-child {
    border-right: 0;
}

.partner-settlement-table .center {
    text-align: center;
}

.partner-settlement-table .right {
    text-align: right;
}

.partner-settlement-table .strong {
    font-weight: 700;
}

.partner-settlement-table .theme {
    font-weight: 700;
    font-size: 17px;
    color: #155b86;
}

.partner-settlement-table .period {
    white-space: nowrap;
}

.partner-settlement-table .metric {
    display: inline-block;
}

.partner-settlement-table-compact {
    min-width: 1502px;
}

.partner-settlement-table-compact th,
.partner-settlement-table-compact td {
    padding: 11px 8px;
    font-size: 13px;
    line-height: 1.4;
}

.partner-settlement-table-compact thead th {
    font-size: 12px;
    line-height: 1.35;
}

.partner-settlement-table thead tr:nth-child(2) th {
    top: 48px;
}

.partner-settlement-table-compact .theme {
    font-size: 15px;
}

.partner-settlement-table .sub-copy {
    display: inline-block;
    margin-top: 4px;
    font-size: 11px;
    line-height: 1.3;
    color: #647388;
}

.partner-settlement-table td.period .sub-copy {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.partner-settlement-table .status-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 58px;
    min-height: 32px;
    padding: 0 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
}

.partner-settlement-table .status-chip.done {
    background: rgba(61, 161, 110, 0.12);
    color: #2b7f56;
}

.partner-settlement-table .status-chip.pending {
    background: rgba(11, 114, 186, 0.10);
    color: #0b72ba;
}

.partner-settlement-table tbody tr:nth-child(even) td {
    background: rgba(247, 250, 254, 0.82);
}

.partner-settlement-table tbody tr:hover td {
    background: rgba(235, 244, 252, 0.94);
}

.partner-settlement-table .summary-row td {
    background: linear-gradient(180deg, #edf3f9 0%, #e2ebf5 100%);
    border-top: 1px solid rgba(127, 151, 188, 0.44);
}

.partner-settlement-table .summary-title {
    font-family: 'GmarketSansBold';
    font-size: 15px;
    color: #20324d;
}

.partner-settlement-table .partner-empty {
    padding: 36px 16px;
    color: #647388;
}

.partner-pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.partner-pagination .page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    padding: 0 10px;
    border-radius: 12px;
    border: 1px solid rgba(142, 162, 192, 0.26);
    background: rgba(255, 255, 255, 0.92);
    color: #35506f;
    font-size: 14px;
    font-weight: 700;
}

.partner-pagination .page-link.active {
    border-color: rgba(11, 114, 186, 0.32);
    background: linear-gradient(135deg, #0b72ba, #2aa6bc);
    color: #fff;
}

.partner-panel:not(.token-mode) {
    max-width: 1560px;
    padding: 24px 26px 26px;
}

.partner-panel:not(.token-mode) .partner-page-head {
    margin-bottom: 6px;
}

.partner-panel:not(.token-mode) .partner-inline-logo {
    width: 132px;
    height: 28px;
}

.partner-panel:not(.token-mode) .partner-login-badge {
    padding: 4px 9px;
    font-size: 10px;
}

.partner-panel:not(.token-mode) .partner-login-title {
    font-size: 22px;
    line-height: 1.2;
}

.partner-panel:not(.token-mode) .partner-login-copy {
    margin-top: 4px;
    font-size: 13px;
    line-height: 1.45;
}

.partner-panel:not(.token-mode) .partner-login-top {
    margin-top: 14px;
}

.partner-panel:not(.token-mode) .partner-login-card {
    padding: 18px 20px;
    border-radius: 18px;
}

.partner-panel:not(.token-mode) .partner-brand-copy .eyebrow {
    font-size: 10px;
    letter-spacing: 0.12em;
}

.partner-panel:not(.token-mode) .partner-brand-copy .hero-title {
    font-size: 24px;
    line-height: 1.15;
}

.partner-panel:not(.token-mode) .partner-brand-copy .hero-text {
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.5;
}

.partner-panel:not(.token-mode) .partner-profile-inline {
    gap: 16px;
}

.partner-panel:not(.token-mode) .partner-profile-inline .label {
    font-size: 10px;
}

.partner-panel:not(.token-mode) .partner-profile-inline .profile-main strong {
    font-size: 22px;
    font-weight:300;
}

.partner-panel:not(.token-mode) .partner-profile-inline .meta-item > span:last-child {
    font-size: 13px;
}

.partner-panel:not(.token-mode) .partner-settlement {
    margin-top: 18px;
}

.partner-panel:not(.token-mode) .partner-section-head {
    margin-bottom: 12px;
}

.partner-panel:not(.token-mode) .partner-section-title {
    font-size: 20px;
    line-height: 1.2;
}

.partner-panel:not(.token-mode) .partner-section-copy {
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.45;
}

.partner-panel:not(.token-mode) .partner-filter-bar {
    padding: 9px 10px;
    border-radius: 14px;
}

.partner-panel:not(.token-mode) .partner-toolbar {
    gap: 8px 10px;
}

.partner-panel:not(.token-mode) .partner-filter-bar .filter-label {
    font-size: 12px;
    text-align: center;
}

.partner-panel:not(.token-mode) .partner-filter-bar .filter-group,
.partner-panel:not(.token-mode) .partner-filter-bar .filter-range {
    align-items: center;
    text-align: center;
}

.partner-panel:not(.token-mode) .partner-filter-bar .filter-range input {
    height: 34px;
    padding: 0 9px;
    font-size: 12px;
    text-align: center;
}

.partner-panel:not(.token-mode) .partner-filter-bar .dash {
    text-align: center;
}

.partner-panel:not(.token-mode) .partner-filter-bar .btn-type,
.partner-panel:not(.token-mode) .partner-filter-bar .btn {
    min-height: 28px;
    padding: 0 8px;
    font-size: 11px;
}

.partner-panel:not(.token-mode) .partner-summary-strip.compact {
    gap: 6px;
}

.partner-panel:not(.token-mode) .partner-summary-strip.compact .summary-item {
    min-height: 48px;
    padding: 7px 8px;
    border-radius: 12px;
}

.partner-panel:not(.token-mode) .partner-summary-strip.compact .label {
    font-size: 11px;
    margin-bottom: 1px;
}

.partner-panel:not(.token-mode) .partner-summary-strip.compact strong {
    font-size: 13px;
}

.partner-panel:not(.token-mode) .partner-settlement-table-wrap {
    border-radius: 18px;
}

.partner-panel:not(.token-mode) .partner-settlement-table {
    min-width: 1420px;
}

.partner-panel:not(.token-mode) .partner-settlement-table th,
.partner-panel:not(.token-mode) .partner-settlement-table td {
    padding: 4px 4px;
    font-size: 13px;
    line-height: 1.22;
}

.partner-panel:not(.token-mode) .partner-settlement-table thead th {
    font-size: 12px;
    line-height: 1.15;
}

.partner-panel:not(.token-mode) .partner-settlement-table thead tr:nth-child(2) th {
    top: 31px;
}

.partner-panel:not(.token-mode) .partner-settlement-table .theme {
    font-size: 14px;
}

.partner-panel:not(.token-mode) .partner-settlement-table td:nth-child(4),
.partner-panel:not(.token-mode) .partner-settlement-table td:nth-child(5) {
    white-space: nowrap;
}

.partner-panel:not(.token-mode) .partner-settlement-table .period-line {
    display: block;
    font-size: inherit;
    line-height: 1.2;
    color: inherit;
}

.partner-panel:not(.token-mode) .partner-settlement-table .period-line + .period-line {
    margin-top: 1px;
}

.partner-panel:not(.token-mode) .partner-settlement-table td br,
.partner-panel:not(.token-mode) .partner-settlement-table th br {
    line-height: 1;
}

.partner-panel:not(.token-mode) .partner-settlement-table .summary-title {
    font-size: 14px;
}

.partner-panel:not(.token-mode) .partner-settlement-table .partner-empty {
    padding: 26px 12px;
    font-size: 14px;
}


.partner-panel:not(.token-mode) .partner-pagination {
    gap: 6px;
    margin-top: 14px;
}

.partner-panel:not(.token-mode) .partner-pagination .page-link {
    min-width: 34px;
    height: 34px;
    padding: 0 8px;
    border-radius: 10px;
    font-size: 13px;
}

@media all and (max-width:1024px) {
    .partner-login-top,
    .partner-login-form-wrap {
        grid-template-columns: 1fr;
    }

    .partner-filter-bar {
        padding: 12px;
    }

    .partner-toolbar {
        flex-direction: column;
        align-items: stretch;
    }

    .partner-summary-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .partner-brand-hero,
    .partner-profile-hero,
    .partner-profile-inline {
        flex-direction: column;
        align-items: flex-start;
    }

    .partner-profile-inline .profile-meta {
        justify-content: flex-start;
    }

    .partner-profile-inline .meta-item {
        text-align: left;
        padding-left: 0;
        border-left: 0;
    }
}

@media all and (max-width:640px) {
    .partner-login-wrap {
        padding: 28px 14px 44px;
    }

    .login-wrap.partner-login-wrap,
    .partner-login-wrap:has(.partner-panel.token-mode) {
        padding: 28px 14px 48px;
        padding-top: calc(var(--header-height, 55px) - 50px)
    }

    .login-wrap.find {
        padding: calc(50px + 16px) 6% 48px;
    }

    .partner-page-head {
        gap: 10px;
        margin-bottom: 8px;
    }

    .partner-inline-logo {
        width: 108px;
        max-width: 28vw;
        height: 22px;
    }

    .partner-panel.token-mode .partner-inline-logo {
        width: min(200px, 70vw);
        max-width: 85vw;
        height: auto;
        min-height: 40px;
    }

    .partner-panel.token-mode .partner-inline-logo img {
        max-height: 52px;
    }

    .partner-page-heading {
        gap: 6px;
    }

    .partner-page-head .partner-login-badge {
        display: inline-flex;
        padding: 3px 7px;
        font-size: 9px;
        letter-spacing: 0.06em;
    }

    .partner-page-head .partner-login-title {
        font-size: 15px;
        line-height: 1.2;
    }

    .partner-panel > .partner-login-badge,
    .partner-login-copy,
    .partner-brand-hero,
    .partner-section-copy,
    .partner-summary-strip,
    .partner-token-help {
        display: none;
    }

    .partner-panel.token-mode .partner-token-panel .partner-login-copy {
        display: block;
    }

    .partner-dash-meta .partner-summary-strip {
        display: grid;
    }

    .partner-summary-strip {
        grid-template-columns: 1fr;
    }

    .partner-filter-bar .filter-group {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .partner-filter-bar .filter-range {
        width: 100%;
    }

    .partner-filter-bar .filter-range input {
        width: calc(50% - 10px);
        height: 38px;
        padding: 0 10px;
        font-size: 13px;
    }

    .partner-filter-bar .filter-actions {
        width: 100%;
    }

    .partner-filter-bar .btn-type,
    .partner-filter-bar .btn {
        flex: 1 1 0;
        min-width: 0;
    }

    .partner-summary-strip.compact {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding-left: 0;
        border-left: 0;
    }

    .partner-login-title,
    .partner-invalid-title {
        font-size: 24px;
    }

    .partner-brand-copy .hero-title {
        font-size: 24px;
    }

    .partner-brand-copy .hero-text {
        font-size: 13px;
    }

    .partner-token-panel {
        padding: 28px 18px 18px;
    }

    .partner-login-card .partner-login-badge {
        margin-bottom: 10px;
    }

    .partner-token-input input {
        height: 48px;
        font-size: 14px;
    }

    .partner-token-submit .btn-type,
    .partner-token-submit .btn {
        min-height: 48px;
        font-size: 15px;
    }

    .partner-token-help {
        font-size: 12px;
    }

    .partner-token-help .contact {
        font-size: 16px;
    }
}
.quick_title { letter-spacing: -.5px; line-height: 1.45;}
.quick_title .mo_only { flex-direction: column; }
.txt-alert-s { word-break: break-all;}
.myswiper .swiper-slide {min-height:600px; }
  .btn-initial+.qtable { order:unset;}
.swiper-form .form_sty > ul .tit{flex:0 0 120px;}
.search-top .dateArea .input_sty{flex:1;}
.areaSelect.btn-initial { order: 0;}
.text-wrap .tit { padding-left: 0; background: unset;}
.select-pc { }
.select-mo { display: none !important;}
.estimate-partial-hidden,
.estimate-partial-hidden.select-mo { display: none !important; }
.footer .f_logo { background: unset; text-indent: unset; }
.footer .f_logo img { object-fit: contain; width: 100%; height: 100%; }
.footer-inner { column-gap : 20px;}
.login-logo { background: unset; max-height: 50px; }
.login-logo img { object-fit: contain; width: 100%; height: 100%; max-width: 100%; max-height: 50px;}


.text-wrap .stit { font-size: 19px;}
.text-wrap .txt { font-size: 18px;}
.text-wrap .txt-point { font-size: 18px;}
.tbList ul { column-gap : 30px; }
.preview-info > div { height: 100%; }
.footer .f_cont { align-content: center;}
#header .header-aside {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 4px;
    flex-shrink: 0;
    z-index: 6;
}
.visit-counter-mobile {
    display: none;
}
#header .header-visit-stats {
    margin: 0;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 600;
    color: var(--concept-color, #e85d04);
    white-space: nowrap;
    text-align: right;
}
@media all and (max-width: 1150px) {
    .visit-counter-desktop {
        display: none !important;
    }
    #header .util-btn {
        display: inline-flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        position: fixed;
        top: 0;
        right: var(--padding-w);
        width: 25%;
        height: var(--header-height);
        z-index: 9;
        gap: 5px;
    }
    #header .visit-counter-mobile {
        display: flex;
        position: absolute;
        top: calc((var(--header-height) - 60px) / 2 + 40px + 3px);
        right: 0;
        left: auto;
        width: 40px;
        justify-content: center;
        align-items: center;
        line-height: 1;
        pointer-events: none;
        transform: none;
    }
    #header .visit-counter-mobile .header-visit-stats {
        font-size: 11px;
        text-align: center;
        white-space: nowrap;
    }
    #toggleBtn {
        flex-shrink: 0;
    }
}
@media all and (min-width: 1151px) {
    .visit-counter-mobile {
        display: none !important;
    }
    #header .header-inner > .visit-counter-desktop {
        position: absolute;
        top: 55px;
        right: 4px;
        height: 45px;
        display: flex;
        align-items: center;
        line-height: 1;
        pointer-events: none;
        white-space: nowrap;
        z-index: 6;
    }
    #header .header-inner > .visit-counter-desktop .header-visit-stats {
        text-align: right;
        margin: 0;
    }
}
.footer .f_right { justify-content: center;}
.preview-wrap > * { width: calc(100% / 3 - 10px); }

@media (max-width: 1280px) {
    .preview-wrap { justify-content: space-between;}
}

@media (max-width: 1024px) {
    .footer .f_right { order: 3; justify-content: flex-start;}
}

@media all and (max-width:950px) { 
    .quick_title p { font-size: 18px; }
    .meal-section { flex-wrap: wrap; row-gap: 5px !important; }
    .mem-container { justify-content: space-around;}
    .top-contents {
        min-height: auto;
        padding: calc(var(--padding-h) + 6px) 0 calc(var(--padding-h) + 4px);
    }
    .swiper-form .form_sty > ul .tit { flex: 0 0 60px; }
    .select-mo { display: flex !important; }
    .select-pc { display: none !important; }
    .swiper-form .form_sty > ul .cont > .select-mo {
        width: 100%;
        flex: 1 1 100%;
    }
    .swiper-form .form_sty > ul .cont > .select-mo > .select-wrap,
    .swiper-form .form_sty > ul .cont > .select-mo select.form-select {
        width: 100%;
    }
    .partner-search {
        flex: 1 1 100%;
        width: 100%;
    }

    
    .text-wrap .tit { font-size: 16px; }
    .text-wrap .stit { font-size: 15px;}
    .text-wrap .txt { font-size: 14px;}
    .text-wrap .txt-point { font-size: 14px;}
    .footer .f_logo { max-height: 150px; }
}

@media all and (max-width:768px) {
    .agreement_box .agreement_tit { letter-spacing: -0.05em;}
    .quick_wrap .titArea { margin-top: 5px; }
    .mo_only {display: inline-flex !important; }
    .preview-wrap > :last-child { display: initial; }
    .main-topTitle {
        gap: 8px;
        width: calc(100% - 28px);
        padding: 24px 18px 16px;
        margin-top: 4px;
    }
    .title {
        gap: 10px;
        margin-bottom: 20px;
        padding-bottom: 12px;
    }
    .title::after {
        width: min(180px, 100%);
    }
    .title > span.stit {
        min-height: 34px;
        padding: 7px 13px 7px 14px;
        font-size: 15px;
    }
    .title > span.stit::before {
        width: 7px;
        height: 7px;
        margin-right: 8px;
    }
    .main-topTitle::before {
        border-radius: 24px;
    }
    .main-topTitle::after {
        top: 12px;
        width: calc(100% - 72px);
    }
    .main-topTitle .title-line {
        font-size: 26px;
    }
    .main-topTitle .title-sub {
        font-size: 22px;
    }
    .main-topTitle .title-strong {
        padding: 4px 12px;
    }
    .main-topTitle .concept-color {
        padding: 0 8px 1px;
    }
    .reward-guide-intro {
        flex-direction: column;
        align-items: flex-start;
        padding: 18px 18px 16px;
        border-radius: 20px;
    }
    .reward-guide .content {
        padding: 20px 16px;
        border-radius: 22px;
    }
    .reward-guide .reward-item {
        padding: 16px;
        border-radius: 18px;
    }
    .reward-guide .reward-num {
        flex-basis: 46px;
        width: 46px;
        height: 46px;
        border-radius: 14px;
        font-size: 14px;
    }
    .reward-guide .stit {
        font-size: 16px;
    }
    .reward-guide .txt,
    .reward-guide .txt-point,
    .reward-guide-copy {
        font-size: 14px;
        line-height: 1.6;
    }
    .footer { padding-top: 20px; }
    .footer .f_logo { display: flex; }
    .footer .f_logo > img:first-child { max-width: 22%; }
    .footer .f_logo > img:last-child { max-width: 60%; }

    .form_sty > ul > li.top {
        padding-top: 0.5em;
    }
}

@media all and (max-width:640px) { 
    .quick_title { padding: 0 4% calc(var(--padding-h) - 15px);}
    .quick_title p { font-size: 16px; }
}

@media all and (max-width:540px) {
    .travel_duration { order: 2; width: 100%;}
    .cont.theme .select-wrap { width: 100%; }
    .travel_duration .select-wrap { width: 100%; }
    .travel_duration + .cont { flex: 100% !important; }
    .quick_wrap .titArea { margin-top: 3px; }
    .form_sty .tit.lg { flex: 0 0 85px; }
}
@media all and (max-width:480px) { 
    .quick_title p { font-size: 14px; }
    .meal-section { }
    .text-wrap .tit { letter-spacing: -1px; }
    .main-topTitle {
        width: calc(100% - 20px);
        padding: 18px 12px 12px;
        letter-spacing: -0.04em;
    }
    .title {
        gap: 8px;
        margin-bottom: 18px;
    }
    .title::after {
        width: min(140px, 100%);
        height: 2px;
    }
    .title > span.stit {
        min-height: 30px;
        padding: 6px 11px 6px 12px;
        font-size: 13px;
    }
    .title > span.stit::before {
        width: 6px;
        height: 6px;
        margin-right: 7px;
    }
    .main-topTitle::after {
        width: calc(100% - 36px);
    }
    .main-topTitle .title-kicker {
        padding: 7px 12px;
        font-size: 11px;
    }
    .main-topTitle .title-line {
        font-size: 18px;
        line-height: 1.45;
    }
    .main-topTitle .title-sub {
        font-size: 18px;
        line-height: 1.5;
    }
    .main-topTitle .title-strong {
        padding: 2px 8px 4px;
    }
    .reward-guide .reward-item {
        flex-direction: column;
        gap: 12px;
    }
    .reward-guide .reward-num {
        flex: 0 0 auto;
    }
    .reward-guide .reward-emphasis,
    .reward-guide .reward-note {
        width: 100%;
        box-sizing: border-box;
    }
    .reward-guide-steps .reward-item:not(:last-child) .reward-num::after {
        display: none;
    }
}

@media all and (max-width:430px) { 
    .quick_wrap .tit { font-size: 13px; }
    .quick_wrap .btn { padding: 10px 4px; }
}



.hotelpass-box {
    position: relative;
    background: url(/images/hotelpass-img1.png) 95% 50% no-repeat #eff9fb;
    background-size: auto 88%;
}

.hotelpass-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    color: inherit;
    text-decoration: none;
    border-radius: var(--border-radius);
    border: 1px solid rgba(102, 115, 165, 0.22);
    box-shadow: 0 12px 28px rgba(64, 87, 132, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    overflow: hidden;
    box-sizing: border-box;
}

.hotelpass-box .titleArea {
    padding-right: 180px;
}

.rent-box {
    position: relative;
}

.rent-box .titleArea {
    padding-right: 180px;
}

.hotelpass-brand {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}

.hotelpass-box .logo {
    position: absolute;
    top: 30px;
    right: 300px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.rent-box .rent {
    position: absolute;
    top: 40px;
    right: 40px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.hotelpass-box .logo img {
    display: block;
    max-width: 100%;
    height: 30px;
}

.rent-box .rent img {
    display: block;
    height: 45px;
}

.mobile-brand-badge {
    display: none;
}

@media (max-width: 1024px) {
    .form-w50 + .form-w50 { margin-top: 10px; }
    .travel_duration { justify-content: flex-end;}

    .hotelpass-box .logo,
    .rent-box .rent {
        display: none;
    }

    .mobile-brand-badge {
        position: absolute;
        top: 14px;
        right: 16px;
        z-index: 2;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 4px 6px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.86);
        box-shadow: 0 6px 14px rgba(44, 62, 103, 0.12);
        pointer-events: none;
    }

    .mobile-brand-badge img {
        display: block;
        width: auto;
        max-width: 100%;
        height: 24px;
    }
}

.hotelpass-box .sub {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(11, 114, 186, 0.08);
    color: #0b72ba;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

.hotelpass-action-wrap {
    display: flex;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    justify-content: flex-start;
}

#hotel .mainSearch-wrap {
    max-width: 760px;
}

.hotelpass-search {
    display: grid;
    grid-template-columns: minmax(176px, 1.45fr) minmax(110px, 0.75fr) minmax(78px, 0.48fr) minmax(110px, 0.75fr) minmax(90px, 0.6fr);
    gap: 8px;
    width: 100%;
    max-width: 800px;
    padding: 10px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(147, 165, 197, 0.28);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
    box-sizing: border-box;
}

.hotelpass-search-field {
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-width: 0;
}

.hotelpass-search-field.action {
    justify-content: flex-end;
}

.hotelpass-search-head {
    display: flex;
    align-items: center;
    gap: 4px;
    min-height: 16px;
    white-space: nowrap;
}

.hotelpass-search-label,
.hotelpass-search-note {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    color: #1f2e49;
}

.hotelpass-search-note {
    font-weight: 500;
    color: #6a7586;
}

.hotelpass-search-input {
    display: flex;
    align-items: center;
    min-height: var(--search-ui-height);
    padding: var(--search-ui-padding);
    border: 1px solid #cfd6e2;
    background: #fff;
    color: #425067;
    font-size: var(--search-ui-font-size);
    line-height: 1.3;
    box-sizing: border-box;
}

.hotelpass-search-input.search-ui-field-box {
    justify-content: center;
    gap: 2px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.hotelpass-search-input.with-icon,
.hotelpass-search-input.select {
    position: relative;
    padding-right: 38px;
}

.hotelpass-search-input.with-icon::after {
    content: "";
    position: absolute;
    right: 12px;
    width: 14px;
    height: 14px;
    border: 1px solid #7f8ca4;
    border-radius: 2px;
    box-sizing: border-box;
    background:
        linear-gradient(#7f8ca4, #7f8ca4) 2px 4px / 8px 1px no-repeat,
        linear-gradient(#7f8ca4, #7f8ca4) 2px 7px / 8px 1px no-repeat,
        linear-gradient(#7f8ca4, #7f8ca4) 3px 0 / 1px 4px no-repeat,
        linear-gradient(#7f8ca4, #7f8ca4) 9px 0 / 1px 4px no-repeat;
    opacity: 0.8;
}

.hotelpass-search-input.select::after {
    content: "";
    position: absolute;
    right: 14px;
    width: 8px;
    height: 8px;
    border-right: 1.5px solid #67748c;
    border-bottom: 1.5px solid #67748c;
    transform: rotate(45deg) translateY(-2px);
}

.hotelpass-search-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: var(--search-btn-height);
    padding: 0 12px;
    border-radius: 9px;
    background: linear-gradient(135deg, #0b72ba, #17a7c8);
    color: #fff;
    font-size: var(--search-btn-font-size);
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 10px 18px rgba(11, 114, 186, 0.18);
    box-sizing: border-box;
}

.section .search-box .mainSearch-wrap > a {
    cursor: pointer;
}

.section .search-box .mainSearch-wrap > a.engine-search-link {
    display: flex;
    align-items: stretch;
    gap: 12px;
}

.section .search-box .mainSearch-wrap .engine-search-layout {
    display: grid;
    gap: 8px;
}

.section .search-box .mainSearch-wrap .engine-search-layout-air {
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1.1fr) minmax(0, 1.15fr) minmax(88px, 0.58fr);
}

.section .search-box .mainSearch-wrap .engine-search-layout-hotel {
    grid-template-columns: minmax(0, 1.45fr) minmax(0, 0.9fr) minmax(0, 0.62fr) minmax(0, 0.9fr) minmax(88px, 0.58fr);
}

.section .search-box .mainSearch-wrap .engine-search-layout-golf {
    grid-template-columns: minmax(0, 1.7fr) minmax(0, 1.1fr) minmax(88px, 0.58fr);
}

.section .search-box .mainSearch-wrap .engine-search-layout-rent {
    grid-template-columns: minmax(0, 1.65fr) minmax(0, 0.98fr) minmax(0, 0.74fr) minmax(0, 0.98fr) minmax(0, 0.74fr) minmax(88px, 0.58fr);
}

.section .search-box .mainSearch-wrap .engine-search-layout-package {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.05fr) minmax(0, 0.95fr) minmax(0, 0.95fr) minmax(88px, 0.58fr);
}

.section .search-box .mainSearch-wrap .engine-search-col-wide,
.section .search-box .mainSearch-wrap .engine-search-col-half,
.section .search-box .mainSearch-wrap .engine-search-col-date,
.section .search-box .mainSearch-wrap .engine-search-col-time {
    min-width: 0;
}

.section .search-box .mainSearch-wrap > a > * {
    pointer-events: none;
}

.section .search-box.hotelpass-card > * {
    pointer-events: none;
}

@media all and (min-width: 768px) {
    .section .search-box {
        min-height: 255px;
        padding: 28px 32px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .search-box .titleArea {
        gap: 10px;
        margin-bottom: 12px;
    }

    .search-box .tit {
        font-size: 21px;
        line-height: 1.2;
    }

    .search-box .stit,
    .search-box .stit-1 {
        line-height: 1.25;
    }

    .search-box .mainSearch-wrap {
        margin-top: 0;
    }

    .section .search-box .search-ui-panel,
    .section .search-box .mainSearch-wrap .engine-search-panel.search-ui-panel,
    .section .search-box .mainSearch-wrap .search-form,
    .section .search-box .mainSearch-wrap .search-form-m,
    .section .search-box .mainSearch-wrap .rent-form,
    .section .search-box .mainSearch-wrap .package-form {
        padding: 8px;
        border-radius: 14px;
    }

    .section .search-box .search-ui-field,
    .section .search-box .mainSearch-wrap .search-form > *:not(.engine-search-field),
    .section .search-box .mainSearch-wrap .search-form-m .select-m > *:not(.engine-search-field),
    .section .search-box .mainSearch-wrap .rent-input:not(.engine-search-field),
    .section .search-box .mainSearch-wrap .package-input:not(.engine-search-field) {
        min-height: 34px;
        border-radius: 8px;
    }

    .section .search-box .mainSearch-wrap .search-form .input:not(.search-ui-value),
    .section .search-box .mainSearch-wrap .search-form-m .input:not(.search-ui-value),
    .section .search-box .mainSearch-wrap .rent-input:not(.engine-search-field),
    .section .search-box .mainSearch-wrap .package-input:not(.engine-search-field) {
        padding: 0 10px;
        font-size: 11px;
    }

    .section .search-box .search-ui-button,
    .section .search-box .mainSearch-wrap .btn-search:not(.engine-search-button) {
        min-width: 76px;
        height: 34px;
        border-radius: 8px;
        font-size: 12px;
    }

    #package .search-box {
        min-height: 210px;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    body #package .search-box .mainSearch-wrap {
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-end !important;
        gap: 6px !important;
        margin-top: 0 !important;
    }

    #package .list-xscroll {
        margin: 0 auto 6px;
    }

    #package .list-xscroll li {
        padding-right: 10px;
        margin-right: 10px;
    }

    #package .list-xscroll a,
    #package .list-xscroll span {
        height: 24px;
        font-size: 13px;
    }

    #package .mainSearch-wrap > a.mid {
        gap: 6px;
        align-items: flex-end;
    }

    #package .mainSearch-wrap .package-form {
        gap: 4px;
        flex: 1 1 auto;
    }

    #package .mainSearch-wrap .package-input {
        height: 36px;
        font-size: 13px;
    }

    #package .search-box .btn-search.md {
        width: 88px;
        height: 36px;
        font-size: 14px;
    }

    .mainSearch-wrap > a {
        gap: 12px;
    }

    .search-box .engine-copy {
        width: 100%;
        max-width: 760px;
        color: #556070;
        font-size: 14px;
        line-height: 1.45;
    }

    .search-box .engine-tags {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        width: 100%;
    }

    .search-box .engine-tags li {
        display: inline-flex;
        align-items: center;
        min-height: 30px;
        padding: 0 12px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.72);
        border: 1px solid rgba(102, 115, 165, 0.18);
        color: #2b3851;
        font-size: 13px;
        font-weight: 500;
        line-height: 1;
        box-sizing: border-box;
    }
}

@media all and (min-width: 1280px) {
    .section .search-box {
        min-height: 255px;
    }
}

@media all and (max-width: 1279px) {
    .hotelpass-box {
        background-position: calc(100% - 16px) 50%;
        background-size: auto 82%;
    }
}

.hotelpass-bridge-page {
    padding-top: calc(var(--header-height) + 40px);
    box-sizing: border-box;
}

.hotelpass-bridge-header {
    padding: 18px 24px;
    background: #fff;
    border-bottom: 1px solid rgba(20, 36, 74, 0.08);
    box-shadow: 0 10px 30px rgba(20, 36, 74, 0.05);
    box-sizing: border-box;
}

.hotelpass-bridge-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.hotelpass-bridge-logo {
    display: inline-flex;
    align-items: center;
}

.hotelpass-bridge-logo img {
    display: block;
    height: 34px;
    width: auto;
}

.hotelpass-bridge-home {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 104px;
    height: 42px;
    padding: 0 18px;
    border: 1px solid #d6deea;
    border-radius: 999px;
    background: #fff;
    color: #24344f;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    box-sizing: border-box;
}

.hotelpass-bridge-content {
    box-sizing: border-box;
}

.hotelpass-bridge-frame {
    min-height: 100dvh;
    display: block;
    width: 100%;
    border: 0;
    background: #fff;
}

@media all and (max-width: 767px) {
    .section .search-box {
        --search-ui-height: 34px;
        --search-ui-radius: 8px;
        --search-ui-padding: 0 10px;
        --search-ui-font-size: 11px;
        --search-btn-width: 76px;
        --search-btn-height: 34px;
        --search-btn-font-size: 12px;
    }

    .section .search-box {
        min-height: 210px;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .search-box .titleArea {
        gap: 8px;
        margin-bottom: 8px;
    }

    .search-box .engine-copy,
    .search-box .engine-tags {
        display: none;
    }

    .search-box .mainSearch-wrap > a {
        gap: 10px;
    }

    .section .search-box .mainSearch-wrap .engine-search-layout-air,
    .section .search-box .mainSearch-wrap .engine-search-layout-hotel,
    .section .search-box .mainSearch-wrap .engine-search-layout-golf,
    .section .search-box .mainSearch-wrap .engine-search-layout-package {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .section .search-box .mainSearch-wrap .engine-search-layout-rent {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .section .search-box .mainSearch-wrap .engine-search-layout-rent .engine-search-item-pickup-location {
        grid-column: 1 / -1;
    }

    .section .search-box .mainSearch-wrap .engine-search-action {
        grid-column: 1 / -1;
    }

    .section .search-box .mainSearch-wrap .engine-search-layout-air .engine-search-item-passenger {
        grid-column: 1 / -1;
    }

    .section .search-box .mainSearch-wrap .engine-search-layout-air .engine-search-action {
        grid-column: 1 / -1;
    }

    .section .search-box .mainSearch-wrap .engine-search-button {
        width: 100%;
    }

    .search-box .mainSearch-wrap {
        margin-top: 0;
    }

    .section .search-box .search-ui-panel {
        padding: 8px;
        border-radius: 14px;
    }

    .section .search-box .mainSearch-wrap .engine-search-panel.search-ui-panel {
        padding: 8px;
        border-radius: 14px;
    }

    .section .search-box .search-ui-field {
        min-height: var(--search-ui-height);
        border-radius: var(--search-ui-radius);
    }

    .section .search-box .search-ui-button {
        min-width: var(--search-btn-width);
        width: var(--search-btn-width);
        height: var(--search-btn-height);
        min-height: var(--search-btn-height);
        border-radius: var(--search-ui-radius);
        font-size: var(--search-btn-font-size);
    }

    .section .search-box .search-ui-field-box {
        padding: 5px 10px;
        gap: 1px;
    }

    .section .search-box .mainSearch-wrap .engine-search-panel,
    .section .search-box.hotelpass-card .engine-search-panel {
        padding: 8px;
        border-radius: 14px;
    }

    .section .search-box .mainSearch-wrap .engine-search-field-box,
    .section .search-box.hotelpass-card .engine-search-field-box {
        padding: 5px 10px;
        gap: 1px;
    }

    .hotelpass-box {
        background: url(/images/hotelpass-img1.png) right -10px bottom 10px no-repeat #eff9fb;
        background-size: 124px auto;
    }

    .hotelpass-box .titleArea {
        margin-bottom: 12px;
        padding-right: 140px;
    }

    .hotelpass-box .sub {
        min-height: 24px;
        padding: 0 10px;
        font-size: 11px;
    }

    .hotelpass-brand {
        gap: 8px;
    }

    .hotelpass-box .logo img {
        height: 24px;
    }

    .hotelpass-box .logo,
    .rent-box .rent {
        top: 30px;
        right: 30px;
    }

    .hotelpass-box .logo {
        top: 102px;
        right: 92px;
    }

    .hotelpass-search {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        padding: 10px;
    }

    .hotelpass-search-field {
        gap: 4px;
    }

    .hotelpass-search-field.destination {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
    }

    .hotelpass-search-field.checkin {
        grid-column: 2 / 3;
        grid-row: 1 / 2;
    }

    .hotelpass-search-field.nights {
        grid-column: 1 / 2;
        grid-row: 2 / 3;
    }

    .hotelpass-search-field.checkout {
        grid-column: 2 / 3;
        grid-row: 2 / 3;
    }

    .hotelpass-search-field.action {
        grid-column: 1 / -1;
        grid-row: 3 / 4;
        align-items: center;
        justify-content: center;
    }

    .hotelpass-search-field.action .hotelpass-search-head {
        display: none;
    }

    .hotelpass-search-field.action .hotelpass-search-button {
        width: auto;
        min-width: 88px;
        min-height: 34px;
    }

    .hotelpass-search-field.destination .hotelpass-search-note {
        display: none;
    }

    .hotelpass-search-field.destination .hotelpass-search-input {
        padding-right: 10px;
        font-size: 10px;
    }

    .hotelpass-search-head {
        min-height: auto;
        white-space: normal;
    }

    .hotelpass-search-label,
    .hotelpass-search-note {
        font-size: 11px;
    }

    .hotelpass-card:hover {
        transform: none;
    }

    .hotelpass-bridge-page {
        padding-top: var(--header-height);
    }

    .hotelpass-bridge-frame {
        min-height: calc(100dvh - var(--header-height));
    }

    body.hotelpass-page .flow_text,
    body.hotelpass-page .footer,
    body.hotelpass-page .progress-wrap {
        display: none !important;
    }

    .hotelpass-bridge-header {
        padding: 14px 16px;
    }

    .hotelpass-bridge-logo img {
        height: 28px;
    }

    .hotelpass-bridge-home {
        min-width: 88px;
        height: 38px;
        padding: 0 14px;
        font-size: 13px;
    }

    body #package .search-box {
        min-height: 210px !important;
        padding-top: 16px !important;
        padding-bottom: 16px !important;
    }

    body #package .search-box .mainSearch-wrap {
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-end !important;
        gap: 6px !important;
        margin-top: 0 !important;
    }

    body #package .list-xscroll {
        margin: 0 auto 6px !important;
    }

    body #package .list-xscroll li {
        padding-right: 10px !important;
        margin-right: 10px !important;
    }

    body #package .list-xscroll a,
    body #package .list-xscroll span {
        height: 24px !important;
        font-size: 13px !important;
    }

    body #package .mainSearch-wrap > a.mid {
        gap: 6px !important;
    }

    body #package .mainSearch-wrap .package-form {
        gap: 4px !important;
        padding: 0 !important;
    }

    body #package .mainSearch-wrap .package-input {
        height: 36px !important;
        font-size: 13px !important;
    }

    body #package .search-box .btn-search.md {
        width: 88px !important;
        height: 36px !important;
        font-size: 14px !important;
    }

    body #golf .search-box .mainSearch-wrap {
        margin-top: 0 !important;
    }

    body #golf .search-box .btn-search {
        width: 84px !important;
        height: 36px !important;
        font-size: 14px !important;
    }

}

@media all and (max-width: 430px) {
    .section .search-box {
        --search-btn-width: 72px;
        --search-btn-height: 32px;
        --search-btn-font-size: 11px;
    }

    .section .search-box {
        min-height: 200px;
    }

    #package .search-box {
        min-height: 200px;
        padding-top: 14px;
        padding-bottom: 14px;
    }

    #package .list-xscroll {
        margin-bottom: 4px;
    }

    #package .list-xscroll a,
    #package .list-xscroll span {
        font-size: 12px;
    }

    body #package .search-box {
        min-height: 200px !important;
        padding-top: 14px !important;
        padding-bottom: 14px !important;
    }

    body #package .search-box .mainSearch-wrap {
        margin-top: 0 !important;
        gap: 4px !important;
    }

    body #package .list-xscroll {
        margin-bottom: 4px !important;
    }

    body #package .list-xscroll a,
    body #package .list-xscroll span {
        font-size: 12px !important;
    }

    body #golf .search-box .btn-search {
        width: 76px !important;
        height: 32px !important;
        font-size: 13px !important;
    }

    .hotelpass-search {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hotelpass-search-field.action .hotelpass-search-button {
        width: auto;
        min-width: 76px;
        min-height: 32px;
        font-size: 10px;
        padding: 0 8px;
    }

    .hotelpass-box {
        background-position: right -16px bottom 14px;
        background-size: 112px auto;
    }

    .hotelpass-box .titleArea {
        padding-right: 0;
    }

    .hotelpass-box .logo {
        position: static;
        margin-bottom: 8px;
        justify-content: flex-end;
    }

    .rent-box .titleArea {
        padding-right: 0;
    }

    .rent-box .rent {
        position: static;
        margin-bottom: 8px;
        justify-content: flex-end;
    }

    .rent-box .rent img {
        height: 30px;
    }

    .hotelpass-box .sub {
        font-size: 10px;
    }
}

#toggleBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #1a1a1a;
    transition: opacity 0.2s ease;
}

#toggleBtn:hover {
    opacity: 0.8;
}

#toggleBtn .toggleBtn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 30px;
    height: 30px;
}

#toggleBtn .toggleBtn-dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: currentColor;
    opacity: 0.92;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

#toggleBtn:hover .toggleBtn-dot:nth-child(1) {
    transform: translateX(-1px);
}

#toggleBtn:hover .toggleBtn-dot:nth-child(3) {
    transform: translateX(1px);
}

#toggleBtn .blind {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.login-box .text-btn > a {
    white-space: nowrap;
    word-break: keep-all;
}


@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 가입 페이지: B2C/B2B 분리 — 상단 교차 안내(탭 대체) */
.join-cross-nav {
    max-width: 620px;
    margin: -6px auto 22px;
    padding: 0 12px;
    font-size: 13px;
    line-height: 1.55;
    color: #5a6778;
    text-align: center;
    box-sizing: border-box;
}

.join-cross-nav a {
    color: var(--concept-color);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.join-cross-nav a:hover {
    text-decoration-thickness: 2px;
}

.join-tab {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    max-width: 620px;
    margin: 0 auto 30px;
    padding: 20px;
    border: 1px solid #d0dced;
    border-radius: 18px;
    background: #f4f7fb;
    box-shadow: 0 6px 20px rgba(11, 114, 186, 0.08);
    box-sizing: border-box;
}

.join-tab-copy {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
    padding: 0 2px 6px;
    box-sizing: border-box;
}

.join-tab-eyebrow {
    display: inline-flex;
    align-items: center;
    align-self: center;
    padding: 10px 15px;
    border-radius: 999px;
    background: rgba(11, 114, 186, 0.1);
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.09em;
    color: var(--concept-color);
}

.join-tab-desc {
    font-weight: 400;
    font-size: 14px;
    color: #5a6778;
    line-height: 1.5;
    letter-spacing: -0.01em;
}

.join-tab-menu {
    position: relative;
    flex: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 60px;
    padding: 14px 16px;
    border: 1.5px solid #c8d4e3;
    border-radius: 12px;
    background: #fff;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 15px;
    color: #666;
    line-height: 1.35;
    text-decoration: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.join-tab-menu:hover {
    transform: translateY(-2px);
    border-color: var(--concept-color);
    color: var(--concept-color);
    box-shadow: 0 8px 18px rgba(11, 114, 186, 0.12);
}

.join-tab-menu.is-on {
    border: 2px solid var(--concept-color);
    background: var(--concept-color);
    box-shadow: 0 8px 20px rgba(11, 114, 186, 0.28);
    color: #fff;
    font-weight: 600;
}

@media all and (max-width: 1024px) {
    .join-tab {
        gap: 8px;
        padding: 16px;
        border-radius: 16px;
    }

    .join-tab-copy {
        gap: 4px;
        padding-bottom: 4px;
    }

    .join-tab-desc {
        font-size: 13px;
    }

    .join-tab-menu {
        min-height: 56px;
        padding: 12px 14px;
        border-radius: 11px;
    }
}

@media all and (max-width: 375px) {
    .join-tab-eyebrow {
        height: 24px;
        padding: 0 10px;
        font-size: 11px;
    }

    /* B2B 사업자 확인: 탭 페이지용 eyebrow 축소 규칙이 그대로 먹지 않도록 */
    .b2b-br-verify-gate .join-tab-eyebrow {
        height: auto;
        min-height: 40px;
        padding: 10px 14px;
        font-size: 18px;
    }

    .join-tab-menu {
        font-size: 14px;
    }
}

/* ===== 파트너 로그인/가입 탭 내비게이션 ===== */
.partner-join-tab {
    display: flex;
    gap: 0;
    max-width: none;
    margin-bottom: 20px;
    padding: 5px;
    border: 1px solid #d0dced;
    border-radius: 14px;
    background: #f0f4f9;
    box-shadow: none;
}

.partner-join-tab .join-tab-menu {
    flex: 1;
    min-height: 42px;
    padding: 10px 16px;
    border: none;
    border-radius: 10px;
    background: transparent;
    box-shadow: none;
    font-size: 14px;
    font-weight: 600;
    color: #7a8a9c;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.partner-join-tab .join-tab-menu:hover {
    transform: none;
    background: rgba(255, 255, 255, 0.6);
    color: var(--concept-color);
    box-shadow: none;
    border-color: transparent;
}

.partner-join-tab .join-tab-menu.is-on {
    background: #fff;
    color: var(--concept-color);
    font-weight: 700;
    border: none;
    box-shadow: 0 2px 8px rgba(11, 114, 186, 0.15);
}

@media all and (max-width: 1024px) {
    .partner-join-tab {
        margin-bottom: 16px;
        padding: 4px;
        border-radius: 12px;
    }

    .partner-join-tab .join-tab-menu {
        min-height: 40px;
        padding: 9px 12px;
        border-radius: 9px;
        font-size: 13px;
    }

    .partner-join-tab .join-tab-menu.is-on {
        box-shadow: 0 2px 6px rgba(11, 114, 186, 0.12);
    }
}

/* ===== 방문 경로: 파트너 선택 / 직접 입력 ===== */
.visit-source-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* ── 탭 + 안내문구 행 ── */
.visit-source-header {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

/* ── 탭 버튼 그룹 ── */
.visit-source-tabs {
    display: inline-flex;
    align-self: flex-start;
    border-radius: 10px;
    overflow: hidden;
    border: 1.5px solid rgba(125, 154, 198, 0.38);
    background: #f2f4f8;
    flex-shrink: 0;
}

.visit-source-tab {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    min-width: 110px;
    font-size: 14px;
    font-weight: 500;
    color: #74839b;
    cursor: pointer;
    user-select: none;
    transition: background 0.18s ease, color 0.18s ease;
    text-align: center;
    white-space: nowrap;
}

.visit-source-tab input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

.visit-source-tab + .visit-source-tab {
    border-left: 1.5px solid rgba(125, 154, 198, 0.38);
}

/* 선택된 탭 — :has 지원 브라우저 + JS .is-active 폴백 */
.visit-source-tab:has(input:checked),
.visit-source-tab.is-active {
    background: var(--concept-color, #2b8a94);
    color: #fff;
    font-weight: 600;
}

/* ── 패널 ── */
.visit-source-panel {
    width: 100%;
}

.visit-source-wrap .partner-search {
    flex: 1 1 auto;
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.visit-source-wrap .inflow-panel-custom .input_sty,
.visit-source-wrap .visit-source-panel .input_sty {
    width: 100%;
}

/* ── 선택된 파트너 뱃지 ── */
.visit-source-selected {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    background: rgba(43, 138, 148, 0.07);
    border: 1.5px solid rgba(43, 138, 148, 0.28);
    border-radius: 10px;
    margin-top: 2px;
}

.visit-source-selected[hidden] {
    display: none;
}

.visit-source-badge {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 600;
    color: var(--concept-color, #2b8a94);
}

.visit-source-badge::before {
    content: "✓ ";
    font-weight: 700;
}

.visit-source-clear {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1.5px solid rgba(43, 138, 148, 0.30);
    background: transparent;
    color: #74839b;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    transition: background 0.15s, color 0.15s, border-color 0.15s;
}

.visit-source-clear:hover {
    background: rgba(43, 138, 148, 0.12);
    border-color: rgba(43, 138, 148, 0.5);
    color: #1e6a73;
}

/* ── 힌트 / 안내 텍스트 ── */
.visit-source-hint,
.visit-source-note {
    margin: 0;
    font-size: 13px;
    line-height: 1.45;
    word-break: keep-all;
    overflow-wrap: anywhere;
}

/* ── 조인 폼 간격 ── */
.join-wrap .visit-source-wrap {
    gap: 8px;
}

/* ── 태블릿·모바일 (950px 이하) ── */
@media all and (max-width: 950px) {
    .visit-source-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

    .visit-source-tabs {
        width: 100%;
        display: flex;
    }

    .visit-source-tab {
        flex: 1;
        padding: 10px 8px;
        font-size: 13.5px;
    }

    .visit-source-hint {
        font-size: 12px;
        line-height: 1.55;
        letter-spacing: -0.02em;
    }

    /* 모달 스크롤 영역 안에서 드롭다운이 다른 행 위로 올라오도록 */
    #modal-estimate .visit-source-panel .partner-search,
    .popupWrap-iframe .visit-source-panel .partner-search {
        position: relative;
        z-index: 2;
    }

    #modal-estimate .partner-search-result,
    .popupWrap-iframe .partner-search-result {
        z-index: 120;
        max-height: min(220px, 42vh);
        -webkit-overflow-scrolling: touch;
    }

    #modal-estimate .partner-search-item,
    .popupWrap-iframe .partner-search-item {
        min-height: 48px;
        padding-top: 12px;
        padding-bottom: 12px;
    }
}

@media all and (max-width: 768px) {
    /* media.css 의 .mo_only { display: inline-flex } 보다 우선해 문단 흐름 유지 */
    .visit-source-hint .mo_only {
        display: inline !important;
    }
}

@media all and (max-width: 480px) {
    .visit-source-tab {
        font-size: 13px;
        padding: 9px 6px;
    }

    .visit-source-hint {
        font-size: 11px;
    }

    .visit-source-badge {
        font-size: 13px;
    }
}

/* ===================================================
   Join 가입 폼 세련된 디자인
   =================================================== */

/* 섹션 번호 배지 */
.join-step-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--concept-color);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    flex-shrink: 0;
    margin-right: 2px;
}

/* join-wrap: style.css 80px 상단 → 헤더 아래 여백은 .join-header ~ 규칙으로 처리 */
.join-wrap {
    padding-top: 16px;
    padding-bottom: 48px;
}

/* register-title 오버라이드 (join-wrap 내) */
.join-wrap .register-title {
    background-image: none;
    padding-left: 0;
    gap: 8px;
    font-size: 16px;
    font-weight: 700;
    color: #1c2b40;
    margin-top: 4px;
    margin-bottom: 12px;
    border-left: none;
}

/* 폼 카드 */
.join-form-card {
    border-top: none !important;
    padding: 6px 24px 10px !important;
    margin-bottom: 24px !important;
    background: #fff;
    border: 1px solid #e2eaf6 !important;
    border-radius: 14px;
    box-shadow: 0 2px 12px rgba(11, 114, 186, 0.06);
    overflow: visible;
}

.join-form-card > ul:first-child {
    padding-top: 6px;
}

.join-form-card > ul {
    border-bottom: 1px dashed #edf1f8;
}

.join-form-card > ul:last-child {
    border-bottom: none;
}

/* 약관 동의 카드 스타일 */
.join-agreement {
    border-top: none !important;
    padding-top: 0 !important;
    display: flex !important;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 28px;
}

.join-agreement > .agreement_check {
    background: #f5f8fd;
    border: 1px solid #dce8f5;
    border-radius: 12px;
    padding: 14px 18px;
    margin-bottom: 0 !important;
    border-bottom: 1px solid #dce8f5 !important;
    transition: background 0.15s ease, border-color 0.15s ease;
    gap: 10px;
}

.join-agreement > .agreement_check:hover {
    background: #eaf2fb;
    border-color: #a8c8e8 !important;
}

.join-agreement .agreement_tit {
    font-size: 15px;
    color: #2a3a52;
    gap: 0;
}

.join-agreement input[type="checkbox"] {
    width: 17px;
    height: 17px;
    accent-color: var(--concept-color);
    cursor: pointer;
    flex-shrink: 0;
}

.join-agreement label {
    font-size: 13px;
    color: #667;
}

/* 버튼 그룹 상단 구분선 */
.join-wrap .btn-group.mw200 {
    padding-top: 28px;
    border-top: 1px solid #e8eef8;
    margin-top: 4px;
}

@media all and (max-width: 768px) {
    .join-form-card {
        padding: 4px 14px 8px !important;
        border-radius: 12px;
    }

    .join-step-badge {
        width: 22px;
        height: 22px;
        font-size: 11px;
    }

    .join-wrap .register-title {
        font-size: 15px;
    }

    .join-agreement > .agreement_check {
        padding: 12px 14px;
    }

    .join-agreement .agreement_tit {
        font-size: 14px;
    }
}

/* ===== B2C 일반 회원 로그인 페이지 ===== */
.b2c-login-util {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4px 2px;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid #e8edf4;
}

.b2c-login-util a {
    font-size: 13px;
    color: #6b7a8f;
    text-decoration: none;
    padding: 2px 8px;
    border-radius: 6px;
    transition: color 0.15s, background 0.15s;
}

.b2c-login-util a:hover {
    color: var(--concept-color);
    background: rgba(11, 114, 186, 0.06);
}

.b2c-login-util .sep {
    font-size: 11px;
    color: #c8d2de;
    user-select: none;
}

.b2c-login-other {
    margin-top: 14px;
    padding: 18px 20px;
    border: 1px solid #d8e4f0;
    border-radius: 14px;
    background: #f6f9fc;
    text-align: center;
}

.b2c-login-other-label {
    display: block;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: #9aaabb;
    text-transform: uppercase;
}

.b2c-login-other-btns {
    display: flex;
    gap: 10px;
}

.b2c-login-other-btns .btn-type {
    flex: 1;
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 10px;
    color: var(--concept-color) !important;
    background: rgba(11, 114, 186, 0.05) !important;
    border: 1px solid rgba(11, 114, 186, 0.35) !important;
    transition: background 0.2s, border-color 0.2s;
}

.b2c-login-other-btns .btn-type:hover {
    background: rgba(11, 114, 186, 0.12) !important;
    border-color: var(--concept-color) !important;
}

@media all and (max-width: 1024px) {
    .b2c-login-util {
        margin-top: 14px;
        padding-top: 14px;
        gap: 3px 0;
    }

    .b2c-login-util a {
        font-size: 12px;
        padding: 2px 7px;
    }

    .b2c-login-other {
        margin-top: 14px;
        padding: 14px 16px;
        border-radius: 12px;
    }

    .b2c-login-other-btns {
        gap: 8px;
    }

    .b2c-login-other-btns .btn-type {
        min-height: 42px;
        font-size: 13px;
        color: var(--concept-color) !important;
        background: rgba(11, 114, 186, 0.05) !important;
        border: 1px solid rgba(11, 114, 186, 0.35) !important;
    }
}

/* ── B2B 회원정보: ERP 바로가기 = 「회원사 정보」 글자 바로 우측(작은 버튼) ─────────── */
.join-wrap .register-title--with-erp {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 8px 10px;
}

.join-wrap .register-title__main {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    min-width: 0;
    flex-shrink: 0;
}

.join-wrap .register-title--with-erp .btn-erp-shortcut--inline {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 30px !important;
    min-height: 30px;
    padding: 0 11px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: -0.02em;
    line-height: 1.2;
    border-radius: 15px !important;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(11, 114, 186, 0.22);
    transition: box-shadow 0.2s, transform 0.2s !important;
}

.join-wrap .register-title--with-erp .btn-erp-shortcut--inline:hover {
    box-shadow: 0 4px 12px rgba(11, 114, 186, 0.32) !important;
    transform: translateY(-1px);
}

.btn-erp-shortcut {
    padding: 0 28px !important;
    font-weight: 600 !important;
    letter-spacing: 0.01em;
    white-space: nowrap;
    box-shadow: 0 4px 16px rgba(11, 114, 186, 0.28);
    transition: box-shadow 0.2s, transform 0.2s !important;
}
.btn-erp-shortcut:hover {
    box-shadow: 0 7px 22px rgba(11, 114, 186, 0.42) !important;
    transform: translateY(-2px);
}

/* B2B 회원정보: 제목 우측 액션 버튼 그룹 (커미션 정산 규정 + ERP 바로가기) */
.join-wrap .register-title--with-erp .register-title__actions {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
    flex-shrink: 0;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.join-wrap .register-title--with-erp .btn-commission-info {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 30px !important;
    padding: 0 14px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    border-radius: 6px !important;
    white-space: nowrap;
    cursor: pointer;
    transition: box-shadow 0.2s, transform 0.2s !important;
}
.join-wrap .register-title--with-erp .btn-commission-info:hover {
    box-shadow: 0 2px 8px rgba(11, 114, 186, 0.18);
    transform: translateY(-1px);
}

/* 협력사 커미션 정산 규정 모달 테이블 */
#modal-commission .commission-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    font-size: 14px;
}
#modal-commission .commission-table thead th {
    background: #f4f6f8;
    color: #111;
    font-weight: 700;
    text-align: left;
    padding: 12px 14px;
    border-bottom: 2px solid #d1d5db;
    font-size: 14px;
}
#modal-commission .commission-table tbody td {
    padding: 10px 14px;
    border-bottom: 1px solid #eceff3;
    color: #333;
    line-height: 1.5;
    vertical-align: middle;
}
#modal-commission .commission-table tbody tr:last-child td {
    border-bottom: none;
}
#modal-commission .commission-table tbody tr:hover td {
    background: #fafbfc;
}
#modal-commission .commission-table tbody td:first-child {
    width: 38%;
    font-weight: 600;
    color: #1f2937;
    white-space: nowrap;
}
#modal-commission .commission-table tbody td:last-child {
    color: #0b72ba;
    font-weight: 500;
}
@media all and (max-width: 640px) {
    #modal-commission .commission-table thead th,
    #modal-commission .commission-table tbody td {
        padding: 8px 10px;
        font-size: 13px;
    }
    #modal-commission .commission-table tbody td:first-child {
        width: 42%;
        white-space: normal;
    }
}

/* 3컬럼 요율표(문의 항목 / 중계수수료 / 협력사 커미션) */
#modal-commission .commission-table--three thead th {
    text-align: center;
}
#modal-commission .commission-table--three tbody td {
    vertical-align: middle;
    text-align: right;
}
#modal-commission .commission-table--three tbody td:first-child {
    width: 34%;
    white-space: normal;
}
#modal-commission .commission-table--three tbody td:nth-child(2) {
    width: 26%;
    color: #4b5563;
    font-weight: 500;
    white-space: nowrap;
}
#modal-commission .commission-table--three tbody td:last-child {
    width: 40%;
    color: #0b72ba;
    font-weight: 600;
}
@media all and (max-width: 640px) {
    #modal-commission .commission-table--three tbody td:first-child,
    #modal-commission .commission-table--three tbody td:nth-child(2),
    #modal-commission .commission-table--three tbody td:last-child {
        width: auto;
        white-space: normal;
    }
}

/* 요율표 하단 보상 규정 안내 */
#modal-commission .commission-notes {
    margin: 18px 0 0;
    padding: 16px 18px;
    background: #f9fafb;
    border: 1px solid #eceff3;
    border-radius: 8px;
    font-size: 13.5px;
    line-height: 1.6;
    color: #374151;
}
#modal-commission .commission-notes dt {
    font-weight: 700;
    color: #111827;
    margin-top: 10px;
}
#modal-commission .commission-notes dt:first-child {
    margin-top: 0;
}
#modal-commission .commission-notes dd {
    margin: 4px 0 0;
    padding-left: 10px;
    border-left: 2px solid #d1d5db;
}
#modal-commission .commission-notes a {
    color: #0b72ba;
    text-decoration: underline;
}

/* B2B 신규가입: 사업자번호 사전 확인 전에는 본 신청서 숨김 */
.join-wrap--b2b-br-gate:not(.is-unlocked) > form[name="joinFrm"] {
    display: none !important;
}

.join-wrap--b2b-br-gate.is-unlocked #b2b-br-verify-gate {
    display: none !important;
}

.join-wrap--b2b-br-gate:not(.is-unlocked) #b2b-br-change-wrap {
    display: none !important;
}

/* B2B 신규가입: 「기본 정보」 제목 우측 — 다른 사업자번호로 다시 확인 */
.join-wrap .register-title--with-br-change {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px 12px;
    width: 100%;
    box-sizing: border-box;
}

.join-wrap .register-title--with-br-change .b2b-br-change-wrap {
    display: inline-flex;
    margin: 0 0 0 auto;
    flex-shrink: 0;
}

.join-wrap .register-title--with-br-change .b2b-br-change-btn {
    height: 30px !important;
    min-height: 30px;
    padding: 0 11px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: -0.02em;
    line-height: 1.2;
    border-radius: 15px !important;
    white-space: nowrap;
}

.b2b-br-verify-hint {
    margin: 16px 0 0;
    font-size: 16px;
    line-height: 1.55;
    color: #5a6778;
}

/* B2B 사업자 확인 게이트 — join-tab과 동일 가로폭·톤 */
.b2b-br-verify-gate {
    width: 100%;
    max-width: 620px;
    margin: 24px auto 40px;
    padding: 0;
    border: none;
    background: transparent;
    box-sizing: border-box;
}

.b2b-br-verify-gate-inner {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 32px 26px 34px;
    border: 1px solid #d0dced;
    border-radius: 18px;
    background: #f4f7fb;
    box-shadow: 0 6px 20px rgba(11, 114, 186, 0.08);
    box-sizing: border-box;
}

.b2b-br-verify-gate .join-tab-eyebrow {
    margin-bottom: 4px;
    padding: 12px 18px;
    font-size: 24px;
    letter-spacing: 0.08em;
}

.b2b-br-verify-gate .b2b-br-verify-desc {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    color: #5a6778;
    line-height: 1.6;
    letter-spacing: -0.01em;
}

.b2b-br-verify-label {
    margin: 6px 0 0;
    font-size: 16px;
    font-weight: 600;
    color: #324560;
    letter-spacing: -0.02em;
}

.b2b-br-verify-input {
    width: 100%;
    height: 54px;
    margin: 0;
    padding: 0 16px;
    border: 1.5px solid #c8d4e3;
    border-radius: 12px;
    background: #fff;
    box-sizing: border-box;
    font-size: 19px;
    color: #22324a;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.b2b-br-verify-input::placeholder {
    color: #9aa8b8;
}

.b2b-br-verify-input:hover {
    border-color: var(--concept-color);
}

.b2b-br-verify-input:focus {
    outline: none;
    border-color: var(--concept-color);
    box-shadow: 0 0 0 3px rgba(11, 114, 186, 0.12);
}

.b2b-br-verify-gate .b2b-br-verify-actions {
    display: flex;
    margin-top: 8px;
}

.b2b-br-verify-gate .b2b-br-verify-actions .btn-type {
    width: 100%;
    min-height: 54px;
    justify-content: center;
    border-radius: 12px;
    font-size: 19px;
    font-weight: 600;
}

/* B2B 가입: 아이디 = ERP CEO user_id 안내 */
.b2b-join-id-hint {
    margin-top: 10px;
    max-width: 100%;
    font-size: 12px;
    line-height: 1.55;
    color: #5a6778;
}

@media all and (max-width: 1024px) {
    .b2b-br-verify-gate {
        margin: 18px auto 34px;
    }

    .b2b-br-verify-gate-inner {
        gap: 16px;
        padding: 26px 20px 28px;
        border-radius: 16px;
    }

    .b2b-br-verify-gate .join-tab-eyebrow {
        font-size: 17px;
        padding: 10px 16px;
    }

    .b2b-br-verify-gate .b2b-br-verify-desc {
        font-size: 14px;
    }

    .b2b-br-verify-label {
        font-size: 15px;
    }

    .b2b-br-verify-hint {
        font-size: 15px;
    }

    .b2b-br-verify-input {
        height: 52px;
        font-size: 18px;
        border-radius: 11px;
    }

    .b2b-br-verify-gate .b2b-br-verify-actions .btn-type {
        min-height: 52px;
        font-size: 18px;
    }
}

/* ── 파트너 대시보드 개선 ───────────────────────────── */

/* 로그아웃 버튼: 페이지 헤드 우측 고정 */
.partner-logout-btn {
    margin-left: auto;
    flex-shrink: 0;
}

/* 프로필 + 요약 통계 메타 카드 */
.partner-dash-meta {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.partner-dash-meta .partner-profile-inline {
    flex-shrink: 0;
    padding-right: 24px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.partner-dash-meta .partner-summary-strip.compact {
    flex: 1;
    min-width: 0;
    border: none;
    box-shadow: none;
    background: transparent;
    padding: 0;
    margin: 0;
}

/* 빈 상태 */
.partner-empty-state {
    padding: 32px 20px;
    text-align: center;
    background: rgba(255, 255, 255, 0.88);
    border-radius: 16px;
    border: 1px solid rgba(121, 151, 196, 0.14);
    margin-top: 8px;
}

.partner-empty-state .empty-title {
    font-size: 15px;
    font-weight: 600;
    color: #4a5568;
    margin-bottom: 6px;
}

.partner-empty-state .empty-desc {
    font-size: 13px;
    color: #8a97a8;
}

/* 페이지네이션 이전/다음 버튼 */
.partner-pagination .page-link.page-nav {
    font-size: 18px;
    font-weight: 400;
    color: #4a6080;
}

.partner-pagination .page-link.disabled {
    opacity: 0.3;
    pointer-events: none;
    cursor: default;
}

@media all and (max-width: 1024px) {
    .partner-dash-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
    }

    .partner-dash-meta .partner-profile-inline {
        padding-right: 0;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding-bottom: 12px;
        width: 100%;
    }

    .partner-dash-meta .partner-summary-strip.compact {
        width: 100%;
    }

    .partner-logout-btn {
        font-size: 12px;
        padding: 0 10px;
        min-height: 30px;
    }
}

/* 견적 모달(#modal-estimate): 이메일 한 칸 */
#modal-estimate .estimate-email-full-row {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

#modal-estimate .estimate-email-full-row .input_sty.wd-1 {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 100%;
}

/* B2C 가입(join/b2c): 이메일 한 칸 */
.join-wrap .b2c-email-full-row {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.join-wrap .b2c-email-full-row .input_sty.w100 {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 100%;
}


/* ============================================================
 * Header 모바일 로고 텍스트 (2026-05)
 * ============================================================ */

/* 모바일 로고 텍스트 — 기본 숨김 */
.logo-mo-text { display: none; }

.header-tit { gap: 0; }

/* 1150px 이하: 로고 이미지 → 텍스트 전환 */
@media all and (max-width: 1150px) {
    #header .logo img { display: none; }
    #header .logo a { display: flex; align-items: center; justify-content: center; }
    .logo-mo-text {
        display: block;
        font-family: 'Paperozi';
        font-weight: 700;
        font-size: 26px;
        color: #0b72ba;
        white-space: nowrap;
        line-height: 1.2;
        -webkit-text-stroke: 0.4px currentColor;
    }
    .logo-mo-text span { color: var(--primary-color); }
}

/* 540px 이하: 텍스트 크기 축소 */
@media all and (max-width: 540px) {
    .logo-mo-text { font-size: 22px; }
}


/* ============================================================
 * 최근 견적문의 실시간 티커 (2026-06)
 *  - 더미데이터 기반 세로 자동 스크롤. 마크업: application/views/main.php
 *    (.section.first 아래), 데이터: Main::index() $recentEstimates
 *  - 목록을 2벌 복제하고 translateY(-50%)로 이음매 없이 무한 반복
 * ============================================================ */
.recent-estimate {
    width: 100%; margin: 0; box-sizing: border-box;
    padding: 36px 5%;
    /* 위 .section.first(흰색) → 쿨 블루 → 아래 .processBg(#f7fcf7 연초록) 로 자연스럽게 연결 */
    background: linear-gradient(180deg, #ffffff 0%, #f4f7fc 52%, #f3f9f4 100%);
    border-top: 1px solid #eef1f7;
}

.recent-estimate-head {
    display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin-bottom: 13px;
}
.recent-estimate-head .badge {
    display: inline-flex; align-items: center; gap: 6px;
    background: var(--primary-color); color: #fff;
    font-size: 13px; font-weight: 700; letter-spacing: .5px; line-height: 1;
    padding: 5px 11px; border-radius: 999px;
}
.recent-estimate-head .badge::before {
    content: ""; width: 7px; height: 7px; border-radius: 50%; background: #fff;
    animation: recentEstimateBlink 1.1s ease-in-out infinite;
}
.recent-estimate-head .tit { font-size: 21px; font-weight: 700; color: #222; line-height: 1.2; }
.recent-estimate-head .stit { font-size: 15px; color: #888; }

.recent-estimate-viewport {
    position: relative; overflow: hidden;
    border: 1px solid #ececf1; border-radius: 14px; background: #fff;
    box-shadow: 0 6px 24px rgba(20, 20, 40, .05);
}
.recent-estimate-track {
    display: flex; flex-direction: column; margin: 0; padding: 0; list-style: none;
}

.recent-estimate-item {
    display: grid;
    /* 순서: 배지 · 고객명 · 테마 · 인원 · 국가/지역 · 기간 · 연락처(PC, 맨 뒤). 국가/지역(5번째)은 긴 이름 대비 넓게 */
    grid-template-columns: 1fr 1fr 1fr 1fr 2fr 1fr 1fr;
    align-items: center; gap: 12px;
    height: 34px; padding: 0 22px; box-sizing: border-box; /* 가운데 정렬이라 좌우 여백 동일 */
    border-bottom: 1px solid #f3f3f7; white-space: nowrap;
}
/* 국가/지역(col-area)·고객명(col-name)·테마(col-theme)는 좌측 기준 정렬, 나머지 셀은 가운데 정렬 */
.recent-estimate-item .col-badge,
.recent-estimate-item .col-mobile,
.recent-estimate-item .col-period { justify-self: center; }
.recent-estimate-item .col-area { justify-self: start; }
.recent-estimate-item > span { font-size: 13px; color: #444; }
/* 연락처(PC 전용): 기간 앞에 마스킹 표시 */
.recent-estimate-item .col-mobile { color: #888; font-size: 12px; letter-spacing: .2px; font-variant-numeric: tabular-nums; }
/* 인원: PC는 상세(2+0+0), 모바일은 합산. 기본(PC)은 합산 숨김 */
.recent-estimate-item .col-cnt .pax-sum { display: none; }
/* 뱃지와 이름을 각각 별도 셀(그리드 컬럼)로 분리 */
.recent-estimate-item .col-badge { display: inline-flex; align-items: center; }
/* 고객명: 좌측 정렬 + 헤더 '고객님들이'의 '고' 위치에 맞춤(1920 최대화 기준) */
.recent-estimate-item .col-name { justify-self: start; padding-left: 8px; letter-spacing: 3px; font-weight: 600; color: #333; }
.recent-estimate-item .re-badge {
    flex: 0 0 auto;
    display: inline-flex; align-items: center; justify-content: center;
    min-width: 42px; box-sizing: border-box; white-space: nowrap;
    font-style: normal; font-size: 9px; font-weight: 800; line-height: 1; letter-spacing: .2px;
    color: #fff; padding: 3px 5px; border-radius: 4px;
}
.recent-estimate-item .re-badge.is-new { background: var(--primary-color); }      /* NEW: 빨강 */
.recent-estimate-item .re-badge.is-consult { background: #12b76a; }               /* 상담중: 초록 */
.recent-estimate-item .col-theme {
    justify-self: start; text-align: center; /* 내용 크기 그대로(별도 너비 지정 X) */
    margin-left: -28px; /* 헤더 '문의하고'의 '고' 위치에서 시작(1920 최대화 기준) */
    color: var(--concept-color); font-weight: 700; font-size: 12px;
    background: rgba(11, 114, 186, .08); padding: 3px 10px; border-radius: 7px;
}
.recent-estimate-item .col-area {
    flex: 1 1 auto; min-width: 0; max-width: 100%; overflow: hidden; text-overflow: ellipsis; /* 국가/도시만 말줄임 처리 */
    font-weight: 600; color: #222;
}
.recent-estimate-item .col-period { flex: 0 0 auto; color: #666; transform: translateX(-30px); } /* 연락처 위치는 유지한 채 날짜만 좌측 이동 */
.recent-estimate-item .col-cnt {
    justify-self: start; margin-left: -10px; /* 인원을 좌측으로 당겨 테마/국가도시와 간격 균형(1920 기준) */
    flex: 0 0 auto; font-weight: 600; color: #333; font-size: 12px;
    background: #f5f5f8; padding: 2px 9px; border-radius: 6px;
}

@keyframes recentEstimateScroll { from { transform: translateY(0); } to { transform: translateY(-50%); } }
@keyframes recentEstimateBlink { 0%, 100% { opacity: 1; } 50% { opacity: .25; } }

/* 모바일 */
@media all and (max-width: 768px) {
    .recent-estimate { padding: 22px 5%; }
    .recent-estimate-head { gap: 8px; margin-bottom: 10px; }
    .recent-estimate-head .tit { font-size: 18px; }
    .recent-estimate-head .stit { display: none; }
    .recent-estimate-viewport { border-radius: 12px; }
    .recent-estimate-item { display: flex; align-items: center; gap: 8px; height: 34px; padding: 0 13px; }
    .recent-estimate-item > span { font-size: 11.5px; }
    .recent-estimate-item .col-theme { min-width: 48px; margin-left: 0; padding: 2px 7px; font-size: 11px; }
    .recent-estimate-item .col-cnt { margin-left: 0; padding: 2px 6px; font-size: 11px; }
    /* 모바일: 연락처·기간 년도 숨김, 인원은 합산 1개만 표시 */
    .recent-estimate-item .col-mobile { display: none; }
    .recent-estimate-item .col-period { transform: none; }
    .recent-estimate-item .col-period .yr { display: none; }
    .recent-estimate-item .col-cnt .pax-detail { display: none; }
    .recent-estimate-item .col-cnt .pax-sum { display: inline; }
}

/* 접근성: 모션 최소화 선호 시 자동 스크롤 정지 + 수동 스크롤 허용 */
@media (prefers-reduced-motion: reduce) {
    .recent-estimate-track { animation: none; }
    .recent-estimate-viewport { overflow-y: auto; }
    .quick-stit .rt-badge,
    .quick-stit .rt-badge::before { animation: none; }
}

/* ============================================================
 *  메인 "고객 이용후기" 섹션 (.recent-review)
 *  - 더미(ERP b2c_aerovia_review.php 모달이 관리하는 JSON) + 실 후기(estimate_review) 혼합
 *  - 마크업: application/views/main.php (recent-estimate 섹션 아래)
 *  - 데이터: Main::index() $recentReviews
 * ============================================================ */
.recent-review {
    width: 100%; margin: 0; box-sizing: border-box;
    padding: 36px 5%;
    background: #fff;
    border-top: 1px solid #eef1f7;
}
.recent-review-head {
    display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin-bottom: 18px;
}
.recent-review-head .badge {
    display: inline-flex; align-items: center; gap: 6px;
    background: var(--concept-color, #0b72ba); color: #fff;
    font-size: 13px; font-weight: 700; letter-spacing: .5px; line-height: 1;
    padding: 5px 11px; border-radius: 999px;
}
.recent-review-head .tit { font-size: 21px; font-weight: 700; color: #222; line-height: 1.2; }
.recent-review-head .stit { font-size: 15px; color: #888; }

/* 우측 상단 정렬 셀렉트 (최신순/평점 높은순/평점 낮은순) */
.recent-review-sort { margin-left: auto; flex: 0 0 auto; }
.recent-review-sort-sel {
    appearance: none; -webkit-appearance: none;
    border: 1px solid #d8dce6; border-radius: 8px; background: #fff;
    padding: 7px 30px 7px 12px; font-size: 13px; color: #444; line-height: 1.2; cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23888' d='M1 1.5 6 6.5l5-5'/%3E%3C/svg%3E");
    background-repeat: no-repeat; background-position: right 10px center;
}
.recent-review-sort-sel:focus { outline: none; border-color: var(--concept-color, #0b72ba); }

/* 슬라이더 래퍼: 좌우 거터(버튼 자리)를 확보. 버튼은 이 래퍼 기준으로 배치되어
 * 슬라이더(overflow) 바깥에 위치 → 잘리거나 카드와 겹치지 않는다. */
.recent-review-slider-wrap { position: relative; padding: 0 56px; }
/* 슬라이더: 다음 페이지(PC)·다음 슬라이드(모바일 peek)가 옆으로 삐져나오지 않게 가로 클리핑.
 * 세로 padding 으로 카드 그림자가 위/아래에서 잘리지 않게 숨 쉴 공간 확보.
 * 버튼은 슬라이더 바깥(.recent-review-slider-wrap 거터)이라 영향 없음. */
.recent-review-slider { overflow: hidden; padding: 6px 0 10px; }
/* 좌우 페이징 버튼(원형). 래퍼 거터(좌우 56px) 안에 세로 중앙 배치(페이지네이션 높이 제외). */
.recent-review-nav {
    position: absolute; z-index: 5;
    top: 0; bottom: 46px; height: 44px; width: 44px; margin: auto 0; padding: 0;
    display: flex; align-items: center; justify-content: center;
    border: 1px solid #e4e7ee; border-radius: 50%;
    background: #fff; color: #555; cursor: pointer;
    box-shadow: 0 4px 14px rgba(20, 20, 40, .12);
    transition: background .15s ease, color .15s ease, box-shadow .15s ease, opacity .15s ease;
}
.recent-review-nav:hover { background: var(--concept-color, #0b72ba); color: #fff; border-color: transparent; box-shadow: 0 6px 18px rgba(11, 114, 186, .3); }
.recent-review-prev { left: 6px; }
.recent-review-next { right: 6px; }
/* Swiper가 양끝/슬라이드 없음일 때 부여하는 비활성 클래스 → 흐리게/숨김 */
.recent-review-nav.swiper-button-disabled { opacity: .35; pointer-events: none; }
.recent-review-nav.swiper-button-lock { display: none; }
/* 슬라이드 기본(모바일): 카드 2개 세로 스택. 카드 정의는 아래 .review-card */
.recent-review .review-slide {
    display: flex; flex-direction: column; gap: 16px;
    height: auto; box-sizing: border-box;
}
/* PC 슬라이드: 한 장에 카드 6개 = 3열 × 2행(위 3 / 아래 3) 그리드.
 * 카드가 적은(마지막) 페이지에서도 한 아이템 크기를 동일하게 유지:
 *  - 3열 고정(minmax 0 1fr) → 카드 폭은 항상 1/3 동일
 *  - align-content:start + grid-auto-rows 고정 → 슬라이드가 더 높아도 행/카드가 늘어나지 않음 */
.recent-review .review-slide.is-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-content: start;   /* 슬라이드(슬라이드끼리 높이 맞춤)가 더 높아도 행을 늘리지 않고 위로 정렬 → 적은 페이지에서도 카드 높이 동일 */
    gap: 16px;
}
/* 페이지네이션: PC/모바일 공통으로 슬라이더 아래 정적 배치 */
.recent-review .recent-review-pagination {
    display: block; position: static; text-align: center;
    margin-top: 18px; line-height: 1;
}
.recent-review .recent-review-pagination .swiper-pagination-bullet { margin: 0 4px; }
.review-card {
    display: flex; flex-direction: column; gap: 12px;
    border: 1px solid #ececf1; border-radius: 14px; background: #fff;
    box-shadow: 0 6px 24px rgba(20, 20, 40, .05);
    padding: 18px 20px; box-sizing: border-box;
    cursor: pointer; transition: box-shadow .15s ease, transform .15s ease;
    height: auto;
}
.review-card:hover { box-shadow: 0 10px 30px rgba(20, 20, 40, .1); transform: translateY(-2px); }
.review-card-top { display: flex; align-items: center; gap: 8px; }
/* 별점: 기존 .review-star 스프라이트(css/style.css, /images/m_star.png) 디자인을 그대로 사용.
 * 마크업 <span class="review-star"><span style="width:N%"></span></span> 가 기존 CSS와 동일 구조이므로
 * 별도 오버라이드 없이 동작한다(중복 디자인 제거). */
.review-card-name { display: inline-flex; align-items: center; gap: 5px; font-weight: 700; color: #333; font-size: 13px; letter-spacing: 1px; flex: 0 0 auto; }
.review-user-ico { flex: 0 0 auto; color: #98a2b3; }
.review-card .review-badge {
    flex: 0 0 auto; margin-left: auto;
    font-style: normal; font-size: 10px; font-weight: 800; line-height: 1; letter-spacing: .2px;
    color: #fff; background: var(--primary-color, #e8352e); padding: 3px 7px; border-radius: 5px;
}
.review-card-text {
    margin: 0; font-size: 14px; line-height: 1.6; color: #444;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
    overflow: hidden; word-break: break-word; min-height: 45px;
}
.review-card-meta {
    display: flex; align-items: center; flex-wrap: wrap; gap: 8px;
    margin-top: auto; padding-top: 4px;
}
.review-card-biz {
    font-size: 12px; font-weight: 600; color: var(--concept-color, #0b72ba);
    background: rgba(11, 114, 186, .08); padding: 2px 9px; border-radius: 7px;
}

@media all and (max-width: 768px) {
    .recent-review { padding: 22px 5% 28px; }
    .recent-review-head { gap: 8px; margin-bottom: 12px; }
    .recent-review-head .tit { font-size: 18px; }
    .recent-review-head .stit { display: none; }
    /* 모바일: 좌우 슬라이드라 다음 슬라이드가 살짝 보이도록 컨테이너는 hidden */
    .recent-review-slider { overflow: hidden; }
    /* 모바일: 거터 제거(카드 폭 확보), 버튼은 숨김(스와이프 + 하단 점으로 페이징) */
    .recent-review-slider-wrap { padding: 0; }
    .recent-review-nav { display: none; }
    /* 모바일: 슬라이드 1개에 카드 2개를 위아래로(간격 축소) */
    .recent-review .review-slide { gap: 12px; }
    .recent-review-sort-sel { padding: 6px 26px 6px 10px; font-size: 12px; }
    .review-card { padding: 14px 14px; gap: 8px; height: auto; box-sizing: border-box; }
    .review-card-text { font-size: 13px; min-height: 42px; }
    .review-card-name { font-size: 12px; }
    .recent-review .recent-review-pagination { margin-top: 16px; }
}

/* ── 후기 전체보기 레이어 팝업 ── */
.review-modal { display: none; position: fixed; inset: 0; z-index: 9999; }
.review-modal.is-open { display: block; }
.review-modal-dim { position: absolute; inset: 0; background: rgba(15, 18, 30, .55); }
.review-modal-box {
    position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
    width: min(92%, 460px); max-height: 80vh; overflow-y: auto;
    background: #fff; border-radius: 16px; box-sizing: border-box;
    padding: 26px 24px 24px; box-shadow: 0 18px 60px rgba(10, 12, 25, .35);
}
.review-modal-close {
    position: absolute; top: 12px; right: 14px; width: 34px; height: 34px;
    border: 0; background: none; font-size: 26px; line-height: 1; color: #999; cursor: pointer;
}
.review-modal-close:hover { color: #333; }
.review-modal-top { display: flex; align-items: center; gap: 8px; margin-bottom: 14px; padding-right: 28px; }
.review-modal-name { font-weight: 700; color: #222; font-size: 15px; letter-spacing: 1px; flex: 0 0 auto; }
.review-modal-top .review-badge {
    flex: 0 0 auto; margin-left: auto; font-style: normal; font-size: 10px; font-weight: 800;
    line-height: 1; color: #fff; background: var(--primary-color, #e8352e); padding: 3px 7px; border-radius: 5px;
}
.review-modal-text { margin: 0 0 16px; font-size: 15px; line-height: 1.75; color: #333; white-space: pre-line; word-break: break-word; }
.review-modal-meta { display: flex; }
body.review-modal-open { overflow: hidden; }

/* '실시간 여행문의 바로가기': 기존 quick-stit 물음표 아이콘/패딩 제거, 옆 버튼과 동일한 라인버튼(red-line) + 클릭 유도(펄스/화살표/hover 채움). 클릭 시 견적문의 수수료 안내팝업 → 모달 흐름 */
.quick-stit { background: none !important; padding-left: 0 !important; }
.quick-stit .rt-badge {
    gap: 7px; cursor: pointer; letter-spacing: -0.3px; white-space: nowrap;
    animation: rtBadgePulse 1.8s ease-in-out infinite;
    transition: background .2s ease, color .2s ease, transform .15s ease, box-shadow .2s ease;
}
/* 실시간 점 */
.quick-stit .rt-badge::before {
    content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--red-color);
    animation: recentEstimateBlink 1.1s ease-in-out infinite;
}
/* 바로가기 화살표 */
.quick-stit .rt-badge::after {
    content: ""; width: 6px; height: 6px; margin-left: 1px;
    border-right: 2px solid currentColor; border-bottom: 2px solid currentColor;
    transform: rotate(-45deg);
}
/* hover 시 채워지는 버튼으로 전환(클릭 유도) */
.quick-stit .rt-badge:hover {
    background: var(--red-color) !important; color: #fff !important;
    transform: translateY(-1px); animation: none;
}
.quick-stit .rt-badge:hover::before { background: #fff; }
/* 시선을 끄는 은은한 펄스 글로우 */
@keyframes rtBadgePulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(227, 12, 12, .35); }
    70%      { box-shadow: 0 0 0 7px rgba(227, 12, 12, 0); }
}
