:root {
    --boss-black: #202021;
    --boss-ink: #171b18;
    --boss-muted: #6f7772;
    --boss-line: #e4e8e5;
    --boss-soft: #f4f6f4;
    --boss-lime: #b81736;
    --lime: #b81736;
    --lime-dark: #95112a;
    --primary: #b81736;
    --radius: 8px;
}

/* 크롬 자동완성은 유지하되 브라우저가 강제로 넣는 배경색만 흰색으로 통일합니다. */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
    -webkit-text-fill-color: var(--boss-ink) !important;
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
    box-shadow: 0 0 0 1000px #fff inset !important;
    caret-color: var(--boss-ink);
    transition: background-color 9999s ease-out 0s;
}

.boss-site-main {
    display: block;
    min-height: 50vh;
}

/*
 * Optional shared bottom CTA
 * Hidden by default. A page opts in with $boss_show_reserve_cta = true.
 */
.boss-reserve-cta,
.boss-reserve-cta * {
    box-sizing: border-box;
}

.boss-reserve-cta {
    padding: 96px 0;
    background: #fff;
    font-family: Pretendard, "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
}

.boss-reserve-cta-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    align-items: end;
    gap: 72px;
    width: min(1440px, calc(100% - 64px));
    min-height: 420px;
    margin: 0 auto;
    padding: 78px 86px;
    overflow: hidden;
    border-radius: 34px;
    background: var(--boss-black);
    color: #fff;
}

.boss-reserve-cta-copy > span {
    display: block;
    margin-bottom: 22px;
    color: #fff;
    font-size: 12px;
    font-weight:700;
    letter-spacing: .08em;
}

.boss-reserve-cta-copy > strong {
    display: block;
    font-size: clamp(46px, 4.8vw, 72px);
    font-weight:700;
    line-height: 1.08;
    letter-spacing: -.065em;
    word-break: keep-all;
}

.boss-reserve-cta-copy > p {
    max-width: 680px;
    margin: 30px 0 0;
    color: #9ca49f;
    font-size: 16px;
    line-height: 1.75;
    word-break: keep-all;
}

.boss-reserve-cta-button {
    display: flex;
    width: 100%;
    min-height: 68px;
    padding: 0 25px;
    align-items: center;
    justify-content: space-between;
    border-radius: 16px;
    background: var(--boss-lime);
    color: #fff !important;
    text-decoration: none;
    font-size: 16px;
    font-weight:700;
}

.boss-reserve-cta-button:hover {
    background: var(--lime-dark);
    color: #fff !important;
}

.boss-reserve-cta-button i {
    font-size: 23px;
    font-style: normal;
    line-height: 1;
}

.boss-site-footer {
    background: #171b20;
    color: rgba(255, 255, 255, .62);
    font-family: Pretendard, "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
}

.boss-footer-inner {
    display: grid;
    grid-template-columns: 1.35fr 1fr .78fr 1fr 1fr;
    gap: 36px;
    width: min(1440px, calc(100% - 64px));
    margin: 0 auto;
    padding: 74px 0 50px;
}

.boss-footer-title {
    display: block;
    margin: 0 0 20px;
    color: #fff;
    font-size: 18px;
    font-weight:700;
    letter-spacing: -.04em;
}

