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

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

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

.news-list .img-wrap, .news-list2 .img-wrap {
  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;
}

/*Q&A Page*/
.qna-list .accordion-flush .accordion-item {
  border: 0;
  margin-bottom: 2.5rem;
}
.qna-list .accordion-flush .accordion-item .accordion-header .accordion-button {
  background-color: #f6f6f6;
  color: #003399;
  font-size: 1rem;
  font-weight: bold;
  padding: 1.2rem 1rem 1.2rem 3.5rem;
  border-radius: 5px !important;
  box-shadow: none;
  position: relative;
}
.qna-list .accordion-flush .accordion-item .accordion-header .accordion-button:before {
  position: absolute;
  top: 0.75rem;
  left: 1rem;
  color: #003399;
  font-weight: bold;
  font-size: 1.7rem;
  margin: 0;
  content: "Q";
}
html[dir=rtl] .qna-list .accordion-flush .accordion-item .accordion-header .accordion-button {
  padding: 1.2rem 3.5rem 1.2rem 1rem;
}
html[dir=rtl] .qna-list .accordion-flush .accordion-item .accordion-header .accordion-button:before {
  left: auto;
  right: 1rem;
}
.qna-list .accordion-flush .accordion-item .accordion-header .accordion-button:after {
  filter: invert(18%) sepia(100%) saturate(6361%) hue-rotate(228deg) brightness(93%) contrast(104%);
}
.qna-list .accordion-flush .accordion-item .accordion-header .accordion-button.collapsed {
  background-color: #f6f6f6;
  color: #999;
}
.qna-list .accordion-flush .accordion-item .accordion-header .accordion-button.collapsed:before {
  color: #666;
}
.qna-list .accordion-flush .accordion-item .accordion-header .accordion-button.collapsed:after {
  filter: none;
}
@media (min-width: 992px) {
  .qna-list .accordion-flush .accordion-item .accordion-header .accordion-button {
    font-size: 1.33rem;
    padding: 1.5rem 1.5rem 1.5rem 6rem;
    border-radius: 50px !important;
  }
  html[dir=rtl] .qna-list .accordion-flush .accordion-item .accordion-header .accordion-button {
    padding: 1.5rem 6rem 1.5rem 1.5rem;
  }
  html[dir=rtl] .qna-list .accordion-flush .accordion-item .accordion-header .accordion-button:before {
    left: auto;
    right: 1.5rem;
  }
  .qna-list .accordion-flush .accordion-item .accordion-header .accordion-button:before {
    top: 0.75rem;
    left: 1.5rem;
    font-size: 2.67rem;
  }
}
.qna-list .accordion-flush .accordion-item .accordion-collapse {
  position: relative;
  color: #333;
  padding: 1.2rem 1rem 1.2rem 3.5rem;
  font-weight: normal;
  font-size: 1rem;
  opacity: 1;
  transition: all 0.3s linear;
}
.qna-list .accordion-flush .accordion-item .accordion-collapse:before {
  position: absolute;
  top: 0.75rem;
  left: 1rem;
  color: #222222;
  font-weight: bold;
  font-size: 1.7rem;
  margin: 0;
  content: "A";
}
html[dir=rtl] .qna-list .accordion-flush .accordion-item .accordion-collapse {
  padding: 1.2rem 3.5rem 1.2rem 1rem;
}
html[dir=rtl] .qna-list .accordion-flush .accordion-item .accordion-collapse:before {
  left: auto;
  right: 1rem;
}
@media (min-width: 992px) {
  .qna-list .accordion-flush .accordion-item .accordion-collapse {
    padding: 1.5rem 1.5rem 1.5rem 6rem;
  }
  .qna-list .accordion-flush .accordion-item .accordion-collapse:before {
    position: absolute;
    top: 0.75rem;
    left: 1.5rem;
    font-size: 2.67rem;
  }
  html[dir=rtl] .qna-list .accordion-flush .accordion-item .accordion-collapse {
    padding: 1.5rem 6rem 1.5rem 1.5rem;
  }
  html[dir=rtl] .qna-list .accordion-flush .accordion-item .accordion-collapse:before {
    left: auto;
    right: 1.5rem;
  }
}
.qna-list .accordion-flush .accordion-item .accordion-collapse .accordion-body {
  padding: 0;
}
.qna-list .accordion-flush .accordion-item .accordion-collapse:not(.show) {
  opacity: 0;
  transition: all 0.3s linear;
}

