@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.otf") format("woff"), url("fonts/Noto_Sans_TC/NotoSansTC-Bold.otf") format("opentype"), url("fonts/Noto_Sans_TC/NotoSansTC-Bold.eot") format("embedded-opentype");
}
@font-face {
  font-family: "Titillium Web";
  src: url("fonts/Titillium_Web/TitilliumWeb-Regular.ttf") format("opentype");
}
*::-webkit-scrollbar {
  height: 10px;
  width: 12px;
  background-color: white;
  border-radius: 0;
}

*::-webkit-scrollbar-thumb {
  background-color: #999;
  border: 2px solid white;
}

html {
  padding: 0 !important;
  overflow-x: hidden;
}

body {
  font-size: 16px !important;
  width: 100%;
  overflow-x: hidden !important;
  background-color: black;
  color: #f6f6f6 !important;
  min-height: 900px;
  font-family: "Titillium Web", 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.15rem;
}
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: #ff0000;
  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) * 1) !important;
  padding-left: calc(var(--bs-gutter-x) * 1) !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, .btn-control, .top {
  padding: 3.5rem 0;
}
.related .block-title, .btn-control .block-title, .top .block-title {
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  font-size: 2.1rem;
  letter-spacing: 0.2rem;
  padding: 2.5rem 0;
  margin-bottom: 2rem;
  position: relative;
}
.related .block-title:after, .btn-control .block-title:after, .top .block-title:after {
  position: absolute;
  left: -45px;
  top: 50%;
  width: 90px;
  height: 100%;
  transform: translate(0, -50%);
  content: "";
  background-color: #ff0000;
  z-index: -1;
}
.related .block-title2, .btn-control .block-title2, .top .block-title2 {
  position: relative;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 2rem;
  padding: 0.8rem 0;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}
.related .block-title2:after, .btn-control .block-title2:after, .top .block-title2:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 30px;
  height: 1px;
  content: "";
  background-color: #ff0000;
  transform: translateX(-50%);
}
.related .caption-sm, .btn-control .caption-sm, .top .caption-sm {
  font-size: 1.1rem;
}
@media (min-width: 769px) {
  .related .block-title, .btn-control .block-title, .top .block-title {
    font-size: 3rem;
  }
  .related .block-title2, .btn-control .block-title2, .top .block-title2 {
    font-size: 1.45rem;
  }
}
@media (min-width: 1200px) {
  .related .block-title, .btn-control .block-title, .top .block-title {
    font-size: 3.7rem;
    margin-bottom: 3rem;
  }
  .related .block-title2, .btn-control .block-title2, .top .block-title2 {
    font-size: 1.7rem;
    margin-bottom: 3rem;
  }
  .related .caption-sm, .btn-control .caption-sm, .top .caption-sm {
    font-size: 1.2rem;
  }
}
@media (min-width: 1680px) {
  .related .block-title, .btn-control .block-title, .top .block-title {
    font-size: 4.4rem;
  }
  .related .block-title2, .btn-control .block-title2, .top .block-title2 {
    font-size: 2rem;
  }
}

.apps-list {
  border-radius: 5px;
}
@media (min-width: 769px) {
  .apps-list {
    border-radius: 8px;
  }
}
@media (min-width: 1200px) {
  .apps-list {
    border-radius: 12px;
  }
}
@media (min-width: 1680px) {
  .apps-list {
    border-radius: 15px;
  }
}

.btn {
  padding: 0.85rem 1.2rem;
  font-size: 0.8rem;
  border-radius: 3px;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.15rem;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .btn {
    padding: 1rem 2.2rem;
    font-size: 0.88rem;
  }
}

.btn-sm {
  padding: 0.8rem 1.45rem;
  font-size: 0.95rem;
  transition: all 0.3s linear;
}

