.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; */
}

.guide-slider.notSelected .swiper-wrapper .swiper-slide-active {
    opacity: 0.4 !important;
}


.product-wrap .product-banner {
    height: auto !important;
    max-width: 1460px !important;
    aspect-ratio: 16 / 6 !important;
}

.product-wrap .product-banner .swiper-slide img {
    max-height: 100% !important;
}


@media screen and (max-width: 767px) {
  .area-wrap .sec.guide .guide-slider.fixed {top:55px;}

    .product-tag {
        height: 22px;
    }
}
