@charset "utf-8";

/*----------------------------------basic----------------------------------*/
.mobile {
    display: none;
}
.mobile-guide-text {
    display: none;
}
.center {
    text-align: center !important;
}

.left {
    text-align: left !important;
}

.right {
    text-align: right !important;
}

.cl-b {
    clear: both;
}

.fl-l {
    float: left;
}

.fl-r {
    float: right;
}

.line15 {
    line-height: 1.5em;
}

.pre-line {
    white-space: pre-line;
}

.keep-all {
    word-break: keep-all;
}

.text-under {
    text-decoration: underline;
    text-underline-offset: 3px;
}
.underline {
    border-bottom: 1px solid var(--text);
}

.wp10 {
    width: 10% !important;
}

.wp20 {
    width: 20% !important;
}

.wp30 {
    width: 30% !important;
}

.wp40 {
    width: 40% !important;
}

.wp50 {
    width: 50% !important;
}

.wp60 {
    width: 60% !important;
}

.wp70 {
    width: 70% !important;
}

.wp80 {
    width: 80% !important;
}

.wp100 {
    width: 100% !important;
}

.pd5 {
    padding: 5px 0;
}

.pd10 {
    padding: 10px 0;
}

.pd20 {
    padding: 20px 0;
}

.pd30 {
    padding: 30px 0;
}

.pd40 {
    padding: 40px 0;
}

.margin16 {
    margin: 16px 0;
}

.margin80 {
    margin: 80px 0;
}

