@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;
  }
}

.cert .cert-con {
  padding: 3.5rem 0;
}
.cert .cert-con .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;
}
.cert .cert-con .block-title:after {
  position: absolute;
  left: -45px;
  top: 50%;
  width: 90px;
  height: 100%;
  transform: translate(0, -50%);
  content: "";
  background-color: #ff0000;
  z-index: -1;
}
.cert .cert-con .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;
}
.cert .cert-con .block-title2:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 30px;
  height: 1px;
  content: "";
  background-color: #ff0000;
  transform: translateX(-50%);
}
.cert .cert-con .caption-sm {
  font-size: 1.1rem;
}
@media (min-width: 769px) {
  .cert .cert-con .block-title {
    font-size: 3rem;
  }
  .cert .cert-con .block-title2 {
    font-size: 1.45rem;
  }
}
@media (min-width: 1200px) {
  .cert .cert-con .block-title {
    font-size: 3.7rem;
    margin-bottom: 3rem;
  }
  .cert .cert-con .block-title2 {
    font-size: 1.7rem;
    margin-bottom: 3rem;
  }
  .cert .cert-con .caption-sm {
    font-size: 1.2rem;
  }
}
@media (min-width: 1680px) {
  .cert .cert-con .block-title {
    font-size: 4.4rem;
  }
  .cert .cert-con .block-title2 {
    font-size: 2rem;
  }
}

