@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;
}

.img100 {
    width: 100%;
}

.red {
    color: var(--red) !important;
}

.blue {
    color: var(--blue) !important;
}

.main-color {
    color: var(--main-color);
}

.hidden {
    display: none;
}

/*div:empty {
    padding: 15px 0;
}*/

select {
    appearance: none;
    -webkit-appearance: none;
    font-size: 18px;
    color: #A6A6A6;
    display: block;
    border: 0;
    background: url("/images/icon_select-arrow.svg")no-repeat center right 20px #fafafa;
    padding: 15px;
    cursor: pointer;
}

select option[value=""][disabled] {
    display: none;
}

select[disabled] {
    opacity: 1;
    background-image: none;
}

/*common*/
.common-tit {
    width: 100%;
    text-align: center;
    color: #292929;
    margin: 70px 0;
}

.common-tit h4 {
    font-family: var(--font-en);
    font-size: var(--f20);
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 500;
}

.common-tit h2 {
    font-size: var(--f36);
    letter-spacing: -0.9px;
    font-weight: 400;
}

.common-tab-wrap {
    width: 100%;
    line-height: 82px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*margin-bottom: 40px;*/
}

.common-tab-wrap a {
    flex: 1;
    width: 50%;
    /*max-width: 240px;*/
    text-align: center;
    position: relative;
    transition: color .2s ease-in-out;
    font-size: var(--f24);
    color: #9E9E9E;
    border-bottom: 1px solid #9E9E9E;
}

.container.wide .common-tab-wrap {
    width: 1200px;
    margin: 0 auto;
}

.common-tab-wrap a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 2px;
    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: 600;
    color: #001848;
}

.container {
    width: 1200px;
    margin: auto;
    position: relative;
    padding: 90px 0;
}

.normal-pop {
    border-radius: 20px;
    width: 90%;
    max-width: 600px;
    max-height: 80%;
    min-height: 500px;
    padding: 40px 16px 36px;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    letter-spacing: -1px;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
}

.title-bar {
    font-size: var(--f28);
    color: #292929;
    letter-spacing: -0.48px;
    text-align: center;
    position: relative;
    font-weight: 500;
    margin: 20px 0 35px 0;
}

.title-bar::before {
    content: '';
    height: 3px;
    width: 38px;
    background-color: var(--main-color2);
    display: inline-block;
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
}

.btn-pop-wrap {
    margin: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 32px;
}

.btn-pop-wrap a {
    flex-shrink: 1;
    display: block;
    background-color: #DCDCDC;
    flex-basis: 180px;
    line-height: 46px;
    text-align: center;
    font-size: var(--f18);
    letter-spacing: -0.7px;
    color: #707070;
}

.btn-pop-wrap a.on {
    background-color: var(--sub-color);
    color: #fff;
}

.btn-basic-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    gap: 6px;
}

.btn-basic-wrap a {
    flex: 1;
    max-width: 196px;
    background-color: #dedede;
    color: #707070;
    font-size: var(--f20);
    line-height: 50px;
    text-align: center;
}

.btn-basic-wrap a.on {
    background-color: var(--sub-color);
    color: #fff;
}

.pagination {
    margin: 30px 0;
}

.pagination li {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 2px;
}

.pagination li button {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination li button.on {
    background-color: var(--main-color);
    color: #fff;
}

.breadcrumb {
    display: flex;
    justify-content: center;
    padding-top: 60px;
}

.breadcrumb ul {
    display: flex;
    align-items: center;
}

.breadcrumb li {
    position: relative;
    border-right: 1px solid #ccc;
}

.breadcrumb li.home {
    padding-right: 10px;
}

.breadcrumb .dropdown-btn {
    width: 150px;
    padding: 4px 8px;
    cursor: pointer;
    text-align: left;
    position: relative;
    line-height: 20px;
}

.breadcrumb .dropdown-btn::after {
    content: '▼';
    position: absolute;
    color: #565656;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: var(--f10);
}

.breadcrumb .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 150px;
    max-height: 220px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    margin: 4px 0 0;
    z-index: 10;
}

.breadcrumb .dropdown-menu.open {
    display: block;
}

.breadcrumb .dropdown-menu li {
    padding-right: 0;
    border-right: 0;
}

.breadcrumb .dropdown-menu li a {
    display: block;
    padding: 10px 6px;
    font-size: var(--f16);
}

.breadcrumb .dropdown-menu li a:hover {
    background: #f0f0f0;
    font-weight: 600;
}

.custom-checkbox {
    appearance: none;
    width: 20px;
    height: 20px;
    background: url('/images/ic_check_off.svg') no-repeat center center;
    background-size: 20px 20px;
    border: none;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.custom-checkbox:checked {
    background: url('/images/ic_check_on.svg') no-repeat center center;
    background-size: 20px 20px;
}

/* 예약하기 - 실시간예약 */
.calendar-wrap {
    width: 100%;
    margin-top: 50px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0 20px;
}

.calendar-section {
    flex-basis: 370px;
    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: 57px;
    color: #CBCBCB;
}

.calendar-top button.right {
    right: 57px;
    color: #333232;
}

.calendar-tit {
    font-size: var(--f24);
    line-height: 35px;
    font-weight: 400;
    color: #303030;
    text-align: center;
}

.calendar-box table {
    width: 100%;
    min-height: 330px;
    margin: 30px 0 46px;
    position: relative;
    z-index: 0;
    font-size: var(--f18);
}

.calendar-box table thead th {
    font-weight: 400;
    color: var(--black);
    padding: 15px 0;
}

.calendar-box table thead th:first-child {
    color: var(--red);
}

.calendar-box table thead th:last-child {
    color: var(--blue);
}

.calendar-box table tbody td {
    color: #cbcbcb;
    padding: 13px 0;
    text-align: center;
    font-weight: 500;
    line-height: 1.5em;
    position: relative;
}

.calendar-box table tbody td.possible {
    color: #292929;
    cursor: pointer;
}

.calendar-box table tbody td.possible:first-child {
    color: #e90505;
}

.calendar-box table tbody td.possible:last-child {
    color: #1075ce;
}

.calendar-box table tbody td.choice {
    font-weight: 400;
    color: #fff !important;
    cursor: pointer;
}

.calendar-box table tbody td.choice::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    border-radius: 8px;
    background-color: var(--main-color);
    z-index: -1;
}

.calendar-box table tbody td.choice .tee,
.calendar-box table tbody td.possible .tee {
    position: absolute;
    font-size: var(--f12);
    color: var(--main-color);
    border-radius: 5px;
    line-height: 20px;
    width: 55px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    letter-spacing: -0.26px;
    z-index: 10;
    font-weight: 400;
}

.calendar-box table tbody td.possible.choice .tee {
    color: #fff;
}

.calendar-box table tbody td.impossible::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: #efefef;
    z-index: -1;
}

.calendar-box table tbody td.holiday {
    color: var(--red);
}

