figure.field {
    display: none;
}

main section.section-content {
    position: relative;
    left: 0;
    right: 0;
    width: 1060px;
    height: 100%;
    margin: 0 auto;
    margin-top: 100px;
    padding-top: 20px;
    z-index: 99;
    display: flex;
    justify-content: space-between;
}

.content-container {
    width: 700px;
    background-color: #fff;
}

.content-aside {
    position: sticky;
    top: 72px;
    width: 320px;
}

.content-aside-mobile {
    display: none;
}

.mobile {
    display: none;
}

nav.field-breadcrumb {
    --bs-breadcrumb-divider: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath d='M2.5 0L1 1.5 3.5 4 1 6.5 2.5 8l4-4-4-4z' fill='%23808080'/%3E%3C/svg%3E");
    color: #808080;
    font-size: 0.9rem;
}

.section-content .content-top > div {
    padding-bottom: 20px;
}
/*.section-content .content-top > div:first-of-type {
    padding-bottom: 20px;
}
.section-content .content-top > div:not(:first-of-type) {
    padding: 20px 0;
}*/

/* 별점 */
.star-slider {
    position: relative;
}

    .star-slider .progress {
        width: 100px;
        height: 23px;
    }

    .star-slider .progress-bar {
        background-color: #69A9EE;
    }
/*.star-slider .star-wrapper {
    background: url('/assets/images/image-star-slider.svg') no-repeat;
    background-size: cover;
    position: absolute;
    width: 100px;
    height: 24px;
    top: 0;
    left: 0;
}
.star-slider .star-wrapper.star-detail {
    background: url('/assets/images/image-star-slider-gray.svg') no-repeat;
    background-size: cover;
    position: absolute;
    width: 100px;
    height: 24px;
    top: 0;
    left: 0;
}*/
.star-detail-div {
    padding: 1.5rem;
}

    .star-detail-div .progress {
        /*width: 75%;*/
        flex: 1;
    }

    .star-detail-div .star-label {
        width: 125px;
    }

.section-content .content-main {
    padding: 20px 0;
}

.photo-container .first-photo {
    overflow: hidden;
    position: relative;
}

.content-main .photo-container .other-photos {
    display: flex;
    justify-content: space-between;
}

.other-photos .small-photo {
    margin-top: 5px;
    width: 33%;
    overflow: hidden;
    position: relative;
}

.small-photo:last-of-type > h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    z-index: 2;
}

.small-photo:last-of-type::before {
    content: "";
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
}

.first-photo:hover::before, .small-photo:hover::before {
    content: "";
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
}

.small-photo:last-of-type:hover::before {
    content: "";
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
}

#showImageModal .btn-close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    color: #fff;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.field-info .field-info-tabs {
    border: 1px solid #DCDCDC;
    border-radius: 10px 10px 0 0;
    padding: 1rem 0;
}

    .field-info .field-info-tabs li {
        /*     height: 1.5rem; */
        /*width: 25%;*/
        /* width: 20%; */
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex: 1;
    }

        .field-info .field-info-tabs li button {
            color: #767676;
            font-weight: normal;
        }

            .field-info .field-info-tabs li button:hover {
                font-weight: bold;
            }

            .field-info .field-info-tabs li button.active {
                color: #000;
                font-weight: bold;
            }

        .field-info .field-info-tabs li:not(:first-of-type) {
            border-left: 1px solid #808080;
        }

.nav-content {
    width: 100%;
    overflow: auto;
}

/*
FAQ ----------------------------------- */
.faq-nav {
    overflow: auto;
    background-color: #F5F6F7;
}

    .faq-nav ul {
        display: flex;
        /*justify-content: space-between;*/
        justify-content: flex-start;
        flex-wrap: nowrap;
    }

    .faq-nav .nav-pills .nav-item {
        padding: 0.5rem;
    }

    .faq-nav .nav-pills .nav-link {
        padding: 0.5rem 1.2rem;
        border-radius: 1.5rem;
        border: 1px solid rgba(0,0,0,0.1);
        color: #4A5154;
        background-color: #fff;
    }

        .faq-nav .nav-pills .nav-link.active {
            background-color: #43A5F6;
            border: 1px solid #43A5F6;
            color: #fff;
        }

