  #FeatureEditorial {
    max-width: 100%;
  }
  
  #FeatureEditorial .carousel {
    margin-top: 50px;
    max-width: 1200px;
  }

  @media only screen and (max-width: 767px) {
    #FeatureEditorial .flickity-prev-next-button.previous {
      top: 100px;
      left: 0px;
    }
  
    #FeatureEditorial .flickity-prev-next-button.next {
      top: 100px;
      right: 0px;
    }
  }
  
  #FeatureEditorial .carousel__slide__wrapper {
    max-width: 100%;
  }
  
  #FeatureEditorial .products {
    margin-top: 50px;
    max-width: 800px;
    min-height: 280px;
  }
  
  #FeatureEditorial .carousel .products__item {
    max-width: 140px;
  }
  
  #FeatureEditorial .products a {
    width: 140px;
  }
  
  #FeatureEditorial .content__title {
    margin-top: 0px;
  }
  
  @media only screen and (min-width: 768px) {
    #FeatureEditorial .products__item {
      margin: 0 10px;
    }
  
    #FeatureEditorial .content__title {
      margin-top: 0px;
    }
  
    #FeatureEditorial .content__desc {
      margin-top: 60px;
    }
  
    #FeatureEditorial .flickity-button.previous {
      left: 10px;
    }
  
    #FeatureEditorial .flickity-button.next {
      right: 10px;
    }
  
    #FeatureEditorial .beauty-offer-tabpage {
      margin-top: 90px;
    }
  }
  
  #FeatureEditorial .beauty-offer-tabpage {
    margin-top: 50px;
  }
  
  .beauty-offer-tabpage .beauty-offer-tab_sub_title li {
    border-bottom: 4px solid rgba(0, 0, 0, 0);
  }
  
  .beauty-offer-tabpage .beauty-offer-tab_title {
    text-align: center;
  }
  
  .beauty-offer-tabpage .beauty-offer-tab_sub_title {
    display: flex;
    border-bottom: 1px solid #333;
    margin-bottom: 10px;
    overflow-x: scroll;
    justify-content: center;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none;
  }
  
  .beauty-offer-tabpage .beauty-offer-tab_sub_title::-webkit-scrollbar {
    display: none;
  }
  
  .beauty-offer-tabpage .beauty-offer-tab_sub_title li {
    float: left;
    text-align: center;
    padding: 0 10px !important;
  }
  
  .beauty-offer-tabpage .beauty-offer-tab_sub_title li a {
    padding: 5px 45px 5px;
  }
  
  .beauty-offer-tabpage .beauty-offer-tab_sub_title li.active {
    border-bottom: 4px solid #333;
    margin-bottom: -2px;
  }
  
  .beauty-offer-tabpage .beauty-offer-tab_sub_title li.active a {
    font-family: "Lane Crawford Bold";
  }
  
  .tab-container {
    position: relative;
    overflow: hidden;
    margin-bottom: -40px !important;
  }
  
  .scroll-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
  }
  
  .left-arrow {
    left: 0;
    padding-bottom: 16px;
    background-color: white;
  }
  
  .right-arrow {
    right: 0;
    padding-bottom: 16px;
    background-color: white;
  }
  
  @media screen and (max-width: 988px) {
    .beauty-offer-tabpage .beauty-offer-tab_sub_title {
      justify-content: normal;
    }
  }

  
  em {
    font-size: 14px;
  }
  
  #game-result {
    width: 100%
  }
  
  #FeatureEditorial .carousel__slide__content {
    max-width: 80%;
  }
  