@charset "utf-8";
/* CSS Document */

a.link {
    color: #005ddc !important;
}

a:hover.link {
    text-decoration: underline;
}

.nice-select {
    float: none;
}

.red {
    color: #C00 !important;
}

.blue {
    color: #0470F2 !important;
}

.green {
    color: #390 !important;
}

.gray {
    color: #999 !important;
}

.orange {
    color: #ff9c00 !important;
}

.bgRed {
    background: #C00 !important;
    color: #fff !important;
    border-radius: 3px !important;
    padding: 4px 8px !important;
}

.bgBlue {
    background: #0470F2 !important;
    color: #fff !important;
    border-radius: 3px !important;
    padding: 4px 8px !important;
}

.bgGreen {
    background: #390 !important;
    color: #fff !important;
    border-radius: 3px !important;
    padding: 4px 8px !important;
}

.bgGray {
    background: #999 !important;
    color: #fff !important;
    border-radius: 3px !important;
    padding: 4px 8px !important;
}

.re_state {
    color: #fff !important;
    border-radius: 3px !important;
    padding: 4px 8px !important;
}

.bglightGray {
    background: #f7f7f7 !important;
}

.bglightBlue {
    background: #effcff !important;
}

.bglightYellow {
    background: #fffdef !important;
}

.button-primary{
    background-color: #4A90E2;
    color: #fff !important;
}

.button-primary2{
    background-color: #F2F5F8;
    color: #4A90E2 !important;
}

.button-nochoice{
    background-color: #dddddd;
    color: #fff;
    pointer-events: none;
}

.dashboard-bg{
    background-color: #F2F5F8;
}

.point-color{
    color: #4A90E2;
}

.point-color2{
    color: #0045C9;
}

.t-rw {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    word-break: break-all;
    word-wrap: break-word;
}

.rw-1 {
    -webkit-line-clamp: 1;
}

.rw-2 {
    -webkit-line-clamp: 2;
}

.rw-3 {
    -webkit-line-clamp: 3;
}

.scroll-y::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

.scroll-y::-webkit-scrollbar-track {
    background: #dadada;
    border-radius: 3px;
}

.scroll-y::-webkit-scrollbar-thumb {
    background: #5e72e4;
    border-radius: 3px;
}

.scroll-y {
    scrollbar-face-color: #8a8a8a;
    scrollbar-track-color: #fff;
    scrollbar-arrow-color: none;
    scrollbar-highlight-color: #8a8a8a;
    scrollbar-3dlight-color: none;
    scrollbar-shadow-color: #8a8a8a;
    scrollbar-darkshadow-color: none;
}

html {
    scroll-behavior: auto !important;
}

/* ==================================================
    로그인
================================================== */
.login-page {
    background-image: url("/front/images/login_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

.login-page#sub .section .section-body {
    padding: 0;
    max-width: 100%;
    height: 100%;
}

.login-form {
    width: 100%;
    max-width: 640px;
    padding: 80px;
    box-sizing: border-box;
    margin-left: 180px;
    border-radius: 40px;
    background-color: rgba(255, 255, 255, 0.20);
    box-shadow: 0 0 50px 0 rgba(18, 36, 45, 0.10);
    backdrop-filter: blur(15px);
}

.login-page .border-green-btn {
    background-color: transparent;
}

.login-page input[type='text'] {
    height: 60px;
    line-height: 60px;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: -0.32px;
}


/* ==================================================
    공통
================================================== */
.thead{color: #EFF3F6;}
#sub img{max-width: 100%;}
.codebtn{width: 57px; height: 30px; background-color: #999999; color: #fff; border-radius: 8px; box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.03); position: absolute; top: 50%; right: 10px; transform: translateY(-50%); pointer-events: none; cursor: pointer !important; transition: 0.3s all ease;}
.codebtn.on{pointer-events: auto; background-color: #4A90E2;}
.find .remove-input{right: 82px;}
.essential{position: relative;}
.essential:after{content: '*'; clear: both; display: block; font-size: 13px; font-weight: 600; color: #4A90E2; position: absolute; top: 0; right: -10px;}
.block {
    display: block;
}

.block1560, .block768, .block375, .block360 {
    display: none;
}

.table-layout-fixed {
    table-layout: fixed;
}

.img-box, .video-box, .img-wrap {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
}

.img-box img, .video-box video, .video-box iframe, .video-box embed {
    position: absolute;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.figure {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

picture {
    width: 100%;
    height: 100%;
    display: block;
}

.img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    padding: 0 16px;
    box-sizing: border-box;
    border-radius: 500px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.32px;
    transition: .3s ease;
}

.button2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 105px;
    height: 40px;
    padding: 0 16px;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    transition: .3s ease;
}

.button3 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    height: 50px;
    padding: 0 16px;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.32px;
    transition: .3s ease;
}

.button.sm {
    height: 40px;
}

.green-btn {
    border: 1px solid #6C822F;
    background-color: #6C822F;
    color: #fff !important;
}

.green-btn:hover {
    border: 1px solid #1A1A1A;
    background-color: #1A1A1A;
}

.black-btn {
    background-color: #1A1A1A;
    color: #fff !important;
}

.black-btn:hover {
    background-color: #6C822F;
}

.border777-btn {
    border: 1px solid #777;
    background-color: transparent;
}

.border777-btn:hover {
    border: 1px solid #1A1A1A;
    background-color: #1A1A1A;
    color: #fff;
}

.border-green-btn {
    border: 1px solid #6C822F;
    background-color: #fff;
    color: #6C822F !important;
}

.border-green-btn:hover {
    border: 1px solid #6C822F;
    background-color: #6C822F;
    color: #fff !important;
}

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

.fc-white {
    color: #fff !important;
}

.fc-6C822F {
    color: #6C822F !important;
}

.fc-1A1A1A {
    color: #1A1A1A !important;
}

.fc-777 {
    color: #777 !important;
}

.bx_sizing {
    box-sizing: border-box;
}

#sub .tit-box {
    text-align: center;
}

#sub .tit-box h3 {
    font-family: "BookkMyungjo",sans-serif;
    font-size: 4rem;
    font-weight: 300;
    line-height: 60px;
    letter-spacing: -2px;
}

#sub .tit-box .sub-tit {
    margin-top: 30px;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 28.8px;
    letter-spacing: -0.36px;
    color: #555;
}

.resv-btn {
    width: 116px;
    justify-content: flex-end;
    background-image: url("/front/images/ico_calendar_check_wht.svg");
    background-position: left 16px center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

.mi-login-btn {
    width: 102px;
    justify-content: flex-end;
    background-image: url("/front/images/ico_login.svg");
    background-position: left 16px center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

.mi-login-btn:hover {
    background-image: url("/front/images/ico_login_wht.svg");
}

.move {
    transition: .3s ease;
}

.table-style1 {
    border-top: 1px solid #6C822F;
    box-sizing: border-box;
}

.table-style1 tr {
    border-bottom: 1px solid #E6E6E6;
    box-sizing: border-box;
}

.table-style1 th {
    padding: 20px;
    box-sizing: border-box;
    background-color: #F1F3EB;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 25.6px;
    letter-spacing: -0.32px;
    text-align: center;
}

.table-style1 td {
    padding: 10px 15px;
    box-sizing: border-box;
    background-color: #fff;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 25.6px;
    letter-spacing: -0.32px;
}

.table-style2 {
    border-top: 1px solid #6C822F;
    box-sizing: border-box;
}

.table-style2 tr {
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    transition: .3s ease;
}

.table-style2 tr:hover {
    background-color: #F1F3EB;
}

.table-style2 tbody tr {
    cursor: pointer;
}

.table-style2 th {
    padding: 10px;
    box-sizing: border-box;
    height: 80px;
    background-color: #fff;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 27.2px;
    letter-spacing: -0.85px;
    color: #6C822F;
    text-align: center;
}

.table-style2 td {
    padding: 0 20px;
    box-sizing: border-box;
    height: 100px;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 32.4px;
    letter-spacing: -0.36px;
    text-align: center;
}

/* ==================================================
    헤더
================================================== */
#header .header-column .h-fade-menu {
    width: calc(50% - 150px);
}

#header .header-column .h-left-menu .depth1 > li > a {
    justify-content: flex-end;
}

#header.bg_on .header-body {
    background: rgba(255, 255, 255, 0.70);
}

