@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;
    color: #333;
    background: url('/images/ic_under.svg') center right 5px no-repeat;
    background-size: 10px 8px;
}

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;
    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;
}

.common-tab-wrap a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 2px;
    background-color: #0D0D0D;
    transition: width .2s ease-in-out;
}

.common-tab-wrap a:hover::before,
.common-tab-wrap a.on::before {
    width: 100%;
}

.common-tab-wrap a:hover,
.common-tab-wrap a.on {
    font-weight: 600;
    color: #0D0D0D;
}

.container {
    width: 1200px;
    margin: auto;
    position: relative;
    padding: 90px 0;
}

.normal-pop {
    border-radius: 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;
}

.title-bar::before {
    content: '';
    height: 3px;
    width: 38px;
    background-color: var(--main-color);
    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;
}

.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: #8A784F;
}

.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(--sub-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-color2);
    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 #8A784F;
    font-weight: 400;
    color: #363636;
    font-size: var(--f16);
}

.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-color);
    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;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
}

.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;
}

/* //reservation */

.tbl-sty01 {
    width: 100%;
    border-top: 2px solid var(--main-color2);
    font-weight: 400;
    color: #363636;
}

.tbl-sty01 th {
    text-align: center;
    vertical-align: middle;
    background-color: #fafafa;
    border-bottom: 1px solid #cbcbcb;
    padding: 10px 0;
    font-weight: 500;
    height: 50px;
}

.tbl-sty01 td {
    line-height: 1.33em;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #cbcbcb;
    padding: 10px 0;
    font-weight: 300;
    height: 50px;
    word-break: keep-all;
}

/* 회원가입 -  로그인 */
.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-color);
    color: #fff;
    font-size: var(--f18);
    text-align: center;
    margin-top: 20px;
}

.result-text {
    text-align: center;
    padding-bottom: 50px;
    border-bottom: 1px solid #dedede;
}

.result-text span {
    color: var(--sub-color);
    font-size: var(--f36);
    display: block;
    margin: 25px 0;
}

/* 회원가입 - 회원가입 */
.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: 36px;
    border-top: 1px solid #ddd;
}

.board-list li {
    border-bottom: 1px solid #ddd;
    width: 100%;
    min-height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 20px;
    transition: .1s all ease;
    gap: 0 15px;
}

.board-list li:hover {
    background-color: #f4f4f4;
}

.title-area {
    display: flex;
    align-items: center;
    height: 100%;
    gap: 0 15px;
    flex: 1;
    font-size: var(--f18);
}

.title-area b {
    flex-basis: 60px;
    font-size: var(--f16);
    text-align: center;
}

.title-area b span {
    display: block;
    border-radius: 5px;
    background: #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;
}

/* 클럽소식 - view */
.board-view {
    width: 100%;
    margin-top: 36px;
}

.board-view-top {
    width: 100%;
    background-color: #fafafa;
    border-top: 1px solid #CBCBCB;
}

.board-view-top ul {
    border-bottom: 1px solid #cbcbcb;
    width: 100%;
    min-height: 50px;
    padding: 5px 15px;
    display: flex;
    align-items: center;
}

.board-view-top ul.title-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 50px;
}

.board-view-top ul li {
    color: #707070;
}

.board-view-top ul li.title {
    flex-basis: calc(100% - 223px);
    text-align: left;
    font-size: var(--f18);
    color: #333;
    font-weight: 500;
    line-height: 1.5em;
}

.board-view-top ul li.date {
    flex-basis: 173px;
    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;
}

/* 클럽소식 - 영광의순간 */
.honor-list-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    min-width: 0;
    justify-content: flex-start;
    align-content: flex-start;
    gap: 22px;
}

.honor-list-wrap ul {
    flex: 0 0 385px;
    display: flex;
    flex-direction: column;
    padding: 25px;
    min-width: 0;
    border: 1px solid #e7e7e7;
    border-radius: 15px;
}

.honor-list-wrap ul:nth-child(2n-1) {
    background-color: #FBFBFB;
}

.honor-list-wrap ul li {
    min-width: 0;
    text-align: center;
    border-radius: 15px;
    overflow: hidden;
}

.honor-list-wrap ul li h4 {
    color: #7F7D7E;
    text-transform: uppercase;
    font-size: var(--f14);
    letter-spacing: -0.5px;
}

.honor-list-wrap ul li .date {
    color: #000;
    font-size: var(--f20);
    padding: 12px 0 18px;
    font-weight: 400;
}

