@charset "UTF-8";
/* ===== CSS Reset ===== */
/* Box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
dl,
dd,
ul,
ol,
figure {
  margin: 0;
}

/* Remove list styles */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  font-family: "PingFang TC", "Roboto", "Noto Sans TC", "微軟正黑體", sans-serif;
}

/* Remove default link styles */
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove button default styles */
button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

/* Table reset */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

header {
  position: fixed;
  top: 0;
  z-index: 99;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: #ffffff;
}

.cht-logo {
  width: 7.2916666667vw;
  margin-left: 1.875vw;
}
@media (max-width: 750px) {
  .cht-logo {
    width: calc(116 / 375 * 100vw);
    margin-top: calc(11 / 375 * 100vw);
    margin-left: calc(16 / 375 * 100vw);
  }
}

.tab-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 1.1979166667vw;
  padding-bottom: 0.3645833333vw;
}
@media (max-width: 750px) {
  .tab-content {
    width: 100%;
    overflow-x: scroll;
    padding-top: calc(3 / 375 * 100vw);
    padding-bottom: 0;
  }
}

.tab-content li {
  position: relative;
  z-index: 2;
  list-style: none;
  margin: 0.5208333333vw;
  margin-bottom: 0;
  font-size: 0.8333333333vw;
  line-height: 1.25vw;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  color: #4e5969;
  cursor: pointer;
  border-radius: 2px;
}
@media (max-width: 750px) {
  .tab-content li {
    margin: calc(10 / 375 * 100vw);
    margin-bottom: 0;
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
  }
}

.tab-content li .tab-item {
  display: flex;
  justify-content: center;
  width: 4.1666666667vw;
  height: 1.3541666667vw;
  padding: 0 1.0416666667vw;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 750px) {
  .tab-content li .tab-item {
    width: calc(80 / 375 * 100vw);
    height: calc(26 / 375 * 100vw);
    padding: 0 calc(20 / 375 * 100vw);
  }
}

.tab-content li:hover .tab-item {
  background-color: #f2f3f5;
}

.tab-content li .tab-item.is-pressed {
  color: #4ae444;
  padding-bottom: 0.5208333333vw;
  font-weight: 800;
  background-color: #f2f3f5;
}

.tab-content .active {
  color: #4ae444;
  padding-bottom: 0.5208333333vw;
  font-weight: 800;
  border-bottom: 0.2604166667vw solid #4ae444;
}
@media (max-width: 750px) {
  .tab-content .active {
    padding-bottom: calc(9 / 375 * 100vw);
    border-bottom: calc(5 / 375 * 100vw) solid #4ae444;
  }
}

.translate-content {
  padding: 0 20px;
  margin-right: 20px;
  opacity: 0;
}

.header-container {
  width: 100%;
  height: 4.4270833333vw;
  background-color: #f6f7f9;
}
@media (max-width: 750px) {
  .header-container {
    height: calc(100 / 375 * 100vw);
  }
}

.container {
  min-height: 300px;
}

.banner-container {
  position: relative;
  width: 100%;
  height: 43.75vw;
  background-color: #f6f7f9;
}
@media (max-width: 750px) {
  .banner-container {
    height: calc(390 / 375 * 100vw);
  }
}

.banner-content {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0px;
  z-index: 1;
  width: 72.4479166667vw;
  height: 43.75vw;
  margin: auto;
}
@media (max-width: 750px) {
  .banner-content {
    width: 100%;
    height: calc(391 / 375 * 100vw);
  }
}

.title {
  position: absolute;
  top: 13.2291666667vw;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: auto;
  margin: auto;
}
@media (max-width: 750px) {
  .title {
    width: calc(316 / 375 * 100vw);
    top: calc(72 / 375 * 100vw);
  }
}

.title p {
  position: absolute;
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  font-size: 5.7291666667vw;
  line-height: 100%;
  white-space: nowrap;
  color: #4e5969;
}
@media (max-width: 750px) {
  .title p {
    font-size: calc(32 / 375 * 100vw);
  }
}

.title p:nth-child(1) {
  bottom: 0;
}

.title p:nth-child(2) {
  top: 1.5104166667vw;
  left: 32.65625vw;
}
@media (max-width: 750px) {
  .title p:nth-child(2) {
    left: calc(95 / 375 * 100vw);
    top: calc(19 / 375 * 100vw);
  }
}

.title p .green-word {
  color: #4ae444;
}

.title-dec {
  position: absolute;
  top: -8.8541666667vw;
  right: -4.375vw;
  width: 6.8229166667vw;
}
@media (max-width: 750px) {
  .title-dec {
    width: calc(36 / 375 * 100vw);
    height: calc(28 / 375 * 100vw);
    top: calc(-31 / 375 * 100vw);
    right: calc(0 / 375 * 100vw);
  }
}

.phone {
  position: absolute;
  bottom: 0;
  z-index: 3;
  left: 15.625vw;
  width: 21.6145833333vw;
  margin: auto;
}
@media (max-width: 750px) {
  .phone {
    left: 15.9895833333vw;
    width: 20.8333333333vw;
  }
}

.ellipse {
  position: absolute;
  top: 5.5208333333vw;
  left: 21.5104166667vw;
  z-index: 1;
  width: 29.7916666667vw;
  margin: auto;
}
@media (max-width: 750px) {
  .ellipse {
    width: calc(572 / 375 * 100vw);
    left: calc(471 / 375 * 100vw);
  }
}

.slogan {
  display: flex;
  flex-direction: column;
  position: absolute;
  z-index: 1;
  left: 1.5625vw;
  bottom: 5.3125vw;
  font-size: 2.0833333333vw;
  line-height: 2.96875vw;
  font-family: "PingFang TC", "Roboto", "Noto Sans TC", "微軟正黑體", sans-serif;
  font-weight: 300;
  color: #86909c;
}
@media (max-width: 750px) {
  .slogan {
    left: initial;
    right: calc(26 / 375 * 100vw);
    bottom: calc(32 / 375 * 100vw);
    font-size: calc(18 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
    font-weight: 500;
  }
}

.mouse {
  position: absolute;
  bottom: 0;
  left: 10.4166666667vw;
  width: 1.5625vw;
  height: 3.125vw;
}

.mouse-icon {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  margin: auto;
  cursor: pointer;
  animation: mouse-animation 2s ease-in-out infinite;
  transition: all 1s ease-in-out;
}

@keyframes mouse-animation {
  0% {
    transform: translateY(-0.5208333333vw);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-0.5208333333vw);
  }
}
.mouse-line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0.1041666667vw;
  height: 2.6041666667vw;
  background-color: #c9cdd4;
}

.information {
  position: absolute;
  left: 46.1979166667vw;
  top: 26.09375vw;
  z-index: 2;
}
@media (max-width: 750px) {
  .information {
    position: relative;
    right: initial;
    bottom: initial;
    width: calc(300 / 375 * 100vw);
    left: calc(40 / 375 * 100vw);
    top: calc(0 / 375 * 100vw);
  }
}

@media (max-width: 750px) {
  .information-mobile-content {
    width: 100%;
    padding: calc(23 / 375 * 100vw) calc(11 / 375 * 100vw) calc(9 / 375 * 100vw);
    background-color: #f7f8fa;
    overflow: hidden;
  }
}
.inform-box {
  display: flex;
  flex-direction: column;
}

.inform-box:first-child {
  margin-bottom: 1.3020833333vw;
}
@media (max-width: 750px) {
  .inform-box:first-child {
    margin-bottom: calc(2 / 375 * 100vw);
  }
}

