*::-webkit-scrollbar {
  height: 10px;
  width: 12px;
  background-color: #f6f6f6;
  border-radius: 0;
}

*::-webkit-scrollbar-thumb {
  background-color: #999;
  border: 2px solid #f6f6f6;
  border-radius: 10px;
}

html {
  padding: 0 !important;
  font-size: 16px;
  overflow-x: hidden;
}

body {
  font-size: 1rem;
  color: #333;
  background-color: white;
  min-height: 900px;
  font-family: "Poppins", Arial, "Noto Sans TC", sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}
@media (min-width: 992px) {
  body {
    font-size: 1.0625rem;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 1.125rem;
  }
}
body p,
body ul,
body li {
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
}
@media (min-width: 992px) {
  body p,
  body ul,
  body li {
    font-size: 1.0625rem;
  }
}
@media (min-width: 1200px) {
  body p,
  body ul,
  body li {
    font-size: 1.125rem;
  }
}
body a {
  text-decoration: none;
  transition: all 0.3s linear !important;
}
body img {
  transition: all 0.3s linear;
}
body mark,
body .mark {
  color: #00ccff;
  padding: 0;
  font-weight: bold;
  background-color: transparent !important;
  margin: 0 0.2em;
}

.container-fluid {
  --bs-gutter-x: 1.5em;
  padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
}
@media (min-width: 769px) {
  .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 1.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 1.5) !important;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 3.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 3.5) !important;
  }
}

.index-prods, .index-about, .index-apps {
  padding: 3.5em 0;
}
@media (min-width: 992px) {
  .index-prods, .index-about, .index-apps {
    padding: 4.5em 0;
  }
}
@media (min-width: 1680px) {
  .index-prods, .index-about, .index-apps {
    padding: 5em 0;
  }
}

.block-title {
  font-size: 2.1em;
  margin-bottom: 1em;
}
@media (min-width: 769px) {
  .block-title {
    font-size: 2.4em;
  }
}
@media (min-width: 992px) {
  .block-title {
    font-size: 2.7em;
  }
}
@media (min-width: 1200px) {
  .block-title {
    font-size: 3.2em;
  }
}
@media (min-width: 1680px) {
  .block-title {
    font-size: 4em;
  }
}

.block-title2 {
  font-size: 1.85em;
  margin-bottom: 1em;
  line-height: 1.5;
  font-style: italic;
  font-weight: bold;
  color: #222222;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 6px;
  letter-spacing: 0.05em;
}
@media (min-width: 769px) {
  .block-title2 {
    font-size: 2em;
  }
}
@media (min-width: 992px) {
  .block-title2 {
    font-size: 2.2em;
  }
}
@media (min-width: 1200px) {
  .block-title2 {
    font-size: 2.45em;
  }
}
@media (min-width: 1680px) {
  .block-title2 {
    font-size: 2.67em;
  }
}

.block-title3 {
  font-size: 1.85em;
  margin-bottom: 1em;
  line-height: 1.5;
  font-style: italic;
  font-weight: bold;
  color: #ffcc33;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 6px;
  letter-spacing: 0.05em;
}
@media (min-width: 769px) {
  .block-title3 {
    font-size: 2em;
  }
}
@media (min-width: 992px) {
  .block-title3 {
    font-size: 2.2em;
  }
}
@media (min-width: 1200px) {
  .block-title3 {
    font-size: 2.45em;
  }
}
@media (min-width: 1680px) {
  .block-title3 {
    font-size: 2.67em;
  }
}

.block-title4 {
  font-size: 1.3em;
  margin-bottom: 1em;
  font-style: italic;
  font-weight: normal;
  color: #999;
}
@media (min-width: 769px) {
  .block-title4 {
    font-size: 1.45em;
  }
}
@media (min-width: 992px) {
  .block-title4 {
    font-size: 1.65em;
  }
}
@media (min-width: 1200px) {
  .block-title4 {
    font-size: 1.85em;
  }
}
@media (min-width: 1680px) {
  .block-title4 {
    font-size: 1.9em;
  }
}