#header.header-effect-sticky.active.bg_on .header-body {
    background: rgba(255, 255, 255, 0.70);
    box-shadow: none;
}

#header.bg_on .hbg-chg-btn, #header.white.bg_on .hbg-chg-btn {
    background-image: url("/front/images/ico_hbgchgbtn_on.svg");
}

#header.on .hc-third .hbg-chg-btn {
    display: none;
}

#header.border_on {
    border-color: #ddd;
}

#header .header-column.hc-third {
    position: absolute;
    top: 0;
    right: 40px;
    width: fit-content;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.hc-third .login-btn, .hc-third .logout-btn, #header.white.bg_on .hc-third .login-btn, #header.white.bg_on .hc-third .logout-btn {
    width: 28px;
    height: 28px;
    background-image: url("/front/images/ico_login.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 28px 28px;
    display: inline-block;
}

.hc-third .logout-btn {
    background-image: url("/front/images/ico_logout.svg");
    cursor: pointer;
}

#header.white .hc-third .login-btn, #header.white .hc-third .logout-btn {
    background-image: url("/front/images/ico_login_wht.svg");
}

#header.white .hc-third .logout-btn {
    background-image: url("/front/images/ico_logout_wht.svg");
}

#header.white.on .hc-third .login-btn, #header.white.on .hc-third .logout-btn {
    background-image: url("/front/images/ico_login.svg");
}

#header.white.on .hc-third .logout-btn {
    background-image: url("/front/images/ico_logout.svg");
}

#header .mo-toggle, #header.white.bg_on .mo-toggle {
    width: 28px;
    height: 28px;
    background-image: url("/front/images/ico_menu.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 28px 28px;
}

#header.white .mo-toggle {
    background-image: url("/front/images/ico_menu_wht.svg");
}

#header.white.on .mo-toggle {
    background-image: url("/front/images/ico_menu.svg");
}

.hbg-chg-btn {
    width: 23px;
    height: 28px;
    background-image: url("/front/images/ico_hbgchgbtn.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 23px 28px;
    cursor: pointer;
}

#header.white .hbg-chg-btn {
    background-image: url("/front/images/ico_hbgchgbtn_wht.svg");
}

#header.white .header-nav .depth1 > li > a {
    color: #fff;
}

#header.white.bg_on .header-nav .depth1 > li > a {
    color: #1A1A1A;
}

#header.white.on .header-nav .depth1 > li > a {
    color: #1A1A1A;
}

/* ==================================================
    풋터
================================================== */
#footer .foot_logo a {
    font-size: 4rem;
    font-weight: 700;
    line-height: 40px;
    color: #6C822F;
}

#footer .foot-menu {
    display: flex;
    align-items: center;
    gap: 20px;
}

#footer .foot-menu a {
    font-family: 'Cinzel', sans-serif;
    font-size: 2em;
    font-weight: 400;
    line-height: 24px;
    transition: .3s ease;
}

#footer .foot-menu a:hover {
    color: #6C822F;
}

#footer .foot-top {
    margin-bottom: 30px;
    padding-bottom: 30px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(108, 130, 47, 0.3);
}

#footer .button {
    border-radius: 5px;
    height: 40px;
    padding: 0 12px;
    font-size: 1.4rem;
    letter-spacing: -0.28px;
}


    /* ==================================================
        메인 비주얼
    ================================================== */
#mVisual .visual-body {
    height: 100vh;
}

#mVisual .visual-body .img-wrap {
    padding-bottom: 100vh;
}

.swiper-pagination {
    bottom: 60px !important;
    line-height: 1;
}

.swiper-pagination-bullet {
    background: #F5F5F5 !important;
    opacity: 1 !important;
    width: 10px !important;
    height: 10px !important;
}

.swiper-pagination-bullet-active {
    background: #6C822F !important;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    display: none !important;
}

.swiper-arrow-box {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 40px;
    box-sizing: border-box;
    width: 100%;
    max-width: 1640px;
    z-index: 11;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.swiper-arrow-box .swiper-button-next, .swiper-arrow-box .swiper-button-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 500px;
    border: 1px solid rgba(26, 26, 26, 0.10);
    background-color: rgba(255, 255, 255, 0.30);
    background-image: url("/front/images/ico_line_arrow_right.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 56px 56px;
    position: static !important;
    transition: .3s ease;
}

.swiper-arrow-box .swiper-button-prev {
    background-image: url("/front/images/ico_line_arrow_left.svg");
}

.swiper-arrow-box .swiper-button-next:hover, .swiper-arrow-box .swiper-button-prev:hover {
    background-image: url("/front/images/ico_line_arrow_right_wht.svg");
    background-color: #6C822F;
}

.swiper-arrow-box .swiper-button-prev:hover {
    background-image: url("/front/images/ico_line_arrow_left_wht.svg");
}

.room-sel-popup, .person-sel-popup, .calendar-popup {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 99px;
    background-color: #fff;
    opacity: 0;
    z-index: -1;
    transition: .3s ease;
}

.room-sel-popup.on, .person-sel-popup.on, .calendar-popup.on {
    opacity: 1;
    z-index: 1;
}

.calendar-popup {
    padding-top: 40px;
    box-sizing: border-box;
}

.room-sel-popup ul {
    padding: 0 40px;
    box-sizing: border-box;
}

.room-sel-popup ul li {
    width: 100%;
    padding: 30px 0;
    box-sizing: border-box;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.36px;
    text-align: center;
    transition: .3s ease;
    cursor: pointer;
}

.room-sel-popup ul li:hover {
    color: #6C822F;
}

.room-sel-popup ul li + li {
    border-top: 1px solid #ddd;
}

.person-sel-popup span, .reservation-page .info-right .p-wrap span {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 22px;
}

.person-sel-popup p, .reservation-page .info-right .p-wrap p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 20px;
    color: #777;
}

.person-sel-popup .p-wrap {
    padding: 40px 40px 0;
}

.person-sel-popup .p-wrap > .flex-box:nth-of-type(1) {
    box-sizing: border-box;
}

.person-sel-popup .p-wrap > .flex-box + .flex-box {
    padding: 30px 0;
    box-sizing: border-box;
    margin-top: 30px;
    border-top: 1px solid #eee;
}

.person-sel-popup .btnBox, .calendar-popup .btnBox {
    display: flex;
    justify-content: center;
    padding: 20px 0;
    box-sizing: border-box;
    border-top: 1px solid #eee;
}

input[type='text'].quantity-num {
    width: 40px;
    min-width: 40px;
    height: 22px;
    border: none;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 22px;
    padding: 0;
    text-align: center;
}

.minus-btn, .plus-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #ddd;
    box-sizing: border-box;
    background-color: #fff;
}

.form-inner {
    width: 100%;
    max-width: 1640px;
    padding: 0 40px;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    bottom: 120px;
    transform: translateX(-50%);
    z-index: 10;
}

#mVisual .searchWrap {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100px;
    padding: 0 0 0 40px;
    border: 1px solid #FFF;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.90);
}

#mVisual .searchWrap .bookkMyungjo {
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: -0.32px;
    line-height: 16px;
}

#mVisual .searchWrap p {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: -0.36px;
    line-height: 22px;
}

#mVisual .searchWrap button[type="submit"] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 100%;
    max-width: 221px;
    height: 100%;
    background-color: #333;
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
}

.date-wrap {
    width: 100%;
    max-width: 448px;
    gap: 40px;
    cursor: pointer;
}

.date-wrap .line {
    background-color: #777;
    width: 24px;
    min-width: 24px;
    height: 1px;
    position: relative;
    top: 12px;
}

.room-area {
    width: 100%;
    max-width: 296px;
    min-width: 200px;
    height: 100%;
}

.room-wrap {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    padding: 0 40px;
    box-sizing: border-box;
    border-left: 1px solid #fff;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.person-area {
    width: 100%;
    max-width: 592px;
    height: 100%;
}

.person-wrap {
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.adult-wrap, .children-wrap {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 296px;
    min-width: 178px;
    height: 100%;
    padding: 0 40px;
    box-sizing: border-box;
    border-left: 1px solid #fff;
}

.calendar-btnBox #calPrev, .calendar-btnBox #calNext {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 500px;
    border: 1px solid rgba(26, 26, 26, 0.10);
    background-color: rgba(255, 255, 255, 0.30);
    background-image: url(/front/images/ico_line_arrow_right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 56px 56px;
    transition: .3s ease;
    position: absolute;
    top: 50%;
    left: 80px;
    transform: translateY(-50%);
    z-index: 10;
}

 .calendar-btnBox #calNext {
    left: auto;
     right: 80px;
}

