@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/cwtexkai.css);
@import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css);
@import url(https://fonts.googleapis.com/earlyaccess/cwtexfangsong.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(https://fonts.googleapis.com/earlyaccess/cwtexming.css);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif+TC:200,300,400,500,600,700,900&subset=chinese-traditional);
.all_block {
  position: relative;
  overflow: hidden;
}

.navbar_color {
  background-color: #ffffff !important;
}

.formSearch {
  position: relative;
}

.formSearch_submit {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 0px solid rgba(255, 255, 255, 0);
}

.mene_options a {
  font-family: "Noto Sans TC";
  font-weight: 400;
}

.mene_options[alt=mobile_logo] {
  margin-bottom: 20px;
}
.mene_options[alt=mobile_logo] a {
  font-size: 16pt;
  text-align: center;
  text-decoration: none;
  font-family: "Noto Sans TC";
  color: #000;
  font-weight: 400;
}

.formSearch_Ui {
  padding-inline-start: 15px;
  margin-block-start: 0em;
  margin-block-end: 0;
}
.formSearch_Ui a {
  color: #000;
}

.menu_top_logo_block {
  background-color: #ffffff;
}
.menu_top_logo_block .menu_top_logo {
  width: 5.625vw;
}

@media screen and (min-width: 200px) and (max-width: 698.98px) {
  .menu_top_logo_block .menu_top_logo {
    width: 22.5vw;
  }
}
@media screen and (min-width: 698.99px) and (max-width: 768.98px) {
  .menu_top_logo_block .menu_top_logo {
    width: 22.5vw;
  }
}
.menu_top_logo[alt=mobile_logo] {
  background-color: #ffffff;
  width: 22.5vw;
}

.Carousel_block {
  position: relative;
  height: 70vh;
  overflow: hidden;
  width: 100%;
}

.swiper {
  overflow: hidden;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.swiper-slide {
  /*设为固定值*/
  overflow: hidden;
  width: 100%;
  height: 75vh;
  /*根据内容调整宽度*/
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.swiper_text {
  position: absolute;
  left: 2%;
  bottom: 10%;
  width: 40%;
  color: #ffffff;
  display: flex;
  flex-direction: column;
}
.swiper_text time {
  filter: drop-shadow(0px 0px 3px #000000);
  font-size: 0.8em;
}
.swiper_text a {
  filter: drop-shadow(0px 0px 3px #000000);
  color: #ffffff !important;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: normal;
  font-size: 24px;
}

@media screen and (min-width: 200px) and (max-width: 698.98px) {
  .swiper_text {
    width: 100%;
  }
}
.marquee_block {
  position: relative;
  overflow: hidden;
}
.marquee_block marquee {
  padding-top: 24px;
  padding-bottom: 24px;
  background: #000;
}
.marquee_block marquee a {
  letter-spacing: 3.2px;
  margin-left: -1px;
  width: auto;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 5px;
  white-space: nowrap;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.entry-content img {
  width: 100% !important;
}

.read_article_tite {
  font-size: 20px;
  font-family: "Noto Sans TC";
  font-weight: 400;
}

.card_img_set img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.news_img_title {
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: normal;
  font-size: 19px;
}

.i-f-set[alt=mobile-icon],
.fa-solid[alt=mobile-icon] {
  font-size: 30px !important;
}

.copyright {
  margin-bottom: 70px;
  color: #ffffff;
}
.copyright .footer_homelink {
  text-decoration: none;
  color: #ffffff;
}/*# sourceMappingURL=style.css.map */