@charset "utf-8";

/* 1200px 이하일 때 적용*/
@media (max-width: 1200px) {
/*    div:empty {
        padding: 8px 0;
    }*/

    select {
        font-size: 16px;
    }

    .container {
        width: 100%;
        min-width: 320px;
        padding: 75px 16px 110px;
    }

    .common-tab-wrap {
        line-height: 60px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        box-sizing: border-box;
        justify-content: flex-start;
        white-space: nowrap;
    }

    .common-tab-wrap a {
        flex: 1 0 20%;
        white-space: nowrap;
        font-size: var(--f18);
        padding: 0 5px;
    }

    .common-tab-wrap a::before {
        bottom: -1px;
    }

    .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;
    }

    .btn-pop-wrap {
        gap: 0 10px;
    }

    .btn-basic-wrap {
        margin-top: 40px;
    }

    .btn-basic-wrap a {
        font-size: var(--f18);
        line-height: 50px;
    }

    .breadcrumb {
        padding-top: 35px;
    }

    .tbl-scroll {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .tbl-scroll > .tbl-sty01 {
        min-width: 700px;
    }

    /*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;
    }

    /* resort reservation */
    .resort-reservation {
        margin-top: 35px;
    }

    .info-section {
        width: 100%;
    }

    .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: 24px 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);
    }

    .tbl-sty01 td {
        padding: 10px 5px;
    }

    .pop-reser-text {
        background-color: #fafafa;
        padding: 20px 16px;
        line-height: 1.5em;
        margin: 16px 0;
    }

    /* resort reservation */
    .reserve-status ul li {
        font-size: 16px;
    }

    /* pkg reservation */
    .pkg-select {
        flex-direction: column;
        gap: 16px 0;
    }

    .pkg-item {
        width: 100%;
    }

    .pkg-popup-table {
        max-height: 250px;
    }

    /* 회원가입 - 로그인 */
    .login-wrap {
        padding: 50px 20px;
    }

    .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 span {
        font-size: var(--f28);
    }

    /* 회원가입 - 회원가입*/
    .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);
    }

    /* 마이페이지 - 쿠폰 */
    .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;
    }

    .board-list.paging li {
        padding: 5px 10px;
        min-height: 80px;
    }

    /* 클럽소식 - view */
    .board-view-top .title-area {
        flex-direction: column;
    }

    .board-view-top .title-area .title,
    .board-view-top .title-area .date {
        flex-basis: auto;
    }

    .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: '·';
    }

    .board-view-top ul li em {
        height: 12px;
    }

    .board-view-top ul li a {
        display: block;
        margin-top: 10px;
    }

    /* 클럽소식 - 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(--f14);
    }

    .event-list-wrap ul li p.d-date {
        font-size: var(--f14);
    }

    /* 조인게시판 */
    .join-list-wrap {
        margin-top: 34px;
    }

    .join-list-wrap ul {
        flex-direction: column;
        gap: 8px 0;
    }

    .join-list-wrap ul li {
        width: 100%;
    }

    .join-list-wrap ul li a {
        gap: 8px 0;
    }

    .join-view-top ul {
        width: 100%;
        min-height: 50px;
        padding: 0;
        display: flex;
        align-items: center;
    }

    .join-title {
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    .join-title .title {
        gap: 0 5px;
        padding: 16px;
        justify-content: flex-start;
    }

    .join-title .title p {;
        font-size: 16px;
    }

    .join-title .info {
        gap: 0 10px;
        padding: 16px;
        justify-content: flex-end;
        border-top: 1px solid #cbcbcb;
    }

    .join-title .info p:not(:last-child)::after {
        right: -6px;
    }

    .join-view-con ul li {
        font-size: 16px;
    }

    .join-reply-con h2 {
        font-size: 16px;
    }

    .join-reply-con ul li {
        font-size: 14px;
    }

    .reply-btn-wrap p{
        font-size: 14px;
    }

    .reply-btn-wrap {
        margin-top: 20px;
    }

    .reply-btn-wrap a {
        margin-left: 20px;
    }

    .join-title .title {
        display: flex;
        flex-wrap: wrap;
        gap: 10px 0;
    }

    .join-write-form table tbody tr th {
        padding: 0 15px;
    }

    .join-write-form table tbody tr td {
        padding: 0 15px;
    }

    .join-write-form .select-wrap .select {
        width: calc((100% - 25px)/2);
    }

    .join-write-form .select-wrap select {
        width: 100%;
    }

    .width-select {
        width: 100% !important;
    }

    /* 클럽소식 - 명예의 전당 */
    .honor-list-wrap {
        gap: 24px 2%;
    }
    .honor-list-wrap ul {
        flex-basis: 49%;
    }

    /* 클럽소식 - 고객의소리 */
    .tbl-write th {
        padding: 20px 0;
        text-align: center;
        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%;
    }

    .table-text li {
        font-size: 14px;
    }

    /* 이용안내 */
    .guide-container {
        margin-top: 35px;
    }

    .guide-tab-cont .title-bar {
        margin-bottom: 16px;
    }

    .guide-box {
        padding: 24px 16px;
        flex-direction: column;
        gap: 10px 0;
        align-items: flex-start;
    }

    .guide-box .top {
        gap: 0 10px;
        width: 25%;
    }

    .guide-tab-cont.fee {
        gap: 32px 0;
    }

    .guide-title {
        line-height: 150%;
    }

    .guide-title02 {
        font-size: 18px;
    }

    .guide-box-wrap02 {
        padding: 30px 16px;
    }

    /* // 이용안내 */

    /* 클럽소개 */
    .container.wide {
        padding: 75px 0 110px;
    }

    .container.wide .common-tab-wrap {
        padding: 0 16px;
        width: 100%;
        box-sizing: border-box;
        justify-content: flex-start;
        overflow-x: auto;
        white-space: nowrap;
        -ms-overflow-style: none;
        scrollbar-width: none;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
    }

    .clubIntro-wrap .section01 {
        height: 490px;
    }

    .clubIntro-wrap .section01 .text {
        color: #fff;
        position: absolute;
        left: 16px;
        top: 46px;
        transform: unset;
        padding: 0 16px;
    }

    .clubIntro-wrap .section01 .text h3 {
        font-size: 20px;
        margin-bottom: 10px;
        letter-spacing: -0.8px;
    }

    .clubIntro-wrap .section01 .text p {
        font-size: 14px;
        letter-spacing: -0.56px;
    }

    .clubIntro-wrap .section02 {
        height: auto;
        flex-direction: column;
        justify-content: center;
        gap: 0;
        padding: 0 0 25px 0;
    }

    .clubIntro-wrap .section02 .img.first {
        width: 306px;
        height: 100%;
        left: 44px;
        top: -95px;
    }

    .clubIntro-wrap .section02 .img.first img {
        height: 444px;
    }

    .clubIntro-wrap .section02 .img.second {
        width: 300px;
        height: 100%;
        left: 16px;
        top: -25px;
    }

    .clubIntro-wrap .section02 .img.second img {
        height: 163px;
    }

    .clubIntro-wrap .section02 .text {
        font-size: 14px;
        letter-spacing: -0.56px;
    }

    .clubIntro-wrap .section02 .img.first .text {
        bottom: 43px;
        left: 26px;
    }

    .clubIntro-wrap .section02 .img.second .text {
        margin-top: 24px;
    }

    .clubIntro-wrap .section02 .sub-title {
        font-size: 20px;
    }

    .clubIntro-wrap .section02 .img.first .sub-title {
        left: -45px;
        top: 15px;
    }

    .clubIntro-wrap .section02 .img.second .sub-title {
        right: -45px;
        top: 10px;
    }

    .clubIntro-wrap .section03 {
        height: 100%;
        padding: 30px 16px 48px 16px;
    }

    .clubIntro-wrap .section03 .inner {
        width: 100%;
        height: 100%;
    }

    .clubIntro-wrap .section03 .img {
        width: 100%;
        height: 146px;
    }

    .clubIntro-wrap .section03 .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .clubIntro-wrap .section03 .text {
        font-size: 14px;
        letter-spacing: -0.56px;
        margin-top: 16px;
    }

    .clubIntro-wrap .section04 {
        width: 100%;
        margin: 0;
        padding: 25px 16px;
    }

    .clubIntro-wrap .section04 .title-bar {
        margin: 32px 0;
    }

    /* // 클럽소개 */

    /* ceo 인사말 */
    .greeting-wrap .img-back {
        height: 92px;
    }

    .greeting-wrap .text-box-wrap {
        padding: 35px 16px;
    }

    .greeting-wrap .text-box {
        width: 100%;
        margin: 0;
        padding: 30px 16px;
    }

    .greeting-wrap .text-box h3 {
        font-size: 20px;
        margin-bottom: 18px;
        margin-left: 20px;
    }

    .greeting-wrap .text-box h3::after {
        width: 4px;
        height: 4px;
        left: -15px;
    }

    .greeting-wrap .text-box p {
        font-size: 14px;
        letter-spacing: -0.56px;
    }

    /* // ceo 인사말 */

    /* 시설안내 */
    .basic-slider-wrap {
        height: 226px;
        margin: 35px 0 16px 0;
    }

    .facilities-slider-wrap {
        height: 226px;
        margin: 35px 0 16px 0;
    }

    .facilities-slider-wrap.tab {
        margin: 32px 0 25px 0;
    }

    .facil-swiper-nav .slide-count {
        bottom: 8px;
    }

    .facil-swiper-nav .slide-count span {
        font-size: 14px;
    }

    .facil-swiper-nav .prev img, .facil-swiper-nav .next img {
        width: 24px;
        height: 24px;
    }

    .facil-swiper-nav .prev {
        left: 8px;
    }

    .facil-swiper-nav .next {
        right: 8px;
    }

    .facilities-info-wrap {
        padding: 30px 16px;
    }

    .facilities-info-wrap h3 {
        font-size: 18px;
        margin-left: 18px;
    }

    .facilities-info-wrap h3::after {
        width: 4px;
        height: 4px;
        left: -13px;
    }

    .facilities-info-wrap p {
        font-size: 14px;
        margin-top: 15px;
    }

    .normal-tab {
        width: 100%;
        display: flex;
        margin-top: 32px;
    }

    .normal-tab li {
        font-size: 16px;
        padding: 15px 0;
    }

    .res-table {
        margin-top: 32px;
    }

    .res-table tbody tr td {
        padding: 10px 5px;
    }

    .res-table tbody tr td.title {
        font-size: 16px;
    }

    .res-table tbody tr td span {
        font-size: 14px;
        margin-top: 5px;
    }

    .res-table-text {
        margin-top: 16px;
    }

    .res-table-text li {
        font-size: 14px;
    }

    /* // 시설안내 */


    /* 오시는 길 */
    .sub-map-area {
        width: 100%;
    }

    #daumRoughmapContainer1764902756449 {
        height: 354px !important;
    }

    .sub-map-info {
        bottom: -76px;
        width: 90%;
        height: 113px;
        padding: 24px 0;
    }

    .sub-map-info p {
        font-size: var(--f18);
        text-align: center;
    }

    .sub-map-info .tel {
        font-size: var(--f14);
        margin-top: 10px;
        gap: 0 50px;
    }

    .map-info-wrap {
        width: 100%;
        padding: 104px 0 40px 0;
    }

    .toggle-content li .title {
        font-size: 16px;
        padding: 24px 23px;
    }

    .toggle-content li p {
        color: #222;
        font-size: 14px;
        padding: 24px 23px;
        line-height: 150%;
    }

    .map-info-wrap .info-text span {
        font-size: 14px;
    }

    .service-info {
        padding: 24px 16px;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px 0;
    }

    .service-info .top {
        display: flex;
        gap: 0 24px;
    }

    .service-info .title {
        display: flex;
        flex-direction: column;
        gap: 5px 0;
        font-size: 18px;
        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: 0;
    }

    .service-info ul li {
        font-size: 16px;
        color: #707070;
        display: flex;
        gap: 0 10px;
        line-height: 28px;
        letter-spacing: -0.72px;
    }

    /* // 오시는 길 */

    /* 코스안내 */
    .map-img {
        margin: 35px 0;
    }

    .map-img img {
        width: 100%;
        height: 147px;
    }

    .course-pagination {
        left: 50% !important;
        transform: translateX(-50%);
        height: 35px;
    }

    .course-pagination span {
        width: 32px;
        height: 32px;
    }

    .course-nav button.course-prev {
        left: 85px;
        background: url('/images/ic_m_l.svg')no-repeat center center;
        background-size: 100%;
    }

    .course-nav button.course-next {
        right: 85px;
        left: unset;
        background: url('/images/ic_m_r.svg')no-repeat center center;
        background-size: 100%;
    }

    .course-slide-box {
        flex-direction: column;
        gap: 32px 0;
        height: 100%;
    }

    .course-slide-text {
        width: 100%;
    }

    .hole-img {
        width: 100%;
    }

    .hole-img-swiper {
        height: 243px;
    }

    .gallery-main-slide {
        height: 193px;
    }

    .gallery-thumbs-slide {
        margin-top: 5px;
    }

    .gallery-thumbs-slide .swiper-slide {
        margin-right: 5px !important;
        width: calc((100%)/4) !important;
    }

    /* 객실안내 */
    .room-container {
        margin-top: 58px;
    }

    .room-info-wrap {
        flex-direction: column;
        gap: 0;
    }

    .room-info-wrap .title {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .room-info-wrap .title span {
        font-size: 16px;
    }

    .room-info-wrap .title p {
        font-size: 16px;
    }

    .room-info-wrap .title b {
        font-size: 16px;
        margin: 20px 0;
    }

    .room-info-wrap .title a {
        font-size: 16px;
        text-align: center;
        border-radius: 28px;
        border: 1px solid #222433;
        padding: 12px 0;
        width: 152px;
        background: url("/images/icon_room_btn.svg") no-repeat top 16px right 30px;
    }

    .room-info-wrap .text {
        width: 100%;
        margin-top: 32px;
    }

    .room-info-wrap .text h3 {
        font-weight: 600;
    }

    .room-info-wrap .text p {
        font-size: 16px;
        line-height: 180%;
        letter-spacing: -0.4px;
        word-break: keep-all;
    }

    .room-img {
        gap: 0 5px;
        height: 191px;
        margin-top: 40px;
    }

    .room-img .big {
        width: 70%;
        height: 100%;
    }

    .room-img .small {
        width: calc(30% - 5px);
        gap: 5px 0;
    }

    .room-img .small img {
        height: calc((100% - 10px)/3);
    }

    /* 개인정보처리방침 */
    .policy-wrap {
        font-size: 16px;
    }

    .policy-wrap h2 {
        font-size: 18px;
        padding: 10px 0;
        margin-bottom: 10px;
    }

}

@media (max-width: 600px) {
    /* 클럽소식 - 이벤트*/
    .event-list-wrap {
        gap: 16px;
    }
    .event-list-wrap ul{
        flex-basis: 100%;
    }

    /* 클럽소식 - honor */
    .honor-list-wrap {
        gap: 16px;
    }
    .honor-list-wrap ul {
        flex-basis: 100%;
    }

    /* 예약안내 - 이용안내 */
    .step-flow {
        flex-direction: column;
        gap: 26px;
        padding: 0;
    }

    .step-flow::before {
        inset: 40px auto 40px 32px;
        height: auto;
        border-top: none;
        border-left: 2px dashed #e8e8e8;
    }

    .step-flow li {
        text-align: left;
        display: flex;
        flex-direction: row;
        gap: 20px;
        align-items: center;
    }

    .step-flow li .dot {
        margin: 0;
    }
}
