@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: white;
  color: #666 !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.67rem;
}
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) * 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;
  }
}

.patent-block, .orginazation, .why {
  padding: 3.5rem 0;
}
.patent-block .block-title, .orginazation .block-title, .why .block-title {
  color: black;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  padding-bottom: 0.8rem;
  border-bottom: 3px solid black;
  text-transform: uppercase;
  line-height: 1;
}
.patent-block .block-title::after, .orginazation .block-title::after, .why .block-title::after {
  width: 40px;
  height: 40px;
  margin-left: 1rem;
  content: "";
  background-image: url("../images/icon-block-title.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-flex;
  transition: all 0.3s linear;
}
.patent-block .block-title-w, .orginazation .block-title-w, .why .block-title-w {
  color: white;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  padding-bottom: 0.8rem;
  border-bottom: 3px solid white;
  text-transform: uppercase;
  line-height: 1;
  margin-left: auto;
}
.patent-block .block-title-w::after, .orginazation .block-title-w::after, .why .block-title-w::after {
  width: 40px;
  height: 40px;
  margin-left: 1rem;
  content: "";
  background-image: url("../images/icon-block-title.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-flex;
  filter: invert(1) brightness(100);
  transition: all 0.3s linear;
}
.patent-block .block-title, .orginazation .block-title, .why .block-title,
.patent-block .block-title-w,
.orginazation .block-title-w,
.why .block-title-w {
  font-size: 2rem;
  margin-bottom: 2rem;
}
.patent-block .block-title2, .orginazation .block-title2, .why .block-title2 {
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.patent-block .block-title3, .orginazation .block-title3, .why .block-title3 {
  font-size: 2.67rem;
  text-transform: uppercase;
  margin-bottom: 1.6rem;
  font-weight: bold;
  color: white;
  text-shadow: 1px 0 black, -1px 0 black, 0 1px black, 0 -1px black, 1px 1px black, -1px -1px black, 1px -1px black, -1px 1px black;
}
.patent-block .block-title4, .orginazation .block-title4, .why .block-title4 {
  font-size: 1.67rem;
  font-weight: normal;
  margin-bottom: 1.5rem;
}
@media (min-width: 769px) {
  .patent-block .block-title, .orginazation .block-title, .why .block-title,
  .patent-block .block-title-w,
  .orginazation .block-title-w,
  .why .block-title-w {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) {
  .patent-block .block-title, .orginazation .block-title, .why .block-title,
  .patent-block .block-title-w,
  .orginazation .block-title-w,
  .why .block-title-w {
    font-size: 2.5rem;
    margin-bottom: 3rem;
  }
  .patent-block .block-title2, .orginazation .block-title2, .why .block-title2 {
    font-size: 2rem;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1680px) {
  .patent-block .block-title, .orginazation .block-title, .why .block-title,
  .patent-block .block-title-w,
  .orginazation .block-title-w,
  .why .block-title-w {
    font-size: 3.2rem;
  }
}

.btn {
  padding: 0.6rem 1.7rem;
  font-size: 1rem;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: bold;
  transition: all 0.3s linear;
}

.btn-sm {
  padding: 0.6rem 1rem;
  font-size: 1rem;
  transition: all 0.3s linear;
}

.btn-refresh {
  padding: 0.5rem !important;
  height: 40px !important;
  transition: all 0.3s linear;
}
.btn-refresh i {
  color: #999;
  transition: all 0.3s linear;
}
.btn-refresh:hover, .btn-refresh:active, .btn-refresh:focus {
  transform: rotate(180deg);
}
.btn-refresh:hover i, .btn-refresh:active i, .btn-refresh:focus i {
  color: #003399;
}

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

.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: #003399;
  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: #003399;
}

.btn-dark {
  border: 0;
  color: white;
  background: linear-gradient(to right, #333 0%, black 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 3;
  width: 210px;
  overflow: hidden;
}
.btn-dark:before {
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #003399;
  transition: all 0.3s linear;
  z-index: -1;
}
.btn-dark:after {
  display: none;
}
.btn-dark img {
  position: relative;
  display: inline-flex;
  width: 20px;
  height: 20px;
  filter: invert(1) brightness(100);
  z-index: 2;
  transition: all 0.3s linear;
}
.btn-dark i {
  position: relative;
  display: inline-flex;
  font-size: 1rem;
  color: white;
  z-index: 2;
  transition: all 0.3s linear;
}
.btn-dark:hover:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #003399;
}
.btn-dark:hover img,
.btn-dark:hover i {
  transform: translateX(10px);
}

.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: #003399;
  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: #003399;
}
.btn-light:hover img {
  filter: invert(1) brightness(100);
  transform: translateX(10px);
}
.btn-light:hover i {
  transform: translateX(10px);
  color: white;
}

.btn-primary {
  background-color: #003399;
  color: white;
  border: 0;
}

.video-container {
  display: none;
  width: 100%;
  max-width: 800px;
  aspect-ratio: 16/9;
  position: relative;
}
.video-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/*Contact*/
.contact-cmp-info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
}
.contact-cmp-info dt {
  display: inline-flex;
  background-color: #003399;
  color: white;
  padding: 0.15rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
}
.contact-cmp-info dd {
  display: inline-flex;
}
.contact-cmp-info dd a {
  color: black;
}
@media (min-width: 1400px) {
  .contact-cmp-info dt {
    margin: 0 1rem 0 0;
  }
  .contact-cmp-info dd {
    margin: 0 2rem 0 0;
  }
}

/*About*/
.event-list {
  border-bottom: 1px solid #cccccc;
  padding: 1rem 0;
  margin: 0;
  flex-direction: row;
  transition: all 0.3s linear;
}
.event-list .year {
  font-size: 2rem;
  color: #999;
  font-weight: bold;
  transition: all 0.3s linear;
}
.event-list .event-txt {
  font-size: 1rem;
  margin-bottom: 0;
  align-content: center;
  color: #333;
  transition: all 0.3s linear;
}
.event-list:hover {
  background-color: #003399;
}
.event-list:hover .year,
.event-list:hover .event-txt {
  color: white;
}

.why {
  background-image: url("../images/bg-why.jpg");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  color: white;
  text-align: center;
}
.why .block-title3 {
  text-shadow: 1px 0 white, -1px 0 white, 0 1px white, 0 -1px white, 1px 1px white, -1px -1px white, 1px -1px white, -1px 1px white;
}
.why .slogan {
  text-align: left;
}
.why .slogan div {
  font-size: 2rem;
  font-weight: bold;
  font-style: italic;
  margin: 0 1rem;
  display: inline-block;
  letter-spacing: 0.15rem;
}
.why .slogan div::first-letter {
  color: #003399;
}
@media (min-width: 992px) {
  .why .slogan {
    text-align: center;
  }
}
@media (min-width: 769px) {
  .why {
    padding: 2.3rem;
  }
}
@media (min-width: 1200px) {
  .why {
    padding: 3rem;
    background-size: 100% auto;
  }
}

.orginazation {
  background-color: white;
}
.orginazation .box {
  background-color: #f6f6f6;
  padding: 1.5rem 2rem;
}
.orginazation .org-title {
  font-size: 1.3rem;
  font-weight: bold;
  padding: 0.4rem 1.5rem 0.4rem 0;
  color: white;
  position: relative;
  z-index: 1;
  margin: 1.5rem 0;
}
.orginazation .org-title:after {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% + 4rem);
  height: 100%;
  content: "";
  background-color: black;
  z-index: -1;
}
@media (min-width: 992px) {
  .orginazation .org-title {
    font-size: 1.67rem;
  }
}
.orginazation ul {
  margin: 0;
  padding: 0 2.5rem;
}
.orginazation img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.orginazation .slogan-lg {
  color: #003399;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  font-size: 2.4rem;
  margin: 2.5rem 0;
  line-height: 1;
}
@media (min-width: 992px) {
  .orginazation .slogan-lg {
    font-size: 3.33rem;
  }
}

/*Test Report*/
.report-cat {
  color: white;
  margin-bottom: 2.5rem;
  padding: 0;
}
.report-cat #categoryBtn {
  white-space: normal;
  text-align: left;
  word-wrap: break-word;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.report-cat #categoryBtn:after {
  content: "\f282";
  font-family: "Bootstrap-icons";
  font-size: 0.8rem;
  margin-left: 8px;
  display: inline-flex;
  align-items: center;
  border: 0;
  font-weight: normal;
  color: white;
  filter: none !important;
  transform: none !important;
}
.report-cat .dropdown-menu {
  width: calc(100% - var(--bs-gutter-x));
  inset: 0 auto auto calc(var(--bs-gutter-x));
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.3);
  border: none;
  padding: 0;
  border: 0;
  border-radius: 0;
}
.report-cat .dropdown-menu .dropdown-item {
  white-space: normal;
  text-align: left;
  word-wrap: break-word;
}
@media (min-width: 992px) {
  .report-cat {
    color: black;
    margin-bottom: 0;
    border-right: 3px solid #003399;
  }
  .report-cat .nav {
    display: block !important;
    width: 100%;
    padding-right: 50px;
  }
  .report-cat .nav-link {
    display: block;
    padding: 0 0 0 2rem;
    margin-bottom: 1rem;
    color: black;
    text-decoration: none;
    border-radius: 0;
    font-size: 1.15rem;
    font-weight: bold;
    position: relative;
  }
  .report-cat .nav-link:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f4a9";
    font-family: "Bootstrap-icons";
    font-weight: normal;
  }
  .report-cat .nav-link.active {
    color: #003399;
    transition: all 0.3s linear;
  }
  .report-cat .nav-link.active:before {
    color: #003399;
  }
  .report-cat h2 {
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
  }
}
@media (min-width: 1400px) {
  .report-cat .nav-link {
    font-size: 1.3rem;
  }
}

