@charset "utf-8";

/* 1200px 이하일 때 적용*/
@media (max-width: 1200px) {
    div:empty {
        padding: 8px 0;
    }

    .container {
        width: 100%;
        min-width: 320px;
        padding: 0 16px 110px;
    }

    .common-tab-wrap {
        line-height: 60px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        width: 100%;
        margin: 0 auto 40px;
        display: flex;
        justify-content: flex-start;
        gap: 0;
    }

    .common-tab-wrap a {
        flex: 0;
        white-space: nowrap;
        font-size: var(--f16);
        padding: 0 8px;
    }

    .common-tab-wrap a::before {
        bottom: 0;
    }

    .common-tab-wrap::-webkit-scrollbar {
        height: 0;
    }

    .common-tit {
        margin: 50px 0 40px;
    }

    .common-tit h4 {
        font-size: var(--f14);
    }

    .common-tit h2 {
        font-size: var(--f24);
    }

    .normal-pop {
        max-height: 90%;
        overflow-y: auto;
        padding: 40px 8px 30px;
    }

    .title-bar {
        font-size: var(--f20);
        letter-spacing: -1px;
        font-weight: 600;
        margin: 56px 0 30px;
    }
    .title-bar.mt70{
        margin-top: 0 !important;
    }
    .title-bar.mt80{
        margin-top: 56px !important;
    }
    .title-bar.mt95{
        margin-top: 56px !important;
    }

    .btn-pop-wrap {
        gap: 0 10px;
    }

    .btn-basic-wrap {
        width: 72%;
        margin: 40px auto 0;
        gap: 8px;
    }

    .btn-basic-wrap a {
        font-size: var(--f18);
        line-height: 50px;
    }

    .layout-bg{
        height: 320px;
        background-position: bottom center;
        background-size: cover;
        padding-top: 53px;
        position: relative;
    }
    .layout-bg:before {
        content: '';
        position: absolute;
        top: 0;
        left:0;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    }

    .layout-bg-terms{
        height: 260px;
        background-position: bottom center;
        background-size: cover;
        padding-top: 53px;
        position: relative;
        margin-bottom: 0;
    }
    .layout-bg-terms:before {
        content: '';
        position: absolute;
        top: 0;
        left:0;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    }

    .breadcrumb {
        padding-top: 35px;
    }

    /*reservation*/
    .calendar-wrap {
        flex-direction: column;
    }

    .calendar-section {
        margin: 0;
    }

    .calendar-section .calendar-box:last-child {
        display: none;
    }

    .reservation-info-box {
        gap: 0 28px;
        height: 90px;
        width: 100%;
        border-radius: 10px;
        border: 1px solid #cbcbcb;
        margin-bottom: 24px;
    }

    .reservation-info-box span {
        margin: 0 0 10px 0;
        display: block;
    }

    .reservation-tooltip {
        justify-content: center;
        flex-direction: column;
    }

    .reservation-tooltip p {
        margin-right: 0;
        margin-bottom: 10px;
        text-align: center;
        line-height: 1.5em;
    }

    .reservation-tooltip p b {
        display: block;
        margin-right: 0;
    }

    .reservation-tooltip em {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }

    .tbl-reser-head {
        position: sticky;
        top: 66px;
        z-index: 5;
        font-size: var(--f14);
    }

    .tbl-overflow {
        max-height: 100%;
        border-bottom: none;
    }

    .calendar-info {
        padding: 30px 16px;
        font-size: var(--f14);
    }

    .tbl-reser {
        font-size: var(--f14);
    }

    .tbl-reser td {
        padding: 6px 2px;
    }

    .tbl-reser td a {
        margin: 6px 0;
    }

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

    .pop-reser-text {
        background-color: #fafafa;
        padding: 20px 16px;
        line-height: 1.5em;
        margin: 16px 0;
    }

    .pop-btn a {
        line-height: 40px;
        font-size: var(--f16);
        max-width: 130px;
    }

    .w90m56{
        margin-top: 56px;
    }

    /* 조인방(조인) */
    .text-list-gray {
        padding: 16px 4px;
        flex-direction: column;
    }
    .text-list-gray li {
        font-size: var(--f12);
        line-height: 21px;
        padding-left: 12px;
    }
    .join-list li {
        flex-direction: column;
        align-items: stretch;
        gap: 15px;
        padding: 10px 16px 20px 0;
    }

    .join-list .date {
        flex-basis: auto;
        font-size: var(--f14);
    }

    .join-list .title-area {
        font-size: var(--f16);
        align-items: baseline;
        padding-top: 10px;
    }

    .join-write-btn a {
        font-size: var(--f18);
        padding: 16px 0;
        min-width: 158px;
    }

    /* 조인글쓰기 */
    .input-width {
        width: 100%;
    }

    .join-btn-list {
        gap: 8px;
    }
    .join-btn-list a{
        flex: 0 1 100px;
        font-size: var(--f18);
    }

    .comment {
        padding: 26px 7px;
    }
    .comment h1:before {
        left: 5px;
    }

    /* 조인 댓글 영역 */
    .comments-list .title .date {
        font-size: var(--f14);
    }
    .comments-list .text {
        flex-wrap: wrap;
        gap: 16px;
        justify-content: flex-end;
    }
    .comments-list .text p {
        flex: 1 1 100%;
        padding: 0;
        font-weight: 300;
    }
    .comments-list .text textarea {
        flex: 1 1 100%;
    }
    .comment-btn {
        gap: 8px;
        flex: 0 0 100%;
    }
    .comment-btn a {
        flex: 0 0 100px;
    }
    /* //join */

    /* 회원가입 - 로그인 */
    .login-wrap {
        padding: 50px 20px !important;
    }

    .input-login-wrap {
        gap: 20px;
    }

    .check-wrap {
        margin: 20px 0 30px;
    }

    .btn-login {
        margin-bottom: 40px;
        line-height: 50px;
        font-size: var(--f18);
    }

    .result-text {
        padding-bottom: 32px;
    }
    .result-text span {
        font-size: var(--f28);
    }

    .OAuth{
        margin-top: 34px;
    }

    /* 회원가입 - 회원가입*/
    .terms-list li {
        gap: 0 10px;
    }

    .terms-list li h2 {
        width: 55%;
        font-size: var(--f16);
    }

    .terms-list-right a {
        font-size: var(--f14);
    }

    .terms-list li .terms-list-right .check-select .custom-checkbox {
        width: 27px;
        height: 27px;
        background-size: 27px 27px;
    }

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

    .agree-box {
        font-size: var(--f14);
    }

    .ct-box {
        font-size: var(--f14);
    }

    .div-radio-box {
        gap: 10px;
    }
    .div-radio-box label {
        font-size: var(--f14);
    }
    .join-radio-box-center {
        justify-content: flex-start;
    }

    /*회원실명확인*/
    .identify-box {
        max-width: 400px;
        flex-direction: column;
        gap: 32px;
        padding: 32px 20px;
    }
    .login-wrap.identify {
        padding: 0 20px !important;
    }
    .identify-text {
        margin-top: 10px;
    }
    .identify-text p {
        width: 100%;
        margin-bottom: 0;
    }
    .identify-box h1 {
        width: 80px;
        height: 80px;
    }
    .identify-box h1 img {
        width: 50%;
    }

    .identify-guide{
        width: 100%;
        font-size: var(--f14);
        margin-top: 30px;
    }

    /* 마이페이지 - 나의스코어 */
    .mobile-scroll {
        white-space: nowrap;
        border-collapse: collapse;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch !important;
    }
    .mobile-scroll > *{
        width: 800px;
    }
    .mobile-scroll .tbl-sty01 {
        min-width: 820px;
    }
    .mobile-scroll .common-table{
        min-width: 650px;
    }
    .mobile-scroll .tbl-sty03 {
        min-width: 820px;
    }
    .mobile-guide-text {
        display: block;
        color: #231815;
        letter-spacing: -0.64px;
        margin-top: 10px;
        font-size: var(--f16);
    }

    /* 마이페이지 - 쿠폰 */
    .coupon-summary h1 {
        width: 100px;
        height: 56px;
        background-size: 100px 56px;
        margin-bottom: 15px;
    }

    .nav-buttons .swiper-button-prev {
        left: 6px;
    }

    .nav-buttons .swiper-button-next {
        right: 6px;
    }

    /* 클럽소식 - list */
    .board-list li {
        flex-direction: column;
        align-items: stretch;
        gap: 15px;
    }

    .board-list .date {
        flex-basis: auto;
        font-size: var(--f14);
    }

    .title-area{
        font-size: var(--f16);
    }

    /* 클럽소식 - view */
    .board-view-top .title-area {
        flex-direction: column;
    }

    .board-view-top .title-area .title,
    .board-view-top .title-area .date {
        flex-basis: auto;
        text-align: left;
    }

    .board-view-con{
        font-size: var(--f16);
    }

    .board-view-top ul li {
        font-size: var(--f14);
    }

    .board-view-top ul.title-area {
        align-items: stretch;
        gap: 10px;
    }

    .board-view-top ul.file-area li.file::before {
        content: '·';
    }

    /* 클럽소식 - event */
    .event-list-wrap {
        gap: 24px 3.5%;
    }

    .event-list-wrap ul {
        flex-basis: 31%;
    }

    .event-list-wrap h3,
    .event-list-wrap p {
        font-size: var(--f15);
        margin-top: 21px;
    }
    /* 클럽소식 - 영광의순간 */
    .common-round-tab {
        gap: 4px;
    }
    .common-round-tab li {
        font-size: var(--f16);
        padding: 10px 16px;
    }

    /* 클럽소식 - 명예의 전당 */
    .honor-list-wrap {
        gap: 24px 2%;
    }

    .honor-list-wrap ul {
        flex-basis: 49%;
    }

    /* 클럽소식 - 고객의소리 */
    .tbl-write th {
        padding: 20px 13px;
        text-align: left;
        vertical-align: middle;
        word-break: keep-all;
    }

    .tbl-write td {
        padding: 8px;
    }

    .tbl-write td textarea {
        height: 280px;
    }

    .tbl-write .file-area .file-btn {
        width: 90px;
    }

    .voc-radio-box span {
        flex: 0 0 30%;
    }

    /* 예약안내 - 이용안내 */
    .guide-tab {
        gap: 10px;
        flex-wrap: wrap;
        padding: 0 5px;
    }

    .guide-tab a {
        font-size: var(--f16);
        padding: 10px 15px;
        min-width: 90px;
        max-width: 138px;
    }

    .guide-list > li {
        flex-basis: 100%;
        gap: 15px;
        padding: 10px;
        min-height: 100px;
        font-size: var(--f14);
        line-height: 1.5em;
    }

    .guide-list > li::before {
        flex: 0 0 60px;
        width: 60px;
        height: 60px;
        line-height: 60px;
    }

    .guide-list > li.guide-etc {
        align-items: flex-start;
        min-height: auto;
    }

    .guide-list.terms > li {
        font-size: var(--f14);
        flex-basis: 100%;
    }

    .guide-list.terms > li p {
        flex-direction: column;
        align-items: flex-start;
        width: calc(100% - 75px);
        word-break: keep-all;
    }

    .guide-list.terms > li p strong {
        flex-basis: auto;
    }

    .guide-list.terms > li p em {
        flex-basis: auto;
    }

    .guide-list.terms > .group-tbl-area {
        margin: 20px 0;
    }

    /* 코스안내 - 코스소개*/
    .course-intro-box {
        padding: 32px 8px;
        gap: 0;
        flex-direction: column;
    }
    .course-map img {
        width: 100%;
    }
    .course-intro-box .text {
        width: 86%;
        margin: 0 auto;
    }
    .course-info li {
        font-size: var(--f16);
        padding: 12px 42px 12px 24px;
    }

    .table-title-course {
        font-size: var(--f16);
        margin-bottom: 8px;
    }
    .course-intro-box table {
        font-size: var(--f16);
        line-height: 28px;
    }
    .course-intro-box table th span {
        letter-spacing: 5.5px;
    }

    .course-info {
        margin: 24px 0 16px;
    }

    .course-list-card {
        flex-direction: column;
        gap: 13px;
        margin-top: 56px;
    }

    .course-list-card li {
        flex: auto;
        height: 343px;
    }

    .course-list-card li:first-child {
        background: url('/images/course/img_course_01.jpg?v=1') center/cover no-repeat;
    }

    .course-list-card li:nth-of-type(2) {
        background: url('/images/course/img_course_02.jpg?v=1') center/cover no-repeat;
    }

    /* 코스안내- 블랙,밸리 코스 */
    .hole-info-wrap li.course-img {
        padding: 32px 8px 52px;
        display: block;
    }
    .hole-info-wrap .course-img .hole-text {
        margin-top: 48px;
    }
    .m-box li {
        font-size: var(--f14);
    }
    .hole-desc {
        font-size: var(--f16);
    }
    .course-sub-img {
        gap: 24px;
    }
    .course-sub-img img {
        width: 100%;
    }

    /* 클럽안내 - 클럽소개 */
    .container.wide {
        padding: 0 0 110px;
    }

    .container.wide .common-tab-wrap {
        padding: 0 16px;
    }

    .club-list-wrap {
        padding: 0;
    }

    .club-list-wrap::before {
        display: none;
    }

    .club-title {
        margin-top: 70px;
        padding: 0 16px;
    }

    .club-title h4 {
        font-size: var(--f14);
        padding-bottom: 16px;
    }

    .club-title h2 {
        font-size: var(--f24);
    }

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

    .club-visual-area {
        padding: 140px 16px 30px;
        margin: 20px 0;
    }

    .club-visual-area::before {
        left: 16px;
    }

    .club-visual-area::after {
        left: 30px;
    }

    .club-visual-scroll {
        gap: 8px;
    }

    .club-slider-wrap {
        height: 650px;
    }

    .club-slider-text {
        width: 80%;
        right: 50%;
        top: 50px;
        transform: translateX(50%);
    }

    .club-slider-text h2 {
        font-size: var(--f18);
        letter-spacing: -0.5px;
    }

    .club-slider-text p {
        font-size: var(--f14);
        padding: 15px 0;
    }

    .club-about-wrap {
        position: relative;
        padding: 38px 16px 0;
    }

    .club-about-wrap ul {
        flex-direction: column;
    }

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

    .club-about-wrap h2 {
        font-size: var(--f24);
        color: #515151;
        line-height: 1.5em;
    }

    .club-about-wrap p {
        font-size: var(--f16);
        padding: 20px 0 45px;
    }

    .club-about-wrap a {
        font-size: var(--f16);
        width: 190px;
        line-height: 45px;
    }

    .video-club-about {
        min-width: 100%;
        height: auto;
    }

    .facil-swiper-wrap {
        height: 556px;
        padding-top: 88px;
    }

    .facil-text-box {
        padding: 24px 12px 16px;
        min-height: 103px;
    }

    .facil-text-box h2 {
        font-size: var(--f15);
    }

    .facil-text-box p {
        padding-top: 12px;
        font-size: var(--f14);
    }

    .tour-title{
        font-size: var(--f24);
        margin: 80px 0 40px;
    }
    .golf-tour {
        flex-direction: column;
        padding: 0 32px;
        align-items: center;
    }
    .golf-tour li figure {
        height: 276px;
    }
    .golf-tour li h3 {
        font-size: var(--f20);
    }
    .golf-tour li p {
        font-size: var(--f16);
    }

    /* 클럽소개 - 스토리텔링 */
    .container.semi-wide {
        width: 100%;
        padding: 0 16px 110px;
    }
    .story-img {
        flex-direction: column;
        gap: 24px;
        align-items: normal;
    }
    .s-img span {
        font-size: var(--f14);
    }

    .story-img.left {
        flex-direction: column-reverse;
    }

    .s-img img {
        width: 100%;
    }
    .story-img .text {
        width: 100%;
    }
    .story-img .text h1 {
        font-size: var(--f24);
        margin-bottom: 24px;
    }
    .story-img .text h2 {
        font-size: var(--f18);
        margin-bottom: 24px;
    }
    .story-img .text p {
        font-size: var(--f16);
    }
    .story-img .text p span{
        width: 60%;
        display: inline-block;
    }
    .story-img .text .book-text span {
        width: 60%;
        display: inline-block;
    }
    .story-img .text .book-text img {
        right: -10px;
    }

    /* 클럽안내 - ci */
    .bg-gray {
        padding: 40px 8px;
    }
    .ci-list {
        flex-direction: column;
        margin-top: 16px;
        gap: 50px;
    }

    .ci-logo img {
        width: 100%;
        max-width: 265px;
    }
    .ci-text h1 {
        font-size: var(--f20);
    }
    .ci-text h2 {
        font-size: var(--f18);
    }
    .ci-text p {
        margin: 8px 0 32px;
        font-size: var(--f16);
    }
    .ci-list li:before {
        display: none;
    }
    .ci-list li img:first-child {
        margin-bottom: 43px;
    }
    .ci-list li p {
        margin: 16px 0 0;
    }


    /* 부대시설 - 메뉴 */
    .food-menu-wrap {
        max-width: 100%;
        padding: 0 16px;
    }

    .food-menu-wrap p {
        text-align: center;
        padding-bottom: 15px;
    }

    .tbl-sty02 th {
        font-weight: 600;
        font-size: var(--f16);
        word-break: keep-all;
    }

    .tbl-sty02 td span {
        display: block;
    }

    /* 오시는 길 */
    .map {
        width: 100%;
    }
    .sub-map-area {
        margin-bottom: 0;
    }
    .root_daum_roughmap {
        height: 368px;
        margin-top: 40px !important;
    }

    .map-info-wrap {
        padding-top: 0;
    }
    .map-info-wrap h2 {
        font-size: var(--f18);
        padding: 12px 0;
        margin: 32px 0 16px;
    }

    .map-guide {
        flex-wrap: wrap;
        padding: 16px 0;
        flex-direction: column;
        align-items: flex-start;
    }
    .map-guide .info {
        flex-wrap: wrap;
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
        margin-bottom: 16px;
    }

    .map-guide .info li {
        gap: 8px;
        font-size: var(--f14);
    }
    .map-guide .info li p span {
        font-size: var(--f12);
    }

    .map-guide .quick {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        font-size: var(--f14);
    }
    .map-guide .quick a {
        gap: 8px;
    }

    .map-list p {
        font-size: var(--f16);
        margin-bottom: 16px;
    }

    .map-list li {
        font-size: var(--f16);
        padding-left: 22px;
    }
    .map-list li:before {
        top: 10px;
        left: 10px;
        width: 3px;
        height: 3px;
    }

    .side-box {
        margin-top: 8px;
    }
    .side-box h3 {
        font-size: var(--f16);
        padding-top: 16px;
    }

    /* ---------------- 추가 --------------- */
    .tbl-guide-wrap {
        flex-direction: column;
    }

    /* 게스트하우스 - 이용안내 */
    .gh-intro img {
        height: auto;
    }
    .gh-intro h1 {
        font-size: var(--f24);
        margin: 40px 0 16px;
    }
    .gh-intro p {
        font-size: var(--f16);
        line-height: 24px;
        letter-spacing: -0.36px;
    }

    .gh-img-area {
        margin-top: 32px;
        flex-direction: column;
        gap: 16px;
        justify-content: center;
        margin-bottom: 80px;
    }
    .gh-img-area li img {
        height: auto;
        width: 100%;
    }

    .table-text {
        font-size: var(--f14);
    }
    .table-text li {
        padding-left: 15px;
    }
    .table-text li:before {
        top: 10px;
        left: 6px;
    }

    .text-list-gray.align-center{
        flex-direction: column;
        align-items: center;
    }
    .text-list-gray.align-center li {
        font-size: var(--f16);
        text-align: center;
        width: auto;
    }
    .text-list-gray.align-center li:before {
        top: 9px;
        left: 0;
    }

    /* 게스트하우스 - 포토갤러리 */
    .gallery-swiper {
        margin-top: 24px;
    }
    .gallery-swiper-nav {
        bottom: 16px;
    }

    /* 정보공개 공통*/
    .table-title {
        font-size: var(--f16);
    }
    .table-title span {
        font-size: var(--f13);
    }
    .down-border-btn {
        font-size: var(--f13);
        min-width: 160px;
        width: 80%;
        padding: 10px 6px;
        word-break: keep-all;
    }
    .down-color-btn {
        width: 100%;
    }
    .text-list-gray.none {
        padding: 16px 4px;
        font-size: var(--f13);
    }
    .text-list-gray.none li {
        line-height: 19px;
    }

    /* 서브 공통 컨텐츠 리스트 */
    .con-list {
        margin-top: 22px;
        padding-top: 0;
    }
    .con-list .box {
        flex-direction: column;
        padding: 32px 16px;
        align-items: flex-start;
        gap: 16px;
    }
    .con-list .box .img {
        width: 60px;
        height: 60px;
    }
    .con-list .box .img img {
        width:40%;
        text-align:center;
        margin:0 auto;
    }
    .con-list .box .text h1 {
        font-size: var(--f16);
        margin-bottom: 8px;
    }
    .con-list .box .text h2 {
        font-size: var(--f16);
    }
    .con-list .box .text h3 {
        font-size: var(--f16);
    }
    .con-list .box .text h2:before {
        top: 12px;
    }
    .con-list .box .text p {
        font-size: var(--f14);
    }
    .con-table {
        font-size: var(--f14);
    }
    .con-table img {
        width: 100%;
    }
    .con-table th, .con-table td {
        word-break: auto-phrase;
        padding: 11px 4px;
        line-height: 1.5em;
    }

    /* 라운드 넘버 리스트 */
    .number-list-round li {
        font-size: var(--f14);
    }

    /*공통테이블*/
    .common-table {
        font-size: var(--f13);
    }
    .common-table td {
        word-break: break-word;
        letter-spacing: -0.8px;
    }

    /*line-height 테이블*/
    .common-table.line28 td {
        line-height: 23px;
        padding: 10px 8px;
    }

    /*테이블 내부 폰트레이아웃*/
    .f-layout {
        font-size: var(--f13);
        padding: 0;
    }

    /* 정보공개-인권경영 */
    .human-list {
        gap: 32px;
    }
    .human-list li {
        width: 80px;
        height: 80px;
        font-size: var(--f13);
        padding: 20px 11px;
        line-height: 19.5px;
    }
    .human-list li:before {
        right: calc(100% - 2px);
    }

    /* 약관 */
    .privacy-guide {
        font-size: var(--f16);
        margin-bottom: 40px;
        padding: 24px 16px;
        margin-top: 25px;
    }
    .privacy-label {
        width: 100%;
        gap: 2px 16px;
        margin: 24px 0;
    }
    .privacy-label li {
        word-break: keep-all;
    }
    .privacy-label li h3 {
        font-size: var(--f14);
        margin-top: 16px;
    }
    .privacy-label li p {
        font-size: var(--f12);
    }
    .privacy-label li img {
        width: 48px;
    }

    .list-title {
        margin: 24px 0;
    }

    .privacy-list {
        height: 100%;
        align-items: flex-start;
        flex-wrap: wrap;
        width: 100%;
        font-size: var(--f14);
        margin: 0;
        max-width: 100%;
    }
    .privacy-list li {
        width: 100%;
        padding-left: 40px;
    }

    .num-list {
        height: 100%;
        align-items: flex-start;
        flex-wrap: wrap;
        width: 100%;
        margin: 0;
        max-width: 100%;
        font-size: var(--f14);
        padding-bottom: 20px;
    }
    .num-list li {
        width: 100%;
        padding-left: 20px;
    }

    .policy-wrap {
        font-size: var(--f14);
        padding-top: 0;
    }
    .anchor-offset {
        top: -70px;
    }
    .policy-wrap h2 {
        font-size: var(--f16);
        margin: 40px 0 16px;
    }
    .policy-wrap .mt80 {
        margin-top: 40px !important;
    }
    .policy-wrap .box {
        padding: 24px 16px;
    }

    .privacy-table {
        word-break: keep-all;
        font-size: var(--f14);
    }
    .privacy-table td {
        padding: 10px 6px;
    }

    /* 약관 - 영상정보 */
    .privacy-list.line4 {
        height: 100%;
    }

    /* 약관 - 이용약관 */
    .terms-wrap {
        font-size: var(--f14);
    }
    .terms-wrap h1 {
        font-size: var(--f16);
    }
    .terms-wrap h2 {
        margin-top: 25px;
    }
    .inside {
        padding: 0 20px;
    }
}