/*Blog*/
@media (min-width: 992px) {
  .news-list:first-child {
    width: 100% !important;
    flex-wrap: wrap;
    display: flex;
  }
  .news-list:first-child .img-wrap {
    margin-bottom: 0;
    display: inline-flex;
    width: 50%;
  }
  .news-list:first-child .news-con {
    flex-direction: column;
    justify-content: center;
    padding: 2.5rem;
    display: inline-flex;
    width: 50%;
  }
  .news-list:first-child .news-con .news-title {
    font-size: 2rem;
  }
  .news-list:first-child .news-con div:first-child {
    flex-direction: row;
  }
}
.news-list .img-wrap {
  overflow: hidden;
  margin-bottom: 1.5rem;
  display: block;
  width: 100%;
}
.news-list .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-list .news-con {
  display: block;
  width: 100%;
}
.news-list .news-con .news-cat {
  color: #333;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  margin-bottom: 1rem;
  font-weight: bold;
}
.news-list .news-con .news-cat:after {
  content: "";
  width: 1px;
  height: 12px;
  margin: 0 1rem;
  background-color: #333;
}
.news-list .news-con .post-time {
  font-size: 1rem;
  display: inline-flex;
  color: #999;
}
.news-list .news-con .news-title {
  font-size: 1.22rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.news-list .news-con .news-title a {
  color: #333;
  display: flex;
}
.news-list .news-con .news-tag a {
  color: #999;
  font-size: 0.88rem;
}
@media (min-width: 992px) {
  .news-list:hover .img-wrap {
    box-shadow: none;
  }
  .news-list:hover .news-con .news-title a {
    color: #ff0000;
  }
}

.news-list2 .img-wrap {
  overflow: hidden;
  margin-bottom: 1.5rem;
  display: block;
  width: 100%;
}
.news-list2 .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-list2 .news-con {
  display: block;
  width: 100%;
}
.news-list2 .news-con .news-cat {
  color: #333;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  margin-bottom: 1rem;
  font-weight: bold;
}
.news-list2 .news-con .news-cat:after {
  content: "";
  width: 1px;
  height: 12px;
  margin: 0 1rem;
  background-color: #333;
}
.news-list2 .news-con .post-time {
  font-size: 1rem;
  display: inline-flex;
  color: #999;
}
.news-list2 .news-con .news-title {
  font-size: 1.22rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.news-list2 .news-con .news-title a {
  color: #333;
}
.news-list2 .news-con .news-tag a {
  color: #999;
  font-size: 0.88rem;
}
@media (min-width: 992px) {
  .news-list2:hover .img-wrap {
    box-shadow: none;
  }
  .news-list2:hover .news-con .news-title a {
    color: #ff0000;
  }
}

.sub-news .btn-arrows {
  margin-bottom: 1.5rem;
}
html[dir=rtl] .sub-news .btn-arrows img {
  transform: scaleX(-1);
}
@media (min-width: 992px) {
  .sub-news .btn-arrows {
    position: absolute;
    top: 0;
    margin-bottom: 0;
  }
  .sub-news .btn-arrows.b-prev {
    left: -2.5rem;
    right: auto;
  }
  .sub-news .btn-arrows.b-next {
    left: auto;
    right: -2.5rem;
  }
  html[dir=rtl] .sub-news .btn-arrows.b-prev {
    left: auto;
    right: -2.5rem;
  }
  html[dir=rtl] .sub-news .btn-arrows.b-next {
    left: -2.5rem;
    right: auto;
  }
}
@media (min-width: 1200px) {
  .sub-news .btn-arrows.b-prev {
    left: -4rem;
    right: auto;
  }
  .sub-news .btn-arrows.b-next {
    left: auto;
    right: -4rem;
  }
  html[dir=rtl] .sub-news .btn-arrows.b-prev {
    left: auto;
    right: -4rem;
  }
  html[dir=rtl] .sub-news .btn-arrows.b-next {
    left: -4rem;
    right: auto;
  }
}
@media (min-width: 1680px) {
  .sub-news .btn-arrows.b-prev {
    left: -6rem;
    right: auto;
  }
  .sub-news .btn-arrows.b-next {
    left: auto;
    right: -6rem;
  }
  html[dir=rtl] .sub-news .btn-arrows.b-prev {
    left: auto;
    right: -6rem;
  }
  html[dir=rtl] .sub-news .btn-arrows.b-next {
    left: -6rem;
    right: auto;
  }
}
.sub-news .news-cat {
  color: #333;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  margin-bottom: 1rem;
  font-weight: bold;
}
.sub-news .news-cat:after {
  content: "";
  width: 1px;
  height: 12px;
  margin: 0 1rem;
  background-color: #333;
}
.sub-news .post-time {
  font-size: 1rem;
  display: inline-flex;
  color: #999;
}
.sub-news .news-tag a {
  color: #999;
  font-size: 0.88rem;
}
.sub-news .main-img {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
  width: 100%;
}/*# sourceMappingURL=support.css.map */