@charset "utf-8";
/* 공통 ***********************************************/

:root {
    --primary: #773594;
    --primary-dark: #5e2a75;
    --common-padding: 120px 20px;
    --common-margin-bt: 40px;
    --common-sec-title-h1-size: 36px;
    --common-sec-title-h1-weight: 600;
    --eng: "minerva-modern", sans-serif;
}

@media (max-width:768px) {
    :root {
        --common-padding: 100px 16px;
        --common-margin-bt: 40px;
        --common-sec-title-h1-size: 32px;
        --common-sec-title-h1-weight: 400;
        ;
    }
}

/* 서브 상단 타이틀 공통 — padding/레이아웃은 각 모듈 CSS 유지 */
.sub-page-head .sub-page-title {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.25;
}

.sub-page-head .sub-page-desc {
    margin-top: 12px;
    font-size: 1.1rem;
    line-height: 1.6;
    color: #666;
}

@media (max-width: 900px) {
    .sub-page-head .sub-page-title {
        font-size: 2rem;
    }

    .sub-page-head .sub-page-desc {
        margin-top: 10px;
        font-size: 1rem;
    }
}

@media (max-width: 550px) {
    .sub-page-head .sub-page-title {
        font-size: 1.8rem;
    }

    .sub-page-head .sub-page-desc {
        margin-top: 8px;
        font-size: 0.95rem;
    }
}
.custom-chk-inp-wrap {
    display: inline-block;
}

.custom-chk-inp-wrap .chk {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    user-select: none;
}

.custom-chk-inp-wrap input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.custom-chk-inp-wrap .chkbox {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1.5px solid #888;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 12px;
    transition: all .2s ease;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
    opacity: .3;
}

.custom-chk-inp-wrap .txt {
    font-size: 14px;
    color: #111;
}

.custom-chk-inp-wrap .txt.all {
    font-size: 15px;
    font-weight: bold;
}

.custom-chk-inp-wrap .txt .privacy-link {
    text-decoration: underline;
    color: #111;
}

.custom-chk-inp-wrap input:checked + .chkbox {
    background-color: var(--primary);
    border-color: var(--primary);
    opacity: 1;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
}

/* 공통 ***********************************************/
.sub-container {
    margin-top: 120px;
    padding-bottom: 120px;
}


/* board reset *****************************************/

#bo_w,
#bo_v,
#bo_list {
    max-width: 1280px;
    margin: 0 auto;
    padding: var(--common-padding);
    position: relative;
}

.bbs-sectitle {
    text-align: center;
    margin-bottom: var(--common-margin-bt);
}

.bbs-sectitle h1 {
    font-size: var(--common-sec-title-h1-size);
    font-weight: var(--common-sec-title-h1-weight);
    line-height: 1;
}

@media (max-width:768px) {

    #bo_w,
    #bo_v,
    #bo_list {
        padding: var(--common-padding);
    }
}


/* 헤더 ***********************************************/
/* 헤더 ***********************************************/
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11;
    border-bottom: 1px solid rgba(234, 234, 234, 0.6);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .1s;
    transition: all .1s;
}

.header.white {
    background: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05)
}

.header .inner {
    position: relative;
    height: 70px;
    margin: 0 auto;
    max-width: 1280px;
}

.header .inner .logo {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 52px;
    width: auto;
    overflow: visible;
}

.header .inner .logo h2 {
    margin: 0;
    line-height: 0;
}

.header .inner .logo a {
    position: relative;
    display: inline-block;
    width: 104px;
    height: 52px;
    z-index: 2;
}

.header .inner .logo a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/images/logo-c.svg) center center no-repeat;
    background-size: contain;
    display: block;
    z-index: 11;
}

.header.white .logo a:after {
    background: url(/images/logo-c.svg) center center no-repeat;
    background-size: contain;
}

.header .inner .menu_btn {
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
}

.header .header_gnb {
    text-align: center;
}