#tab-faq .accordion-button:not(.collapsed) {
    color: #000;
    background-color: #fff;
    box-shadow: none;
}

#tab-faq .accordion-button:focus {
    z-index: 3;
    border-color: #fff;
    outline: 0;
    box-shadow: none;
}

/*
reservation --------------------------- */
.reservation-wrapper {
    background-color: #F5F6F7;
}

    .reservation-wrapper .calendar-div {
        background-color: #fff;
    }

.time-list {
    overflow: auto;
}

    .time-list ul {
        display: flex;
        flex-wrap: nowrap;
        padding: 0;
        margin: 0;
    }

        .time-list ul li {
            margin: 0.8rem 0.3rem 1rem 0.3rem;
            cursor: pointer;
        }

            .time-list ul li .time-item {
                min-width: 8rem;
                padding: 2rem 0.5rem;
                border: 1px solid #C4C4C4;
                border-radius: 0.4rem;
                box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
                text-align: center;
            }

                .time-list ul li .time-item .time-now-box {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    font-size: 14px;
                }

                .time-list ul li .time-item.selected {
                    border: 1px solid #69A9ED;
                    border-radius: 0.4rem;
                    box-shadow: 0 0.125rem 0.25rem rgba(105, 169, 237, 1) !important;
                    color: #69A9ED;
                }

.time-item .coursename {
    word-break: keep-all;
    white-space: nowrap;
    text-align: center;
}

.option-item {
    display: flex;
    flex-direction: row;
    justify-content: start;
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

    .option-item:not(:first-of-type) {
        border-top: 1px solid #dee2e6;
    }

    .option-item .option-type {
        width: 45%;
    }

    .option-item .option-value {
        width: 55%;
    }

input[name="optionCount"] {
    width: 1.5rem;
    text-align: end;
    font-weight: bold;
}

.option-value input[type="number"]::-webkit-outer-spin-button,
.option-value input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.pickup-inform {
    display: flex;
    align-items: end;
    height: 24px;
}

div.acc-count {
    width: 24px;
    height: 24px;
}

.acc-count.btn-minus {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23BAC0C6' class='bi bi-dash-circle' viewBox='0 0 16 16'%3E%3Cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
    background-size: cover;
}

    .acc-count.btn-minus.active {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%236497EE' class='bi bi-dash-circle' viewBox='0 0 16 16'%3E%3Cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
        background-size: cover;
        cursor: pointer;
    }

.acc-count.btn-plus {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23BAC0C6' class='bi bi-plus-circle' viewBox='0 0 16 16'%3E%3Cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    background-size: cover;
}

    .acc-count.btn-plus.active {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%236497EE' class='bi bi-plus-circle' viewBox='0 0 16 16'%3E%3Cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
        background-size: cover;
        cursor: pointer;
    }
/*.item-wrapper {
    display: flex;
    justify-content: space-between;
}*/
.time-wrapper {
    display: flex;
    justify-content: space-between;
}

.item-rightside {
    width: 50%;
    display: flex;
    margin: 0;
    padding: 0;
}

.item-price-div {
    display: flex;
    width: calc(100% - 20px);
    padding-right: 5px;
    justify-content: end;
}
    .item-price-div .item-price-detail {display:none; }
    .item-price-div .item-price-detail,
    .item-price-div .item-price-total {
        /*width: 50%;*/
        text-align: end;
    }

.item-wrapper .option-inner, .item-wrapper .triple-inner, .item-wrapper .pickup-inner {
    display: flex;
    justify-content: space-between;
}

/* 골프장 정보 관련
----------------------------------------------- */
.field-introduction {
    position: relative;
}

.gradation-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 200px;
}

.background-gradation {
    background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1)) no-repeat;
    background-size: cover;
    background-position: center;
}