.calendar-info {
    margin: 44px 0 0;
    word-break: keep-all;
    line-height: 1.8em;
    border: 1px solid #C2C2C2;
    border-radius: 15px;
    padding: 30px 60px;
}

.calendar-info p {
    padding-left: 10px;
}

.info-section {
    flex: 1;
    height: 100%;
}

.reservation-info-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 64px;
    height: 90px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #cbcbcb;
    margin-bottom: 35px;
}

.reservation-info-box span {
    font-weight: 700;
    margin-right: 8px;
}

.tbl-reser-head {
    width: 100%;
    border-top: 2px solid #707070;
    font-weight: 400;
    color: #363636;
    font-size: var(--f16);
    margin-top: 10px;
}

.tbl-reser-head thead th {
    text-align: center;
    vertical-align: middle;
    background-color: #fafafa;
    border-bottom: 1px solid #cbcbcb;
    padding: 10px 0;
    font-weight: 500;
    position: relative;
    z-index: 0;
    height: 50px;
}

.tbl-reser-head thead th::after {
    content: '';
    width: 1px;
    height: 25px;
    background-color: #cbcbcb;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.tbl-reser-head thead th:last-child::after {
    display: none;
}

.tab-reser-time {
    width: 100%;
}

.tab-reser-time ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 5px;
}

.tab-reser-time li {
    text-align: center;
    flex: 1;
    background-color: #efefef;
    line-height: 40px;
    color: #707070;
    border-radius: 8px 8px 0 0;
    transition: 0.3s all ease-in-out;
    cursor: pointer;
}

.tab-reser-time li.on {
    background-color: var(--main-color2);
    color: #fff;
}

.reservation-tooltip {
    padding: 16px 0 12px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: var(--f14);
}

.reservation-tooltip p {
    display: inline-block;
    margin-right: 10px;
}

.reservation-tooltip p b {
    font-weight: 600;
    margin-right: 15px;
}

.reservation-tooltip em {
    display: inline-flex;
    align-items: center;
}

.no-caddy {
    width: 90%;
    max-width: 50px;
    font-size: var(--f12);
    color: #fff;
    background-color: #F48A12;
    border-radius: 10px;
    display: block;
    text-align: center;
    line-height: 20px;
    margin: 0 auto 4px;
}

.tbl-overflow {
    max-height: 770px;
    overflow-y: auto;
    border-bottom: 1px solid #cbcbcb;
}

.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;
}

.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: 6px 0;
    vertical-align: middle;
    word-break: keep-all;
}

.tbl-reser td a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    width: 90%;
    max-width: 80px;
    min-height: 30px;
    margin: 6px 5px;
    text-align: center;
    border-radius: 5px;
    padding: 6px 0;
    background-color: var(--sub-color);
    color: #fff;
}

/*.tbl-reser td a:hover {
    background-color: var(--sub-color);
    color: #fff;
}*/

.tbl-reser td a b {
    font-size: var(--f12);
    color: var(--red);
    display: none;
}

.tbl-reser td a:hover b {
    color: #fff;
}

.pop-reser-text {
    background-color: #fafafa;
    padding: 30px;
    line-height: 1.5em;
    font-size: var(--f14);
    margin: 24px 0;
}

.pop-reser-text b {
    font-weight: 600;
}

/* resort reservation */
.resort-reservation {
    margin-top: 35px;
}

.resort-content {
    border-bottom: 1px solid #cbcbcb;
    padding: 25px 0;
}

.resort-content.flex {
    display: flex;
    gap: 0 35px;
}

.resort-title {
    font-size: 16px;
    color: #707070;
    margin-bottom: 16px;
    display: block;
}

.reserve-status {
    width: 100%;
    background: #fafafa;
    padding: 19px 16px;
    position: relative;
}

select.reserve-status {
    font-size: 18px;
    color: #A6A6A6;
    display: block;
    border: 0;
    background: url("/images/icon_select-arrow.svg")no-repeat center right 20px #fafafa;
}

.reserve-status ul {
    display: flex;
    align-items: center;
    gap: 0 5px;
}

.reserve-status ul li {
    font-size: 18px;
}

.reserve-status ul li.off {
    color: #A6A6A6;
}

.reserve-count ul {
    display: flex;
    align-items: center;
    gap: 0 20px;
}

.reserve-count ul li {
    font-size: 20px;
    font-weight: 600;
}