.mt0 {
    margin-top: 0 !important;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mt70 {
    margin-top: 70px !important;
}

.mt80 {
    margin-top: 80px !important;
}

.mt90 {
    margin-top: 90px !important;
}

.mt100 {
    margin-top: 100px !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb14 {
    margin-bottom: 14px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mb70 {
    margin-bottom: 70px !important;
}

.mb75 {
    margin-bottom: 75px !important;
}

.mb100 {
    margin-bottom: 100px !important;
}

.pd56 {
    padding: 56px 0 !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pb5 {
    padding-bottom: 5px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb70 {
    padding-bottom: 70px;
}
.pb90 {
    padding-bottom: 90px;
}

.pt0 {
    padding-top: 0 !important;
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt50 {
    padding-top: 50px;
}

.pt60 {
    padding-top: 60px;
}

.pt70 {
    padding-top: 70px;
}

.pl120 {
    padding-left: 120px !important;
}
.img100 {
    width: 100%;
}

.fw600 {
    font-weight: 600;
}
.fw700 {
    font-weight: 700;
}

.w505 {
    width: 505px;
}

.font24 {
    font-size: var(--f24) !important;
}

.red {
    color: var(--red) !important;
}

.orange {
    color: var(--main-color2);
}

.blue {
    color: var(--blue) !important;
}

.main-color {
    color: var(--main-color);
}

.hidden {
    display: none;
}

.import {
    font-weight: 700;
    color: var(--main-color2);
}

/* div:empty {
    padding: 15px 0;
} */

select {
    appearance: none;
    -webkit-appearance: none;
    color: #333;
    background: url('/images/ic_under.svg?v=1') center right 5px no-repeat;
    background-size: 16px 9px;
}

select option[value=""][disabled] {
    display: none;
}

select[disabled] {
    opacity: 1;
    background-image: none;
}

/*common*/
.common-tit {
    width: 100%;
    text-align: center;
    color: #292929;
    margin: 70px 0;
}

.common-tit h4 {
    font-family: var(--font-en);
    font-size: var(--f20);
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 500;
}

.common-tit h2 {
    font-size: var(--f36);
    letter-spacing: -0.9px;
    font-weight: 500;
}

.common-tab-wrap {
    width: 100%;
    line-height: 82px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;
}

.common-tab-wrap a {
    text-align: center;
    position: relative;
    transition: color .2s ease-in-out;
    font-size: var(--f20);
    color: #9E9E9E;
    border-bottom: 1px solid #9E9E9E;
    padding: 0 24px;
}

.common-tab-wrap a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 2px;
    background-color: #0D0D0D;
    transition: width .2s ease-in-out;
}

.common-tab-wrap a:hover::before,
.common-tab-wrap a.on::before {
    width: 100%;
}

.common-tab-wrap a:hover,
.common-tab-wrap a.on {
    font-weight: 600;
    color: #0D0D0D;
}

.container {
    width: 1200px;
    margin: auto;
    position: relative;
    padding: 90px 0;
}

.normal-pop {
    border-radius: 16px;
    width: 90%;
    max-width: 440px;
    max-height: 80%;
    /*min-height: 250px;*/
    padding: 32px 36px;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
    z-index: 101;
}

/* 실시간예약 - 예약신청일정안내 팝업 */
.pop-guide-layout {
    max-width: 500px !important;
}

.pop-table {
    width: 100%;
    border-top: 2px solid #222;
    font-weight: 400;
}

.pop-table th {
    text-align: center;
    vertical-align: middle;
    background-color: #fafafa;
    border: 1px solid #cbcbcb;
    border-left: none;
    padding: 16px 0;
    color: #000;
    line-height: 1.3em;
}
.pop-table th:last-child {
    border-right: 0;
}

.pop-table td {
    line-height: 1.5em;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #cbcbcb;
    border-left: 0;
    padding: 10px 0;
    word-break: keep-all;
    letter-spacing: -0.8px;
    color: var(--text2);
}
.pop-table td:last-child {
    border-right: none;
}
.pop-table .br1 {
    border-right: 1px solid #cbcbcb !important;
}

/* 팝업 공통 버튼 */
.pop-btn {
    margin: 16px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.pop-btn a {
    flex: 1;
    background-color: #DCDCDC;
    line-height: 48px;
    text-align: center;
    font-size: var(--f20);
    letter-spacing: -0.7px;
    color: #666;
    max-width: 160px;
}

.pop-btn a.on {
    background-color: var(--sub-color);
    color: #fff;
}


.pop-text {
    text-align: center;
    line-height: 1.3em;
}
.pop-title {
    font-weight: 700;
    font-size: var(--f24);
    margin-bottom: 8px;
    line-height: 1.3em;
}
.pop-text p {
    font-weight: 500;
    margin-bottom: 16px;
    word-break: keep-all;
    line-height: 1.5em;
}
.pop-text .orange {
    color: var(--main-color2);
}

.close-layout {
    position: absolute;
    bottom: -64px;
    left: 50%;
    transform: translateX(-50%);
    background: #FFFFFF1C;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.title-bar {
    font-size: var(--f28);
    color: #292929;
    letter-spacing: -0.48px;
    text-align: center;
    position: relative;
    font-weight: 500;
    margin: 30px 0;
}

.title-bar::before {
    content: '';
    height: 3px;
    width: 38px;
    background-color: var(--sub-color);
    display: inline-block;
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
}

.btn-pop-wrap {
    margin: 16px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 32px;
}

.btn-pop-wrap a {
    display: block;
    background-color: #DCDCDC;
    flex-basis: 160px;
    line-height: 48px;
    text-align: center;
    font-size: var(--f20);
    letter-spacing: -0.7px;
    color: #707070;
}

.btn-pop-wrap a.on {
    background-color: var(--sub-color);
    color: #fff;
}

.btn-basic-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    gap: 6px;
}

.btn-basic-wrap a {
    flex: 1;
    max-width: 197px;
    background-color: #dedede;
    color: #707070;
    font-size: var(--f20);
    line-height: 60px;
    text-align: center;
}

.btn-basic-wrap a.on {
    background-color: var(--sub-color);
    color: #fff;
}

.pagination {
    margin: 65px 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination li {
    gap: 0 2px;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: var(--f14);
    color: #333;
    font-family: 'SUIT';
    cursor: pointer;
}

.pagination li.on {
    background-color: var(--main-color);
    color: #fff;
}

.pagination li button {
    width:100%;
    height:100%;
}
.pagination li button.on {
    background:var(--main-color);
    color:#fff;
}

.breadcrumb {
    display: flex;
    justify-content: center;
    padding-top: 60px;
}

.breadcrumb ul {
    display: flex;
    align-items: center;
}

.breadcrumb li {
    position: relative;
    border-right: 1px solid #ccc;
}

.breadcrumb li.home {
    padding-right: 10px;
}

.breadcrumb .dropdown-btn {
    width: 166px;
    padding: 7px 15px;
    cursor: pointer;
    text-align: left;
    position: relative;
    font-size: var(--f15);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
}

.breadcrumb .dropdown-btn::after {
    content: '▼';
    position: absolute;
    color: #565656;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: var(--f8);
}

.breadcrumb .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 150px;
    max-height: 220px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    margin: 4px 0 0;
    z-index: 10;
}

.breadcrumb .dropdown-menu.open {
    display: block;
}

.breadcrumb .dropdown-menu li {
    padding-right: 0;
    border-right: 0;
}

.breadcrumb .dropdown-menu li a {
    display: block;
    padding: 10px 6px;
    font-size: var(--f16);
}

.breadcrumb .dropdown-menu li a:hover {
    background: #f0f0f0;
    font-weight: 600;
}

.custom-checkbox {
    appearance: none;
    width: 20px;
    height: 20px;
    background: url('/images/ic_check_off.svg?v=1') no-repeat center center;
    background-size: 20px 20px;
    border: none;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.custom-checkbox:checked {
    background: url('/images/ic_check_on.svg?v=1') no-repeat center center;
    background-size: 20px 20px;
}

/* 인터넷예약 - 실시간예약 */
.reservation-wrap {
    background: #F5F5F5;
    padding-top: 80px;
    padding-bottom: 24px;
}
.common-area {
    background: #fff;
    border-radius: 16px;
    padding: 43px 52px;
    width: 1200px;
    margin: 0 auto 24px;
}

.cal-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cal-wrap {
    display: flex;
    align-items: center;
    gap: 16px;
    font-weight: 500;
    font-size: var(--f32);
    position: relative;
}
.cal-wrap:before {
    content: '';
    position: absolute;
    top: -4px;
    right: -4px;
    background: var(--main-color2);
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
.cal-input {
    position: absolute;
    right: 0;
    width: 32px;
    height: 32px;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}
/* 달력 아이콘 */
.cal-icon {
    cursor: pointer;
}

.reserv-guide-btn {
    border: 1px solid #222;
    padding: 10px 16px;
}

/*줄달력*/
.reservation-swiper-inner {
    overflow: hidden;
    position: relative;
    padding: 24px 2.5em;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 20px 0 40px;
}

.reservation-swiper .swiper-wrapper {
    width: 1096px;
}

.reservation-swiper .swiper-wrapper button {
    font-size: var(--f13);
    font-weight: 500;
    color: #222;
    padding: 15px 0;
    text-align: center;
    border-radius: 16px;
    width: 100%;
}
.reservation-swiper .swiper-wrapper button span {
    margin: 12px 0;
    font-size: var(--f24);
    display: block;
}

.reservation-swiper .swiper-wrapper button.off {
    color: #999;
    cursor: default;
}
.reservation-swiper .swiper-wrapper button.select {
    color: #fff;
    background: var(--main-color);
}
.reservation-swiper .swiper-wrapper button.holiday {
    color: #E91D20;
}

/* 주말일때 컬러 */
.reservation-swiper button.sat {
    color: var(--main-color);
}
.reservation-swiper button.sun {
    color: #E91D20;
}

/*달력네비*/
.rsv-btn {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}
.rsv-btn.prev {
    left: 0.5em;
}
.rsv-btn.next {
    right: 0.5em;
}

/*탭*/
.reserv-tab {
    background: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 40px;
}

.rsv-course {
    display: flex;
    gap: 8px;
    align-items: center;
}
.rsv-course button {
    border-radius: 60px;
    background: #fff;
    min-width: 88px;
    padding: 12px 16px;
    text-align: center;
    color: #222;
    font-weight: 500;
}
.rsv-course button.on {
    background: var(--main-color);
    color: #fff;
}

.rsv-time {
    flex: 0 1 240px;
    max-width: 240px;
    height: 40px;
    border: 1px solid #ccc;
    background: #fff url('/images/ic_resve_under.svg') center right 16px no-repeat !important;
}

/*날짜선택 리스트*/
.common-txt {
    font-weight: 700;
    font-size: var(--f24);
    margin-bottom: 24px;
}

.time-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 56px;
}
.time-list li {
    flex: 0 1 218px;
    border: 1px solid #ddd;
    border-radius: 16px;
    padding: 24px 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #231815;
    cursor: pointer;
}

.time-list li p {
    color: #fff;
    border-radius: 60px;
    font-size: var(--f14);
    padding: 5px 0;
    min-width: 94px;
}
.time-list li.hb p {
    background: var(--hb);
}
.time-list li.sj p {
    background: var(--se);
}
.time-list li h1 {
    margin: 16px 0;
    font-size: var(--f32);
    font-weight: 600;
}
.time-list li h2 {
    background: #F8F8F8;
    border-radius: 16px;
    width: 100%;
    padding: 9px 0;
    font-weight: 500;
}
.time-list li h3 {
    font-size: var(--f14);
    margin-top: 8px;
    line-height: 1.3em;
}

.time-list li span {
    color: #E91D20;
    font-weight: inherit;
}

/* 날짜 선택시 나타나는 영역 */
.width860 {
    width: 860px;
    margin: 0 auto;
}
.border-box {
    border: 1px solid #ccc;
    padding: 24px 40px;
    margin-bottom: 24px;
    line-height: 1.3em;
    color: #222;
}
.border-box p {
    font-size: var(--f20);
    margin-bottom: 24px;
    font-weight: 600;
}
.border-box span {
    color: var(--main-color);
}

.resev-info-tbl {
    width: 100%;
    text-align: left;
    border-top: 2px solid #222;
    font-weight: 400;
    margin-top: 16px;
}
.resev-info-tbl th {
    background: #FAFAFA;
    letter-spacing: -0.04px;
    border-bottom: 1px solid #CBCBCB;
    padding: 17px 0;
    text-align: center;
    vertical-align: middle;
}
.resev-info-tbl td {
    border-bottom: 1px solid #CBCBCB;
    padding: 8px 0 8px 16px;
    vertical-align: middle;
}
.resev-info-tbl td textarea {
    padding: 10px 16px;
    width: 100%;
    outline: none;
    border: 1px solid #ccc;
    height: 96px;
}
.resev-info-tbl td textarea::placeholder {
    color: #ccc;
    font-weight: 400;
}
.resev-info-tbl select {
    width: 280px;
    height: 40px;
    background: transparent url('/images/ic_under.svg?v=1') center right 16px no-repeat !important;
    border: 1px solid #ccc;
}
.border-box .gray {
    color: #999;
}
.border-box .orange {
    color: var(--main-color2);
}
.border-box .fee {
    color: #222;
    font-weight: 700;
}

.common-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.common-btn a {
    min-width: 160px;
    flex: 0 0 auto;
    text-align: center;
    background: #DCDCDC;
    font-weight: 500;
    font-size: var(--f20);
    color: #707070;
    padding: 14px 0;
}
.common-btn a.on {
    background: var(--sub-color);
    color: #fff;
}

/* 대기예약 */
.wait-txt {
    text-align: center;
    color: #000;
    padding: 90px 0;
}
.wait-txt p {
    font-size: var(--f18);
}
.wait-btn {
    margin-top: 42px;
    background: var(--sub-color);
    color: #fff;
    min-width: 420px;
    padding: 17px 0;
    font-size: var(--f18);
}
/* //reservation */

.table-title {
    position: relative;
    padding-left: 38px;
    font-size: var(--f24);
    color: var(--text);
    font-weight: 600;
    line-height: 1.3em;
    margin: 64px 0 14px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.table-title:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url('/images/tbl-title.svg') center center no-repeat;
    background-size: 28px 28px;
    width: 28px;
    height: 28px;
}
.table-title span {
    font-size: var(--f16);
    font-weight: 400;
    line-height: 1.5em;
}

.table-title-sub {
    font-weight: 600;
    font-size: var(--f20);
    line-height: 1.3em;
    margin: 32px 0 14px;
}

.tbl-sty01 {
    width: 100%;
    border-top: 2px solid #231815;
    font-weight: 400;
    color: #363636;
}

.tbl-sty01 th {
    text-align: center;
    vertical-align: middle;
    background-color: #fafafa;
    border-bottom: 1px solid #cbcbcb;
    padding: 10px 0;
    font-weight: 500;
    height: 50px;
}

.tbl-sty01 td {
    line-height: 1.33em;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #cbcbcb;
    padding: 10px 0;
    font-weight: 300;
    height: 50px;
    word-break: break-all;
    letter-spacing: -0.4px;
}

/* 회원가입 -  로그인 */
.login-wrap {
    width: 100%;
    max-width: 660px;
    border-radius: 20px;
    border: 1px solid #cecece;
    padding: 70px 135px;
    margin: auto;
}

.input-login-wrap {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.check-wrap {
    margin: 35px 0 30px;
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.input-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.check-wrap .input-box:first-child {
    margin-right: 20px;
}

.btn-login {
    width: 100%;
    background-color: var(--sub-color);
    color: #fff;
    margin-bottom: 55px;
    text-align: center;
    line-height: 60px;
    font-size: var(--f20);
}

.login-links {
    display: flex;
    align-items: center;
}

.login-links a {
    flex-grow: 1;
    position: relative;
    border-right: 1px solid #dedede;
    text-align: center;
}

.login-links a:last-child {
    border-right: 0;
}

.btn-send-code {
    width: 100%;
    line-height: 60px;
    border: 1px solid #CBCBCB;
    background-color: #fff;
    font-size: var(--f18);
    text-align: center;
    margin: 20px 0;
    color: #707070;
}

.btn-check-code {
    width: 100%;
    line-height: 60px;
    background-color: var(--main-color);
    color: #fff;
    font-size: var(--f18);
    text-align: center;
    margin-top: 20px;
}

.result-text {
    text-align: center;
    padding-bottom: 50px;
    border-bottom: 1px solid #dedede;
}

.result-text span {
    color: var(--sub-color);
    font-size: var(--f36);
    display: block;
    margin: 25px 0;
}

.pw-change {
    text-align: left;
}
.pw-change p{
    font-size: var(--f14);
    color: #666;
    margin-top: 8px;
    letter-spacing: -0.5px;
    line-height: 1.3em;
}
.pw-change input {
    margin-top: 20px;
}
.pw-change input:first-child {
    margin-top: 0;
}

.OAuth{
    margin-top: 56px;
    display: flex;
    justify-content: center;
    gap: 22px;
    align-items: center;
}

/* 회원가입 - 회원가입 */
.join-wrap {
    width: 100%;
    max-width: 660px;
    border-radius: 20px;
    border: 1px solid #cecece;
    padding: 50px 20px;
    margin: auto;
}

.terms-check-all {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    font-size: var(--f24);
    margin: 20px 0 30px;
}

.terms-check-all .custom-checkbox {
    width: 28px;
    height: 28px;
    background-size: 28px 28px;
    border-radius: 50%;
}

.terms-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 450px;
    margin: auto;
}

.terms-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 70px;
    border-bottom: 1px solid #CBCBCB;
    gap: 0 30px;
    padding: 6px 0;
}

.terms-list li h2 {
    width: 70%;
    max-width: 280px;
    font-size: var(--f18);
    word-break: keep-all;
    line-height: 1.4em;
}

.terms-list-right {
    display: flex;
    flex-basis: 30%;
    align-items: center;
    justify-content: flex-end;
    gap: 0 10px;
}

.terms-list-right a {
    flex: 1;
    min-width: 68px;
    max-width: 100px;
    padding: 0 6px;
    border: 1px solid #CBCBCB;
    line-height: 34px;
    display: inline-block;
    text-align: center;
    font-size: var(--f16);
}

.terms-list li .check-select .custom-checkbox {
    width: 28px;
    height: 28px;
    background-size: 28px 28px;
    border-radius: 50%;
}

.terms-text {
    padding-top: 30px;
    text-align: center;
}

.agree-pop-inner {
    min-height: 430px;
    max-height: 85vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.agree-pop-inner .title-bar {
    font-size: var(--f24);
}

.agree-pop-contents {
    overflow-y: auto;
    flex-grow: 1;
    min-height: 300px;
    max-height: 50vh;
}

.agree-box {
    line-height: 1.5em;
}

.member-info-box {
    max-width: 400px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 20px 0;
}

.border-input {
    border: 1px solid #ccc !important;
}

.member-info-box li {
    min-height: 48px;
}

.member-info-box li p {
    margin: 10px 0 15px;
    color: #707070;
    font-size: var(--f14);
    letter-spacing: -0.5px;
}

.member-info-box li .flex-layout{
    display: flex;
    gap: 8px;
    align-items: flex-start;
}
.member-info-box li .flex-layout input{
    flex: 1 1 auto;
    min-width: 0;
}
.member-info-box li .flex-layout .btn{
    border: 1px solid var(--sub-color);
    color: var(--sub-color);
    border-radius: 4px;
    padding: 15px 17px;
    flex: 0 0 auto;
    white-space: nowrap;
}

.flex-layout2 {
    display: flex;
    gap: 11px;
    align-items: center;
}
.flex-layout2 input {
    flex: 1 1 auto;
    min-width: 0;
}
.flex-layout2 .btn {
    border: 1px solid #ccc;
    color: #231815;
    background: #EEEEEE;
    padding: 11px 17px;
    flex: 0 0 auto;
    white-space: nowrap;
}

/* 회원실명확인 */
.login-wrap.identify {
    border: 0;
    padding: 0;
}

.identify-box {
    background-color: #fff;
    border: 1px solid #CBCBCB;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*flex-direction: column;*/
    gap: 0 124px;
    padding: 70px 32px 0;
    /*max-width: 400px;*/
    margin: auto;
    cursor: pointer;
    flex-wrap: wrap;
}

.identify-box h1 {
    width: 124px;
    height: 124px;
    border-radius: 50%;
    background-color: #F5F5F5;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 14px;
}

.identify-box h2 {
    font-size: var(--f18);
}

.identify-box p {
    font-size: var(--f14);
    color: #999;
    margin-top: 8px;
}

.identify-text {
    margin-top: 48px;
    line-height: 1.4em;
    flex: 1 1 auto;
}

.identify-text h2 {
    color: var(--sub-color);
    font-size: var(--f18);
    font-weight: 500;
}

.identify-text p {
    font-weight: 400;
    color: #000;
    margin: 0 auto 40px;
}
.identify-text p span {
    font-size: var(--f16);
}

.identify-box .con {
    text-align: center;
}

.identify-box .con:hover h1 {
    background-color: var(--main-color);
}

.identify-box .con:hover h1 img {
    filter: brightness(0) invert(1);
}

/* 정보 입력 */
.id {
    display: flex;
    gap: 10px;
}

.id input {
    flex: 1;
}

.id button {
    width: 25%;
    height: 48px;
    border: 1px solid var(--sub-color);
    color: var(--sub-color);
    border-radius: 4px;
}

.password-confirm p {
    line-height: 1.4em;
}

.join-radio-box {
    display: flex;
    align-items: center;
    gap: 0 10px;
    height: 48px;
}

.join-radio-box input {
    accent-color: var(--main-color);
    width: 20px;
    height: 20px;
}

.input-disable {
    background: #FAFAFA;
    padding: 0 16px;
    line-height: 48px;
}

.address input {
    margin-bottom: 8px;
}

.year-select,
.area {
    display: flex;
    gap: 0 10px;
    align-items: center;
}

.year-select select,
.area select {
    background: #FAFAFA url("/images/ic_under.svg?v=1") center right 15px no-repeat;
    background-size: 16px 9px;
    padding: 0 16px;
    line-height: 48px;
    border: none;
    flex: 1;
}

.join-radio-box input {
    accent-color: var(--main-color);
    width: 20px;
    height: 20px;
}

.input-disable {
    background: #FAFAFA;
    padding: 0 16px;
    line-height: 48px;
}

/* radio - center */
.join-radio-box-center{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    flex-wrap: wrap;
    gap: 16px;
}
.join-radio-box-center span{
    display: flex;
    align-items: center;
}
.join-radio-box-center input {
    flex-shrink:0;
    -webkit-appearance: none; /* 웹킷 브라우저에서 기본 스타일 제거*/
    appearance: none; /*기본 브라우저에서 기본 스타일 제거*/
    width: 19px;
    height: 19px;
    border: 1px solid #cbcbcb; /*체크되지 않았을 때의 테두리 색상*/
    border-radius: 50%;
    outline: none; /*focus 시에 나타나는 기본 스타일 제거*/
    cursor: pointer;
    margin-right: 5px;
}
.join-radio-box-center input:checked {
    background-color: var(--main-color);
    border: 4px solid #fff;
    box-shadow: 0 0 0 1px var(--main-color);
}
.join-radio-box-center label{
    cursor: pointer;
}

/* ---------- radio - center disabled 상태 ---------- */
.join-radio-box-center input:disabled {
    background-color: transparent;
    border-color: #cbcbcb;
    cursor: default;
}

.join-radio-box-center input:disabled:checked {
    background-color: #999;
    border: 4px solid #fff;
    box-shadow: 0 0 0 1px #999;
}

.join-radio-box-center input:disabled + label {
    cursor: default;
    color: #000;
}

/* radio - left */
.join-radio-box-left{
    display: flex;
    align-items: center;
    gap: 0 5px;
}
.join-radio-box-left input {
    flex-shrink:0;
    -webkit-appearance: none; /* 웹킷 브라우저에서 기본 스타일 제거*/
    appearance: none; /*기본 브라우저에서 기본 스타일 제거*/
    width: 19px;
    height: 19px;
    border: 1px solid #cbcbcb; /*체크되지 않았을 때의 테두리 색상*/
    border-radius: 50%;
    outline: none; /*focus 시에 나타나는 기본 스타일 제거*/
    cursor: pointer;
    margin-right: 5px;
}
.join-radio-box-left input:checked {
    background-color: var(--main-color2);
    border: 4px solid #fff;
    box-shadow: 0 0 0 1px var(--main-color2);
}
.join-radio-box-left label{
    cursor: pointer;
}
/* radio end */

.area {
    display: flex;
    gap: 0 10px;
    align-items: center;
}

.area select {
    background: #FAFAFA url("/images/ic_under.svg?v=1") center right 15px no-repeat;
    background-size: 16px 9px;
    padding: 0 16px;
    line-height: 48px;
    border: none;
    flex: 1;
}

/* 공통 라운드 탭 */
.common-round-tab{
    display: flex;
    justify-content: center;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 80px;
}
.common-round-tab li {
    background: #efefef;
    border-radius: 30px;
    padding: 9px 32px;
    font-size: var(--f20);
    color: #9c9c9c;
    cursor: pointer;
}
.common-round-tab li.on {
    background: var(--main-color);
    color: #fff;
    font-weight: 700;
}

/* 마이페이지 - 정보수정 & 회원탈퇴 */
.withdraw-area {
    width: 100%;
    text-align: center;
    padding-top: 16px;
}

.border-wrap {
    border: 1px solid #CBCBCB;
    padding: 50px 35px;
    width: 100%;
    max-width: 660px;
    border-radius: 20px;
    margin: auto;
}
.withdraw-text {
    padding-bottom: 30px;
    border-bottom: 1px solid #CBCBCB;
    margin-top: 48px;
}
.withdraw-text li {
    position: relative;
    line-height: 1.5em;
    padding-left: 25px;
    font-size: var(--f18);
}
.withdraw-text li:before {
    content: '';
    position: absolute;
    top: 12px;
    left: 10px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #000;
}
.withdraw-input {
    max-width: 400px;
    margin: 0 auto;
}

.withdraw-area p {
    color: #707070;
    font-size: var(--f18);
    padding-bottom: 20px;
}

.withdraw-area a {
    font-size: var(--f18);
    color: #222;
    border: 1px solid #999;
    display: block;
    max-width: 400px;
    margin: 0 auto;
    padding: 14px 0;
}

/* 마이페이지 - 예약확인 */
.btn-tbl {
    line-height: 1.3em;
    text-align: center;
    display: block;
    width: 90%;
    max-width: 78px;
    color: #fff;
    margin: auto;
    padding: 5px 0;
}

.btn-tbl.cancel {
    background-color: #777;
}

.btn-tbl.change {
    background-color: var(--main-color);
}

.ct-box {
    line-height: 1.5em;
    color: #707070;
    padding: 8px 0;
    word-break: keep-all;
}

/* 마이페이지 - 마이페이지 */
.coupon-summary {
    border-radius: 15px;
    background: #FBFBFB;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0;
}

.coupon-summary h1 {
    width: 170px;
    height: 96px;
    background: url("/images/logo.svg") center center no-repeat;
    background-size: 170px 96px;
    margin-bottom: 30px;
}

.coupon-summary p {
    padding: 14px 0;
    line-height: 1.5em;
    text-align: center;
    word-break: keep-all;
}

.welcome {
    color: #818181;
}

.welcome b {
    font-weight: 600;
    color: var(--black);
}

.coupon-summary p span {
    color: var(--red);
    font-weight: 600;
}

.slider-wrapper {
    position: relative;
    max-width: 1200px;
    margin: auto;
}

.card-slider {
    width: 100%;
}

.swiper-slide.card {
    background: #F3F3F3;
    border-radius: 15px;
    padding: 28px 30px;
    height: 220px;
    overflow: hidden;
}

.card-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 26px;
}

.card-title {
    color: #7F7D7E;
}

.card-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: var(--f14);
}

.card-info em {
    display: inline-block;
    width: 75px;
}

.card-info span {
    color: #BD0E0E;
}

.card-info li::before {
    content: '·';
    display: inline-block;
    padding: 0 5px;
}

.empty-desc {
    text-align: center;
    line-height: 1.6em;
    color: #707070;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-buttons {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 10;
}

.nav-buttons .swiper-button-prev {
    left: -30px;
    background: url("/images/ic_slider_r.svg") center center no-repeat;
    transform: rotateZ(180deg);
}

.nav-buttons .swiper-button-next {
    right: -30px;
    background: url("/images/ic_slider_r.svg") center center no-repeat;
}

.nav-buttons .swiper-button-next:after,
.nav-buttons .swiper-button-prev:after {
    font-size: 0;
}

/* 클럽소식 - list */
.board-list {
    position: relative;
    width: 100%;
    margin-top: 36px;
    border-top: 1px solid #ddd;
}

.board-list li {
    border-bottom: 1px solid #ddd;
    width: 100%;
    min-height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 20px;
    transition: .1s all ease;
    gap: 0 15px;
}

.board-list li:hover {
    background-color: #f4f4f4;
}

.title-area {
    display: flex;
    align-items: center;
    height: 100%;
    gap: 0 15px;
    flex: 1;
    font-size: var(--f18);
}

.title-area b {
    flex-basis: 60px;
    font-size: var(--f16);
    text-align: center;
}

.title-area b span {
    display: block;
    border-radius: 5px;
    background: var(--sub-color);
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: var(--f14);
}

.title-area strong {
    color: var(--sub-color);
}

.board-list .date {
    flex-basis: 220px;
    text-align: right;
    color: #707070;
}

.board-list li .title {
    flex: 1;
    display: block;
    line-height: 1.3em;
}

.board-list li:hover a span {
    text-decoration: underline;
    text-underline-offset: 5px;
}

/* 클럽소식 - view */
.board-view {
    width: 100%;
    margin-top: 36px;
}

.board-view-top {
    width: 100%;
    background-color: #fafafa;
    border-top: 1px solid #CBCBCB;
}

.board-view-top ul {
    border-bottom: 1px solid #cbcbcb;
    width: 100%;
    min-height: 50px;
    padding: 15px 30px;
    display: flex;
    align-items: center;
}

.board-view-top ul.title-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 50px;
}

.board-view-top ul.file-area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 15px;
}

.board-view-top ul.file-area li.file {
    position: relative;
    padding-left: 15px;
}

.board-view-top ul.file-area li.file::before {
    content: '|';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.board-view-top ul li {
    color: #707070;
}

.board-view-top ul li.title {
    flex-basis: calc(100% - 223px);
    text-align: left;
    font-size: var(--f18);
    color: #333;
    font-weight: 500;
    line-height: 1.5em;
}

.board-view-top ul li.date {
    flex-basis: 190px;
    text-align: right;
    font-size: var(--f16);
    padding-right: 15px;
}

.board-view-top ul li em {
    display: inline-block;
    width: 1px;
    border-right: 1px solid #ccc;
    height: 20px;
    vertical-align: middle;
    margin: 0 15px;
}

.board-view-top ul li b {
    font-weight: 600;
}

.board-view-con {
    min-height: 300px;
    border-bottom: solid 1px #cbcbcb;
    padding: 40px 30px;
    /*margin-bottom: 70px;*/
    line-height: 1.5em;
    text-align: center;
}

.board-view-con img {
    display: block;
    max-width: 100%;
    margin: auto;
}

/* 클럽소식 - event */
.event-list-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 49px 27px;
    margin-top: 40px;
    min-width: 0;
    justify-content: flex-start;
    align-content: flex-start;
}

.event-list-wrap ul {
    flex: 0 0 276px;
    display: flex;
    flex-direction: column;
    min-width: 0;
    cursor: pointer;
}

.event-list-wrap ul li {
    min-width: 0;
}

.event-list-wrap figure {
    aspect-ratio: 1/1;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #ddd;
}

.event-list-wrap figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.event-list-wrap h3 {
    font-size: var(--f18);
    margin-top: 23px;
    line-height: 1.5em;
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.event-list-wrap ul.end {
    cursor: default;
}

.event-list-wrap ul.end figure {
    position: relative;
}

.event-list-wrap ul.end figure::after {
    content: '해당 이벤트는 종료 되었습니다.';
    font-size: var(--f18);
    font-weight: 700;
    color: #fff;
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 클럽소식 - 영광의순간 */
.honor-list-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    min-width: 0;
    justify-content: flex-start;
    align-content: flex-start;
    gap: 22px;
}

.honor-list-wrap ul {
    flex: 0 0 385px;
    display: flex;
    flex-direction: column;
    padding: 25px;
    min-width: 0;
    border: 1px solid #e7e7e7;
    border-radius: 15px;
}

.honor-list-wrap ul:nth-child(2n-1) {
    background-color: #FBFBFB;
}

.honor-list-wrap ul li {
    min-width: 0;
    text-align: center;
    border-radius: 15px;
    overflow: hidden;
}

.honor-list-wrap ul li h4 {
    color: #7F7D7E;
    text-transform: uppercase;
    font-size: var(--f14);
    letter-spacing: -0.5px;
}

.honor-list-wrap ul li .date {
    color: #000;
    font-size: var(--f20);
    padding: 12px 0 18px;
    font-weight: 400;
}

.honor-list-wrap ul li .title {
    font-size: var(--f32);
    font-weight: 600;
    color: var(--sub-color);
}

.honor-info {
    padding-top: 30px;
}

.honor-info h2 {
    font-size: var(--f20);
    font-weight: 600;
    padding-bottom: 5px;
}

.honor-info p {
    font-size: var(--f14);
    line-height: 1.6em;
}

.honor-info p span {
    display: block;
}

.honor-info p b {
    font-weight: 600;
}

/* 클럽소식 - 고객의 소리 */
.board-list.vod li .title em {
    color: var(--main-color);
    display: inline-block;
    margin-left: 6px;
}

.board-list.vod li .title em.unanswered {
    color: var(--main-color2);
}

.post-info-list {
    gap: 12px;
    flex-wrap: wrap;
    color: #707070;
}

.post-info-list b {
    color: #3C3A3A;
}

.btn-basic-wrap a.btn-delete {
    background-color: #fff;
    border: 1px solid #DCDCDC;
}

.btn-basic-wrap a.btn-list {
    background-color: #5B5B5B;
    color: #fff;
}

.btn-border {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.btn-border a {
    flex: 1;
    border: 1px solid var(--sub-color);
    color: var(--sub-color);
    padding: 18px 0;
    text-align: center;
    max-width: 400px;
    font-size: var(--f20);
    word-break: keep-all;
}

.admin-reply {
    width: 100%;
    background-color: #fafafa;
    padding: 45px 40px 40px;
    line-height: 1.5em;
    margin-top: 80px;
}

.admin-reply h4 {
    font-size: var(--f20);
    font-weight: 500;
    padding-bottom: 15px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.admin-reply h4 span {
    font-size: var(--f16);
    color: #707070;
    font-weight: 400;
}

.admin-reply p {
    padding: 10px 0;
    max-height: 150px;
    overflow-y: auto;
}

.btn-reply-wrap {
    border-top: 1px solid #DADADA;
    padding-top: 20px;
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0 15px;
}

.btn-reply-wrap a {
    width: 100px;
    line-height: 50px;
    background-color: #DCDCDC;
    color: #707070;
    text-align: center;
}

.btn-reply-wrap a.btn-delete {
    background-color: #fff;
    border: 1px solid #DCDCDC;
}

.tbl-write {
    width: 100%;
    border-top: 1px solid #CBCBCB;
}

.tbl-write tr {
    border-bottom: 1px solid #CBCBCB;
}

.tbl-write th {
    background-color: #F5F5F5;
    padding: 20px 0 20px 30px;
    text-align: left;
    min-height: 60px;
    vertical-align: middle;
}

.tbl-write td {
    padding: 10px 20px;
    min-height: 60px;
    vertical-align: middle;
}

.tbl-write td input[type=text] {
    width: 100%;
    height: 40px;
    background-color: #fff;
    border: 1px solid #cbcbcb;
}

.tbl-write td textarea {
    width: 100%;
    height: 480px;
    background-color: #fff;
    border: 1px solid #cbcbcb;
    padding: 10px;
}

.voc-radio-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px 25px;
}

.voc-radio-box span {
    display: flex;
    align-items: center;
    gap: 0 5px;
}

.voc-radio-box input {
    accent-color: var(--main-color);
    width: 20px;
    height: 20px;
}

/*.tbl-write .file-area {
    display: flex;
    align-items: center;
    gap: 0 20px;
    font-weight: 300;
    color: #ABABAB;
    line-height: 1.5em;
}

.tbl-write .file-area .file-btn {
    width: 130px;
    line-height: 40px;
    background-color: #000;
    color: #fff;
    text-align: center;
    cursor: pointer;
}*/

/* 예약안내 */
.text-list {
    padding: 24px 40px;
}
.text-list.gray {
    background: #f9f9f9;
}
.text-list.white {
    background: #fff;
}
.text-list.round {
    border-radius: 10px;
    padding: 16px 24px;
}
.text-list > li {
    position: relative;
    padding-left: 20px;
    line-height: 1.5em;
}
.text-list > li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 8px;
    width: 3px;
    height: 3px;
    background: #222;
    border-radius: 50%;
}

.text-list .title {
    position: relative;
    font-weight: 600;
    font-size: var(--f20);
    color: var(--text);
    padding: 0 25px 24px;
    margin-top:24px;
}
.text-list .title:first-child {
    margin-top: 0;
}
.text-list .title:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    width: 4px;
    height: 4px;
    background: var(--text);
    border-radius: 50%;
}

.text-list .title-big {
    position: relative;
    font-weight: 600;
    font-size: var(--f24);
    color: var(--text);
    padding: 0 30px 24px;
    margin-top:24px;
    line-height: 1.5em;
}
.text-list .title-big:first-child {
    margin-top: 0;
}
.text-list .title-big:before {
    content: '';
    position: absolute;
    top: 14px;
    left: 10px;
    width: 5px;
    height: 5px;
    background: var(--text);
    border-radius: 50%;
}

.tbl-sty03 {
    width: 100%;
    border-top: 2px solid #222;
    font-weight: 400;
}

.tbl-sty03 th {
    text-align: center;
    vertical-align: middle;
    background-color: #fafafa;
    border: 1px solid #cbcbcb;
    border-left: none;
    padding: 16px 0;
    color: #000;
    line-height: 1.3em;
}
.tbl-sty03 th:last-child {
    border-right: 0;
}

.tbl-sty03 td {
    line-height: 1.8em;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #cbcbcb;
    border-left: 0;
    padding: 10px 0;
    height: 70px;
    word-break: keep-all;
    letter-spacing: -0.8px;
    color: var(--text2);
}
.tbl-sty03 td:last-child {
    border-right: none;
}
.tbl-sty03 .br1 {
    border-right: 1px solid #cbcbcb !important;
}
.pd-layout {
    padding: 30px 57px !important;
}

.pd-layout100 {
    padding: 10px 100px !important;
}

.pd-layout120 {
    padding: 10px 120px !important;
}

.table-text {
    margin-top: 14px;
    color: var(--text);
}
.table-text li {
    position: relative;
    padding-left: 10px;
    line-height: 1.5em;
    font-size: var(--f16);
    font-weight: 500;
}
.table-text.fw400 li {
    font-weight: 400;
}
.table-text li span {
    font-weight: 600;
}
.table-text li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 3px;
    height: 3px;
    background: var(--text);
    border-radius: 50%;
}

.table-text.no li {
    padding-left: 0;
}
.table-text.no li:before {
    display: none;
}

.common-sub {
    line-height: 1.3em;
    margin: 14px 0;
    font-size: var(--f20);
    font-weight: 500;
}
.common-sub span {
    font-weight: 600;
}

/* 공통 넘버 리스트 */
.common-number-list{
    counter-reset: item 0;
}
.common-number-list li{
    counter-increment: item 1;
    position: relative;
    line-height: 1.5em;
    padding-left: 25px;
}
.common-number-list li::before {
    content: counter(item) '.';
    position: absolute;
    top: 12px;
    left: 5px;
    transform: translateY(-50%);
}

/* 박스형 넘버 리스트 */
.box-number-list{
    counter-reset: item 0;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.box-number-list li{
    counter-increment: item 1;
    position: relative;
    line-height: 1.5em;
    background: #fff;
    border: 1px solid #c2c2c2;
    border-radius: 10px;
    padding: 16px 24px 16px 80px;
    flex: 0 0 calc(100% / 4 - 16px);
    font-weight: 500;
    display: flex;
    align-items: center;
}
.box-number-list li::before{
    content: counter(item);
    position: absolute;
    top: 50%;
    left: 24px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--f20);
    font-weight: 500;
    letter-spacing: -0.04px;
    line-height: 1.8em;
    transform: translateY(-50%);
}

.contact-info {
    display: flex;
    align-items: center;
    gap: 48px;
    font-size: var(--f18);
    font-weight: 600;
}
.contact-info > div {
    display: flex;
    gap: 16px;
    align-items: center;
}
.contact-info .img {
    background: var(--main-color);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 예약안내 - 구독형 단체팀 예약 신청 */
.text-list-wrap {
    display: flex;
    gap: 24px;
}
.text-list-wrap .text-list {
    width: calc(50% - 24px);
    text-align: center;
    font-size: var(--f20);
    line-height: 1.5em;
}
.text-list-wrap .text-list .sub-title {
    font-weight: 600;
    margin-bottom: 4px;
}

.sub-list {
    text-align: left;
}
.sub-list li {
    position: relative;
    padding-left: 16px;
}
.sub-list li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 4px;
    height: 4px;
    background: var(--text);
    border-radius: 50%;
}

/* 테이블용 리스트 */
.sub-list-table {
    text-align: left;
}
.sub-list-table li {
    position: relative;
    padding-left: 10px;
}
.sub-list-table li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 3px;
    height: 3px;
    background: var(--text);
    border-radius: 50%;
}

.sub-list-table.first-no li:first-child {
    padding-left: 0;
}
.sub-list-table.first-no li:first-child:before {
    display: none;
}

.flow-bracket {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
    margin-bottom: 18px;
    padding: 15px 0;
}

.flow-left {
    width: 347px;
}
.flow-right {
    width: 538px;
}

.flow-left,
.flow-right {
    position: relative;
    z-index: 1;
    text-align: center;
}

.flow-left .line,
.flow-right .line {
    position: relative;
    z-index: 1;
    background: #f9f9f9;
    padding: 0 6px;
    font-size: var(--f20);
    color: #666;
    font-weight: 600;
}

/* 가로선 */
.flow-left:before,
.flow-right:before {
    content:'';
    position:absolute;
    top:50%;
    left:0;
    width:100%;
    height:1px;
    background:#666;
    z-index:0;
}
/* 왼쪽 세로선 */
.flow-left .side-line:before,
.flow-right .side-line:before {
    content:'';
    position:absolute;
    top:50%;
    left:0;
    width:1px;
    height:29px;
    background:#666;
    z-index:0;
}
/* 오른쪽 세로선 */
.flow-left .side-line:after,
.flow-right .side-line:after {
    content:'';
    position:absolute;
    top:50%;
    right:0;
    width:1px;
    height:29px;
    background:#666;
    z-index:0;
}

.flow-body {
    display: flex;
    align-items: center;
    gap: 40px;
}

.flow-body li {
    border: 1px solid #ccc;
    border-radius: 10px;
    background: #fff;
    position: relative;
    flex: 1;
    min-height: 98px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    line-height: 1.5em;
    letter-spacing: -0.4px;
    padding: 11px 0;
}

.flow-body li b {
    font-weight: 600;
}
.flow-body li span {
    font-size: var(--f14);
}

.flow-body li::before {
    content: "";
    width: 9px;
    height: 17px;
    background: url('/images/list-arrow.svg');
    position: absolute;
    top: 50%;
    left: -24px;
    transform: translateY(-50%);
}
.flow-body li:first-child::before {
    display: none;
}

.flow .sub {
    margin-top: 16px;
    line-height: 1.5em;
    text-align: left;
    font-size: var(--f16);
}

.download-btn {
    display: flex;
    margin: 40px auto 0;
    gap: 16px;
    justify-content: center;
    width: 640px;
    flex-wrap: wrap;
}
.download-btn a {
    min-width: 312px;
    flex: 0 0 auto;
    padding: 14px 0;
    text-align: center;
    font-size: var(--f20);
    background: var(--main-color);
    color: #fff;
}
.download-btn a:nth-child(even) {
    background: var(--sub-color);
}

.download-btn a span {
    display:inline-block;
    transition: all 0.3s;
}

.download-btn a:hover span {
    transform: translate(2px, -2px);
}

/* 잔여시간단체팀예약신청 */
.text-list p {
    font-size: var(--f20);
    text-align: center;
    line-height: 1.5em;
}
.text-list p span {
    font-weight: 600;
}

/* 박스형 넘버 리스트 - 세로형 */
.box-number-list-direction {
    counter-reset: item 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 704px;
    margin: 0 auto;
}
.box-number-list-direction li {
    counter-increment: item 1;
    position: relative;
    line-height: 1.8em;
    background: #fff;
    border: 1px solid #c2c2c2;
    border-radius: 10px;
    padding: 16px 0 16px 104px;
    flex: 1;
    font-weight: 500;
    display: flex;
    align-items: center;
    letter-spacing: -0.8px;
}
.box-number-list-direction li:nth-child(2) {
    margin-top: 40px;
}
.box-number-list-direction h1 {
    position: absolute;
    top: -40px;
    left: 0;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 1.8em;
    font-weight: 400;
}
.box-number-list-direction li::before {
    content: counter(item);
    position: absolute;
    top: 50%;
    left: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--f20);
    font-weight: 500;
    letter-spacing: -0.04px;
    line-height: 1.8em;
    transform: translateY(-50%);
}
.box-number-list-direction li::after {
    content: '';
    position: absolute;
    bottom: -26px;
    left: 50%;
    width: 17px;
    height: 9px;
    background: url(/images/arrow-down.svg) center center no-repeat;
    transform: translateX(-50%);
}
.box-number-list-direction li:last-child::after {
    display: none;
}

