/* =========================================================
   Milk Transition Banner Rewrite
   这一段只给 milk-transition banner 使用
   全部使用 mt-banner-* 新类名，和旧样式不交集
   ========================================================= */

.mt-banner {
  position: relative;
  overflow: hidden;
}

.mt-banner-bg,
.mt-banner-logo,
.mt-banner-product {
  display: block;
}

.mt-banner-bg img,
.mt-banner-logo img,
.mt-banner-product img {
  display: block;
  width: 100%;
  height: auto;
}

.mt-banner-content {
  position: absolute;
  inset: 0;
}

/* #milk-transition .mt-banner-logo, */
.mt-banner-product,
/* #milk-transition .mt-banner-title, */
.mt-banner-note {
  position: absolute;
}

.mt-banner-title,
.mt-banner-note {
  margin: 0;
  color: #5E366F;
}

.mt-banner-title {
  font-weight: 500;
  font-size: 7.5vw;
  font-size: clamp(50px, 7.5vw, 145px);
}

.mt-banner-note {
    left: 1.1%;
    bottom: 1.8%;
    font-size: 9px;
    font-size: clamp(9px, 0.8vw, 15px);
  }

/* PC */
@media (min-width: 1200px) {
.top-logo-name-content {
    position:absolute;
    left: 46.51%;
    top: 50%;
    width: 38.5%;
    transform: translateY(-50%);
  }

.mt-banner-logo {
    
  }
  
  .mt-banner-title {
    /* font-size: clamp(65px, 7.5vw, 145px);
    font-weight: 500;
    line-height: 9.11vw;
    letter-spacing: 7.2px; */
  }

  .mt-banner-product {
    left: 12.95%;
    top: 50%;
    transform: translateY(-50%);
    width: 30.8%;
  }

  /* .mt-banner-note {
    left: 1.1%;
    bottom: 1.8%;
    font-size: 9px;
    font-size: clamp(9px, 0.8vw, 15px);
  } */
   .top-logo-name-content.s-03 {
    left: 56.51%;
   }

   .mt-banner-product.s-03 {
    left: 25.73%;
   }
}

/* PAD */
@media (min-width: 768px) and (max-width: 1199px) {
.top-logo-name-content {
    position:absolute;
    left: 46.41%;
    top: 50%;
    width: 38.5%;
    transform: translateY(-50%);
  }

.mt-banner-logo {
    
  }

  .mt-banner-title {
    /* font-size: 7.5vw;
    line-height: 9.11vw;
    letter-spacing: 3.72px; */
  }

  .mt-banner-product {
    top: 50%;
    transform: translateY(-50%);
    left: 14.93%;
    width: 30.78%;
  }

  /* .mt-banner-note {
    left: 0.71%;
    bottom: 1.4%;
    font-size: clamp(10px, 0.82vw, 14px);
  } */
   .top-logo-name-content.s-03 {
    left: 56.51%;
   }

   .mt-banner-product.s-03 {
    left: 25.73%;
   }
}

/* MOBILE */
@media (max-width: 767px) {
    .top-logo-name-content {
    position:absolute;
    left: 50%;
    top: 20.76%;
    width: 61.67%;
    transform: translateX(-50%);
  }
  
  .mt-banner-logo {
    
  }
  
  .mt-banner-title {
    margin-top: 16px;
    /* font-size: clamp(45px, 12.29vw, 93px);
    line-height: clamp(45px, 14vw, 111px);
    letter-spacing: 2px; */
  }

  .mt-banner-product {
    left: 50%;
    top: 40.95%;
    width: 57.3%;
    transform: translateX(-50%);
  }

  /* .mt-banner-note {
    left: 2.5%;
    bottom: 1.2%;
    font-size: 2.5vw;
  } */
   .top-logo-name-content.s-03 {
    top: 20.76%;
   }

   .mt-banner-product.s-03 {
    left: auto;
    right: 0%;
    transform: translateX(0%);
   }
}