.reserve-count ul li.minus {
    background: url("/images/icon_reser_minus.svg")no-repeat;
    background-size: 100%;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.reserve-count ul li.plus {
    background: url("/images/icon_reser_plus.svg")no-repeat;
    background-size: 100%;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.icon-x {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    background: url("/images/icon_x.svg")no-repeat center center / cover;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.reserve-info li  {
    display: flex;
    gap: 0 5px;
    line-height: 150%;
    font-size: 14px;
}

.total-price {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
}

.total-price li:nth-of-type(1) {
    font-size: 16px;
    color: #707070;
}

.total-price li:nth-of-type(2) {
    font-size: 24px;
    font-weight: 600;
    color: #D72727;
}

.total-price.mt30 {
    margin-top: 30px;
}

/* // resort reservation */

/* pkg reservation */
.pkg-select {
    display: flex;
    gap: 0 16px;
}

.pkg-item {
    width: calc((100% - 16px)/2);
}

.pkg-item .select-item {
    display: flex;
    gap: 0 16px;
}

.pkg-item .select-item select {
    width: calc((100% - 16px)/2);
}

.pkg-item .select-item a {
    display: block;
    background: #fafafa;
    padding: 19px 16px;
    width: 100%;
}

.pkg-popup-table {
    overflow: auto;
    max-height: 400px;
}

.pkg-popup-table .tbl-sty01 {
    border-top: 0;
}

.pkg-popup .pkg-table {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 20px;
}

.pkg-popup .pkg-table .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    padding: 3px 18px;
}

.pkg-popup .pkg-table .item:hover {
    border: 1px solid var(--sub-color);
    background: var(--sub-color);
    color: #fff;
}

.pkg-popup .pkg-table .item:hover span {
    color: #fff;
}

.pkg-popup .pkg-table .item p {
    font-weight: 500;
}

.pkg-popup .pkg-table .item span {
    font-size: 12px;
    color: #323232;
    display: block;
}

/* // pkg reservation */

/* reservation guide */
.reser-guide-wrap {
    display: flex;
    flex-direction: column;
    gap: 56px 0;
}
/* // reservation guide */

/* //reservation */

.tbl-sty01 {
    width: 100%;
    border-top: 2px solid #707070;
    font-weight: 400;
    color: #000;
}

.tbl-sty01 th {
    text-align: center;
    vertical-align: middle;
    background-color: #fafafa;
    border-bottom: 1px solid #cbcbcb;
    padding: 15px 10px;
    font-weight: 500;
}

.tbl-sty01 td {
    line-height: 1.33em;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #cbcbcb;
    padding: 15px 10px;
    font-weight: 400;
    word-break: keep-all;
}

.tbl-sty01 td button.cancel {
    background: #777;
    color: #fff;
    font-weight: 300;
    padding: 8px 25px;
}

.tbl-sty01 td button.change {
    background: var(--sub-color);
    color: #fff;
    font-weight: 300;
    padding: 8px 25px;
}

.tbl-sty01.pop-agree04 {
    width: auto;
}

.tbl-sty01.pop-agree04 td, .tbl-sty01.pop-agree04 th {
    padding: 10px;
}

.tbl-sty01.pop-agree04 .join-radio-box {
    gap: 0;
}

.tbl-sty01.pop-agree04 .join-radio-box input[type="radio"] + label {
    padding-left: 5px;
}

/* 회원가입 -  로그인 */
.login-wrap {
    width: 100%;
    max-width: 660px;
    border-radius: 20px;
    border: 1px solid #cecece;
    padding: 70px 135px;
    margin: auto;
}

.input-login-wrap {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.check-wrap {
    margin: 35px 0 30px;
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.btn-login {
    width: 100%;
    background-color: var(--sub-color);
    color: #fff;
    margin-bottom: 55px;
    text-align: center;
    line-height: 60px;
    font-size: var(--f20);
}

.login-links {
    display: flex;
    align-items: center;
}

.login-links a {
    flex-grow: 1;
    position: relative;
    border-right: 1px solid #dedede;
    text-align: center;
}

.login-links a:last-child {
    border-right: 0;
}

.btn-send-code {
    width: 100%;
    line-height: 60px;
    border: 1px solid #CBCBCB;
    background-color: #fff;
    font-size: var(--f18);
    text-align: center;
    margin: 20px 0;
    color: #707070;
}

.btn-check-code {
    width: 100%;
    line-height: 60px;
    background-color: var(--main-color2);
    color: #fff;
    font-size: var(--f18);
    text-align: center;
    margin-top: 20px;
}

.result-text {
    text-align: center;
    padding-bottom: 50px;
    border-bottom: 1px solid #dedede;
}

.result-text span {
    color: var(--sub-color);
    font-size: var(--f36);
    display: block;
    margin: 25px 0;
}

.social-login {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 55px;
    gap: 0 20px;
}

/* 회원가입 - 회원가입 */
.join-wrap {
    width: 100%;
    max-width: 660px;
    border-radius: 20px;
    border: 1px solid #cecece;
    padding: 50px 20px;
    margin: auto;
}

.terms-check-all {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    font-size: var(--f24);
    margin: 20px 0 30px;
}

.terms-check-all .custom-checkbox {
    width: 34px;
    height: 34px;
    background-size: 34px 34px;
}

.terms-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 450px;
    margin: auto;
}

.terms-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 70px;
    border-bottom: 1px solid #CBCBCB;
    gap: 0 30px;
    padding: 6px 0;
}

.terms-list li h2 {
    width: 65%;
    max-width: 250px;
    font-size: var(--f18);
    word-break: keep-all;
    line-height: 1.4em;
}

.terms-list-right {
    display: flex;
    flex-basis: 35%;
    align-items: center;
    justify-content: flex-end;
    gap: 0 10px;
}

.terms-list-right a {
    flex: 1;
    min-width: 68px;
    max-width: 100px;
    padding: 0 6px;
    border: 1px solid #CBCBCB;
    line-height: 34px;
    display: inline-block;
    text-align: center;
    font-size: var(--f16);
}

.terms-list li .check-select .custom-checkbox {
    width: 34px;
    height: 34px;
    background-size: 34px 34px;
}

.terms-text {
    padding-top: 30px;
    text-align: center;
}

.agree-pop-inner {
    min-height: 430px;
    max-height: 85vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.agree-pop-inner .title-bar {
    font-size: var(--f24);
}

.agree-pop-contents {
    overflow-y: auto;
    flex-grow: 1;
    padding: 20px;
    min-height: 300px;
    max-height: 50vh;
}

.agree-box {
    line-height: 1.5em;
}

.member-info-box {
    max-width: 400px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 20px 0;
}

.member-info-box li {
    min-height: 60px;
}

.member-info-box li p {
    margin: 10px 0 15px;
    color: #707070;
    font-size: var(--f14);
    letter-spacing: -0.5px;
}

.join-radio-box {
    display: flex;
    align-items: center;
    gap: 0 10px;
    height: 60px;
}

.join-radio-box input {
    accent-color: var(--main-color);
    width: 20px;
    height: 20px;
}

.input-disable {
    background: #FAFAFA;
    padding: 0 16px;
    line-height: 60px;
}

.area {
    display: flex;
    gap: 0 10px;
    align-items: center;
}

.area select {
    background: #FAFAFA url("/images/ic_under.svg") center right 15px no-repeat;
    background-size: 10px 8px;
    padding: 0 16px;
    line-height: 60px;
    border: none;
    flex: 1;
}

/* 마이페이지 - 정보수정 & 회원탈퇴 */
.withdraw-area {
    width: 100%;
    text-align: center;
    padding-top: 50px;
}

.withdraw-area p {
    color: #707070;
    font-size: var(--f18);
    padding-bottom: 20px;
}

.withdraw-area a {
    font-size: var(--f18);
    color: var(--main-color2);
    text-decoration: underline;
    text-underline-offset: 5px;
}

/* 마이페이지 - 예약확인 */
.btn-tbl {
    line-height: 30px;
    text-align: center;
    display: block;
    width: 90%;
    max-width: 78px;
    color: #fff;
    margin: auto;
}

.btn-tbl.cancel {
    background-color: #777;
}

.btn-tbl.change {
    background-color: var(--sub-color);
}

.ct-box {
    line-height: 1.5em;
    color: #707070;
    padding: 8px 0;
    word-break: keep-all;
}

/* 마이페이지 - 마이페이지 */
.coupon-summary {
    border-radius: 15px;
    background: #FBFBFB;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0;
}

.coupon-summary h1 {
    width: 170px;
    height: 96px;
    background: url("/images/logo.svg") center center no-repeat;
    background-size: 170px 96px;
    margin-bottom: 30px;
}

.coupon-summary p {
    padding: 14px 0;
    line-height: 1.5em;
    text-align: center;
    word-break: keep-all;
}

.welcome {
    color: #818181;
}

.welcome b {
    font-weight: 600;
    color: var(--black);
}

.coupon-summary p span {
    color: var(--red);
    font-weight: 600;
}

.slider-wrapper {
    position: relative;
    max-width: 1200px;
    margin: auto;
}

.card-slider {
    width: 100%;
}

.swiper-slide.card {
    background: #F3F3F3;
    border-radius: 15px;
    padding: 28px 30px;
    height: 220px;
    overflow: hidden;
}

.card-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 26px;
}

.card-title {
    color: #7F7D7E;
}

.card-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: var(--f14);
}

.card-info em {
    display: inline-block;
    width: 75px;
}

.card-info span {
    color: #BD0E0E;
}

.card-info li::before {
    content: '·';
    display: inline-block;
    padding: 0 5px;
}

.empty-desc {
    text-align: center;
    line-height: 1.6em;
    color: #707070;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-buttons {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 10;
}

.nav-buttons .swiper-button-prev {
    left: -30px;
    background: url("/images/ic_slider_r.svg") center center no-repeat;
    transform: rotateZ(180deg);
}

.nav-buttons .swiper-button-next {
    right: -30px;
    background: url("/images/ic_slider_r.svg") center center no-repeat;
}

.nav-buttons .swiper-button-next:after,
.nav-buttons .swiper-button-prev:after {
    font-size: 0;
}

/* 클럽소식 - list */
.board-list {
    position: relative;
    width: 100%;
    margin-top: 58px;
    border-top: 1px solid #cbcbcb;
}

.board-list li {
    border-bottom: 1px solid #ddd;
    width: 100%;
    min-height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 20px;
    transition: .1s all ease;
    gap: 0 15px;
}

.board-list li:hover {
    background-color: #f4f4f4;
}

.title-area {
    display: flex;
    align-items: center;
    height: 100%;
    gap: 0 15px;
    flex: 1;
    font-size: var(--f18);
}

.title-area b {
    flex-basis: 60px;
    font-size: var(--f16);
    text-align: center;
}

.title-area b span {
    display: block;
    border-radius: 5px;
    background: #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: #707070;
}

.board-list li .title {
    flex: 1;
    display: block;
    line-height: 1.3em;
}

.board-list li:hover a span {
    text-decoration: underline;
    text-underline-offset: 5px;
}

.notice-title {
    color: #fff;
    background: #000;
    border-radius: 5px;
    padding: 5px 13px;
}

/* 클럽소식 - view */
.board-view {
    width: 100%;
    margin-top: 36px;
}

.board-view-top {
    width: 100%;
    background-color: #fafafa;
    border-top: 1px solid #CBCBCB;
    border-bottom: 1px solid #cbcbcb;
}

.board-view-top ul {
    width: 100%;
    min-height: 50px;
    padding: 5px 15px;
    display: flex;
    align-items: center;
}

.board-view-top ul.title-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.board-view-top ul.file-area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 15px;
}

