@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: "Noto_Sans_TC_bold";
  src: url("fonts/Noto_Sans_TC/NotoSansTC-Bold.woff") format("woff"), url("fonts/Noto_Sans_TC/NotoSansTC-Bold.ttf") format("opentype"), url("fonts/Noto_Sans_TC/NotoSansTC-Bold.eot") format("embedded-opentype");
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins/Poppins-Regular.woff") format("woff"), url("fonts/Poppins/Poppins-Regular.ttf") format("opentype"), url("fonts/Poppins/Poppins-Regular.eot") format("embedded-opentype");
}
*::-webkit-scrollbar {
  height: 10px;
  width: 12px;
  background-color: #f6f6f6;
  border-radius: 0;
}

*::-webkit-scrollbar-thumb {
  background-color: #003399;
  border: 2px solid #f6f6f6;
  border-radius: 10px;
}

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

body {
  font-size: 16px !important;
  width: 100%;
  overflow-x: hidden !important;
  background-color: white;
  color: #333 !important;
  min-height: 900px;
  font-family: "Poppins", Arial, "Noto Sans TC", sans-serif !important;
  letter-spacing: 0;
}
@media (min-width: 992px) {
  body {
    font-size: 17px !important;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 18px !important;
  }
}
body p,
body ul,
body li {
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.08rem;
}
body p:last-child {
  margin-bottom: 0;
}
body a {
  text-decoration: none;
  transition: all 0.3s linear !important;
}
body img {
  transition: all 0.3s linear;
}
body mark,
body .mark {
  color: #003399;
  padding: 0;
  font-weight: bold;
  background-color: transparent !important;
  margin: 0 0.2rem;
}

.container-fluid {
  --bs-gutter-x: 1.5rem;
  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) !important;
    padding-left: calc(var(--bs-gutter-x) * 3) !important;
  }
}

.related {
  padding: 3.5rem 0;
}
.related .block-title {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 2rem;
  color: #ff0000;
}
.related .block-title2 {
  font-size: 1.45rem;
  line-height: 1;
  margin-bottom: 3rem;
  font-weight: bold;
  position: relative;
  color: #ff0000;
  padding-bottom: 1rem;
  letter-spacing: 0.1rem;
  width: 100% !important;
}
.related .block-title2:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 60px;
  height: 1px;
  content: "";
  background-color: #ff0000;
}
.related .block-title3 {
  font-size: 1.45rem;
  line-height: 1;
  margin-bottom: 3rem;
  font-weight: bold;
  width: 100% !important;
}
@media (min-width: 769px) {
  .related .block-title {
    font-size: 2.4rem;
    margin-bottom: 2.5rem;
  }
  .related .block-title2,
  .related .block-title3 {
    font-size: 1.55rem;
  }
}
@media (min-width: 1200px) {
  .related {
    padding: 4.5rem 0;
  }
  .related .block-title {
    font-size: 2.8rem;
    margin-bottom: 2.7rem;
  }
  .related .block-title2,
  .related .block-title3 {
    font-size: 1.7rem;
  }
}
@media (min-width: 1680px) {
  .related {
    padding: 4.5rem 0;
  }
  .related .block-title {
    font-size: 3.33rem;
    margin-bottom: 3rem;
  }
  .related .block-title2,
  .related .block-title3 {
    font-size: 2rem;
  }
}

.apps-list a, .apps-banner, .related .related-slider .slider-wrap a img, .btn-play {
  border-radius: 5px;
}
@media (min-width: 769px) {
  .apps-list a, .apps-banner, .related .related-slider .slider-wrap a img, .btn-play {
    border-radius: 8px;
  }
}
@media (min-width: 1200px) {
  .apps-list a, .apps-banner, .related .related-slider .slider-wrap a img, .btn-play {
    border-radius: 12px;
  }
}
@media (min-width: 1680px) {
  .apps-list a, .apps-banner, .related .related-slider .slider-wrap a img, .btn-play {
    border-radius: 20px;
  }
}

.apps-list a {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.3);
}

.btn {
  padding: 0.6rem 1.5rem;
  font-size: 0.85rem;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: bolder;
  letter-spacing: 0.05rem !important;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s linear;
}
.btn img {
  width: auto;
  height: 20px;
  transition: all 0.3s linear;
}
.btn i {
  font-size: 1rem;
  transition: all 0.3s linear;
}
@media (min-width: 769px) {
  .btn {
    padding: 0.7rem 1.8rem;
    font-size: 0.9rem;
  }
}
@media (min-width: 1200px) {
  .btn {
    padding: 0.9rem 2.2rem;
    font-size: 1rem;
  }
}