.inform-title {
  width: 9.2708333333vw;
  padding: 0.2604166667vw 0.4166666667vw;
  margin-bottom: 0.6770833333vw;
  font-size: 0.8333333333vw;
  line-height: 1.25vw;
  font-family: "PingFang TC", "Roboto", "Noto Sans TC", "微軟正黑體", sans-serif;
  font-weight: 400;
  color: #4e5969;
  background-color: #e5e6eb;
  border-radius: 4px;
}
@media (max-width: 750px) {
  .inform-title {
    width: calc(146 / 375 * 100vw);
    padding: calc(5 / 375 * 100vw) calc(8 / 375 * 100vw);
    margin-bottom: calc(13 / 375 * 100vw);
    font-size: calc(13 / 375 * 100vw);
    line-height: calc(22 / 375 * 100vw);
  }
}

.inform-text {
  font-family: "PingFang TC", "Roboto", "Noto Sans TC", "微軟正黑體", sans-serif;
  font-weight: 400;
  font-size: 1.0416666667vw;
  line-height: 1.4583333333vw;
  margin-left: -0.15625vw;
  color: #4e5969;
}
@media (max-width: 750px) {
  .inform-text {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(22 / 375 * 100vw);
  }
}

.inform-btn {
  font-family: "PingFang TC", "Roboto", "Noto Sans TC", "微軟正黑體", sans-serif;
  font-weight: 500;
  font-size: 1.0416666667vw;
  line-height: 1.4583333333vw;
  color: #4ae444;
}
@media (max-width: 750px) {
  .inform-btn {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
    margin: calc(5 / 375 * 100vw) 0;
  }
}

.store-btn-region {
  display: flex;
  margin-top: 2.5vw;
}
@media (max-width: 750px) {
  .store-btn-region {
    justify-content: flex-end;
    margin-top: calc(14 / 375 * 100vw);
    margin-bottom: calc(14 / 375 * 100vw);
  }
}

.store-btn-region img {
  width: 8.3333333333vw;
}
@media (max-width: 750px) {
  .store-btn-region img {
    width: calc(114 / 375 * 100vw);
  }
}

.store-btn-region .app-btn {
  margin-right: 0.8333333333vw;
}
@media (max-width: 750px) {
  .store-btn-region .app-btn {
    margin-right: calc(14 / 375 * 100vw);
  }
}

.swiper-container {
  width: 100%;
  background-color: #e5e6eb;
  cursor: grab;
}

.marquee-swiper .swiper-slide {
  width: 12.5vw;
  height: 7.2916666667vw;
  flex-shrink: 0;
  margin: 1.0416666667vw 0.703125vw;
}
@media (max-width: 750px) {
  .marquee-swiper .swiper-slide {
    width: calc(110 / 375 * 100vw);
    height: calc(64 / 375 * 100vw);
    margin: calc(8 / 375 * 100vw) calc(4 / 375 * 100vw);
  }
}

.marquee-swiper.swiper-grab {
  cursor: grab;
}

.marquee-swiper.swiper-grabbing {
  cursor: grabbing;
}

.swiper-slide img {
  height: auto;
  display: block;
}
@media (max-width: 750px) {
  .swiper-slide img {
    width: calc(110 / 375 * 100vw);
  }
}

@media (max-width: 750px) {
  .slide-content .swiper-slide img {
    width: calc(326 / 375 * 100vw);
  }
}

.video-container {
  position: relative;
  left: 0;
  right: 0;
  display: flex;
  margin: auto;
  flex-direction: column;
  width: 78.125vw;
}
@media (max-width: 750px) {
  .video-container {
    width: 90%;
  }
}

.viedo-title {
  margin-top: 2.96875vw;
  margin-bottom: 1.5104166667vw;
}
@media (max-width: 750px) {
  .viedo-title {
    margin-top: calc(57 / 375 * 100vw);
    margin-bottom: calc(29 / 375 * 100vw);
  }
}

.viedo-title h2 {
  font-family: "PingFang TC", "Roboto", "Noto Sans TC", "微軟正黑體", sans-serif;
  font-weight: 500;
  font-size: 2.5vw;
  line-height: 2.9166666667vw;
  margin-bottom: 1.0416666667vw;
  color: #1d2129;
}
@media (max-width: 750px) {
  .viedo-title h2 {
    font-size: calc(24 / 375 * 100vw);
    line-height: calc(32 / 375 * 100vw);
    margin-bottom: calc(14 / 375 * 100vw);
    margin-top: calc(29 / 375 * 100vw);
  }
}

.video-title-p {
  font-family: "PingFang TC", "Roboto", "Noto Sans TC", "微軟正黑體", sans-serif;
  font-weight: 400;
  font-size: 1.0416666667vw;
  line-height: 1.4583333333vw;
  color: #4e5969;
}
@media (max-width: 750px) {
  .video-title-p {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
  }
}

.video-dashed-line {
  position: absolute;
  left: 13.9583333333vw;
  top: -1.0416666667vw;
  width: 0.1041666667vw;
  height: 102%;
  z-index: -1;
  border: 1px dashed #c9cdd4;
}
@media (max-width: 750px) {
  .video-dashed-line {
    left: calc(35 / 375 * 100vw);
    top: calc(-320 / 375 * 100vw);
    width: calc(2 / 375 * 100vw);
    height: calc(500 / 375 * 100vw);
    z-index: 0;
  }
}

.video-content {
  display: flex;
  align-items: flex-start;
}

.video-wrapper {
  position: relative;
  width: 56.25vw;
  z-index: 4;
  display: block;
  min-height: 31.640625vw; /* 16:9 比例固定高度 */
  transition: opacity 0.2s ease; /* 平滑過渡 */
}
.video-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.video-wrapper.loading::after {
  opacity: 1;
}
@media (max-width: 750px) {
  .video-wrapper {
    width: 100%;
  }
}

#video {
  width: 56.25vw;
  height: 100%;
  min-height: 31.640625vw; /* 16:9 比例固定高度 */
  display: block;
  border-radius: 8px;
  object-fit: contain; /* 保持比例 */
  transition: opacity 0.2s ease;
}
@media (max-width: 750px) {
  #video {
    width: 100%;
    height: calc(211 / 375 * 100vw);
    min-height: auto;
    margin-bottom: calc(18.75 / 375 * 100vw);
    border-radius: 4px;
  }
}

.video-control-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 1.0416666667vw;
}
@media (max-width: 750px) {
  .video-control-container {
    margin: 0 calc(20 / 375 * 100vw);
  }
}

.video-control-body {
  height: 29.6875vw;
  border: 1px solid #c9cdd4;
  border-radius: 8px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 750px) {
  .video-control-body {
    height: calc(570 / 375 * 100vw);
  }
}

@media (max-width: 750px) {
  /* 這是手機按鈕被按住或選中時的樣式 */
  .video-control-body .video-control-tab.is-pressed-mb {
    background-color: #e5e6eb;
    font-weight: 500;
  }
}
.video-control-head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-family: "PingFang TC", "Roboto", "Noto Sans TC", "微軟正黑體", sans-serif;
  font-weight: 400;
  color: #4e5969;
  font-size: 0.8333333333vw;
  line-height: 1.25vw;
  margin-bottom: 0.5208333333vw;
}
@media (max-width: 750px) {
  .video-control-head {
    flex-direction: column;
    align-items: flex-start;
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(22 / 375 * 100vw);
  }
}

@media (max-width: 750px) {
  .video-control-head p {
    margin: calc(15 / 375 * 100vw);
    margin-bottom: 0;
  }
}

.video-control-head .video-num {
  font-weight: 800;
}

.video-order-num {
  color: #4ae444;
}

