@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;
}

.under {
    text-decoration: underline;
}

.wp10 {
    width: 10% !important;
}

.wp15 {
    width: 15% !important;
}

.wp20 {
    width: 20% !important;
}

.wp25 {
    width: 25%;
}

.wp30 {
    width: 30% !important;
}

.wp35 {
    width: 35% !important;
}

.wp40 {
    width: 40% !important;
}

.wp45 {
    width: 45%;
}

.wp50 {
    width: 50% !important;
}

.wp55 {
    width: 55% !important;
}

.wp60 {
    width: 60% !important;
}

.wp70 {
    width: 70% !important;
}

.wp80 {
    width: 80% !important;
}

.wp90 {
    width: 90%;
}

.wp100 {
    width: 100% !important;
}

.padding5 {
    padding: 5px 0;
}

.padding10 {
    padding: 10px 0;
}

.padding20 {
    padding: 20px 0;
}

.padding30 {
    padding: 30px 0;
}

.padding50 {
    padding: 50px 0;
}

.padding70 {
    padding: 70px 0;
}

.margin5 {
    margin: 5px auto;
}

.margin10 {
    margin: 10px auto;
}

.margin15 {
    margin: 15px auto;
}

.margin20 {
    margin: 20px auto;
}

.margin25 {
    margin: 25px auto;
}

.margin30 {
    margin: 30px auto;
}

.margin40 {
    margin: 40px auto;
}

.margin50 {
    margin: 50px auto !important;
}

.margin60 {
    margin: 60px auto;
}

.margin90 {
    margin: 90px auto;
}

.mt0 {
    margin-top: 0 !important;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mt80 {
    margin-top: 80px;
}

.mt100 {
    margin-top: 100px;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px;
}

.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;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt45 {
    padding-top: 45px;
}

.pt50 {
    padding-top: 50px;
}

.pt60 {
    padding-top: 60px;
}

.pt70 {
    padding-top: 70px;
}

.pl200 {
    padding-left: 200px !important;
}

.img100 {
    width: 100%;
}

.red {
    color: var(--red);
}

.blue {
    color: var(--blue);
}

.cursor {
    cursor: pointer;
}

select {
    appearance: none;
    background: url('/pc/images/ic_select.svg') center right 5px no-repeat;
    background-size: 19px 19px;
}

select option[value=""][disabled] {
    display: none;
}

select[disabled] {
    opacity: 1;
    background-image: none;
}


/*input focus*/
.input.focus {
    border: 1px solid var(--color-basic) !important;
}

/*----------------------------------공통----------------------------------*/
.common-wrap {
    width: 1200px;
    margin: auto;
    padding: 150px 0;
    position: relative;
}

.header-title-box {
    font-weight: 600;
    padding-bottom: 30px;
    position: relative;
}

.header-title-box h4 {
    color: var(--color-main);
    padding-bottom: 15px;
}

.header-title-box h2 {
    font-size: 36px;
}

.common-title {
    font-weight: 500;
    font-size: 24px;
    position: relative;
    padding-left: 18px;
}

.common-title::before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #fccb4a;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.common-tab-wrap {
    width: 100%;
    line-height: 50px;
    display: flex;
    align-items: center;
    margin-bottom: 63px;
}

.common-tab-wrap a {
    flex: 1;
    text-align: center;
    position: relative;
    transition: .2s all;
    font-size: 14px;
    color: #707070;
    max-width: 200px;
}

.common-tab-wrap a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: var(--color-main);
    transition: all .2s ease-in-out;
}

.common-tab-wrap a:hover::before {
    content: '';
    width: 100%;
    color: #000;
}

.common-tab-wrap a.on::before {
    width: 100%;
    color: #000;
}

.common-tab-wrap a.on, .common-tab-wrap a:hover {
    color: #000;
    font-weight: 600;
}


.common-btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.common-btn-wrap a {
    display: inline-block;
    width: 180px;
    line-height: 54px;
    border-radius: var(--normal-radius);
    background-color: #ECECEC;
    color: #707070;
    text-align: center;
    font-size: 18px;
}

.common-btn-wrap a.on {
    background-color: #D79A2B;
    color: #fff;
}

.btn-pop-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.btn-pop-wrap a {
    display: inline-block;
    width: 180px;
    line-height: 54px;
    border-radius: var(--normal-radius);
    background-color: #ECECEC;
    color: #707070;
    text-align: center;
    font-size: 18px;
}