.btn-sm {
  padding: 0.35rem 0.75rem;
  font-size: 0.9rem;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-around;
  transition: all 0.3s linear;
}
.btn-sm img {
  width: auto;
  height: 20px;
  transition: all 0.3s linear;
}
.btn-sm i {
  font-size: 1rem;
  transition: all 0.3s linear;
}
@media (min-width: 769px) {
  .btn-sm {
    padding: 0.4rem 1rem;
  }
}
@media (min-width: 1200px) {
  .btn-sm {
    padding: 0.45rem 1.2rem;
    font-size: 0.95rem;
  }
}

.btn-delete {
  border: 0;
  background-color: transparent !important;
  padding: 0;
  color: #999 !important;
  font-size: 1rem;
  text-transform: uppercase;
}
.btn-delete i {
  font-size: 1.25rem;
}

.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: #003399;
  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: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 1;
  transition: all 0.3s linear;
}
.btn-play:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 55px;
  height: 55px;
  content: "\f4f4";
  font-family: "Bootstrap-icons";
  background-color: #ff0000;
  color: white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .btn-play:hover:before, .btn-play:active:before, .btn-play:focus:before {
    background-color: rgba(0, 0, 0, 0.15);
  }
  .btn-play:hover:after, .btn-play:active:after, .btn-play:focus:after {
    transform: scale(1.1) translate(-50%, -50%);
  }
}

.btn-dark {
  border: 0;
  color: white;
  background-color: #333 !important;
  border: 1px solid #333 !important;
  transition: all 0.3s linear;
}
.btn-dark img {
  filter: invert(1) brightness(100);
}
.btn-dark:hover, .btn-dark:active, .btn-dark:focus {
  background-color: #ff0000 !important;
  border: 1px solid #ff0000 !important;
}

.btn-white {
  border: 0;
  border-radius: 4px;
  color: #666;
  background: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 3;
  min-width: auto !important;
}
.btn-white i {
  position: relative;
  display: inline-flex;
  font-size: 1rem;
  color: #666;
  z-index: 2;
  transition: all 0.3s linear;
}
.btn-white:hover, .btn-white:active, .btn-white:focus {
  color: white !important;
  background-color: #ff0000 !important;
}
.btn-white:hover i, .btn-white:active i, .btn-white:focus i {
  color: white !important;
}
.btn-white.show {
  color: #333 !important;
  background-color: #f6f6f6 !important;
}
.btn-white.show i {
  color: #333 !important;
}

.btn-primary {
  border: 0;
  color: white;
  background-color: #003399 !important;
  border: 1px solid #003399 !important;
  justify-content: center;
  transition: all 0.3s linear;
}
.btn-primary img {
  filter: invert(1) brightness(100);
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #ff0000 !important;
  border: 1px solid #ff0000 !important;
}
html[dir=rtl] .btn-primary img {
  transform: scaleX(-1);
}

.btn-secondary {
  border: 0;
  color: white;
  background-color: #ff0000 !important;
  border: 1px solid #ff0000 !important;
  justify-content: center;
  transition: all 0.3s linear;
}
.btn-secondary img {
  filter: invert(1) brightness(100);
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  background-color: #333 !important;
  border: 1px solid #333 !important;
}
html[dir=rtl] .btn-secondary img {
  transform: scaleX(-1);
}

.btn-outline-secondary {
  border: 1px solid #cccccc;
  background-color: white;
  color: #ff0000;
}
.btn-outline-secondary:hover, .btn-outline-secondary:active, .btn-outline-secondary:focus {
  border: 1px solid #ff0000;
  background-color: #ff0000;
  color: white;
}

.btn-search {
  border: 0 !important;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0.5rem 0.8rem;
  color: white !important;
  border-radius: 4px;
}

.btn-more {
  background-color: #333;
  border: 1px solid #333;
  color: white;
}
.btn-more:hover, .btn-more:active, .btn-more:focus {
  background-color: #003399 !important;
  border: 1px solid #003399 !important;
  color: white !important;
}

.btn-arrows {
  padding: 0.6rem 1rem;
  background-color: #333;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  border: 0;
  min-width: auto !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-arrows img {
  width: auto;
  height: 20px;
  filter: invert(1) brightness(100);
  margin: 0;
}
.btn-arrows:hover, .btn-arrows:visited, .btn-arrows:focus {
  background-color: #003399 !important;
}

.text-primary {
  color: #003399 !important;
}

.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;
}

