.sticky-tabs-sec {
  position: sticky;
  width: 100%;
  background-color: transparent;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}@media (min-width: 576px) {.sticky-tabs-sec {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}.sticky-tabs-sec {
  padding-top: 14px;
  padding-bottom: 14px;
  margin-bottom: 10px;
  top: var(--sticky-top);
  z-index: 99;
  transition: background 0.2s ease-in-out;
}

  .sticky-tabs-sec .box {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

  .sticky-tabs-sec .box::after,
    .sticky-tabs-sec .box::before {
      content: '';
      width: 70px;
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      pointer-events: none;
      background-image: linear-gradient(to left, var(--tw-gradient-stops));
      --tw-gradient-from: #f8f4ec var(--tw-gradient-from-position);
      --tw-gradient-to: rgb(248 244 236 / 0) var(--tw-gradient-to-position);
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
      --tw-gradient-to: transparent var(--tw-gradient-to-position);
    }

  .sticky-tabs-sec .box::before {
      left: 0;
      background-image: linear-gradient(to right, var(--tw-gradient-stops));
    }

  .sticky-tabs-sec .box a[data-remote] {
  display: block;
  white-space: nowrap;
  border-radius: 0px;
  border-width: 1px;
  border-color: transparent;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(131 141 156 / var(--tw-text-opacity));
}

  .sticky-tabs-sec .box a[data-remote]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(168 174 184 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(45 48 51 / var(--tw-text-opacity));
}

  @media (min-width: 700px) {.sticky-tabs-sec .box a[data-remote] {
    font-size: 0.9375rem;
    line-height: 1.5;
  }
}

  .sticky-tabs-sec .box a[data-remote] {
      border-bottom: 1px solid transparent;
    }

  .sticky-tabs-sec .box a[data-remote].active {
  --tw-border-opacity: 1;
  border-color: rgb(255 103 0 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 103 0 / var(--tw-text-opacity));
}

  .sticky-tabs-sec .box .btn-circle {
  pointer-events: auto;
  position: absolute;
  top: 50%;
  z-index: 2;
  flex-shrink: 0;
  flex-grow: 0;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}

  .sticky-tabs-sec .box .btn-circle.prev {
  left: 0px;
  --tw-scale-x: -1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

  .sticky-tabs-sec .box .btn-circle.next {
  right: 0px;
}

  .sticky-tabs-sec .box .sticky-text-tabs {
  display: flex;
  width: 100%;
  align-items: center;
  overflow: auto;
      scroll-behavior: smooth;
}

  .sticky-tabs-sec .box .sticky-text-tabs::-webkit-scrollbar {
      display: none;
    }

  .sticky-tabs-sec .box .sticky-text-tabs {
      scrollbar-width: none; /* 適用於 Firefox */
      -ms-overflow-style: none; /* 適用於 Edge/IE */
    }

  .sticky-tabs-sec.sticking {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

  .sticky-tabs-sec.sticking .box::before,
      .sticky-tabs-sec.sticking .box::after {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

  .sticky-tabs-sec.at-start .box::before,
      .sticky-tabs-sec.at-start .box .btn-circle.prev,
      .sticky-tabs-sec.not-scroll .box::before,
      .sticky-tabs-sec.not-scroll .box .btn-circle.prev {
  display: none;
}

  .sticky-tabs-sec.at-end .box::after,
      .sticky-tabs-sec.at-end .box .btn-circle.next,
      .sticky-tabs-sec.not-scroll .box::after,
      .sticky-tabs-sec.not-scroll .box .btn-circle.next {
  display: none;
}

.first-section .small-tab-group .box::before {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #f8f4ec var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 244 236 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.first-section .small-tab-group .box::after {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
  --tw-gradient-from: #f8f4ec var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 244 236 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.first-section .small-tab-group .hidden-text-tab {
  pointer-events: none;
  height: 0px;
  width: 0px;
  overflow: hidden;
}

.first-section .small-tab-group .small-tab-content .card-box {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.first-section .small-tab-group .small-tab-content .card-box .title {
          background: #e9edf5;
          display: flex;
          flex-direction: column;
          gap: 1rem;
          padding: 1rem;
        }

@media (min-width: 1024px) {.first-section .small-tab-group .small-tab-content .card-box .title {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.first-section .small-tab-group .small-tab-content .card-box .title h3 {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 1.8px;
  --tw-text-opacity: 1;
  color: rgb(45 48 51 / var(--tw-text-opacity));
}

@media (min-width: 700px) {.first-section .small-tab-group .small-tab-content .card-box .title h3 {
    font-size: 1.5625rem;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 2.38px;
  }
}

.first-section .small-tab-group .small-tab-content .card-box .title h3 span {
  font-size: 0.9375rem;
  line-height: 1.5;
  letter-spacing: 1.5px;
  --tw-text-opacity: 1;
  color: rgb(81 90 104 / var(--tw-text-opacity));
}

@media (min-width: 700px) {.first-section .small-tab-group .small-tab-content .card-box .title h3 span {
    font-size: 1.125rem;
    line-height: 1.5;
    letter-spacing: 1.8px;
  }
}

.first-section .small-tab-group .small-tab-content .card-box .title h3 .hint {
  margin-top: 6px;
  font-size: 1.0625rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 1.02px;
  --tw-text-opacity: 1;
  color: rgb(81 90 104 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {.first-section .small-tab-group .small-tab-content .card-box .title h3 .hint {
    font-size: 1.3125rem;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 1.26px;
  }.first-section .small-tab-group .small-tab-content .card-box .title .price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
  }
}

.first-section .small-tab-group .small-tab-content .card-box .title .price .price-left {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: space-between;
}

@media (min-width: 1024px) {.first-section .small-tab-group .small-tab-content .card-box .title .price .price-left {
    gap: 1rem;
  }
}

.first-section .small-tab-group .small-tab-content .card-box .title .price .price-left h4 {
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 1.54px;
  --tw-text-opacity: 1;
  color: rgb(255 103 0 / var(--tw-text-opacity));
}

@media (min-width: 700px) {.first-section .small-tab-group .small-tab-content .card-box .title .price .price-left h4 {
    font-size: 2.125rem;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 2.38px;
  }
}

.first-section .small-tab-group .small-tab-content .card-box .title .price .price-left p {
  font-size: 0.9375rem;
  line-height: 1.5;
  letter-spacing: 1.5px;
  --tw-text-opacity: 1;
  color: rgb(131 141 156 / var(--tw-text-opacity));
}

@media (min-width: 700px) {.first-section .small-tab-group .small-tab-content .card-box .title .price .price-left p {
    font-size: 1.3125rem;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 1.26px;
    --tw-text-opacity: 1;
    color: rgb(81 90 104 / var(--tw-text-opacity));
  }
}

.first-section .small-tab-group .small-tab-content .card-box .title .price a {
              width: calc(100% - 32px);
              position: absolute;
              bottom: 1.5rem;
            }

@media (min-width: 1024px) {.first-section .small-tab-group .small-tab-content .card-box .title .price a {
    position: static;
    max-width: 207px;
  }
}

.first-section .small-tab-group .small-tab-content .card-box .title .price .store-apply {
  margin-top: 0.25rem;
  font-size: 1.0625rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 1.02px;
  --tw-text-opacity: 1;
  color: rgb(81 90 104 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {.first-section .small-tab-group .small-tab-content .card-box .title .price .store-apply {
    margin-bottom: 0.5rem;
    font-size: 1.3125rem;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 1.26px;
  }
}

.first-section .small-tab-group .small-tab-content .card-box .content-wrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {.first-section .small-tab-group .small-tab-content .card-box .content-wrapper {
    padding: 2.5rem;
  }
}

.first-section .small-tab-group .small-tab-content .card-box .content-wrapper .swiper {
            margin-bottom: calc(24px + 44px);
          }

@media (min-width: 1024px) {

.first-section .small-tab-group .small-tab-content .card-box .content-wrapper .swiper {
    margin-bottom: 0px;
  }
            }

.first-section .small-tab-group .small-tab-content .card-box .content-wrapper .swiper .swiper-wrapper {
  align-items: stretch;
}

.first-section .small-tab-group .small-tab-content .card-box .content-wrapper .swiper .swiper-slide {
  display: flex;
  height: auto;
  flex-direction: column;
}

.first-section .small-tab-group .small-tab-content .card-box .content-wrapper .card {
            background: radial-gradient(
                130.38% 86.97% at 49.96% 19.23%,
                #ff6700 0%,
                #ffae23 100%
              ),
              linear-gradient(0deg, #ff6700 0%, #ff6700 100%), #eef3f6;
            display: flex;
            flex: 1 1 0%;
            flex-direction: column;
            overflow: hidden;
            border-radius: 20px;
          }

.first-section .small-tab-group .small-tab-content .card-box .content-wrapper .card.deep-card {
              background: radial-gradient(
                  130.28% 86.97% at 49.96% 19.23%,
                  #ec402e 0%,
                  #ec402e 100%
                ),
                linear-gradient(0deg, #f45100 0%, #f45100 100%), #eef3f6;
            }

.first-section .small-tab-group .small-tab-content .card-box .content-wrapper .card h5 {
  flex-shrink: 0;
  flex-grow: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 1.8px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 700px) {.first-section .small-tab-group .small-tab-content .card-box .content-wrapper .card h5 {
    font-size: 1.5625rem;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 2.5px;
  }
}

.first-section .small-tab-group .small-tab-content .card-box .content-wrapper .card .content {
              border-radius: 12px;
              margin: 0.5rem;
              margin-top: 0px;
              display: flex;
              flex: 1 1 0%;
              flex-direction: column;
              align-items: center;
              gap: 1rem;
              overflow: hidden;
              --tw-bg-opacity: 1;
              background-color: rgb(255 255 255 / var(--tw-bg-opacity));
              padding: 1rem;
            }

@media (min-width: 1440px) {.first-section .small-tab-group .small-tab-content .card-box .content-wrapper .card .content {
    flex-direction: row;
  }
}

.first-section .small-tab-group .small-tab-content .card-box .content-wrapper .card .content .img-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 1440px) {.first-section .small-tab-group .small-tab-content .card-box .content-wrapper .card .content .img-box {
    flex: 1 1 0%;
  }
}

.first-section .small-tab-group .small-tab-content .card-box .content-wrapper .card .content .img-box img {
                  width: 201px;
                }

.first-section .small-tab-group .small-tab-content .card-box .content-wrapper .card .content .img-box .img-head {
  margin-top: 0.75rem;
  text-align: center;
  font-size: 0.9375rem;
  line-height: 1.5;
  letter-spacing: 0.52px;
  --tw-text-opacity: 1;
  color: rgb(45 48 51 / var(--tw-text-opacity));
}

@media (min-width: 700px) {.first-section .small-tab-group .small-tab-content .card-box .content-wrapper .card .content .img-box .img-head {
    font-size: 0.9375rem;
    line-height: 1.5;
    letter-spacing: 1.2px;
  }
}

.first-section .small-tab-group .small-tab-content .card-box .content-wrapper .card .content .img-box .img-head span {
  --tw-text-opacity: 1;
  color: rgb(255 103 0 / var(--tw-text-opacity));
}

.first-section .small-tab-group .small-tab-content .card-box .content-wrapper .card .content .text-box {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
}

@media (min-width: 1440px) {.first-section .small-tab-group .small-tab-content .card-box .content-wrapper .card .content .text-box {
    flex: 1 1 0%;
  }
}

.first-section .small-tab-group .small-tab-content .card-box .content-wrapper .card .content .text-box h6 {
                  background: #f4f4f4;
                  border-radius: 4px;
                  padding-top: 0.25rem;
                  padding-bottom: 0.25rem;
                  padding-left: 1rem;
                  padding-right: 1rem;
                  font-size: 0.8125rem;
                  line-height: 1.5;
                  letter-spacing: 0.52px;
                  --tw-text-opacity: 1;
                  color: rgb(81 90 104 / var(--tw-text-opacity));
                }

@media (min-width: 700px) {.first-section .small-tab-group .small-tab-content .card-box .content-wrapper .card .content .text-box h6 {
    font-size: 0.9375rem;
    line-height: 1.5;
    letter-spacing: 1.2px;
  }
}

.first-section .small-tab-group .small-tab-content .card-box .content-wrapper .card .content .text-box .features-box {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
}

.first-section .small-tab-group .small-tab-content .card-box .content-wrapper .card .content .text-box ul {
  display: flex;
  list-style-type: disc;
  flex-direction: column;
  gap: 0.5rem;
  padding-left: 1.5rem;
}

.first-section .small-tab-group .small-tab-content .card-box .content-wrapper .card .content .text-box ul li,
                .first-section .small-tab-group .small-tab-content .card-box .content-wrapper .card .content .text-box p {
  font-size: 0.8125rem;
  line-height: 1.5;
  letter-spacing: 0.52px;
  --tw-text-opacity: 1;
  color: rgb(45 48 51 / var(--tw-text-opacity));
}

@media (min-width: 700px) {.first-section .small-tab-group .small-tab-content .card-box .content-wrapper .card .content .text-box ul li,
                .first-section .small-tab-group .small-tab-content .card-box .content-wrapper .card .content .text-box p {
    font-size: 0.9375rem;
    line-height: 1.5;
    letter-spacing: 1.2px;
  }
}

.first-section .small-tab-group .small-tab-content .card-box .content-wrapper .img-banner {
  margin-bottom: 1.5rem;
  height: auto;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}

@media (min-width: 700px) {.first-section .small-tab-group .small-tab-content .card-box .content-wrapper .img-banner {
    margin-bottom: 2.5rem;
  }
}

.first-section .small-tab-group .small-tab-content .card-box .content-wrapper .feat-list {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media (min-width: 700px) {.first-section .small-tab-group .small-tab-content .card-box .content-wrapper .feat-list {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 1024px) {.first-section .small-tab-group .small-tab-content .card-box .content-wrapper .feat-list {
    flex-direction: row;
    gap: 60px;
  }
}

.first-section .small-tab-group .small-tab-content .card-box .content-wrapper .feat-list img {
  width: 100%;
}

@media (min-width: 1024px) {.first-section .small-tab-group .small-tab-content .card-box .content-wrapper .feat-list img {
    max-width: 311px;
  }
}

.first-section .small-tab-group .small-tab-content .card-box .content-wrapper .feat-list ul {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.first-section .small-tab-group .small-tab-content .card-box .content-wrapper .feat-list ul li {
  display: flex;
  gap: 1rem;
}

.first-section .small-tab-group .small-tab-content .card-box .content-wrapper .feat-list ul li .icon-box {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  flex-shrink: 0;
  flex-grow: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1.25px;
  --tw-border-opacity: 1;
  border-color: rgb(255 144 69 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 103 0 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {.first-section .small-tab-group .small-tab-content .card-box .content-wrapper .feat-list ul li .icon-box {
    height: 3rem;
    width: 3rem;
    border-width: 1.5px;
  }
}

.first-section .small-tab-group .small-tab-content .card-box .content-wrapper .feat-list ul li .icon-box svg {
  height: 1.25rem;
  width: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {.first-section .small-tab-group .small-tab-content .card-box .content-wrapper .feat-list ul li .icon-box svg {
    height: 1.5rem;
    width: 1.5rem;
  }
}

.first-section .small-tab-group .small-tab-content .card-box .content-wrapper .feat-list ul li .text {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.first-section .small-tab-group .small-tab-content .card-box .content-wrapper .feat-list ul li .text h6 {
  font-size: 1.0625rem;
  line-height: 1.5;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.02px;
  --tw-text-opacity: 1;
  color: rgb(45 48 51 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {.first-section .small-tab-group .small-tab-content .card-box .content-wrapper .feat-list ul li .text h6 {
    font-size: 1.3125rem;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 1.26px;
  }
}

.first-section .small-tab-group .small-tab-content .card-box .content-wrapper .feat-list ul li .text p {
  font-size: 0.8125rem;
  line-height: 1.5;
  line-height: 150%;
  letter-spacing: 0.52px;
  --tw-text-opacity: 1;
  color: rgb(81 90 104 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {.first-section .small-tab-group .small-tab-content .card-box .content-wrapper .feat-list ul li .text p {
    font-size: 0.9375rem;
    line-height: 1.5;
    letter-spacing: 1.2px;
  }
}

.first-section .small-tab-group .small-tab-content .card-box .content-wrapper .feat-card {
  margin-bottom: 1.5rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 700px) {.first-section .small-tab-group .small-tab-content .card-box .content-wrapper .feat-card {
    margin-bottom: 2.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {.first-section .small-tab-group .small-tab-content .card-box .content-wrapper .feat-card {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.first-section .small-tab-group .small-tab-content .card-box .content-wrapper .feat-card .feat {
  overflow: hidden;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(238 243 246 / var(--tw-bg-opacity));
}

.first-section .small-tab-group .small-tab-content .card-box .content-wrapper .feat-card .feat .img-box {
  width: 100%;
}

.first-section .small-tab-group .small-tab-content .card-box .content-wrapper .feat-card .feat .img-box img {
  -o-object-fit: cover;
     object-fit: cover;
}

.first-section .small-tab-group .small-tab-content .card-box .content-wrapper .feat-card .feat .text {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.25rem;
  padding-top: 1rem;
}

.first-section .small-tab-group .small-tab-content .card-box .content-wrapper .feat-card .feat .text h6 {
  font-size: 1.0625rem;
  line-height: 1.5;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.02px;
  --tw-text-opacity: 1;
  color: rgb(255 103 0 / var(--tw-text-opacity));
}

@media (min-width: 1440px) {.first-section .small-tab-group .small-tab-content .card-box .content-wrapper .feat-card .feat .text h6 {
    font-size: 1.3125rem;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 1.26px;
  }
}

.first-section .small-tab-group .small-tab-content .card-box .content-wrapper .feat-card .feat .text ul {
  display: flex;
  list-style-type: disc;
  flex-direction: column;
  gap: 0.75rem;
  padding-left: 1.25rem;
}

.first-section .small-tab-group .small-tab-content .card-box .content-wrapper .feat-card .feat .text ul li {
  font-size: 0.8125rem;
  line-height: 1.5;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.52px;
  --tw-text-opacity: 1;
  color: rgb(81 90 104 / var(--tw-text-opacity));
}

@media (min-width: 1440px) {.first-section .small-tab-group .small-tab-content .card-box .content-wrapper .feat-card .feat .text ul li {
    font-size: 0.9375rem;
    line-height: 1.5;
    letter-spacing: 1.2px;
  }
}

.first-section .small-tab-group .small-tab-content .card-box .content-wrapper .video-sec h5 {
  margin-bottom: 1.5rem;
  font-size: 1.0625rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 1.02px;
  --tw-text-opacity: 1;
  color: rgb(45 48 51 / var(--tw-text-opacity));
}

@media (min-width: 700px) {.first-section .small-tab-group .small-tab-content .card-box .content-wrapper .video-sec h5 {
    font-size: 1.3125rem;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 1.26px;
  }
}

.first-section .small-tab-group .small-tab-content .card-box .content-wrapper .video-sec .video-box {
  width: 100%;
}

.first-section .small-tab-group .small-tab-content .card-box .content-wrapper .video-sec .video-box .swiper {
  margin-bottom: 0px;
}

.first-section .small-tab-group .small-tab-content .card-box .content-wrapper .video-sec .video-box a {
  position: relative;
  display: flex;
  aspect-ratio: 16 / 9;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border-radius: 8px;
  padding: 0.75rem;
}

@media (min-width: 700px) {.first-section .small-tab-group .small-tab-content .card-box .content-wrapper .video-sec .video-box a {
    border-radius: 20px;
  }
}

.first-section .small-tab-group .small-tab-content .card-box .content-wrapper .video-sec .video-box a > * {
  pointer-events: none;
}

.first-section .small-tab-group .small-tab-content .card-box .content-wrapper .video-sec .video-box a img {
                  transition: transform 0.3s ease-in-out;
                  position: absolute;
                  top: 50%;
                  left: 50%;
                  transform-origin: center;
                  --tw-translate-x: -50%;
                  --tw-translate-y: -50%;
                  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
                }

.first-section .small-tab-group .small-tab-content .card-box .content-wrapper .video-sec .video-box a p {
  position: relative;
  z-index: 10;
  font-size: 0.9375rem;
  line-height: 1.5;
  line-height: 150%;
  letter-spacing: 1.5px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {.first-section .small-tab-group .small-tab-content .card-box .content-wrapper .video-sec .video-box a p {
    font-size: 1.125rem;
    line-height: 1.5;
    letter-spacing: 1.8px;
  }
}

.first-section .small-tab-group .small-tab-content .card-box .content-wrapper .video-sec .video-box a::after {
                  content: '';
                  background: linear-gradient(
                    to top,
                    rgba(0, 0, 0, 0.8) 0%,
                    rgba(0, 0, 0, 0) 50%
                  );
                  position: absolute;
                  top: 0px;
                  left: 0px;
                  display: block;
                  height: 100%;
                  width: 100%;
                }

.first-section .small-tab-group .small-tab-content .card-box .content-wrapper .video-sec .video-box a:hover img {
                    transform: translate(-50%, -50%) scale(1.1);
                  }

@media (min-width: 1024px) {.first-section .small-tab-group .small-tab-content .card-box.no-apply-now .title .price {
    align-items: flex-end;
    justify-content: flex-start;
  }.first-section .small-tab-group .small-tab-content .card-box.no-apply-now .title .price .price-left {
    flex-direction: column-reverse;
    gap: 0px;
  }
}

.first-section .small-tab-group .qr-code-box {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
  gap: 1.5rem;
}

.first-section .small-tab-group .qr-code-box .qr-code {
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.first-section .small-tab-group .qr-code-box .qr-code img {
          width: 98px;
          height: 98px;
        }

.first-section .small-tab-group .qr-code-box .qr-code a {
  --tw-text-opacity: 1;
  color: rgb(255 103 0 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-underline-offset: 2px;
}

.first-section .small-tab-group .qr-code-box .qr-code a:hover {
  text-decoration-line: none;
}

.first-section.support .table-box table {
      min-width: 600px !important;
    }

.fqa-sec {
  background: radial-gradient(
      446.85% 326.26% at 241.02% 86.07%,
      rgba(255, 103, 0, 0.3) 15.7%,
      rgba(255, 129, 44, 0.3) 22.03%,
      rgba(255, 232, 58, 0.3) 94.06%
    ),
    radial-gradient(
      49.84% 186.75% at -39.3% 9.35%,
      rgba(255, 77, 0, 0.3) 9.52%,
      rgba(255, 135, 31, 0.3) 44.39%,
      rgba(255, 224, 88, 0.3) 81.64%
    ),
    radial-gradient(
      47.45% 174.62% at -26.04% 3.69%,
      rgba(255, 192, 88, 0.3) 13.4%,
      rgba(255, 103, 0, 0.3) 80.86%
    ),
    radial-gradient(
      46.74% 171.63% at -22.82% 2.78%,
      rgba(225, 182, 110, 0.3) 8.48%,
      rgba(255, 103, 0, 0.3) 86.87%
    ),
    rgba(217, 217, 217, 0.3);
}

.fqa-sec #open-swiper .swiper-slide iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.fqa-sec .open-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.5rem;
}

@media (min-width: 700px) {.fqa-sec .open-card {
    flex-direction: row;
  }
}

.fqa-sec .open-card .img-box {
  width: 100%;
}

@media (min-width: 700px) {.fqa-sec .open-card .img-box {
    width: auto;
    max-width: 259px;
    flex-shrink: 0;
    flex-grow: 0;
  }
}

.fqa-sec .open-card .img-box img {
  width: 100%;
}

@media (min-width: 700px) {.fqa-sec .open-card .text-box {
    flex: 1 1 0%;
  }
}

.fqa-sec .open-card .text-box h4 {
  margin-bottom: 1.5rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 1.8px;
  --tw-text-opacity: 1;
  color: rgb(81 90 104 / var(--tw-text-opacity));
}

@media (min-width: 700px) {.fqa-sec .open-card .text-box h4 {
    font-size: 1.5625rem;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 2.5px;
  }
}

.fqa-sec .open-card .text-box p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 0.8125rem;
  line-height: 1.5;
  letter-spacing: 0.52px;
  --tw-text-opacity: 1;
  color: rgb(81 90 104 / var(--tw-text-opacity));
}

@media (min-width: 700px) {.fqa-sec .open-card .text-box p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 0.9375rem;
    line-height: 1.5;
    letter-spacing: 1.2px;
  }
}

.fqa-sec .open-card .btn-circle {
  flex-shrink: 0;
  flex-grow: 0;
  align-self: flex-end;
}

@media (min-width: 700px) {.fqa-sec .open-card .btn-circle {
    align-self: center;
  }
}

.open-video .card {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}

.open-video .card img {
  height: 100%;
  width: 100%;
      transition: transform 0.3s ease-in-out;
}

.open-video .card .mask {
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1rem;
      background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 32.31%,
        rgba(0, 0, 0, 0.8) 83.73%
      );
}

.open-video .card .mask p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 1.08px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 700px) {.open-video .card .mask p {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}

.open-video .card:hover img {
        transform: scale(1.1);
      }

/*# sourceMappingURL=p4-op-game-player.css.map */