.btn-pop-wrap a.on {
    background-color: #D79A2B;
    color: #fff;
}

.common-page-number {
    width: 100%;
    padding: 30px 0;
    display: flex;
    gap: 0 2px;
    align-items: center;
    justify-content: center;
}

.common-page-number p {
    display: flex;
    align-items: center;
    gap: 0 2px;
}

.common-page-number button {
    width: 33px;
    height: 32px;
    color: #333;
}

.common-page-number p button.on {
    background-color: var(--color-main-light);
    color: #fff;
}


/*예약안내*/
.normal-text-box {
    background-color: #F8F8F8;
    padding: 20px;
    line-height: 28px;
    color: #424242;
    margin: 20px 0;
    font-weight: 400;
}

.normal-text-box li {
    position: relative;
    padding-left: 20px;
}

.normal-text-box li::before {
    content: '·';
    position: absolute;
    left: 5px;
    top: 0;
}

.tbl-sty01 {
    width: 100%;
    border-top: 1px solid #707070;
}

.tbl-sty01 th {
    background-color: #f8f8f8;
    border: 1px solid #cbcbcb;
    font-weight: 500;
    padding: 15px 0;
    height: 60px;
    text-align: center;
    vertical-align: middle;
}

.tbl-sty01 td {
    padding: 8px;
    height: 60px;
    border: 1px solid #CBCBCB;
    text-align: center;
    vertical-align: middle;
    word-break: keep-all;
    line-height: 1.2em;
}

.btn-download {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 250px;
    line-height: 36px;
    background-color: var(--color-basic);
    color: #fff;
    border-radius: var(--normal-radius);
}

.btn-download span {
    padding-left: 25px;
    position: relative;
    height: 100%;
}

.btn-download span::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url('/pc/images/ic_download.svg') center left no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
}

/*course*/
.course-box {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.course-box::before {
    content: '';
    background: url('/pc/images/bg_course.jpg') center center no-repeat;
    width: 1200px;
    height: 600px;
    position: absolute;
    z-index: -1;
    left: 0;
    top: -63px;
}

.course-tab {
    display: flex;
    align-items: center;
}

.course-tab a {
    flex: 1;
    border-top: 1px solid #CBCBCB;
    border-bottom: 1px solid #CBCBCB;
    border-left: 1px solid #CBCBCB;
    color: #707070;
    line-height: 50px;
    text-align: center;
    font-weight: 400;
    cursor: pointer;
}

.course-tab a.on, .course-tab a:hover {
    background-color: var(--color-main);
    border-top: 2px solid var(--color-main-light);
    color: #fff;
    font-weight: 600;
}

.course-tab a:first-child {
    border-left: 0;
}

/*course info*/
.course-info-box {
    width: 100%;
    height: 600px;
    margin: 50px 0;
    padding: 0 80px;
    position: relative;
}

.course-hole-wrap {
    width: 400px;
}

.course-hole-box {
    width: 100%;
    text-align: center;
    font-weight: 600;
}

.course-hole-box h3 {
    font-size: 20px;
    font-weight: 700;
}

.course-hole-box h2 {
    padding: 10px 0;
    font-size: 60px;
    color: #ED741B;
}

.course-hole-box p {
    color: #707070;
}

.course-hole-slide .slick-arrow {
    position: absolute;
    top: 60px;
    font-size: 0;
    z-index: 5;
}

.course-hole-slide .slick-arrow.slick-prev {
    left: 50%;
    margin-left: -120px;
    background: url("/pc/images/ic_course_left.svg") center center no-repeat;
}

.course-hole-slide .slick-arrow.slick-next {
    right: 50%;
    margin-right: -120px;
    background: url("/pc/images/ic_course_right.svg") center center no-repeat;
}

.course-hole-slide .slick-arrow.slick-prev::before, .course-hole-slide .slick-arrow.slick-next::before {
    content: '';
    width: 24px;
    height: 24px;
    display: block;
}

.course-hole-slide .slick-dots {
    position: absolute;
    left: 0;
    bottom: -80px;
    display: flex;
    gap: 0 5px;
    align-items: center;
}

.course-hole-slide .slick-dots::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #CBCBCB;
    z-index: -1;
}

.course-hole-slide .slick-dots li {
    background-color: #f8f8f8;
    box-shadow: 0 0 0 1px #CBCBCB inset;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-weight: 400;
    text-align: center;
    line-height: 40px;
    color: #CBCBCB;
    transition: .2s all ease-in-out;
    cursor: pointer;
}