.board-view-top ul.file-area li.file {
    position: relative;
    padding-left: 15px;
}

.board-view-top ul.file-area li.file::before {
    content: '|';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.board-view-top ul li {
    color: #707070;
}

.board-view-top ul li.title {
    text-align: left;
    font-size: var(--f18);
    color: #333;
    font-weight: 500;
    line-height: 1.5em;
}

.board-view-top ul li.date {
    text-align: right;
    font-size: var(--f16);
}

.board-view-top ul li em {
    display: inline-block;
    width: 1px;
    border-right: 1px solid #ccc;
    height: 20px;
    vertical-align: middle;
    margin: 0 15px;
}

.board-view-top ul li b {
    font-weight: 600;
}

.board-view-con {
    min-height: 300px;
    /*border-bottom: solid 1px #cbcbcb;*/
    padding: 40px 30px;
    /*margin-bottom: 70px;*/
    line-height: 1.5em;
    text-align: center;
}

.board-view-con img {
    display: block;
    max-width: 100%;
    margin: auto;
}

/* 클럽소식 - event */
.event-list-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    margin-top: 40px;
    min-width: 0;
    justify-content: flex-start;
    align-content: flex-start;
}

.event-list-wrap ul {
    flex: 0 0 276px;
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    min-width: 0;
    cursor: pointer;
}

.event-list-wrap ul li {
    min-width: 0;
}

.event-list-wrap figure {
    aspect-ratio: 1/1;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #ddd;
}

.event-list-wrap figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.event-list-wrap h3 {
    font-size: var(--f18);
    margin: 10px 0;
    line-height: 1.5em;
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.event-list-wrap ul.end {
    cursor: default;
}

.event-list-wrap ul.end figure {
    position: relative;
}

.event-list-wrap ul.end figure::after {
    content: '해당 이벤트는 종료 되었습니다.';
    font-size: var(--f18);
    font-weight: 700;
    color: #fff;
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
}

.event-list-wrap ul li p.d-date {
    font-size: 16px;
}

.event-list-wrap ul li p.d-date span {
    color: var(--sub-color);
    text-transform: uppercase;
}

/* 클럽소식 - 영광의순간 */
.honor-list-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    min-width: 0;
    justify-content: flex-start;
    align-content: flex-start;
    gap: 22px;
}

.honor-list-wrap ul {
    flex: 0 0 385px;
    display: flex;
    flex-direction: column;
    padding: 25px;
    min-width: 0;
    border: 1px solid #e7e7e7;
    border-radius: 15px;
}

.honor-list-wrap ul:nth-child(2n-1) {
    background-color: #FBFBFB;
}

.honor-list-wrap ul li {
    min-width: 0;
    text-align: center;
    border-radius: 15px;
    overflow: hidden;
}

.honor-list-wrap ul li .date {
    color: #000;
    font-size: var(--f20);
    padding: 12px 0 18px;
    font-weight: 400;
}

.honor-list-wrap ul li .title {
    font-size: var(--f32);
    font-weight: 600;
    color: var(--sub-color);
}

.honor-info {
    padding-top: 30px;
}

.honor-info h2 {
    font-size: var(--f20);
    font-weight: 600;
    padding-bottom: 5px;
}

.honor-info p {
    font-size: var(--f14);
    line-height: 1.6em;
}

.honor-info p span {
    display: block;
}

.honor-info p b {
    font-weight: 600;
}

/* 조인게시판 */
.join-list-wrap {
    margin-top: 58px;
}

.join-list-wrap ul {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.join-list-wrap ul li {
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #e7e7e7;
    border-radius: 16px;
    width: 282px;
    min-width: 0;
}

.join-list-wrap ul li a {
    width: 100%;
    height: 100%;
    padding: 25px 16px;
    display: flex;
    flex-direction: column;
    gap: 16px 0;
}

.join-list-wrap ul li:hover {
    background: var(--main-color);
}

.join-list-wrap ul li:hover .title,
.join-list-wrap ul li:hover .join-date {
    color: #fff;
}

.join-list-wrap ul li:hover .join-info {
    background: var(--main-color);
    border: 1px solid #fff;
}

.join-list-wrap ul li:hover .join-info p {
    color: #fff;
}

.join-list-wrap ul li .status {
    color: #fff;
    font-size: var(--f16);
    padding: 6px 0;
    border-radius: 16px;
    background: var(--main-color);
    display: block;
    width: 70px;
    text-align: center;
}

.join-list-wrap ul li .status.end {
    background: #222;
}

.join-list-wrap ul li .title {
    font-size: var(--f20);
    font-weight: 600;
    line-height: 26px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    width: 100%;
    word-break: break-all;
    white-space: normal;
    height: 52px;
}

.join-list-wrap .join-info {
    padding: 7px 16px;
    border-radius: 16px;
    background: #f8f8f8;
    border: 1px solid #f8f8f8;
}

.join-list-wrap .join-info p {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 10px;
    font-size: 16px;
    font-weight: 500;
}

.join-list-wrap .join-info p {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 10px;
}

.join-list-wrap .join-date {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 10px;
    font-size: 14px;
    font-weight: 400;
}

.join-list-wrap .join-date p b {
    display: inline-block;
    margin-left: 5px;
}

/* join-view */
.join-view-top {
    width: 100%;
    background-color: #fafafa;
    border-top: 1px solid #CBCBCB;
    border-bottom: 1px solid #cbcbcb;
}

.join-view-top ul {
    width: 100%;
    min-height: 50px;
    padding: 33px 24px;
    display: flex;
    align-items: center;
}

.join-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.join-title .status {
    color: #fff;
    background: var(--main-color);
    width: 70px;
    border-radius: 16px;
    padding: 6px 0;
    text-align: center;
    font-size: 16px;
    display: block;
}

.join-title .status.end {
    background: #222;
}

.join-title .title {
    display: flex;
    align-items: center;
    gap: 0 20px;
}

.join-title .title p {
    color: #222;
    font-size: 18px;
    font-weight: 600;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    width: 100%;
    word-break: break-all;
    white-space: normal;
}

.join-title .info {
    display: flex;
    align-items: center;
    gap: 0 15px;
}

.join-title .info p {
    color: #707070;
    position: relative;
}

.join-title .info p:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    background: #222;
    width: 1px;
    height: 18px;
}