button {
  border-radius: 4px;
  border: 0;
}

.apps-list a {
  position: relative;
  overflow: hidden;
  height: 280px;
  transition: all 0.3s linear;
}
.apps-list a:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: black;
  opacity: 0.4;
  z-index: 1;
  transition: all 0.3s linear;
}
.apps-list a .apps-img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  transition: all 0.3s linear;
}
.apps-list a .apps-caption {
  position: absolute;
  width: 100%;
  padding: 2rem;
  z-index: 2;
}
.apps-list a .apps-caption .apps-name {
  font-size: 1.67rem;
  color: white;
  font-weight: bold;
  width: 100%;
  letter-spacing: 0.1rem;
  transition: all 0.3s linear;
}
@media (min-width: 769px) {
  .apps-list a {
    height: 355px;
  }
  .apps-list a .apps-caption .apps-name {
    font-size: 1.6rem;
    width: 90%;
  }
}
@media (min-width: 992px) {
  .apps-list a {
    height: 435px;
  }
  .apps-list a .apps-caption .apps-name {
    font-size: 1.75rem;
    width: 80%;
  }
  .apps-list a:hover, .apps-list a:active, .apps-list a:focus {
    box-shadow: 0 0 24px #ff0000;
  }
  .apps-list a:hover:after, .apps-list a:active:after, .apps-list a:focus:after {
    opacity: 0.2;
  }
  .apps-list a:hover .apps-caption .apps-name, .apps-list a:active .apps-caption .apps-name, .apps-list a:focus .apps-caption .apps-name {
    text-shadow: 0 0 16px rgba(0, 0, 0, 0.8);
  }
  .apps-list a:hover .apps-img, .apps-list a:active .apps-img, .apps-list a:focus .apps-img {
    transform: scale(1.1);
  }
}
@media (min-width: 1200px) {
  .apps-list a {
    height: 410px;
  }
  .apps-list a .apps-caption .apps-name {
    font-size: 1.9rem;
    width: 80%;
  }
}
@media (min-width: 1680px) {
  .apps-list a {
    height: 470px;
  }
  .apps-list a .apps-caption .apps-name {
    font-size: 2.25rem;
    width: 80%;
  }
}

/*Subpage*/
.apps-banner {
  overflow: hidden;
  position: relative;
  -webkit-mask-image: linear-gradient(to bottom, black 65%, transparent 95%);
  mask-image: linear-gradient(to bottom, black 65%, transparent 95%);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.apps-banner .block-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.9);
  padding: 1.5rem 2.5rem;
  margin-bottom: 0;
}
.apps-banner img {
  min-height: 320px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.related .related-slider .slick-list {
  margin: 0 40px;
}
@media (min-width: 1200px) {
  .related .related-slider .slick-list {
    margin: 0 75px;
  }
}
.related .related-slider .slider-wrap {
  margin: 0 10px;
}
.related .related-slider .slider-wrap a {
  display: block;
}
.related .related-slider .slider-wrap a img {
  overflow: hidden;
  width: 100%;
  height: auto;
  border: 1px solid #cccccc;
  margin-bottom: 1rem;
  transition: all 0.3s linear;
}
.related .related-slider .slider-wrap a .p-name {
  font-size: 1rem;
  font-weight: bold;
  color: #333;
  padding: 0 0.5rem;
  transition: all 0.3s linear;
}
.related .related-slider .slider-wrap a .p-name .p-model {
  display: block;
  font-size: 1rem;
  font-weight: normal;
  color: #333;
  margin-top: 0.5rem;
}
@media (min-width: 992px) {
  .related .related-slider .slider-wrap a .p-name {
    font-size: 1.1rem;
  }
  .related .related-slider .slider-wrap a .p-name .p-model {
    font-size: 1.1rem;
  }
  .related .related-slider .slider-wrap a:hover img, .related .related-slider .slider-wrap a:active img, .related .related-slider .slider-wrap a:focus img {
    border: 1px solid #ff0000;
  }
  .related .related-slider .slider-wrap a:hover .p-name, .related .related-slider .slider-wrap a:active .p-name, .related .related-slider .slider-wrap a:focus .p-name {
    color: #ff0000;
  }
}
@media (min-width: 1680px) {
  .related .related-slider .slider-wrap a .p-name {
    font-size: 1.25rem;
  }
  .related .related-slider .slider-wrap a .p-name .p-model {
    font-size: 1.25rem;
  }
}

html[dir=rtl] .related .related-slider {
  direction: ltr !important;
  text-align: right !important;
}/*# sourceMappingURL=apps.css.map */