@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap");
@import url("https://use.typekit.net/wwx7ukl.css");
.catchd-container .banner {
  width: 100%;
  left: 0;
  transform: unset;
  height: auto;
}
.catchd-container .banner img.-pc {
  width: 100%;
  left: 0;
  transform: unset;
  height: auto;
}

.kv2024swiper .kv2024swiper-next {
  color: #fff;
}
.kv2024swiper .kv2024swiper-prev {
  color: #fff;
}
.kv2024swiper .kv2024swiper-next:after,
.kv2024swiper .kv2024swiper-prev:after {
  font-size: 20px;
}

@media all and (max-width: 640px) {
  #sec-gift.i16-sec-gift .gift-swiper-wrap.pcSet {
    display: none;
  }
}
#sec-gift.i16-sec-gift .gift-swiper-wrap.moSet {
  display: none;
}
@media all and (max-width: 640px) {
  #sec-gift.i16-sec-gift .gift-swiper-wrap.moSet {
    display: block;
  }
}
#sec-gift.i16-sec-gift .swiper-slide {
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: stretch;
  flex-shrink: unset;
}
#sec-gift.i16-sec-gift .swiper-slide:first-child .i16-more-severs-box {
  margin-left: 0;
}
@media all and (max-width: 640px) {
  #sec-gift.i16-sec-gift .swiper-slide {
    display: block;
  }
}
#sec-gift.i16-sec-gift .i16-more-severs-box {
  background-color: #f5f5f5;
  border-radius: 15px;
  margin: 10px;
}
@media all and (max-width: 640px) {
  #sec-gift.i16-sec-gift .i16-more-severs-box {
    margin: 5px;
  }
}
#sec-gift.i16-sec-gift .i16-more-severs-box .box {
  display: flex;
  flex-wrap: wrap;
  width: 250px;
  padding: 30px 15px;
}
@media all and (max-width: 640px) {
  #sec-gift.i16-sec-gift .i16-more-severs-box .box {
    width: 290px;
    display: grid;
    grid-template-areas: "icon h3" "icon p";
    grid-auto-columns: max-content;
    padding: 15px 15px;
  }
}
#sec-gift.i16-sec-gift .i16-more-severs-box .box .ser-icon {
  width: 100%;
  order: 2;
  text-align: center;
  margin: 5px 0;
}
@media all and (max-width: 640px) {
  #sec-gift.i16-sec-gift .i16-more-severs-box .box .ser-icon {
    grid-area: icon;
    text-align: left;
    margin: 0 10px 0 0;
    width: 50px;
    display: flex;
  }
}
#sec-gift.i16-sec-gift .i16-more-severs-box .box .ser-icon img {
  display: block;
  margin: 0 auto;
  width: 66px;
  max-width: 100%;
}
#sec-gift.i16-sec-gift .i16-more-severs-box .box h3 {
  width: 100%;
  order: 1;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 130%;
}
@media all and (max-width: 640px) {
  #sec-gift.i16-sec-gift .i16-more-severs-box .box h3 {
    grid-area: h3;
    text-align: left;
  }
}
@media all and (max-width: 480px) {
  #sec-gift.i16-sec-gift .i16-more-severs-box .box h3 {
    font-size: 18px;
  }
}
#sec-gift.i16-sec-gift .i16-more-severs-box .box p {
  width: 100%;
  order: 3;
  text-align: center;
  color: rgba(0, 0, 0, 0.7294117647);
  line-height: 130%;
  font-size: 14px;
  height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#sec-gift.i16-sec-gift .i16-more-severs-box .box p a {
  display: block;
  width: 100%;
  color: rgba(0, 0, 0, 0.7294117647);
  text-decoration: underline;
}
@media all and (max-width: 640px) {
  #sec-gift.i16-sec-gift .i16-more-severs-box .box p {
    grid-area: p;
    text-align: left;
    justify-content: flex-start;
    height: 2.8em;
  }
}

#sec-notice2 {
  padding-top: 96px;
  padding-bottom: 120px;
}

#sec-notice2 .sec-container {
  width: 1080px;
}

@media (min-width: 769px) and (max-width: 1150px) {
  #sec-notice2 .sec-container {
    width: 90%;
  }
}
@media (max-width: 768px) {
  #sec-notice2 .sec-container {
    width: 90%;
  }
}
#sec-notice2 .sec-tit {
  display: flex;
  margin-bottom: 16px;
}

#sec-notice2 .sec-tit p {
  font-size: 14px;
  margin-left: 5px;
}

#sec-notice2 ul {
  padding-left: 1.3em;
}

#sec-notice2 ul li {
  list-style: decimal;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: justify;
}

#sec-notice2 .toggle-wrap2 {
  position: relative;
}

@media (max-width: 768px) {
  #sec-notice2 .toggle-wrap2 {
    height: 300px;
    overflow: hidden;
  }
  #sec-notice2 .toggle-wrap2.-active {
    height: auto;
  }
}
#sec-notice2 .toggle-btn {
  position: absolute;
  bottom: 0;
  width: 100%;
  transform: translateY(100%);
  display: none;
}

@media (max-width: 768px) {
  #sec-notice2 .toggle-btn {
    display: block;
  }
}
#sec-notice2 .toggle-btn .-btn {
  position: relative;
  width: 36px;
  height: 36px;
  background-color: #c0c0c0;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}

#sec-notice2 .toggle-btn .-btn span {
  display: block;
  width: 50%;
  height: 3px;
  background-color: #fff;
  border-radius: 100px;
}

#sec-notice2 .toggle-btn .-btn span:nth-child(1) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#sec-notice2 .toggle-btn .-btn span:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}