/* 홀정보 관련 왼쪽 고정 테이블
----------------------------------------------- */
.table-fixed-left {
    position: relative;
    width: 100%;
}

    .table-fixed-left table {
        margin-right: 0;
        border-collapse: collapse;
        height: 100%;
    }

    .table-fixed-left thead th {
        background-color: #dee2e6;
        vertical-align: top;
    }

    .table-fixed-left tr th:first-of-type {
        border-right: 1px solid #000;
    }


.field .badge.badge-specialprice {
    padding: 0.5em;
    font-size: .6em;
}

/* 모바일 대응
------------------------------------------------- */
@media (max-width: 1059px) {
    figure.field {
        display: block;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        height: 75vw;
        margin: 0;
    }

    main.field {
        width: 100%;
        background-color: #fff;
    }

    .field .nav-header.mobile {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 99;
        display: flex;
    }

    figure.field .slide-container {
        width: 100%;
        height: 100%;
        left: 0;
        overflow: visible;
        user-select: none;
    }

    main section.section-content {
        position: relative;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        padding-top: 0;
        z-index: 99;
        display: flex;
        justify-content: space-between;
        background-color: #fff;
    }

    .content-container {
        margin: 0 auto;
        padding: 1rem;
        background-color: #fff;
        width: 100vw;
    }

    .content-aside {
        display: none;
    }

    .content-aside-mobile {
        display: block;
    }

    .mobile-none {
        display: none;
    }

    .mobile {
        display: block;
    }

    .field-info .mobile-sticky {
        position: sticky;
        top: 10px;
        background-color: #fff;
        z-index: 10;
    }

    .table-fixed-left {
        overflow-x: auto;
    }

        .table-fixed-left tr th:first-of-type {
            position: sticky;
            left: 0;
            border-right: 0;
            z-index: 2;
        }

            .table-fixed-left tr th:first-of-type::before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                width: 100%;
                border-left: 1px solid #dee2e6;
                border-right: 1px solid #000;
            }

        .table-fixed-left::-webkit-scrollbar {
            height: 10px;
        }

        .table-fixed-left::-webkit-scrollbar-thumb {
            height: 17%;
            background-color: rgba(0,0,0,0.2);
            border-radius: 5px;
        }

        .table-fixed-left::-webkit-scrollbar-track {
            background-color: rgba(0,0,0,0.06);
        }

    .option-item {
        display: block;
    }

        .option-item .option-type {
            width: 100%;
            margin-bottom: 1rem;
        }

        .option-item .option-value {
            width: 100%;
        }

    .item-wrapper {
        display: block;
    }

    .time-wrapper {
        display: block;
    }

    .item-name-div {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .item-rightside {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .item-price-div {
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding-right: 0;
        margin-top: 5px;
    }

        .item-price-div .item-price-detail,
        .item-price-div .item-price-total {
            width: 100%;
        }

        .item-price-div .item-price-detail {
            margin-bottom: 5px;
            text-align: start;
        }

    .item-wrapper .triple-inner, .item-wrapper .pickup-inner {
        display: block;
    }

        .item-wrapper .triple-inner .item-rightside, .item-wrapper .pickup-inner .item-rightside {
            padding-left: 1.75rem;
        }

    .cart-mobile {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 500;
    }


    .faq-nav ul {
        justify-content: flex-start;
        flex-wrap: nowrap;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .faq-nav::-webkit-scrollbar {
        display: none;
    }

    .faq-nav .nav-link {
        word-break: keep-all;
    }

    .star-slider .progress.star-detail {
        width: 75px;
        height: 18px;
    }

    .star-slider .star-wrapper.star-detail {
        width: 75px;
        height: 18px;
    }

    .star-detail-div {
        padding: 1.5rem 1rem;
    }

        .star-detail-div .star-label {
            /* width: 60px; */
            flex: 1;
        }

        .star-detail-div .progress {
            /* width: 60%; */
            flex: 1;
        }
}