.block-title5 {
  font-size: 1.1em;
  margin-bottom: 1em;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (min-width: 992px) {
  .block-title5 {
    font-size: 1.2em;
  }
}
@media (min-width: 1680px) {
  .block-title5 {
    font-size: 1.33em;
  }
}

.text-primary {
  color: #00ccff !important;
}

.text-secondary {
  color: #ffcc33 !important;
}

.index-apps .apps-slider .slider-wrap img {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
}

.index-apps .apps-slider .slider-wrap .apps-con .caption {
  font-family: "Work_Sans", Arial, "Noto Sans TC", sans-serif;
}

.btn {
  padding: 0.75em 1.5em;
  font-size: 1em;
  border-radius: 50px;
  font-weight: normal;
  letter-spacing: 0.05em !important;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s linear;
}
.btn i {
  font-size: 1em;
  margin-left: 2em;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .btn {
    padding: 0.75em 1.7em;
    font-size: 0.9em;
  }
}
@media (min-width: 1680px) {
  .btn {
    padding: 0.85em 2em;
    font-size: 1em;
  }
}

.btn-sm {
  padding: 0.5em 1em !important;
  font-size: 0.9em;
  border-radius: 50px;
  font-weight: normal;
  letter-spacing: 0;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .btn-sm {
    padding: 0.6em 1.2em !important;
  }
}
@media (min-width: 1680px) {
  .btn-sm {
    padding: 0.7em 1.5em !important;
    font-size: 0.85em;
  }
}

.btn-dark {
  background-color: #333;
  border: 0 !important;
  color: white;
}
.btn-dark:hover, .btn-dark:active, .btn-dark:focus {
  background-color: #00ccff;
}

.btn-delete {
  border: 0;
  background-color: transparent !important;
  padding: 0;
  color: #999 !important;
  font-size: 1em;
  text-transform: capitalize;
  transition: all 0.3s linear;
}
.btn-delete:hover {
  color: #333 !important;
}
.btn-delete i {
  font-size: 1.25em;
}

.btn-back {
  color: white;
  font-size: 1;
  display: inline-flex;
  align-items: center;
  border: 0 !important;
  position: relative;
  overflow: hidden;
  margin-bottom: -1px;
  border-radius: 0 !important;
}
.btn-back:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  content: "";
  background-color: #00ccff;
  transition: all 0.3s linear;
}

.btn-play {
  overflow: hidden;
  color: white;
  text-align: center;
  border: 0 !important;
  padding: 0;
  position: relative;
  transition: all 0.3s linear;
}
.btn-play:before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 65px;
  height: 65px;
  content: "\f4f4";
  font-family: "Bootstrap-icons";
  background-color: #00ccff;
  color: white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
  transition: all 0.3s linear;
}
@media (min-width: 1680px) {
  .btn-play:before {
    width: 65px;
    height: 65px;
  }
}
.btn-play:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  content: "";
  background-color: rgba(0, 204, 255, 0.5);
  box-shadow: 0 0 24px rgba(0, 204, 255, 0.5);
  z-index: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: all 0.3s linear;
}
.btn-play img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .btn-play:hover:after, .btn-play:active:after, .btn-play:focus:after {
    box-shadow: none;
  }
  .btn-play:hover img, .btn-play:active img, .btn-play:focus img {
    transform: scale(1.2);
  }
}

.btn-primary {
  position: relative;
  border: 0 !important;
  color: white;
  background-color: #00ccff;
  justify-content: space-between;
  transition: all 0.3s linear;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #333;
  border: 0 !important;
}

.btn-search {
  border: 0 !important;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0.5em 0.8em;
  color: white !important;
  border-radius: 4px;
}

.video-container {
  display: none;
  width: 100%;
  max-width: 800px;
  aspect-ratio: 16/9;
  position: relative;
}
.video-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.form-control {
  border-radius: 4px;
  border: 0;
}

