@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;
    height: 568px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.head-title-area.bg-reservation {
    background-image: url('/images/bg_reservation.jpg');
}

.head-title-area.bg-board {
    background-image: url('/images/bg_board.jpg');
}

.head-title-area.bg-club {
    background-image: url('/images/bg_club.jpg');
}

.head-title-area.bg-guide {
    background-image: url('/images/bg_guide.jpg');
}

.head-title-area.bg-policy {
    background-image: url('/images/bg_policy.jpg');
}

.head-title-area.bg-course {
    background-image: url('/images/bg_course.jpg');
}

.head-title-area::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 68.27%);
    z-index: 1;
}

.head-title {
    width: 1280px;
    height: 568px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    color: #fff;
    gap: 36px;
}

.head-title h4 {
    font-size: var(--f16);
    text-transform: uppercase;
    animation: slide-in-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.head-title h2 {
    font-size: var(--f40);
    animation: slide-in-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s both;
}

.head-nav {
    padding-top: 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: var(--f15);
}

.common-tab-wrap {
    line-height: 72px;
    display: flex;
    justify-content: safe center;
    align-items: center;
    border-bottom: 1px solid #ccc;
}

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

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

.common-tab-wrap > a:first-child {
    margin-left: auto;
}

.common-tab-wrap > a:last-child {
    margin-right: auto;
}

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

.container.white {
    background-color: #fff;
}

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

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

.sub-tab-wrap {
    display: flex;
    margin-bottom: 64px;
}

.sub-tab-wrap.w460 {
    max-width: 460px;
    margin: 0 auto 48px;
}

.sub-tab-wrap a {
    flex: 1;
    border-bottom: 2px solid #999;
    line-height: 52px;
    text-align: center;
    cursor: pointer;
    color: #999;
    font-size: var(--f20);
    font-weight: 600;
}

.sub-tab-wrap a.on {
    border-bottom: 2px solid #222;
    color: #222;
}

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

.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(--black);
    text-align: center;
}

.pop-box-col h3 span {
    font-size: var(--f15);
    font-weight: 400;
    color: var(--red);
    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(--f18);
    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;
    cursor: pointer;
}

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

.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%;
    padding-top: 120px;
}

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

.join-tit {
    font-size: var(--f36);
    font-weight: 600;
    padding-bottom: 56px;
    text-align: center;
}

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

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

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

.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-box {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.btn-login-box button {
    width: 100%;
    text-align: center;
    line-height: 56px;
    font-size: var(--f20);
    font-weight: 500;
}

.btn-login {
    background-color: var(--main-color);
    color: #fff;
}

.btn-join {
    border: 1px solid var(--main-color);
    color: var(--main-color);
}

.btn-idpw {
    background-color: var(--sub-color);
    color: #fff;
}

.btn-kakao {
    border: 1px solid var(--main-color);
    background-color: #dcdddd;
    color: var(--main-color);
}

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

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

.tab-login {
    display: flex;
    margin-bottom: 68px;
}

.tab-login li {
    flex: 0 0 50%;
    border-bottom: 2px solid #999;
    line-height: 52px;
    text-align: center;
    cursor: pointer;
    color: #999;
    font-size: var(--f20);
    font-weight: 600;
}

.tab-login li.on {
    border-bottom: 2px solid #222;
    color: #222;
}

.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(--red);
}

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

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

.flex-certify .date {
    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-sms,
.btn-check-id{
    border-color: var(--main-color);
    color: var(--main-color);
}

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

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

.join-check-box {
    background-color: #fff;
    padding: 130px 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(--main-color);
    font-weight: 500;
    user-select: text;
}

.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%;
    padding-top: 120px;
}

.terms-main {
    width: 800px;
    padding: 0 20px 80px;
    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: var(--sub-color);
    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.5em;
    margin-bottom: 8px;
}

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

.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: 96px 56px;
    margin: auto;
    cursor: pointer;
    max-width: 460px;
}

.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;
    text-align: center;
    line-height: 1.5em;
}

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

.join-select {
    width: 124px;
}