@media (max-width: 750px) {
  .video-control-btn {
    width: 100%;
    padding-top: calc(15 / 375 * 100vw);
    padding-bottom: calc(15 / 375 * 100vw);
  }
}

.video-control-btn-box {
  display: flex;
  align-items: center;
  gap: 0.5208333333vw;
}
@media (max-width: 750px) {
  .video-control-btn-box {
    margin-left: calc(15 / 375 * 100vw);
    gap: calc(10 / 375 * 100vw);
  }
}

/* 隱藏 checkbox 但保留功能 */
.video-control-btn input {
  position: absolute;
  opacity: 0;
}

/* switch 外殼 */
.switch {
  position: relative;
  width: 2.0833333333vw;
  height: 1.25vw;
  cursor: pointer;
  display: inline-block;
}
@media (max-width: 750px) {
  .switch {
    width: calc(40 / 375 * 100vw);
    height: calc(24 / 375 * 100vw);
  }
}

/* 底 */
.slider {
  position: absolute;
  inset: 0;
  background-color: #ccc;
  border-radius: 999px;
  transition: 0.3s;
}

/* 圓球 */
.slider::before {
  content: "";
  position: absolute;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  top: 0.2083333333vw;
  left: 0.15625vw;
  background: #fff;
  border: 1px solid #c9cdd4;
  border-radius: 50%;
  transition: 0.3s;
}
@media (max-width: 750px) {
  .slider::before {
    width: calc(16 / 375 * 100vw);
    height: calc(16 / 375 * 100vw);
    top: calc(4 / 375 * 100vw);
    left: calc(3 / 375 * 100vw);
  }
}

/* checked 狀態 */
.video-control-btn input:checked + .switch .slider {
  background-color: #4ae444;
}

.video-control-btn input:checked + .switch .slider::before {
  transform: translateX(0.9375vw);
}
@media (max-width: 750px) {
  .video-control-btn input:checked + .switch .slider::before {
    transform: translateX(calc(18 / 375 * 100vw));
  }
}

.video-control-body .video-control-tab {
  font-family: "PingFang TC", "Roboto", "Noto Sans TC", "微軟正黑體", sans-serif;
  font-size: 0.8333333333vw;
  line-height: 1.25vw;
  font-weight: 400;
  padding: 0.6770833333vw 2.0833333333vw;
  white-space: nowrap;
  color: #4e5969;
  cursor: pointer;
}
@media (max-width: 750px) {
  .video-control-body .video-control-tab {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(22 / 375 * 100vw);
    padding: calc(13 / 375 * 100vw) calc(40 / 375 * 100vw);
  }
}

@media (min-width: 750px) {
  .video-control-body .video-control-tab:hover {
    background-color: #f2f3f5;
  }
}
.video-control-body .video-control-tab:first-child {
  margin-top: 0.4166666667vw;
}
@media (max-width: 750px) {
  .video-control-body .video-control-tab:first-child {
    margin-top: calc(8 / 375 * 100vw);
  }
}

.video-control-body .active {
  position: relative;
  font-weight: 500;
}

.video-control-body .active::before {
  content: "▶";
  position: absolute;
  left: 0.8854166667vw;
  width: 0.546875vw;
}
@media (max-width: 750px) {
  .video-control-body .active::before {
    left: calc(17 / 375 * 100vw);
  }
}

.shop-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #f6f7f9;
  padding-top: 3.6458333333vw;
}
@media (max-width: 750px) {
  .shop-container {
    padding-top: 0;
  }
}

.shop-title {
  display: flex;
  flex-direction: column;
}

.shop-title h2 {
  font-family: "PingFang TC", "Roboto", "Noto Sans TC", "微軟正黑體", sans-serif;
  font-weight: 500;
  font-size: 2.5vw;
  line-height: 2.9166666667vw;
  margin-top: 1.5625vw;
  text-align: center;
  color: #1d2129;
}
@media (max-width: 750px) {
  .shop-title h2 {
    font-size: calc(24 / 375 * 100vw);
    line-height: calc(32 / 375 * 100vw);
    margin-top: calc(28 / 375 * 100vw);
  }
}

.shop-title span {
  font-size: 1.0416666667vw;
  line-height: 1.4583333333vw;
  margin: 0.5208333333vw auto;
  font-weight: 400;
  text-align: center;
  color: #4e5969;
}
@media (max-width: 750px) {
  .shop-title span {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
    margin: calc(10 / 375 * 100vw) auto calc(22 / 375 * 100vw);
  }
}

.shop-content {
  width: 58.3333333333vw;
  margin: 0.5208333333vw auto 1.09375vw;
  display: flex;
  flex-direction: column;
}
@media (max-width: 750px) {
  .shop-content {
    width: calc(1120 / 375 * 100vw);
    margin: 0 auto calc(10 / 375 * 100vw);
  }
}

.shop-card-container {
  width: 58.3333333333vw;
  margin: 0.5208333333vw auto;
  display: flex;
  flex-direction: column;
}
@media (max-width: 750px) {
  .shop-card-container {
    width: 95%;
    margin: calc(10 / 375 * 100vw) auto calc(5 / 375 * 100vw);
    background-color: #565656;
    border-radius: 8px;
    overflow: hidden;
  }
}

.shop-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #565656;
  border-radius: 8px;
}

.shop-card .shop-card-title {
  display: flex;
  flex-direction: column;
  font-size: 1.875vw;
  line-height: 2.2916666667vw;
  font-weight: 500;
  color: #f3d208;
}
@media (max-width: 750px) {
  .shop-card .shop-card-title {
    position: absolute;
    width: calc(72 / 375 * 100vw);
    height: auto;
    font-size: calc(36 / 375 * 100vw);
    left: calc(98 / 375 * 100vw);
    font-size: calc(24 / 375 * 100vw);
    line-height: calc(32 / 375 * 100vw);
  }
}

@media (max-width: 750px) {
  .shop-card-inform img {
    width: calc(80 / 375 * 100vw);
  }
}

@media (max-width: 750px) {
  .shop-card .shop-card-title span {
    white-space: nowrap;
  }
}

@media (max-width: 750px) {
  .shop-card img {
    position: absolute;
    left: calc(17 / 375 * 100vw);
    bottom: calc(-14 / 375 * 100vw);
    width: calc(73 / 375 * 100vw);
  }
}

@media (max-width: 750px) {
  .shop-card p {
    white-space: nowrap;
  }
}

.shop-card-inform {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #fefffd;
  border-radius: 8px;
  width: 44.53125vw;
  height: 9.1666666667vw;
  margin: 0.5208333333vw;
  margin-left: 1.3020833333vw;
}
@media (max-width: 750px) {
  .shop-card-inform {
    width: calc(855 / 375 * 100vw);
    height: auto;
    margin: calc(10 / 375 * 100vw) calc(21 / 375 * 100vw);
  }
}

.champion {
  width: 8.2291666667vw;
}
@media (max-width: 750px) {
  .champion {
    width: calc(158 / 375 * 100vw);
  }
}

.shop-card-inform .card {
  width: 7.7604166667vw;
  margin: 0.5208333333vw;
  margin-right: 0.78125vw;
  border: 0.1041666667vw solid #f2f3f5;
  border-radius: 8px;
}
@media (max-width: 750px) {
  .shop-card-inform .card {
    width: calc(80 / 375 * 100vw);
    margin: calc(10 / 375 * 100vw);
    margin-right: calc(15 / 375 * 100vw);
    border: calc(2 / 375 * 100vw) solid #f2f3f5;
  }
}

