@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Thin.woff2') format('woff2');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Black.woff2') format('woff2');
    font-weight: 900;
    font-display: swap;
}



@font-face {
    font-family: 'MaruBuri';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-ExtraLight.woff2);
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'MaruBuri';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Light.woff2);
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'MaruBuri';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Regular.woff2);
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'MaruBuri';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-SemiBold.woff2);
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'MaruBuri';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Bold.woff2);
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'MaruBuri';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Light.woff2);
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'MaruBuri';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-ExtraLight.woff2);
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'MaruBuri';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-SemiBold.woff2);
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'MaruBuri';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Bold.woff2);
    font-weight: 700;
    font-display: swap;
}




* {
    box-sizing: border-box;
}

:root {
    --ukkmc-light-bg: #f4eae3;
    --ukkmc-point-color: #b8936b;
}

html {
    overflow-y: scroll;
    scroll-behavior: smooth;
    scrollbar-gutter: stable;
}

body {
    margin: 0;
    min-width: 320px;
    font-family: -apple-system, BlinkMacSystemFont, "Pretendard", "Noto Sans KR", "Segoe UI", sans-serif;
}

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

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

button,
input,
textarea,
select {
    font: inherit;
}

button {
    border: 0;
    background: none;
    color: inherit;
    cursor: pointer;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
    background: transparent;
    transition: background-color 0.18s ease;
}

.site-header.is-scrolled {
    background: #ffffffcc;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.site-header__inner {
    width: min(1440px, calc(100% - 32px));
    min-height: 84px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.site-header__brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    min-height: 44px;
}

.site-header__brand-mark {
    width: clamp(96px, 18vw, 148px);
    height: auto;
    filter: brightness(0) invert(1);
    transition: filter 0.18s ease;
}

.site-header.is-scrolled .site-header__brand-mark {
    filter: none;
}

.site-header__nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 0;
}

.site-header__toggle {
    position: relative;
    z-index: 1002;
    display: none;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    padding: 0;
}

.site-header__toggle span {
    position: absolute;
    left: 11px;
    width: 24px;
    height: 2px;
    border-radius: 999px;
    background: #fff;
    transform-origin: center;
    transition: transform 0.26s ease, opacity 0.2s ease, background-color 0.18s ease;
}

.site-header__toggle span:nth-child(1) {
    transform: translateY(-8px);
}

.site-header__toggle span:nth-child(3) {
    transform: translateY(8px);
}

.site-header.is-scrolled .site-header__toggle span,
.site-header__toggle.is-active span {
    background: #231915;
}

.site-header__toggle.is-active span:nth-child(1) {
    transform: rotate(45deg);
}

.site-header__toggle.is-active span:nth-child(2) {
    opacity: 0;
}

.site-header__toggle.is-active span:nth-child(3) {
    transform: rotate(-45deg);
}

.site-header__menu,
.site-header__submenu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-header__menu {
    display: flex;
    align-items: center;
    gap: clamp(18px, 2.8vw, 38px);
}

.site-header__menu-item {
    position: relative;
}

.site-header__menu-item > a,
.site-header__submenu a {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    word-break: keep-all;
}

.site-header__menu-item > a {
    min-height: 44px;
    color: rgba(247, 241, 234, 0.9);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    transition: color 0.18s ease;
}

.site-header.is-scrolled .site-header__menu-item > a {
    color: #231915;
}

.site-header__menu-item > a:focus-visible,
.site-header__submenu a:focus-visible {
    outline: 2px solid var(--ukkmc-point-color);
    outline-offset: 4px;
}

.site-header__menu-item > a:hover,
.site-header__menu-item:focus-within > a {
    color: #fff;
}

.site-header.is-scrolled .site-header__menu-item > a:hover,
.site-header.is-scrolled .site-header__menu-item:focus-within > a {
    color: var(--ukkmc-point-color);
}

