.text-danger{
    color: #F94239!important;
}
.cpt-color-2{
    color: #FC6232;
}
.shadow{
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25) !important;
}
.choose > img{
    margin-right: 8px;
}
.fs-6{
    font-size: 12px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.search-half{
    width: 100%;
}
.search-half:last-child p{
    color: #C4C4C4;
}
.search-box input{
    text-align: center;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
}
.search-box input:focus{
    outline: none !important;
    border-radius: 0;
}

.nav-tabs .nav-item a{
    width: 100%;
    padding-right: 4px;
    padding-left: 4px;
    font-size: 12px;
    color: #c4c4c4;
    background-color: #fff;
    border-bottom: 1px solid;
}
.cpt.camping-search{
    position: sticky;
    top: 50px;
    z-index: 2;
    display: flex;
    align-items: center;
    box-shadow: 0 1px 0 0 #f2f2f2;
    background-color: #fff;
    padding: 1rem;
}
.cpt.camping-search .input-area-border{
    margin-bottom: 0;
    display: flex;
    width: 100%;
    align-items: center;
    gap: .5rem;
    padding: 0 .5rem;
    background-color: #f5f5f5;
    border: none !important;
}
.cpt.camping-search .input-area-border i{
    display: flex;
    color: #999;
}
.camping-search .input-area-border p{
    font-size: 14px;
    font-weight: 600;
}
/* 캠핑장 검색 리뉴얼로 인한 불필요한 css 제거용.. */
.camping-search .nav-item .active, .camping-search .nav-item a:focus, .nav-item a:hover{
    color: #fb7950;
    border-bottom: 1px solid #fb7950 !important;
}
.camping-search .nav-tabs .nav-item.show .nav-link, .camping-search .nav-tabs .nav-link.active {
    color: #fb7950;
    border-bottom: 1px solid #fb7950;
    background-color: #fff;
}
.camping-search input::placeholder{
    font-size: 14px;
}
.camp-list-search label{
    font-size: 10px;
    padding: 10px 16px;
    border-radius: .375rem;
    border: 1px solid #eee;
}
.camp-list-search.cpt label{
    width: 100%;
    font-size: 4vw;
    text-align: center;
}
.camp-list-search.cpt li{
    margin: 0;
}
.camp-list-search li {
    margin: 0 8px 16px 0;
}
.camping-search .input-area{
    position: relative;
    margin-bottom: 8px;
}
.no-scroll{
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.no-scroll::-webkit-scrollbar{
    display: none;
}
.filter-icon{
    margin-left: .5rem;
}
.filter-icon button{
    display: flex;
    gap: .25rem;
    height: 40px;
    align-items: center;
    background-color: #fff;
    padding: 0 .5rem;
}

.camping-search-btn > a {
    display: block;
    width: 100%;
    height: 30px;
    color: #fff;
    font-size: 15px;
    border-radius: .375rem;
}
.camping-search-btn button{
    display: none;
    width: 51px;
    margin-right: 16px;
    border-radius: 10px;
    background-color: #D2D2D2;
}
.tab{
    padding: 0;
}
.product-detail-item {
    position: relative;
    margin-bottom: 8px;
    box-shadow: 0 1px 3px 1px rgb(0 0 0 / 25%);
    cursor: pointer;
}

/*캠핑장 광고영역*/
.campListGg{
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr 1fr;
    padding: 1rem;
    margin: 1px 0 8px;
    background-color: #fff;
}
.campListGg h4{
    font-size: 15px;
    margin-top: 2px;
}
.campListGg .img-wrap{
    position: relative;
    margin-bottom: .5rem;
}
.campListGg .img-wrap:after{
    content: 'AD';
    position: absolute;
    top: .5rem;
    right: .5rem;
    font-size: 11px;
    font-weight: bold;
    border-radius: .25rem;
    color: #777;
    background-color: #fff;
    padding: 1px 8px;
    opacity: .5;
}
.campListGg .img-wrap img{
    width: 100%;
    height: 146px;
    object-fit: cover;
    border-radius: 12px;
}
.campListGg .text-wrap{
    display: flex;
    white-space: nowrap !important;
    flex-wrap: wrap;
    font-size: 11px;
    color: #777;
}
.campListGg .text-wrap p:first-child{
    margin-right: .5rem;
    font-weight: bold;
}

/* 캠핑장 리스트 disabled */
.camp-list-disabled:before{
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.75);
}
.product-detail-item h4{
    font-size: 14px;
}
.product-detail-item > div:last-of-type {
    width: 100%;
    padding: 8px;
}
.product-detail-item > div:last-of-type p {
    font-size: 12px;
}
.product-detail-item > div:last-of-type > div {
    width: 100%;
}
.product-detail-item .text-end p:first-child{
    color: #FF7A50;
    font-size: 10px;
}
.product-group{
    background-color: #fff;
}
.reservation-info .price{
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 1px;
}
.reservation-info .price span{
    font-weight: bold;
}
.reservation-info .price .won{
    font-size: 1rem;
}
.reservation-product-img{
    height: 222px;
    border-radius: 12px;
}
/*tab*/
#saleFesta{
    display: none;
}
.showFesta label{
    display: flex;
    align-items: center;
    gap: .25rem;
    cursor: pointer;
    background-color: #f2f2f2;
    /*box-shadow: 0 0 0.4rem 0 rgba(0, 0, 0, .16);*/
    border-radius: 2rem;
    padding: .25rem .5rem;
    font-weight: 500;
    font-size: 14px;
}
.showFesta label i{
    width: 18px;
    height: 18px;
    text-align: center;
    border-radius: 20px;
    color: #fff;
    background-color: #ccc;
}
.showFesta label img{
    height: 18px;
}
.showFesta label i:before{
    font-size: 14px;
    vertical-align: baseline;
}
.showFesta input[type="checkbox"]:checked~label{
    box-shadow: 0 0 0 1px var(--main-color);
    color: var(--main-color);
    background-color: rgba(255, 122, 80, 0.08);
}
.showFesta input[type="checkbox"]:checked~label i{
    color: #fff;
    background-color: var(--main-color);
    box-shadow: none;
}

.camp-info p{
    font-size: .75rem;
    color: var(--sub-text-color);
}
.camp-info.content-w100{
    margin-bottom: 1px !important;
}
/*프로모션 뱃지*/
.promotionTag{
    display: flex;
    gap: .25rem;
}
.bottomPrice{
    display: flex;
    flex-direction: column;
    gap: .125rem;
    align-items: end;
}
/* 캠핑장 리스트 스크롤 테스트용 점 */
.height-test {
    position: absolute;
    top: 0;
    color: red;
    /* 아래의 z-index는 임시로... 나중엔 삭제 부탁함비낟*/
    z-index: 100;
}

/*인원선택*/
.peopleCount{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/* 모바일 360 이하 */
@media screen and (min-width: 365px) {
    .camp-list-search.cpt label{
        font-size: 14px;
    }
    .camp-list-search li {
        margin: 0 12px 16px 0;
    }
    .camp-list-search.cpt li {
        margin: 0;
    }
}