.btn-refresh {
  padding: 0.5rem 1rem !important;
  height: 100% !important;
  transition: all 0.3s linear;
}
.btn-refresh i {
  font-size: 1.2rem;
  color: #ff0000;
  transition: all 0.3s linear;
}
.btn-refresh:hover, .btn-refresh:active, .btn-refresh:focus {
  transform: rotate(180deg);
}

.btn-delete {
  border: 0;
  background-color: transparent !important;
  padding: 0;
  color: white;
  font-size: 1rem;
  text-transform: uppercase;
}

.btn-back {
  color: white;
  font-size: 1;
  display: inline-flex;
  align-items: center;
  border: 0 !important;
  position: relative;
  overflow: hidden;
  padding-left: 0 !important;
  margin-bottom: -1px;
  border-radius: 0 !important;
}
.btn-back:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  content: "";
  background-color: #ff0000;
  transition: all 0.3s linear;
}
.btn-back img {
  display: inline-flex;
  width: 16px;
  height: 16px;
  margin-right: 0.5rem;
}
.btn-back:hover, .btn-back:active {
  color: white !important;
}
.btn-back:hover:after, .btn-back:active:after {
  width: 100%;
}

.btn-play {
  color: white;
  text-align: center;
  border: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.btn-play i {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  transition: all 0.3s linear;
}
.btn-play p {
  font-size: 1rem !important;
}
.btn-play:hover i {
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.85);
  color: #ff0000;
}

.btn-dark {
  border: 0;
  color: #ff0000;
  background: rgba(26, 26, 26, 0.9);
  border: 1px solid #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 3;
  min-width: 190px !important;
  transition: all 0.3s linear;
}
.btn-dark:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  content: "";
  background-color: #ff0000;
  transition: all 0.3s linear;
  z-index: -1;
}
.btn-dark img {
  position: relative;
  display: inline-flex;
  width: 20px;
  height: 20px;
  filter: invert(16%) sepia(89%) saturate(7157%) hue-rotate(359deg) brightness(113%) contrast(117%);
  z-index: 2;
  transition: all 0.3s linear;
}
.btn-dark i {
  position: relative;
  display: inline-flex;
  font-size: 1rem;
  color: #ff0000;
  z-index: 2;
  transition: all 0.3s linear;
}
.btn-dark:hover {
  background-color: #222222;
}
.btn-dark:hover:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #ff0000;
}
.btn-dark:hover img,
.btn-dark:hover i {
  color: white;
  transform: translateX(10px);
}
.btn-dark:hover img {
  filter: invert(1) brightness(100);
}

.btn-light {
  border: 0;
  color: #666;
  background: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 3;
  width: 210px;
  overflow: hidden;
}
.btn-light:before {
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #ff0000;
  transition: all 0.3s linear;
  z-index: -1;
}
.btn-light:after {
  display: none;
}
.btn-light img {
  position: relative;
  display: inline-flex;
  width: 20px;
  height: 20px;
  filter: invert(1) brightness(100);
  z-index: 2;
  transition: all 0.3s linear;
}
.btn-light i {
  position: relative;
  display: inline-flex;
  font-size: 1rem;
  color: #666;
  z-index: 2;
  transition: all 0.3s linear;
}
.btn-light:hover {
  color: white;
}
.btn-light:hover:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #ff0000;
}
.btn-light:hover img {
  filter: invert(1) brightness(100);
  transform: translateX(10px);
}
.btn-light:hover i {
  transform: translateX(10px);
  color: white;
}