.honor-list-wrap ul li .title {
    font-size: var(--f32);
    font-weight: 600;
    color: var(--sub-color);
}

.honor-info {
    padding-top: 30px;
}

.honor-info h2 {
    font-size: var(--f20);
    font-weight: 600;
    padding-bottom: 5px;
}

.honor-info p {
    font-size: var(--f14);
    line-height: 1.6em;
}

.honor-info p span {
    display: block;
}

.honor-info p b {
    font-weight: 600;
}

/* 클럽소식 - 고객의 소리 */
.board-list.vod li .title em {
    color: var(--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: #5B5B5B;
    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%;
}

/* 코스안내 - 코스소개 */
.course-list-card {
    position: relative;
    display: flex;
    gap: 0 16px;
    margin-top: 30px;
}

.course-list-card li {
    position: relative;
    flex: 1;
    height: 385px;
    color: #fff;
    z-index: 1;
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
}

.course-list-card li::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.course-list-card li a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.course-list-card li a h2 {
    font-size: var(--f32);
    font-weight: 900;
    text-transform: uppercase;
}

.course-list-card li a h2 span {
    display: block;
    font-size: var(--f20);
    font-weight: 100;
}

.course-list-card li:first-child {
    background: url('/images/img_course_01.jpg') center no-repeat;
}

.course-list-card li:nth-of-type(2) {
    background: url('/images/img_course_02.jpg') center no-repeat;
}

.course-list-card li:last-child {
    background: url('/images/img_course_03.jpg') center no-repeat;
}

.course-list-card li:hover a h2 {
    animation: scaleUp 1s ease forwards;
}

.course-list-card li:not(:hover) a h2 {
    animation: scaleDown 1s ease forwards;
}

.design-concept {
    position: relative;
    margin: 68px 0 64px;
    padding: 40px 100px;
    text-align: center;
    border: 1px solid #d7d7d7;
    border-radius: 10px;
    line-height: 1.5em;
}

.design-concept h1 {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    padding: 0 30px;
    background-color: #fff;
    font-size: var(--f24);
    font-weight: 500;
}

.design-concept h1 span {
    color: var(--sub-color);
}

.concept-title {
    color: #2d2d2d;
    letter-spacing: -0.6px;
    padding-bottom: 34px;
    max-width: 658px;
    margin: auto;
}

.concept-text {
    color: #707070;
}

.rating-desc {
    text-align: center;
    color: #707070;
    line-height: 1.5em;
}

.rating-img {
    text-align: center;
    padding: 32px 0 25px;
}

.tbl-scroll .tbl-sty01 {
    width: 100%;
}

.video-box {
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
    overflow: hidden;
}

.video-box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tbl-sty01 th.bg-mountain {
    background-color: #7AA724;
    color: #fff;
}

.tbl-sty01 th.bg-lake {
    background-color: #32579D;
    color: #fff;
}

.tbl-sty01 th.bg-valley {
    background-color: #AC2E9B;
    color: #fff;
}

/* 클럽안내 - 클럽소개 */
.container.wide {
    width: 100%;
}

.club-list-wrap {
    position: relative;
    padding: 0 100px;
}

.club-list-wrap::before {
    content: '';
    position: absolute;
    top: -25px;
    right: 60px;
    background: url("/images/bg_club.svg") center center no-repeat;
    background-size: 806px 457px;
    width: 806px;
    height: 457px;
}

.club-title {
    width: 100%;
    margin-top: 90px;
}

.club-title h4 {
    font-family: var(--font-en);
    font-size: var(--f20);
    color: #DE1C1C;
    padding-bottom: 30px;
    text-transform: uppercase;
}

.club-title h2 {
    font-size: var(--f40);
    font-weight: 300;
    line-height: 1.3em;
    text-transform: uppercase;
}

.club-title h2 b {
    font-weight: 700;
}

.club-visual-area {
    position: relative;
    padding-top: 180px;
    margin: 50px 0 95px;
}

.club-visual-area::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 120px;
    background-color: rgba(0, 0, 0, 0.62);
    top: 0;
    left: 0;
}

.club-visual-area::after {
    content: 'LASSA COUNTRY CLUB';
    position: absolute;
    top: 18px;
    left: 14px;
    font-size: var(--f10);
}

.club-visual-scroll {
    display: flex;
    gap: 36px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    padding-bottom: 10px;
}

.club-visual-scroll li {
    position: relative;
    flex: 0 0 18%;
    min-width: 310px;
    height: 383px;
    border-radius: 24px;
    overflow: hidden;
    background: #FFF;
    box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.08);
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