/* 코스안내 - 코스소개 */
.bg-gray.course {
    padding: 24px 72px;
    border-radius: 16px;
    margin-bottom: 80px;
}
.c-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.c-info li {
    background: var(--hb);
    color: #fff;
    padding: 2px 24px;
    font-weight: 600;
    font-size: var(--f20);
    line-height: 1.8em;
    letter-spacing: -0.8px;
    min-width: 254px;
    width: fit-content;
}
.c-info li span {
    margin-left: 4px;
}
.c-info li.se {
    background: var(--se);
}

.c-title {
    margin: 64px 0 11px;
    font-size: var(--f24);
    font-weight: 700;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    color: var(--hb);
}
.c-title.se {
    color: var(--se);
}
.c-title span {
    font-weight: 400;
    font-size: var(--f16);
    color: #222;
}
.tbl-course {
    width: 100%;
    border-top: 2px solid #222;
    font-weight: 400;
}

.tbl-course th {
    text-align: center;
    vertical-align: middle;
    background-color: #fafafa;
    border: 1px solid #cbcbcb;
    border-left: none;
    padding: 16px 0;
    color: #000;
    line-height: 1.3em;
    font-weight: 600;
}
.tbl-course th:last-child {
    border-right: 0;
}

.tbl-course td {
    line-height: 1.3em;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #cbcbcb;
    border-left: 0;
    padding: 13px 0;
    word-break: keep-all;
    letter-spacing: -0.8px;
    color: var(--text2);
}
.tbl-course td:last-child {
    border-right: none;
}
.tbl-course .br1 {
    border-right: 1px solid #cbcbcb !important;
}