.btn-primary {
  border: 1px solid #cccccc !important;
  color: #ff0000;
  background: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 3;
  min-width: 165px;
  letter-spacing: 0.1rem;
  overflow: hidden;
}
@media (min-width: 992px) {
  .btn-primary {
    min-width: 210px;
  }
}
.btn-primary:before {
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #ff0000;
  transition: all 0.3s linear;
  z-index: -1;
}
.btn-primary:after {
  display: none;
}
.btn-primary img {
  position: relative;
  display: inline-flex;
  width: 20px;
  height: 20px;
  filter: invert(1) brightness(100);
  z-index: 2;
  transition: all 0.3s linear;
}
.btn-primary i {
  position: relative;
  display: inline-flex;
  font-size: 1rem;
  color: #ff0000;
  z-index: 2;
  transition: all 0.3s linear;
}
.btn-primary:hover {
  border: 1px solid #ff0000 !important;
  color: white;
  background-color: white !important;
}
.btn-primary:hover:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #ff0000;
}
.btn-primary:hover img {
  filter: invert(1) brightness(100);
  transform: translateX(10px);
}
.btn-primary:hover i {
  transform: translateX(10px);
  color: white;
}

.btn-search {
  background-color: #ff0000;
  padding: 0.5rem 1.2rem;
  color: white !important;
}

.btn-more {
  background-color: #333;
  border: 1px solid #333;
  color: white;
}
.btn-more:hover, .btn-more:active, .btn-more:focus {
  background-color: #ff0000 !important;
  border: 1px solid #ff0000 !important;
  color: white !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;
}

