@font-face {
  font-family: "Noto_Sans_TC";
  src: url("fonts/Noto_Sans_TC/NotoSansTC-Regular.woff") format("woff"), url("fonts/Noto_Sans_TC/NotoSansTC-Regular.otf") format("opentype"), url("fonts/Noto_Sans_TC/NotoSansTC-Regular.eot") format("embedded-opentype");
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins/Poppins-Light.ttf") format("opentype");
}
@font-face {
  font-family: "Poppins Bold";
  src: url("fonts/Poppins/Poppins-Bold.ttf") format("opentype");
}
@font-face {
  font-family: "Righteous";
  src: url("fonts/Righteous/Righteous-Regular.ttf") format("opentype");
}
*::-webkit-scrollbar {
  height: 10px;
  width: 12px;
  background-color: white;
  border-radius: 0;
}

*::-webkit-scrollbar-thumb {
  background-color: #f0f0f0;
  border: 2px solid white;
}

html {
  padding: 0 !important;
  overflow-x: hidden;
}

body {
  font-size: 16px;
  width: 100%;
  overflow-x: hidden !important;
  background-color: white;
  color: #333 !important;
  counter-reset: num;
  min-height: 900px;
  font-family: "Poppins", Arial, "Noto Sans TC", sans-serif !important;
}
body.modal-open {
  overflow: hidden;
}
@media (min-width: 769px) {
  body {
    font-size: 18px;
  }
}
body p, body ul, body li {
  font-size: 1rem;
  line-height: 1.6rem;
  letter-spacing: 0.07rem;
}
body a {
  text-decoration: none;
  transition: all 0.3s linear !important;
}
body img {
  transition: all 0.3s linear;
}
body mark, body .mark {
  color: #cc0000 !important;
  padding: 0;
  font-weight: bold;
  background-color: transparent !important;
  margin: 0 0.2rem;
}
body .imp {
  color: red;
  font-size: 1.25rem;
}
body .block-caption {
  font-size: 1.6rem;
  display: flex;
  margin-bottom: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
}
body .block-caption:before {
  display: inline-flex;
  width: 8px;
  height: 8px;
  content: "";
  background-color: #ff0000;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  margin-right: 10px;
}
body .text-danger {
  color: red !important;
}
body .btn {
  padding: 0.8rem 1.3rem;
  border-radius: 8px;
  font-size: 1rem;
  text-transform: capitalize;
  transition: all 0.3s linear;
}
body .btn-sm {
  padding: 0.6rem 1.3rem !important;
}
body .btn-none {
  border: 0;
  border-radius: 0;
  background-color: transparent;
}
body .btn-primary {
  background-color: #ff0000 !important;
  color: white !important;
  padding: 0.65rem 3rem;
  font-size: 1.1rem;
  border: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  transition: all 0.3s linear;
}
body .btn-primary:hover, body .btn-primary:active, body .btn-primary:focus {
  background-color: #f0f0f0 !important;
  color: #ff0000 !important;
}
body .btn-outline-primary {
  background-color: transparent !important;
  color: #333 !important;
  padding: 0.65rem 3rem;
  font-size: 1.1rem;
  border: 1px solid #333;
  border-top-left-radius: 20px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  transition: all 0.3s linear;
}
body .btn-outline-primary:hover, body .btn-outline-primary:active, body .btn-outline-primary:focus {
  background-color: #333 !important;
  color: white !important;
  border: 1px solid #333;
}
body .btn-secondary {
  background-color: #666;
  color: white;
  border: 0;
}
body .btn-secondary:hover, body .btn-secondary:active, body .btn-secondary:focus {
  background-color: #222 !important;
  color: white !important;
}
body .btn-send {
  color: #ff0000;
  border: 0;
}
body .btn-send i {
  font-size: 1.5rem;
}
body .btn-send:hover, body .btn-send:active, body .btn-send:focus {
  background-color: #ff0000;
  color: white;
  border: 0;
}
body .btn-refresh {
  font-size: 1.6rem;
  color: #999;
  padding: 0 !important;
  border: 0 !important;
  transition: all 0.3s linear;
}
body .btn-refresh:hover, body .btn-refresh:active, body .btn-refresh:focus {
  transform: rotate(180deg);
  transform-origin: center;
  color: #ff0000;
}
body .btn-play {
  border: 0;
  background-color: transparent;
  color: #ff0000;
  display: flex;
  align-items: center;
}
body .btn-play i {
  font-size: 2rem;
  background-color: white;
  border-radius: 50%;
  position: relative;
  width: 31px;
  height: 31px;
  z-index: 0;
}
body .btn-play i:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 0;
}
body .btn-play i:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 35px;
  height: 35px;
  content: "";
  border-radius: 50%;
  background-color: white;
  border: 5px solid #ff0000;
  box-shadow: 0 0 15px rgba(180, 1, 59, 0.7);
  z-index: -1;
  transition: all 0.3s linear;
}
body .btn-play:hover i:after {
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.6);
}