.iqr-list .iqr-img, .iqr-list, .mymap, .why-list, .about-list .img-wrap img {
  border-radius: 5px;
}
@media (min-width: 769px) {
  .iqr-list .iqr-img, .iqr-list, .mymap, .why-list, .about-list .img-wrap img {
    border-radius: 8px;
  }
}
@media (min-width: 1200px) {
  .iqr-list .iqr-img, .iqr-list, .mymap, .why-list, .about-list .img-wrap img {
    border-radius: 12px;
  }
}
@media (min-width: 1680px) {
  .iqr-list .iqr-img, .iqr-list, .mymap, .why-list, .about-list .img-wrap img {
    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;
}

.slogan {
  color: #ff0000;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.15rem;
  margin-bottom: 1.5rem;
}

.slogan2 {
  color: white;
  font-size: 1.3rem;
  font-weight: normal;
  letter-spacing: 0.15rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
  .slogan,
  .slogan2 {
    font-size: 1.67rem;
  }
}
.caption {
  font-size: 1.9rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  color: #ff0000;
}
@media (min-width: 769px) {
  .caption {
    font-size: 2.26rem;
  }
}
@media (min-width: 1200px) {
  .caption {
    font-size: 2.67rem;
    color: white;
  }
}

.about-list {
  position: relative;
  z-index: 2;
  flex-direction: column-reverse;
}
.about-list .block-about {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}
.about-list .block-about p {
  line-height: 1.8;
}
.about-list .block-about p:last-child {
  margin-bottom: 0;
}
.about-list .img-wrap {
  position: relative;
  z-index: 0;
  padding: 0;
}
.about-list .img-wrap:after {
  position: absolute;
  left: -15px;
  bottom: -15px;
  width: 60px;
  height: 60px;
  content: "";
  background-color: #ff0000;
  z-index: 0;
}
@media (min-width: 992px) {
  .about-list .img-wrap:after {
    width: 30%;
    height: calc(100% - 45px);
    left: -20%;
    bottom: 0;
  }
}
@media (min-width: 992px) {
  .about-list {
    flex-direction: row;
  }
  .about-list:nth-child(even) {
    flex-direction: row-reverse;
  }
}

/*Why*/
.why-list {
  position: relative;
  overflow: hidden;
}
.why-list .intro {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1rem 1.5rem;
  font-size: 1.2rem;
  font-weight: 500;
}

.cert {
  margin-top: 5rem;
}
.cert .cert-tab {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.cert .cert-tab .cert-slider-nav .slider-wrap {
  padding: 0.8rem 1rem;
  text-transform: uppercase;
  text-align: center;
  color: #999;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  font-size: 0.95rem;
  transition: all 0.3s linear;
}
@media (min-width: 769px) {
  .cert .cert-tab .cert-slider-nav .slider-wrap {
    padding: 0.8rem 1.5rem;
  }
}
@media (min-width: 992px) {
  .cert .cert-tab .cert-slider-nav .slider-wrap {
    padding: 0.8rem 2rem;
    font-size: 1.1rem;
  }
}
.cert .cert-tab .cert-slider-nav .slider-wrap:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 1px;
  content: "";
  background-color: #ff0000;
  transform: translateX(-50%);
  transition: all 0.3s linear;
}
.cert .cert-tab .cert-slider-nav .slider-wrap:hover {
  color: #ff0000;
}
.cert .cert-tab .cert-slider-nav .slider-wrap:hover:after {
  width: 40px;
}
.cert .cert-tab .cert-slider-nav .slider-wrap.slick-current {
  color: #ff0000;
}
.cert .cert-tab .cert-slider-nav .slider-wrap.slick-current:after {
  width: 40px;
}
.cert .cert-con .cert-slider {
  padding: 0;
}
@media (min-width: 992px) {
  .cert .cert-con .cert-slider {
    padding: 0 50px;
  }
}
.cert .cert-con .cert-slider .slider-wrap img {
  width: 100%;
  height: auto;
  min-height: 150px;
}
.cert .cert-con .cert-slider .slider-wrap p {
  text-align: center;
  margin-top: 1.5rem;
  font-size: 0.85rem;
  letter-spacing: 0.1rem;
}
@media (min-width: 992px) {
  .cert .cert-con .cert-slider .slider-wrap p {
    font-size: 1rem;
  }
}

/*History*/
.event-list {
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 48px rgba(255, 0, 0, 0);
  padding: 2rem 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s linear;
}
.event-list:before {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: calc(100% - 2rem);
  height: 1px;
  content: "";
  background-color: #333;
  transform: translateX(-50%);
  z-index: -1;
  transition: all 0.3s linear;
}
.event-list:after {
  position: absolute;
  z-index: -1;
}
.event-list .year {
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 1rem;
  transition: all 0.3s linear;
}
.event-list .event {
  color: #999;
  font-size: 1rem;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .event-list:hover {
    background: url("../images/bg-event.png") no-repeat center;
    background-size: cover;
    background-color: black;
    box-shadow: 0 0 48px rgba(255, 0, 0, 0.5);
  }
  .event-list:hover:before, .event-list:hover:after {
    background-color: black;
  }
  .event-list:hover .year {
    color: #ff0000;
  }
  .event-list:hover .event {
    color: white;
  }
}
.event-list:first-child {
  width: calc(100% - 2rem);
  padding: 2.5rem 0;
  min-height: auto;
  margin-bottom: 0;
  padding-left: 3rem;
  justify-content: flex-start;
}
.event-list:first-child:before {
  width: 30%;
  height: 100%;
  background: url(../images/history-first.jpg) no-repeat center;
  background-size: cover;
  border-radius: 15px;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  display: none;
}
.event-list:first-child:after {
  width: 100%;
  height: 100%;
  content: "";
  background: url(../images/history-second.jpg) no-repeat center;
  background-size: cover;
  border-radius: 15px;
  right: -1rem;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  display: block;
}
.event-list:first-child .year {
  font-size: 2rem;
  color: white !important;
  margin-bottom: 1.5rem;
}
.event-list:first-child .event {
  font-size: 1rem;
  color: white !important;
  padding-right: 47%;
  letter-spacing: 0.15rem;
}
.event-list:first-child:hover {
  box-shadow: none;
  background-color: transparent;
}
@media (min-width: 769px) {
  .event-list:first-child {
    min-height: 320px;
    padding-left: 43%;
    margin-bottom: 3.5rem;
  }
  .event-list:first-child:before {
    display: block;
  }
  .event-list:first-child:after {
    width: calc(100% - 2rem - 33.33333333%);
    background-size: cover;
  }
  .event-list:first-child .year {
    font-size: 2.7rem;
  }
  .event-list:first-child .event {
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) {
  .event-list:first-child {
    min-height: 450px;
  }
  .event-list:first-child .year {
    font-size: 4rem;
  }
  .event-list:first-child .event {
    font-size: 1.5rem;
  }
}
@media (min-width: 769px) {
  .event-list:after {
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: calc(100% - 2rem);
    content: "";
    background-color: #333;
    transform: translateY(-50%);
    transition: all 0.3s linear;
  }
  .event-list:not(:first-child):nth-child(2n+3):after {
    display: none;
  }
}
@media (min-width: 992px) {
  .event-list .year {
    font-size: 3.3rem;
    margin-bottom: 2rem;
  }
  .event-list:not(:first-child):nth-child(2n+3):after {
    display: block;
  }
}
@media (min-width: 1200px) {
  .event-list:not(:first-child):nth-child(3n+4):after {
    display: none;
  }
}

/*Contact*/
.mymap {
  filter: grayscale(100) invert(1);
  transition: all 0.3s linear;
}
.mymap:hover {
  filter: none;
}

.iqr-list {
  background-color: #1b1b1b;
  padding: 2.5rem 1.5rem;
  margin-bottom: 0.8rem;
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  .iqr-list {
    padding: 2.5rem;
  }
}
.iqr-list .iqr-con {
  width: 100%;
}
@media (min-width: 1200px) {
  .iqr-list .iqr-con {
    max-width: 1000px;
  }
}
.iqr-list .iqr-img {
  background-color: #f6f6f6;
}
.iqr-list .iqr-name {
  font-size: 1.1rem;
  display: block;
  font-weight: bold;
}
.iqr-list .iqr-name a {
  color: white;
}
.iqr-list .iqr-name2 {
  text-transform: uppercase;
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}
.iqr-list .iqr-name2 a {
  color: #ff0000;
}
@media (min-width: 992px) {
  .iqr-list .iqr-name {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
  .iqr-list .iqr-name2 {
    font-size: 1rem;
  }
}
.iqr-list .input-group .btn {
  width: 36px;
  height: 36px;
  padding: 0.5rem 0.8rem !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
@media (min-width: 992px) {
  .iqr-list .input-group .btn {
    width: 45px;
    height: 45px;
    padding: 1rem 0.8rem !important;
  }
}
.iqr-list .input-group .btn-more2 {
  background-color: black;
  color: white !important;
}
.iqr-list .input-group .btn-more2 i {
  font-size: 1.2rem;
}
.iqr-list .input-group .form-control {
  padding: 0.4rem 1.5rem;
  border-radius: 0 !important;
  border: 0;
  background-color: #333;
  color: white;
}
.iqr-list .input-group .form-control::placeholder {
  color: #cccccc;
}
.iqr-list .input-group input::-webkit-outer-spin-button,
.iqr-list .input-group input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.iqr-list .input-group #minus-btn {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.iqr-list .input-group #plus-btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}/*# sourceMappingURL=about.css.map */