.news .news-list {
  position: relative;
  height: 100%;
  align-content: flex-start;
}
.news .news-list:after {
  position: absolute;
  left: calc(var(--bs-gutter-x) * 0.5);
  bottom: 0;
  width: 0;
  height: 4px;
  content: "";
  background-color: #ff0000;
  transition: all 0.3s linear;
}
.news .news-list .txt {
  padding: 1rem;
}
@media (min-width: 579px) {
  .news .news-list .txt {
    padding: 0 1rem;
  }
}
@media (min-width: 769px) {
  .news .news-list .txt {
    padding: 2rem;
  }
}
.news .news-list .txt .post-time {
  color: #666;
  font-weight: bold;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  display: block;
  transition: all 0.3s linear;
}
.news .news-list .txt .news-title {
  font-size: 1.33rem;
  color: white;
  font-weight: bold;
  padding-right: 40px;
  transition: all 0.3s linear;
  position: relative;
}
.news .news-list .txt .news-title:before {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 25px;
  height: 25px;
  content: "";
  background: url("../images/icon-arrow.svg") no-repeat center;
  background-size: 18px auto;
  filter: invert(16%) sepia(89%) saturate(7157%) hue-rotate(359deg) brightness(113%) contrast(117%);
  transition: all 0.3s linear;
}
.news .news-list .txt .news-title:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
  height: 35px;
  content: "";
  background-color: #ff0000;
  border-radius: 50%;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s linear;
}
.news .news-list .txt .news-subtitle {
  font-size: 1rem;
  color: white;
  font-weight: normal;
}
@media (min-width: 769px) {
  .news .news-list .txt .news-subtitle {
    font-size: 0.88rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    box-sizing: border-box;
  }
}
@media (min-width: 992px) {
  .news .news-list:hover:after {
    width: calc(100% - var(--bs-gutter-x));
  }
  .news .news-list:hover .txt .post-time {
    color: white;
  }
  .news .news-list:hover .txt .news-title {
    color: #ff0000;
  }
  .news .news-list:hover .txt .news-title:before {
    filter: invert(1) brightness(100);
  }
  .news .news-list:hover .txt .news-title:after {
    opacity: 1;
  }
}
.news .col-12.col-md-6.col-lg-4:first-child {
  width: 100%;
  margin-bottom: 2rem;
}
.news .col-12.col-md-6.col-lg-4:first-child .news-list {
  flex-flow: row;
  flex-direction: row-reverse;
}
.news .col-12.col-md-6.col-lg-4:first-child .news-list .col-12.col-sm-5.col-md-12 {
  width: 35% !important;
}
.news .col-12.col-md-6.col-lg-4:first-child .news-list .txt {
  width: 65%;
  padding: 0 1rem;
}
.news .col-12.col-md-6.col-lg-4:first-child .news-list .txt .post-time {
  color: #ff0000;
  font-size: 1rem;
}
.news .col-12.col-md-6.col-lg-4:first-child .news-list .txt .news-title {
  font-size: 1.6rem;
  padding-right: 0;
}
.news .col-12.col-md-6.col-lg-4:first-child .news-list .txt .news-title:before, .news .col-12.col-md-6.col-lg-4:first-child .news-list .txt .news-title:after {
  display: none;
}
.news .col-12.col-md-6.col-lg-4:first-child .news-list .txt .news-subtitle {
  font-size: 1rem;
  padding-right: 0;
}
.news .col-12.col-md-6.col-lg-4:first-child .news-list .txt .news-subtitle:after {
  display: block;
  width: 45px;
  height: 45px;
  content: "";
  background: url("../images/icon-arrow-w.svg") no-repeat center;
  background-size: 22px auto;
  background-color: #ff0000;
  border-radius: 50%;
  margin-top: 1.5rem;
  transition: all 0.3s linear;
}
@media (min-width: 769px) {
  .news .col-12.col-md-6.col-lg-4:first-child .news-list .txt .news-title {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .news .col-12.col-md-6.col-lg-4:first-child .news-list .txt .news-title {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .news .col-12.col-md-6.col-lg-4:first-child .news-list .txt .news-title {
    font-size: 3.33rem;
  }
}
.news .col-12.col-md-6.col-lg-4:first-child .news-list:hover .txt .post-time {
  color: white;
}
.news .col-12.col-md-6.col-lg-4:first-child .news-list:hover:after {
  display: none;
}

/*News Subpage*/
.news-subpage {
  position: relative;
}
.news-subpage:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
.news-subpage .img-wrap {
  position: relative;
  height: 340px;
  width: 100%;
  overflow: hidden;
  z-index: 0;
}
.news-subpage .img-wrap img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  height: 100%;
  transform: translate(-50%, -50%);
}
.news-subpage .container {
  position: absolute;
  height: 340px;
  margin-top: -340px;
  border-bottom: 4px solid #ff0000;
  z-index: 2;
}
@media (min-width: 579px) {
  .news-subpage .img-wrap {
    height: 380px;
  }
  .news-subpage .img-wrap img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 769px) {
  .news-subpage .img-wrap {
    height: 380px;
  }
  .news-subpage .img-wrap img {
    width: 100%;
    height: auto;
  }
  .news-subpage .container {
    height: 380px;
    margin-top: -380px;
  }
}
@media (min-width: 992px) {
  .news-subpage .img-wrap {
    height: 450px;
  }
  .news-subpage .container {
    height: 450px;
    margin-top: -450px;
  }
}
@media (min-width: 1200px) {
  .news-subpage .img-wrap {
    height: 520px;
  }
  .news-subpage .container {
    height: 520px;
    margin-top: -520px;
  }
}

.top {
  background-color: white;
  margin-bottom: 4.5rem;
}
.top .page-name {
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  display: block;
  align-items: center;
  margin-bottom: 1rem;
}
.top .page-name:after {
  display: none;
  width: 1px;
  height: 16px;
  content: "";
  background-color: #cccccc;
  margin: 0 1.5rem;
}
.top .page-name a {
  color: #ff0000;
}
.top .tag {
  font-size: 0.88rem;
}
.top .tag .tag-items {
  color: #999;
  margin-right: 1.5rem;
  text-transform: uppercase;
  display: inline-flex;
}
@media (max-width: 768px) {
  .top .tag .tag-items:before {
    display: inline-flex;
    content: "#";
  }
}
@media (min-width: 992px) {
  .top .page-name {
    font-size: 0.88rem;
    display: inline-flex;
    margin-bottom: 1rem;
  }
  .top .page-name:after {
    display: inline-flex;
  }
  .top .tag a:before {
    display: none;
  }
}

.btn-control {
  background-color: white;
  margin-top: 4.5rem;
}
.btn-control .container {
  text-align: right;
}
.btn-control .container a {
  margin-left: 1rem;
}
.btn-control .container a .btn-primary {
  min-width: 140px;
}
.btn-control .container a:first-child {
  margin-left: 0;
}

/*Application*/
.apps-list {
  display: block;
  position: relative;
  border: 1px solid #333;
  overflow: hidden;
}
.apps-list .apps-name {
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  position: absolute;
  left: 0;
  top: 1rem;
  padding: 1.5rem 2.5rem;
  letter-spacing: 0.15rem;
}
@media (min-width: 769px) {
  .apps-list .apps-name {
    font-size: 1.75rem;
  }
}
@media (min-width: 992px) {
  .apps-list .apps-name {
    font-size: 2.1rem;
  }
}
@media (min-width: 1200px) {
  .apps-list .apps-name {
    font-size: 2.67rem;
  }
}
.apps-list img {
  opacity: 0.8;
  transition: all 0.3s linear;
}
.apps-list:hover img {
  transform: scale(1.1);
  opacity: 1;
}

/*Application Subpage*/
.apps-subpage {
  position: relative;
}
.apps-subpage:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.apps-subpage .img-wrap {
  position: relative;
  height: 340px;
  width: 100%;
  overflow: hidden;
  z-index: 0;
}
.apps-subpage .img-wrap img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  height: 100%;
  transform: translate(-50%, -50%);
}
.apps-subpage .container {
  position: absolute;
  height: 340px;
  margin-top: -340px;
  border-bottom: 4px solid #ff0000;
  z-index: 2;
}
@media (min-width: 579px) {
  .apps-subpage .img-wrap {
    height: 380px;
  }
  .apps-subpage .img-wrap img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 769px) {
  .apps-subpage .img-wrap {
    height: 380px;
  }
  .apps-subpage .img-wrap img {
    width: 100%;
    height: auto;
  }
  .apps-subpage .container {
    height: 380px;
    margin-top: -380px;
  }
}
@media (min-width: 992px) {
  .apps-subpage .img-wrap {
    height: 450px;
  }
  .apps-subpage .container {
    height: 450px;
    margin-top: -450px;
  }
}
@media (min-width: 1200px) {
  .apps-subpage .img-wrap {
    height: 520px;
  }
  .apps-subpage .container {
    height: 520px;
    margin-top: -520px;
  }
}

