@charset "UTF-8";
/*  2026 新增改版 首頁 news support  */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.poppins {
  font-family: "Poppins", sans-serif;
}

.inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
}

html {
  height: initial;
}

body {
  height: initial;
}

#wrapper, #content {
  height: initial;
}

.imgObjFit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.zoom {
  width: 100%;
  animation: picfadein 2s;
  transition: all 0.5s linear;
  transform: scale3d(1.01, 1.01, 1);
}

.zoom:hover,
a:hover .zoom {
  transform: scale3d(1.2, 1.2, 1);
}

.hovimg-zoom {
  display: block;
  overflow: hidden;
}

.hovimg-zoom img {
  width: 100%;
  transition: all 0.6s;
  transform: scale(1);
}

.hovimg-zoom:hover img {
  transform: scale(1.16);
}

@keyframes picfadein {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
  to {
    opacity: 1;
    transform: scale(1.01);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.framewrapper,
.framewrapper2 {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.framewrapper2 {
  padding-bottom: 29%;
}

.framewrapper iframe,
.framewrapper2 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* index */
.swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.index_banner .swiper {
  width: 100%;
  aspect-ratio: 1920/800;
}
.index_banner .index-pagination {
  margin: 40px auto 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index_banner .swiper-pagination {
  display: flex;
  align-items: center;
  gap: 0;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 200;
}
.index_banner .swiper-pagination .pag-current {
  color: #F29100;
  font-size: 28px;
}
.index_banner .swiper-pagination .pag-total {
  color: #111;
  font-size: 28px;
}
.index_banner .swiper-pagination {
  /* 中間線段容器（Swiper bullets） */
}
.index_banner .swiper-pagination .pag-line {
  margin: 0 16px;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.index_banner .swiper-pagination .pag-line .swiper-pagination-bullet {
  flex: 1;
  width: 40px;
  height: 2px;
  background: #8d8d8d;
  border-radius: 0;
  opacity: 1;
  margin: 0;
  transition: height 0.2s ease, background 0.2s ease;
}
.index_banner .swiper-pagination .pag-line .swiper-pagination-bullet-active {
  background: #F29100;
  height: 4px;
}

.index_about {
  width: 80%;
  max-width: 1536px;
  margin: 50px auto;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 38px;
}

.index_about_info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 536px;
  width: 34.8%;
  position: relative;
  z-index: 1;
}

.index_about_info::after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  content: "";
  background-color: #efefef;
  width: 1200px;
  height: 80%;
  max-height: 500px;
  z-index: 0;
}

.index_about_info h2 {
  height: 20%;
  max-height: 120px;
  color: #F29100;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 40px;
  position: relative;
  z-index: 1;
  padding: 0 60px;
}

.index_about_info_list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  padding: 60px;
  height: 80%;
  max-height: 500px;
  box-sizing: border-box;
}

.index_about_info_list li {
  display: flex;
  flex-direction: column;
}

.index_about_info_list h3 {
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: #000;
}

.index_about_info_list p {
  margin-top: 16px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #bdbdbd;
}

.index_about_img {
  flex: 1;
  width: 61.8%;
  max-width: 950px;
  aspect-ratio: 950/634;
  overflow: hidden;
}
.index_about_img img {
  transition: all 0.65s ease;
  animation: zoomIn 1.5s;
}

.index_menu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.index_menu_list {
  max-width: 480px;
  aspect-ratio: 480/855;
  background-color: #000;
  position: relative;
}

.index_menu_list a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.index_menu_txt {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.index_menu_txt span {
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.index_menu_txt span::first-letter {
  color: #F29100;
}

.index_menu_txt img.arr {
  transition: transform 0.3s ease;
}

.index_menu_list a:hover span {
  color: #F29100;
}

.index_menu_list a:hover img.arr {
  animation: arrow-move 0.8s ease-in-out infinite;
}

@keyframes arrow-move {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes arrow-moveR {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(0);
  }
}
.index_menu_list a .wheel {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 872/854;
}

.index_menu_list a .wheelimg {
  max-width: 872px;
  aspect-ratio: 872/854;
  transform-origin: center center;
  transition: transform 0.4s ease;
}

.index_menu_list a:hover .wheelimg {
  transform: scale(1.25);
}

/* support */
#wrapper.support_page,
.support_page .main {
  background-color: #000;
}

.support_banner {
  width: 100%;
  aspect-ratio: 1920/1080;
}
.support_banner .swiper-slide {
  position: relative;
}
.support_banner .swiper-slide .support_banner_block {
  position: absolute;
  left: 14%;
  top: 40%;
  width: 550px;
  z-index: 10;
}
.support_banner .swiper-slide .support_banner_block .support_banner_title {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
}
.support_banner .swiper-slide .support_banner_block .support_banner_txt {
  font-family: "Inter", sans-serif;
  margin-top: 40px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  color: #fff;
}
.support_banner .swiper-slide .support_banner_img {
  position: relative;
}
.support_banner .swiper-slide .support_banner_img::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgb(0, 0, 0) 10%, rgba(0, 0, 0, 0.8) 13%, rgba(0, 0, 0, 0) 25%);
}
.support_banner .swiper-pagination {
  position: relative;
  max-width: 1372px;
  margin: 50px auto 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.support_banner .swiper-pagination .swiper-pagination-bullet {
  flex: 1;
  height: 6px; /* 一般狀態細線 */
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0;
  opacity: 1; /* Swiper 預設 opacity 0 */
  margin: 0; /* 清掉 Swiper 預設 margin */
  transition: height 0.2s ease, background 0.2s ease;
}
.support_banner .swiper-pagination .swiper-pagination-bullet-active {
  height: 8px; /* 加粗 */
  background: #fff;
}

.support_menu {
  max-width: 1372px;
  margin: 50px auto 50px;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
}

.support_menu_A {
  display: flex;
  gap: 24px;
}

.support_menu_A1,
.support_menu_A2 {
  flex: 1;
  aspect-ratio: 674/450;
}

.frame a {
  transition: all 0.65s ease;
  animation: fadein 2s;
}

.frame a:hover {
  transform: scale(1.2);
}

.support_menu_B {
  margin-top: 24px;
  max-width: 1372px;
  aspect-ratio: 1372/600;
}

/* news */
#wrapper.news_page #content,
#wrapper.news-detail_page #content {
  background: #fff url("../img/2026/news-bg.png") center top no-repeat;
}

#wrapper.news_page #content .main,
#wrapper.news-detail_page #content .main {
  background-color: transparent;
  max-width: 1372px;
  width: 71.46%;
  margin: 0 auto;
  padding: 120px 10px;
}

.news_title h2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  width: 43.73%;
  aspect-ratio: 600/96;
  padding-left: 30px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 32px;
  color: #000;
  background-color: #efefef;
}
.news_title h2::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
}
.news_title .news_tagslist {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 33px 30px 0;
  font-size: 32px;
  color: #000;
}
.news_title .news_tagslist .news_tags {
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 8px;
  border-bottom: 2px solid transparent;
}
.news_title .news_tagslist .news_tags.active, .news_title .news_tagslist .news_tags:hover {
  cursor: pointer;
  color: #F29100;
  border-bottom-color: #F29100;
}