.site-header__submenu {
    position: absolute;
    top: 100%;
    left: 50%;
    min-width: 170px;
    padding: 8px 0;
    background: rgba(247, 239, 229, 0.96);
    color: #231915;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    text-align: center;
    transform: translateX(-50%);
    transition: opacity 0.16s ease, visibility 0.16s ease;
}

.site-header__menu-item--has-sub:hover .site-header__submenu,
.site-header__menu-item--has-sub:focus-within .site-header__submenu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.site-header__submenu a {
    justify-content: center;
    width: 100%;
    min-height: 42px;
    padding: 0 18px;
    color: #231915;
    font-size: 16px;
}

.site-header__submenu a:hover {
    background: var(--ukkmc-light-bg);
}

.site-header__brand:focus-visible,
.site-header__brand:hover {
    outline: none;
}

.site-footer {
    background: var(--ukkmc-point-color);
    color: #fff;
}

.site-footer__inner {
    width: min(1440px, calc(100% - 32px));
    margin: 0 auto;
}

.site-footer__contact {
    position: relative; 
    background: var(--ukkmc-point-color);
}

.site-footer__contact-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(500px, 520px) minmax(560px, 1fr);
    align-items: center;
    gap: 70px;
}

.site-footer__info {
    border-right:1px solid rgba(255, 255, 255, 0.24);
    border-left:1px solid rgba(255, 255, 255, 0.24);
    padding: 80px 60px;
}



.site-footer__logo {
    width: 220px;
    height: auto;
    margin-top:30px;
    filter: brightness(0) invert(1);
}

.site-footer__phone {
    display: flex;
    flex-direction: column;
}

.site-footer__label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
}

.site-footer__phone-number {
    display: inline-block; 
    font-family: 'Maruburi';
    color: inherit;
    font-size: 52px;
    font-weight: 600;
    line-height: 1.25;
}

.site-footer__summary {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 8px;
    margin: 34px 0 0;
}

.site-footer__summary div {
    display: contents;
}

.site-footer__summary dt,
.site-footer__summary dd {
    margin: 0;
    font-size: 16px;
    line-height: 1.45;
}

.site-footer__summary dt {
    font-weight: 600;
}

.site-footer__details {
    margin: 34px 0 0;
}

.site-footer__detail {
    margin: 0;
}

.site-footer__detail dt {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
}

.site-footer__detail dd {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 8px;
    margin: 0;
    font-size: 16px; 
    line-height: 1.75;
}

.site-footer__detail dd span {
    font-size: 16px;
    font-weight: 600;
}

.site-footer__reservation {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 210px;
    min-height: 48px;
    margin-top: 28px;
    padding: 0 24px;
    border: 1px solid rgba(255, 255, 255, 0.62);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    word-break: keep-all;
    transition: background-color 0.18s ease, color 0.18s ease;
}

.site-footer__reservation i {
    font-size: 20px;
    line-height: 1;
}

.site-footer__reservation:hover,
.site-footer__reservation:focus-visible {
    background: #fff;
    color: var(--ukkmc-point-color);
}

.site-footer__reservation:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.54);
    outline-offset: 4px;
}
 

.site-footer__location-title {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
}

.site-footer__location p {
    margin: 12px 0 18px;
    font-size: 16px;
    line-height: 1.5;
}

.site-footer__map {
    aspect-ratio: 2 / 1;
    height: auto;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.16);
    border-radius: 4px;
}

.site-footer__map img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.site-footer__bottom {
    position: relative;
    padding: 38px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    background: var(--ukkmc-point-color);
    color: #fff;
}

.site-footer__bottom-inner {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between; 
    align-items: center;
    gap: 20px 48px;
}

.site-footer__bottom-logo {
    width: 148px;
    height: auto;
    filter: brightness(0) invert(1);
}

.site-footer__links {
    display: flex;
    justify-content: flex-end;
    gap: 54px;
}

.site-footer__links a {
    color: inherit;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
}

.site-footer__copyright { 
    margin: 6px 0 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    opacity: 0.88;
}

