.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    background: #fff;
    border-bottom: 2px solid var(--main-color);
}
.nav-tabs .nav-link{
    color: #000;
}
.nav-tabs{
    z-index: 10;
    position: sticky;
    top: 50px;
    background-color: #fff;
}
.nav-link, .nav-link:hover {
    color: var(--main-color);
}

.swiper-pagination-bullets{
    z-index: 1;
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
}
.swiper-pagination-bullet-active{
    background-color: #fff !important;
}
.swiper-pagination-bullet{
    margin-right: 2px !important;
    width: 8px !important;
    height: 8px !important;
    border: none;
}
.swiper-pagination-bullet:last-child{
    margin-right: 0;
}
/*메인 2번째 페이지네이션*/
.swiper-top-pagination-campImage,
.swiper-top-pagination-siteGroupImage{
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    flex-wrap: nowrap;
    z-index: 1;
    text-align: end;
    font-size: 12px;
    color: #fff;
    padding: .125rem .625rem;
    margin: 1rem 0;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 1rem 0 0 1rem;
    cursor: pointer;
}
.swiper-top-pagination-campImage i:before,
.swiper-top-pagination-siteGroupImage i:before{
    -webkit-font-smoothing: unset;
}
#swiper-container-campImage{
    position: relative;
}

.site-detail {
    padding: 0;
    position: relative;
}
.img-more-viewer{
    z-index: 2;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 4px 12px 4px 12px;
    margin: 0 0 10px;
    justify-content: center;
    cursor: pointer;
    font-size: 12px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 1rem 0 0 1rem;
}
.campsite-img {
    height: 280px;
    object-fit: cover;
}
.site-info-desc{
    display: flex;
    gap: .25rem;
    align-items: center;
    font-size: .875rem;
}

.site-info-desc .weatherLink{
    margin-left: auto;
}
.site-info-desc .weatherLink a{
    display: flex;
    gap: .25rem;
    padding: 1px 8px;
    align-items: center;
    border-radius: .375rem;
    font-size: 13px;
    border: 1px solid #e5e5e5;
    color: #6e6e6e;
}
.site-info-desc .weatherLink a img{
    width: 18px;
    height: 18px;
}

.ui > button, .ui > a {
    width: 32px;
    height: 28px;
}

.ui > button > a > img {
    width: 20px;
    height: 20px;
}
.site-info-desc .top{
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: .25rem;
}
.site-info-desc .top a{
    margin-left: auto;
    color: #FC6232;
    text-wrap: nowrap;
}
.site-info-desc .bi-chevron-right{
    margin-top: 1px;
}
.site-info-desc .bi-chevron-right:before{
    font-weight: bold !important;
}
.actionBtn{
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    gap: 12px;
    padding: .5rem;
    z-index: 2;
}
.actionBtn button{
    width: 32px;
    height: 32px;
    padding: 0;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, .9);
    backdrop-filter: blur(10px);
    color: #333;
}
.actionBtn button i{
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}
.actionBtn button .bi-heart-fill{
    color: #F94239;
}
.site-intro div p {
    padding-bottom: 1rem;
    color: #646464;
    font-size: 14px;
}
.site-intro div p.bg-soft-danger{
    white-space: wrap;
    line-height: unset;
}
.site-intro .collapse:not(.show){
    display: block;
    overflow: hidden;
    max-height: 180px;
}
.site-intro .height .collapse:not(.show){
    height: 180px;
}
.site-intro .collapsing{
    height: 70px;
}
.site-intro .more-btn{
    position: relative;
    outline: none;
}
.site-intro .more-btn:after{
    content: '';
    position: absolute;
    top: -41px;
    left: -1px;
    width: 100%;
    height: 40px;
    background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
    z-index: 1;
}
.site-intro .more-btn.collapsed:after{
    background: transparent;
}