.container-fluid {
  --bs-gutter-x: 1.5rem;
  padding-right: calc(var(--bs-gutter-x) * 1) !important;
  padding-left: calc(var(--bs-gutter-x) * 1) !important;
}
@media (min-width: 769px) {
  .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 2.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 2.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;
  }
}

.related .tab-content, .related, .apps-con .apps-txt {
  padding: 3rem 0;
}
.related .block-title, .apps-con .apps-txt .block-title {
  font-size: 1.1rem;
  margin-bottom: 1.4rem;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.related .block-title:after, .apps-con .apps-txt .block-title:after {
  content: "/";
  display: inline-flex;
  margin-left: 0.5rem;
}
.related .tab-content .block-subtitle, .related .block-subtitle, .apps-con .apps-txt .block-subtitle {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .related .block-title, .apps-con .apps-txt .block-title {
    font-size: 1.2rem;
  }
  .related .block-subtitle, .apps-con .apps-txt .block-subtitle {
    font-size: 1.7rem;
  }
}
@media (min-width: 1400px) {
  .related .tab-content, .related, .apps-con .apps-txt {
    padding: 4.5rem 0;
  }
  .related .block-title, .apps-con .apps-txt .block-title {
    font-size: 1.3rem;
  }
  .related .block-subtitle, .apps-con .apps-txt .block-subtitle {
    font-size: 2rem;
  }
}

.related .block-title, .apps-con .apps-txt .block-title {
  font-family: "Righteous", Arial, "Noto Sans TC", sans-serif !important;
}

.related .block-subtitle b, .apps-con .apps-txt .block-subtitle b {
  font-family: "Poppins Bold", Arial, "Noto Sans TC", sans-serif !important;
}

.modal .modal-dialog {
  display: flex;
  align-items: center;
  min-height: 100vh;
}
.modal .modal-dialog .modal-content {
  border: 0;
}
.modal .modal-header {
  border-bottom: 0;
  padding-bottom: 0;
}

.inds-list {
  display: block;
}
.inds-list .inds-wrap {
  position: relative;
}
.inds-list .inds-wrap:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 50%;
  height: 65%;
  background-color: rgba(0, 0, 0, 0.65);
  filter: blur(35px);
  z-index: -1;
  transition: all 0.3s linear;
}
.inds-list .inds-wrap .img-wrap {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.inds-list .inds-wrap .img-wrap:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #ff0000;
  opacity: 0;
  z-index: 2;
  transition: all 0.3s linear;
}
.inds-list .inds-wrap .img-wrap img {
  width: 100%;
  height: auto;
  z-index: 1;
}
.inds-list .inds-wrap .img-wrap .icon-more {
  position: absolute;
  right: -90px;
  top: 0;
  width: 90px;
  height: 90px;
  content: "";
  background-color: #ff0000;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  border-top-right-radius: 10px;
  z-index: 5;
  opacity: 0;
  transition: all 0.3s linear;
}
.inds-list .inds-wrap .img-wrap .icon-more i {
  font-size: 1.2rem;
  color: white;
  position: absolute;
  right: 0.9rem;
  top: 0.9rem;
}
.inds-list .inds-name {
  font-size: 1.5rem;
  color: #333;
  font-weight: bold;
  margin-top: 1.5rem;
  transition: all 0.3s linear;
}
@media (min-width: 1200px) {
  .inds-list .inds-name {
    font-size: 1.85rem;
  }
}
.inds-list:hover .inds-wrap .img-wrap img, .inds-list:active .inds-wrap .img-wrap img, .inds-list:focus .inds-wrap .img-wrap img {
  transform: scale(1.1);
}
.inds-list:hover .inds-wrap .img-wrap:before, .inds-list:active .inds-wrap .img-wrap:before, .inds-list:focus .inds-wrap .img-wrap:before {
  opacity: 0.3;
}
.inds-list:hover .inds-wrap .img-wrap .icon-more, .inds-list:active .inds-wrap .img-wrap .icon-more, .inds-list:focus .inds-wrap .img-wrap .icon-more {
  right: 0;
  opacity: 1;
}
.inds-list:hover .inds-name, .inds-list:active .inds-name, .inds-list:focus .inds-name {
  color: #ff0000;
}