/* 마이페이지 - 정보수정 & 회원탈퇴 */
.modify-wrap {
    padding: 0 0 24px;
}

.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(188, 176, 147, 0.4);
}

.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 {
    background-color: var(--main-color);
    color: #fff !important;
}

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

.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: 12px 0;
    font-weight: 500;
    position: relative;
    z-index: 0;
    height: 64px;
}

.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 td {
    text-align: center;
    padding: 12px 0;
    vertical-align: middle;
    word-break: keep-all;
    color: var(--black);
    font-size: var(--f18);
}

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

.tbl-reser td.price {
    font-weight: 600;
}

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;
    font-size: var(--f18);
}

.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;
    font-weight: 600;
}

.tbl-sty-col td .join-radio-box {
    height: auto;
}

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

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

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

.captcha-img-area p {
    margin-bottom: 10px;
    font-size: var(--f16);
}

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

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

.captcha-image img {
    width: 180px;
    height: 80px;
    display: block;
}

.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;
    margin-top: 16px;
    font-weight: 600;
    font-size: var(--f18);
}

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

/* //실시간예약 */

/* 예약안내 - 대기예약 */
.calendar-wrap.wait .tbl-sty-col .day {
    color: var(--red);
    font-weight: 600;
}

.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;
    max-width: 460px;
    margin: 0 auto 40px;
}

.tab-check a {
    flex: 1;
    border-bottom: 2px solid #999;
    line-height: 52px;
    text-align: center;
    cursor: pointer;
    color: #999;
    font-size: var(--f20);
    font-weight: 600;
}

.tab-check a.on {
    border-bottom: 2px solid #222;
    color: #222;
}

.tbl-sty01 {
    width: 100%;
    border-top: 2px solid #222;
}

.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: 64px;
    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.register,
.tbl-sty01 td a.check {
    display: block;
    width: 76%;
    max-width: 60px;
    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.register {
    background-color: var(--main-color);
    color: #fff;
}

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

.tbl-sty01 td em {
    width: 3px;
    display: inline-block;
}

/* 마이페이지 */
.mypage-inner {
    padding-bottom: 80px;
    padding-top: 120px;
    max-width: 460px;
    margin: auto;
}

/* 게시판 - list */
.board-list {
    position: relative;
    width: 100%;
    border-top: 2px solid #222;
}

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

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

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

.title-area b span {
    display: block;
    border-radius: 5px;
    background: #000;
    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: #666;
}

.board-list li .title {
    flex: 1;
    display: block;
}

/* 게시판 - view */
.board-view {
    width: 100%;
}

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

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

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

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

.board-view-top .title-area .info {
    flex-basis: 400px;
    text-align: right;
    font-size: var(--f16);
    color: #666;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

.board-view-top ul.file-area {
    font-size: var(--f18);
    text-align: right;
    line-height: 1.5em;
    border-bottom: 0;
    padding: 16px;
    justify-content: flex-end;
}

.board-view-top ul.file-area li a {
    display: inline-block;
    color: var(--red);
    text-decoration: underline;
    text-underline-offset: 0.2em;
}

.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-con {
    min-height: 300px;
    border-bottom: solid 1px #ddd;
    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(--f18);
    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;
    padding: 0 30px;
    word-break: keep-all;
    text-align: center;
    line-height: 1.5em;
}

/* 게시판 - 명예의 전당 */
.honor-list-wrap {
    width: 100%;
    border-top: 2px solid #222;
}

.honor-list-wrap .honor-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 24px;
    padding: 24px;
    border-bottom: 1px solid #e5e5e5;
}

.honor-list .date,
.honor-list .info,
.honor-list .equip {
    display: flex;
    align-items: center;
}

.honor-list .date {
    gap: 24px;
}

.honor-list .date em {
    border: 1px solid var(--main-color);
    line-height: 38px;
    padding: 0 24px;
    border-radius: 60px;
    color: var(--main-color);
    text-align: center;
}

.honor-list .info {
    gap: 16px;
    font-size: var(--f18);
}

.honor-list .info span {
    position: relative;
    padding-right: 16px;
}

.honor-list .info span::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 16px;
    background-color: #ccc;
    right: 0;
}