/*시설정보*/
.facility-info .partWrap{
    display: flex;
    flex-direction: column;
    gap: .5rem;
    align-items: center;
}
.facility-info-title {
    margin: .5rem 0;
    font-size: .875rem;
    color: var(--sub-text-color);
}
.info-icon {
    width: 20%;
}
.cpt-icon{
    margin: 0!important;
}
.icon-img {
    width: 24px;
    height: 24px;
}
.icon-title {
    font-size: .6875rem;
    white-space: nowrap;
    word-break: keep-all;
    color: var(--sub-text-color);
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
}
.icon-text{
    margin-top: 0!important;
    margin-left: 0!important;
    margin-bottom: 16px!important;
    text-align: center;
}
/*시설정보 전체보기 모달*/
#campPartList .campPartListWrap,
#siteGroupPartList .siteGroupPartListWrap{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(72px, 1fr));
    gap: 2rem 1rem;
}
#campPartList .campPartListWrap .campPartList,
#siteGroupPartList .siteGroupPartListWrap .campPartList{
    display: flex;
    flex-direction: column;
    gap: .5rem;
    align-items: center;
}
#campPartList .campPartListWrap .icon-title,
#siteGroupPartList .siteGroupPartListWrap .icon-title{
    white-space: wrap;
}

/*.manner-time {*/
/*    position: relative;*/
/*    height: 50px;*/
/*}*/
/*.manner-time::before, .open-day-line > div::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    width: 2px;*/
/*    height: 14px;*/
/*    transform: translateY(-50%);*/
/*    border-left: 1px solid #ccc;*/
/*}*/
/*.manner-time > div {*/
/*    width: 50%;*/
/*}*/
/*.manner-time > div > p {*/
/*    margin-right: 8px;*/
/*    font-size: .75rem;*/
/*    color: var(--sub-text-color);*/
/*}*/
.manner-time-wrap{
    display: flex;
    gap: .5rem;
}
.manner-time-wrap > div{
    width: 100%;
    height: 100%;
    padding: .5rem;
    background-color: var(--sub-bg);
    border-radius: .375rem;
}
.manner-time-wrap > div p{
    font-size: 12px;
}
.manner-time-wrap > div h5{
    font-size: 14px;
}

.open-day-line > div {
    position: relative;
}
.open-day .open-day-date {
    display: inline-block;
    margin: 0;
    color: var(--sub-text-color);
}
.open-day .open-day-date > p {
    display: inline-block;
    margin: 0;
    font-size: .75rem;
}
.open-day .open-day-date > p {
    display: inline-block;
    margin: 0;
}
.open-day-date .date{
    font-size: .875rem !important;
    font-weight: 500;
}

.campsite-map-img{
    height: 246px;
    object-fit: cover;
}