/*sub page*/
.apps-con {
  position: relative;
  overflow: hidden;
  min-height: 450px;
  background-size: auto 100%;
  background-position: center right;
  background-repeat: no-repeat;
}
.apps-con:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  background-color: white;
  z-index: 1;
  display: block;
}
@media (min-width: 992px) {
  .apps-con:after {
    background-color: #f0f0f0;
    left: auto;
    right: calc((100% - 960px) / 2 + 400.32px + 2px);
    z-index: 3;
  }
}
@media (min-width: 1200px) {
  .apps-con:after {
    right: calc((100% - 1140px) / 2 + 285px + 5px);
  }
}
@media (min-width: 1400px) {
  .apps-con:after {
    right: calc((100% - 1320px) / 2 + 330px + 5px);
  }
}
.apps-con .main-img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 4;
}
@media (min-width: 992px) {
  .apps-con .main-img {
    width: 25%;
    height: auto;
    float: right;
  }
}
.apps-con .apps-txt {
  position: relative;
  z-index: 4;
}
.apps-con .dropdown-others {
  z-index: 6;
}
@media (min-width: 992px) {
  .apps-con .dropdown-others {
    z-index: 2;
  }
}
.apps-con .dropdown-others .btn-others {
  position: relative;
  display: flex;
  background-color: #ff0000;
  border-radius: 5px;
  border: 0;
  padding: 0.8rem 3rem 0.8rem 1.5rem;
  color: white;
}
@media (min-width: 992px) {
  .apps-con .dropdown-others .btn-others {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 10px;
  }
}
.apps-con .dropdown-others .btn-others:after {
  content: "\f282";
  font-family: "Bootstrap-icons";
  width: 16px;
  height: 16px;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-size: 0.9rem;
  border: 0;
}
.apps-con .dropdown-others .dropdown-menu {
  border: 0;
  padding: 0;
  margin: 0 !important;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}
.apps-con .dropdown-others .dropdown-menu .dropdown-item {
  padding: 0.5rem 1.5rem;
}