.input-group button {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.img-wrap {
  transition: all 0.3s linear;
}
.img-wrap img {
  width: 100%;
  height: auto;
  transition: all 0.3s linear;
}

.main-slider {
  position: relative;
  z-index: 5;
}
.main-slider .slider-wrap {
  position: relative;
}
.main-slider .slider-wrap img {
  width: 100%;
  height: auto;
  min-height: 500px;
}
@media (min-width: 992px) {
  .main-slider .slider-wrap img {
    min-height: 650px;
  }
}
@media (min-width: 1200px) {
  .main-slider .slider-wrap img {
    min-height: 800px;
  }
}
.main-slider .slider-wrap .container-fluid {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-left: calc(var(--bs-gutter-x) * 2) !important;
  padding-right: calc(var(--bs-gutter-x) * 2) !important;
}
.main-slider .slider-wrap .container-fluid .title-lg {
  color: white;
  font-size: 2.1em;
  font-weight: bold;
  width: 85%;
}
.main-slider .slider-wrap .container-fluid .subtitle {
  color: white;
  font-size: 1em;
  font-weight: normal;
  width: 50%;
  margin-left: 50%;
  line-height: 1.5;
  padding-right: 2.5em;
}
@media (min-width: 769px) {
  .main-slider .slider-wrap .container-fluid {
    padding-left: calc(var(--bs-gutter-x) * 2.5) !important;
  }
}
@media (min-width: 992px) {
  .main-slider .slider-wrap .container-fluid .title-lg {
    font-size: 3em;
    width: 75%;
  }
  .main-slider .slider-wrap .container-fluid .subtitle {
    font-size: 1.15em;
    width: 55%;
    margin-left: 45%;
  }
}
@media (min-width: 1200px) {
  .main-slider .slider-wrap .container-fluid {
    padding-left: calc(var(--bs-gutter-x) * 3.5) !important;
    padding-right: calc(var(--bs-gutter-x) * 3.5) !important;
  }
  .main-slider .slider-wrap .container-fluid .title-lg {
    font-size: 3.4em;
    width: 65%;
  }
  .main-slider .slider-wrap .container-fluid .subtitle {
    font-size: 1.2em;
    width: 50%;
    margin-left: 50%;
  }
}
@media (min-width: 1680px) {
  .main-slider .slider-wrap .container-fluid .title-lg {
    font-size: 4em;
    width: 60%;
  }
  .main-slider .slider-wrap .container-fluid .subtitle {
    font-size: 1.5em;
    width: 50%;
    margin-left: 50%;
  }
}
.main-slider .slider-wrap.slick-current.slick-active .container-fluid .title-lg {
  animation: fadeInLeft 0.5s linear;
}
.main-slider .slick-dots {
  left: auto !important;
  right: calc(var(--bs-gutter-x) * 1.5) !important;
  top: 50%;
  bottom: auto !important;
  transform: translate(0, -50%) !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 80%;
  width: 50px;
}
.main-slider .slick-dots li {
  width: 20px !important;
  height: 20px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 8px !important;
}
.main-slider .slick-dots li button {
  width: 12px !important;
  height: 12px !important;
}
.main-slider .slick-dots li button:before {
  width: 12px !important;
  height: 12px !important;
  background-color: transparent;
  border: 2px solid white;
}
.main-slider .slick-dots li.slick-active button:before {
  width: 12px !important;
  height: 12px !important;
  background-color: white;
  border: 2px solid white;
}
@media (min-width: 992px) {
  .main-slider .slick-dots {
    right: calc(var(--bs-gutter-x) * 1.5) !important;
  }
}
@media (min-width: 1200px) {
  .main-slider .slick-dots {
    right: calc(var(--bs-gutter-x) * 3.5) !important;
  }
}

.index-prods {
  position: relative;
  margin-left: 0;
  margin-top: 0;
  padding-left: 1em;
  padding-right: 1em;
  z-index: 9;
}
.index-prods:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 75%;
  content: "";
  background-color: #ffcc33;
  z-index: -1;
}
@media (min-width: 576px) {
  .index-prods {
    margin-top: -11em;
    margin-left: calc((100% - 540px) / 2);
  }
}
@media (min-width: 769px) {
  .index-prods {
    padding-left: 3em;
    padding-right: 3em;
    margin-left: calc((100% - 720px) / 2);
  }
}
@media (min-width: 992px) {
  .index-prods {
    margin-left: calc((100% - 960px) / 2);
  }
}
@media (min-width: 1200px) {
  .index-prods {
    margin-left: calc((100% - 1140px) / 2);
  }
}
@media (min-width: 1400px) {
  .index-prods {
    margin-top: -14em;
    margin-left: calc((100% - 1320px) / 2);
  }
}
.index-prods .prods-slider {
  padding-left: 1.5em;
  padding-right: 1.5em;
}
@media (min-width: 769px) {
  .index-prods .prods-slider {
    padding-left: 4em;
    padding-right: 4em;
  }
}
.index-prods .prods-slider .slider-wrap {
  margin: 0 20px;
  text-align: center;
}
.index-prods .prods-slider .slider-wrap a .p-name {
  font-size: 1.3em;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
}
@media (min-width: 769px) {
  .index-prods .prods-slider .slider-wrap a .p-name {
    font-size: 1.2em;
  }
}
@media (min-width: 992px) {
  .index-prods .prods-slider .slider-wrap a .p-name {
    font-size: 1.3em;
  }
}
@media (min-width: 1200px) {
  .index-prods .prods-slider .slider-wrap a .p-name {
    font-size: 1.4em;
  }
}
@media (min-width: 1680px) {
  .index-prods .prods-slider .slider-wrap a .p-name {
    font-size: 1.67em;
  }
}
.index-prods .prods-slider .slider-wrap a:hover .img-wrap {
  transform: scale(0.9);
}
.index-prods .prods-slider .slick-prev:before,
.index-prods .prods-slider .slick-next:before {
  filter: invert(60%) sepia(100%) saturate(300%) hue-rotate(0deg) brightness(150%) contrast(100%);
}
.index-prods .prods-slider .slick-prev:after,
.index-prods .prods-slider .slick-next:after {
  background-color: white;
}