.news_list {
  margin-top: 68px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 52px;
  align-items: start;
}
.news_list .news_list_items {
  width: 100%;
  max-width: 660px;
  aspect-ratio: 660/574;
}
.news_list .news_list_items .news_list_dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.news_list .news_list_items .news_list_dt .news_list_date {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #F29100;
}
.news_list .news_list_items .news_list_dt .news_list_tag {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background-color: #F29100;
  padding: 4px 8px;
}
.news_list .news_list_items .news_list_title {
  margin-top: 20px;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  color: #000;
  line-height: 1.5;
}
.news_list .news_list_items .news_list_subtxt {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #8d8d8d;
  line-height: 1.5;
}
.news_list .news_list_items .news_list_subtxt .news_list_subtxt_arr {
  display: flex;
  justify-content: center;
  align-items: center;
}
.news_list .news_list_items .news_list_subtxt .news_list_subtxt_arr img {
  transition: transform 0.3s ease;
}
.news_list .news_list_items a:hover .news_list_subtxt_arr img {
  animation: arrow-move 0.8s ease-in-out infinite;
}

.news_detail {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 50px;
}
.news_detail .news_detail_content {
  flex: 1;
  max-width: 562px;
}
.news_detail .news_slider {
  width: 55.4%;
  max-width: 760px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.news_detail .news_slider .news_slider_block {
  width: 100%;
}
.news_detail .news_slider .news_banner {
  width: 100%;
}
.news_detail .news_slider .news_banner .news_main {
  width: 100%;
  aspect-ratio: 760/500;
  max-width: 100%;
  position: relative;
}
.news_detail .news_slider .news_banner {
  /* 主圖影片封面，填滿 slide */
}
.news_detail .news_slider .news_banner .video-cover {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  position: relative;
  display: block;
}
.news_detail .news_slider .news_banner .video-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.news_detail .news_slider .news_banner {
  /* 播放按鈕 */
}
.news_detail .news_slider .news_banner .video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 72px;
  height: 72px;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.45);
}
.news_detail .news_slider .news_banner .video-play::before {
  content: "";
  position: absolute;
  left: 52%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 18px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.news_detail .news_slider .news_banner {
  /* iframe 滿版 */
}
.news_detail .news_slider .news_banner .video-iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.news_detail .news_slider .news_banner .video-player,
.news_detail .news_slider .news_banner .video-player iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.news_detail .news_slider .news_banner {
  /* ====== 縮圖區 ====== */
}
.news_detail .news_slider .news_banner .news_thumbs_wrap {
  position: relative;
  width: 760px;
  max-width: 100%;
  margin-top: 16px;
}
.news_detail .news_slider .news_banner .news_thumbs {
  width: 100%;
}
.news_detail .news_slider .news_banner .news_thumbs .swiper-slide {
  aspect-ratio: 1/1;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.55;
  transition: opacity 0.2s ease;
}
.news_detail .news_slider .news_banner .news_thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.news_detail .news_slider .news_banner .news_thumbs {
  /* 縮圖圖片 */
}
.news_detail .news_slider .news_banner .news_thumbs img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.news_detail .news_slider .news_banner {
  /* ====== 左右箭頭 ====== */
}
.news_detail .news_slider .news_banner .thumbs-prev,
.news_detail .news_slider .news_banner .thumbs-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border: none;
  background: rgba(0, 0, 0, 0.35);
  cursor: pointer;
  border-radius: 999px;
  padding: 0;
  z-index: 1;
  /* 先隱藏，JS 判斷超過 4 個才顯示 */
}
.news_detail .news_slider .news_banner .thumbs-prev.is-hidden,
.news_detail .news_slider .news_banner .thumbs-next.is-hidden {
  display: none;
}
.news_detail .news_slider .news_banner .thumbs-prev::before,
.news_detail .news_slider .news_banner .thumbs-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 57%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(225deg);
}
.news_detail .news_slider .news_banner .thumbs-prev {
  left: 18px;
}
.news_detail .news_slider .news_banner .thumbs-next {
  right: 18px;
}
.news_detail .news_slider .news_banner .thumbs-next::before {
  left: 43%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.news_detail .news_slider .news_link {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}
.news_detail .news_slider .news_link .news_link_btn {
  width: auto;
  display: flex;
  align-items: center;
  gap: 16px;
}
.news_detail .news_slider .news_link .news_link_btn.btn_prev {
  justify-content: flex-start;
}
.news_detail .news_slider .news_link .news_link_btn.btn_prev:hover .news_back_img img {
  animation: arrow-moveR 0.8s ease-in-out infinite;
}
.news_detail .news_slider .news_link .news_link_btn.btn_next {
  justify-content: flex-end;
}
.news_detail .news_slider .news_link .news_link_btn:hover span {
  font-weight: 500;
}
.news_detail .news_slider .news_link .news_link_btn:hover .news_back_img img {
  animation: arrow-move 0.8s ease-in-out infinite;
}
.news_detail .news_slider .news_link .news_link_btn span {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  color: #000;
}
.news_detail .news_slider .news_link .news_link_btn .news_back_img {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news_detail .news_slider .news_link .news_link_btn .news_back_img img {
  transition: transform 0.3s ease;
}

.news_detail_content .news_back .news_back_btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}
.news_detail_content .news_back .news_back_btn span {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 12px;
  color: #000;
}
.news_detail_content .news_back .news_back_btn .news_back_img {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news_detail_content .news_back .news_back_btn .news_back_img img {
  transition: transform 0.3s ease;
}
.news_detail_content .news_back .news_back_btn:hover span {
  font-weight: 500;
}
.news_detail_content .news_back .news_back_btn:hover .news_back_img img {
  animation: arrow-moveR 0.8s ease-in-out infinite;
}
.news_detail_content .news_detail_frame {
  margin-top: 110px;
}
.news_detail_content .news_detail_frame .news_detail_items {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.news_detail_content .news_detail_frame .news_detail_items .news_detail_dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.news_detail_content .news_detail_frame .news_detail_items .news_detail_dt .news_detail_date {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #F29100;
}
.news_detail_content .news_detail_frame .news_detail_items .news_detail_dt .news_detail_tag {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background-color: #F29100;
  padding: 4px 8px;
}
.news_detail_content .news_detail_frame .news_detail_items .news_detail_title {
  width: 100%;
  margin-top: 60px;
  font-family: "Inter", sans-serif;
  font-size: 28px;
  color: #000;
  line-height: 1.5;
}
.news_detail_content .news_detail_frame .news_detail_items .news_detail_subtxt {
  width: 100%;
  margin-top: 60px;
  padding-bottom: 60px;
  border-bottom: #000 1px solid;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #8d8d8d;
  line-height: 1.5;
}
.news_detail_content .news_detail_frame .news_detail_items .news_detail_maintxt {
  margin-top: 110px;
  line-height: 1.5;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #000;
  width: 100%;
}
.news_detail_content .news_detail_frame .news_detail_items .news_detail_maintxt p {
  margin-bottom: 30px;
}
.news_detail_content .news_detail_frame .news_detail_items .news_detail_maintxt img {
  max-width: 100%;
}

@media (min-width: 1190px) and (max-width: 1400px) {
  #wrapper.news_page #content .main,
  #wrapper.news-detail_page #content .main {
    width: 88%;
  }
  .news_detail_content .news_detail_frame .news_detail_items .news_detail_title {
    margin-top: 40px;
  }
  .news_detail_content .news_detail_frame .news_detail_items .news_detail_subtxt {
    margin-top: 40px;
    padding-bottom: 40px;
  }
  .news_detail_content .news_detail_frame .news_detail_items .news_detail_maintxt {
    margin-top: 80px;
  }
  .news_detail_content .news_detail_frame {
    margin-top: 80px;
  }
  .index_about {
    width: 90%;
  }
  .index_about_info_list h3 {
    font-size: 26px;
  }
  .index_about_info_list p {
    margin-top: 15px;
    font-size: 15px;
  }
}
@media (max-width: 1189px) {
  #wrapper.news_page #content .main,
  #wrapper.news-detail_page #content .main {
    width: 90%;
  }
  .news_detail_content .news_detail_frame .news_detail_items .news_detail_title {
    margin-top: 30px;
  }
  .news_detail_content .news_detail_frame .news_detail_items .news_detail_subtxt {
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .news_detail_content .news_detail_frame .news_detail_items .news_detail_maintxt {
    margin-top: 70px;
  }
  .news_detail_content .news_detail_frame {
    margin-top: 70px;
  }
  .index_about {
    width: 94%;
  }
  .index_about_info_list h3 {
    font-size: 20px;
  }
  .index_about_info_list p {
    margin-top: 14px;
    font-size: 14px;
  }
}/*# sourceMappingURL=newStyle.css.map */