.tbl-course .white {
    color: #999999;
}
.tbl-course .gold {
    color: #BC955C;
}

/* 코스안내 - 세종코스 */
.hole-wrap {
    position: relative;
    text-align: center;
    max-width: 100%;
    margin: 49px auto 52px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
}

.hole-wrap ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 900px;
    padding: 0 8px;
    margin: auto;
}

.hole-wrap ul li {
    position: relative;
    color: #CBCBCB;
    padding-top: 22px;
    flex: 1;
    text-align: center;
    scroll-snap-align: center;
}

.hole-wrap ul li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #ccc;
    z-index: 1;
}

.hole-wrap ul li::after {
    content: '';
    position: absolute;
    top: 6px;
    left: 50%;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}

.hole-wrap ul li:last-child::after {
    width: 0;
}

.hole-wrap ul li span {
    cursor: pointer;
    padding-top: 22px;
    position: relative;
    z-index: 1;
}

.hole-wrap ul li.active::before {
    background-color: var(--se);
}
.hole-wrap.hb ul li.active::before {
    background-color: var(--hb);
}

.hole-wrap ul li.active span {
    color: var(--text2);
}

.tab-panel {
    display: none;
}

.tab-panel.active {
    display: block;
}

.hole-info-wrap {
    background: #F9F9F9;
    border-radius: 16px;
    padding: 56px 64px;
    color: var(--text2);
}
.hole-info-wrap .info h1 {
    font-weight: 300;
    font-size: var(--f20);
    line-height: 1.3em;
}
.hole-info-wrap .hole-number {
    margin: 8px 0 16px;
    font-weight: 700;
    font-size: var(--f48);
    line-height: 1.3em;
}
.hole-info-wrap .hole-number span {
    color: var(--se);
    font-weight: 600;
    font-size: var(--f40);
    margin-left: 10px;
}
.hole-info-wrap .hole-number.hb span {
    color: var(--hb);
}