.index-about {
  background-image: url("../images/bg-index-about.jpg");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.index-about mark {
  margin: 0;
}
@media (min-width: 769px) {
  .index-about {
    background-position: center bottom;
    background-size: 100% auto;
  }
}
.index-about .focus .icon {
  padding: 0.8em;
  position: relative;
}
.index-about .focus .icon:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 50%;
  background-color: white;
  z-index: 0;
}
.index-about .focus .icon img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
  filter: invert(52%) sepia(97%) saturate(937%) hue-rotate(153deg) brightness(102%) contrast(107%);
}
.index-about .focus .title {
  font-size: 1.33em;
  font-weight: bold;
}
.index-about .focus p {
  margin-bottom: 0;
}
.index-about .btn-dark {
  position: relative;
}
@media (min-width: 992px) {
  .index-about .btn-dark {
    position: absolute;
    right: 0;
    top: 0;
  }
}

.index-apps {
  overflow: hidden;
}
.index-apps .apps-nav {
  display: flex;
  flex-direction: column;
  margin-left: -20%;
}
.index-apps .apps-nav .slick-list {
  margin: 0 -25px;
}
.index-apps .apps-nav .slider-wrap {
  padding: 30px 25px;
  position: relative;
  overflow: hidden;
}
.index-apps .apps-nav .slider-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 18/25;
}
.index-apps .apps-nav .slider-wrap.slick-current.slick-active {
  display: none;
}
.index-apps .apps-slider {
  margin-right: 0;
  margin-bottom: 2em;
  padding-bottom: 2.5em;
}
.index-apps .apps-slider .slider-wrap {
  padding: 30px;
  position: relative;
  overflow: hidden;
}
.index-apps .apps-slider .slider-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 4/2.5;
}
.index-apps .apps-slider .slider-wrap .apps-con {
  padding: 1em calc(var(--bs-gutter-x) * 0.5);
}
.index-apps .apps-slider .slider-wrap .apps-con .caption {
  color: #00ccff;
  font-size: 1.85em;
  font-weight: bold;
  line-height: 1.1;
}
.index-apps .apps-slider .slider-wrap .apps-con .caption2 {
  color: #00ccff;
  font-size: 1.85em;
  font-weight: normal;
  line-height: 1.1;
  margin-bottom: 0.5em;
}
.index-apps .apps-slider .slider-wrap .apps-con .txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
}
.index-apps .apps-slider .slider-wrap .apps-con .txt p {
  color: #333;
  line-height: 1.7;
}
@media (min-width: 769px) {
  .index-apps .apps-slider .slider-wrap .apps-con {
    padding: 1em 3.5em 1em 2em;
  }
  .index-apps .apps-slider .slider-wrap .apps-con .caption,
  .index-apps .apps-slider .slider-wrap .apps-con .caption2 {
    font-size: 2.2em;
  }
}
@media (min-width: 1200px) {
  .index-apps .apps-slider .slider-wrap .apps-con .caption,
  .index-apps .apps-slider .slider-wrap .apps-con .caption2 {
    font-size: 2.5em;
  }
}
@media (min-width: 1680px) {
  .index-apps .apps-slider .slider-wrap .apps-con .caption,
  .index-apps .apps-slider .slider-wrap .apps-con .caption2 {
    font-size: 4em;
  }
}
@media (min-width: 992px) {
  .index-apps .apps-slider {
    margin-right: 2.5em;
    margin-bottom: 5em;
    padding-bottom: 0;
  }
  .index-apps .apps-slider .slider-wrap img {
    aspect-ratio: 18/25;
  }
}
.index-apps .index-others a {
  position: relative;
  overflow: hidden;
}
.index-apps .index-others a .title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  background-color: rgba(0, 204, 255, 0.7);
  color: white;
  font-size: 1.25em;
  padding: 0.4em 2em;
  font-weight: bold;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .index-apps .index-others a .title {
    font-size: 1.45em;
  }
}
@media (min-width: 1680px) {
  .index-apps .index-others a .title {
    font-size: 1.67em;
  }
}
.index-apps .index-others a img {
  transition: all 0.3s linear;
}
.index-apps .index-others a:hover .title {
  background-color: rgba(51, 51, 51, 0.9);
}
.index-apps .index-others a:hover img {
  transform: scale(1.1);
}/*# sourceMappingURL=index.css.map */