@charset "UTF-8";
/*!
 * Start Bootstrap - Full HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  box-shadow: none;
}

.btn {
  position: absolute;
  background-color: rgba(33, 242, 90, 0);
  z-index: 999;
}

.pc {
  display: block;
}
@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

.mob {
  display: none;
}
@media (max-width: 767px) {
  .mob {
    display: block;
  }
}

#kv,
#p01,
#p02,
#p03,
#p04,
#p05,
#p06,
#p07,
#p08,
#p09,
#p10,
#p11,
#p12,
#p13,
#p14 {
  position: relative;
  margin: 0 auto;
}

.abs {
  position: absolute;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

div,
span {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

*:focus {
  outline: none;
}

/*解決滾動到區塊時出現框線問題*/
a,
a:hover {
  text-decoration: none;
}

a img:hover {
  transform: scale(0.95, 0.95);
  transition: all 0.2s ease-out;
}

header {
  position: relative;
  margin: 0 auto;
}

/*---kv---*/
.kv_w {
  position: relative;
}

.logo {
  width: 100%;
  position: absolute;
  z-index: 3;
}

.kv_card {
  width: 100%;
  position: absolute;
  z-index: 4;
}

.kv_box {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

video {
  width: 100%;
  height: auto;
}

main {
  margin-top: -0.5%;
  overflow: hidden;
}

.swiper_a {
  position: absolute;
  width: 80%;
  top: 9%;
  left: 10%;
  z-index: 2;
}

.swiper_b {
  position: absolute;
  width: 80%;
  top: 37%;
  left: 10%;
  z-index: 2;
}

.swiper_c {
  position: absolute;
  width: 80%;
  top: 66%;
  left: 10%;
  z-index: 2;
}

.swiper-button-next, .swiper-button-prev {
  margin: 0 2%;
  --swiper-navigation-color: #5c5b53; /* 单独设置按钮颜色 */
}

.sw1 {
  top: 19%;
}

.sw2 {
  top: 47%;
}

.sw3 {
  top: 76%;
}

.item {
  position: absolute;
}

.item_a {
  z-index: 2;
}

.item_b {
  z-index: 3;
}

.item_c {
  z-index: 4;
}

.btn_buy {
  display: block;
  width: 6%;
  position: fixed;
  right: 0.5%;
  top: 30%;
  z-index: 999;
  transform-origin: center;
  animation: buy_ani 1s ease-in-out infinite;
}

@keyframes buy_ani {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.05, 1.05);
  }
  100% {
    transform: scale(1, 1);
  }
}
.btn_tips {
  display: block;
  width: 17.8%;
  position: absolute;
  left: 31%;
  bottom: 3.5%;
  z-index: 8;
}

.btn_member {
  display: block;
  width: 17.8%;
  position: absolute;
  left: 51%;
  bottom: 3.5%;
  z-index: 8;
}

.btn_info {
  display: block;
  width: 14.7%;
  position: absolute;
  left: 42.6%;
  bottom: 8.3%;
  z-index: 8;
}

.btn_more {
  display: block;
  width: 14.7%;
  position: absolute;
  left: 42.6%;
  bottom: 2.2%;
  z-index: 8;
}/*# sourceMappingURL=full.css.map */