.product-tag {
    height: 30px;
    overflow: hidden;
}

.area-wrap .sec.guide .guide-slider.fixed {
    width: 100%;
    max-width: 1240px;
    top: 0;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
}

/* .area-wrap .sec.product .product-item .product-thumb {
    height: 148px;
}

.area-wrap .sec.product .product-item .product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

.sec.package .package-item .package-name {
    height: 38px;
    overflow-y: hidden;
    font-size: 16px !important;
    font-weight: 600;
    display: block;
    margin-bottom: 6px !important;
}

.sec.package .package-item .package-date {
    color: #7F8894;
    display: block;
    margin-bottom: 16px;    
    height: 32px;
    overflow-y: hidden;
}

.sec.package .package-item .package-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #5CC89C;
    font-weight: 600;
}
.sec.package .package-item .package-detail-btn {
    display: block;
    margin-top: 16px;
    width: 100%;
    background-color: #2c2c2c;
    border-radius: 6px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    padding: 13px 0;
}

.no-data {
    width: 100%;
    text-align: center;
    border-radius: 12px;
    border: 1px solid #F0F0F0;
    padding: 22px 24px;
}

.mainArea {
    cursor: pointer;
}

.area-wrap .sec.product .product-item .product-name {
    white-space: break-spaces;
    height: 56px;
}

.package-detail-btn {
    display: block;
    margin-top: 16px;
    width: 100%;
    background-color: #2c2c2c;
    border-radius: 6px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    padding: 13px 0;
}

.btnMore {
    /* display: none; */
}

.area-wrap .sec.product .product-list {display:grid;grid-template-columns: repeat(4, 1fr);gap:20px;}
.area-wrap .sec.product .product-item {min-width:0;}
.area-wrap .sec.product .product-item .product-thumb {border-radius: 6px 6px 0px 0px;border: 1px solid #F0F0F0;overflow:hidden;}
.area-wrap .sec.product .product-item .product-contents {border-radius: 0px 0px 6px 6px;border: 1px solid #F0F0F0;border-top:0;padding:14px 14px 18px;position:relative;}
.area-wrap .sec.product .product-item .product-title {display:flex;gap:10px;align-items:center;margin-bottom:4px;}
.area-wrap .sec.product .product-item .product-name {font-size:16px;font-weight:600;flex:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.area-wrap .sec.product .product-item .product-resort {color:#7F8894;margin-bottom:10px;overflow: hidden;white-space:nowrap;text-overflow: ellipsis;}
.area-wrap .sec.product .product-item .product-icon {color:#5CC89C;display:flex;gap:7px;align-items:center;}
.area-wrap .sec.product .product-item .product-tag {display:flex;gap:5px;flex-wrap:wrap;margin-bottom:20px;}
.area-wrap .sec.product .product-item .product-tag span {border-radius: 4px;background: #f9f9f9;color:#7F8894;padding:6px 10px;}
.area-wrap .sec.product .product-item .product-price {color:#5CC89C;font-weight:600;font-size:18px;}

.guide-slider.notSelected .swiper-wrapper .swiper-slide-active {
    opacity: 0.4 !important;
}

@media screen and (max-width: 767px) {
  .area-wrap .sec.guide .guide-slider.fixed {top:55px;}

    .product-tag {
        height: 22px;
    }

    .area-wrap .sec.product .product-list {grid-template-columns: repeat(2, 1fr);gap:10px;}
    .area-wrap .sec.product .product-item .product-thumb {height:110px;}
    .area-wrap .sec.product .product-item .product-thumb img {width:100%;height:100%;object-fit:cover;}
    .area-wrap .sec.product .product-item .product-contents {padding:10px;}
    .area-wrap .sec.product .product-item .product-name {font-size:14px;height:16px;}
    .area-wrap .sec.product .product-item .product-resort {font-size:10px;}
    .area-wrap .sec.product .product-item .product-tag {margin-bottom:10px;}
    .area-wrap .sec.product .product-item .product-tag span {font-size:10px;padding:4px;}
    .area-wrap .sec.product .product-item .product-icon {font-size:12px;}
    .area-wrap .sec.product .product-item .product-price {font-size:14px;}

    .recommend-name {
        height: 22px;
        overflow-y: hidden;
    }
    .recommend-date {
        height: 22px;
        overflow-y: hidden;
    }
}