.m-box {
    display: flex;
    gap: 16px;
    border-top: 1px solid #ddd;
    padding: 16px 0;
    border-bottom: 1px solid #ddd;
    min-width: 528px;
    width: fit-content;
}
.m-box li {
    position: relative;
    padding-left: 17px;
    font-size: var(--f20);
}
.m-box li:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--text2);
}
.m-box li.c-blue:before {
    background: var(--se);
}
.m-box li.c-white:before {
    background: transparent;
    border: 1px solid var(--text2);
}
.m-box li.c-gold:before {
    background: #BC955C;
}
.m-box li.c-red:before {
    background: var(--red);
}
.m-box li:after {
    content: '';
    position: absolute;
    top: 6px;
    left: -8px;
    width: 1px;
    height: 8px;
    background: #999;
}
.m-box li:first-child:after {
    display: none;
}

.hole-info-wrap .text {
    position: relative;
    margin-bottom: 56px;
    text-align: center;
}
.hole-info-wrap .text p {
    text-align: left;
    font-size: var(--f20);
    line-height: 1.5em;
    width: 70%;
}
.hole-info-wrap .side {
    position: absolute;
    bottom: 0;
    right: 0;
}

.course-img .swiper-slide img {
    border-radius: 16px;
}


/* 클럽정보 - 식음료메뉴안내 */
.menu-swiper-wrap {
    position: relative;
}
.menu-swiper .swiper-wrapper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 32px;
}
.menu-swiper .swiper-wrapper img {
    border: 1px solid #ccc;
    border-radius: 16px;
    width: calc(100% / 2 - 16px);
    overflow: hidden;
}