.related {
  background-color: white;
  margin-top: 4.5rem;
}
.related .block-title2 {
  color: #ff0000 !important;
  text-align: center;
}
.related .related-slider {
  padding: 0 0 4rem 0;
}
.related .related-slider .slick-list {
  margin: 0 -15px;
}
.related .related-slider .slider-wrap {
  margin: 0 15px;
}
.related .related-slider .slider-wrap a {
  color: #999;
}
.related .related-slider .slider-wrap a img {
  border: 1px solid #cccccc;
  border-radius: 5px;
}
.related .related-slider .slider-wrap a p {
  margin-top: 1rem;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s linear;
}
.related .related-slider .slider-wrap a p:after {
  display: inline-flex;
  width: 20px;
  height: 1rem;
  content: "";
  background: url(../images/icon-arrow-right.svg) no-repeat center;
  background-size: cover;
  margin-left: 1rem;
  filter: invert(52%) sepia(85%) saturate(7485%) hue-rotate(349deg) brightness(87%) contrast(137%);
}
@media (min-width: 992px) {
  .related .related-slider .slider-wrap a p {
    font-size: 1.3rem;
  }
}
.related .related-slider .slider-wrap a:hover p {
  color: #ff0000;
}
.related .related-slider .slick-dots li.slick-active button:before {
  background-color: #ff0000;
  border: 1px solid #ff0000;
}
.related .related-slider .slick-dots li button:before {
  background-color: #cccccc;
  border: 1px solid #cccccc;
}
@media (min-width: 1200px) {
  .related .related-slider {
    padding: 0;
  }
}/*# sourceMappingURL=media.css.map */