#sec-notice ul {
  padding-left: 1.6em;
}

#sec-notice2 .toggle-btn:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 3px;
  background-color: #c0c0c0;
}

#sec-notice2 .toggle-btn.-active .-btn span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(0deg);
}

#bookmark-singlepage-nav {
  z-index: 2;
}

/*910預購前倒數預告*/
#brand_ecosystem_menu_nav_Y24 {
  z-index: 3;
}

.pro-tab-container .tab-container {
  position: relative;
  z-index: 1;
}

.pre-purchase-activity {
  background: #ff9100;
  position: relative;
  /* 手機裝置video相關樣式 */
  /* 確保video在手機裝置上正確顯示 */
  /* 改善video載入狀態 */
  /* 防止video在滑動時被意外暫停 */
  /* 改善手機裝置的觸控體驗 */
}
.pre-purchase-activity .videobox {
  position: absolute !important;
  width: 100%;
  height: 100%;
  z-index: 2;
  left: 0;
  top: 0;
}
@media (max-width: 1280px) {
  .pre-purchase-activity .videobox {
    z-index: -1;
  }
}
.pre-purchase-activity .videobox video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* 或 contain 依需求調整 */
  display: block !important;
}
.pre-purchase-activity #infinityWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (min-width: 1281px) {
  .pre-purchase-activity #infinityWrap {
    z-index: 1;
  }
}
.pre-purchase-activity #infinityWrap img {
  width: 100%;
  height: 100%;
}
.pre-purchase-activity .countDown {
  position: relative;
  z-index: 2;
  padding: 80px 0 0;
}
@media (max-width: 480px) {
  .pre-purchase-activity .countDown {
    padding: 30px 0 0;
  }
}
.pre-purchase-activity .countDown h1 {
  text-align: center;
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .pre-purchase-activity .countDown h1 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .pre-purchase-activity .countDown h1 {
    font-size: 27px;
    margin-bottom: 10px;
  }
}
.pre-purchase-activity .countDown .timeBox {
  color: #fff;
  display: flex;
  justify-content: center;
  font-weight: bold;
}
@media (max-width: 768px) {
  .pre-purchase-activity .countDown .timeBox {
    padding-bottom: 10px;
  }
}
.pre-purchase-activity .countDown .timeBox .hours {
  width: 150px;
  height: 150px;
}
@media (max-width: 768px) {
  .pre-purchase-activity .countDown .timeBox .hours {
    width: 90px;
    height: 90px;
  }
}
.pre-purchase-activity .countDown .timeBox .hours b {
  font-size: 110px;
  display: block;
  text-align: center;
}
@media (max-width: 768px) {
  .pre-purchase-activity .countDown .timeBox .hours b {
    font-size: 60px;
  }
}
.pre-purchase-activity .countDown .timeBox .hours span {
  color: #464545;
  display: block;
  text-align: center;
  font-size: 14px;
}
@media (max-width: 480px) {
  .pre-purchase-activity .countDown .timeBox .hours span {
    font-size: 0.5rem;
  }
}
.pre-purchase-activity .countDown .timeBox .hours.no {
  width: 50px;
  text-align: center;
  margin: 0 10px;
}
@media (max-width: 768px) {
  .pre-purchase-activity .countDown .timeBox .hours.no {
    width: 20px;
  }
}
.pre-purchase-activity .countDown .timeBox .hours.no b {
  line-height: 80%;
}
.pre-purchase-activity .demoPhone {
  position: relative;
  z-index: 2;
}
.pre-purchase-activity .demoPhone img {
  display: block;
  margin: 0 auto;
  width: 500px;
  max-width: 90%;
}
@media (max-width: 1440px) {
  .pre-purchase-activity .demoPhone img {
    width: 400px;
  }
}
@media (max-width: 768px) {
  .pre-purchase-activity .demoPhone img {
    width: 300px;
  }
}
@media (max-width: 480px) {
  .pre-purchase-activity .demoPhone img {
    width: 250px;
  }
}
@media (max-width: 768px) {
  .pre-purchase-activity {
    /* 播放提示樣式 */
    /* 當影片播放時隱藏播放按鈕 */
    /* 確保video在播放時不會被暫停 */
  }
  .pre-purchase-activity .mobile-play-hint {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    transition: opacity 0.3s ease;
    pointer-events: auto;
  }
  .pre-purchase-activity .mobile-play-hint:hover {
    opacity: 0.8;
  }
  .pre-purchase-activity .videobox.playing::after,
  .pre-purchase-activity .videobox.playing::before {
    opacity: 0;
    pointer-events: none;
  }
  .pre-purchase-activity .videobox.playing video {
    pointer-events: auto;
  }
}
@media (max-width: 480px) {
  .pre-purchase-activity .mobile-play-hint {
    font-size: 12px;
    padding: 8px 16px !important;
  }
}
.pre-purchase-activity .videobox video:not([src]) {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pre-purchase-activity .videobox video:not([src])::after {
  content: "影片載入中...";
  color: #666;
  font-size: 14px;
}
.pre-purchase-activity .videobox video {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .pre-purchase-activity .videobox {
    touch-action: manipulation;
  }
  .pre-purchase-activity .videobox video {
    touch-action: manipulation;
  }
}

#sec-notice.pre-purchase-activity-note {
  background-color: #fff;
  padding: 0 !important;
  padding-bottom: 50px !important;
  position: relative;
  z-index: 2;
}
#sec-notice.pre-purchase-activity-note .sec-container {
  padding: 50px 0 0;
}/*# sourceMappingURL=i17.css.map */