.menu-swiper-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2;
    cursor: pointer;
}
.menu-btn-prev {
    position: absolute;
    left: -48px;
}
.menu-btn-next {
    position: absolute;
    right: -48px;
}

.menu-swiper-nav .swiper-button-disabled img{
    filter: opacity(0.3);
    cursor: default;
}

/* 클럽소개 - 클럽개요 */
.container.wide {
    width: 100%;
}
.sub-layout {
    width: 1200px;
    margin: 0 auto;
}

.video-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    border-radius: 16px;
    overflow: hidden;
}
.video-wrap video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.bg-gray {
    background: #F9F9F9;
}

.club-title {
    width: 100%;
    margin-top: 80px;
    text-align: center;
    padding-bottom: 104px;
}
.club-title h1 {
    font-size: var(--f40);
    line-height: 1.3em;
    font-weight: 300;
}
.club-title h2 {
    font-size: var(--f32);
    line-height: 1.5em;
    margin: 24px 0 52px;
}
.club-title p {
    font-size: var(--f18);
    line-height: 2em;
}

.intro-bg {
    padding-top: 120px;
}
.intro-bg img {
    width: 100%;
    border-radius: 16px;
}

.intro-text {
    margin: 64px 0 82px;
    text-align: left;
}
.intro-text h1 {
    font-weight: 300;
    font-size: var(--f40);
    color: var(--sub-color);
}
.intro-text p {
    font-size: var(--f18);
    line-height: 1.5em;
    margin-top: 40px;
}

.tbl-sty04 {
    width: 100%;
    border-top: 2px solid #222;
    font-weight: 400;
}

.tbl-sty04 th {
    text-align: center;
    vertical-align: middle;
    background-color: #F5F5F5;
    border: 1px solid #ddd;
    border-left: none;
    padding: 16px 0;
    color: #000;
}
.tbl-sty04 th:last-child {
    border-right: 0 !important;
}

.tbl-sty04 td {
    line-height: 1.5em;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #ddd;
    border-left: 0;
    padding: 10px 0;
    word-break: keep-all;
    letter-spacing: -0.4px;
    color: var(--text2);
}
.tbl-sty04 td:last-child {
    border-right: none;
}
.tbl-sty04 .br1 {
    border-right: 1px solid #ddd !important;
}

.intro-course-guide {
    margin-top: 94px;
}
.intro-course-guide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:all 0.8s;
}
.intro-course-guide a:hover img {
    transition:all 0.8s;
    transform: scale(1.05);
}
.intro-course-guide a {
    position: relative;
    display: block;
    width: 100%;
    height: 320px;
    overflow: hidden;
    margin-top: 32px;
    border-radius: 16px;
}
.intro-course-guide a:first-child {
    margin-top: 0;
}
.intro-course-guide a .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.intro-course-guide a .text h1 {
    font-weight: 700;
    font-size: var(--f40);
}
.intro-course-guide a .text p {
    font-size: var(--f18);
    line-height: 1.8em;
    margin-top: 8px;
}

