@font-face {
    font-family: "Aritaburi";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/Arita-buri-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "GowunBatang";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/GowunBatang-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Pretendard", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    color: #241e1a;
    background: #f9f5ef;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

.m_br {
    display: none;
}

.local-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    background: rgba(26, 22, 20, 0.82);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(14px);
}

.local-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(1180px, calc(100% - 40px));
    height: 78px;
    margin: 0 auto;
}

.local-logo img {
    width: 148px;
    max-height: 44px;
    object-fit: contain;
}

.local-logo {
    display: flex;
    align-items: center;
    height: 100%;
}

.local-nav {
    display: flex;
    align-items: center;
    gap: 28px;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
}

.local-nav a:hover {
    color: #e2b07e;
}

.local-nav .reserve {
    color: #e2b07e;
}

.local-hero {
    position: relative;
    min-height: 640px;
    padding: 180px 20px 100px;
    color: #ffffff;
    background:
        linear-gradient(180deg, rgba(24, 20, 18, 0.74), rgba(24, 20, 18, 0.88)),
        url("/img/main_slide/m1.jpeg") no-repeat center / cover;
}

.local-hero__inner,
.local-section__inner {
    width: min(1180px, 100%);
    margin: 0 auto;
}

.local-kicker {
    display: inline-flex;
    margin-bottom: 20px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.12em;
    color: #e2b07e;
}

.local-hero h1 {
    max-width: 780px;
    font-family: "Aritaburi", serif;
    font-size: clamp(42px, 6vw, 72px);
    font-weight: 600;
    line-height: 1.14;
}

.local-hero__desc {
    max-width: 660px;
    margin-top: 24px;
    font-size: 19px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.84);
}

.local-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 36px;
}

.local-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 24px;
    font-weight: 800;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 4px;
}

.local-btn--primary {
    color: #241e1a;
    background: #e2b07e;
    border-color: #e2b07e;
}

.local-btn--ghost {
    color: #ffffff;
}

.local-section {
    padding: 92px 20px;
}

.local-section--white {
    background: #ffffff;
}

.local-section--dark {
    color: #ffffff;
    background: #1f1a18;
}

.local-title {
    margin-bottom: 18px;
    font-family: "Aritaburi", serif;
    font-size: clamp(30px, 4vw, 46px);
    font-weight: 600;
    line-height: 1.24;
}

.local-lead {
    max-width: 760px;
    font-size: 18px;
    line-height: 1.85;
    color: #5f5750;
}

.local-section--dark .local-lead {
    color: rgba(255, 255, 255, 0.72);
}

.local-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 42px;
}

.local-card {
    min-height: 240px;
    padding: 30px;
    background: #ffffff;
    border: 1px solid rgba(126, 90, 58, 0.16);
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(62, 43, 30, 0.08);
}

.local-card img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    margin-bottom: 22px;
    border-radius: 6px;
}

.local-card h2,
.local-card h3 {
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 1.38;
}

.local-card p,
.local-card li {
    font-size: 16px;
    line-height: 1.72;
    color: #655b53;
}

.local-card ul {
    display: grid;
    gap: 10px;
    list-style: none;
}

.local-card li::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 10px;
    vertical-align: 2px;
    background: #a56d3d;
    border-radius: 50%;
}

.local-process {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 42px;
}

.local-process__item {
    padding: 28px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
}

.local-process__num {
    display: block;
    margin-bottom: 18px;
    font-size: 13px;
    font-weight: 800;
    color: #e2b07e;
}

.local-process__item h2,
.local-process__item h3 {
    margin-bottom: 10px;
    font-size: 20px;
}

.local-process__item p {
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.72);
}

.local-faq {
    display: grid;
    gap: 16px;
    margin-top: 38px;
}

.local-faq__item {
    padding: 26px 28px;
    background: #ffffff;
    border: 1px solid rgba(126, 90, 58, 0.16);
    border-radius: 8px;
}

.local-faq__item h2,
.local-faq__item h3 {
    margin-bottom: 10px;
    font-size: 19px;
}