.course-hole-slide .slick-dots .slick-active {
    box-shadow: 0 0 0 2px var(--color-main) inset;
    color: var(--color-main);
    background-color: #fff;
    font-weight: 600;
}


.course-con-slide {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0 80px;
}

.course-con {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 0 50px;
}

.course-con .course-section {
    flex-basis: 630px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 30px 0;
}

.course-con .course-section .tbl-sty01 {
    width: 200px;
}

.course-con .course-section li h3 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 10px;
    color: var(--color-main);
}

.course-con .course-section li p {
    font-weight: 400;
    line-height: 22px;
    word-break: keep-all;
}

.course-con .course-img {
    flex-basis: 360px;
}

.course-con .course-img img {
    width: 100%;
}


/*코스갤러리*/
.gallery-slide {
    width: 100%;
    height: 700px;
    border-radius: 10px;
    overflow: hidden;
}

.gallery-slide .swiper-button-next, .gallery-slide .swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    z-index: 5;
}

.gallery-slide .swiper-button-next {
    right: 20px;
    left: auto;
    background: url("/pc/images/ic_gallery_right.svg") center center no-repeat;
}

.gallery-slide .swiper-button-prev {
    left: 20px;
    background: url("/pc/images/ic_gallery_left.svg") center center no-repeat;
}

.gallery-slide .swiper-button-next::after, .gallery-slide .swiper-button-prev::after {
    content: '';
    width: 24px;
    height: 24px;
    display: block;
}

.gallery-slide .swiper-pagination {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    font-family: var(--font-num);
    color: #fff;
}

.gallery-slide .swiper-pagination .swiper-pagination-total {
    opacity: 0.5;
}

.gallery-slide .swiper-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/*이용안내*/
.tbl-sty02 {
    width: 100%;
    border-top: 1px solid #707070;
}

.tbl-sty02 th {
    background-color: #f8f8f8;
    border-bottom: 1px solid #cbcbcb;
    font-weight: 500;
    padding: 15px 0;
    height: 60px;
    text-align: center;
    vertical-align: middle;
    line-height: 1.4em;
}

.tbl-sty02 td {
    padding: 20px 30px;
    height: 60px;
    border-bottom: 1px solid #CBCBCB;
    text-align: left;
    vertical-align: middle;
    word-break: keep-all;
    line-height: 1.6em;
}

.tbl-sty02 td ul li {
    position: relative;
    padding-left: 20px;
}

.tbl-sty02 td ul li::before {
    content: '·';
    position: absolute;
    left: 5px;
    top: 0;
}

.normal-text-box h2.bold {
    color: var(--color-main);
    font-size: 18px;
    line-height: 1.3em;
    font-weight: 600;
    padding-bottom: 8px;
}

/*펜션안내*/
.tbl-sty01 a:hover {
    color: var(--color-main);
    text-decoration: underline;
}

/*클럽소개*/
.club-wrap {
    position: relative;
    padding: 0 0 70px;
}

.club-box {
    position: relative;
    padding: 118px 0 140px;
}

.club-box figure {
    width: 660px;
    height: 440px;
    box-shadow: 0 4px 4px 0 #00000040;
}

.club-box::before {
    content: '';
    background: url("/pc/images/bg_club.svg") center center no-repeat;
    position: absolute;
    left: -400px;
    top: 315px;
    width: 500px;
    height: 500px;
    z-index: -1;
}

.club-box .bg_club {
    width: 55vw;
    min-width: 1000px;
    height: 840px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -100px;
    z-index: -1;
}

.club-box .bg_club img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.club-box h2 {
    padding: 50px 0 24px;
    font-size: 40px;
    color: #424242;
    font-family: var(--font-serif);
    font-weight: 800;
    text-transform: uppercase;
}

.club-box p {
    font-size: 18px;
    color: #707070;
    line-height: 1.3em;
}

.club-box2 {
    padding-top: 240px;
    text-align: center;
}

.club-box2 h2 {
    font-size: 40px;
    color: #424242;
    font-family: var(--font-serif);
    font-weight: 800;
    position: relative;
}

.club-box2 h2::before {
    content: '';
    background: url("/pc/images/img_brand_story.svg") center center no-repeat;
    width: 907px;
    height: 230px;
    position: absolute;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
}