.sublist {
  border-top: 1px solid #f6f6f6;
  color: black;
  position: relative;
  width: 100%;
  padding: 1rem 0;
  display: block;
  transition: all 0.3s linear;
}
.sublist h3 {
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 0;
  margin-right: 60px;
  padding-left: 1.5rem;
}
@media (min-width: 769px) {
  .sublist h3 {
    margin-right: 140px;
  }
}
@media (min-width: 992px) {
  .sublist {
    padding: 1.5rem 0;
  }
  .sublist h3 {
    font-size: 1.1rem;
    padding-left: 50px;
    margin-right: 150px;
  }
}
.sublist .download {
  position: absolute;
  right: 1.5rem;
  top: 0.7rem;
  color: #003399;
  text-transform: uppercase;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.sublist .download i {
  font-size: 1.2rem;
}
@media (min-width: 992px) {
  .sublist .download {
    top: 1.2rem;
    font-size: 1rem;
  }
  .sublist .download i {
    font-size: 1.3rem;
  }
}
.sublist:hover {
  background-color: #003399;
  color: white;
}
.sublist:hover .download {
  color: white;
}

/*patent*/
.patent-block .patent-slider .slide-list {
  margin: 0 -20px;
}
.patent-block .patent-slider .slider-wrap {
  margin: 0 20px;
}
.patent-block .patent-slider .slider-wrap img {
  border: 1px solid #cccccc;
}
.patent-block .patent-slider .slider-wrap p {
  text-align: center;
  margin: 0.8rem 0;
}
@media (min-width: 992px) {
  .patent-block .patent-slider .slick-prev {
    left: -45px;
  }
  .patent-block .patent-slider .slick-next {
    right: -45px;
  }
}

.mt-lg {
  margin-top: 5rem;
}/*# sourceMappingURL=about.css.map */