.local-faq__item p {
    font-size: 16px;
    line-height: 1.75;
    color: #655b53;
}

.local-cta {
    text-align: center;
}

.local-cta .local-title,
.local-cta .local-lead {
    margin-right: auto;
    margin-left: auto;
}

.quick-menu {
    display: flex;
    gap: 15px;
    flex-direction: column;
    position: fixed;
    right: 30px;
    bottom: 50px;
    z-index: 9999;
    visibility: visible;
    opacity: 1;
}

.quick-item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 60px;
    height: 60px;
    border: none;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    background: #ad8957;
    color: #4a3b2a;
    font-size: 24px;
    transition: all 0.3s ease;
    cursor: pointer;
    backdrop-filter: none;
}

.quick-item i {
    color: #ffffff;
    font-size: 24px;
    transition: color 0.3s ease;
}

.quick-top i,
.quick-item i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1em;
    height: 1em;
    font-style: normal;
    line-height: 1;
}

.quick-menu .xi-call::before,
.quick-menu .xi-kakaotalk::before,
.quick-menu .xi-naver-square::before,
.quick-menu .xi-arrow-up::before {
    font-family: "Pretendard", system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-weight: 800;
    line-height: 1;
}

.quick-menu .xi-call::before {
    content: "☎";
}

.quick-menu .xi-kakaotalk::before {
    content: "톡";
    font-size: 0.82em;
}

.quick-menu .xi-naver-square::before {
    content: "N";
}

.quick-menu .xi-arrow-up::before {
    content: "↑";
}

.quick-item:hover {
    border: none;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    background: #c7b59d;
    transform: translateY(-5px);
}

.quick-item:hover i {
    color: #2e241b;
}

.quick-top {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border: none;
    border-radius: 50%;
    background: #d4c5b0;
    color: #4a3b2a;
    font-size: 20px;
    transition: all 0.3s ease;
    cursor: pointer;
    backdrop-filter: none;
}

.quick-top:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    background: #c7b59d;
    color: #2e241b;
    transform: translateY(-5px);
}

.footer-wrap {
    padding: 100px 0 40px;
    background: #111111;
    color: #888888;
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.footer-logo-text {
    display: block;
    margin-bottom: 30px;
    color: #ffffff;
    font-family: "Aritaburi", serif;
    font-size: 24px;
    opacity: 0.5;
}

.footer-item {
    margin-bottom: 12px;
    color: #999999;
    font-size: 14px;
}

.footer-item b {
    margin-right: 8px;
    color: #dddddd;
}

.copyright {
    margin-top: 80px;
    padding-top: 40px;
    color: #444444;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-top: 1px solid #222222;
}

@media (max-width: 1024px) {
    .local-nav {
        gap: 18px;
        font-size: 14px;
    }

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

@media (max-width: 760px) {
    .m_br {
        display: inline;
    }

    .local-header__inner {
        width: min(100% - 32px, 1180px);
        height: auto;
        padding: 18px 0;
        align-items: flex-start;
        gap: 18px;
    }

    .local-logo img {
        width: 132px;
    }

    .local-nav {
        justify-content: flex-end;
        flex-wrap: wrap;
        gap: 12px 16px;
    }

    .local-hero {
        min-height: auto;
        padding: 160px 18px 72px;
    }

    .local-hero__desc,
    .local-lead {
        font-size: 16px;
    }

    .local-section {
        padding: 70px 18px;
    }

    .local-grid,
    .local-process {
        grid-template-columns: 1fr;
    }

    .footer-inner {
        gap: 40px;
        flex-direction: column;
        padding: 0 20px;
    }

    .quick-menu {
        gap: 10px;
        right: 10px;
        bottom: 30px;
    }

    .quick-item {
        width: 40px;
        height: 40px;
        font-size: 15px;
    }

    .quick-item i {
        font-size: 18px;
    }

    .quick-top {
        width: 30px;
        height: 30px;
        margin: 0 auto;
        font-size: 15px;
    }
}