.calendar-btnBox #calPrev {
    background-image: url(/front/images/ico_line_arrow_left.svg);
}

.calendar-btnBox #calPrev:hover, .calendar-btnBox #calNext:hover {
    background-image: url(/front/images/ico_line_arrow_right_wht.svg);
    background-color: #6C822F;
}

.calendar-btnBox #calPrev:hover {
    background-image: url(/front/images/ico_line_arrow_left_wht.svg);
}

.calendar-popup-close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
}

/* 달력 */
.fc .fc-daygrid-day-number {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: -0.3px;
    color: #1A1A1A !important;
    padding: 0;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
}

.fc .fc-day-past .fc-daygrid-day-top, .fc-day-past, .fc .fc-day-past .fc-daygrid-day-number {
    color: #ddd !important;
}

.fc .fc-day-sun .fc-daygrid-day-number {
    color: #F1060C !important;
}

.fc .fc-day-past.fc-day-sun .fc-daygrid-day-number {
    color: #ddd !important;
}

/*상태값에 따라 날짜 스타일*/
.fc .fc-daygrid-day-number.disabled_date {
   color: #1A1A1A !important;
}

.fc .fc-daygrid-day-number.ko_holidays {
    color: #6C822F !important;
}

.fc .fc-daygrid-day-number.disabled_ko_holidays {
    color: #6C822F !important;
    opacity: 0.5;
}

.fc-media-screen .fc-multimonth-singlecol .fc-multimonth-header {
    position: static !important;
    background-color: transparent;
}

/*.fc-multimonth-header-table, .fc-past-month {
    display: none !important;
}*/

.fc .fc-day-disabled {
    background-color: transparent !important;
    opacity: 0 !important;
}

.fc .fc-multimonth {
    border: none !important;
    justify-content: center;
    align-items: flex-start;
    gap: 80px;
}

.calender-wrap {
    margin-bottom: 40px;
}

.week-wrap {
    border-bottom: 1px solid #999;
    height: 68px;
}

.week-wrap li {
    font-size: 1.7rem;
    letter-spacing: -0.34px;
    line-height: 1;
    color: #1a1a1a;
}

.fc .fc-multimonth-title {
    padding: 0 !important;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.48px;
    color: #111;
    font-family: 'Montserrat', sans-serif;
}

.fc .fc-multimonth-header-table {
    margin-bottom: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
}

.fc .fc-multimonth-header-table .fc-scrollgrid-sync-inner {
    padding-top: 52px;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.fc-multimonth-month + .fc-multimonth-month .fc-multimonth-title {
    padding: 48px 0 10px;
}

.startDate .fc-daygrid-day-top {
    border-radius: 50% !important;
    background-color: #6C822F;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    position: relative;
}

.fc .startDate .fc-daygrid-day-number, .fc .endDate .fc-daygrid-day-number {
    color: #fff !important;
}

.endDate .fc-daygrid-day-top {
    border-radius: 50% !important;
    background-color: #6C822F;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
}

.startDate {
    position: relative;

    &::after {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        width: 50%;
        height: 40px;
        background-color: rgba(108, 130, 47, 0.20);
    }
}

.endDate {
    position: relative;

    &::after {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        width: 50%;
        height: 40px;
        background-color: rgba(108, 130, 47, 0.20);
    }
}

.fc-daygrid-day.inRange .fc-scrollgrid-sync-inner {
    background-color: rgba(108, 130, 47, 0.20);
    height: 40px;
    min-height: auto;
}

.start_date .fc-daygrid-day-number, .end_date .fc-daygrid-day-number {
    color: #fff !important;
}

.start_date .fc-daygrid-day-bg .fc-bg-event {
    transform: translate(-55%, -50%);
    border-radius: 50% !important;
    background-color: #6C822F;
    opacity: 1 !important;
    width: 40px;
}

.start-date .fc-daygrid-bg-harness, .end-date .fc-daygrid-bg-harness {
    position: relative;
}

.start_date .fc-daygrid-bg-harness::after {
    position: absolute;
    content: "";
    clear: both;
    display: block;
    width: 50%;
    height: 40.229px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-color: rgba(84, 186, 195, 0.20);
}

.select_date .fc-daygrid-day-bg .fc-bg-event {
    background-color: rgba(84, 186, 195, 0.20) !important;
    opacity: 1 !important;
    width: 100% !important;
    border-radius: 0 !important;
}

.end_date .fc-daygrid-day-bg .fc-bg-event {
    transform: translate(-55%, -50%);
    border-radius: 500px 500px 500px 0 !important;
    background-color: blue;
    opacity: 1 !important;
    width: 40.229px;
}

.end_date .fc-daygrid-bg-harness:nth-child(2)::after {
    position: absolute;
    content: "";
    clear: both;
    display: block;
    width: 50%;
    height: 40.229px;
    top: 50%;
    transform: translateY(-50%);
    left: -0.3px;
    background-color: rgba(84, 186, 195, 0.20);
}

.fc .fc-daygrid-day-bg .fc-bg-event {
    height: 40.229px !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fc .fc-highlight {
    height: 40.229px;
    width: 40.229px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: blue !important;
}

.fc .fc-scrollgrid-liquid > thead {
    position: absolute;
    top: -105px;
    height: 55px;
    left: -1px;
    border-bottom: 1px solid #eee;
}

.fc .fc-col-header-cell-cushion {
    font-size: 1.5rem;
    font-weight: 500;
    color: #111;
    letter-spacing: -0.3px;
    padding: 0 !important;
    font-family: 'Montserrat', sans-serif;
}

.fc-col-header-cell.fc-day.fc-day-sun .fc-col-header-cell-cushion {
    color: #F1060C !important;
}

.fc .fc-toolbar.fc-header-toolbar {
    padding: 20px 0 10px 0 !important;
    margin: 0 !important;
    height: 50px;
}

.fc-day-other {
    visibility: hidden !important;
}

.fc .fc-scrollgrid-section.fc-scrollgrid-section-header {
    height: 55px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fc .fc-multimonth-month {
    width: 100% !important;
    max-width: 480px !important;
    padding: 0 !important;
}

.fc-theme-standard td, .fc-theme-standard th {
    border: none !important;
}

.fc .fc-daygrid-day-frame {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    min-height: 56px;
}

.fc-multimonth .fc-daygrid-body table {
    height: auto !important;
}
.fc-multimonth .fc-daygrid-body tr {
    height: auto !important;
}

.fc-scrollgrid.fc-scrollgrid-liquid {
    border: none !important;
}

.fc-theme-standard td {
    height: 56px;
    align-content: center;
}

.fc-daygrid-day-frame::after, .fc .fc-daygrid-day-bottom, .fc-daygrid-day-bg {
    display: none !important;
}

.fc .fc-daygrid-day.fc-day-today {
    background-color: #fff;
}

.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-top {
    border: 1px solid #6C822F;
    border-radius: 50%;
}

.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-number {
    padding: 0 !important;
    width: 40.229px;
    height: 40.229px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid blue
    border-radius: 50px;
}

.fc .fc-toolbar-title {
    font-size: 2rem;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 20px;
    letter-spacing: -0.4px;
}

/* ==================================================
    메인
================================================== */
#main .section .section-body {
   /* padding: 0;
    max-width: 100%;*/
}

#main .section h3 {
    font-size: 5.6rem;
    font-weight: 300;
    line-height: 84px;
    letter-spacing: -2.8px;
}

#main .section .cont-txt {
    font-size: 2rem;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.4px;
}

#main .section.section1 .section-body {
    padding: 94px 0 140px 0;
    max-width: 1560px;
}

#main .section1 .cont-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#main .section1 .cont-txt {
    margin-top: 80px;
}

#main .section1 .left {
    width: 100%;
    max-width: 719px;
}

#main .section1 .right {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    position: relative;
}

#main .section1 .right .video-box-wrap {
    position: absolute;
    left: 0;
    bottom: -265px;
    width: 100%;
    height: 100%;
}

#main .section1 .right .video-box-wrap .video-box video {
    object-position: 78% 53%;
}