.join-view-con {
    min-height: 248px;
    padding: 40px 25px;
    line-height: 28px;
}

.join-view-con ul li {
    font-size: 18px;
    display: flex;
    gap: 0 5px;
}

.join-reply-con {
    background: #F8F8F8;
    border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    padding: 24px;
    line-height: 24px;
}

.join-reply-con h2 {
    text-indent: 30px;
    background: url("/images/icon_reply.svg")no-repeat left center;
    background-size: 24px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
}

.join-reply-con ul li {
    font-size: 16px;
    color: #707070;
    display: flex;
    gap: 0 5px;
}

.join-reply-con .no-data {
    font-size: 16px;
    text-align: center;
    color: #707070;
}

.reply-btn-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.reply-btn-wrap p{
    color: #707070;
    font-size: 16px;
}

.reply-btn-wrap a {
    width: 60px;
    display: block;
    padding: 3px 0;
    font-size: 16px;
    text-align: center;
    border-radius: 8px;
    background: #F8F8F8;
    color: #707070;
    border: 1px solid #707070;
    margin-left: 32px;
}

/*.reply-btn-wrap a.edit {
    background: #222;
    color: #fff;
    border: 1px solid #222;
    margin-right: 10px;
}

.reply-btn-wrap a.delete {
    background: #F8F8F8;
    color: #707070;
    border: 1px solid #707070;
}*/

.btn-basic-wrap.join a {
    color: #fff;
}

.btn-basic-wrap.join .btn-list {
    background: #aaa;
}

.btn-basic-wrap.join .btn-reply {
    background: var(--sub-color);
}

.btn-basic-wrap.join .btn-join-end {
    background: #222;
}

.btn-basic-wrap.join .btn-join-delete {
    background: #FF003C;
}

.join-reply-con.write {
    background: #fff;
}

.join-reply-con.write textarea {
    background: #fff;
    border: 1px solid #CBCBCB;
    width: 100%;
    height: 115px;
    padding: 16px;
    box-sizing: border-box;
}

.reply-btn-wrap .apply {
    background: #222;
    color: #fff;
    border: 1px solid #222;
}

.join-write-form {
    margin-top: 56px;
}

.join-write-form table {
    width: 100%;
    border-top: 1px solid #CBCBCB;
}

.join-write-form table tbody tr th {
    border-bottom: 1px solid #CBCBCB;
    background: #FAFAFA;
    font-weight: 400;
    padding: 0 24px;
    text-align: left;
    height: 75px;
    vertical-align: middle;
}

.join-write-form table tbody tr td {
    border-bottom: 1px solid #CBCBCB;
    background: #fff;
    font-weight: 400;
    padding: 0 24px;
    height: 75px;
    vertical-align: middle;
}

.join-write-form .radio-wrap {
    display: flex;
    gap: 0 20px;
    align-items: center;
}

.join-write-form .radio-wrap .radio {
    display: flex;
    align-items: center;
    gap: 0 5px;
}

.join-write-form .select-wrap {
    display: flex;
    gap: 0 10px;
    align-items: center;
}

.join-write-form .select-wrap select {
    width: 145px;
    height: 59px;
}

.width-select {
    width: 312px !important;
}

/* // 조인게시판 */

/* 클럽소식 - 고객의 소리 */
.board-list.vod li .title em {
    color: var(--sub-color);
    display: inline-block;
    margin-left: 6px;
}

.board-list.vod li .title em.unanswered {
    color: #B29B78;
}

.post-info-list {
    gap: 12px;
    flex-wrap: wrap;
    color: #707070;
}

.post-info-list b {
    color: #3C3A3A;
}

.btn-basic-wrap a.btn-delete {
    background-color: #fff;
    border: 1px solid #DCDCDC;
}

.btn-basic-wrap a.btn-list {
    background-color: var(--sub-color);
    color: #fff;
}

.admin-reply {
    width: 100%;
    background-color: #fafafa;
    padding: 45px 40px 40px;
    line-height: 1.5em;
    margin-top: 80px;
}

.admin-reply h4 {
    font-size: var(--f20);
    font-weight: 500;
    padding-bottom: 15px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.admin-reply h4 span {
    font-size: var(--f16);
    color: #707070;
    font-weight: 400;
}

.admin-reply p {
    padding: 10px 0;
    max-height: 150px;
    overflow-y: auto;
}

.btn-reply-wrap {
    border-top: 1px solid #DADADA;
    padding-top: 20px;
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0 15px;
}

.btn-reply-wrap a {
    width: 100px;
    line-height: 50px;
    background-color: #DCDCDC;
    color: #707070;
    text-align: center;
}

.btn-reply-wrap a.btn-delete {
    background-color: #fff;
    border: 1px solid #DCDCDC;
}

.tbl-write {
    width: 100%;
    border-top: 1px solid #CBCBCB;
}

.tbl-write tr {
    border-bottom: 1px solid #CBCBCB;
}

.tbl-write th {
    background-color: #F5F5F5;
    padding: 20px 0 20px 30px;
    text-align: left;
    min-height: 60px;
}

.tbl-write td {
    padding: 10px 20px;
    min-height: 60px;
    vertical-align: middle;
}

.tbl-write td input[type=text] {
    width: 100%;
    height: 40px;
    background-color: #fff;
    border: 1px solid #cbcbcb;
}

.tbl-write td textarea {
    width: 100%;
    height: 480px;
    background-color: #fff;
    border: 1px solid #cbcbcb;
}

.voc-radio-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px 25px;
}

.voc-radio-box span {
    display: flex;
    align-items: center;
    gap: 0 5px;
}