.header .header_gnb .gnb_depth_1 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header .header_gnb .depth_1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    flex: 0 0 auto;
    width: auto;
}

.header .header_gnb .depth_1 > a {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 20px;
    font-weight: 500;
    color: #111;
    font-size: 19px;
}

.header .header_gnb .depth_1 > a span {
    position: relative;
    display: block;
    line-height: normal;
    font-weight: 500;
    color: #111;
    font-size: 19px;
}

.header .header_gnb .depth_1:last-child > a {
    padding: 0 12px;
    background: var(--primary);
    color: #fff;
    height: 36px;
    border-radius: 4px;
}

.header .header_gnb .depth_1:last-child > a span {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}

.header.white .header_gnb .depth_1 > a,
.header.white .header_gnb .depth_1 > a > span {
    color: #111;
}

.header .header_gnb .depth_1.is-active > a,
.header .header_gnb .depth_1.is-active > a > span,
.header.white .header_gnb .depth_1.is-active > a,
.header.white .header_gnb .depth_1.is-active > a > span {
    color: var(--primary, #773594);
    font-weight: 600;
}

.header .header_gnb .depth_1:last-child.is-active > a,
.header .header_gnb .depth_1:last-child.is-active > a > span,
.header.white .header_gnb .depth_1:last-child.is-active > a span {
    color: #fff;
}

.header.white .header_gnb .depth_1:last-child > a span {
    color: #fff;
}

/* PC: GNB 우측 정렬 · 링크 패딩 통일 · 전화번호 버튼 높이 맞춤 (모바일 기존 규칙 유지) */
@media (min-width: 769px) {
    .header .inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
    }

    .header .inner .logo {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        flex: 0 0 auto;
    }

    .header .header_gnb {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex: 1 1 auto;
        min-width: 0;
        text-align: right;
    }

    .header .header_gnb .gnb_depth_1 {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 0;
    }

    .header .header_gnb .gnb_depth_1 > .depth_1 {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .header .header_gnb .depth_1 > a {
        height: 54px;
        padding: 0 28px;
        white-space: nowrap;
    }

    .header .header_gnb .gnb_depth_1 > .depth_1.current > a {
        height: 40px;
        border-radius: 8px;
    }

    .header .header_gnb .gnb_depth_1 > .depth_1:last-child > a {
        height: 40px;
        border-radius: 8px;
        padding: 0 12px;
        background: var(--primary);
        color: #fff;
    }
}

.header .header_gnb .depth_1 .depth_item {
    background-color: var(--primary);
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 220px;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}

.header .header_gnb .depth_1.current .depth_item {
    visibility: visible;
    opacity: 1;
    transition: all 0.5s;
}

.header .header_gnb .depth_1 .depth_item .gnb_depth_2 {
    margin: 0;
    padding: 10px 0;
    list-style: none;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}

.header .header_gnb .depth_1.current .depth_item .gnb_depth_2 {
    visibility: visible;
    opacity: 1;
    transition: all 0.5s;
}

.header .header_gnb .depth_2 > a {
    display: block;
    padding: 8px 0;
    font-size: 16px;
    color: #fff;
    text-align: center;
    transition: color 0.1s;
}

.header .header_gnb .depth_item li {
    opacity: 0;
    transform: translateY(5px);
    transition: all 0.4s ease;
}

.header .header_gnb .depth_item li.fade-up {
    opacity: 1;
    transform: translateY(0);
}


.mob-header {
    position: relative;
}

.mob-header .dimmed {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10040;
    transition: opacity 0.3s ease;
}

.mob-header .dimmed.show {
    display: block;
}

/* ✅ 햄버거는 헤더 영역에서 클릭 가능 (딤보다 아래에 두어 오버레이 시 가려짐) */
.mob-header .mobBtn {
    position: relative;
    z-index: 12;
}

/* 햄버거 — PC(901px~)에서는 숨김 */
.header .mobBtn {
    display: none;
    box-sizing: border-box;
    width: 24px;
    height: 18px;
    position: absolute;
    cursor: pointer;
    z-index: 12;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.header .mobBtn span,
.header .mobBtn::before,
.header .mobBtn::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background: #111;
    left: 0;
    transition: 0.3s ease;
}

.header .mobBtn span {
    top: 8px;
}

.header .mobBtn::before {
    top: 0;
}

.header .mobBtn::after {
    bottom: 0;
}

.header.white .mobBtn span,
.header.white .mobBtn::before,
.header.white .mobBtn::after {
    background: #111;
}

/* 메뉴 패널 (슬라이드) */
.mob-header .mob-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 85%;
    max-width: 360px;
    height: 100%;
    height: 100dvh;
    background: #fff;
    z-index: 10041;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: -4px 0 10px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.mob-header .mob-nav.open {
    right: 0;
}

.mob-header .nav-close {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
}

.mob-header .nav-top {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.mob-header .nav-list {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.mob-header .nav-item {
    border-bottom: 1px solid #eee;
}

.mob-header .nav-link {
    width: 100%;
    box-sizing: border-box;
    background: none;
    border: none;
    padding: 14px 0;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    text-transform: none;
    text-decoration: none;
    color: #111;
}

.mob-header .nav-item.is-active > .nav-link {
    color: var(--primary, #773594);
}

.mob-header .nav-link .arrow {
    margin-left: auto;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.mob-header .nav-item.no-sub .nav-link .arrow.right {
    transform: rotate(0deg);
}

.mob-header .nav-item.has-sub .nav-link .arrow.down {
    transform: rotate(0deg);
}

.mob-header .nav-item.has-sub.is-open .nav-link .arrow.down {
    transform: rotate(180deg);
}

.mob-header .nav-sub {
    display: none;
    margin: 0;
    padding: 0 0 10px;
    list-style: none;
}

.mob-header .nav-item.has-sub.is-open .nav-sub {
    display: block;
}

.mob-header .nav-sub a {
    display: block;
    padding: 10px 0 10px 12px;
    font-size: 15px;
    font-weight: 500;
    color: #555;
    text-decoration: none;
}

.mob-header .copyright {
    margin-top: 28px;
    font-size: 12px;
    color: #999;
}

/* 모바일 헤더/햄버거: 900px 이하만 */
@media (max-width: 900px) {
    .header .inner {
        height: 70px;
        margin: 0 20px;
        padding-right: 40px;
    }

    .header .header_gnb {
        display: none !important;
    }

    .header .mobBtn {
        display: block;
    }
}

@media (min-width: 901px) {
    .header .mobBtn {
        display: none !important;
    }

    .mob-header {
        display: none !important;
    }
}


/* 푸터 ***********************************************/
/*    footer    */
#footer {
    position: relative;
    padding: 100px 0;
    background: #fff;
    border-top: 1px solid #eee;
}

#footer .inner {
    position: relative;
    z-index: 1;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

#footer .inner .ft_top,
#footer .inner .ft_addr {
    margin-bottom: 40px;
}

#footer .inner .ft_top .dflx {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#footer .inner .ft_top .dflx .nav ul {
    display: flex;
}

#footer .inner .ft_top .dflx .nav a {
    color: #555;
}

/* 개인정보 처리방침만 강조 — a:first-child는 li마다 a가 첫 자식이라 전체에 매칭됨 */
#footer .inner .ft_top .dflx .nav ul li:first-child > a {
    color: var(--primary);
    font-weight: 600;
}