.honor-list .info span:last-child::after {
    display: none;
}

.honor-list .equip {
    margin-left: auto;
    gap: 16px;
    font-size: var(--f18);
}

.honor-list .equip span {
    position: relative;
    padding-left: 16px;
}

.honor-list .equip span::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 16px;
    background-color: #ccc;
    left: 0;
}

.honor-list .equip span:first-child::after {
    display: none;
}

.honor-list .equip span:first-child {
    padding-left: 0;
}

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

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

.join-list-wrap .title-area em {
    display: inline-block;
    width: 100%;
    max-width: 76px;
    line-height: 40px;
    border-radius: 60px;
    text-align: center;
    font-weight: 600;
}

.join-list-wrap .title-area em.progress {
    border: 1px solid var(--main-color);
    color: var(--main-color);
}

.join-list-wrap .title-area em.deadline {
    border: 1px solid var(--sub-color);
    color: var(--sub-color);
}

.join-list-wrap .board-list .date em,
.board-view-top .title-area .info em {
    display: inline-block;
    min-width: 58px;
    height: 28px;
    line-height: 26px;
    box-sizing: border-box;
    margin-right: 0;
    border-radius: 60px;
    text-align: center;
    font-weight: 600;
    font-size: var(--f14);
    vertical-align: middle;
    flex: 0 0 auto;
}

.join-list-wrap .board-list .date em.progress,
.board-view-top .title-area .info em.progress {
    border: 1px solid var(--main-color);
    color: var(--main-color);
}

.join-list-wrap .board-list .date em.deadline,
.board-view-top .title-area .info em.deadline {
    border: 1px solid var(--sub-color);
    color: var(--sub-color);
}

.join-list-wrap .title-area .title i {
    color: var(--red);
    display: inline-block;
    margin-left: 8px;
}

.join-list-wrap .board-list .date {
    flex-basis: 400px;
}

/* 조인게시판 - view */
.join-view-top {
    width: 100%;
    background-color: #fff;
    border-top: 2px solid #222;
}

.join-view-top .join-title-area {
    border-bottom: 1px solid #666;
    width: 100%;
    min-height: 88px;
    padding: 25px 24px;
    display: flex;
    align-items: center;
    gap: 24px;
}

.join-title-area .tag {
    flex: 0 0 76px;
}

.join-title-area .tag em {
    display: inline-block;
    width: 100%;
    line-height: 40px;
    border-radius: 60px;
    text-align: center;
    font-weight: 600;
}

.join-title-area .tag em.progress {
    border: 1px solid var(--main-color);
    color: var(--main-color);
}

.join-title-area .tag em.deadline {
    border: 1px solid var(--sub-color);
    color: var(--sub-color);
}

.join-title-area .title {
    flex: 1 1 auto;
    min-width: 0;
    font-size: var(--f24);
    font-weight: 500;
    line-height: 1.5em;
}

.join-title-area .title i {
    display: inline-block;
    font-size: var(--f18);
    color: var(--red);
    margin-left: 8px;
    vertical-align: top;
}

.join-title-area .date {
    flex: 0 0 auto;
    margin-left: auto;
    color: #666;
}

.join-view-con {
    min-height: 300px;
    border-bottom: 1px solid #ddd;
    padding: 64px 24px;
    line-height: 1.5em;
    text-align: left;
}

.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;
    border-top: 1px solid #ddd;
}

.reply-list {
    border-bottom: 1px solid #ddd;
}

.reply-list:last-child {
    border-bottom: 0;
}

.reply-list li {
    padding: 16px;
    border-bottom: 1px solid #ddd;
}

.reply-list li:last-child {
    border-bottom: 0;
}

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

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

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

.reply-enter {
    display: flex;
}

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

.reply-enter .btn-reply {
    width: clamp(64px, calc(5.5696vw + 45.0633px), 152px);;
    max-width: 152px;
    min-width: 80px;
    background-color: var(--main-color);
    color: #fff;
    font-weight: 600;
    font-size: var(--f18);
}

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

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