.voc-radio-box input {
    accent-color: var(--main-color);
    width: 20px;
    height: 20px;
}

/*.tbl-write .file-area {
    display: flex;
    align-items: center;
    gap: 0 20px;
    font-weight: 300;
    color: #ABABAB;
    line-height: 1.5em;
}

.tbl-write .file-area .file-btn {
    width: 130px;
    line-height: 40px;
    background-color: #000;
    color: #fff;
    text-align: center;
    cursor: pointer;
}*/

/* 예약안내 - 이용안내*/
.guide-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 15px;
    margin-bottom: 80px;
}

.guide-tab a {
    flex-shrink: 1;
    min-width: 138px;
    padding: 10px 30px;
    background-color: #EFEFEF;
    text-align: center;
    color: #9C9C9C;
    border-radius: 30px;
    font-size: var(--f20);
    transition: .1s all ease-in-out;
}

.guide-tab a.on, .guide-tab a:hover {
    background-color: var(--sub-color);
    color: #fff;
}

.step-wrap {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 30px;
    width: 100%;
}

.step-flow {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    padding: 0 8px;
}

.step-flow::before {
    content: '';
    position: absolute;
    inset: 30px 110px 0;
    border-top: 2px dashed #e8e8e8;
}

.step-flow li {
    flex: 1 1 0;
    text-align: center;
}

.step-flow li .dot {
    position: relative;
    z-index: 1;
    width: 64px;
    height: 64px;
    margin: 0 auto 25px;
    background: var(--sub-color);
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.step-flow li h5 {
    margin-bottom: 15px;
    color: #111;
    font-weight: 500;
}

.step-flow li .desc {
    line-height: 1.5em;
}

.guide-list {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 36px;
    counter-reset: n;
}

.guide-list > li {
    flex: 1 1 calc(50% - 18px);
    display: flex;
    align-items: center;
    gap: 36px;
    padding: 30px 60px;
    min-height: 130px;
    border: 1px solid #c2c2c2;
    border-radius: 10px;
    font-size: var(--f20);
    line-height: 1.5em;
    word-break: keep-all;
}

.guide-list > li::before {
    counter-increment: n;
    content: counter(n);
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    color: #000;
    font-weight: 500;
    background: #F5F5F5;
}

.guide-list > li.guide-etc {
    font-size: var(--f14);
    letter-spacing: -0.5px;
    border: 0;
    padding: 0 10px;
    min-height: auto;
}

.guide-list > li.guide-etc::before {
    display: none;
}

.guide-list.terms > li {
    flex-basis: 100%;
    font-size: var(--f16);
    color: #707070;
}

.guide-list.terms > li p {
    display: flex;
    align-items: center;
    width: calc(100% - 60px);
    gap: 0 20px;
}

.guide-list.terms > li p strong {
    flex-basis: 190px;
    color: #333;
    font-weight: 500;
}

.guide-list.terms > li p em {
    flex-basis: calc(100% - 210px);
}

.guide-list.terms > .group-tbl-area {
    width: 100%;
    margin: 70px 0 60px;
}

.guide-list.terms > li.guide-etc p {
    width: 100%;
}

/* 코스안내 */
.map-img {
    margin: 58px 0;
}

.map-img img {
    width: 100%;
    height: 516px;
}

.course-guide-wrap {
    margin-top: 40px;
}

.course-slide-wrap {
    position: relative;
}

.course-pagination {
    display: flex;
    gap: 0 5px;
    position: absolute;
    top: 155px !important;
    left: 75px !important;
    z-index: 10;
    width: auto !important;
}

.course-pagination span {
    width: 40px;
    height: 40px;
    border: 1px solid #CBCBCB;
    background: #F8F8F8;
    color: #cbcbcb;
    opacity: 10 !important;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.course-pagination span:not(:last-child)::after {
    content: "";
    width: 5px;
    height: 1px;
    background: #CBCBCB;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -6px;
}

.course-pagination span.on {
    background: #fff;
    border: 1px solid var(--main-color);
    color: var(--main-color);
}

.course-nav button {
    position: absolute;
    top: 50px;
    width: 24px;
    height: 24px;
    z-index: 10;
}

.course-nav button.course-prev {
    left: 180px;
    background: url('/images/ic_m_l.svg')no-repeat center center;
    background-size: 100%;
}

.course-nav button.course-next {
    left: 360px;
    background: url('/images/ic_m_r.svg')no-repeat center center;
    background-size: 100%;
}


.course-slide-box {
    display: flex;
    gap: 0 40px;
    height: 440px;
}

.course-slide-text {
    width: calc(50% - 40px);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hole-num li {
    text-align: center;
}

.hole-num li:first-child {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.hole-num li.num {
    color: var(--main-color2);
    font-size: 60px;
    font-weight: 600;
    margin: 10px 0;
}

.hole-info {
    display: flex;
    align-items: center;
}

.hole-info li {
    color: #707070;
    font-weight: 500;
}

.hole-text {
    margin-top: 120px;
    width: 100%;
}

.hole-text h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--main-color);
}

.hole-text ul li {
    line-height: 180%;
    position: relative;
    margin-left: 10px;
}

.hole-text ul li::after {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #000;
    position: absolute;
    left: -10px;
    top: 12px;
}

.hole-img {
    width: 50%;
}

.hole-img-swiper {
    width: 100%;
    height: 390px;
    position: relative;
}

.hole-img-swiper img {
    width: 100%;
    height: 100%;
    display: block;
}

.hole-img-pagination {
    position: absolute;
    z-index: 51;
    bottom: 15px !important;
    left: 50% !important;
    transform: translateX(-50%);
    width: auto !important;
}

.hole-img-pagination span {
    width: 10px;
    height: 10px;
    border: 1px solid #707070;
    background: #cbcbcb;
}

.hole-img-pagination span.on {
    background: #fff;
}

.green-info {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.green-info li b {
    font-weight: 500;
}

.green-info li {
    display: flex;
    align-items: center;
    gap: 0 10px;
}

.green-info li span {
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

.green-info li:nth-of-type(1) span {
    background: #0B0B0B;
    border: 1px solid #0B0B0B;
}

.green-info li:nth-of-type(2) span {
    background: #0B04CD;
    border: 1px solid #0B04CD;
}

.green-info li:nth-of-type(3) span {
    background: #fff;
    border: 1px solid #CBCBCB;
}

.green-info li:nth-of-type(4) span {
    background: #F8E049;
    border: 1px solid #F8E049;
}

.green-info li:nth-of-type(5) span {
    background: #E0062D;
    border: 1px solid #E0062D;
}

.course-gallery-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-top: 35px;
}

.gallery-slide {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.gallery-slide .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery-slide .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-thumbs-slide {
    margin-top: 10px;
}

.gallery-thumbs-slide .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.gallery-thumbs-slide .swiper-slide-thumb-active {
    opacity: 1;
}

.gallery-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 16px;
    width: 34px;
    height: 34px;
    z-index: 10;
    background: url('/images/ic_m_l.svg')no-repeat center center;
    background-size: 100%;
    cursor: pointer;
}

.gallery-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    width: 34px;
    height: 34px;
    z-index: 10;
    background: url('/images/ic_m_r.svg')no-repeat center center;
    background-size: 100%;
    cursor: pointer;
}


/* 클럽소개 */
.container.wide {
    width: 100%;
}

.clubIntro-wrap .section01 {
    background: url("/images/clubIntro_img01.jpg") no-repeat center center / cover;
    width: 100%;
    height: 705px;
    position: relative;
}

.clubIntro-wrap .section01 .text {
    color: #fff;
    position: absolute;
    left: 359px;
    top: 50%;
    transform: translateY(-50%);
}

.clubIntro-wrap .section01 .text h3 {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 32px;
    line-height: 140%;
    letter-spacing: -0.72px;
}

.clubIntro-wrap .section01 .text p {
    font-size: 18px;
    line-height: 180%;
    letter-spacing: -0.72px;
}

.clubIntro-wrap .section02 {
    width: 100%;
    height: 609px;
    display: flex;
    justify-content: center;
    gap: 0 180px;
}

.clubIntro-wrap .section02 .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.clubIntro-wrap .section02 .img.first {
    width: 400px;
    height: 580px;
    left: 0;
    top: -100px;
    position: relative;
}

.clubIntro-wrap .section02 .img.second {
    width: 580px;
    height: 315px;
    right: 0;
    top: 61px;
    position: relative;
}

.clubIntro-wrap .section02 .text {
    font-size: 18px;
    line-height: 150%;
    word-break: keep-all;
    letter-spacing: -0.72px;
}

.clubIntro-wrap .section02 .img.first .text {
    position: absolute;
    bottom: 76px;
    left: 16px;
    color: #fff;
}

.clubIntro-wrap .section02 .img.second .text {
    margin-top: 35px;
}

.clubIntro-wrap .section02 .sub-title {
    position: absolute;
    font-size: 28px;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
}

.clubIntro-wrap .section02 .img.first .sub-title {
    left: -55px;
    top: 40px;
    color: #fff;
    transform: rotate(90deg);
}

.clubIntro-wrap .section02 .img.second .sub-title {
    right: -45px;
    top: 20px;
    color: #CBCBCB;
    transform: rotate(90deg);
}

.clubIntro-wrap .section03 {
    background: url("/images/clubIntro_img05.jpg") no-repeat center center / cover;
    width: 100%;
    height: 911px;
    position: relative;
}

.clubIntro-wrap .section03 .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 1180px;
    height: 100%;
    margin: 0 auto;
}

.clubIntro-wrap .section03 .img {
    width: 1180px;
    height: 502px;
}

.clubIntro-wrap .section03 .text {
    font-size: 18px;
    line-height: 180%;
    letter-spacing: -0.72px;
    margin-top: 32px;
}

.clubIntro-wrap .section04 {
    width: 1200px;
    margin: 70px auto;
}

.clubIntro-wrap .section04 .title-bar {
    margin: 32px 0;
}

/* // 클럽소개 */

/* ceo 인사말 */
.greeting-wrap .img-back {
    width: 100%;
    height: 259px;
    background: url("/images/greeting_img01.jpg")no-repeat center center / cover;
}

.greeting-wrap .text-box {
    width: 1200px;
    margin: 70px auto;
    border: 1px solid #213982;
    padding: 30px 60px;
}

.greeting-wrap .text-box h3 {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -0.88px;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
    margin-left: 35px;
}

.greeting-wrap .text-box h3::after {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #121212;
    position: absolute;
    left: -18px;
    top: 50%;
    transform: translateY(-50%);
}

.greeting-wrap .text-box p {
    font-size: 16px;
    line-height: 180%;
    letter-spacing: -0.64px;
    color: #707070;
}

/* // ceo 인사말 */

.tbl-sty02 {
    width: 100%;
    border-top: 2px solid var(--main-color2);
    font-weight: 400;
    color: #363636;
}

.tbl-sty02 th {
    text-align: center;
    vertical-align: middle;
    background-color: #fafafa;
    border-bottom: 1px solid var(--main-color2);
    padding: 10px 0;
    font-size: var(--f18);
    font-weight: 500;
    word-break: keep-all;
    height: 50px;
}

.tbl-sty02 td {
    line-height: 1.33em;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid var(--main-color2);
    padding: 10px;
    font-weight: 500;
    height: 50px;
    letter-spacing: -0.64px;
    word-break: keep-all;
}

.tbl-sty02 td span {
    color: #797979;
    font-weight: 400;
}

.tbl-sty02 th.red {
    font-weight: 400;
    font-size: var(--f16);
}

.tbl-sty02 tr.bd-top {
    border-top: 2px solid var(--main-color2);
}

/* 오시는길 */
.sub-map-area {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

#daumRoughmapContainer1764902756449 {
    width: 100%;
    height: 538px !important;
    position: relative;
}

#daumRoughmapContainer1764902756449 > div,
#ddaumRoughmapContainer1764902756449 iframe {
    width: 100% !important;
    height: 100% !important;
    display: block;
}