#footer .inner .ft_top .dflx .nav ul li:not(:last-child) {
    margin-right: 16px;
}

#footer .inner .ft_top .dflx .cont {
    text-align: right;

}

#footer .inner .ft_top .dflx .cont h3 a,
#footer .inner .ft_top .dflx .cont h3 {
    color: #222;
    font-size: 24px;
}

#footer .inner .ft_top .dflx .cont h3 a {
    color: var(--primary);
}

#footer .inner .ft_addr p {
    font-size: 13px;
    color: #555;
}

#footer .inner .ft_addr p:first-child {
    margin-bottom: 8px;
}

#footer .inner .ft_addr p span {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-right: 10px;
    font-weight: 400;
}

#footer .inner .ft_bot .brand ul {
    display: flex;
}

#footer .inner .ft_bot .brand ul li {
    color: #444;
}

#footer .inner .ft_bot .brand ul li:not(:last-child) {
    margin-right: 8px;

}

#footer .inner .ft_bot {
    position: relative;
}

#footer .inner .ft_bot .cp {
    color: #888;
    font-size: 14px;
}

.footer_sns .inner {
    background: #fff;
}

.footer_sns .inner .dflx ul {
    display: flex;
    justify-content: space-between;
    height: 300px;

}

.footer_sns .inner .dflx ul li {
    width: 33.333333%;
    display: inline-block;
    height: 100%;
    border-top: 1px solid #111;
}