.join-enter-wrap .join-container textarea {
    border: 1px solid #ccc;
    min-height: 200px;
    padding: 10px 16px;
}

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

/* 동반자등록 */
.pop-inner.companion {
    padding: 0;
    max-width: 375px;
}

.pop-companion-head {
    position: relative;
    background-color: var(--sub-color);
}

.pop-companion-head h2 {
    color: #fff;
    font-size: var(--f18);
    line-height: 64px;
    text-align: center;
}

.pop-companion-head button {
    position: absolute;
    top: 20px;
    left: 16px;
}

.pop-companion-con {
    padding: 32px 16px 0;
    min-height: 498px;
}

.companion-info {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    padding-bottom: 32px;
}

.companion-info em b {
    font-weight: 700;
}

.companion-box {
    background-color: #F9F9F9;
    border: 1px solid #EEE;
    border-radius: 8px;
    padding: 24px;
    max-width: 380px;
    margin: 0 auto;
    text-align: center;
}

.companion-title {
    text-align: center;
}

.companion-title h2 {
    font-size: var(--f18);
    font-weight: 700;
    margin-bottom: 8px;
}

.companion-title p {
    font-size: var(--f13);
    color: #666;
    margin-bottom: 16px;
}

.companion-list {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}

.companion-list .item {
    flex: 1;
}

.companion-list .item .icon {
    width: 100%;
    aspect-ratio: 1;
    border: 1px solid #ccc;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.companion-list .item .icon::before,
.companion-list .item .icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #666;
    transform: translate(-50%, -50%);
}

.companion-list .item .icon::before {
    width: 16px;
    height: 1px;
}

.companion-list .item .icon::after {
    width: 1px;
    height: 16px;
}

.companion-list .item.basic .icon::before,
.companion-list .item.basic .icon::after,
.companion-list .item.enter .icon::before,
.companion-list .item.enter .icon::after {
    display: none;
}

.companion-list .item.basic .icon {
    border: 1px solid #E42C2C;
    background: url('/images/ic_companion.svg') no-repeat center;
}

.companion-list .item.enter .icon {
    border: 1px solid #285DF1;
    font-size: 0;
    background: url('/images/ic_companion2.svg') no-repeat center;
}

.companion-list .item .label {
    display: block;
    margin-top: 10px;
    font-size: var(--f12);
    color: #666;
}

.companion-list .item.enter .label {
    color: #999;
}

.companion-list .item .del {
    margin-top: 10px;
    padding: 3px 0;
    width: 48px;
    text-align: center;
    font-size: var(--f12);
    color: #666;
    border: 1px solid #ccc;
    border-radius: 60px;
    cursor: pointer;
}

.companion-box h4 {
    color: var(--red);
    font-size: var(--f14);
    margin-top: 16px;
}

.pop-inner.companion .join-container {
    padding-top: 18px;
}

.pop-inner.companion .join-radio-box {
    height: 32px;
}

.pop-inner.companion .btn-basic-wrap {
    margin-top: 32px;
}

/* 클럽소개 - 클럽소개 */
.club-area-wrap {
    background-color: #fff;
}

.club-intro-inner {
    max-width: 1280px;
    margin: auto;
}

.club-text-box {
    margin: 240px 0 80px;
}

.club-text-box h2 {
    font-size: var(--f40);
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 24px;
}

.club-text-box h4 {
    font-size: var(--f24);
    line-height: 1.8em;
}

.division {
    background: linear-gradient(to bottom, #fff 50%, #f9f9f9 50%);
}

.visual-img {
    position: relative;
    width: 100%;
    height: 580px;
    overflow: hidden;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('/images/img_club_01.jpg');
}

.bg-section {
    background: #f9f9f9 url('/images/img_club_02.png') center bottom / cover no-repeat;
    padding-top: 60px;
}

.visual-text-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 80px;
}

.visual-text-box h2 {
    max-width: 330px;
    font-size: var(--f36);
    font-weight: 300;
    line-height: 1.3em;
}

.visual-text-box p {
    word-break: keep-all;
    max-width: 800px;
    font-size: var(--f20);
    line-height: 2em;
}