.shop-card-inform-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 44.53125vw;
  margin: 0 0.5729166667vw;
}
@media (max-width: 750px) {
  .shop-card-inform-content {
    width: calc(855 / 375 * 100vw);
    margin: 0;
  }
}

.shop-card-inform-title {
  font-size: 1.0416666667vw;
  line-height: 1.4583333333vw;
  font-weight: 500;
  text-align: center;
  color: #1d2129;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 750px) {
  .shop-card-inform-title {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(22 / 375 * 100vw);
  }
}

.shop-card-inform-subtitle {
  font-size: 0.8333333333vw;
  line-height: 1.25vw;
  padding: 0.2604166667vw;
  margin: 0.5208333333vw 0;
  font-weight: 400;
  text-align: center;
  color: #2fbd2f;
  background-color: #a6fc9d;
  border-radius: 8px;
}
@media (max-width: 750px) {
  .shop-card-inform-subtitle {
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(20 / 375 * 100vw);
    padding: calc(5 / 375 * 100vw);
    margin: calc(10 / 375 * 100vw) 0;
  }
}

.price-old {
  font-size: 0.8333333333vw;
  line-height: 1.25vw;
  font-weight: 400;
  color: #86909c;
  text-decoration: line-through;
}
@media (max-width: 750px) {
  .price-old {
    font-size: calc(13 / 375 * 100vw);
    line-height: calc(23 / 375 * 100vw);
  }
}

.price-new {
  font-size: 1.25vw;
  line-height: 1.6666666667vw;
  font-weight: 600;
  color: #1d2129;
}
@media (max-width: 750px) {
  .price-new {
    font-size: calc(24 / 375 * 100vw);
    line-height: calc(32 / 375 * 100vw);
  }
}

.shop-card-inform-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.green-btn {
  width: auto;
  min-width: 5.4166666667vw;
  font-size: 0.8333333333vw;
  line-height: 1.25vw;
  padding: 0.5208333333vw;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  background-color: #4ae444;
  border-radius: 4px;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 750px) {
  .green-btn {
    min-width: calc(104 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
    padding: calc(10 / 375 * 100vw);
  }
}

.green-btn:hover {
  background-color: #77f06e;
  color: #ffffff;
}

.green-btn.is-pressed {
  background-color: #2fbd2f;
}

@media (max-width: 750px) {
  .green-change-btn {
    width: calc(88 / 375 * 100vw);
  }
}

.shop-goods-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 2px solid #f2f3f5;
  border-radius: 8px;
  background-color: #ffffff;
  margin: 0.5208333333vw auto;
  margin-bottom: -0.3125vw;
}
@media (max-width: 750px) {
  .shop-goods-container {
    margin: calc(10 / 375 * 100vw) auto calc(5 / 375 * 100vw);
  }
}

.shop-goods-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.shop-good {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0.78125vw 0.4166666667vw -0.3125vw;
}
@media (max-width: 750px) {
  .shop-good {
    margin: calc(15 / 375 * 100vw) calc(8 / 375 * 100vw) calc(-6 / 375 * 100vw);
  }
}

.shop-good-title {
  height: 2.3958333333vw;
  font-size: 0.7291666667vw;
  line-height: 1.1458333333vw;
  width: 8.59375vw;
  margin: 0.2604166667vw auto;
  font-weight: 400;
  text-align: left;
  color: #1d2129;
  display: -webkit-box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 750px) {
  .shop-good-title {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(22 / 375 * 100vw);
    width: calc(165 / 375 * 100vw);
    height: calc(47 / 375 * 100vw);
    margin: calc(5 / 375 * 100vw) auto;
  }
}