.club-visual-scroll li h2 {
    font-size: var(--f20);
    font-weight: 600;
    padding: 33px 33px 0;
}

.club-visual-scroll li h4 {
    font-family: var(--font-en);
    font-size: var(--f12);
    padding: 8px 33px 28px;
    color: var(--sub-color);
}

.club-visual-scroll li p {
    font-size: var(--f12);
    line-height: 1.5em;
    padding: 0 33px;
}

.club-visual-scroll li figure {
    width: 100%;
    height: 280px;
    position: absolute;
    bottom: 0;
}

.club-visual-scroll li figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.club-visual-scroll li:first-child {
    color: #fff;
    background: var(--sub-color) url("/images/img_bg_ci.svg") right 10px bottom 15px no-repeat;
}

.club-visual-scroll li:first-child h4 {
    color: #fff;
}

.club-visual-scroll::-webkit-scrollbar {
    height: 3px;
}

.club-visual-scroll::-webkit-scrollbar-thumb {
    background: var(--main-color);
    border-radius: 10px;
}

.club-visual-scroll::-webkit-scrollbar-track {
    background: #ddd;
}

.club-slider-wrap {
    width: 100%;
    height: 1080px;
    position: relative;
}

.club-swiper {
    position: relative;
    height: 100%;
}

.club-swiper::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.15);
    z-index: 1;
}

.club-swiper .swiper-slide {
    position: relative;
}

.club-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.club-swiper-nav {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 10px;
}

.club-swiper-nav .swiper-btn-prev,
.club-swiper-nav .swiper-btn-next {
    cursor: pointer;
    margin-top: -3px;
}

.club-swiper-nav .swiper-pagination-bullets.swiper-pagination-horizontal {
    position: relative;
    bottom: auto;
    top: auto;
    width: auto;
}

.club-swiper-nav .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    background-color: transparent;
    opacity: 1;
}

.club-swiper-nav .swiper-pagination-bullet-active {
    background-color: #fff;
    width: 30px;
    border-radius: 10px;
}

.club-slider-text {
    position: absolute;
    top: 50%;
    right: 180px;
    transform: translateY(-50%);
    z-index: 1;
    width: 536px;
    color: #fff;
}

.club-slider-text h2 {
    font-size: var(--f32);
    font-weight: 600;

}

.club-slider-text p {
    font-size: var(--f18);
    line-height: 1.3em;
    padding: 30px 0;
    font-weight: 300;
    letter-spacing: -0.5px;
    word-break: keep-all;
}

.club-slider-text .logo-white img {
    filter: brightness(0) invert(1);
    width: 84px;
}

.club-about-wrap {
    position: relative;
    padding: 110px 100px;
}

.club-about-wrap ul {
    display: flex;
    gap: 36px;
    align-items: center;
}

.club-about-wrap ul li {
    flex: 1;
}

.club-about-wrap h2 {
    text-transform: uppercase;
    font-size: var(--f48);
    color: #515151;
    line-height: 1.2em;
    font-weight: 300;
}

.club-about-wrap h2 span {
    font-family: var(--font-en);
    color: var(--sub-color);
    font-weight: 600;
    display: block;
}

.club-about-wrap p {
    font-size: var(--f18);
    color: #888;
    padding: 27px 0 70px;
    max-width: 448px;
    line-height: 1.6em;
    font-weight: 300;
    word-break: keep-all;
}

.club-about-wrap a {
    display: inline-block;
    background-color: var(--main-color);
    color: #fff;
    width: 215px;
    line-height: 56px;
    text-align: center;
    font-size: var(--f18);
    font-weight: 300;
}

.video-club-about {
    flex-basis: 730px;
    min-width: 550px;
    height: 900px;
    position: relative;
    overflow: hidden;
}

.video-club-about video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 영역에 꽉 차도록 */
    display: block;
}

/* 클럽안내 - 부대시설 */
.facil-swiper-wrap {
    width: 100%;
    height: 900px;
    position: relative;
    padding-top: 120px;
}

.facil-text-box {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 20px;
    padding: 24px 0 42px;
    width: 86%;
    max-width: 930px;
    text-align: center;
    z-index: 5;
}

.facil-text-box h2 {
    font-size: var(--f36);
    font-weight: 100;
    text-transform: uppercase;
}

.facil-text-box h2 span {
    font-weight: 600;
    color: var(--sub-color);
}