/* 클럽소개 - ci */
.ci-layout {
    padding: 64px 32px;
}

.mono {
    width: 100%;
    position: relative;
    background: url('/images/club/mono.png?v=1.1') center center;
}

.ci-wrap {
    position: relative;
}
.ci-title {
    font-weight: 600;
    color: var(--text);
    margin-bottom: 24px;
    font-size: var(--f32);
    line-height: 1.3em;
    margin-top: 68px;
}
.ci-title:first-child {
    margin-top: 0;
}
.ci-text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 88px 0 95px;
}
.ci-text h4 {
    margin: 80px 0 32px;
    font-size: var(--f32);
    font-weight: 700;
    color: #666;
    line-height: 1.3em;
}
.ci-text p {
    font-size: var(--f18);
    line-height: 1.5em;
}
.ci-text p span  {
    font-weight: 700;
    color: var(--sub-color);
}

/* ci 하단영역 */
.ci-flex {
    display: flex;
    width: 100%;
    gap: 56px;
    align-items: flex-start;
    justify-content: space-between;
}
.ci-flex .ci-wrap {
    flex: 1;
}
.ci-flex .ci-text {
    justify-content: flex-start;
    padding: 40px 0 70px;
}
.ci-text h5 {
    font-weight: 700;
    font-size: var(--f24);
    color: #666;
    margin-bottom: 50px;
}

/* 클럽소개 - 이용안내 */
.guide-list li {
    background: #F9F9F9;
    margin-bottom: 24px;
    padding: 32px 117px 32px 40px;
    display: flex;
    gap: 40px;
    align-items: center;
    flex-wrap: wrap;
}
.guide-list li:last-child {
    margin-bottom: 0;
}
.guide-list li .img {
    background: rgba(2, 150, 225, 0.05);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.guide-list li .text {
    flex: 1;
    min-width: 0;
}
.guide-list li .text h3 {
    font-weight: 700;
    font-size: var(--f24);
    line-height: 1.5em;
    color: #222;
    margin-bottom: 16px;
}
.guide-list li .text p {
    line-height: 1.8em;
}
.guide-list li .text p span {
    color: var(--red);
}

/* 클럽소개 - 이용안내 - 프런트패스 */
.box-list {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    padding: 0 22px;
}
.box-list > li {
    background: #fff;
    border: 1px solid #C2C2C2;
    border-radius: 10px;
    padding: 16px 0;
    flex: 1;
    text-align: center;
}
.box-list > li img {
    margin: 24px auto;
    display: block;
}
.box-list > li .tit {
    background: #F5F5F5;
    line-height: 1.8em;
    padding: 6px 16px;
    border-radius: 30px;
    font-weight: 500;
    letter-spacing: -0.64px;
    display: inline-block;
}
.box-list > li .tit span {
    font-weight: 700;
}
.box-list > li p {
    font-size: var(--f18);
    font-weight: 500;
    line-height: 1.8em;
    letter-spacing: -0.72px;
}

.height-align > li {
    min-height: 280px;
    padding: 32px 0;
}

.complete-add {
    gap: 24px;
    display: flex;
    align-items: flex-start;
    padding: 0 22px;
    align-items: stretch;
}
.complete-add > li {
    background: #fff;
    border: 1px solid #C2C2C2;
    border-radius: 10px;
    flex: 1;
    text-align: center;
    padding: 24px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}
.complete-add > li img {
    margin: 24px auto 50px;
    display: block;
}
.complete-add .text {
    background: #F5F5F5;
    border-radius: 4px;
    width: 90%;
    margin: 0 auto;
    padding: 13px 10px;
    line-height: 1.8em;
}
.complete-add .text span {
    display: block;
    font-size: var(--f18);
    font-weight: 700;
}
.complete-add .complete {
    margin-left: 32px;
    background: rgba(80, 185, 42, 0.08);
    position: relative;
    flex-direction: column;
    padding: 42px 0;
}
.complete-add .complete .tit {
    background: #50B92A;
    color: #fff;
    line-height: 1.8em;
    padding: 6px 16px;
    border-radius: 30px;
    font-weight: 500;
    letter-spacing: -0.64px;
    display: inline-block;
}
.complete-add .complete:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -32px;
    background: url(/images/club/seq-arrow-right.svg);
    width: 11px;
    height: 43px;
    transform: translateY(-50%);
}

.seq-sub-list {
    text-align: left;
    margin-top: 24px;
}
.seq-sub-list li {
    position: relative;
    padding-left: 16px;
    font-size: var(--f18);
    font-weight: 500;
    line-height: 1.8em;
}
.seq-sub-list li:before {
    content: '※';
    position: absolute;
    top: 0;
    left: 0;
    color: #222;
}

.normal {
    font-size: var(--f16) !important;
    text-align: left !important;
    margin-top: 24px;
}

.seq-arrow {
    margin: 24px auto 0;
    text-align: center;
    width: 100%;
}

/* 클럽소개 - 이용요금 */
.quick-fee {
    border-bottom: 1px solid var(--text2);
}
.quick-fee span {
    display: inline-block;
    transition: transform .3s;
}
.quick-fee:hover span {
    transform:translate(2px, -2px);
}

.box-list-gray {
    margin: 64px 0 108px;
    background: #F9F9F9;
    padding: 24px 40px;
    text-align: center;
}
.box-list-gray h1 {
    font-weight: 600;
    font-size: var(--f20);
    line-height: 1.5em;
}
.box-list-gray p {
    margin-top: 24px;
    line-height: 1.5em;
}

.line-list {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: left;
}
.line-list li {
    background: #fff;
    border: 1px solid #C2C2C2;
    padding: 16px 24px 16px 50px;
    border-radius: 10px;
    line-height: 1.8em;
    font-weight: 500;
    position: relative;
    letter-spacing: -0.64px;
}
.line-list li:before {
    content: '';
    position: absolute;
    top: 27px;
    left: 36px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--text2);
}

.club-visual-area {
    position: relative;
    padding-top: 180px;
    margin: 50px 0 95px;
}

.club-visual-area::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 120px;
    background-color: rgba(0, 0, 0, 0.62);
    top: 0;
    left: 0;
}

.club-visual-area::after {
    content: 'sejong COUNTRY CLUB';
    position: absolute;
    top: 18px;
    left: 14px;
    font-size: var(--f10);
}

.club-visual-scroll {
    display: flex;
    gap: 36px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    padding-bottom: 10px;
}

.club-visual-scroll li {
    position: relative;
    flex: 0 0 18%;
    min-width: 310px;
    height: 383px;
    border-radius: 24px;
    overflow: hidden;
    background: #FFF;
    box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.08);
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

.club-visual-scroll li h2 {
    font-size: var(--f20);
    font-weight: 600;
    padding: 33px 33px 0;
}

.club-visual-scroll li h4 {
    font-family: var(--font-en);
    font-size: var(--f12);
    padding: 8px 33px 28px;
    color: var(--sub-color);
}

.club-visual-scroll li p {
    font-size: var(--f12);
    line-height: 1.5em;
    padding: 0 33px;
}

.club-visual-scroll li figure {
    width: 100%;
    height: 280px;
    position: absolute;
    bottom: 0;
}

.club-visual-scroll li figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.club-visual-scroll li:first-child {
    color: #fff;
    background: var(--sub-color) url("/images/img_bg_ci.svg") right 10px bottom 15px no-repeat;
}

.club-visual-scroll li:first-child h4 {
    color: #fff;
}

.club-visual-scroll::-webkit-scrollbar {
    height: 3px;
}

.club-visual-scroll::-webkit-scrollbar-thumb {
    background: var(--main-color);
    border-radius: 10px;
}

.club-visual-scroll::-webkit-scrollbar-track {
    background: #ddd;
}

.club-slider-wrap {
    width: 100%;
    height: 1080px;
    position: relative;
}

.club-swiper {
    position: relative;
    height: 100%;
}

/* .club-swiper::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.15);
    z-index: 1;
} */

.club-swiper .swiper-slide {
    position: relative;
}

.club-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.club-swiper-nav {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 10px;
}

.club-swiper-nav .swiper-btn-prev,
.club-swiper-nav .swiper-btn-next {
    cursor: pointer;
    margin-top: -3px;
}

.club-swiper-nav .swiper-pagination-bullets.swiper-pagination-horizontal {
    position: relative;
    bottom: auto;
    top: auto;
    width: auto;
}

.club-swiper-nav .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    background-color: transparent;
    opacity: 1;
}

.club-swiper-nav .swiper-pagination-bullet-active {
    background-color: #fff;
    width: 30px;
    border-radius: 10px;
}

.club-slider-text {
    position: absolute;
    top: 50%;
    right: 180px;
    transform: translateY(-50%);
    z-index: 1;
    width: 536px;
    color: #fff;
}

.club-slider-text h2 {
    font-size: var(--f32);
    font-weight: 600;

}

.club-slider-text p {
    font-size: var(--f18);
    line-height: 1.3em;
    padding: 30px 0;
    font-weight: 300;
    letter-spacing: -0.5px;
    word-break: keep-all;
}

.club-slider-text .logo-white img {
    filter: brightness(0) invert(1);
    width: 84px;
}