.boss-footer-brand .boss-footer-title { font-size: 28px; }
.boss-footer-block p { margin: 0; font-size: 13px; line-height: 1.9; }
.boss-footer-block p + p { margin-top: 8px; }
.boss-footer-block a { color: inherit; text-decoration: none; }
.boss-footer-contact a { display: block; color: #fff; font-size: 25px; font-weight:700; letter-spacing: -.02em; }
.boss-footer-contact-block { grid-column: -2 / -1; text-align: right; }
.boss-footer-contact a + a { margin-top: 5px; }
.boss-footer-family-links { display: grid; gap: 10px; }
.boss-footer-family-links a { display: block; min-width: 0; color: rgba(255, 255, 255, .7); font-size: 13px; line-height: 1.5; }
.boss-footer-family-links a:hover { color: #fff; }
.boss-footer-family-links span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.boss-footer-business {
    display: flex;
    gap: 32px;
    width: min(1440px, calc(100% - 64px));
    margin: 0 auto;
    padding: 24px 0;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.boss-footer-business > strong { flex: 0 0 auto; color: #fff; font-size: 13px; font-weight:700; }
.boss-footer-business dl { display: flex; min-width: 0; flex-wrap: nowrap; align-items: center; gap: 0; margin: 0; }
.boss-footer-business dl > div { display: flex; min-width: 0; align-items: center; gap: 7px; }
.boss-footer-business dl > div + div::before { content: ""; width: 1px; height: 11px; margin: 0 18px; background: rgba(255, 255, 255, .16); }
.boss-footer-business dt { margin: 0; color: rgba(255, 255, 255, .4); font-size: 10px; font-weight: 800; white-space: nowrap; }
.boss-footer-business dd { margin: 0; color: rgba(255, 255, 255, .76); font-size: 12px; line-height: 1.5; white-space: nowrap; }
.boss-footer-business dd a { color: inherit; text-decoration: none; }

.boss-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    width: min(1440px, calc(100% - 64px));
    margin: 0 auto;
    padding: 23px 0;
    border-top: 1px solid rgba(255, 255, 255, .09);
    font-size: 11px;
}

.boss-footer-policies {
    display: grid;
    justify-items: start;
    gap: 8px;
    font-size: 13px;
    line-height: 1.9;
}
.boss-footer-policies a { color: inherit; text-decoration: none; }

.boss-contact-dock,
.boss-contact-dock * { box-sizing: border-box; }

.boss-contact-dock {
    position: fixed;
    right: 22px;
    bottom: 28px;
    z-index: 1190;
    display: grid;
    gap: 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    pointer-events: none;
    transition: opacity .22s ease, visibility .22s ease, transform .22s ease;
}

.boss-contact-dock.is-visible {
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
}

.boss-contact-action {
    display: flex;
    width: 46px;
    height: 46px;
    margin-left: auto;
    padding: 0;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
    border: 1px solid rgba(14, 17, 15, .12);
    border-radius: 13px;
    background: #fff;
    color: var(--boss-black);
    box-shadow: 0 8px 22px rgba(0, 0, 0, .13);
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    transition: width .22s ease, box-shadow .22s ease, transform .22s ease;
}

.boss-contact-action:hover,
.boss-contact-action:focus-visible {
    width: 162px;
    color: var(--boss-black);
    box-shadow: 0 11px 28px rgba(0, 0, 0, .18);
    transform: translateX(-1px);
}

.boss-contact-action:focus-visible { outline: 2px solid var(--boss-black); outline-offset: 3px; }
.boss-contact-kakao { border-color: #fee500; background: #fee500; }
.boss-contact-label { flex: 0 0 auto; padding: 0 10px 0 15px; font-size: 13px; font-weight:700; letter-spacing: -.02em; }
.boss-contact-icon { display: grid; flex: 0 0 45px; width: 45px; height: 45px; place-items: center; }
.boss-contact-icon svg { width: 20px; height: 20px; fill: currentColor; }

.boss-modal-open { overflow: hidden; }
.boss-policy-modal,
.site-content-modal { position: fixed; inset: 0; z-index: 3000; }
.boss-policy-modal[hidden],
.site-content-modal[hidden] { display: none; }
.boss-policy-dim,
.site-content-modal-backdrop { position: absolute; inset: 0; background: rgba(5, 7, 6, .72); backdrop-filter: blur(4px); }
.boss-policy-panel,
.site-content-modal-panel { position: relative; z-index: 1; width: min(760px, calc(100% - 32px)); max-height: min(760px, calc(100vh - 40px)); margin: 20px auto; overflow: auto; border-radius: 22px; background: #fff; color: var(--boss-ink); box-shadow: 0 28px 90px rgba(0, 0, 0, .3); }
.boss-policy-panel > header,
.site-content-modal-head { position: sticky; top: 0; display: flex; align-items: center; justify-content: space-between; min-height: 72px; padding: 0 26px; border-bottom: 1px solid var(--boss-line); background: #fff; }
.boss-policy-panel h2,
.site-content-modal-head strong { margin: 0; font-size: 20px; font-weight:700; }
.boss-policy-panel button,
.site-content-modal-close { width: 40px; height: 40px; padding: 0; border: 0; border-radius: 50%; background: var(--boss-soft); color: var(--boss-ink); font-size: 25px; cursor: pointer; }
.boss-policy-body,
.site-content-modal-body { padding: 28px 26px 38px; color: #4f5752; font-size: 14px; line-height: 1.9; white-space: pre-wrap; }

@media (max-width: 1160px) {
    .boss-footer-inner { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .boss-footer-brand { grid-column: span 2; }
    .boss-footer-contact-block { text-align: right; }
    .boss-footer-business { gap: 20px; }
    .boss-footer-business dl > div + div::before { margin: 0 12px; }
}

@media (max-width: 860px) {
    .boss-footer-inner,
    .boss-footer-bottom,
    .boss-footer-business { width: min(100% - 40px, 720px); }
    .boss-footer-inner { grid-template-columns: 1fr 1fr; }
    .boss-footer-brand { grid-column: span 2; }
    .boss-footer-business { align-items: flex-start; }
    .boss-footer-business dl { flex-wrap: wrap; row-gap: 8px; }
    .boss-reserve-cta { padding: 72px 0; }
    .boss-reserve-cta-card {
        grid-template-columns: 1fr;
        gap: 42px;
        width: min(100% - 40px, 720px);
        min-height: 0;
        padding: 60px 52px;
    }
    .boss-reserve-cta-button { width: min(100%, 320px); }
    .boss-contact-dock { display: none; }
}

@media (max-width: 640px) {
    .boss-footer-inner,
    .boss-footer-bottom,
    .boss-footer-business { width: calc(100% - 32px); }
    .boss-reserve-cta { padding: 52px 0; }
    .boss-reserve-cta-card {
        width: calc(100% - 32px);
        gap: 32px;
        padding: 42px 24px;
        border-radius: 24px;
    }
    .boss-reserve-cta-copy > span { margin-bottom: 15px; font-size: 10px; }
    .boss-reserve-cta-copy > strong { font-size: 38px; }
    .boss-reserve-cta-copy > p { margin-top: 21px; font-size: 14px; }
    .boss-reserve-cta-button { width: 100%; min-height: 62px; }
    .boss-footer-inner { grid-template-columns: 1fr; gap: 38px; padding: 54px 0 38px; text-align: center; }
    .boss-footer-brand { grid-column: auto; }
    .boss-footer-contact-block { grid-column: auto; text-align: center; }
    .boss-footer-business { display: block; padding: 22px 0; text-align: left; }
    .boss-footer-business > strong { display: block; margin-bottom: 12px; }
    .boss-footer-business dl { display: flex; flex-wrap: wrap; gap: 7px 0; }
    .boss-footer-business dl > div + div::before { margin: 0 10px; }
    .boss-footer-bottom { display: block; padding: 20px 0; text-align: center; }
    .boss-footer-policies { justify-items: center; margin-top: 12px; }
}