.root_daum_roughmap .wrap_btn_zoom {
    display: none !important;
}

.sub-map-info {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -50px;
    z-index: 5;
    background: linear-gradient(0deg, rgba(33, 57, 130, 0.90) 5.45%, rgba(0, 24, 72, 0.90) 100%);
    width: 550px;
    height: 128px;
    padding: 24px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}

.sub-map-info p {
    font-size: var(--f22);
    text-align: center;
}

.sub-map-info .tel {
    font-size: var(--f18);
    text-align: center;
    margin-top: 20px;
    display: flex;
    gap: 0 56px;
    justify-content: center;
    align-items: center;
}

.sub-map-info .tel b {
    color: var(--main-color2);
    font-weight: 500;
    margin-right: 5px;
}

.map-info-wrap {
    width: 100%;
    padding: 104px 0 40px 0;
}

.toggle-content {
    width: 100%;
    border-top: 2px solid #707070;
}

.toggle-content li {
    cursor: pointer;
}

.toggle-content li .title {
    color: var(--main-color);
    font-weight: 600;
    font-size: 18px;
    padding: 32px 24px;
    position: relative;
    border-bottom: 1px solid #cbcbcb;
}

.toggle-content li .icon {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    background: url("/images/icon_plus.svg") no-repeat center center / cover;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.toggle-content li .icon.active {
    background: url("/images/icon_minus.svg") no-repeat center center / cover;
}

.toggle-content li p {
    color: #222;
    font-weight: 500;
    font-size: 18px;
    background: #FAFAFA;
    padding: 32px 24px;
    border-bottom: 1px solid #CBCBCB;
    display: none;
}

.toggle-content li p.open {
    display: block;
}

.map-info-wrap .info-text {
    margin-top: 16px;
}

.map-info-wrap .info-text span {
    display: block;
    font-size: 16px;
    color: #707070;
    line-height: 180%;
}

.service-info-wrap {
    display: flex;
    flex-direction: column;
    gap: 16px 0;
}

.service-info {
    border: 1px solid #cbcbcb;
    padding: 24px 32px;
    display: flex;
    align-items: center;
    gap: 0 25px;
}

.service-info .title {
    display: flex;
    flex-direction: column;
    gap: 5px 0;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.8px;
    line-height: 28px;
}

.service-info .title span {
    color: var(--sub-color);
}

.service-info .title a {
    background: var(--main-color2);
    color: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 5px 42px;
    font-size: 16px;
    margin-top: 5px;
}

.service-info ul {
    margin-left: 10px;
}

.service-info ul li {
    font-size: 18px;
    color: #707070;
    display: flex;
    gap: 0 10px;
    line-height: 28px;
    letter-spacing: -0.72px;
}

.service-info ul li strong {
    color: var(--main-color2);
}

/* // 오시는 길 */

/* 시설안내 */
.basic-slider-wrap {
    width: 100%;
    height: 792px;
    position: relative;
    margin: 58px 0 25px 0;
}

.basic-slider-wrap.tab {
    margin: 32px 0 25px 0;
}

.basic-swiper {
    position: relative;
    height: 100%;
}

.basic-swiper .swiper-slide {
    position: relative;
}

.basic-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.basic-swiper-nav .slide-count {
    position: absolute;
    bottom: 11px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.basic-swiper-nav .slide-count span {
    color: #707070;
    font-weight: 500;
    font-size: 16px;
}

.basic-swiper-nav .prev, .basic-swiper-nav .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.basic-swiper-nav .prev {
    left: 16px;
    cursor: pointer;
}

.basic-swiper-nav .next {
    right: 16px;
    cursor: pointer;
}

/*.facil-swiper-nav .swiper-pagination-bullets.swiper-pagination-horizontal {
    position: relative;
    bottom: auto;
    top: auto;
    width: auto;
}

.facil-swiper-nav .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    background-color: transparent;
    opacity: 1;
}

.facil-swiper-nav .swiper-pagination-bullet-active {
    background-color: #fff;
    width: 30px;
    border-radius: 10px;
}*/

.facilities-info-wrap {
    border: 1px solid var(--main-color);
    padding: 30px 60px;
}

.facilities-info-wrap h3 {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -0.88px;
    position: relative;
    margin-left: 25px;
    text-transform: uppercase;
}

.facilities-info-wrap h3::after {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    background: #000;
}

.facilities-info-wrap p {
    color: #707070;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: -0.64px;
    margin-top: 20px;
}

.normal-tab {
    width: 100%;
    display: flex;
    margin-top: 32px;
}

.normal-tab li {
    background: #F5F5F5;
    width: 50%;
    font-size: 20px;
    color: #707070;
    font-weight: 500;
    text-align: center;
    padding: 18px 0;
    cursor: pointer;
    flex: 1;
}

.normal-tab li.on {
    background: var(--main-color);
    color: #fff;
}

.res-table {
    margin-top: 32px;
}

.res-table tbody tr th {
    background: #fff;
    font-weight: 400;
    padding: 15px 10px;
}

.res-table tbody tr td {
    padding: 15px 10px;
}

.res-table tbody tr td.title {
    font-weight: 600;
    font-size: 18px;
    text-align: left;
}

.res-table tbody tr td span {
    display: block;
    font-size: 14px;
    font-weight: 400;
}

.table-text {
    margin-top: 16px;
}

.table-text li {
    color: #707070;
    line-height: 180%;
    display: flex;
    gap: 0 5px;
}

.table-text li.left {
    margin-left: 15px;
}

/* 이용안내 */
.guide-container {
    margin-top: 70px;
}

/*.guide-tab-cont .title-bar {
    margin-bottom: 35px;
}*/

.guide-box-wrap {
    display: flex;
    flex-direction: column;
    gap: 25px 0;
}

.guide-box {
    border: 1px solid var(--main-color);
    padding: 30px 60px;
    display: flex;
    gap: 0 50px;
    align-items: center;
}

.guide-box .top {
    display: flex;
    gap: 0 35px;
    align-items: center;
    width: 25%;
}

.guide-box img {
    width: 60px;
    height: 60px;
}

.guide-box h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.8px;
}

.guide-box ul li {
    font-size: 16px;
    line-height: 180%;
    color: #707070;
    display: flex;
    gap: 0 5px;
}

.guide-tab-cont.fee {
    display: flex;
    flex-direction: column;
    gap: 56px 0;
}

.guide-tab-cont.penalty {
    display: flex;
    flex-direction: column;
    gap: 35px 0;
}

.guide-tab-cont.local {
    display: flex;
    flex-direction: column;
    gap: 35px 0;
}

.guide-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--main-color);
    margin-bottom: 16px;
}