.related .nav-pills {
  gap: 5px;
}
.related .nav-pills .nav-link {
  background-color: #f0f0f0 !important;
  color: #333;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.8rem 1rem !important;
  height: 100%;
}
@media (min-width: 992px) {
  .related .nav-pills .nav-link {
    font-size: 1.2rem;
  }
}
.related .nav-pills .nav-link.active {
  background-color: #ff0000 !important;
  color: white !important;
}
.related .nav-pills .nav-link:hover {
  background-color: #333 !important;
  color: white;
}
.related .tab-content {
  position: relative;
  width: 100%;
}
.related .tab-content .tab-pane {
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease, height 0.3s ease;
}
.related .tab-content .tab-pane.active {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.related .tab-content .prods-slider .slick-slide,
.related .tab-content .prods-slider2 .slick-slide,
.related .tab-content .prods-slider3 .slick-slide,
.related .tab-content .prods-slider4 .slick-slide {
  margin: 0 30px;
}
.related .tab-content .prods-slider .slider-wrap img,
.related .tab-content .prods-slider2 .slider-wrap img,
.related .tab-content .prods-slider3 .slider-wrap img,
.related .tab-content .prods-slider4 .slider-wrap img {
  margin-bottom: 1.5rem;
  transition: all 0.3s linear;
}
.related .tab-content .prods-slider .slider-wrap p,
.related .tab-content .prods-slider2 .slider-wrap p,
.related .tab-content .prods-slider3 .slider-wrap p,
.related .tab-content .prods-slider4 .slider-wrap p {
  color: #333;
  text-align: center;
  font-size: 1rem;
  line-height: 1.4rem;
  transition: all 0.3s linear;
}
.related .tab-content .prods-slider .slider-wrap a:hover img, .related .tab-content .prods-slider .slider-wrap a:active img, .related .tab-content .prods-slider .slider-wrap a:focus img,
.related .tab-content .prods-slider2 .slider-wrap a:hover img,
.related .tab-content .prods-slider2 .slider-wrap a:active img,
.related .tab-content .prods-slider2 .slider-wrap a:focus img,
.related .tab-content .prods-slider3 .slider-wrap a:hover img,
.related .tab-content .prods-slider3 .slider-wrap a:active img,
.related .tab-content .prods-slider3 .slider-wrap a:focus img,
.related .tab-content .prods-slider4 .slider-wrap a:hover img,
.related .tab-content .prods-slider4 .slider-wrap a:active img,
.related .tab-content .prods-slider4 .slider-wrap a:focus img {
  transform: scale(1.1);
}
.related .tab-content .prods-slider .slider-wrap a:hover p, .related .tab-content .prods-slider .slider-wrap a:active p, .related .tab-content .prods-slider .slider-wrap a:focus p,
.related .tab-content .prods-slider2 .slider-wrap a:hover p,
.related .tab-content .prods-slider2 .slider-wrap a:active p,
.related .tab-content .prods-slider2 .slider-wrap a:focus p,
.related .tab-content .prods-slider3 .slider-wrap a:hover p,
.related .tab-content .prods-slider3 .slider-wrap a:active p,
.related .tab-content .prods-slider3 .slider-wrap a:focus p,
.related .tab-content .prods-slider4 .slider-wrap a:hover p,
.related .tab-content .prods-slider4 .slider-wrap a:active p,
.related .tab-content .prods-slider4 .slider-wrap a:focus p {
  color: #ff0000;
}
.related .tab-content .prods-slider .slick-prev:before,
.related .tab-content .prods-slider .slick-next:before,
.related .tab-content .prods-slider2 .slick-prev:before,
.related .tab-content .prods-slider2 .slick-next:before,
.related .tab-content .prods-slider3 .slick-prev:before,
.related .tab-content .prods-slider3 .slick-next:before,
.related .tab-content .prods-slider4 .slick-prev:before,
.related .tab-content .prods-slider4 .slick-next:before {
  background-color: rgba(255, 255, 255, 0.5) !important;
  color: #333 !important;
}
.related .tab-content:hover .slick-prev:before,
.related .tab-content:hover .slick-next:before {
  background-color: rgba(0, 0, 0, 0.5) !important;
  color: white !important;
}/*# sourceMappingURL=inds.css.map */