.site-kakao-button {
    position: fixed;
    right: 34px;
    bottom: 128px;
    z-index: 900;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #f6d94a;
    box-shadow: 0 0 15px #ffffff77;
    color: #231915;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    word-break: keep-all;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease, background-color 0.18s ease;
}

.site-kakao-button.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.site-kakao-button i {
    display: block;
    font-size: 28px;
    line-height: 1;
}

.site-kakao-button strong {
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
}

.site-kakao-button:hover,
.site-kakao-button:focus-visible {
    background: #ffe25d;
}

.site-kakao-button:focus-visible {
    outline: 2px solid rgba(246, 217, 74, 0.48);
    outline-offset: 4px;
}

.site-top-button {
    position: fixed;
    right: 34px;
    bottom: 34px;
    z-index: 900;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #99754f;
    box-shadow: 0 0 15px #ffffff77;
    color: #fff;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease, background-color 0.18s ease;
}

.site-top-button.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.site-top-button i {
    font-size: 22px;
    line-height: 1;
}

.site-top-button span {
    display: block;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.04em;
    white-space: nowrap;
}

.site-top-button:hover,
.site-top-button:focus-visible {
    background: #a77d55;
}

.site-top-button:focus-visible {
    outline: 2px solid rgba(184, 147, 107, 0.36);
    outline-offset: 4px;
}

@media (max-width: 1400px) {
    /* Common footer */
    .site-footer__contact-inner {
        grid-template-columns: minmax(420px, 500px) minmax(500px, 1fr);
        gap: 48px;
    }

    .site-footer__info {
        padding: 70px 44px;
    }
}

@media (max-width: 1024px) {
    /* Common header */
    .site-header__inner {
        width: min(100%, calc(100% - 32px));
        min-height: 76px;
    }

    .site-header__brand-mark {
        width: 132px;
    }

    .site-header__toggle {
        display: inline-flex;
        margin-left: auto;
    }

    .site-header__nav {
        display: contents;
    }

    .site-header__menu {
        position: fixed;
        top: 0;
        right: -1px;
        z-index: 1001;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 0;
        width: min(380px, 84vw);
        height: 100dvh;
        padding: 104px 34px 34px;
        background: rgba(255, 255, 255, 0.98);
        box-shadow: -18px 0 40px rgba(35, 25, 21, 0.14);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateX(100%);
        transition: transform 0.34s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.22s ease, visibility 0.22s ease;
    }

    .site-header__menu.is-open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateX(0);
    }

    .site-header__menu-item {
        border-bottom: 1px solid #eadfd6;
    }

    .site-header__menu-item > a {
        width: 100%;
        min-height: 58px;
        color: #231915;
        font-size: 20px;
    }

    .site-header__menu-item > a:hover,
    .site-header__menu-item:focus-within > a,
    .site-header.is-scrolled .site-header__menu-item > a:hover,
    .site-header.is-scrolled .site-header__menu-item:focus-within > a {
        color: var(--ukkmc-point-color);
    }

    .site-header__submenu {
        position: static;
        min-width: 0;
        padding: 0 0 10px;
        background: transparent;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        text-align: left;
        transform: none;
    }

    .site-header__submenu a {
        justify-content: flex-start;
        min-height: 42px;
        padding: 0 0 0 14px;
        font-size: 16px;
    }

    /* Common footer */
    .site-footer__contact {
        padding: 64px 0 58px;
    }

    .site-footer__contact-inner {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .site-footer__info {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        grid-template-areas:
            "phone details"
            "summary details"
            "logo reservation";
        align-items: end;
        gap: 26px 34px;
        padding: 0;
        border: 0;
    }

    .site-footer__phone {
        grid-area: phone;
    }

    .site-footer__summary {
        grid-area: summary;
    }

    .site-footer__details {
        grid-area: details;
        margin-top: 0;
    }

    .site-footer__reservation {
        grid-area: reservation;
        justify-self: start;
        min-width: 0;
    }

    .site-footer__logo {
        grid-area: logo;
    }

    .site-footer__location {
        border-left: 0;
    }

    .site-footer__bottom-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .site-footer__links {
        justify-content: flex-start;
        gap: 24px;
    }
}

