@charset "utf-8";

/*----------------------------------basic----------------------------------*/
.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;
}

.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;
}

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

.mt10 {
    margin-top: 10px;
}

.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;
}

.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;
}

.mb100 {
    margin-bottom: 100px !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;
}

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

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt50 {
    padding-top: 50px;
}

.pt60 {
    padding-top: 60px;
}

.pt70 {
    padding-top: 70px;
}

.mb-20 {
    margin-bottom: -20px;
}

.img100 {
    width: 100%;
}

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

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

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

.hidden {
    display: none !important;
}

.b {
    font-weight: 500 !important;
}

select {
    appearance: none;
    -webkit-appearance: none;
    background: #fff url('/images/ic_under.svg') center right 16px no-repeat;
    background-size: 24px 24px;
    padding: 0 16px;
    height: 54px;
    border: 1px solid #ccc;
    font-size: var(--f18);
}

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

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

@media (hover: hover) and (pointer: fine) {
    body {
        user-select: none;
    }
}

/*common*/
.head-title-area {
    position: relative;
    background-color: #fff;
    padding-top: 240px;
}

.head-title {
    width: 1280px;
    height: 88px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #222;
}

.head-title h2 {
    font-size: var(--f40);
    font-weight: 600;
}

.common-tab-wrap {
    flex-shrink: 1;
    line-height: 88px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.common-tab-wrap a {
    position: relative;
    flex-shrink: 1;
    text-align: center;
    transition: color .2s ease-in-out;
    font-size: var(--f20);
    color: #666;
}

.common-tab-wrap a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 4px;
    background-color: var(--main-color);
    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: 700;
    color: var(--main-color);
}

.container {
    width: 100%;
    background-color: #F9f9f9;
    min-height: 640px;
}

.inner {
    width: 1280px;
    margin: auto;
    position: relative;
    padding: 80px 0;
}

.common-tit {
    font-size: var(--f24);
    font-weight: 600;
    padding-bottom: 24px;
    position: relative;
}

.pop-area {
    width: 100%;
    position: fixed;
    inset: 0;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.pop-inner {
    width: 100%;
    max-width: 440px;
    max-height: 80%;
    min-height: 250px;
    overflow-y: auto;
    padding: 32px 10px;
    background-color: #fff;
    border-radius: 16px;
}

.pop-box-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    font-size: var(--f18);
    line-height: 1.5em;
}

.pop-box-col h2 {
    font-size: var(--f24);
    font-weight: 700;
}

.pop-box-col h3 {
    font-size: var(--f20);
    font-weight: 500;
    color: var(--sub-color);
    text-align: center;
}

.btn-pop-wrap {
    margin-top: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-pop-wrap a {
    display: block;
    width: 212px;
    line-height: 48px;
    text-align: center;
    font-size: var(--f18);
    font-weight: 500;
    background-color: var(--main-color);
    color: #fff;
}

.btn-basic-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 48px auto 0;
    gap: 8px;
    max-width: 460px;
}

.btn-basic-wrap a {
    flex: 1;
    /*background-color: #fff;*/
    color: var(--main-color);
    border: 1px solid var(--main-color);
    font-size: var(--f16);
    font-weight: 500;
    line-height: 56px;
    text-align: center;
}

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

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 88px;
}

.pagination a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    color: #999;
    text-decoration: none;
}

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

.checkbox-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.custom-checkbox:checked {
    background: url('/images/ic_check_on.svg') no-repeat center center;
    background-size: 24px 24px;
}