.club-box2 h3 {
    color: #707070;
    font-size: 32px;
    padding: 34px 0 30px;
}

.club-box2 h3 b {
    color: var(--color-main);
}

.club-box2 p {
    color: #707070;
    line-height: 2em;
    font-weight: 400;
}

.common-wrap.wide {
    width: 100%;
    position: relative;
}

.club-box3 {
    display: flex;
    position: relative;
    justify-content: flex-end;
}

.club-box3 .tbl-sty01 {
    flex-basis: 550px;
}

.common-wrap.wide::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: -1;
    background: url("/pc/images/img_club03.jpg") left bottom no-repeat;
    width: 100vw;
    height: 945px;
}

.common-inner {
    width: 1200px;
    margin: auto;
}

.common-inner .club-wrap {
    padding-top: 0;
}

.club-box4 ul {
    display: flex;
    position: relative;
    justify-content: space-between;
}

.club-box4 ul li figure img {
    box-shadow: 0 4px 4px 0 #00000040;
}

.club-box4 ul li h3 {
    font-size: 18px;
    color: var(--color-main);
    font-family: var(--font-serif);
}

.club-box4 ul li h3 span {
    font-weight: 700;
}

.club-box4 ul li h2 {
    font-size: 30px;
    font-weight: 600;
    padding: 20px 0 30px;
}

.club-box4 ul li p {
    color: #707070;
    line-height: 1.8em;
}

.club-box4 ul li p b {
    color: #000;
    font-weight: 500;
}

.map-wrap {
    width: 100%;
    height: 601px;
    position: relative;
    overflow: hidden;
}

.map-wrap .map-info {
    position: absolute;
    bottom: 30px;
    left: 50px;
    z-index: 3;
    background-color: var(--color-main);
    width: 420px;
    padding: 22px 28px;
    color: #fff;
}

.map-info ul {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px 0;
}

.map-info ul li {
    display: flex;
    align-items: center;
    gap: 0 5px;
    font-weight: 400;
}

.map-info ul li b {
    font-weight: 600;
}


/*개인정보처리방침*/
.privacy-wrap {
    width: 100%;
}

.privacy-wrap h2 {
    font-size: 22px;
    font-weight: 500;
    padding: 10px 0 17px;
}

.privacy-wrap h3 {
    /*padding: 0 0 17px 32px;*/
    padding: 0 0 17px 0;
    position: relative;
    border-bottom: 2px solid #D79A2B;
    margin: 10px 0;
    font-size: 20px;
}

/*.privacy-wrap h3::before {
    content: '·';
    position: absolute;
    top: 0;
    left: 17px;
}*/

.privacy-wrap p {
    line-height: 1.5em;
    color: #424242;
    padding-bottom: 40px;
}

.privacy-wrap .tbl-sty01 {
    margin-top: -30px;
}

.mobile-wrap {
    width: 100%;
    padding: 32px 0;
    margin: 27px 0 50px;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #CBCBCB;
}

.mobile-wrap ul {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0 32px;
}

.mobile-wrap ul li {
    flex-basis: 250px;
    text-align: center;
}

.mobile-wrap ul li figure {
    margin-bottom: 20px;
}

.mobile-wrap ul li h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    padding: 8px 0;
}

.mobile-wrap ul li p {
    line-height: 24px;
    color: #707070;
    font-weight: 400;
}

.menu-wrap{
    text-align: center;
}

.course-tab {
    display: flex;
    align-items: center;
}

/*webcam*/
.webcam-tab {
    display: flex;
    align-items: center;
}

.webcam-tab span {
    flex: 1;
    border-top: 1px solid #CBCBCB;
    border-bottom: 1px solid #CBCBCB;
    border-left: 1px solid #CBCBCB;
    color: #707070;
    line-height: 50px;
    text-align: center;
    font-weight: 400;
    cursor: pointer;
}

.webcam-tab span.on, .webcam-tab span:hover {
    background-color: var(--color-main);
    border-top: 2px solid var(--color-main-light);
    color: #fff;
    font-weight: 600;
}

.webcam-tab span:first-child {
    border-left: 0;
}

.webcam-con{
    width: 100%;
    position: relative;
    padding: 50px 0;
}

/*pop-contact*/
.pop-common {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 200;
    transform: translate(-50%, -50%);
    width: 850px;
    max-height: 680px;
    overflow-y: auto;
    border-radius: 10px;
    background-color: #fff;
    padding: 35px 30px;
}