#main .section1 .right .back-video-box {
    max-width: 320px;
    padding-bottom: 85.614%;
    border-radius: 0 500px 0 200px;
    position: relative;
    z-index: 1;
}

.front-img-box-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
}

#main .section1 .right .front-img-box {
    max-width: 687px;
    padding-bottom: 112.367%;
    border-radius: 500px 0 300px 0;
    position: relative;
    z-index: 2;
}

#main .section1 .right .front-img-box img {
    object-position: 0% 50%;
    animation: objPan 20s linear infinite;
}
@keyframes objPan {
    0%   { object-position: 60% 100%; }
    100% { object-position: 0% 100%; }
}

#main .section1 .deco {
    position: absolute;
    left: -160px;
    top: -669px;
    width: 204px;
    height: 870px;
    border-radius: 0 336.612px 0 841.53px;
    overflow: hidden;
}

#main .section1 .deco .img-box {
    width: 204px;
    padding-bottom: 870px;
}

#main .section1 .deco .img-box img {
    object-position: 0% 50%;
    animation: objPan2 30s linear infinite;
}
@keyframes objPan2 {
    0%   { object-position: 0% 100%; }
    100% { object-position: 60% 100%; }
}

#main .section2 .img-wrap {
    display: block;
    padding-bottom: 25.642%;
}

#main .section2 .img-wrap img {
    transform: scale(1);
    transition: .6s ease;
}

#main .section2 .img-wrap2 {
    margin-top: 20px;
    margin-bottom: 100px;
}

#main .section2 .img-wrap1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.70) 100%);
    opacity: 1;
    transition: .6s ease;
}

#main .section2 .img-wrap1::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: linear-gradient(
            90deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0) 60%,
            rgba(0, 0, 0, 0.5) 100%
    );
    opacity: 0;
    transition: .6s ease;
}

#main .section2 .img-wrap2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.70) 7.55%, rgba(0, 0, 0, 0.00) 100%);
    opacity: 1;
    transition: .6s ease;
}

#main .section2 .img-wrap2::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.2) 0%,
            rgba(0, 0, 0, 0) 60%,
            rgba(0, 0, 0, 0) 100%
    );
    opacity: 0;
    transition: .6s ease;
}

#main .section2 .img-wrap:hover img {
    transform: scale(1.1);
}

#main .section2 .img-wrap:hover::before {
    opacity: 0;
}

#main .section2 .img-wrap:hover::after {
    opacity: 1;
}

#main .section2 .txt-box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    z-index: 5;
}

#main .section2 .img-wrap1 + .txt-box {
    right: 180px;
    text-align: right;
}

#main .section2 .img-wrap2 + .txt-box {
    left: 180px;
}

#main .section2 .txt-box p {
    font-size: 2.8rem;
    font-weight: 300;
    line-height: 44.8px;
    letter-spacing: -0.56px;
}

#main .section2 .txt-box em {
    font-size: 5.6rem;
    font-weight: 300;
    line-height: 89.6px;
    letter-spacing: -2.8px;
}

#main .section3 .section-body {
    max-width: 1560px;
    padding: 0;
}

#main .section3 .placeSwiper {
    overflow: visible !important;
}

#main .section3 .placeSwiper .img-box {
    border-radius: 0 200px;
    padding-bottom: 560px;
    max-width: 902px;
}

#main .section3 .txt-box h3 + p {
    font-size: 2rem;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -0.4px;
    margin-top: 16px;
    margin-bottom: 60px;
}

#main .section3 .txt-box > .flex-box p, #main .section3 .txt-box > .flex-box a {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 32.4px;
    letter-spacing: -0.36px;
}

#main .section3 .txt-box > .flex-box img {
    position: relative;
    top: 2px;
}

#main .section3 .place_bg {
    width: 100%;
    max-width: 687px;
    position: relative;
}

#main .section3 .place_bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(7.5px);
    background: rgba(255, 255, 255, 0.50);
    z-index: 1;
}

#main .section3 .place_bg .img-box {
    padding-bottom: 145.125%;
    border-radius: 0;
}

#main .section3 .info-box {
    position: absolute;
    top: 18%;
    left: 180px;
    width: calc(100% - 220px);
    z-index: 5;
}

#main .section3 .info-box .txt-box {
    background-color: #fff;
    width: calc(100% - 902px);
}

#main .section3 .control-box {
    position: absolute;
    right: 0;
    bottom: 159px;
    z-index: 1;
    width: calc(100% - 165px);
}

#main .section3 .control-box .btn-wrap {
    border-bottom: 1px solid #1A1A1A;
    box-sizing: border-box;
    padding-bottom: 11px;
}

#main .section3 .control-box .btn-wrap > div {
    padding-right: 125px;
    box-sizing: border-box;
}

#main .section3 .control-box p {
    font-size: 2rem;
    font-weight: 300;
    line-height: 36px;
}

#main .section3 .control-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background-color: #1A1A1A;
    border-radius: 50%;
}

.placeSwiper.off .info-box .img-box {
    opacity: 0;
    transform: translateX(-100px);
    transition: 0.8s;
}

.placeSwiper.off .info-box .txt-box {
    opacity: 0;
    transform: translateX(100px);
    transition: 0.8s;
}

.placeSwiper.off .swiper-slide-active .info-box .img-box, .placeSwiper.off .swiper-slide-active .info-box .txt-box {
    transform: translateX(0);
    opacity: 1;
}

.placeSwiper-button-next, .placeSwiper-button-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background-color: #f1f1f1;
    border-radius: 50%;
    background-image: url("/front/images/ico_arrow_left_black.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px;
    cursor: pointer;
}

.placeSwiper-button-next {
    background-image: url("/front/images/ico_arrow_right_black.svg");
}

/* 페이지네이션 래퍼 */
.placeSwiper-swiper-pagination{
    position: relative;
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    bottom: 0 !important;
    padding-right: 125px;
    box-sizing: border-box;
}

/* 기본 불릿(버튼) 모양 없애고 텍스트용으로 재정의 */
.placeSwiper-swiper-pagination .swiper-pagination-bullet{
    width: fit-content !important;
    position: relative;
    height: auto;
    background:none; opacity:1;    /* Swiper 기본 스타일 무효화 */
    border-radius:0;
    padding:0;
    cursor:pointer;
    background: transparent !important;
}

/* 라벨 텍스트 */
.placeSwiper-swiper-pagination .swiper-pagination-bullet em {
    display: block;
    padding-top: 40px;
    box-sizing: border-box;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 29px;
    color: #777;               /* 비활성 텍스트 */
    transition: color .3s;
    white-space: nowrap;
}

.placeSwiper-swiper-pagination .swiper-pagination-bullet em:hover {
    color: #6C822F;
}

/* 활성: 텍스트 강조 */
.placeSwiper-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active em{
    color: #1A1A1A;
    font-weight: 500;
}

/* (활성에만) 위에서 내려오는 세로선 */
.placeSwiper-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before{
    content:"";
    position:absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 20px;
    background: #1A1A1A;
    transform:translateX(-50%);
}

/* (활성에만) 초록 점 */
.placeSwiper-swiper-pagination .dot{
    display:none;
}
.placeSwiper-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .dot{
    display: block;
    position: absolute;
    top: 36px;
    left: 50%;
    width: 8px;
    height:8px;
    border-radius: 50%;
    background: #6C822F;
    transform:translate(-50%, -100%);
}

#main .section4.section .section-body {
    max-width: 100%;
    padding: 0;
}

#main .section4 #map {
    width: 100%;
    height: 100vh;
}

#main .section4 .location-info-wrap {
    position: absolute;
    top: 50%;
    left: 180px;
    transform: translateY(-50%);
    z-index: 5;
}

#main .section4 .location-info {
    border-radius: 0 160px 0 0;
    background: linear-gradient(162deg, #4F883C 0%, #6C822F 87.99%);
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 80px 40px;
    box-sizing: border-box;
}

#main .section4 h3 {
    margin-bottom: 80px;
    font-size: 4.4rem;
    font-weight: 300;
    line-height: 44px;
    color: #fff;
}

#main .section4 span {
    display: block;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 25.6px;
    color: #fff;
    opacity: 0.7;
}

#main .section4 p {
    font-size: 2rem;
    font-weight: 500;
    line-height: 32px;
    color: #fff;
}