.tbl-club {
    width: 100%;
    text-align: left;
    border-top: 2px solid #222;
    margin-bottom: 80px;
}

.tbl-club th {
    padding: 25px;
}

.tbl-club td {
    font-size: var(--f18);
    font-weight: 500;
    line-height: 1.5em;
}

.tbl-club th,
.tbl-club td {
    border-bottom: 1px solid #ddd;
}

.ci-wrap {
    border-top: 2px solid #222;
    padding-bottom: 250px;
}

.brand {
    text-align: center;
    background-color: #fff;
}

.emblem {
    padding: 16px 0 32px;
}

.symbols {
    display: flex;
    justify-content: center;
    gap: 6px;
    padding-bottom: 80px;
}

.symbols li {
    max-width: 116px;
}

.symbols img {
    width: 100%;
    display: block;
}

.symbols p {
    margin-top: 10px;
    font-size: var(--f16);
}

.ci-desc {
    background: #f5f5f5;
    padding: 48px 0;
    line-height: 1.5em;
    font-size: var(--f18);
}

.logos {
    display: flex;
}

.logos li {
    flex: 1;
}

.logos li img {
    width: 100%;
    display: block;
}

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

.facil-tab-wrap {
    max-width: 1040px;
    margin: 0 auto 80px;
    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/720;
}

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

.facil-content .swiper-button-prev::after,
.facil-content .swiper-button-next::after {
    content: '';
}

.facil-content .swiper-button-prev {
    background: url('/images/ic_slider_l.svg') no-repeat center / contain;
    left: 16px;
    width: 44px;
}

.facil-content .swiper-button-next {
    background: url('/images/ic_slider_r.svg') no-repeat center / contain;
    right: 16px;
    width: 44px;
}

.swiper-horizontal > .swiper-pagination-bullets {
    bottom: 34px;
}

.facil-content .swiper-pagination-bullet {
    background: #fff;
    opacity: .2;
}

.facil-content .swiper-pagination-bullet-active {
    opacity: 1;
}

/* 클럽소개 - 오시는길 */
.root_daum_roughmap,
.root_daum_roughmap .wrap_map,
.root_daum_roughmap .wrap_map iframe {
    width: 100% !important;
    height: 480px !important;
}

.root_daum_roughmap .wrap_controllers,
.root_daum_roughmap .cont {
    display: none;
}

.map-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
    border-bottom: 1px solid #eee;
}

.map-box {
    display: flex;
    align-items: center;
    gap: 24px;
}

.map-box li a {
    display: flex;
    align-items: center;
    gap: 8px;
}

.map-box li {
    display: flex;
    align-items: center;
    gap: 8px;
}

.map-box figure {
    width: 48px;
    height: 48px;
    margin: 0;
    border-radius: 50%;
    background: var(--sub-color) no-repeat center / 24px;
    flex-shrink: 0;
}

.map-box h3 {
    margin: 0 0 4px;
    font-size: var(--f18);
    font-weight: 400;
}

.map-box p {
    margin: 0;
    font-size: var(--f18);
    font-weight: 600;
}

.map-box:first-child li:nth-child(1) figure {
    background-image: url('/images/ic_addr.svg');
}

.map-box:first-child li:nth-child(2) figure {
    background-image: url('/images/ic_tel.svg');
}

.map-box:first-child li:nth-child(3) figure {
    background-image: url('/images/ic_fax.svg');
}

.map-box:last-child li:nth-child(1) figure {
    background: url('/images/ic_naver.svg') no-repeat center / cover;
}

.map-box:last-child li:nth-child(2) figure {
    background: url('/images/ic_kakao.svg') no-repeat center / cover;
}

.route {
    border-top: 1px solid #222;
    margin-top: 80px;
}

.route li {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 24px;
    border-bottom: 1px solid #ddd;
}

.route h3 {
    flex-shrink: 0;
    width: 140px;
    font-size: var(--f24);
}

.route .map-way {
    line-height: 1.5em;
    font-size: var(--f18);
    font-weight: 300;
}

.route .map-way b {
    font-weight: 600;
}