/*lotto event*/
.lottoEvent{
    padding: 1rem;
    margin-bottom: .5rem;
    background-color: #fff;
}
.lottoEvent .eventWrap{
    position: relative;
    display: flex;
    justify-content: end;
    height: 100px;
    background-color: #5E2BB8;
    border-radius: .5rem;
    overflow: hidden;
}
.lottoEvent .eventWrap img{
    object-fit: contain;
}
.lottoEvent .titleWrap{
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: .5rem 0 .5rem 1rem;
    color: #fff;
    background: linear-gradient(90deg, #5e2bb8, transparent);
}
.lottoEvent .titleWrap h5{
    word-break: keep-all;
    font-weight: 500;
    text-shadow: #5e2bb8 1px 0 10px;
}
.lottoEvent .titleWrap p{
    font-size: 11px;
    font-weight: 300;
}
.lottoEvent .titleWrap button{
    padding: 2px 1rem;
    border-radius: 1rem;
    color: #5e2bb8;
    font-size: 13px;
    font-weight: 600;
}
.lottoEvent .titleWrap button.giveup{
    width: 140px;
    background-color: #e1c1ff;
}
.lottoEvent .titleWrap button.thinking{
    width: 180px;
    background-color: #ffcff5;
    color: #ff3ad8;
}
.lottoEvent .titleWrap button.accept{
    background-color: #e9e9e9;
    width: 230px;
    padding: 2px 8px;
    color: #666;
    font-weight: 400;
}
.lottoEvent .titleWrap button.done{
    width: 160px!important;
}
#lottoEvent{
    position: relative;
}
.textThinking{
    position: absolute;
    top: 40%;
    left: 50%;
    z-index: 1;
    width: 70%;
    text-align: center;
    transform: translate(-50%, 0);
}
.lottoContentWrap{
    position: relative;
    background-color: #2E2550;
    padding-bottom: 20px;
}
.textwrap{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 84px;
    margin-top: 16%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 1;
}
.textwrap p{
    padding-bottom: 4px;
    color: #FFDC6A;
    font-size: 17px;
}
.textwrap h2{
    padding: 0 1rem;
    color: #fff;
    word-break: keep-all;
    font-size: 24px;
}
.lottoContentWrap .alert{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    z-index: 3;
    word-break: keep-all;
}
.lottoContentWrap:has(> .add):after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    z-index: 2;
}
.lottoContentWrap .btnWrap{
    position: relative;
    padding: .25rem 1rem;
    color: #fff;
    background-color: #2E2550;
    z-index: 3;
}
.lottoContentWrap .btnWrap button{
    position: relative;
    width: 100%;
    height: 60px;
    font-size: 18px;
    padding: .4rem 0;
    background-color: #8E29FF;
}
.lottoContentWrap .btnWrap button.btn-danger{
    background-color: #FF3A3A;
}
.lottoContentWrap .btnWrap .btnThinking{
    position: relative;
    display: flex;
    gap: 1rem;
    margin-top: 2.5rem;
    height: auto;
}
.lottoContentWrap .btnWrap .btnThinking .A,
.lottoContentWrap .btnWrap .btnThinking .B{
    position: absolute;
    top: -16px;
    z-index: 1;
    font-size: 12px;
    font-weight: 500;
    padding: 3px 1rem;
    background-color: #FFD53B;
    border-radius: 30px;
}
.lottoContentWrap .btnWrap .btnThinking .A{
    left: 0;
}
.lottoContentWrap .btnWrap .btnThinking .B{
    right: 0;
}
.lottoContentWrap .btnWrap .accept:before{
    content: '';
    position: absolute;
    top: -2px;
    left: 1rem;
    width: 1rem;
    height: 1rem;
    background-color: #FFD53B;
    transform: rotate(45deg);
}
.lottoContentWrap .btnWrap .giveUp:before{
    content: '';
    position: absolute;
    top: -2px;
    right: 1rem;
    width: 1rem;
    height: 1rem;
    background-color: #FFD53B;
    transform: rotate(45deg);
}
/*당첨결과 하단*/
.lottoContentWrap .notiWrap{
    padding: 1rem;
    background-color: #f8f9fa;
}

/*남은 횟수*/
/*.remainingCount{*/
/*    font-family: April16th-Promise, 'sans-serif' !important;*/
/*}*/

/*룰렛*/
.wrap-lotto{
    position: relative;
}
#canvas{
    position: absolute !important;
    left: 50%;
    z-index: 1;
    width: 75.5%;
    transform: translate(-50%, 64.5%);
}
#canvas.accept:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 2;
}
.rouletter-arrow{
    position: absolute;
    left: 50%;
    transform: translate(-50%, 220%);
    z-index: 1;
    width: 12%;
    filter: hue-rotate(220deg);
}
.rouletter-center{
    position: absolute;
    left: 50%;
    transform: translate(-50%, 525%);
    z-index: 1;
    width: 15%;
}