#main .section5.section .section-body {
    padding: 140px 40px 90px;
}

#main .section5 li {
    flex: 1;
}

#main .section5 li:nth-of-type(1), #main .section5 li:nth-of-type(5) {
    margin-top: 200px;
}

#main .section5 li:nth-of-type(2), #main .section5 li:nth-of-type(4) {
    margin-top: 100px;
}

#main .section5 .img-box {
    padding-bottom: 520px;
}

#main .section5 .img-box img {
    transform: scale(1);
    transition: .6s ease;
}

#main .section5 .img-box:hover img {
    transform: scale(1.1);
}

#main .section5 .img-box span {
    display: block;
    font-size: 16rem;
    font-weight: 600;
    color: #fff;
    line-height: 195px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.10);
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

#main .section5 p {
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 38.4px;
    text-align: center;
}

#main .section5 span.flex {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 402px;
    height: 240px;
}

#main .section6 {
    background-image: url("/front/images/sec6_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 180px;
    box-sizing: border-box;
    position: relative;
}

#main .section6::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0) 80%,
            rgba(0, 0, 0, 0.8) 100%
    );

}

#main .section6.section .section-body .cont-wrap {
    height: 100vh;
}

#main .section6 .bookkMyungjo {
    font-size: 5.6rem;
    font-weight: 300;
    line-height: 56px;
    letter-spacing: -2.8px;
}

#main .section6 .cinzel {
    margin-top: 40px;
    font-size: 8.8rem;
    font-weight: 700;
    line-height: 80px;
    color: #777;
}

#main .section6 .line {
    display: block;
    margin: 40px 0;
    width: 1px;
    height: 100px;
    background-color: #1A1A1A;
}

#main .section6 p.fs24 {
    margin-top: 40px;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: -0.48px;
}

#main .section6 p.fs16 {
    margin-top: 10px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.32px;
}

#main .section6 .btnBox {
    margin-top: 100px;
}

#main .section6 .resv-btn {
    justify-content: center;
    width: 143px;
    height: 60px;
    background-position: left 30px center;
    padding: 0 16px 0 46px;
}

#main .section6 .btnBox a {
    width: fit-content;
    height: 34px;
    padding: 0 12px;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.28px;
    color: #fff;
}

#main .section6 .copy-txt {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.28px;
    text-shadow: 0 0 4px #000;
    color: #fff;
}

/* ==================================================
    about us
================================================== */
.about-page #sVisual .visual-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 70.77%, #000 105.51%);
    z-index: 1;
}

/* ==================================================
    객실 안내
================================================== */
#sub.p0-page .section .section-body {
    padding: 0;
    max-width: 100%;
}

.p0-page .tit-box {
    padding: 140px 40px;
    box-sizing: border-box;
}

.default-area {
    padding: 140px 40px;
    box-sizing: border-box;
    width: 100%;
    max-width: 1640px;
    margin: 0 auto;
}

.rooms-page .info-box {
    width: 100%;
    max-width: 395px;
    border-radius: 0 160px 0 0;
    background-color: #F1F3EB;
    padding: 80px 40px;
    box-sizing: border-box;
}

.rooms-page .info-box h4 {
    font-size: 2.8rem;
    font-weight: 300;
    line-height: 42px;
}

.rooms-page .info-box p {
    margin-top: 30px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 25.6px;
    letter-spacing: -0.32px;
}

.rooms-page .info-box .resv-btn {
    width: 154px;
    height: 50px;
    margin-top: 40px;
    padding: 0 20px;
    background-position: left 20px center;
}

.roomsSwiper .rooms-bg-img-box {
    padding-bottom: 109vh;
}

.roomsSwiper .room-img-box {
    padding-bottom: 62.614%;
}

.rooms-img-wrap {
    width: 100%;
    padding-left: 795px;
    box-sizing: border-box;
    position: absolute;
    bottom: 100px;
    z-index: 1;
}

.rooms-page .control-box .tangerine {
    font-size: 7.6rem;
    font-weight: 400;
    line-height: 76px;
    letter-spacing: -1.52px;
}