.footer_sns .inner .dflx ul li:not(:last-child) {
    border-right: 1px solid #111;
}

.footer_sns .inner .dflx ul li a {
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.footer_sns .inner .dflx ul li a:hover {
    background: #f1f1f1;
}

.footer_sns .inner .dflx ul li a .top {
    font-size: 24px;
    font-family: var(--eng-font);
}

.footer_sns .inner .dflx ul li a .bot .df {
    display: flex;
    justify-content: flex-end;
    font-weight: 400;
    font-size: 40px;
    font-family: var(--eng-font);
}

/* ✅ Dim */
.ft-policy-dim {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 998;
}

/* ✅ Modal */
.ft-policy-modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 600px;
    background: #fff;
    border-radius: 8px;
    z-index: 999;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.ft-policy-inner {
    padding: 2rem;
    position: relative;
}

.ft-policy-content {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #333;
}

.ft-policy-content .ft-policy-item:not(:last-child) {
    margin-bottom: 24px;
}

.ft-policy-content .ft-policy-item h4 {
    font-size: 15px;
}

.ft-policy-content .ft-policy-item ul {
    margin-top: 8px;
}

.ft-policy-content .ft-policy-item ul li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.ft-policy-item ul li::before {
    content: "•";
    flex-shrink: 0;
    color: #333;
}


/* ✅ Close Button */
.ft-policy-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    cursor: pointer;
}

/* ✅ 공통 모달 스타일은 기존 유지 */

.ft-policy-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--primary);
    /* 골드/주황 느낌 */
    margin-bottom: 1.2rem;
}

/* 강조 문구 */
.ft-policy-highlight {
    font-size: 1.05rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 1rem;
    line-height: 1.6;
}

/* 일반 본문 */
.ft-policy-content .ft-policy-item ul li,
.ft-policy-content p {
    font-size: 13.5px;
    color: #555;
    line-height: 1.7;
}

.ft-policy-content p {
    margin-top: 8px;
}

/* 게시일 */
.ft-policy-date {
    font-size: 0.85rem;
    color: #888;
    margin-top: 1.5rem;
}

@media (max-width:1024px) {
    #footer .inner .ft_bot .cp {
        position: static;
        margin-top: 24px;
    }

    #footer .inner {
        padding: 0 40px;
    }
}

@media (max-width:830px) {
    #footer .inner .ft_top .dflx {
        display: block;
    }

    #footer .inner .ft_top .dflx .cont {
        margin-top: 32px;
        text-align: left;
    }
}