/*추천캠핑장*/
.recommendCamp{
    background-color: #5487EA;
    text-align: center;
}
.recommendCamp h2{
    padding: 2.5rem;
    color: #fff;
}
.recommendCamp .campWrap{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    padding: 0 1.5rem 2.5rem;
}
.recommendCamp .campWrap img{
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
}
.recommendCamp .campWrap p{
    background-color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: .5rem .25rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

/*쿠폰 안내사항*/
.notice .accordion-button{
    background-color: #333 !important;
    color: #fff;
}
.notice .accordion-body{
    padding-top: 0;
    font-size: 12px;
    color: #aaa;
    background-color: #333 !important;
}
.notice .accordion-body li{
    position: relative;
    padding: 0 0 8px 8px;
}
.notice .accordion-body li:before{
    content: "·";
    position: absolute;
    left: 0;
    font-size: 14px;
    font-weight: bold;
}
.notice .accordion-button::after,
.notice .accordion-button:not(.collapsed)::after{
    filter: brightness(100);
}

/*상품 선택*/
.product-group{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .875rem 1rem;
}
.product-group > div:first-child > h4 {
    margin: 0;
}

.schedule-group{
    padding: 0 1rem;
}
.schedule-group > div{
    display: flex;
    height: 40px;
    border-radius: .375rem;
    cursor: pointer;
    border: 1px solid #e5e5e5;
}
.schedule-group .calendar-wrap{
    display: flex;
    align-items: center;
    padding: 0 .5rem;
    justify-content: space-between;
}
.schedule-group .calendar-wrap i{
    display: flex;
}
.schedule-group .calendar-wrap .bi-chevron-down:before{
    font-weight: bold !important;
}
.schedule-group .schedule{
    display: flex;
    border-right: 1px solid #e5e5e5;
}
.schedule-group .peopleCount{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
}
.schedule-group .peopleCount p{
    font-size: 14px;
}
/*스크롤시 검색창 고정*/
.schedule-group.search-fixed{
    position: sticky;
    top: 49px;
    z-index: 98;
    width: 100%;
    max-width: 450px;
    background: #fff;
    padding: .875rem 1rem;
    box-shadow: 0 1px 0 0 #f2f2f2;
}

/*휴장안내용*/
.closureWrap{
    padding: 1rem;
    border-bottom: 1px solid #f2f2f2;
}
.closureWrap .danger{
    color: #f94239;
}
.closure{
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: .25rem .5rem .5rem;
    background-color: #ffedea;
    border-radius: 4px;
}
.closureTitle{
    font-size: 14px;
}
.closureDate{
    display: flex;
    gap: .25rem;
    align-items: center;
}
.closure span{
    font-size: 14px;
}

/* tab */
.tab {
    padding: 0;
}
.tab > div > button {
    width: 50%;
    padding: 8px 0;
}
.tab > div > button.on {
    color: var(--main-color);
    background-color: #F5F5F5;
}
/*.tab-content{*/
/*    background-color: #F5F5F5;*/
/*}*/

.product-nav-item {
    width: 50%;
}
.product-nav-item-w100, .product-nav-item-w100 button{
    width: 100%;
}
.product-nav-item > button {
    width: 100%;
}
.camp-list-disabled .product-img span{
    background-color: #f2f2f2;
    z-index: 3;
    color: #222;
    padding: 5px 8px 4px;
}
.product-img span{
    position: absolute;
    bottom: .5rem;
    left: .5rem;
}
.product-img {
    position: relative;
    aspect-ratio: 3/4;
    height: 168px;
}
.product-img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}
.product-detail-item {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
    border-bottom: 1px solid #f2f2f2;
    background-color: #fff;
    cursor: pointer;
}
.product-detail-item:last-child{
    border-bottom: none;
}
.product-detail-item.close::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
}
.product-detail-item .product-body{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}
.product-detail-item .product-body-wrap{
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
}
.product-detail-item .product-body-wrap .productTypeCodeName{
    line-height: .875rem;
    margin-bottom: .25rem;
    color: #777;
}
.product-detail-item .product-body-wrap .top h4{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 1rem;
}
.product-detail-item .product-info-wrap{
    display: flex;
    flex-direction: column;
    text-align: end;
    align-items: end;
    gap: .25rem;
}
.product-detail-item .product-info-wrap .bi-chevron-right::before{
    font-weight: bold !important;
}
.product-detail-item button.more{
    display: flex;
    align-items: center;
    gap: .5rem;
    width: 130px;
    color: var(--main-color);
    background-color: #fff;
    text-align: center;
    border: 1px solid var(--border-color);
    justify-content: center;
    white-space: nowrap;
}
.product-detail-item button.more:hover{
    color: var(--main-color);
    background-color: #fff;
    border: 1px solid var(--border-color);
}
.product-detail-item button.disabled{
    color: #999;
    background-color: #f2f2f2 !important;
    border: none;
}
.product-detail-item button.more-kb{
    display: flex;
    align-items: center;
    gap: .5rem;
    color: var(--sub-text-color);
    background-color: #fff;
    text-align: center;
    border: 1px solid #eee;
    justify-content: center;
}
.product-detail-item .price{
    display: flex;
    align-items: center;
    font-weight: bold;
    gap: 1px;
}
.product-detail-item .minStock{
    color: var(--cpt-danger);
    font-size: 11px;
}
.product-detail-item .price .won{
    font-size: 1rem;
}
.product-detail-item button .bell{
    width: 1rem;
}
.product-detail-item button.cpt-btn{
    width: 130px;
}
.product-detail-item .product-footer {
    width: 100%;
    padding: .5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: var(--sub-bg);
    border-radius: .375rem;
}
.product-detail-item > div:last-of-type > div {
    width: 100%;
}
.product-detail-item div:last-of-type p {
    font-size: .75rem;
}
.product-detail-item .product-footer{
    color: #6e6f73;
}