.roomsSwiper-button-prev, .roomsSwiper-button-next {
    width: 103px;
    height: 10px;
    background-image: url(/front/images/ico_line_long_arrow_left_black.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 111px 10px;
    transition: .3s ease;
}

.roomsSwiper-button-next {
    background-image: url(/front/images/ico_line_long_arrow_right_black.svg);
}

.roomsSwiper-button-prev:hover {
    transform: translateX(-20px);
}

.roomsSwiper-button-next:hover {
    transform: translateX(20px);
}

.roomsSwiper-pagination {
    margin-top: 10px;
    font-size: 1.8rem;
    font-weight: 300;
    letter-spacing: -0.36px;
    font-family: 'Montserrat', sans-serif;
}

.room-list .control-box {
    height: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.room-list .control-box .control-box-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 100px 0;
    box-sizing: border-box;
}

.room-list .tower-room .rooms-img-wrap, .room-list .inje-room .rooms-img-wrap {
    right: 180px;
}

.room-list .tower-room .control-box, .room-list .inje-room .control-box {
    left: 180px;
}

.room-list .private-room .rooms-img-wrap {
    left: 180px;
    padding-left: 0;
    padding-right: 795px;
}

.room-list .private-room .control-box {
    right: 145px;
}

.green-dot {
    width: 8px;
    min-width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #6C822F;
}

.tr-info {
    padding: 140px 40px;
    box-sizing: border-box;
    width: 100%;
    max-width: 1640px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 151px;
}

.tr-info .left em {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 3rem;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -1.5px;
    padding-bottom: 25px;
    border-bottom: 1px solid #1A1A1A;
    box-sizing: border-box;
}

.tr-info dl > div {
    margin-top: 15px;
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.tr-info dl dt {
    min-width: 92px;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 25.6px;
    letter-spacing: -0.32px;
    opacity: 0.7;
}

.tr-info dl dd {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 25.6px;
    letter-spacing: -0.32px;
}

.tr-info .right {
    width: 100%;
    max-width: 507px;
}

.tr-info .img-box {
    padding-bottom: 60.356%;
}

/* ==================================================
    부대시설
================================================== */
.facilities-page .green-area {
    width: 100%;
    height: ;
    background-image: url("/front/images/facilities_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.facilities-page .default-area {
    display: flex;
    align-items: center;
    gap: 150px;
}

.facilities-page .left h4, .surrounding-page .right h4 {
    display: flex;
    align-items: center;
    gap: 21px;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 38.4px;
    letter-spacing: -0.48px;

}

.facilities-page .left span, .surrounding-page .right span {
    font-size: 3rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -1.5px;
    color: #6C822F;
    position: relative;
}

.facilities-page .left span::after, .surrounding-page .right span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -12px;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background-color: #D3DAC1;
}

.facilities-page .right {
    width: 100%;
    max-width: 902px;
}

.facilities-page .right .img-box {
    padding-bottom: 66.52%;

}

.facilities-page .table-style1 {
    min-width: 507px;
}

/* ==================================================
    주변 즐기기
================================================== */
.surrounding-page .tit-box {
    padding: 0;
    margin-bottom: 80px;
}

.surrounding-page .tab-area {
    width: 100%;
    background-image: url("/front/images/tab_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.surrounding-page .tab-box {
    gap: 19.5px;
}

.surrounding-page .tab-box .img-box-wrap {
    overflow: hidden;
    transition: .3s ease;
    width: 100%;
    height: 100%;
}

.surrounding-page .tab-box .img-box-wrap:hover {
    border-radius: 0 160px;
}

.surrounding-page .tab-box .img-box {
    padding-bottom: 66.47%;
    cursor: pointer;
}

.surrounding-page .tab-box .img-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(24, 27, 15, 0.40);
    transition: .3s ease;
}

.surrounding-page .tab-box .img-box-wrap:hover .img-box::before {
    background-color: rgba(24, 27, 15, 0.70);
}

.surrounding-page .tab-box .box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.surrounding-page .tab-box .box img {
    position: static;
    margin: 0 auto;
    width: 60px;
    height: 60px;
}

.surrounding-page .tab-box .box span {
    margin-top: 15px;
    display: block;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 44.8px;
    letter-spacing: -0.56px;
    color: #fff;
}

.surrounding-page .left {
    max-width: 638px;
}

.surrounding-page .left .img-box {
    padding-bottom: 66.615%;
}

.surrounding-page .default-area ul li + li {
    margin-top: 140px;
}

.green-tag {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    box-sizing: border-box;
    width: fit-content;
    height: 36px;
    border-radius: 5px;
    background-color: #6C822F;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.32px;
    color: #fff;
}

.coalition-tr th {
    background-color: #F5F3E5;
    color: #6C822F;
}

.coalition-tr td {
    background-color: #FFFDF0;
    color: #6C822F;
}

/* ==================================================
    예약하기, 예약자 정보
================================================== */
.reservation-page .calender-area {
    position: relative;
    padding: 39.5px 59.63px;
    box-sizing: border-box;
    border: 1px solid #EEE;
}

.reservation-page .fc .fc-multimonth, .history-page .fc .fc-multimonth {
    flex-wrap: unset;
    gap: 50px;
}

.reservation-page .fc .fc-col-header-cell-cushion, .history-page .fc .fc-col-header-cell-cushion {
    font-size: 1.4rem;
    letter-spacing: -0.28px;
}

.reservation-page .fc .fc-multimonth-header-table .fc-scrollgrid-sync-inner, .history-page .fc .fc-multimonth-header-table .fc-scrollgrid-sync-inner {
    padding-top: 35px;
    padding-bottom: 15px;
}

.reservation-page .fc .fc-multimonth-title, .history-page .fc .fc-multimonth-title {
    font-size: 2rem;
    letter-spacing: -0.4px;
}

.reservation-page .fc .fc-daygrid-day-number, .history-page .fc .fc-daygrid-day-number {
    font-size: 1.4rem;
    letter-spacing: -0.28px;
}

.reservation-page .fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-number, .reservation-page .startDate .fc-daygrid-day-top, .reservation-page .endDate .fc-daygrid-day-top, .history-page .fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-number, .history-page .startDate .fc-daygrid-day-top, .history-page .endDate .fc-daygrid-day-top {
    width: 34px;
    height: 34px;
}

.reservation-page .fc-theme-standard td, .history-page .fc-theme-standard td {
    height: 46px;
}

.reservation-page .fc .fc-daygrid-day-frame, .history-page .fc .fc-daygrid-day-frame {
    height: 46px;
    min-height: 46px;
}

.reservation-page .fc-daygrid-day.inRange .fc-scrollgrid-sync-inner, .history-page .fc-daygrid-day.inRange .fc-scrollgrid-sync-inner {
    height: 34px;
    min-height: auto;
}

.reservation-page .startDate, .history-page .startDate {
    &::after {
        height: 34px;
    }
}

.reservation-page .endDate, .history-page .endDate {
    &::after {
        height: 34px;
    }
}

.reservation-page .calender-wrap, .history-page .calender-wrap {
    margin-bottom: 0;
}

.reservation-page .fc .fc-multimonth-month, .history-page .fc .fc-multimonth-month {
    max-width: 402px !important;
}

.reservation-page .fc .fc-multimonth-header-table, .history-page .fc .fc-multimonth-header-table {
    margin-bottom: 7px;
}

.reservation-page .info-right {
    max-width: 507px;
    padding: 30px;
    box-sizing: border-box;
    border: 1px solid #EEE;
}

.reservation-page .date-wrap span, .reservation-page .rooms-wrap span, .reservation-page .step2 em {
    display: block;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 22px;
}

.reservation-page .step2 em {
    letter-spacing: -0.36px;
}

.reservation-page .step2 .date-wrap .days em {
    letter-spacing: -0.32px;
}

.reservation-page .step1 .date-wrap {
    gap: 49.5px;
    max-width: 100%;
}

.reservation-page .date-wrap span + span {
    margin-top: 10px;
    min-height: 22px;
    white-space: nowrap;
}

.reservation-page .date-wrap .days {
    width: fit-content;
    height: 36px;
    padding: 0 15px;
    box-sizing: border-box;
    border-radius: 500px;
    background-color: #F1F3EB;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.32px;
    color: #6C822F;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reservation-page .date-wrap .days em {
    font-weight: 600;
}

.reservation-page .p-wrap {
    padding-top: 30px;
    margin-top: 40px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
    margin-bottom: 30px;
    box-sizing: border-box;
}

.reservation-page .calendar-btnBox #calPrev, .reservation-page .calendar-btnBox #calNext {
    width: 66px;
    height: 66px;
    left: -33px;
    background-size: 46.8px 46.8px;
}

.reservation-page .calendar-btnBox #calNext {
    left: auto;
    right: -33px;
}

.seachRoom-area {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.seachRoom-area li {
    display: flex;
}

.seachRoom-area li .left {
    padding: 102.5px 40px;
    box-sizing: border-box;
    background-color: #F1F3EB;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.seachRoom-area li .left h4 {
    font-family: 'BookkMyungjo', sans-serif;
    font-size: 2.8rem;
    font-weight: 300;
    line-height: 42px;
}

.seachRoom-area li .left p {
    margin-top: 15px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 25.6px;
    letter-spacing: -0.32px;
}

.seachRoom-area li .left p + p {
    margin-top: 3px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 19.2px;
    letter-spacing: -0.24px;
}

.seachRoom-area li .left a {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 25.6px;
    letter-spacing: -0.32px;
    color: #6C822F;
}
/*527 511*/
.seachRoom-area .right {
    max-width: 527px;
}

.seachRoom-area .right .img-box {
    padding-bottom: 511px;
}

img.off, .seachRoom-area li.disabled img.on {
    display: none;
}

.reservation-btn {
    max-width: 163px;
    margin-top: 20px;
}

.seachRoom-area li.disabled img.off {
    display: block;
}

.seachRoom-area li.disabled, .seachRoom-area li.disabled .left a {
    color: #999;
}

.seachRoom-area li.disabled .reservation-btn {
    border: 1px solid #ccc;
    background-color: #ccc;
    color: #999 !important;
}

.seachRoom-area li.disabled .left {
    background-color: #eee;
}

.seachRoom-area li.disabled .img-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(204, 204, 204, 0.80);
    z-index: 1;
}

.enter-box {
    display: flex;
    position: sticky;
    top: 40px;
    z-index: 10;
    height: 100px;
    border: 1px solid #EEE;
    background-color: #FFF;
    box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.05);
}

.reservation-page .step2 span {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: -0.32px;
    color: #6C822F;
    font-family: 'BookkMyungjo', sans-serif;
}

.reservation-page .step2 .enter-box > div {
    width: 22.48%;
    padding: 0 40px;
    box-sizing: border-box;
}

.reservation-page .step2 .enter-box .date-wrap {
    width: 32.55%;
    max-width: 100%;
}

.reservation-page .step2 .enter-box > div + div {
    border-left: 1px solid #eee;
}

.reservation-page .table-style1 th {
    text-align: left;
}

.reservation-page .table-style1 td {
    font-weight: 500;
}

.reservation-page .btnSet button {
    max-width: 180px;
}

.reservation-page .step2 {
    display: none;
}

.timePop-radio, .timePop-checkbox {
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    max-height: 250px;
    padding: 20px;
    box-sizing: border-box;
    overflow-y: auto;
    background-color: #fff;
    z-index: 10;
    border: 1px solid #eee;
    border-radius: 8px;
    box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.05);
    display: none;
}

.timePop-radio .radio-box + .radio-box, .timePop-checkbox .check-box + .check-box {
    margin-top: 10px;
}

.slim-input {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 100%;
    max-width: 601px;
    height: 46px;
    padding: 0 15px;
    border: 1px solid #eee;
    border-radius: 8px;
    background-color: #fff;
}

.slim-input .arrow {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    transition: .3s ease;
}

.slim-input .arrow.rotated {
    transform: translateY(-50%) rotate(180deg);
}

.reservation-page .step2 .slim-input span {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 22.4px;
    letter-spacing: -0.28px;
    color: #1A1A1A;
    font-family: 'SUIT', sans-serif;
}

.reservation-page .step2 .enter-box > div.rooms-info-wrap {
    width: 45%;
}

.reservation-page .step2 .enter-box > div.rooms-info-wrap > div + div {
    border-left: 1px solid #eee;
}

.facility-item + .facility-item {
    margin-top: 15px;
}