@media (max-width:768px) {
    .footer_sns .inner {
        background: #fff;
    }

    .footer_sns .inner .dflx ul {
        flex-direction: column;
        height: auto;
    }

    .footer_sns .inner .dflx ul li {
        width: 100%;
        border-top: none;
    }

    .footer_sns .inner .dflx ul li:first-child {
        border-top: 1px solid #111;
    }

    .footer_sns .inner .dflx ul li:not(:last-child) {
        border-bottom: 1px solid #111;
        border-right: none;
    }

    .footer_sns .inner .dflx ul li a {
        flex-direction: row;
        align-items: center;
        padding: 20px;
    }

    .footer_sns .inner .dflx ul li a .top {
        font-size: 18px;
    }

    .footer_sns .inner .dflx ul li a .bot .df {
        font-size: 22px;
    }

    #footer .inner {
        padding: 0 20px;
    }

    #footer .inner .ft_top .dflx .cont h3 {
        font-size: 20px;
    }

    #footer .inner .ft_bot .brand ul {
        flex-wrap: wrap;
    }

    #footer .inner .ft_bot .brand ul li {
        line-height: 1.4;
    }

    #footer {
        padding: 80px 0;
    }

    #footer .inner .ft_top .dflx .nav a {
        font-size: 14px;
    }

    #footer .inner .ft_top .dflx .nav a:not(:last-child) {
        margin-right: 8px;
    }

    #footer .inner .ft_bot .cp {
        font-size: 13px;
    }
}

/* 우측 하단 고정 퀵 메뉴 (PC 전용) */
.quick-side-menu {
    position: fixed;
    right: 30px;
    bottom: 90px;
    z-index: 1000;
    width: 110px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.quick-side-menu .quick-item {
    width: 100%;
    min-height: 72px;
    border: 1px solid #ddd;
    background: #fff;
    color: #111;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    box-sizing: border-box;
}

.quick-side-menu .quick-item:hover {
    border-color: var(--primary);
    color: var(--primary);
}

.quick-side-menu .quick-recent-panel {
    width: 100%;
    border: 1px solid #ddd;
    background: #fff;
    box-sizing: border-box;
    padding: 14px 10px 12px;
    text-align: center;
}

.quick-side-menu .quick-recent-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding-bottom: 12px;
}

.quick-side-menu .quick-recent-head .count {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    font-weight: 600;
}

.quick-side-menu .quick-recent-head .txt {
    font-size: 0.95rem;
    font-weight: 800;
    color: #111;
}

.quick-side-menu .quick-recent-empty-msg {
    display: none;
    margin: 0;
    padding: 8px 4px 4px;
    font-size: 0.75rem;
    line-height: 1.45;
    color: #888;
    font-weight: 500;
}

.quick-side-menu .quick-recent-panel.quick-recent-empty .quick-recent-list {
    display: none;
}

.quick-side-menu .quick-recent-panel.quick-recent-empty .quick-recent-empty-msg {
    display: block;
}

.quick-side-menu .quick-recent-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.quick-side-menu .quick-recent-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 58px;
    background: #f4f4f4;
    overflow: hidden;
    text-decoration: none;
}

.quick-side-menu .quick-recent-thumb img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}
.quick-side-menu .quick-recent-thumb:hover {
    outline: 1px solid var(--primary);
    outline-offset: -1px;
}

.quick-side-menu .quick-recent-more {
    display: block;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #eee;
    color: #111;
    font-size: 0.95rem;
    font-weight: 800;
    text-decoration: none;
}

.quick-side-menu .quick-recent-more:hover {
    color: var(--primary);
}

.quick-side-menu .ico {
    font-size: 1.35rem;
    line-height: 1;
}

.quick-side-menu .quick-review .ico svg,
.quick-side-menu .quick-consult .ico svg,
.quick-side-menu .quick-reservation-lookup .ico svg {
    display: block;
    width: 1.35rem;
    height: 1.35rem;
}

.quick-side-menu .quick-consult {
    border-color: var(--primary);
    color: var(--primary);
}

.quick-side-menu .quick-top {
    min-height: 52px;
    flex-direction: row;
    gap: 6px;
}

.quick-side-menu .top-ico {
    width: 9px;
    height: 9px;
    border-top: 2px solid currentColor;
    border-left: 2px solid currentColor;
    transform: rotate(45deg);
    margin-top: 4px;
}

@media (max-width: 1024px) {
    .quick-side-menu {
        display: none;
    }
}
