@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
.custom-html img.fr-fic.fr-dib {
  width: 100%;
  display: block;
}

.scale {
  width: 100%;
  position: relative;
  background-image: url("https://www.kymco.com.tw/storage/app/media/Motors/7th/115/Genie/genie_star/scale/scale.webp");
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .scale {
    background-image: url("https://www.kymco.com.tw/storage/app/media/Motors/7th/115/Genie/genie_star/scale/scale_m.webp");
  }
}
.scale .moto {
  position: absolute;
  top: 68.3%;
  left: 41%;
  transform: translate(-50%, -50%);
  width: 55.5%;
}
@media (max-width: 767px) {
  .scale .moto {
    position: absolute;
    top: 57%;
    left: 43%;
    transform: translate(-50%, -50%);
    width: 96%;
  }
}
.scale .moto img {
  max-width: 100%;
}
.scale .max_Swiper {
  width: 58%;
  height: 55vw;
  padding-top: 5%;
  padding-bottom: 3%;
  padding-left: 15.3%;
  padding-right: 1%;
}
@media (max-width: 767px) {
  .scale .max_Swiper {
    width: 84%;
    height: 113vw;
    padding-top: 12%;
    padding-bottom: 21%;
    padding-left: 27.2%;
    padding-right: 1%;
  }
}
.scale .max_Swiper .swiper-wrapper {
  height: 100% !important;
}
.scale .max_Swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom center;
     object-position: bottom center;
}
.scale .max_Swiper .swiper-slide:nth-of-type(1) img {
  transform: translate(5.5%, 18.5%);
  width: 92%;
}
@media (max-width: 767px) {
  .scale .max_Swiper .swiper-slide:nth-of-type(1) img {
    transform: translate(5.5%, 12.5%);
    width: 95%;
  }
}
.scale .max_Swiper .swiper-slide:nth-of-type(2) img {
  transform: translate(-2.5%, 12.5%);
  width: 99%;
}
@media (max-width: 767px) {
  .scale .max_Swiper .swiper-slide:nth-of-type(2) img {
    width: 103%;
    transform: translate(-2%, 6%);
  }
}
.scale .max_Swiper .swiper-slide:nth-of-type(3) img {
  width: 80.5%;
  transform: translate(19%, 6%);
}
@media (max-width: 767px) {
  .scale .max_Swiper .swiper-slide:nth-of-type(3) img {
    width: 82%;
    transform: translate(24%, 0%);
  }
}
.scale .max_Swiper .swiper-slide:nth-of-type(4) img {
  width: 85%;
  transform: translate(12%);
}
@media (max-width: 767px) {
  .scale .max_Swiper .swiper-slide:nth-of-type(4) img {
    width: 88%;
    transform: translate(15%, -5.5%);
  }
}
.scale .swiper-pagination {
  position: absolute;
  width: 10rem;
  height: auto;
  /* max-height: 50px; */
  flex-wrap: wrap;
  top: 10%;
  left: 35%;
}
.scale .swiper-pagination .swiper-wrapper {
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.scale .swiper-pagination .swiper-slide {
  border: 1px solid #0d0170;
  background-color: #fff;
  color: #0d0170;
  border-radius: 1rem;
  padding: 0.5rem 1rem;
  width: auto;
}
.scale .swiper-pagination .swiper-slide-active {
  background-color: #17346e;
  color: #fff;
}
.scale .scale-pagination {
  position: absolute;
  z-index: 1;
  top: 42% !important;
  bottom: unset !important;
  right: 25%;
  width: auto !important;
  left: auto !important;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  font-size: 1.5vw;
}
@media (max-width: 767px) {
  .scale .scale-pagination {
    flex-direction: row;
    top: unset !important;
    bottom: 6% !important;
    right: unset;
    left: 4% !important;
    font-size: 3vw;
    gap: 0.25rem;
  }
}
.scale .swiper-pagination-bullet {
  border: 1px solid #17346e;
  background-color: #fff;
  color: #17346e;
  border-radius: 4vw;
  padding: 0 1.5vw;
  width: auto;
  line-height: 1.4;
  height: auto;
  opacity: 1;
  font-family: "Lato", "Arial", sans-serif;
  font-weight: 400;
}
@media (max-width: 767px) {
  .scale .swiper-pagination-bullet {
    padding: 0 4vw;
  }
}
.scale .swiper-pagination-bullet .num {
  font-size: 2vw;
}
@media (max-width: 767px) {
  .scale .swiper-pagination-bullet .num {
    font-size: 4.5vw;
  }
}
.scale .swiper-pagination-bullet-active {
  color: #fff;
  background: #17346e;
  border: 1px solid #17346e;
}