.owl-stage-outer {
  position: relative;
}

.owl-nav {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  transform: translateY(-45%);
  display: flex;
  justify-content: space-between;
  width: 100%;
  pointer-events: none;
}

.owl-prev,
.owl-next {
  pointer-events: auto;
}

.owl-prev {
  position: absolute;
  left: -20px;
}

.owl-next {
  position: absolute;
  right: -20px;
}


.owl-theme .owl-nav [class*=owl-] {
  outline: none;
}
.owl-nav button.owl-prev {
  left: 15px;
}
.owl-nav button.owl-next {
  right: 15px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: none!important;
  color: #FFF;
  text-decoration: none;
  opacity: 0.75;
}



.owl-carousel-logo .owl-stage {
  display: flex;
  align-items: center;
  transition: transform 0.6s ease; /* 平滑過渡效果 */
}

.owl-carousel-logo .owl-item img {
  max-width: 100%;
  height: auto;
  object-fit: cover; /* 保持比例避免圖片變形 */
}




/* .swiper-wrapper {
  display: flex;
  width: calc(200%);
  animation: scroll 10s linear infinite;
}

.swiper-slide {
  flex-shrink: 0;
  width: calc(100% / 14);
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
} */


 /* Swiper 基本樣式 */
 .scroll-container {
  display: flex;
  white-space: nowrap;
}
.scroll-container > img {
  display: inline-block;
}

.swiper-wrapper {
  display: flex;
  /* animation: scroll 18s linear infinite; */
}

.swiper-slide {
  flex-shrink: 0;
  text-align: center;
  width: auto;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}


.sf-u-imgAdjustBox {
  height: auto;
  position: relative;
  width: 100%;
}

.sf-u-imgAdjustBox {
  height: auto;
  position: relative;
  width: 100%;
}

.carousel .swiper-wrapper {
  transition-timing-function: linear
}

.carousel__slide {
  display: block
}



/* .swiper.swiper-zodiac {
  overflow: initial;} */


/* .swiper-zodiac .sf-u-imgAdjustBox{
  width: 200px;

}
.swiper-zodiac .sf-u-img {
  width: 200px;
  height: auto;
} */
/*
.carousel__slide {
  width: 172px;
}

.sf-u-imgAdjustBox {
  height: auto;
  position: relative;
  width: 100%;
}

.sf-u-imgAdjustBox_inner {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.swiper-zodiac .sf-u-img {
  vertical-align: bottom;
  width: 100%;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
} */


@media screen and (max-width: 767px)  {

  .owl-nav {
    position: absolute;
    top: 40%;}

}