.facil-text-box p {
    padding-top: 28px;
    color: #707070;
    font-size: var(--f18);
    word-break: keep-all;
    line-height: 1.2em;
}

.food-menu-box {
    width: 1200px;
    margin: auto;
}

.food-menu-wrap {
    max-width: 1200px;
    margin: auto;
    position: relative;
}

.food-menu-wrap p {
    text-align: right;
}

.tbl-sty02 {
    width: 100%;
    border-top: 2px solid var(--main-color2);
    font-weight: 400;
    color: #363636;
}

.tbl-sty02 th {
    text-align: center;
    vertical-align: middle;
    background-color: #fafafa;
    border-bottom: 1px solid var(--main-color2);
    padding: 10px 0;
    font-size: var(--f18);
    font-weight: 500;
    word-break: keep-all;
    height: 50px;
}

.tbl-sty02 td {
    line-height: 1.33em;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid var(--main-color2);
    padding: 10px;
    font-weight: 500;
    height: 50px;
    letter-spacing: -0.64px;
    word-break: keep-all;
}

.tbl-sty02 td span {
    color: #797979;
    font-weight: 400;
}

.tbl-sty02 th.red {
    font-weight: 400;
    font-size: var(--f16);
}

.tbl-sty02 tr.bd-top {
    border-top: 2px solid var(--main-color2);
}

/* 클럽소개 - 오시는길 */
.sub-map-area {
    position: relative;
    width: 100%;
}

#daumRoughmapContainer1755500005003 {
    width: 100%;
    height: 940px !important;
    position: relative;
}

#daumRoughmapContainer1755500005003 > div,
#daumRoughmapContainer1755500005003 iframe {
    width: 100% !important;
    height: 100% !important;
    display: block;
}

.sub-map-info {
    position: absolute;
    right: 100px;
    bottom: 50px;
    z-index: 5;
    background-color: #fff;
    width: 540px;
    height: 332px;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #212429;
}

.sub-map-info h1 {
    font-size: var(--f36);
    font-weight: 100;
    color: #999;
}

.sub-map-info h2 {
    padding: 20px 0 15px;
    font-size: var(--f24);
    font-weight: 600;
}

.sub-map-info p {
    font-size: var(--f20);
    line-height: 1.5em;
}

.sub-map-info a {
    margin-top: 32px;
    font-weight: 400;
    color: #C8A445;
    text-decoration: underline;
}

/* 클럽소개 - 오시는길 */
.map-info-wrap {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 60px 16px;
}

.map-info-wrap h2 {
    font-size: var(--f24);
    font-weight: 500;
    border-bottom: 1px solid #000;
    padding: 17px 0;
    margin-bottom: 10px;
}

.map-info-wrap p {
    line-height: 1.5em;
}

.map-info-wrap p b {
    font-weight: 600;
}

.map-info-wrap p span {
    color: var(--sub-color);
    font-weight: 600;
}

.way-line {
    width: 100%;
    max-width: 900px;
}

.way-line ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 800px;
    margin-top: 30px;
}

.way-line ul li {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.way-line ul li::before {
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}

.way-line ul li::after {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    transform: translateX(50%);
    width: 100%;
    height: 1px;
    background-color: #CBCBCB;
}

.way-line ul li:last-child::after {
    display: none;
}

.way-line ul li.finish {
    color: var(--sub-color);
    font-weight: 600;
}

.way-line ul li.finish::before {
    background-color: var(--sub-color);
}

.tel-info-list {
    position: relative;
    display: flex;
    gap: 25px;
    flex-direction: column;
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.tel-info-list ul {
    flex: 1;
    display: flex;
    justify-content: space-evenly;
    border-radius: 10px;
    border: 1px solid #c2c2c2;
    padding: 25px;
}

.tel-info-list ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.tel-info-list ul li h2 {
    font-size: var(--f20);
    font-weight: 500;
    line-height: 1.8em;
    padding-bottom: 5px;
}

.tel-info-list ul li h3 {
    color: #4C4C4C;
    font-size: var(--f24);
    line-height: 1.8em;
    text-align: center;
}

.tel-info-list ul li p {
    font-size: var(--f20);
    font-weight: 400;
    letter-spacing: -0.8px;
    color: #707070;
}


/* 개인정보처리방침 */
.policy-wrap{
    font-size: var(--f14);
    line-height: 1.5em;
    color: #333;
}

.policy-wrap h2{
    font-size: var(--f18);
    font-weight: 600;
    padding: 15px 0;
}