.none-area {
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 회원가입 -  로그인 */
.login-wrap {
    width: 100%;
}

.login-wrap input:focus,
.join-wrap input:focus {
    outline: none;
    border-color: var(--main-color);
}

.login-main {
    width: 1036px;
    margin: auto;
}

.login-sec {
    display: flex;
    justify-content: center;
    gap: 184px;
}

.login-l {
    position: relative;
    width: 460px;
}

.login-l::after {
    content: '';
    width: 1px;
    height: 260px;
    background-color: #ccc;
    position: absolute;
    top: 50%;
    right: -92px;
    transform: translateY(-50%);
}

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

.check-wrap {
    margin: 16px 0 56px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.btn-login {
    width: 100%;
    background-color: var(--main-color);
    color: #fff;
    text-align: center;
    line-height: 56px;
    font-size: var(--f20);
}

.login-r {
    flex: 1;
    display: flex;
    gap: 80px;
    padding-top: 43px;
    align-items: flex-start;
    text-align: center;
}

.login-r a h1 {
    background-color: #fff;
    border-radius: 50%;
    width: 104px;
    height: 104px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.login-r a h2 {
    padding: 16px 0 8px;
    font-size: var(--f18);
    font-weight: 500;
}

.login-r a p {
    font-size: var(--f14);
    color: #999;
    line-height: 1.5em;
}

/* 아이디, 비밀번호 찾기 */
.join-main {
    width: 460px;
    padding: 50px 20px;
    margin: auto;
}

.join-inner {
    width: 460px;
    margin: auto;
}

.tab-login {
    display: flex;
    border: 1px solid var(--sub-color);
    margin-bottom: 68px;
}

.tab-login li {
    flex: 0 0 50%;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    color: var(--sub-color);
    font-size: var(--f18);
}

.tab-login li.on {
    background: var(--sub-color);
    color: #fff;
    font-weight: 600;
}

.join-container {
}

.join-container ul {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.join-container ul li {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.join-container ul li span {
    font-size: var(--f14);
    font-weight: 500;
}

.join-container ul li span b {
    color: var(--sub-color);
}

.flex-certify {
    display: flex;
    gap: 8px;
}

.flex-certify .phone-code {
    flex: 1;
}

.input-timer-wrap {
    flex: 1;
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    padding: 0 16px;
    background-color: #fff;
    transition: border-color 0.2s ease;
}

.input-timer-wrap input {
    flex: 1;
    border: none;
    padding: 0 16px 0 0;
}

.input-timer-wrap .timer {
    color: var(--sub-color);
    font-size: var(--f14);
    flex-shrink: 0;
}

.login-wrap .input-timer-wrap:has(input:focus),
.join-wrap .input-timer-wrap:has(input:focus) {
    border-color: var(--main-color);
}

.flex-certify button {
    width: 124px;
    line-height: 54px;
    font-size: var(--f18);
    text-align: center;
    border: 1px solid;
    background-color: #fff;
    font-weight: 500;
}

.btn-send-code {
    border-color: var(--sub-color);
    color: var(--sub-color);
}

.btn-check-code {
    border-color: var(--main-color);
    color: var(--main-color);
}

.join-check-inner {
    max-width: 800px;
    margin: auto;
}

.join-check-box {
    background-color: #fff;
    padding: 56px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.join-check-box p {
    font-size: var(--f20);
}

.join-check-box h1 {
    font-size: var(--f32);
    color: var(--sub-color);
}

.join-container ul li p.etc {
    font-size: var(--f14);
    color: #666;
}

.result-text-box {
    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;
}

/* 회원가입 - 회원가입 */
.join-wrap {
    width: 100%;
}

.terms-main {
    width: 800px;
    padding: 50px 20px;
    margin: auto;
}

.join-step {
    margin-bottom: 58px;
}

.join-step ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 72px;
}

.join-step ul li {
    position: relative;
    color: #999;
    text-align: center;
    flex-basis: 80px;
}

.join-step ul li::before {
    content: '';
    position: absolute;
    right: -32px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 1px;
    background-color: #999;
}

.join-step ul li:last-child::before {
    display: none;
}

.join-step ul li p {
    font-size: var(--f14);
    font-weight: 600;
    padding-bottom: 16px;
}

.join-step ul li h1 {
    font-size: var(--f24);
    font-weight: 700;

}

.join-step ul li.on p,
.join-step ul li.on h1 {
    color: var(--main-color);
}

.terms-list .check-select {
    display: flex;
    align-items: center;
    gap: 14px;
    border-block: 1px solid #ccc;
    padding: 24px 16px;
    font-size: var(--f18);
    font-weight: 600;
}

.terms-box {
    background-color: #fff;
    border-block: 1px solid #ccc;
    padding: 24px;
    height: 224px;
    overflow-y: auto;
    line-height: 1.8em;
    margin-bottom: 8px;
}

.terms-box b {
    font-weight: 700;
    display: block;
}

.terms-check-all {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: var(--f20);
    margin: 64px 0 56px;
}

/* 회원실명확인 */
.identify-box {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    padding: 56px;
    margin: auto;
    cursor: pointer;
}

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

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

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

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

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

/* 정보 입력 */
.join-radio-box {
    display: flex;
    align-items: center;
    gap: 0 8px;
    height: 50px;
}

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

.join-container .checkbox-wrap {
    margin-bottom: 7px;
}

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

.area select {
    flex: 1;
}

.date-wrap {
    position: relative;
    width: 100%;
    flex: 1;
}

.date-wrap input[type="date"] {
    position: relative;
    width: 100%;
    height: 54px;
    padding: 0 20px;
    border: 1px solid #ccc;
    appearance: none;
    background-color: #fff;
    color: #666;
}

.date-wrap input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    cursor: pointer;
}

.date-wrap::after {
    content: '';
    position: absolute;
    right: 16px;
    top: 50%;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    background: url("/images/ic_input_calendar.svg") no-repeat center center;
    pointer-events: none;
}

.date-wrap input[type="date"]:disabled {
    background-color: #f9f9f9;
}

.join-select {
    width: 124px;
}

/* 마이페이지 - 정보수정 & 회원탈퇴 */
.modify-wrap {
    border-top: 2px solid #222;
    border-bottom: 1px solid #ddd;
    padding: 24px 0;
}

.mypage-inner .join-container {
    max-width: 460px;
    margin: auto;
}

.withdraw-text {
    font-size: var(--f18);
    line-height: 1.8em;
    text-align: center;
    padding: 24px 0 40px;
}


/* 예약안내 - 실시간예약 */
.calendar-wrap {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0 98px;
}

.calendar-inner {
    border: 1px solid #ccc;
    padding: 40px 16px;
    display: flex;
    flex-direction: column;
    gap: 46px;
}

.calendar-section {
    flex-basis: 480px;
    margin: 0 15px;
}

.calendar-box {
    width: 100%;
    position: relative;
}

.calendar-top {
    width: 100%;
    position: relative;
}

.calendar-top button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.calendar-top button.left {
    left: 0;
    color: #CBCBCB;
}

.calendar-top button.right {
    right: 0;
    color: var(--main-color);
}

.calendar-tit {
    font-size: var(--f28);
    line-height: 35px;
    font-weight: 700;
    color: #303030;
    text-align: center;
}

.calendar-box table {
    width: 100%;
    position: relative;
    z-index: 0;
    margin-top: 16px;
}

.calendar-box table thead th {
    font-weight: 400;
    color: var(--black);
    padding: 2px 0;
    height: 32px;
    border-bottom: 1px solid #222;
    vertical-align: middle;
}

.calendar-box table thead th:first-child {
    color: var(--red);
    border-bottom: 1px solid var(--red);
}

.calendar-box table thead th:last-child {
    color: var(--blue);
    border-bottom: 1px solid var(--blue);
}

.calendar-box table tbody td {
    position: relative;
    color: #999;
    text-align: center;
    font-weight: 500;
    height: 60px;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    font-size: var(--f18);
}

.calendar-box table tbody td.possible,
.calendar-box table tbody td.today {
    cursor: pointer;
    color: #222;
    background: rgba(80, 23, 127, 0.16);
}

.calendar-box table tbody td .tee,
.calendar-box table tbody td .today-text {
    position: absolute;
    font-size: var(--f13);
    color: #222;
    left: 0;
    bottom: 10px;
    letter-spacing: -0.26px;
    z-index: 10;
    font-weight: 400;
    width: 100%;
}

.calendar-box table tbody td.choice {
    font-weight: 700;
    background-color: var(--main-color);
    color: #fff !important;
}

.calendar-box table tbody td.choice .tee {
    color: #fff;
    font-weight: 700;
}

.calendar-box table tbody td.impossible .tee {
    color: #999;
}

.calendar-box table tbody td.holiday {
    color: var(--red);
}

.info-section {
    flex: 1;
    height: 100%;
}

.reservation-info-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    width: 100%;
    padding: 0 24px;
    background-color: #fff;
    margin-bottom: 56px;
    border-radius: 8px;
}

.reservation-info-box p {
    font-size: var(--f18);
    color: #666;
    font-weight: 500;
}

.reservation-info-box p b {
    color: var(--black);
}

.reservation-info-box span {
    display: flex;
    gap: 4px;
    font-size: var(--f14);
    align-items: center;
}

.tab-reser-time {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.tab-reser-time ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.tab-reser-time li {
    text-align: center;
    flex: 0 0 93px;
    line-height: 38px;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    transition: 0.3s all ease-in-out;
    cursor: pointer;
}

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

.tab-reser-course {
    flex: 0 0 116px;
}

.tab-reser-course select {
    width: 100%;
    height: 40px;
    font-size: var(--f16);
}

.tbl-reser-head {
    width: 100%;
    border-top: 2px solid #222;
    color: #363636;
    font-size: var(--f16);
    line-height: 1.2em;
    word-break: keep-all;
}

.tbl-reser-head thead th {
    text-align: center;
    vertical-align: middle;
    background-color: #fff;
    color: #666;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
    font-weight: 500;
    position: relative;
    z-index: 0;
    height: 50px;
}

.tbl-overflow {
    max-height: 735px;
    overflow-y: auto;
    border-bottom: 1px solid #ddd;
}

.tbl-overflow::-webkit-scrollbar {
    width: 2px;
}

.tbl-overflow::-webkit-scrollbar-thumb {
    height: 2%;
    background: var(--main-color);
    border-radius: 10px;
}

.tbl-overflow::-webkit-scrollbar-track {
    background: #ddd;
}

.tbl-reser {
    width: 100%;
    font-weight: 400;
    color: #363636;
    line-height: 1.2em;
}

.tbl-reser tr {
    border-bottom: 1px solid #cbcbcb;
}

.tbl-reser th {
    position: relative;
    text-align: center;
    vertical-align: middle;
    background-color: #fafafa;
    padding: 13px 0;
    font-weight: 500;
    word-break: keep-all;
}

.tbl-reser td {
    text-align: center;
    padding: 12px 0;
    vertical-align: middle;
    word-break: keep-all;
    color: var(--black);
}

.tbl-reser td a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 60px;
    height: 37px;
    line-height: 35px;
    text-align: center;
    padding: 2px;
    border: 1px solid var(--main-color);
    color: var(--main-color);
}

.tbl-reser td.price {
    color: var(--sub-color);
}

span.discount-fee {
    text-decoration: line-through;
    font-size: var(--f14);
    color: var(--black);
    display: block;
}

/* 예약안내 - 실시간예약2 */
.reservation-info-wrap {
    border: 1px solid #ccc;
    padding: 56px 24px;
}

.tbl-sty-col {
    width: 100%;
    border-top: 1px solid #222;
}

.tbl-sty-col th,
.tbl-sty-col td {
    height: 56px;
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
    line-height: 1.5em;
}

.tbl-sty-col th {
    background-color: #F9F9F9;
}

.tbl-sty-col td {
    background-color: #fff;
    padding: 12px 16px;
}

.tbl-sty-col td a.modify {
    display: inline-block;
    line-height: 32px;
    border: 1px solid #ccc;
    font-size: var(--f14);
    padding: 0 10px;
    margin-left: 16px;
}

.tbl-sty-col td.info {
    color: #E32D2E;
}

.tbl-sty-col td.price {
    font-weight: 700;
}

.tbl-sty-col td.price span {
    color: var(--sub-color);
}

/*자동입력 방지*/
.captcha-img-area {
}

.captcha-img-area p {
    margin-bottom: 10px;
}

.captcha-box {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.captcha-image {
    width: 180px;
    height: 80px;
    border: 1px solid #ddd;
}

.captcha-controls {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 180px;
}

.button-group {
    display: flex;
    gap: 5px;
}

.btn-refresh,
.btn-audio {
    padding: 3px 18px;
    border: 1px solid #ddd;
    background: #fff;
    cursor: pointer;
    font-size: var(--f14);
}

.btn-refresh:hover,
.btn-audio:hover {
    background: #f5f5f5;
}

input[type="text"].input-captcha {
    padding: 12px;
    height: 40px;
    text-align: center;
    border: 1px solid #ddd;
    font-size: var(--f14);
}

input[type="text"].input-captcha::placeholder {
    color: #999;
}

.res-note {
    background-color: #fff;
    padding: 24px;
    margin-top: 40px;
    line-height: 1.5em;
}

.res-note h2 {
    font-size: var(--f20);
    padding-bottom: 24px;
    font-weight: 700;
}

.res-agree-area {
    display: flex;
    justify-content: center;
    margin-top: 48px;
    font-weight: 700;
    font-size: var(--f18);
}

.res-agree-area .join-radio-box em {
    width: 16px;
}

/* //실시간예약 */

/* 예약안내 - 대기예약 */
.calendar-wrap.wait .calendar-box table tbody td.possible {
    background: rgba(228, 0, 115, 0.08);
}

.calendar-wrap.wait .calendar-box table tbody td.choice {
    background-color: var(--sub-color);
}

.calendar-wrap.wait .tbl-sty-col .day {
    color: var(--sub-color);
    font-weight: 500;
}

.calendar-wrap.wait .tbl-sty-col td select {
    width: 100%;
    max-width: 280px;
    height: 40px;
    font-size: var(--f16);
}

.calendar-wrap.wait .tbl-sty-col td textarea {
    width: 100%;
    height: 96px;
    border: 1px solid #ccc;
    padding: 10px 12px;
}

/* //예약안내 - 대기예약 */

/* 마이페이지 - 예약확인 */
.check-inner {
    padding-bottom: 80px;
}

.tab-check {
    display: flex;
    border: 1px solid var(--main-color);
    max-width: 360px;
    margin: 0 auto 48px;
}

.tab-check li {
    flex: 0 0 50%;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    color: var(--main-color);
    font-size: var(--f18);
}

.tab-check li.on {
    background: var(--main-color);
    color: #fff;
    font-weight: 600;
}

.tbl-sty01 {
    width: 100%;
    border-top: 2px solid var(--main-color);
}

.tbl-sty01 th,
.tbl-sty01 td {
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
    line-height: 1.5em;
    padding: 2px 1px;
    word-break: keep-all;
}

.tbl-sty01 th {
    height: 80px;
    background-color: #fff;
}

.tbl-sty01 td {
    height: 64px;
    background-color: #F9F9F9;
    text-align: center;
}

.tbl-sty01 td a.normal,
.tbl-sty01 td a.cancel,
.tbl-sty01 td a.wait-cancel {
    display: block;
    width: 90%;
    max-width: 65px;
    line-height: 35px;
    margin: auto;
}

.tbl-sty01 td a.normal {
    border: 1px solid var(--main-color);
    color: var(--main-color);
}

.tbl-sty01 td a.cancel {
    border: 1px solid var(--black);
    color: var(--black);
}

.tbl-sty01 td a.wait-cancel {
    max-width: 88px;
    border: 1px solid var(--black);
    color: var(--black);
}

/* 마이페이지 - 내장현황 */
.mypage-inner {
    padding-bottom: 80px;
}

.enter-wrap {
    width: 100%;
    background-color: #fff;
    padding: 64px 2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    word-break: keep-all;
}

.stamp-box {
    width: 100%;
    text-align: center;
}

.stamp-box p {
    margin-top: 24px;
    font-weight: 600;
    font-size: var(--f20);
}

.stamp-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    padding: 0;
    margin: 0;
}

.stamp-list li {
    width: calc((100% - 72px) / 10);
    aspect-ratio: 1;
    max-width: 56px;
    border-radius: 50%;
    background: #ccc url('/images/ic_stamp.svg') center / 60% no-repeat;
}

.stamp-list li.on {
    background-color: var(--sub-color);
}

.stemp-text-box {
    max-width: 665px;
    line-height: 1.8em;
}

.stemp-text-box li {
    position: relative;
    padding-left: 24px;
}

.stemp-text-box li::before {
    content: '᛫';
    position: absolute;
    left: 12px;
}

.stemp-text {
    width: 90%;
    text-align: center;
    font-weight: 600;
    color: var(--sub-color);
    line-height: 1.8em;
}

.tbl-sty01 td span.small {
    font-size: var(--f14);
}

.only-m {
    display: none;
}

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

.board-view-top {
    width: 100%;
    background-color: #fff;
    border-top: 2px solid var(--main-color);
}

.board-view-top ul {
    border-bottom: 1px solid #cbcbcb;
    width: 100%;
    min-height: 50px;
    padding: 25px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

.board-view-top .title-area .date {
    flex-basis: 180px;
    text-align: right;
    font-size: var(--f16);
    color: #666;
}

.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-right: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 90%;
}

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

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

.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: 40px;
    column-gap: calc((1280px - 300px * 4) / 3);
    min-width: 0;
    justify-content: flex-start;
    align-content: flex-start;
}

.event-list-wrap ul {
    flex: 0 0 300px;
    padding-right: 1px;
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
    margin-bottom: 10px;
    min-width: 0;
    cursor: pointer;
}

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

.event-list-wrap figure {
    aspect-ratio: 1/1;
}

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

.event-list-wrap h3 {
    font-size: var(--f20);
    font-weight: 500;
    margin: 24px 0 8px;
    line-height: 1.5em;
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.event-list-wrap ul li p {
    color: #666;
}

.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;
}

/* 자료실 */
.download {
    display: block;
    width: 90%;
    max-width: 88px;
    min-width: 65px;
    line-height: 35px;
    margin: auto;
    border: 1px solid var(--main-color);
    color: var(--main-color);
}

/* 클럽소식 - 영광의순간 */
.common-tit.tab {
    display: flex;
    justify-content: space-between;
}

.common-tit-tab {
    display: flex;
    gap: 8px;
    margin-top: -12px;
}

.common-tit-tab li {
    border: 1px solid var(--main-color);
    color: var(--main-color);
    padding: 11px 16px;
    border-radius: 60px;
    font-size: var(--f16);
    cursor: pointer;
}

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

.honor-list-wrap {
    display: flex;
    flex-wrap: wrap;
    min-width: 0;
    justify-content: flex-start;
    align-content: flex-start;
    gap: 24px 16px;
}

.honor-list-wrap ul {
    flex: 0 0 308px;
    display: flex;
    flex-direction: column;
    padding: 24px;
    min-width: 0;
    border: 1px solid #ddd;
    background-color: #fff;
}

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

.honor-info h2 {
    font-size: var(--f24);
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 0;
    color: var(--main-color);
}

.honor-info h2.hole-in-one {
    color: var(--sub-color);
}

.honor-info h2 span {
    color: var(--black);
    font-size: var(--f18);
}

.honor-info h3 {
    margin-bottom: 16px;
    width: 100%;
    line-height: 34px;
    border-radius: 16px;
    background-color: #f9f9f9;
}

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

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

/* 조인게시판 */
.board-inner {
    padding-bottom: 80px;
}

.btn-basic-wrap a.btn-list {
    max-width: 226px;
}

.join-list-wrap {
    display: flex;
    flex-wrap: wrap;
    min-width: 0;
    justify-content: flex-start;
    align-content: flex-start;
    gap: 24px 16px;
}

.join-list-wrap ul {
    flex: 0 0 308px;
    display: flex;
    flex-direction: column;
    padding: 24px;
    min-width: 0;
    border: 1px solid #ddd;
    background-color: #fff;
    cursor: pointer;
}

.join-list-wrap ul li .tag {
    padding: 3px 8px;
    color: #fff;
    font-size: var(--f14);
}

.join-list-info h2 {
    font-size: var(--f20);
    height: 60px;
    font-weight: 600;
    margin: 16px 0;
    line-height: 1.5em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.join-list-info h2 span {
    color: var(--black);
    font-size: var(--f18);
}

.join-list-info h3 {
    margin-bottom: 16px;
    width: 100%;
    font-weight: 500;
    line-height: 34px;
    text-align: center;
    border-radius: 16px;
    background-color: #f9f9f9;
}

.join-list-info .post-info {
    font-size: var(--f14);
    text-align: right;
}

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

.join-list-wrap ul.invite li .tag {
    background-color: var(--main-color);
}

.join-list-wrap ul.join li .tag {
    background-color: var(--sub-color);
}

.join-list-wrap ul.join li .join-list-info .post-info {
    padding-top: 50px;
}

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

.join-list-wrap ul.end li .tag {
    background-color: #999;
}

.join-list-wrap ul.end .join-list-info h2 {
    color: #666;
}

.join-enter-wrap {
    border-top: 2px solid #222;
    border-bottom: 1px solid #ddd;
    padding: 24px 0;
}

.join-enter-wrap .join-container {
    max-width: 460px;
    margin: auto;
}

.flex-certify .name {
    flex: 1;
}

.join-enter-wrap .join-container ul li textarea {
    padding: 10px 16px;
    border: 1px solid #ccc;
    background-color: #fff;
    height: 200px;
    resize: none;
}

/* 조인게시판 - view */
.board-view-top .title-area.join .title {
    flex-basis: calc(100% - 330px);
}

.title-area .title .tag {
    font-weight: 600;
    color: var(--sub-color);
    display: inline-block;
    margin-right: 5px;
}

.title-area .info {
    flex-basis: 300px;
    text-align: right;
    font-size: var(--f16);
    color: #666;
}

.board-view-top ul.join-info-view {
    justify-content: center;
    gap: 11px 40px;
}

.board-view-top ul.join-info-view li {
    position: relative;
}

.board-view-top ul.join-info-view li::after {
    content: '·';
    position: absolute;
    right: -23px;
}

.board-view-top ul.join-info-view li:last-child::after {
    display: none;
}

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

.join-view-con {
    padding: 40px 70px;
    border-bottom: 1px solid #ddd;
}

.join-con-box {
    font-size: var(--f18);
    padding-bottom: 64px;
    line-height: 1.5em;
}

.reply-area {
    width: 100%;
    background-color: #fff;
    line-height: 1.5em;
    margin-top: 40px;
}

.reply-list li {
    padding: 16px;
}

.reply-list li h2 {
    font-size: var(--f14);
    color: #999;
    position: relative;
    margin-bottom: 10px;
}

.reply-list li h2 b {
    display: inline-block;
    margin-right: 8px;
    font-size: var(--f16);
    color: var(--sub-color);
}

.reply-list li h2 button {
    position: absolute;
    right: 0;
    line-height: 24px;
    width: 56px;
    text-align: center;
    font-size: var(--f14);
    border: 1px solid #ddd;
}

.reply-enter {
    margin-top: 40px;
    display: flex;
}

.reply-enter textarea {
    flex: 1;
    padding: 16px;
    height: 120px;
    border: 1px solid #ddd;
    background-color: #fff;
}

.reply-enter .btn-reply {
    width: 152px;
    max-width: 152px;
    min-width: 80px;
    background-color: var(--main-color);
    color: #fff;
    font-weight: 600;
    font-size: var(--f18);
}

/* qna */
.tbl-sty01.qna a {
    display: block;
    text-align: left;
    padding: 0 5px;
}

.tbl-sty01.qna a span {
    display: inline-block;
    margin-left: 5px;
}

.tbl-sty01.qna a span.pending {
    color: #999;
}

.tbl-sty01.qna a span.answered {
    color: var(--main-color);
}

/* 시설안내 */
.club-inner {
    padding-bottom: 80px;
}

.facil-tab-wrap {
    max-width: 1040px;
    margin: 0 auto 48px;
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.facil-tab-wrap li {
    flex: 1 0 130px;
    max-width: 220px;
    cursor: pointer;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    padding: 15px 2px;
    text-align: center;
    font-size: var(--f18);
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.facil-content {
    display: none;
    width: 100%;
}

.facil-content.on {
    display: block;
}

.gallery-main {
    width: 100%;
    aspect-ratio: 1280/680;
}

.gallery-main .swiper-slide img,
.gallery-thumb .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gallery-thumb {
    margin-top: 32px;
    overflow-x: clip;
    /*overflow-y: visible;*/
}

.gallery-thumb .swiper-slide {
    aspect-ratio: 206/110;
    cursor: pointer;
    opacity: 0.5;
    filter: grayscale(1);
}

.gallery-thumb .swiper-slide-thumb-active {
    opacity: 1;
    filter: grayscale(0);
}

.gallery-thumb .swiper-scrollbar {
    position: relative;
    height: 1px;
    background: #eee;
    margin-top: 24px;
    left: 0;
    width: 100%;
}

.gallery-thumb .swiper-scrollbar-drag {
    background: #222;
}

.facil-etc {
    margin-top: 16px;
    line-height: 1.3em;
    word-break: keep-all;
}

.facil-text-box {
    margin-top: 64px;
}

.facil-text-box h3 {
    font-size: var(--f20);
    color: var(--main-color);
    margin-bottom: 8px;
    text-transform: uppercase;
}

.facil-text-box h2 {
    line-height: 1.5em;
    margin-bottom: 40px;
    font-size: var(--f40);
}

.facil-text-box h2 b {
    font-weight: 600;
}

.facil-text-box p {
    font-size: var(--f18);
    line-height: 1.8em;
    margin-bottom: 40px;
    word-break: keep-all;
}

.facil-text-box p em {
    font-size: var(--f24);
}

.btn-food-menu {
    display: block;
    width: 226px;
    line-height: 56px;
    text-align: center;
    font-size: var(--f18);
    font-weight: 600;
    background-color: var(--main-color);
    color: #fff;
    margin-top: 80px;
}

.tbl-sty02 {
    width: 100%;
    border-top: 2px solid var(--main-color);
    border-collapse: separate;
    border-spacing: 0;
}

.tbl-sty02 th,
.tbl-sty02 td {
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
    line-height: 1.5em;
    padding: 2px 1px;
    word-break: keep-all;
}

.tbl-sty02 th {
    height: 80px;
    background-color: #fff;
}

.tbl-sty02 tbody td,
.tbl-sty02 tbody th {
    height: 48px;
    text-align: center;
    border-left: 1px solid #ddd;
}

.tbl-sty02 tbody th {
    background-color: #F5F5F5;
}

.tbl-sty02 tbody td {
    background-color: #F9F9F9;
    padding: 16px 0;
}

.tbl-sty02 tbody th:first-child,
.tbl-sty02 tbody td:first-child {
    border-left: 0;
}

.tbl-sty02 .b-l {
    border-left: 1px solid #ddd !important;
}

.club-division {
    display: flex;
    align-items: flex-start;
    gap: 40px 122px;
}

.club-division li {
    flex: 1;
}

.club-division li.club-photo {
    flex: 0 0 494px;
}

.club-division li figure {
    width: 100%;
    aspect-ratio: 494 / 622;
    overflow: hidden;
    max-height: 622px;
}

.club-division li figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}

.club-division li h2 {
    font-size: var(--f32);
    font-weight: 300;
    margin-bottom: 24px;
}

.club-division li p {
    font-size: var(--f20);
    line-height: 1.8em;
}

.club-division li p em {
    font-size: var(--f24);
}

.map-area {
    width: 100%;
    height: 681px;
    overflow: hidden;
}

.root_daum_roughmap .wrap_map {
    height: 680px !important;
}

.root_daum_roughmap {
    width: 100% !important;
}

.root_daum_roughmap .canvas {
    width: 100% !important;
}

.map-text-area {
    margin-top: 48px;
}

.map-text-area h3 {
    font-size: var(--f20);
    color: var(--main-color);
    margin-bottom: 8px;
    text-transform: uppercase;
}

.map-text-area h2 {
    line-height: 1.5em;
    margin-bottom: 24px;
    font-size: var(--f40);
}

.map-info {
    border-block: 1px solid #ddd;
    padding: 16px;
    display: flex;
    gap: 48px;
    margin-bottom: 56px;
    font-size: var(--f24);
}

.map-info li b {
    font-weight: 600;
    display: inline-block;
    margin-right: 16px;
}

.way-info {
    background-color: #fff;
    padding: 32px 40px;
    margin-bottom: 16px;
}

.way-info h2 {
    font-size: var(--f24);
    font-weight: 700;
    padding-bottom: 16px;
}

.way-info ul {
    padding-left: 13px;
}

.way-info ul li {
    position: relative;
    padding-left: 18px;
    line-height: 1.8em;
    font-size: var(--f20);
}

.way-info ul li::before {
    content: '•';
    position: absolute;
    left: 0;
}

/* 클럽소개 */
.inner-wide {
    width: 100%;
}

.visual-img {
    position: relative;
    background: url('/images/img_club_01.jpg') center center no-repeat;
    background-size: cover;
    width: 100%;
    aspect-ratio: 1920 / 687;
}

.club-top-text {
    text-align: center;
}

.club-top-text h2 {
    font-size: var(--f40);
    padding-bottom: 24px;
}

.club-top-text h3 {
    font-size: var(--f24);
    padding-bottom: 24px;
    line-height: 1.5em;
}

.club-top-text p {
    font-size: var(--f18);
    line-height: 1.8em;
    word-break: keep-all;
    max-width: 530px;
    margin: auto;
}

.club-top-text p em {
    display: block;
}

.club-bottom-area {
    position: relative;
    width: 100%;
    z-index: 2;
}

.club-bottom-area::before {
    content: '';
    background-color: #fff;
    position: absolute;
    top: 135px;
    left: 0;
    right: 0;
    bottom: 0;
}

.visual-img2 {
    width: 100%;
    max-width: 1280px;
    height: 360px;
    margin: auto;
    overflow: hidden;
}

.visual-img2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: inset(0 100% 0 0);
    transition: clip-path 1.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.visual-img2.is-active img {
    clip-path: inset(0 0% 0 0);
}

.club-bottom-text {
    width: 100%;
    max-width: 1280px;
    margin: 80px auto;
}

.club-bottom-text h2 {
    font-size: var(--f36);
    font-weight: 300;
    line-height: 1.3em;
    padding-bottom: 32px;
}

.club-bottom-text h2 b {
    font-weight: 500;
}

.club-bottom-text p {
    font-size: var(--f20);
    line-height: 1.8em;
    padding-bottom: 24px;
    max-width: 800px;
    word-break: keep-all;
}

/*ci소개*/
.ci-wrap {
    width: 100%;
    background-color: #fff;
    padding: 48px 32px;
}

.ci-head-area {
    background: url('/images/ci/bg_ci.jpg') center center repeat;
    width: 100%;
    max-width: 1136px;
    height: 334px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    overflow: hidden;
}

.ci-head-area img {
    width: 100%;
    max-width: 620px;
}

.btn-ci {
    display: block;
    width: 226px;
    line-height: 56px;
    text-align: center;
    font-size: var(--f18);
    font-weight: 600;
    background-color: var(--main-color);
    color: #fff;
    margin: 40px auto 56px;
}

.brand-text {
    margin-bottom: 40px;
}

.brand-text h2 {
    font-size: var(--f32);
    font-weight: 600;
    margin-bottom: 16px;
}

.brand-text h3 {
    font-size: var(--f24);
    font-weight: 600;
    margin-top: 56px;
    margin-bottom: 16px;
}

.brand-text p {
    font-size: var(--f18);
    line-height: 1.5em;
}

.ci-color-type {
    display: flex;
    align-items: center;
    gap: 16px 75px;
    margin-top: 40px;
}

.ci-color-type .b-logo {
    flex: 1;
    max-width: 450px;
    padding: 0 36px;
    height: 293px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ci-color-type .b-logo img {
    width: 100%;
}

.ci-color-type li img {
    max-width: 100%;
}

.logo-type-box {
    width: 100%;
    display: flex;
    gap: 16px;
}

.logo-type-box li {
    flex: 1;
    aspect-ratio: 1/1;
    background-color: #f9f9f9;
    border-radius: 16px;
    padding: 54px;
}

.logo-type-box li:nth-of-type(2) img{
    padding-top: 14px;
}

.logo-type-box li:last-child img:first-child{
    padding-top: 40px;
}

.logo-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 45px;
    height: 270px;
}

.logo-box img{
    max-width: 100%;
}

.logo-type-box li p{
    text-align: center;
    font-size: var(--f18);
    font-weight: 700;
}

/* 코스안내 */
.course-inner {
    padding-bottom: 80px;
}

.hole-wrap {
    position: relative;
    text-align: center;
    max-width: 100%;
    margin: 16px auto 40px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    scroll-behavior: smooth;
}

.hole-wrap ul {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
}

.hole-wrap ul li {
    position: relative;
    color: #999;
    text-align: center;
    flex-basis: 80px;
    scroll-snap-align: center;
    cursor: pointer;
}

.hole-wrap ul li::before {
    content: '';
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 1px;
    background-color: #999;
}

.hole-wrap ul li:last-child::before {
    display: none;
}

.hole-wrap ul li p {
    font-size: var(--f14);
    font-weight: 600;
    padding-bottom: 16px;
}

.hole-wrap ul li h1 {
    font-size: var(--f24);
    font-weight: 700;
}

.hole-wrap ul li.on p,
.hole-wrap ul li.on h1 {
    color: var(--main-color);
}

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

.hole-panels {
    background-color: #fff;
    padding: 16px;
}

.tab-panel {
    display: none;
}

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

.hole-info-wrap {
    display: flex;
    gap: 40px clamp(36px, calc(36px + 78 * ((100vw - 1040px) / 880)), 114px);
    align-items: center;
    justify-content: center;
}

.hole-info-wrap li.hole {
    flex: 0 1 min(440px, 100%);
    width: min(440px, 100%);
}

.hole-info-wrap li.hole-map {
    flex: 0 1 min(380px, 100%);
    width: min(380px, 100%);
}

.hole-info {
    display: flex;
    gap: 8px;
    flex-direction: column;
    margin-bottom: 32px;
}

.hole-info p {
    color: var(--sub-color);
    font-weight: 600;
}

.hole-info h1 {
    font-size: var(--f64);
    font-weight: 600;
    color: var(--sub-color);
}

.hole-info h1 span {
    font-size: var(--f48);
    color: var(--black);
    font-weight: 300;
    text-transform: capitalize;
}

.stat {
    display: flex;
    gap: 36px;
    align-items: center;
    margin-top: 16px;
}

.stat li {
    position: relative;
    display: flex;
    align-items: flex-end;
    gap: 5px;
}

.stat li + li::before {
    content: '';
    width: 20px;
    height: 0;
    border-top: 1px solid #999;
    position: absolute;
    top: 50%;
    left: -28px;
    transform: translateY(-50%);
}

.stat em {
    font-size: var(--f16);
    font-weight: 300;
    color: #666;
}

.stat strong {
    font-size: var(--f36);
    font-weight: 500;
    margin-bottom: -4px;
}

.length-list {
    display: flex;
    gap: 24px;
    align-items: center;
    padding: 16px;
    border-block: 1px solid #ddd;
    margin-bottom: 32px;
}

.length-list li {
    display: flex;
    align-items: center;
    gap: 8px;
}

.length-list li::before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
}

.length-list .black::before {
    background: #222;
}

.length-list .blue::before {
    background: #2A7EE1;
}

.length-list .white::before {
    background: #fff;
    border: 1px solid #999;
}

.length-list .red::before {
    background: #E32D2E;
}

.hole-desc {
    line-height: 1.8em;
}

.hole-desc h2 {
    position: relative;
    display: flex;
    align-items: center;
    color: var(--main-color);
    font-size: var(--f24);
    font-weight: 700;
    margin-bottom: 16px;
}

.hole-desc h2::before {
    content: '';
    background: url('/images/course/ic_ci.svg') center center no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 2px;
}

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

.ready-area{
    width: 100%;
    height: 570px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--f32);
    background-color: #fff;
}

.course-header {
    text-align: center;
    padding: 80px 0;
}

.course-header h1{
    font-size: var(--f36);
    font-weight: 500;
    padding-bottom: 40px;
}
.course-header p{
    font-size: var(--f18);
    line-height: 2em;
}


















.table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.tbl-course {
    width: 100%;
    min-width: 720px;
    border-top: 2px solid var(--main-color);
    font-size: var(--f16);
}

.tbl-course th, .tbl-course td {
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
    line-height: 1.5em;
    padding: 2px 1px;
}

.tbl-course th{
    height: 80px;
    background-color: #fff;
}

.tbl-course td{
    height: 64px;
}

.tbl-course th:first-child,
.tbl-course td:first-child {
    position: sticky;
    left: 0;
    z-index: 1;
}

.tbl-course th:first-child{
    background-color: #fff;
}

.tbl-course td:first-child{
    background-color: #F9f9f9;
}

.only-m-course {
    display: none;
}

/* 이용안내 */
.guide-inner {
    padding-bottom: 80px;
}

.guide-title {
    position: relative;
    display: flex;
    align-items: center;
    font-size: var(--f20);
    color: var(--main-color);
    font-weight: 600;
    margin-bottom: 16px;
    margin-top: 80px;
}

.guide-title::before {
    content: '';
    background: url('/images/course/ic_ci.svg') center center no-repeat;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    margin-right: 4px;
}

.guide-title:first-of-type {
    margin-top: 0;
}

.guide-text {
    font-size: var(--f15);
    margin-top: 8px;
    line-height: 1.5em;
    word-break: keep-all;
}

.guide-sub-title {
    font-weight: 600;
    margin-bottom: 16px;
    color: var(--sub-color);
}

.empty {
    height: 64px;
    width: 100%;
}

.guide-box {
    background-color: #fff;
    padding: 40px;
    line-height: 1.8em;
    word-break: keep-all;
}

.tbl-sty02 td.left {
    padding: 16px 40px;
}

.local-photo {
    width: 100%;
    height: 320px;
    margin-bottom: 80px;
}

.local-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.guide-wrap {
}

.guide-section {
    display: flex;
    gap: 40px;
    padding: 32px 40px;
    background-color: #fff;
    align-items: center;
    margin-bottom: 24px;
    word-break: keep-all;
}

.guide-icon {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
}

.guide-content {
    flex: 1;
}

.guide-content h2 {
    font-size: var(--f24);
    font-weight: 600;
    margin-bottom: 16px;
}

.guide-content li {
    font-size: var(--f18);
    line-height: 1.8em;
    padding-left: 16px;
    position: relative;
}

.guide-content li::before {
    content: '• ';
    position: absolute;
    left: 0;
}

.policy-box {
    line-height: 1.8em;
}

.policy-box b {
    font-weight: 700;
    display: block;
}

.policy-box .tbl-sty01 {
    margin-top: 8px;
}





