.booking-schedule {
    background-color: #fff;
}

.more-options-title {
    width: 100%;
    /*height: 32px;*/
    /*margin: 0 0 0 8px;*/
}
.more-options-title .plus {
    background-color: #F5F5F5;
    background-position: 50% 50% !important;
}
.more-options-title .minus {
    background-color: #F5F5F5;
    background-position: 50% 35% !important;
}
.more-options-title > h6 {
    width: auto;
    margin-right: 10px;
}
.btn-normal-disable {
    width: 150px;
    height: 40px;
    font-size: 14px;
}
.btn-normal-disable:hover {
    color: #fff;
}

.choose > img{
    width: 16px;
    height: 16px;
}
.choose p{
    font-size: 14px;
}

/*리뷰*/
.vreview-board-widget-iframe{
    margin: 8px auto !important;
}

/* 캠핑목록 블러처리 */
.camp-list-disabled{
    position: relative;
    width: 100%;
    height: 100%;
}

/* 팝업 */
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100vh;
    background-color: #4F4F4F;
}


/* 캐러셀 배경 제거 */
.camp-image-viewer .modal-content,
.camp-image-viewer .modal-header,
.camp-image-viewer .modal-body,
.camp-image-viewer .modal-footer{
    border: none;
    background-color: transparent;
}

/*인원선택*/
.counter-btn i:before{
    font-size: 20px;
    line-height: 35px;
}
.counter-btn:disabled{
    opacity: .4;
}
.more-options-title h6, .more-options-title span{
    font-size: 14px;
}

.camp-image-viewer .modal-dialog{
    padding: 0 !important;
    max-width: unset !important;
}

.swiper-button-next::after, .swiper-button-prev::after {
    font-size: 30px !important;
    color: #fff;
}
.swiper-zoom-container>img{
    max-height: 80vh;
}
.camp-image-viewer .swiper-wrapper{
    align-items: center;
}

/* swiper button */
.swiper-pagination-fraction{
    z-index: 1;
    top: 13px;
    height: 16px;
    font-size: 16px;
    color: #fff;
}

/*카카오T렌터카 안내페이지*/
#kakaoTGuide .eventBtnWrap{
    width: 100%;
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background-color: #FFDFAE;
}
#kakaoTGuide .eventBtnWrap button{
    height: 60px;
}
#kakaoTGuide .eventBtnWrap .goCampList{
    background-color: #1D2650;
    color: #fff;
}
#kakaoTGuide .eventBtnWrap .goMyInfo{
    background-color: #EE4A17;
    color: #fff;
}

/* 달력 예약 가능일 표시용 */
.dateAlert{
    display: flex;
    justify-content: space-between;
    padding: .625rem 1rem;
    margin: .5rem 1rem;
    background-color: #f8f8f8;
    border-radius: .375rem;
}
.dateAlert p{
    border-radius: .375rem;
    color: #6d6d6d;
}
.dateAlert .open{
    color: #0D6EFD;
    text-decoration: underline;
    cursor: pointer;
}
.dateAlert .tooltips{
    position: absolute;
    top: 18%;
    right: 3.5%;
    padding: .25rem .5rem;
    white-space: nowrap;
    background-color: #E5EFFF;
    color: #0D6EFD;
}
.dateAlert .tooltips:after {
    content: '';
    position: absolute;
    top: -5px;
    right: 2rem;
    width: 10px;
    height: 10px;
    background-color: #E5EFFF;
    display: block;
    transform: rotate(45deg);
}

@media (min-width: 576px) {
    .camp-image-viewer .modal-dialog {
        max-width: 1140px;
        margin: 0 auto;
    }
    .textwrap{
        margin-top: 20%;
    }
    .textwrap h2{
        font-size: 28px;
    }
    .recommendCamp .campWrap{
        padding: 0 2.5rem 2.5rem;
    }
}