.guide-title02 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
}

.guide-box-wrap02 {
    border: 1px solid var(--main-color);
    padding: 30px 60px;
    display: flex;
    flex-direction: column;
    gap: 20px 0;
}

/* 객실안내 */
.room-container {
    margin-top: 58px;
}

.room-info-wrap {
    display: flex;
    gap: 0 65px;
    width: 100%;
}

.room-info-wrap .title {
    display: flex;
    flex-direction: column;
    width: 401px;
}

.room-info-wrap .title span {
    text-transform: uppercase;
    color: var(--main-color2);
    font-size: 20px;
    font-weight: 500;
}

.room-info-wrap .title p {
    font-size: 20px;
    font-weight: 500;
    margin-top: 16px;
    line-height: 180%;
}

.room-info-wrap .title b {
    font-size: 16px;
    margin: 48px 0;
}

.room-info-wrap .title a {
    font-size: 18px;
    text-align: center;
    border-radius: 28px;
    border: 1px solid #222433;
    padding: 17px 0;
    width: 185px;
    background: url("/images/icon_room_btn.svg") no-repeat top 23px right 45px;
}

.room-info-wrap .text {
    width: calc(100% - 466px);
}

.room-info-wrap .text h3 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 16px;
    color: var(--main-color);
}

.room-info-wrap .text p {
    font-size: 18px;
    line-height: 180%;
    color: #707070;
    word-break: keep-all;
}

.room-img {
    display: flex;
    gap: 0 10px;
    width: 100%;
    height: 670px;
    margin-top: 45px;
}

.room-img .big {
    width: 70%;
    height: 100%;
}

.room-img .big img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.room-img .small {
    width: calc(30% - 10px);
    display: flex;
    flex-direction: column;
    gap: 10px 0;
    height: 100%;
}

.room-img .small img {
    height: calc((100% - 20px)/3);
    object-fit: cover;
}

/* 개인정보처리방침 */
.policy-wrap {
    font-size: 16px;
    line-height: 26px;
    color: #626262;
}

.policy-wrap h2 {
    font-size: 24px;
    font-weight: 500;
    padding: 15px 0;
    border-bottom: 1px solid #222;
    color: #2E2E2E;
    margin-bottom: 15px;
}

.policy-wrap a {
    text-decoration: underline;
}