/* ==================================================
    예약 내역 확인
================================================== */
.searchForm {
    height: 100px;
    border: 1px solid #EEE;
    box-sizing: border-box;
    box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.05);
    display: flex;
    position: relative;
}

.searchForm.on {
    z-index: 10;
}

.searchForm > div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.searchForm > div + div {
    border-left: 1px solid rgba(238, 238, 238, 0.50);
    box-sizing: border-box;
}

.searchForm > div:nth-of-type(1) {
    width: 22.76%;
}

.searchForm > div:nth-of-type(2) {
    width: 47.24%;
}

.searchForm > div:nth-of-type(3) {
    width: 30%;
}

.searchForm > div:nth-of-type(3) span {
    padding-left: 30px;
    box-sizing: border-box;
    min-width: 92px;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 27.2px;
    letter-spacing: -0.34px;
    color: #6C822F;
}

.searchForm .date-wrap {
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding: 0 45px 0 30px;
    gap: 30px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.searchForm .date-wrap span {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 25.6px;
    letter-spacing: -0.32px;
    color: #777;
}

.searchForm .date-wrap p {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: -0.32px;
    line-height: 25.6px;
}

.searchForm > div:nth-of-type(3) .custom-slim-select.ss-main {
    padding: 0 45px 0 35px !important;
}

.searchForm .calendar-popup {
    top: 105px;
    left: 20%;
    padding-top: 0;
}

.searchForm .calendar-popup .calender-wrap {
    background-color: #fff;
    max-width: 420px;
    border-radius: 8px;
    padding-top: 20px;
    box-sizing: border-box;
    border: 1px solid #eee;
    box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.05);
}

.searchForm .calendar-popup .calendar-btnBox #calPrev, .searchForm .calendar-popup .calendar-btnBox #calNext {
    width: 40px;
    height: 40px;
    background-size: 26px;
    left: 20px;
    top: 10px;
    transform: translateY(0);
}

.searchForm .calendar-popup .calendar-btnBox #calNext {
    left: auto;
    right: 20px;
}

.page-total {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 28.8px;
    letter-spacing: -0.36px;
}

.st-tag {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 62px;
    min-width: 62px;
    height: 41px;
    border-radius: 8px;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.36px;
}

.st-canceled {
    background-color: #FCF9F9;
}

.st-assigned {
    background-color: #FAFBF7;
}

.st-request .st-tag {
    background-color: #F5F3E5;
    color: #898513;
}

.st-approved .st-tag {
    background-color: #E5EEF5;
    color: #2F5382;
}

.st-assigned .st-tag {
    background-color: #E5E9DA;
    color: #6C822F;
}

.st-pending .st-tag {
    background-color: #F5F5F5;
    color: #555;
}

.st-canceled .st-tag {
    background-color: #F5E5E5;
    color: #822F2F;
}

.history-view-page .table-style1 th {
    text-align: left;
}

/* ==================================================
    공지사항
================================================== */
.new {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    min-width: 20px;
    height: 20px;
    background-color: #6C822F;
    border-radius: 50%;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.55px;
    color: #fff;
}

.notice-page .top img {
    margin: 0 auto;
    min-width: 24px;
}

.notice-page .top {
    background-color: #FAFBF7;
}

.view-box .post-info-box {
    padding: 33px 0;
    box-sizing: border-box;
    border-top: 1px solid #6C822F;
    border-bottom: 1px solid #DDD;
}

.view-box .post-info-box p {
    display: flex;
    align-items: center;
    gap: 25px;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 27.2px;
    letter-spacing: -0.34px;
}

.view-box .post-info-box p span {
    position: relative;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 32.4px;
    letter-spacing: -0.36px;
    color: #777;
    font-family: 'Montserrat', sans-serif;
}

.view-box .post-info-box p span::before {
    content: "";
    position: absolute;
    left: -13px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background-color: #eee;
}

.view-box .cont-box {
    padding: 60px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 28.8px;
    letter-spacing: -0.36px;
}

.button.prev {
    background-image: url("/front/images/ico_arrow_left_green.svg");
    background-position: left 24px center;
    background-repeat: no-repeat;
    background-size: 20px;
    padding: 0 30px;
    justify-content: flex-end;
}

.button.prev:hover {
    background-image: url("/front/images/ico_arrow_left_wht.svg");
}

.button.next {
    background-image: url("/front/images/ico_arrow_right_green.svg");
    background-position: right 24px center;
    background-repeat: no-repeat;
    background-size: 20px;
    padding: 0 30px;
    justify-content: flex-start;
}

.button.next:hover {
    background-image: url("/front/images/ico_arrow_right_wht.svg");
}

.prev-wrap, .next-wrap {
    min-width: 130px;
}

/* ==================================================
    이벤트
================================================== */
.event-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 20px;
}

.event-list .img-box {
    padding-bottom: 100%;
    transition: .3s ease;
}

.event-list li .title-wrap {
    font-size: 2rem;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -1px;
}

.event-list li .title-wrap p {
    display: inline;
}

.event-list li .title-wrap.on {
    display: flex;
    align-items: flex-end;
}

.event-list li .title-wrap.on p {
    display: -webkit-box;
}

.event-list li span:not(.new) {
    display: block;
    margin-top: 3px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 28.8px;
    letter-spacing: -0.32px;
    color: #777;
}

.event-list li .new {
    position: relative;
    top: -4px;
    display: inline-flex;
    margin-left: 7px;
}

.event-list a:hover .img-box {
    border-radius: 0 160px;
}

.event-list a .img-box img {
    transform: scale(1);
    transition: .3s ease;
}

.event-list a:hover .img-box img {
    transform: scale(1.1);
}

/* ==================================================
    고객 건의
================================================== */
.quick .inquiry-btn {
    display: none;
    margin-bottom: 10px;
    background-color: #fff;
    background-image: url("/front/images/ico_insert.svg");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    color: #6C822F;
}

.quick .inquiry-btn:hover {
    background-color: #1A1A1A;
    background-image: url("/front/images/ico_insert_wht.svg");
    border-color: #1A1A1A;
}

.r-tag {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 53px;
    height: 43px;
    border-radius: 5px;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.85px;
}

.r-tag.r-completed {
    background-color: #D3DAC1;
    color: #6C822F;
}

.r-tag.r-wait {
    background-color: #EEE;
    color: #777;
}

.inquiry-view-page .ed-box a {
    padding: 0 30px;
    justify-content: flex-end;
    max-width: 143px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left 30px center;
}

.inquiry-view-page .ed-box .edit-btn {
    background-image: url("/front/images/ico_edit_green.svg");
}

.inquiry-view-page .ed-box .del-btn {
    background-image: url("/front/images/ico_trash_green.svg");
}

.inquiry-view-page .ed-box .edit-btn:hover {
    background-image: url("/front/images/ico_edit_wht.svg");
    background-color: #6C822F;
}

.inquiry-view-page .ed-box .del-btn:hover {
    background-image: url("/front/images/ico_trash_wht.svg");
    background-color: #6C822F;
}

.inquiry-insert-page textarea {
    min-height: 240px;
}

.inquiry-insert-page .table-style1 {
    border-top: 1px solid #E6E6E6;
}

/* ==================================================
    Quill 에디터 본문 렌더링 (공지사항, 이벤트 공통)
================================================== */
.cont-box h1 {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 16px 0 8px;
}

.cont-box h2 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 14px 0 6px;
}

/* Quill 리스트: .ql-ui 가상 마커 숨김 */
.cont-box ol li .ql-ui {
    display: none;
}

/* 번호 목록 (ordered) */
.cont-box ol {
    padding-left: 0;
    list-style: none;
    counter-reset: quill-ol;
}

.cont-box ol li[data-list="ordered"] {
    counter-increment: quill-ol;
    padding-left: 1.8em;
    position: relative;
    margin: 4px 0;
}

.cont-box ol li[data-list="ordered"]::before {
    content: counter(quill-ol) ".";
    position: absolute;
    left: 0;
    font-weight: 500;
}

/* 불릿 목록 (bullet) — counter 리셋 */
.cont-box ol li[data-list="bullet"] {
    counter-reset: quill-ol;
    padding-left: 1.8em;
    position: relative;
    margin: 4px 0;
}

.cont-box ol li[data-list="bullet"]::before {
    content: "•";
    position: absolute;
    left: 0.3em;
    font-weight: 700;
}