.club-about-wrap {
    position: relative;
    padding: 110px 100px;
}

.club-about-wrap ul {
    display: flex;
    gap: 36px;
    align-items: center;
}

.club-about-wrap ul li {
    flex: 1;
}

.club-about-wrap h2 {
    text-transform: uppercase;
    font-size: var(--f48);
    color: #515151;
    line-height: 1.2em;
    font-weight: 300;
}

.club-about-wrap h2 span {
    font-family: var(--font-en);
    color: var(--sub-color);
    font-weight: 600;
    display: block;
}

.club-about-wrap p {
    font-size: var(--f18);
    color: #888;
    padding: 27px 0 70px;
    max-width: 448px;
    line-height: 1.6em;
    font-weight: 300;
    word-break: keep-all;
}

.club-about-wrap a {
    display: inline-block;
    background-color: var(--main-color);
    color: #fff;
    width: 215px;
    line-height: 56px;
    text-align: center;
    font-size: var(--f18);
    font-weight: 300;
}

.video-club-about {
    flex-basis: 730px;
    min-width: 550px;
    height: 900px;
    position: relative;
    overflow: hidden;
}

.video-club-about video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 영역에 꽉 차도록 */
    display: block;
}

/* 클럽안내 - 부대시설 */
.facil-swiper-wrap {
    width: 100%;
    height: 1015px;
    position: relative;
    padding-top: 115px;
}

.facil-text-box {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 20px;
    padding: 24px 0 37px;
    width: 86%;
    max-width: 930px;
    text-align: center;
    z-index: 5;
}

.facil-text-box h2 {
    font-size: var(--f36);
    font-weight: 100;
    text-transform: uppercase;
}

.facil-text-box h2 span {
    font-weight: 600;
    color: var(--sub-color);
}

.facil-text-box p {
    padding-top: 24px;
    font-weight: 300;
    color: #707070;
    font-size: var(--f18);
    word-break: keep-all;
    line-height: 1.2em;
    letter-spacing: -0.72px;
}

.food-menu-box {
    width: 1200px;
    margin: auto;
}

.food-menu-wrap {
    max-width: 1200px;
    margin: auto;
    position: relative;
}

.food-menu-wrap p {
    text-align: right;
}

.tbl-sty02 {
    width: 100%;
    border-top: 2px solid var(--main-color2);
    font-weight: 400;
    color: #363636;
}

.tbl-sty02 th {
    text-align: center;
    vertical-align: middle;
    background-color: #fafafa;
    border-bottom: 1px solid var(--main-color2);
    padding: 10px 0;
    font-size: var(--f18);
    font-weight: 500;
    word-break: keep-all;
    height: 50px;
}

.tbl-sty02 td {
    line-height: 1.33em;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid var(--main-color2);
    padding: 10px;
    font-weight: 500;
    height: 50px;
    letter-spacing: -0.64px;
    word-break: keep-all;
}

.tbl-sty02 td span {
    color: #797979;
    font-weight: 400;
}

.tbl-sty02 th.red {
    font-weight: 400;
    font-size: var(--f16);
}

.tbl-sty02 tr.bd-top {
    border-top: 2px solid var(--main-color2);
}

/* 클럽소개 - 오시는길 */
.sub-map-area {
    position: relative;
    width: 100%;
}

.root_daum_roughmap {
    width: 100% !important;
    margin-top: 64px !important;
    border-radius: 16px;
    /*border: 1px solid #ccc;*/
}

.root_daum_roughmap .wrap_controllers {
    display: none;
}

.root_daum_roughmap .cont {
    display: none;
}
.map_border {
    display: none;
}

.map-guide {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0;
    border-bottom: 2px solid #eee;
}
.map-guide .info {
    display: flex;
    align-items: center;
    gap: 48px;
}
.map-guide .info li {
    display: flex;
    gap: 16px;
    align-items: center;
    font-size: var(--f18);
    font-weight: 600;
    line-height: 1.2em;
}
.map-guide .img {
    background: var(--main-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 12px;
    width: 48px;
    height: 48px;
}
.map-guide .img.kakao {
    background: #F7DF49;
}
.map-guide .img.naver {
    background: #00C300;
}

.map-guide .info li p span {
    display: block;
    font-size: var(--f14);
    font-weight: 400;
}

.map-guide .quick {
    display: flex;
    align-items: center;
    gap: 24px;
}
.map-guide .quick a {
    display: flex;
    align-items: center;
    gap: 16px;
}
.map-guide .quick a p span {
    border-bottom: 1px solid #222;
}

.map-info-wrap {
    padding-top: 24px;
}

.map-info-wrap h2 {
    font-size: var(--f32);
    font-weight: 500;
    border-bottom: 1px solid #000;
    padding: 56px 0 17px;
    margin-bottom: 24px;
}

.map-list li {
    position: relative;
    padding-left: 30px;
    padding-right: 10px;
    font-size: var(--f24);
    line-height: 1.5em;
}
.map-list li span {
    font-weight: 700;
    color: var(--main-color);
}
.map-list li:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    width: 4px;
    height: 4px;
    background: #222;
    border-radius: 50%;
}

.side-box {
    margin-top: 32px;
}
.side-box h3 {
    font-weight: 600;
    font-size: var(--f24);
    margin-bottom: 24px;
    display: block;
    padding-top: 32px;
}


/* 약관(개인정보처리방침) */
.anchor-offset {
    display: block;
    position: relative;
    top: -30px;
    height: 0;
}
.policy-wrap {
    font-size: var(--f16);
    line-height: 1.5em;
    color: #222;
    padding-top: 24px;
}
.policy-wrap h1 {
    font-size: var(--f24);
    font-weight: 600;
    margin: 40px 0 -25px;
}
.policy-wrap b {
    font-weight: 600;
}

.policy-wrap h2 {
    font-size: var(--f18);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 80px 0 16px;
}
.policy-wrap h2 img {
    max-width: 32px;
}
.policy-wrap .box {
    padding: 24px 40px;
    background: #F9F9F9;
    line-height: 1.5em;
    margin: 16px 0;
}

.privacy-guide {
    background: #F9F9F9;
    text-align: center;
    padding: 24px 0;
    font-size: var(--f18);
    line-height: 1.5em;
}
.privacy-guide span {
    font-weight: 600;
}

.privacy-label {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2px 40px;
    width: 680px;
    margin: 40px auto;
}
.privacy-label li {
    flex: 0 0 calc((100% - 2 * 40px) / 3);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 0 18px;
    text-align: center;
}
.privacy-label li h3 {
    margin-top: 24px;
}

.list-title {
    display: block;
    margin: 40px 0;
    font-weight: 600;
}
.privacy-list {
    max-width: 80%;
    margin: 0 auto 40px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    counter-reset: num;
    height: 145px;
    justify-content: flex-start;
    align-items: center;
    font-weight:400;
    font-size:var(--f16);
    line-height:1.5em;
    text-align:left;
}
.privacy-list li {
    width: 50%;
    counter-increment: num;
    position: relative;
    padding-left: 45px;
}
.privacy-list li::before {
    content: "제"counter(num)"조 ";
    position: absolute;
    left: 0;
}

.privacy-history {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 16px;
    max-width: 560px;
}
.privacy-history li {
    border: 1px solid #C2C2C2;
    border-radius: 10px;
    padding: 18px 24px;
    letter-spacing: -0.64px;
    cursor: pointer;
    transition:all 0.3s;
}
.privacy-history li:hover {
    background:rgba(194, 194, 194, 0.15);
    transition:all 0.3s;
}

/* 영상정보처리기기 목차 리스트 */
.num-list {
    width: 890px;
    margin: 0 auto 40px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    counter-reset: num;
    height: 110px;
    justify-content: flex-start;
    align-items: center;
    font-weight:400;
    font-size:var(--f16);
    line-height:1.5em;
    text-align:left;
}
.num-list li {
    width: 50%;
    counter-increment: num;
    position: relative;
    padding-left: 20px;
}
.num-list li::before {
    content: counter(num) ". ";
    position: absolute;
    left: 0;
}

.privacy-table {
    width: 100%;
    border-top: 2px solid #222;
    font-weight: 400;
    margin: 16px 0;
}

.privacy-table th {
    text-align: center;
    vertical-align: middle;
    background-color: #fafafa;
    border: 1px solid #cbcbcb;
    border-left: none;
    padding: 10px 0;
    color: #000;
    line-height: 1.5em;
    height: 68px;
}
.privacy-table th:last-child {
    border-right: 0;
}

.privacy-table td {
    line-height: 1.5em;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #cbcbcb;
    border-left: 0;
    padding: 10px 8px;
    word-break: keep-all;
    letter-spacing: -0.8px;
    color: var(--text2);
}
.privacy-table .br0 {
    border-right: 0 !important;
}

.privacy-table ul {
    text-align: left;
}
.privacy-table ul li {
    position: relative;
    padding-left: 8px;
}
.privacy-table ul li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 3px;
    height: 3px;
    background: var(--text);
    border-radius: 50%;
}

/* 약관 - 이용약관 */
.terms-wrap {
    font-size: var(--f18);
    line-height: 1.5em;
}
.terms-wrap h1 {
    font-size: var(--f24);
    font-weight: 600;
    margin: 40px 0 -25px;
}
.terms-wrap h2 {
    font-weight: 600;
    margin-top: 30px;
}
.inside {
    padding: 0 12px;
}