@media (max-width: 860px) {
    .step-flow::before {
        inset: 30px 110px 0;
    }

    .hole-wrap {
        margin-bottom: 50px;
    }

    .hole-info-wrap {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 600px) {
    /* 클럽소식 - 이벤트*/
    .event-list-wrap {
        gap: 16px;
        padding: 0 33px;
    }

    .event-list-wrap ul {
        flex-basis: 100%;
    }

    /* 클럽소식 - honor */
    .honor-list-wrap {
        gap: 16px;
    }

    .honor-list-wrap ul {
        flex-basis: 100%;
    }

    /* 이용안내 - 이용안내 */
    .text-list-gray.guide {
        flex-direction: column;
        align-items: center;
    }

    .text-list-gray.guide li {
        text-align: center;
        width: auto;
        font-size:var(--f16);
        padding-left:20px;
    }
    .text-list-gray.align-center li:before {
        top: 9px;
        left: calc(10% - 20px);
    }

    /* 이용안내 - 예약안내 */
    .step-wrap{
        padding:24px 8px;
    }

    .step-flow {
        flex-wrap:wrap;
        gap:32px 0;
    }
    .step-flow li {
        flex:0 0 50%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        text-align: left;
        align-items: center;
        gap: 10px;
        position: relative;
    }
    .step-flow li:nth-child(odd):before {
        content: '';
        position: absolute;
        inset: 30px 150px 0;
        border-top: 2px dashed #e8e8e8;
        width: 100%;
        left: 50%;
        transform: translate(0, -40%);
        top: 50%;
    }

    .step-flow::before {
        display: none;
    }

    .step-flow li .dot {
        margin: 0;
        width: 78px;
        height: 78px;
    }

    .text-list-gray.reserv-guide li {
        font-size: var(--f14);
        padding-left: 15px;
    }
    .text-list-gray.reserv-guide li:before{
        top: 9px;
    }

    /* ---------------- 포세븐 추가 --------------- */
    .tbl-guide {
        font-size: var(--f12);
        min-height: auto;
    }

    .tbl-guide tbody td {
        padding: 14px 0;
    }

    .hole-wrap ul {
        width: 640px;
    }

    .hole-wrap ul li span {
        font-size: var(--f14);
    }

    /* 연단체 관련 */
    .time-date-select {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tbl-sty01.group td{
        padding: 10px 8px;
    }
}
