.area-wrap .area-banner .swiper-slide .slide_inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.area-wrap .area-banner .swiper-slide .slide_inner .img_wrap {
  position:absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.area-wrap .area-banner .swiper-slide .slide_inner .img_wrap::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.product-tag {
    height: 30px;
    overflow: hidden;
}

.area-wrap .sec.guide .guide-slider-wrapper {
  position: relative;
  width: 100%;
}

.area-wrap .sec.guide .guide-slider-inner {
  position: relative;
  padding: 0 120px;
}

.area-wrap .sec.guide .guide-slider-wrapper.fixed {
  position:fixed;
  z-index:10;
  top: 0;
}

.area-wrap .sec.guide .guide-slider-wrapper .product-tab {
  width: 100%;
  height: 56px;
  background-color: #252525;
}
.area-wrap .sec.guide .guide-slider-wrapper .product-tab-inner {
  display:flex;
  height: 100%;
}
.area-wrap .sec.guide .guide-slider-wrapper .product-tab-btn {
  flex: 1;
  transition: all .2s ease;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.area-wrap .sec.guide .guide-slider-wrapper .product-tab-btn .product-tab-label {
  position: relative;
  z-index: 3;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.area-wrap .sec.guide .guide-slider-wrapper .product-tab-btn .product-tab-highlight {
  position: absolute;
  left: 28%;
  right: 28%;
  bottom: 8px;
  height: 4px;
  background: linear-gradient(90deg, #5cc89c 0%, #3b82f6 100%);
  /* background-color: #5cc89c; */
  border-radius: 999px;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .25s ease-out;
  z-index: 2;
}
.area-wrap .sec.guide .guide-slider-wrapper .product-tab-btn.active .product-tab-highlight {
  transform: scaleX(1);
}

.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;
}

.guide-slider.notSelected .swiper-wrapper .swiper-slide-active {
    opacity: 0.4 !important;
}

.area-wrap .area-banner {
    padding-top: 0;
}

.area-wrap .area-banner img {
    height: 100%;
    max-width: none;
}

@media screen and (max-width: 767px) {
  .area-wrap .sec.guide .guide-slider-wrapper.fixed {top:55px;}
  .area-wrap .sec.guide .guide-slider-wrapper .product-tab {height: 44px;}
  .area-wrap .sec.guide .guide-slider-wrapper .product-tab-btn .product-tab-highlight {bottom: 5px; height: 3px;}
  .area-wrap .sec.guide .guide-slider-wrapper .product-tab-btn .product-tab-label {font-size: 14px;}
  .area-wrap .sec.guide .guide-slider-inner {padding: 0 50px;}
  
    .product-tag {
        height: 22px;
    }

    .area-wrap .area-banner .area-text1 {
        padding: 0 3rem;
    }
}