/* 들여쓰기 (ql-indent-1 ~ ql-indent-8) */
.cont-box .ql-indent-1 { padding-left: 3em; }
.cont-box .ql-indent-2 { padding-left: 6em; }
.cont-box .ql-indent-3 { padding-left: 9em; }
.cont-box .ql-indent-4 { padding-left: 12em; }
.cont-box .ql-indent-5 { padding-left: 15em; }
.cont-box .ql-indent-6 { padding-left: 18em; }
.cont-box .ql-indent-7 { padding-left: 21em; }
.cont-box .ql-indent-8 { padding-left: 24em; }

/* 들여쓰기된 리스트 아이템: margin-left로 전체(마커+텍스트)를 이동, padding-left는 마커 공간만 유지 */
.cont-box ol li.ql-indent-1 { margin-left: 3em; padding-left: 1.8em; }
.cont-box ol li.ql-indent-2 { margin-left: 6em; padding-left: 1.8em; }
.cont-box ol li.ql-indent-3 { margin-left: 9em; padding-left: 1.8em; }
.cont-box ol li.ql-indent-4 { margin-left: 12em; padding-left: 1.8em; }
.cont-box ol li.ql-indent-5 { margin-left: 15em; padding-left: 1.8em; }
.cont-box ol li.ql-indent-6 { margin-left: 18em; padding-left: 1.8em; }
.cont-box ol li.ql-indent-7 { margin-left: 21em; padding-left: 1.8em; }
.cont-box ol li.ql-indent-8 { margin-left: 24em; padding-left: 1.8em; }

.file-select-box label {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 143px;
    height: 46px;
    padding: 0 30px;
    box-sizing: border-box;
    border-radius: 8px;
    border: 1px solid #6C822F;
    background-color: #FFF;
    color: #6C822F;
    background-image: url("/front/images/ico_file_green.svg");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left 28px center;
    transition: .3s ease;
    cursor: pointer;
}

.file-select-box label:hover {
    color: #fff;
    background-color: #6C822F;
    background-image: url("/front/images/ico_file_wht.svg");
}

.upload-file-box .delete-btn {
    width: 7.312px;
    height: 7.312px;
    min-width: 7.312px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
    position: relative;
    top: 1px;
}

.upload-file-box {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0 15px;
    box-sizing: border-box;
    position: relative;
    border: 1px solid #eee;
    border-radius: 8px;
    height: 46px;
    width: 100%;

}

.upload-file-box .ph-txt {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.14px;
    color: #999;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.upload-file-box .file-name {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 22.4px;
    letter-spacing: -0.28px;
}

/* ==================================================
    예약 안내
================================================== */
.information-page .section1 {
    width: 100%;
    background-image: url(/front/images/information_bg1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.r-step-info {
    gap: 93px;
}

.r-step-info .circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 320px;
    height: 0;
    padding-bottom: 20.513%;
    border-radius: 50%;
    position: relative;
}

.r-step-info .circle .txt-box {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 22.5%;
    transform: translateX(-50%);
}

.r-step-info .circle .txt-box span {
    display: block;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 43px;
    letter-spacing: -0.48px;
    font-family: 'Montserrat', sans-serif;
}

.r-step-info .circle .txt-box em {
    display: block;
    margin-top: 30px;
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 41.6px;
    letter-spacing: -0.52px;
}

.r-step-info .circle .txt-box p {
    margin-top: 2px;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 28.8px;
    letter-spacing: -0.36px;
}

.r-step-info .circle + .circle::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -93px;
    width: 93px;
    height: 1px;
    background: repeating-linear-gradient(
            to right,
            #6C822F 0 8px,
            transparent 8px 15px
    );
}

.r-step-info .circle + .circle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -60px;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    background-color: #fff;
    border-radius: 50%;
    background-image: url("/front/images/ico_arrow_right_black.svg");
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
}

.information-page .section1 .r-step-info .c1 {
    background-color: #E6EBD2;

}

.information-page .section1 .r-step-info .c2 {
    background-color: #DBE2BF;

}

.information-page .section1 .r-step-info .c3 {
    background-color: #CFD9A7;

}

.information-page .section1 .r-step-info .c4 {
    color: #fff;
    background-color: #6C822F;
}

.information-page .section2 .r-step-info .circle {
    border: 1px solid #D3DAC1;
}

.information-page .section2 .r-step-info .circle .txt-box span {
    display: block;
    margin-top: 40px;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: -0.56px;
    color: #6C822F;
}

.information-page .section2 .r-step-info .circle + .circle::after {
    background-color: #F1F1F1;
}

.information-page .detail-box {
    margin-top: 60px;
    padding: 30px;
    box-sizing: border-box;
    background-color: #F5F5F5;
}

.information-page .detail-box h4 {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 28.8px;
    letter-spacing: -0.36px;
}

.information-page .detail-box p {
    margin-top: 5px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 25.6px;
    letter-spacing: -0.32px;
}

.information-page .detail-box b {
    font-weight: 600;
    color: #6C822F;
}

.information-page .detail-box .green-dot, .location-page .green-dot {
    width: 4px;
    min-width: 4px;
    height: 4px;
    position: relative;
    top: 15px;
}

.information-page .section3 {
    background-color: #F1F3EB;
}

.information-page .section3 .table-style2 tr {
    border-bottom: 1px solid #D3DAC1;
}

.information-page .section3 .table-style2 tbody tr {
    cursor: unset;
}

.information-page .section3 .table-style2 thead th {
    background-color: #D3DAC1;
    color: #1A1A1A;
}

.information-page .section3 .table-style2 span {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #6C822F;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.36px;
}

.information-page .contact-list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.information-page .contact-list li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
    padding: 19px 5px;
    box-sizing: border-box;
    border-radius: 8px;
    border: 1px solid #EEE;
    transition: .3s ease;
}

.information-page .contact-list li:hover {
    border-color: #6C822F;
}

.information-page .contact-list li span {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F5F5F5;
    border-radius: 500px;
    width: fit-content;
    height: 36px;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.32px;
    color: #6C822F;
}

.information-page .contact-list li em {
    font-size: 2rem;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.4px;
}

/* ==================================================
    오시는 길
================================================== */
.location-page #map {
    height: 680px;
}

.location-page .circle {
    width: 188px;
    min-width: 188px;
    height: 188px;
}

.location-page .circle b {
    display: block;
    margin-top: 15px;
}

.location-page p + p {
    margin-top: 5px;
}

.location-page .section2 .cont-wrap > div {
    flex: 1;
}

/* ==================================================
    오스윗리버
================================================== */
.about-page .section1 .img-box {
    padding-bottom: 30.77%;
}

#sub.about-page .section2 .section-body {
    max-width: 100%;
    padding: 0;
}

.about-page .section2 .img-box {
    padding-bottom: 33.334%;
    z-index: 1;
}

.about-page .section2 .box2 .img-box {
    padding-bottom: 37.18%;
    z-index: 1;
}

.about-page .bot-cont .default-area {
    padding: 60px 40px;
}

.about-page .resv-btn {
    width: 180px;
    height: 61px;
    justify-content: flex-start;
    padding: 0 0 0 73px;
    background-position: left 45px center;
}

.ss-main .ss-arrow {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
}

.error-txt {
    margin-top: 10px;
    color: #ef2929;
}

.bottom-fixed {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 0 20px;
}

.position-relative {
    position: relative;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.table-scroll-wrap {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    margin-left: 20px;
    padding-right: 20px;
}

.table-wrap {
    position: relative;
}

.table-wrap::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 4px;
    background-color: #F1F3EB;
    pointer-events: none;
    z-index: 2;
}

.table-scroll-wrap::-webkit-scrollbar {
    height: 4px;
}

.table-scroll-wrap::-webkit-scrollbar-track {
    background: #ddd;
}

.table-scroll-wrap::-webkit-scrollbar-thumb {
    background: #999;
}

.history-page .table-style2 {
    min-width: 1242px;
}

.history-page .table-wrap::before {
    background-color: #fff;
    display: none;
}

.history-page .table-scroll-wrap {
    margin-left: 0;
    padding-right: 0;
}

.mo-colgroup {
    display: none;
}

.community-page .pagenate {
    padding: 0;
}

.reservation-page .check-box > input[type="checkbox"] ~ label {
    white-space: nowrap;
}

.font-medium {
    font-weight: 500 !important;
}