.shop-good:hover .shop-good-title {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.shop-good-bottom {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.shop-good-subtitle {
  font-size: 0.8333333333vw;
  line-height: 1.25vw;
  padding: 0.2604166667vw;
  margin: 0.5208333333vw 0;
  margin-right: 0.2604166667vw;
  font-weight: 400;
  text-align: center;
  border-radius: 2px;
}
@media (max-width: 750px) {
  .shop-good-subtitle {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
    padding: 0 calc(6.7 / 375 * 100vw);
    margin: calc(10 / 375 * 100vw) 0;
    margin-right: calc(5 / 375 * 100vw);
  }
}

.shop-good-price {
  font-size: 1.0416666667vw;
  line-height: 1.4583333333vw;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 750px) {
  .shop-good-price {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
  }
}

.shop-good-green .shop-good-subtitle {
  color: #36d432;
  background-color: #f1ffee;
}

.shop-good-green .shop-good-price {
  color: #36d432;
}

.shop-good-red .shop-good-subtitle {
  color: #f5319d;
  background-color: #ffe8f1;
}

.shop-good-red .shop-good-price {
  color: #f5319d;
}

.shop-good-red img::before {
  content: "限量商品";
}

.shop-img-region {
  position: relative;
}

.shop-img-box {
  width: 8.59375vw;
  height: 8.59375vw;
  border: 1px solid #f2f3f5;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 750px) {
  .shop-img-box {
    width: calc(165 / 375 * 100vw);
    height: calc(165 / 375 * 100vw);
  }
}

.shop-img {
  width: 100%;
  height: 8.59375vw;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 750px) {
  .shop-img {
    height: calc(165 / 375 * 100vw);
  }
}

.shop-empty {
  position: relative;
}

.shop-empty::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  width: 3.75vw;
  height: 3.75vw;
  background-image: url("../images/shop-empty.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 100%;
}
@media (max-width: 750px) {
  .shop-empty::before {
    width: calc(72 / 375 * 100vw);
    height: calc(72 / 375 * 100vw);
  }
}

.shop-empty::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8.59375vw;
  height: 8.59375vw;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 750px) {
  .shop-empty::after {
    width: 100%;
    height: 100%;
  }
}

.shop-good:hover .shop-img {
  transform: scale(1.12);
}

.shop-img:hover {
  transform: scale(1.12);
}

.shop-img01 {
  background-image: url(../images/good01.png);
}

.shop-img02 {
  background-image: url(../images/good02.png);
}

.shop-img-tag-region {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.shop-img-tag {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-size: 0.625vw;
  line-height: 1.0416666667vw;
  padding: 0.2604166667vw 0;
  font-weight: 600;
  text-align: left;
  border-radius: 0 0 5px 5px;
}
@media (max-width: 750px) {
  .shop-img-tag {
    width: calc(165 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(20 / 375 * 100vw);
    padding: calc(5 / 375 * 100vw) 0;
  }
}

.shop-thunder-tag {
  color: #f5319d;
  background-color: #ffe8f1;
}

.shop-delivery-tag {
  color: #0aa5a8;
  background-color: #e8fffb;
}

.delivery {
  width: 0.78125vw;
  margin-left: 0.3645833333vw;
  margin-right: 0.2604166667vw;
}
@media (max-width: 750px) {
  .delivery {
    width: calc(15 / 375 * 100vw);
    margin-left: calc(7 / 375 * 100vw);
    margin-right: calc(5 / 375 * 100vw);
  }
}

.thunder {
  width: 0.625vw;
  margin-left: 0.5208333333vw;
  margin-right: 0.2604166667vw;
}
@media (max-width: 750px) {
  .thunder {
    width: calc(12 / 375 * 100vw);
    margin-left: calc(10 / 375 * 100vw);
    margin-right: calc(5 / 375 * 100vw);
  }
}

.more-btn-region {
  width: 100%;
  display: flex;
  justify-content: center;
}

.more-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10.4166666667vw;
  height: 2.0833333333vw;
  font-size: 0.8333333333vw;
  line-height: 1.25vw;
  padding: 0.625vw 2.7083333333vw;
  margin: 2.4479166667vw auto 1.3541666667vw;
  border-radius: 8px;
  white-space: nowrap;
  color: #86909c;
  background-color: #f2f3f5;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 750px) {
  .more-btn {
    width: calc(200 / 375 * 100vw);
    height: calc(40 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
    margin: calc(17 / 375 * 100vw) auto calc(20 / 375 * 100vw);
  }
}

.more-btn:hover {
  background-color: #e5e6eb;
}

.more-btn img {
  width: 0.6770833333vw;
  margin-left: 0.5208333333vw;
}
@media (max-width: 750px) {
  .more-btn img {
    width: calc(13 / 375 * 100vw);
    margin-left: calc(10 / 375 * 100vw);
  }
}

.slide-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: -0.15625vw auto 1.71875vw;
  margin-bottom: 1.71875vw;
}
@media (max-width: 750px) {
  .slide-container {
    margin: 0;
  }
}

.slide-container h2 {
  font-family: "PingFang TC", "Roboto", "Noto Sans TC", "微軟正黑體", sans-serif;
  font-weight: 400;
  font-size: 1.875vw;
  line-height: 2.2916666667vw;
  margin-top: 4.1666666667vw;
  margin-bottom: 2.7604166667vw;
  color: #4e5969;
}
@media (max-width: 750px) {
  .slide-container h2 {
    font-size: calc(20 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
    margin-top: calc(32 / 375 * 100vw);
    margin-bottom: calc(32 / 375 * 100vw);
    font-weight: 500;
  }
}

/* 通用樣式 */
.swiper {
  width: 100%;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #fff;
}

/* 第1組 */
.slide-img-content {
  height: 19.5833333333vw;
}
@media (max-width: 750px) {
  .slide-img-content {
    height: calc(376 / 375 * 100vw);
  }
}

/* 所有 slide 預設隱藏 */
.slide-img-content .swiper-slide {
  opacity: 0 !important;
  pointer-events: none;
}

/* 只有當前 slide 顯示 */
.slide-img-content .swiper-slide-active {
  opacity: 1 !important;
  pointer-events: auto;
}

.swiper-img {
  width: 100%;
}

/* 第2組 */
.slide-text-content {
  height: 19.5833333333vw;
  overflow: hidden;
}
@media (max-width: 750px) {
  .slide-text-content {
    height: calc(243 / 375 * 100vw);
  }
}

.slide-text-content .swiper-slide {
  margin: 0;
}

.slide-text-content .swiper-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  transform: translateY(3.0729166667vw);
  color: #4e5969;
}

.swiper-text h3 {
  width: 26.0416666667vw;
  font-size: 1.25vw;
  line-height: 1.6666666667vw;
  margin: 0.5208333333vw 0;
  font-family: "PingFang TC", "Roboto", "Noto Sans TC", "微軟正黑體", sans-serif;
  font-weight: 500;
  color: #1d2129;
}
@media (max-width: 750px) {
  .swiper-text h3 {
    width: calc(327 / 375 * 100vw);
    margin: 0 auto;
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
    text-align: center;
  }
}

.swiper-text p {
  width: 28.6458333333vw;
  margin-bottom: 3.4895833333vw;
  font-size: 0.8333333333vw;
  line-height: 1.25vw;
  font-family: "PingFang TC", "Roboto", "Noto Sans TC", "微軟正黑體", sans-serif;
  font-weight: 400;
}
@media (max-width: 750px) {
  .swiper-text p {
    width: calc(327 / 375 * 100vw);
    height: calc(100 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
    margin: calc(13 / 375 * 100vw) auto 0;
  }
}

.sw-buttons {
  margin-top: 1.0416666667vw;
  gap: 0.5208333333vw;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 750px) {
  .sw-buttons {
    gap: calc(10 / 375 * 100vw);
  }
}

.sw-buttons button {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-family: "PingFang TC", "Roboto", "Noto Sans TC", "微軟正黑體", sans-serif;
  font-weight: 400;
  font-size: 1.0416666667vw;
  line-height: 1.4583333333vw;
  padding: 0.5208333333vw 0;
  margin: 0.5208333333vw;
  text-align: right;
  color: #4e5969;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
}
@media (max-width: 750px) {
  .sw-buttons button {
    justify-content: center;
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
    margin: 0;
    white-space: nowrap;
  }
}

@media (min-width: 750px) {
  .sw-buttons button:hover {
    background-color: #f3fff0;
  }
}
.sw-buttons button.active {
  font-weight: 800;
  color: #4ae444;
}
@media (max-width: 750px) {
  .sw-buttons button.active {
    color: #4ae444;
    background-color: #fff;
    font-weight: 800;
    border-bottom: 3px solid #4ae444;
    margin: 0;
  }
}

/* 這是按鈕被按住或選中時的樣式 */
.sw-buttons .btn-slide.is-pressed {
  color: #4ae444;
  background-color: #e9fce6;
  font-weight: 800;
}

.sw-buttons button.active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 7.65625vw;
  width: 1.40625vw;
  height: 0.1041666667vw;
  background-color: #4ae444;
}
@media (max-width: 750px) {
  .sw-buttons button.active::before {
    left: calc(210 / 375 * 100vw);
    width: calc(27 / 375 * 100vw);
    height: calc(2 / 375 * 100vw);
  }
}

.sw-buttons button.active::after {
  content: "";
  position: absolute;
  border-radius: 100%;
  top: 0.8854166667vw;
  left: 8.9583333333vw;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  border: 0.1041666667vw solid #4ae444;
}
@media (max-width: 750px) {
  .sw-buttons button.active::after {
    top: calc(7 / 375 * 100vw);
    left: calc(236 / 375 * 100vw);
    width: calc(16 / 375 * 100vw);
    height: calc(16 / 375 * 100vw);
    border: calc(2 / 375 * 100vw) solid #4ae444;
  }
}

.slide-content {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.slide-content aside {
  width: 8.0208333333vw;
  margin-left: 5.8854166667vw;
}
@media (max-width: 750px) {
  .slide-content aside {
    width: calc(277 / 375 * 100vw);
    margin-left: 0;
  }
}

.slide-content main {
  width: 66.9270833333vw;
  display: flex;
  flex-direction: row;
}
@media (max-width: 750px) {
  .slide-content main {
    width: 100%;
  }
}

.sw-container {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 750px) {
  .sw-container {
    flex-direction: column;
  }
}

.sw-right {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 19.5833333333vw;
}
@media (max-width: 750px) {
  .sw-right {
    width: calc(376 / 375 * 100vw);
  }
}

.sw-left {
  width: 35.5208333333vw;
  margin-left: 2.3958333333vw;
}
@media (max-width: 750px) {
  .sw-left {
    width: calc(682 / 375 * 100vw);
    margin-left: 0;
  }
}

.featured-container {
  display: flex;
  flex-direction: column;
  width: 58.3333333333vw;
  border: 0.1041666667vw solid #f2f3f5;
  padding: 1.3020833333vw 0 0.5208333333vw;
  border-radius: 8px;
  background-color: #ffffff;
  overflow: hidden;
  margin: auto;
}
@media (max-width: 750px) {
  .featured-container {
    width: calc(352 / 375 * 100vw);
    margin: auto;
    border: initial;
    padding: calc(14 / 375 * 100vw) 0 calc(10 / 375 * 100vw);
  }
}

.featured-top {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  border-radius: 8px;
  margin: 0px auto 2.4479166667vw;
}
@media (max-width: 750px) {
  .featured-top {
    margin: 0px auto calc(38 / 375 * 100vw);
  }
}

.featured-top h3 {
  position: absolute;
  left: 0.9375vw;
}
@media (max-width: 750px) {
  .featured-top h3 {
    left: calc(18 / 375 * 100vw);
  }
}

.featured-top-right {
  position: absolute;
  right: 0.9375vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 750px) {
  .featured-top-right {
    right: calc(10 / 375 * 100vw);
  }
}

.featured-top-right img {
  position: absolute;
  right: 2.0833333333vw;
}
@media (max-width: 750px) {
  .featured-top-right img {
    right: calc(40 / 375 * 100vw);
  }
}

.featured-top-right p {
  z-index: 1;
  font-size: 0.8333333333vw;
  line-height: 1.25vw;
  font-weight: 400;
  white-space: nowrap;
  color: #ff544f;
}
@media (max-width: 750px) {
  .featured-top-right p {
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(20 / 375 * 100vw);
  }
}

.featured-container h3 {
  font-family: "PingFang TC", "Roboto", "Noto Sans TC", "微軟正黑體", sans-serif;
  font-size: 1.25vw;
  line-height: 1.6666666667vw;
  font-weight: 500;
  color: #4e5969;
}
@media (max-width: 750px) {
  .featured-container h3 {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
  }
}

.owl-carousel .owl-item .slide-item {
  display: flex;
  flex-direction: column;
  background-color: #f7f8fa;
  border-radius: 8px;
  padding: 0.5208333333vw;
  margin: auto 0.5208333333vw;
}
@media (max-width: 750px) {
  .owl-carousel .owl-item .slide-item {
    width: calc(276 / 375 * 100vw);
    padding: calc(10 / 375 * 100vw);
    margin: auto calc(10 / 375 * 100vw);
  }
}

.owl-carousel .owl-item .slide-item-title {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.owl-carousel .owl-item .slide-item-top {
  display: flex;
  justify-content: space-between;
}

.owl-carousel .owl-item .slide-item-top img {
  width: 3.5416666667vw;
  height: 3.5416666667vw;
  margin-right: 0.2604166667vw;
}
@media (max-width: 750px) {
  .owl-carousel .owl-item .slide-item-top img {
    width: calc(68 / 375 * 100vw);
    height: calc(68 / 375 * 100vw);
    margin-right: calc(5 / 375 * 100vw);
  }
}

.owl-carousel .owl-item .slide-item-top h4 {
  font-family: "PingFang TC", "Roboto", "Noto Sans TC", "微軟正黑體", sans-serif;
  font-weight: 400;
  font-size: 1.0416666667vw;
  line-height: 1.4583333333vw;
  color: #1d2129;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 1s ease-in-out;
}
@media (max-width: 750px) {
  .owl-carousel .owl-item .slide-item-top h4 {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(22 / 375 * 100vw);
  }
}

.owl-carousel .owl-item .slide-title {
  position: relative;
  width: 8.75vw;
  padding-right: 0.8854166667vw;
}
@media (max-width: 750px) {
  .owl-carousel .owl-item .slide-title {
    width: calc(170 / 375 * 100vw);
  }
}

.ellipsis-tooltip {
  position: relative;
  text-overflow: ellipsis;
  position: relative;
  cursor: pointer;
}

/* 小箭頭 */
.ellipsis-tooltip::before {
  content: "";
  position: absolute;
  top: 8.59375vw;
  left: 2.7604166667vw;
  border: 0.3125vw solid transparent;
  transform: translateX(160%) rotate(360deg);
  border-top-color: #333;
  opacity: 0;
}
@media (max-width: 750px) {
  .ellipsis-tooltip::before {
    top: calc(163 / 375 * 100vw);
    left: calc(59 / 375 * 100vw);
    border: calc(6 / 375 * 100vw) solid transparent;
    border-top-color: #333;
  }
}

.ellipsis-tooltip-end::before {
  top: 1.09375vw;
  left: 3.5677083333vw;
  transform: translateX(160%) rotate(180deg);
}
@media (max-width: 750px) {
  .ellipsis-tooltip-end::before {
    top: calc(15 / 375 * 100vw);
    left: calc(35 / 375 * 100vw);
  }
}

/* Tooltip 主體 */
.ellipsis-tooltip::after {
  content: attr(data-full);
  position: absolute;
  top: 4.4791666667vw;
  left: 4.2708333333vw;
  padding: 0.4166666667vw 0.625vw;
  border-radius: 0.2083333333vw;
  font-size: 0.7291666667vw;
  width: 8.4895833333vw;
  transform: translateX(-50%);
  background: #333;
  color: #fff;
  white-space: normal;
  pointer-events: none;
  z-index: 10;
  opacity: 0;
}
@media (max-width: 750px) {
  .ellipsis-tooltip::after {
    width: calc(165 / 375 * 100vw);
    left: calc(84 / 375 * 100vw);
    top: calc(86 / 375 * 100vw);
    padding: calc(8 / 375 * 100vw) calc(12 / 375 * 100vw);
    border-radius: calc(4 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
  }
}

.ellipsis-tooltip-end::after {
  width: 13.0208333333vw;
  top: 1.6666666667vw;
  left: 5vw;
}
@media (max-width: 750px) {
  .ellipsis-tooltip-end::after {
    top: calc(26 / 375 * 100vw);
    left: calc(56 / 375 * 100vw);
    padding: calc(8 / 375 * 100vw) calc(12 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
    width: calc(250 / 375 * 100vw);
  }
}

/* hover 顯示 */
.ellipsis-tooltip.is-visible::after,
.ellipsis-tooltip.is-visible::before {
  animation: tooltipFadeIn 0.15s linear 0.5s forwards;
}

@keyframes tooltipFadeIn {
  to {
    opacity: 1;
  }
}
.owl-carousel .owl-item .slide-title:hover {
  white-space: initial;
  overflow: initial;
  text-overflow: initial;
}

.owl-carousel .owl-item .slide-item-top span {
  font-family: "PingFang TC", "Roboto", "Noto Sans TC", "微軟正黑體", sans-serif;
  font-weight: 400;
  font-size: 0.7291666667vw;
  line-height: 1.1458333333vw;
  color: #86909c;
}
@media (max-width: 750px) {
  .owl-carousel .owl-item .slide-item-top span {
    font-size: calc(13 / 375 * 100vw);
    line-height: calc(22 / 375 * 100vw);
  }
}

.owl-carousel .owl-item .slide-item-bottom {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
}

.owl-carousel .owl-item .slide-item-bottom-left {
  position: relative;
  width: 12.7083333333vw;
  margin: 0.2604166667vw;
  border-radius: 8px;
}
@media (max-width: 750px) {
  .owl-carousel .owl-item .slide-item-bottom-left {
    width: calc(244 / 375 * 100vw);
    margin: calc(5 / 375 * 100vw);
  }
}

.owl-carousel .owl-item .slide-item-bottom-left img {
  position: absolute;
  width: 12.7083333333vw;
  object-fit: contain;
}
@media (max-width: 750px) {
  .owl-carousel .owl-item .slide-item-bottom-left img {
    width: calc(244 / 375 * 100vw);
  }
}

.owl-carousel .owl-item .slide-price {
  position: absolute;
  bottom: 0.5208333333vw;
  left: 0.2604166667vw;
  font-size: 0.8333333333vw;
  line-height: 1.25vw;
  padding: 0.2604166667vw;
  margin: 0.0520833333vw;
  font-weight: 600;
  text-align: center;
  width: auto;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 4px;
  white-space: nowrap;
}
@media (max-width: 750px) {
  .owl-carousel .owl-item .slide-price {
    max-width: calc(78 / 375 * 100vw);
    bottom: calc(4 / 375 * 100vw);
    left: calc(3 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(20 / 375 * 100vw);
    padding: calc(0.99 / 375 * 100vw) calc(5.55 / 375 * 100vw);
    margin: calc(1 / 375 * 100vw);
  }
}

.owl-carousel .owl-item .slide-item-bottom-left .slide-price {
  bottom: 0.2604166667vw;
}
.owl-carousel .owl-item .slide-item-bottom-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.owl-carousel .owl-item .slide-item-bottom-right img {
  width: 6.1458333333vw;
  margin-top: 0.3645833333vw;
  margin-bottom: 0.2604166667vw;
  border-radius: 4px;
  background-color: #ffffff;
  object-fit: contain;
  border: 1px solid #f2f3f5;
}
@media (max-width: 750px) {
  .owl-carousel .owl-item .slide-item-bottom-right img {
    width: calc(118 / 375 * 100vw);
    margin-top: calc(3 / 375 * 100vw);
    margin-bottom: calc(2 / 375 * 100vw);
  }
}

.owl-carousel .owl-item .slide-item-bottom-right-up,
.owl-carousel .owl-item .slide-item-bottom-right-down {
  position: relative;
}

.owl-carousel .owl-item .slide-item-bottom-right img:nth-child(2) {
  margin-top: 0;
}

.slide-title-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "PingFang TC", "Roboto", "Noto Sans TC", "微軟正黑體", sans-serif;
  width: 3.75vw;
  height: 2.0833333333vw;
  padding: 0.5729166667vw;
  font-size: 0.8333333333vw;
  line-height: 1.25vw;
  border-radius: 2.3958333333vw;
  font-weight: 500;
  white-space: nowrap;
  color: #4e5969;
  border: 1px solid #e5e6eb;
  background-color: #e5e6eb;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 750px) {
  .slide-title-btn {
    width: calc(72 / 375 * 100vw);
    height: calc(40 / 375 * 100vw);
    padding: calc(11 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
    border-radius: calc(46 / 375 * 100vw);
  }
}

.slide-title-btn .arrow-img {
  width: 1.0416666667vw;
  height: 2.6041666667vw;
  background-image: url("../images/arrow-right.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 750px) {
  .slide-title-btn .arrow-img {
    width: calc(20 / 375 * 100vw);
    height: calc(50 / 375 * 100vw);
  }
}

.slide-title-btn.is-hover {
  background-color: #f2f3f5;
  border: 1px solid #4e5969;
}

/* 這是按鈕被按住或選中時的樣式 */
.slide-title-btn.is-pressed {
  background-color: #e5e6eb;
  border: 1px solid #4e5969;
}

.owl-carousel .owl-item .slide-item-top .slide-title-btn img {
  width: 1.0416666667vw;
}
@media (max-width: 750px) {
  .owl-carousel .owl-item .slide-item-top .slide-title-btn img {
    width: calc(20 / 375 * 100vw);
  }
}

.flex-sidebar {
  position: relative;
}
@media (max-width: 750px) {
  .flex-sidebar {
    width: calc(352 / 375 * 100vw);
    overflow: hidden;
    margin: auto;
  }
}

.flex-sidebar:hover .slide-btn {
  opacity: 1;
}

.slide-btn {
  position: absolute;
  top: 25%;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 2.6041666667vw 0.78125vw;
  cursor: pointer;
  opacity: 0;
  transition: all 1s ease-in-out;
}
@media (max-width: 750px) {
  .slide-btn {
    display: none;
  }
}

.slide-btn img {
  width: 1.7708333333vw;
  height: 1.7708333333vw;
}
@media (max-width: 750px) {
  .slide-btn img {
    width: calc(34 / 375 * 100vw);
    height: calc(34 / 375 * 100vw);
  }
}

.slide-btn-prev {
  left: 0;
  border-radius: 0 8px 8px 0;
}

.slide-btn-next {
  right: 0;
  border-radius: 8px 0 0 8px;
}

.slide-btn-next img {
  transform: rotate(180deg);
}

.app-container {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin: 0.46875vw auto 0;
  width: 58.3333333333vw;
}
@media (max-width: 750px) {
  .app-container {
    width: 100%;
    margin: auto;
  }
}

.app-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 1.5104166667vw 0 3.5416666667vw;
}
@media (max-width: 750px) {
  .app-content {
    flex-direction: column;
    margin: calc(16 / 375 * 100vw) auto calc(19 / 375 * 100vw);
  }
}

.app-container .store-btn-region img {
  width: 4.4270833333vw;
}
@media (max-width: 750px) {
  .app-container .store-btn-region img {
    width: calc(115 / 375 * 100vw);
  }
}

.app-container .app-btn-region .app-btn {
  margin-right: 0.4166666667vw;
}
@media (max-width: 750px) {
  .app-container .app-btn-region .app-btn {
    margin-right: calc(8 / 375 * 100vw);
  }
}

.app-content p {
  margin-right: 0.8854166667vw;
  font-size: 0.7291666667vw;
  line-height: 1.1458333333vw;
  font-family: "PingFang TC", "Roboto", "Noto Sans TC", "微軟正黑體", sans-serif;
  font-weight: 400;
  color: #86909c;
  white-space: nowrap;
}
@media (max-width: 750px) {
  .app-content p {
    margin-right: calc(17 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(22 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
    margin-right: initial;
  }
}

.app-btn-region {
  margin-top: 0;
}

.footer-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  background-color: #f2f3f5;
  margin: auto;
}

.footer-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 58.3333333333vw;
  padding: 0.9375vw 0 1.09375vw;
  margin: auto;
}
@media (max-width: 750px) {
  .footer-content {
    width: calc(1120 / 375 * 100vw);
    padding: calc(8 / 375 * 100vw) 0;
    flex-direction: column;
  }
}

.footer-left-content {
  display: flex;
  flex-direction: column;
}

.footer-left-content p,
.footer-right-content p {
  font-family: "PingFang TC", "Roboto", "Noto Sans TC", "微軟正黑體", sans-serif;
  font-size: 0.6770833333vw;
  line-height: 1.1458333333vw;
  font-weight: 400;
  color: #86909c;
  white-space: nowrap;
}
@media (max-width: 750px) {
  .footer-left-content p,
  .footer-right-content p {
    font-size: calc(10 / 375 * 100vw);
    line-height: calc(22 / 375 * 100vw);
    margin-left: calc(20 / 375 * 100vw);
    text-align: left;
    white-space: initial;
  }
}

.footer-left-content ul {
  display: flex;
  margin: 0.1041666667vw auto 0;
}
@media (max-width: 750px) {
  .footer-left-content ul {
    margin: 0;
    margin-left: calc(10 / 375 * 100vw);
  }
}

.footer-left-content ul li {
  border-right: 1px solid #4e5969;
  padding: 0 0.5208333333vw;
}
@media (max-width: 750px) {
  .footer-left-content ul li {
    padding: 0 calc(10 / 375 * 100vw);
  }
}

.footer-left-content ul li:first-child {
  padding-left: 0;
}

.footer-left-content ul li:last-child {
  border-right: none;
}

.footer-left-content ul li a {
  font-family: "PingFang TC", "Roboto", "Noto Sans TC", "微軟正黑體", sans-serif;
  font-size: 0.6770833333vw;
  line-height: 1.1458333333vw;
  font-weight: 400;
  color: #4e5969;
}
@media (max-width: 750px) {
  .footer-left-content ul li a {
    font-size: calc(10 / 375 * 100vw);
    line-height: calc(22 / 375 * 100vw);
  }
}

.footer-right-content {
  display: flex;
  align-items: flex-end;
}

.footer-right-content p {
  margin-right: 0.2604166667vw;
}
@media (max-width: 750px) {
  .footer-right-content p {
    margin-right: calc(5 / 375 * 100vw);
  }
}

.footer-right-content img {
  width: 1.6666666667vw;
  margin: 0 0.2604166667vw;
}
@media (max-width: 750px) {
  .footer-right-content img {
    width: calc(32 / 375 * 100vw);
    margin: 0 calc(5 / 375 * 100vw);
  }
}

.owl-carousel a {
  display: flex;
  align-items: center;
  pointer-events: auto;
}

.footer-right-content-mb {
  display: none;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

.back-top-btn {
  position: fixed;
  right: 1.0416666667vw;
  bottom: 6.0416666667vw;
  z-index: 99;
  width: 3.125vw;
  opacity: 0;
  cursor: pointer;
  transition: all 1s ease-in-out;
}
@media (max-width: 750px) {
  .back-top-btn {
    width: calc(40 / 375 * 100vw);
  }
}

.back-top-footer-btn {
  display: none;
}

@media (max-width: 750px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .translate-content,
  .ellipse,
  .mouse {
    display: none;
  }
  .cht-logo-content {
    position: relative;
    width: 100%;
  }
  header {
    flex-direction: column;
    justify-content: center;
    padding-bottom: 0;
  }
  .banner-content,
  .video-container,
  .footer-content,
  .featured-top,
  .app-container,
  .shop-content,
  .shop-card-inform-content {
    width: 100%;
  }
  .swiper {
    margin-bottom: 0;
  }
  .slide-text-content .swiper-text {
    margin-left: 0;
    margin-top: calc(-16 / 375 * 100vw);
    margin-bottom: calc(17 / 375 * 100vw);
  }
  .slide-container {
    margin-bottom: 0;
  }
  .green-btn {
    margin: 0 auto;
  }
  .swiper-container {
    position: relative;
    z-index: 1;
  }
  .sw-buttons button {
    padding-bottom: calc(7.5 / 375 * 100vw);
  }
  .sw-buttons {
    border-bottom: 1px solid #c9cdd4;
  }
  .sw-buttons button.active::before,
  .sw-buttons button.active::after {
    display: none;
  }
  .viedo-title h2,
  .viedo-title p {
    text-align: center;
  }
  .viedo-title {
    margin-top: 0;
  }
  .video-content {
    flex-direction: column;
  }
  .video-control-container {
    position: relative;
    width: 90%;
    border: 1px solid #c9cdd4;
    border-radius: 8px;
    margin: auto;
  }
  .video-arrow-btn {
    position: absolute;
    right: 5%;
    z-index: 2;
    margin-top: 5%;
  }
  .video-control-body {
    height: auto;
    border: none;
    margin-bottom: calc(74 / 375 * 100vw);
    border-top: 1px solid #c9cdd4;
    border-radius: 0;
    overflow: hidden;
    transition: height 0.3s ease, padding 0.3s ease;
  }
  /* 當包含 close class 時隱藏 */
  .video-control-container.is-close .video-control-body {
    height: 0 !important;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  /* 箭頭旋轉 */
  .video-control-container.is-close .video-arrow-btn {
    transform: rotate(180deg);
  }
  .video-arrow-btn {
    transition: transform 0.3s ease;
  }
  .video-control-body .active::before {
    content: "";
    position: absolute;
    left: calc(10 / 375 * 100vw);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 6vw;
    height: 6vw;
    background-image: url("../images/play-mb.svg");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  .video-control-body .video-control-tab:first-child {
    margin-top: 0;
  }
  .video-control-body .video-control-tab {
    padding: calc(11 / 375 * 100vw) calc(40 / 375 * 100vw);
    margin: 0;
  }
  .video-control-body .active {
    background-color: #f7f8fa;
  }
  .phone_mb {
    position: absolute;
    left: initial;
    bottom: 0;
    right: 0;
    width: 100%;
  }
  .marquee-swiper:hover .marquee-track {
    animation-play-state: initial;
    animation: marquee 50s linear infinite;
  }
  .slide-content aside,
  .sw-buttons,
  .slide-content main,
  .sw-right,
  .sw-left {
    width: 100%;
  }
  .slide-content {
    flex-direction: column;
  }
  .sw-buttons {
    flex-direction: row;
  }
  .sw-buttons button {
    flex: 1;
  }
  .slide-content main {
    flex-direction: column;
  }
  .slide-title-btn {
    display: none;
  }
  .shop-card {
    position: relative;
    height: calc(39 / 375 * 100vw);
  }
  .shop-card-inform {
    display: flex;
    align-items: flex-start;
  }
  .shop-good {
    width: calc(165 / 375 * 100vw);
    margin: 3.32%;
    margin-bottom: 1%;
  }
  .shop-good-bottom {
    margin-top: 2%;
  }
  .shop-card-inform-title {
    text-align: left;
    margin-top: 5%;
  }
  .shop-card-inform-bottom .green-btn {
    margin: 0 5% 5%;
  }
  .shop-card-inform {
    width: 90%;
    margin: 5% auto 0;
  }
  .shop-img-region .shop-img {
    width: 100%;
  }
  .shop-card-inform-title {
    white-space: initial;
  }
  .shop-goods-container {
    border: initial;
    border-radius: initial;
  }
  .shop-good a {
    width: 100%;
  }
  .shop-good:nth-child(2n) {
    margin-left: 0;
  }
  .slide-title-mb-btn {
    display: flex;
    width: 94.535%;
    justify-content: center;
    align-items: center;
    padding: calc(5.49 / 375 * 100vw) 0;
    margin: calc(6.51 / 375 * 100vw) auto calc(2 / 375 * 100vw);
    font-family: "PingFang TC", "Roboto", "Noto Sans TC", "微軟正黑體", sans-serif;
    font-weight: 500;
    font-size: calc(13 / 375 * 100vw);
    line-height: calc(22 / 375 * 100vw);
    color: #4e5969;
    background-color: #e5e6eb;
    border-radius: 30px;
  }
  .featured-top-right img {
    right: calc(27.2 / 375 * 100vw);
  }
  .owl-carousel .owl-item .slide-title-mb-btn img {
    width: calc(16 / 375 * 100vw);
    margin-left: calc(7 / 375 * 100vw);
  }
  .app-container {
    justify-content: center;
  }
  .flex-sidebar:hover .slide-btn {
    opacity: 0;
  }
  .footer-right-content {
    display: none;
  }
  .footer-right-content-mb {
    display: flex;
    flex-direction: column;
    margin-right: calc(19.66 / 375 * 100vw);
  }
  .footer-right-content-mb p {
    font-family: "PingFang TC", "Roboto", "Noto Sans TC", "微軟正黑體", sans-serif;
    font-weight: 400;
    font-size: calc(10 / 375 * 100vw);
    line-height: calc(22 / 375 * 100vw);
    color: #86909c;
  }
  .footer-right-content-mb {
    padding: calc(24 / 375 * 100vw) 0 calc(4.3 / 375 * 100vw);
    margin-top: calc(-6 / 375 * 100vw);
  }
  .footer-right-content-mb {
    align-items: flex-end;
  }
  .back-top-btn {
    position: fixed;
  }
  .back-top-footer-btn {
    position: absolute;
    right: 1.0416666667vw;
    bottom: 6.0416666667vw;
    z-index: 99;
    width: 3.125vw;
    cursor: pointer;
    transition: all 1s ease-in-out;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  .back-top-footer-btn {
    width: calc(40 / 375 * 100vw);
  }
}

/*# sourceMappingURL=style.css.map */