@media (max-width: 768px) {
    /* Common footer */
    .site-footer__inner {
        width: min(100%, calc(100% - 24px));
    }

    .site-footer__contact {
        padding: 52px 0 46px;
    }

    .site-footer__logo {
        width: 190px;
    }

    .site-footer__phone-number {
        font-size: 36px;
    }

    .site-footer__info {
        display: block;
    }

    .site-footer__details {
        margin-top: 34px;
    }

    .site-footer__reservation {
        display: inline-flex;
        width: auto;
        max-width: 100%;
    }

    .site-footer__summary {
        grid-template-columns: 150px minmax(0, 1fr);
        gap: 7px 10px;
    }

    .site-footer__detail dd {
        grid-template-columns: 150px minmax(0, 1fr);
        gap: 7px 10px;
    }

    .site-footer__summary dt,
    .site-footer__summary dd,
    .site-footer__detail dd,
    .site-footer__detail dd span {
        font-size: 15px;
    }

    .site-footer__summary dt,
    .site-footer__detail dd span {
        white-space: nowrap;
    }

    .site-footer__reservation {
        min-width: 190px;
    }

    .site-footer__location p {
        margin-bottom: 16px;
    }

    .site-footer__bottom {
        padding: 28px 0 30px;
    }

    .site-footer__links {
        flex-wrap: wrap;
        gap: 12px 20px;
    }
}

@media (max-width: 480px) {
    /* Common header */
    .site-header__inner {
        width: min(100%, calc(100% - 24px));
        min-height: 68px;
    }

    .site-header__brand-mark {
        width: 118px;
    }

    .site-header__menu {
        width: min(330px, 88vw);
        padding: 88px 24px 28px;
    }

    .site-header__menu-item > a {
        min-height: 54px;
        font-size: 18px;
    }

    /* Common footer */
    .site-footer__contact {
        padding: 44px 0 40px;
    }

    .site-footer__location,
    .site-footer__map {
        min-width: 0;
        width: 100%;
    }

    .site-footer__location p {
        font-size: 15px;
        word-break: keep-all;
    }

    .site-footer__label,
    .site-footer__detail dt {
        font-size: 17px;
    }

    .site-footer__phone-number {
        font-size: 28px;
    }

    .site-footer__summary {
        grid-template-columns: 136px minmax(0, 1fr);
        gap: 7px 10px;
        margin-top: 28px;
    }

    .site-footer__detail dd {
        grid-template-columns: 136px minmax(0, 1fr);
        gap: 7px 10px;
        font-size: 15px;
    }

    .site-footer__summary dt,
    .site-footer__summary dd,
    .site-footer__detail dd span {
        font-size: 15px;
    }

    .site-footer__summary dt,
    .site-footer__detail dd span {
        white-space: nowrap;
    }

    .site-footer__reservation {
        min-width: 198px;
        width: max-content;
        max-width: 100%;
        min-height: 46px;
        margin-top: 24px;
        font-size: 15px;
    }

    .site-footer__logo {
        width: 176px;
        margin-top: 28px;
    }

    .site-footer__bottom {
        padding: 28px 0;
    }

    .site-footer__bottom-inner {
        align-items: flex-start;
        padding-right: 82px;
    }

    .site-footer__copyright {
        margin: 0;
        font-size: 13px;
        line-height: 1.55;
        word-break: keep-all;
    }

    .site-top-button {
        right: 18px;
        bottom: 18px;
        width: 60px;
        height: 60px;
    }

    .site-kakao-button {
        right: 18px;
        bottom: 88px;
        width: 60px;
        height: 60px;
    }

    .site-kakao-button i {
        font-size: 22px;
    }

    .site-kakao-button strong {
        font-size: 12px;
    }
}