.route .map-way .map-time {
    color: var(--main-color);
    font-weight: 600;
    font-size: var(--f20);
    display: block;
    margin-top: 3px;
}

/* 이용안내 - 위약 규정안내*/
.guide-section {
    display: flex;
    gap: 40px;
    padding: 32px 40px;
    background-color: #F9F9F9;
    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;
}

.guide-content ol {
    padding-left: 0;
}

.guide-content ol > li {
    counter-increment: num;
    margin-bottom: 10px;
}

.guide-content ol > li::before {
    content: counter(num) ". ";
}

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

.guide-content ul.box {
    padding: 24px 25px;
    background: #fff;
}

.tbl-sty02 {
    width: 100%;
    border-top: 2px solid #222;
}

.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: 64px;
    background-color: #fff;
}

.tbl-sty02 td {
    height: 64px;
    background-color: #F9F9F9;
    text-align: center;
    font-size: var(--f18);
}

.guide-inner {
    padding-bottom: 80px;
}

/* 코스 - 소개 */
.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 {

}

.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;
    background-color: #f9f9f9;
    padding: 24px 16px;
}

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

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

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

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

.hole-info h1 {
    font-size: var(--f64);
    font-weight: 600;
    color: var(--main-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;
    color: var(--main-color);
}

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

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

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

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

.tbl-course-dec td {
    height: 64px;
    font-size: var(--f18);
}


.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 p b {
    display: block;
}

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

.all-course {
    width: 100%;
    margin-bottom: 156px;
}

.all-course img {
    width: 100%;
}

.course-sec-info {
    position: relative;
    margin-bottom: 48px;
    width: 100%;
    height: 280px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.course-sec-info.marine {
    background-image: url('/images/bg_ma.jpg');
}

.course-sec-info.healing {
    background-image: url('/images/bg_he.jpg');
}

.course-sec-info ~ .course-sec-info {
    margin-top: 80px;
}

.course-sec-con {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    color: #fff;
    text-align: center;
}

.course-sec-con h4 {
    font-size: var(--f18);
    font-weight: 600;
}

.course-sec-con h1 {
    font-size: var(--f48);
    font-weight: 700;
}

.course-sec-con p {
    line-height: 1.5em;
    font-weight: 300;
}

.course-sec-con p span {
    font-size: var(--f20);
    font-weight: 600;
    display: block;
    padding-top: 6px;
}

.common-tit.course {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.common-tit.course span {
    font-size: var(--f16);
    font-weight: 400;
}

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

.tbl-course {
    width: 100%;
    min-width: 680px;
    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: #F9F9F9;
}

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

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

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

.tbl-course.wide{
    min-width: 100%;
}

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


/* 개인정보처리방침 */
.policy-box {
    line-height: 1.8em;
    word-break: keep-all;
}

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

.policy-box strong {
    font-weight: 700;
}

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

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

.tbl-policy th,
.tbl-policy td {
    vertical-align: middle;
    line-height: 1.5em;
    padding: 2px 1px;
    word-break: keep-all;
}

.tbl-policy th {
    height: 64px;
    background-color: #F9F9F9;
    border-bottom: 1px solid #222;
}

.tbl-policy td {
    height: 64px;
    background-color: #fff;
    text-align: center;
    font-size: var(--f18);
    border-bottom: 1px solid #ddd;
}

.course-galley {
    background-color: #fff;
}

.course-slide {
    width: 100%;
    max-width: 1280px;
    aspect-ratio: 16 / 9;
    margin-top: 48px;
}

.course-slide .swiper-slide img {
    width: 100%;
    height: 100%;
}

.course-slide .swiper-button-prev,
.course-slide .swiper-button-next {
    width: 48px;
    height: 48px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.course-slide .swiper-button-prev {
    background-image: url('/images/ic_course_l.svg');
}

.course-slide .swiper-button-next {
    background-image: url('/images/ic_course_r.svg');
}

.course-slide .swiper-button-prev::after,
.course-slide .swiper-button-next::after {
    display: none;
}

.course-slide .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.4);
    opacity: 1;
}

.course-slide .swiper-pagination-bullet-active {
    background: #fff;
}
