@charset "UTF-8";
/******************************************************************
    個別主題樣式調整
	Vars 變數
*******************************************************************/
/* 編寫順序
 *
 * - 色彩
 * - 文字
 * - Header、Footer 設定
 * - Breakpoints
 */
/*----------------------------------------------------------
	Theme Color 主/輔 顏色
-----------------------------------------------------------*/
/*----------------------------------------------------------
	文字顏色
-----------------------------------------------------------*/
/*----------------------------------------------------------
	錯誤顏色
-----------------------------------------------------------*/
/*----------------------------------------------------------
	提示顏色
-----------------------------------------------------------*/
/*----------------------------------------------------------
	醒目顏色
-----------------------------------------------------------*/
/*----------------------------------------------------------
	Money 貨幣顏色
-----------------------------------------------------------*/
/*----------------------------------------------------------
	社群顏色
-----------------------------------------------------------*/
/*----------------------------------------------------------
	背景色
-----------------------------------------------------------*/
/*----------------------------------------------------------
	側選單
-----------------------------------------------------------*/
/*----------------------------------------------------------
	分隔線
-----------------------------------------------------------*/
/*----------------------------------------------------------
	遮罩
-----------------------------------------------------------*/
/*----------------------------------------------------------
	表格
-----------------------------------------------------------*/
/*----------------------------------------------------------
	表單
-----------------------------------------------------------*/
/***********************************************************
	Font 文字
***********************************************************/
/*----------------------------------------------------------
	預設
-----------------------------------------------------------*/
/*----------------------------------------------------------
	標題字
-----------------------------------------------------------*/
/*----------------------------------------------------------
	字體
-----------------------------------------------------------*/
/***********************************************************
	桌機選單 選項 PC Menu Options
***********************************************************/
/***********************************************************
	頁尾 選項 Footer Options
***********************************************************/
/***********************************************************
	Breakpoints
***********************************************************/
/*共用*/
* {
  font-family: "Noto Sans TC";
}

.l-title-group {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.l-title-group .circle {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  border-radius: 18px;
  background-color: #fdd000;
}
@media (max-width: 992px) {
  .l-title-group .circle {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 576px) {
  .l-title-group .circle {
    width: 24px;
    height: 24px;
  }
}
.l-title-group .l-title {
  font-size: 40px;
  letter-spacing: 8px;
  line-height: 1;
  color: #181b85 !important;
  font-weight: 700;
  font-family: "Noto Sans TC";
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 3;
}
@media (max-width: 576px) {
  .l-title-group .l-title {
    font-size: 28px;
  }
}

.l-subtitle {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.875;
}

.l-btn {
  padding: 4px 48px;
  font-size: 18px;
  letter-spacing: 4px;
  line-height: 30px;
  color: #181b85;
  border: 2px solid #181b85;
  font-family: "Arial";
  border-radius: 20px;
  background-color: transparent;
  font-weight: 500;
}
.l-btn:hover {
  background-color: #181b85;
  color: white;
}
@media (max-width: 576px) {
  .l-btn {
    font-size: 16px;
    padding: 2px 32px;
  }
}

.about-desc {
  font-size: 16px;
  color: black;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 2;
  text-align: justify;
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  .about-desc {
    margin-bottom: 30px;
  }
}

.page-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.page-breadcrumb .breadcrumb-item {
  font-size: 1rem;
}
.page-breadcrumb .breadcrumb-item a {
  color: #777777;
  text-decoration: none;
  transition: color 0.3s ease;
}
.page-breadcrumb .breadcrumb-item a:hover {
  color: #333333;
}
.page-breadcrumb .breadcrumb-item.active {
  color: #111199;
  font-weight: 500;
}
.page-breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 8px;
}
.page-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  display: inline-block;
  padding-right: 12px;
  color: #777777;
  font-family: monospace;
}
.page-breadcrumb .breadcrumb-item:last-child a {
  color: #181b85;
  font-weight: 500;
}

main {
  padding-top: calc(130px + 3vmax);
}
main:has(#section-bn) {
  padding-top: 0;
}
@media (max-width: 992px) {
  main {
    padding-top: calc(70px + 3vmax);
  }
}

@media (max-width: 992px) {
  .navbar {
    height: 70px;
  }
}

.scrolling #header-top {
  width: 100%;
  top: 0;
  opacity: 1;
  background-color: white;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  z-index: 200;
}

#header-top {
  width: 91%;
  top: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: rgba(255, 255, 255, 0.91);
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media (max-width: 1280px) {
  #header-top {
    height: 70px;
  }
}
@media (max-width: 1200px) {
  #header-top .logo {
    max-width: 180px;
  }
}
#header-top .nav-btn span {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 2px;
}
#header-top .nav .sub-item {
  box-shadow: none;
}
#header-top .nav .sub-item li:hover {
  background: none;
}
#header-top .sub-item.sub-item-1 {
  padding-top: 28px;
  background-color: transparent;
  left: 50%;
  transform: translate(-50%, 0);
}
#header-top .inner-sub-item {
  background-color: #c0ddf6;
  border-top-left-radius: 8px;
}
#header-top li.nav-btn-sub {
  min-width: 191px;
  min-height: 56px;
  justify-content: center;
}
#header-top li.nav-btn-sub:hover {
  background-color: #21248a !important;
  background-color: #4b6bba !important;
  color: white;
  opacity: 0.702;
  border-radius: 2px;
}
#header-top .nav .nav-btn-sub {
  justify-content: center;
}
#header-top .nav-btn {
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 48px;
  text-transform: uppercase;
  color: #14283b;
  font-weight: 400;
  font-family: "Noto Sans TC";
  justify-content: center;
}
@media (max-width: 1200px) {
  #header-top .nav-btn {
    margin: 0;
  }
}
@media (max-width: 1500px) {
  #header-top .nav-btn {
    margin-left: 2px;
    margin-right: 2px;
  }
}
#header-top .custom-lang-menu {
  opacity: 0;
  position: absolute;
  right: -25%;
  top: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
#header-top .custom-lang-menu:hover {
  border: 0;
}
#header-top {
  /* 語言選項的樣式 */
}
#header-top .custom-lang-menu .lang-option {
  padding: 5px 20px;
  cursor: pointer;
  font-size: 14px;
  color: #333;
  text-align: center;
  transition: background-color 0.3s ease;
}
#header-top .custom-lang-menu .lang-option:hover {
  background-color: #181b85 !important;
}
#header-top .custom-lang-menu .lang-option:hover {
  background-color: #F9060A;
  color: white;
  font-weight: bolder;
}
#header-top {
  /* 當滑鼠懸停在地球圖示時，顯示語言選單 */
}
#header-top .list-item.lang_list_pc:hover .custom-lang-menu {
  opacity: 1;
}

#section-bn {
  overflow: hidden;
}
@media (max-width: 992px) {
  #section-bn {
    margin-top: 70px;
  }
}
#section-bn .ex-swiper-pagination {
  top: unset;
  bottom: 0;
  left: 24px;
  transform: translate(24px, 24px);
  display: flex;
}
@media (max-width: 576px) {
  #section-bn .ex-swiper-pagination {
    left: 12px;
    transform: translate(12px, 12px);
  }
}
#section-bn .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  background: #181b85;
  width: 32px;
  height: 3px;
  border-radius: 2px;
}
@media (max-width: 576px) {
  #section-bn .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 24px;
  }
}

#section-service {
  padding: 0 0 6vmax !important;
  background-color: #ffffff; /* 可依據整體設計調整背景 */
  background-image: url(/assets/images/service_bg_3.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
#section-service .l-title-group {
  margin-bottom: 3vmax;
}
@media (max-width: 992px) {
  #section-service .l-title-group {
    margin-right: auto;
    margin-left: auto;
  }
}
#section-service .service-title-wrapper {
  margin-bottom: 24px;
}
#section-service .l-btn {
  background-color: #f6f6f6;
  padding: 2px 32px;
  width: -moz-fit-content;
  width: fit-content;
}
#section-service .l-btn:hover {
  background-color: #181b85;
  color: white;
}
#section-service .service-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
}
#section-service .service-card .service-bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
#section-service .service-card:hover .service-bg {
  transform: scale(1.03);
}
#section-service .service-card .service-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 24px 10% 48px;
  z-index: 2;
}
@media (max-width: 576px) {
  #section-service .service-card .service-content {
    padding: 16px 20px;
  }
}
#section-service .service-card {
  /* 圖片上的白線 */
}
#section-service .service-card .service-line {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.6);
  margin-bottom: 24px;
}
#section-service .service-card .service-name {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0;
  letter-spacing: 2px;
}
@media (max-width: 576px) {
  #section-service .service-card .service-name {
    font-size: 18px;
  }
}
#section-service .icon-absolute {
  position: absolute;
  top: 40px;
  left: 10%;
  width: 100px;
  height: 100px;
  background-color: #1a237e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
#section-service .icon-absolute img {
  width: 64%;
  height: auto;
}
@media (max-width: 1200px) {
  #section-service .icon-absolute {
    width: 70px;
    height: 70px;
  }
  #section-service .icon-absolute img {
    width: 50%;
  }
}
@media (max-width: 992px) {
  #section-service .icon-absolute {
    width: 85px;
    height: 85px;
  }
}
@media (max-width: 576px) {
  #section-service .icon-absolute {
    width: 60px;
    height: 60px;
  }
}
#section-service {
  /* 左側卡片特有設定 (高度較高、深藍色漸層) */
}
#section-service .service-card-left .service-content {
  background: linear-gradient(to top, rgba(13, 23, 64, 0.95) 0%, rgba(13, 23, 64, 0) 100%);
}
#section-service {
  /* 右側卡片特有設定 (高度較低、深綠色漸層) */
}
#section-service .service-card-right .service-content {
  background: linear-gradient(to top, rgba(46, 92, 35, 0.85) 0%, rgba(46, 92, 35, 0) 100%);
}
#section-service {
  /* 圖片內的 More 按鈕 */
}
#section-service .btn-more-inner {
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
  color: #0f1c4f;
  padding: 4px 16px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s;
}
#section-service .btn-more-inner .dot {
  width: 6px;
  height: 6px;
  background-color: #0f1c4f;
  border-radius: 50%;
  margin-right: 8px;
}
#section-service .btn-more-inner:hover {
  background-color: #e6e6e6;
  color: #0f1c4f;
  text-decoration: none;
}
#section-service {
  /* 右下方文字與外框按鈕區塊 */
}
#section-service .service-desc-wrapper {
  margin-top: 16px;
}
#section-service .service-desc-wrapper .service-desc {
  color: #333333;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 1px;
}
#section-service .service-desc-wrapper .btn-more-outline {
  display: inline-block;
  border: 1px solid #0f1c4f;
  color: #0f1c4f;
  padding: 6px 28px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s;
  white-space: nowrap;
}
#section-service .service-desc-wrapper .btn-more-outline:hover {
  background-color: #0f1c4f;
  color: #ffffff;
  text-decoration: none;
}

#section-knowledge-base {
  background-image: url("/assets/images/knowledge_bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom-right-radius: 80px;
  color: #ffffff;
  padding-top: 4vmax;
  padding-bottom: 4vmax;
}
@media (max-width: 768px) {
  #section-knowledge-base {
    border-bottom-right-radius: 40px;
    padding-top: 6vmax;
    padding-bottom: 6vmax;
  }
}
#section-knowledge-base .knowledge-header {
  margin-bottom: 60px;
  flex-direction: row;
}
@media (max-width: 1500px) {
  #section-knowledge-base .knowledge-header {
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  #section-knowledge-base .knowledge-header {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  #section-knowledge-base .knowledge-header .l-title-group {
    margin: 0 auto;
  }
}
#section-knowledge-base .knowledge-header .l-title-group .circle {
  z-index: 1;
}
#section-knowledge-base .knowledge-header .l-title-group .l-title {
  color: white !important;
  position: relative;
  z-index: 2;
  font-size: 40px;
  letter-spacing: 8px;
}
@media (max-width: 576px) {
  #section-knowledge-base .knowledge-header .l-title-group .l-title {
    font-size: 28px;
  }
}
#section-knowledge-base .knowledge-header .l-btn {
  background-color: #f6f6f6;
}
#section-knowledge-base .knowledge-header .l-btn:hover {
  background-color: #181b85;
  color: white;
}
#section-knowledge-base .knowledge-header .knowledge-subtitle {
  font-size: 16px;
  font-weight: 700;
  color: #e0e0e0;
  padding-left: 20px;
  letter-spacing: 1px;
  line-height: 1.875;
  text-align: left;
}
@media (max-width: 1500px) {
  #section-knowledge-base .knowledge-header .knowledge-subtitle {
    text-align: center;
  }
}
#section-knowledge-base .knowledge-content {
  margin-right: auto;
}
@media (max-width: 992px) {
  #section-knowledge-base .knowledge-content {
    width: 100%;
    margin-left: auto;
  }
}
@media (max-width: 992px) {
  #section-knowledge-base .image-wrapper-bolck {
    margin-bottom: 4vmax;
  }
}
#section-knowledge-base .knowledge-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  margin-top: 1.5rem;
  margin-bottom: 60px;
}
@media (max-width: 576px) {
  #section-knowledge-base .knowledge-divider {
    margin-bottom: 28px;
  }
}
#section-knowledge-base .knowledge-content-block {
  width: 70%;
}
@media (max-width: 1200px) {
  #section-knowledge-base .knowledge-content-block {
    width: 100%;
  }
}
#section-knowledge-base .knowledge-img-block {
  width: 30%;
}
@media (max-width: 1200px) {
  #section-knowledge-base .knowledge-img-block {
    width: 100%;
    margin: 4vmax auto 0;
  }
}
#section-knowledge-base .knowledge-img-block img {
  display: block;
}
@media (max-width: 1200px) {
  #section-knowledge-base .knowledge-img-block img {
    max-height: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 576px) {
  #section-knowledge-base .knowledge-img-block img {
    max-height: 500px;
  }
}
#section-knowledge-base .knowledge-list {
  padding-left: 40px;
}
@media (max-width: 992px) {
  #section-knowledge-base .knowledge-list {
    padding-left: 0;
  }
}
#section-knowledge-base .knowledge-list .knowledge-item {
  margin-bottom: 24px;
}
#section-knowledge-base .knowledge-list .knowledge-item:hover .knowledge-text {
  text-decoration: underline;
}
@media (max-width: 576px) {
  #section-knowledge-base .knowledge-list .knowledge-item {
    margin-bottom: 16px;
  }
}
#section-knowledge-base .knowledge-list .knowledge-item:last-child {
  margin-bottom: 0;
}
#section-knowledge-base .knowledge-list .knowledge-item .knowledge-img {
  width: 30%;
  margin-right: 24px;
}
#section-knowledge-base .knowledge-list .knowledge-item .knowledge-date {
  color: #ffffff;
  border-radius: 8px;
  background-image: linear-gradient(90deg, rgb(29, 32, 136) 0%, rgba(29, 32, 136, 0.2065211138) 74%, rgba(29, 32, 136, 0) 100%);
  font-size: 16px;
  padding: 8px 120px 8px 20px;
  border-radius: 4px;
  margin-right: 20px;
  margin-bottom: 16px;
  white-space: nowrap;
  min-width: 110px;
  text-align: center;
}
@media (max-width: 576px) {
  #section-knowledge-base .knowledge-list .knowledge-item .knowledge-date {
    font-size: 14px;
    padding: 4px 36px 4px 12px;
    margin-right: 15px;
    min-width: 95px;
  }
}
#section-knowledge-base .knowledge-list .knowledge-item .knowledge-info {
  width: 70%;
}
#section-knowledge-base .knowledge-list .knowledge-item .knowledge-text {
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: 500;
}
@media (max-width: 576px) {
  #section-knowledge-base .knowledge-list .knowledge-item .knowledge-text {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  #section-knowledge-base .knowledge-list .knowledge-item {
    align-items: flex-start !important;
  }
  #section-knowledge-base .knowledge-list .knowledge-item .knowledge-date {
    margin-bottom: 8px;
    margin-right: 0;
  }
  #section-knowledge-base .knowledge-list .knowledge-item .knowledge-text {
    white-space: normal;
    word-break: break-all;
  }
}

#section-product-intro {
  padding: 6vmax 0;
  position: relative;
  background-image: url("/assets/images/product_intro_bg.png");
  background-size: 100% auto;
  background-position: top;
  background-repeat: no-repeat;
}
#section-product-intro .container .bleed-right-section {
  position: relative;
  margin-right: calc(50% - 45vw);
  margin-top: 130px;
}
#section-product-intro .container .bleed-right-section::after {
  content: "NEXT";
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(2.7vw, -85%);
  font-weight: 700;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  opacity: 0.102;
  font-size: 3.27vw;
  letter-spacing: 13px;
  line-height: 98px;
  text-transform: uppercase;
  color: #021b49;
  z-index: -1;
}
@media (max-width: 1600px) {
  #section-product-intro .container .bleed-right-section::after {
    font-size: 2.5vw;
  }
}
@media (max-width: 1400px) {
  #section-product-intro .container .bleed-right-section::after {
    font-size: 2.5vw;
    transform: translate(3.2vw, -90%);
  }
}
@media (max-width: 1200px) {
  #section-product-intro .container .bleed-right-section::after {
    font-size: 3.5vw;
  }
}
@media (max-width: 992px) {
  #section-product-intro .container .bleed-right-section::after {
    display: none;
  }
}
#section-product-intro .container .bleed-right-section .main-swiper-block {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  #section-product-intro .container .bleed-right-section .main-swiper-block {
    margin-bottom: 120px;
  }
}
@media (max-width: 576px) {
  #section-product-intro .container .bleed-right-section .main-swiper-block {
    margin-bottom: 24px;
  }
}
#section-product-intro .caption-title,
#section-product-intro .thumb-title,
#section-product-intro .product-title {
  position: relative;
  padding-left: 15px;
  color: #1a237e;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 1px;
  border-left: 3px solid #ffd54f;
  padding: 8px 24px;
}
#section-product-intro .main-slider-wrap {
  background-color: #ebebeb;
  border-radius: 10px;
  padding: 20px 15px;
  position: relative;
}
#section-product-intro .main-slider-wrap .main-swiper {
  overflow: hidden;
  margin-top: -130px;
}
#section-product-intro .main-slider-wrap .slide-img-box {
  height: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1600px) {
  #section-product-intro .main-slider-wrap .slide-img-box {
    height: 450px;
  }
}
@media (max-width: 1200px) {
  #section-product-intro .main-slider-wrap .slide-img-box {
    height: 350px;
  }
}
@media (max-width: 576px) {
  #section-product-intro .main-slider-wrap .slide-img-box {
    height: 300px;
  }
}
#section-product-intro .main-slider-wrap .slide-img-box img {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px) {
  #section-product-intro .main-slider-wrap {
    padding: 40px 30px;
  }
}
#section-product-intro .info-content-wrap {
  position: relative;
}
#section-product-intro .info-content-wrap .thumb-swiper .thumb-box {
  background-color: #ebebeb;
  border-radius: 10px;
  padding: 15px;
}
#section-product-intro .info-content-wrap .thumb-swiper .thumb-box .thumb-img-box {
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -25%;
}
@media (max-width: 1600px) {
  #section-product-intro .info-content-wrap .thumb-swiper .thumb-box .thumb-img-box {
    height: 200px;
    margin-top: -35%;
  }
}
@media (max-width: 1200px) {
  #section-product-intro .info-content-wrap .thumb-swiper .thumb-box .thumb-img-box {
    height: 120px;
  }
}
@media (max-width: 992px) {
  #section-product-intro .info-content-wrap .thumb-swiper .thumb-box .thumb-img-box {
    height: 200px;
    margin-top: -25%;
  }
}
@media (max-width: 576px) {
  #section-product-intro .info-content-wrap .thumb-swiper .thumb-box .thumb-img-box {
    height: 100px;
    margin-top: 0;
  }
}
#section-product-intro .info-content-wrap .thumb-swiper .thumb-box .thumb-img-box img {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px) {
  #section-product-intro .info-content-wrap .thumb-swiper .thumb-box {
    padding: 20px;
  }
}
#section-product-intro .info-content-wrap .thumb-swiper .swiper-slide.swiper-slide-visible {
  opacity: 0.7;
}
#section-product-intro .info-content-wrap .thumb-swiper .swiper-slide.swiper-slide-visible.swiper-slide-thumb-active {
  opacity: 1;
}
#section-product-intro .info-content-wrap .text-content .inner-text-content {
  position: relative;
}
#section-product-intro .info-content-wrap .text-content .inner-text-content::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: -15%;
  width: 115%;
  height: 1px;
  z-index: -1;
  background-color: #d5d5d5;
}
#section-product-intro .info-content-wrap .text-content .product-title {
  font-size: 24px;
  letter-spacing: 1px;
}
#section-product-intro .info-content-wrap .text-content .product-desc {
  color: black;
  letter-spacing: 1px;
  line-height: 1.875;
  font-size: 16px;
  font-weight: 700;
  margin-top: 32px;
}
#section-product-intro .info-content-wrap .text-content .btn-more {
  border: 1px solid #1a237e;
  color: #1a237e;
  font-weight: 500;
  transition: all 0.3s ease;
}
#section-product-intro .info-content-wrap .text-content .btn-more:hover {
  background-color: #1a237e;
  color: #ffffff;
}
#section-product-intro .info-content-wrap .text-content .slider-nav-group .custom-nav-btn {
  position: static;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #1a237e;
  color: #1a237e;
  margin-top: 0;
}
#section-product-intro .info-content-wrap .text-content .slider-nav-group .custom-nav-btn::after {
  font-size: 12px;
  font-weight: bold;
}
#section-product-intro .info-content-wrap .text-content .slider-nav-group .custom-nav-btn:hover {
  background-color: #1a237e;
  color: #ffffff;
}
#section-product-intro .info-content-wrap .text-content .slider-nav-group .custom-nav-btn.swiper-button-disabled {
  opacity: 1;
  background-color: white !important;
}
#section-product-intro .info-content-wrap .text-content .slider-nav-group .custom-nav-btn.swiper-button-disabled::after {
  color: #181b85;
}

/* ==========================================================================
   Hero Section: 關於我們 (Desktop First 思考, Mobile First 寫法)
   ========================================================================== */
#section-about-us, #about-page .inner-abut-page {
  position: relative;
  padding: 60px 4vmax 0 2vmax;
  position: relative;
  z-index: 10;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}
@media (min-width: 1920px) {
  #section-about-us, #about-page .inner-abut-page {
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  #section-about-us, #about-page .inner-abut-page {
    padding: 60px 0 0 0;
  }
}
#section-about-us::before, #about-page .inner-abut-page::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(4vmax);
  width: 100%;
  height: 75.7%;
  background-image: url("/assets/images/about_us_bg.png"); /* 沿用指示之背景圖設定 */
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  border-bottom-left-radius: 19px;
}
@media (max-width: 1200px) {
  #section-about-us::before, #about-page .inner-abut-page::before {
    transform: translateX(0);
  }
}
@media (max-width: 1200px) {
  #section-about-us, #about-page .inner-abut-page {
    padding: 80px 4vmax 0 4vmax;
  }
}
@media (max-width: 1200px) {
  #section-about-us .content-overlap-row, #about-page .inner-abut-page .content-overlap-row {
    transform: translateX(0);
  }
}
#section-about-us .about-us-content, #about-page .inner-abut-page .about-us-content {
  margin-top: -8%;
}
@media (max-width: 1900px) {
  #section-about-us .about-us-content, #about-page .inner-abut-page .about-us-content {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  #section-about-us .about-us-content, #about-page .inner-abut-page .about-us-content {
    margin-top: unset;
  }
}
#section-about-us, #about-page .inner-abut-page {
  /* 標題區 (不更動的指定結構) */
}
#section-about-us .section-header, #about-page .inner-abut-page .section-header {
  position: relative;
  z-index: 5;
  margin-bottom: 40px;
}
#section-about-us .l-title-group, #about-page .inner-abut-page .l-title-group {
  position: relative;
  display: inline-block;
}
#section-about-us .l-title-group .circle, #about-page .inner-abut-page .l-title-group .circle {
  position: absolute;
  top: -5px;
  left: -15px;
  width: 24px;
  height: 24px;
  background-color: #ffcc00;
  border-radius: 50%;
  z-index: -1;
}
#section-about-us .l-title-group .l-title, #about-page .inner-abut-page .l-title-group .l-title {
  font-size: 40px;
  letter-spacing: 8px;
  font-weight: 700;
  color: #002266;
  margin: 0;
  letter-spacing: 2px;
}
@media (max-width: 576px) {
  #section-about-us .l-title-group .l-title, #about-page .inner-abut-page .l-title-group .l-title {
    font-size: 28px;
  }
}
#section-about-us .l-subtitle, #about-page .inner-abut-page .l-subtitle {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  letter-spacing: 3px;
}
@media (max-width: 576px) {
  #section-about-us .l-subtitle, #about-page .inner-abut-page .l-subtitle {
    font-size: 18px;
  }
}
#section-about-us, #about-page .inner-abut-page {
  /* 排版重疊區塊處理 */
}
#section-about-us .content-overlap-row, #about-page .inner-abut-page .content-overlap-row {
  position: relative;
  z-index: 3;
}
#section-about-us, #about-page .inner-abut-page {
  /* 左側綠色框：白底卡片 */
}
#section-about-us .left-card-col, #about-page .inner-abut-page .left-card-col {
  position: relative;
  z-index: 4;
  margin-top: 8vmax;
  margin-bottom: 4vmax;
  width: 50.7%;
}
@media (max-width: 1900px) {
  #section-about-us .left-card-col, #about-page .inner-abut-page .left-card-col {
    width: 80%;
    margin-left: auto;
  }
}
@media (max-width: 1200px) {
  #section-about-us .left-card-col, #about-page .inner-abut-page .left-card-col {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 992px) {
  #section-about-us .left-card-col, #about-page .inner-abut-page .left-card-col {
    margin-top: 0px;
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  #section-about-us .left-card-col, #about-page .inner-abut-page .left-card-col {
    width: 100%;
  }
}
#section-about-us .about-card, #about-page .inner-abut-page .about-card {
  position: relative;
  background-color: #ffffff;
  padding: 40px 50px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media (max-width: 1199.98px) {
  #section-about-us .about-card, #about-page .inner-abut-page .about-card {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  #section-about-us .about-card, #about-page .inner-abut-page .about-card {
    border-radius: 20px;
  }
}
@media (max-width: 767.98px) {
  #section-about-us .about-card, #about-page .inner-abut-page .about-card {
    padding: 30px 20px;
  }
}
#section-about-us .about-card::before, #about-page .inner-abut-page .about-card::before {
  content: "TJI";
  position: absolute;
  left: -100px;
  bottom: 34.5%;
  transform: translate(-25%, 0) rotate(-90deg);
  font-size: 120px;
  font-weight: 700;
  color: #cbcfd3; /* 呈現淡灰色融入背景 */
  letter-spacing: 20px;
  z-index: -1;
  line-height: 1;
}
@media (max-width: 1900px) {
  #section-about-us .about-card::before, #about-page .inner-abut-page .about-card::before {
    display: none;
  }
}
#section-about-us .about-card .features-group .feature-item, #about-page .inner-abut-page .about-card .features-group .feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 768px) {
  #section-about-us .about-card .features-group .feature-item, #about-page .inner-abut-page .about-card .features-group .feature-item {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 12px;
  }
}
#section-about-us .about-card .features-group .feature-item:hover .icon-circle, #about-page .inner-abut-page .about-card .features-group .feature-item:hover .icon-circle {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  #section-about-us .about-card .features-group .feature-item, #about-page .inner-abut-page .about-card .features-group .feature-item {
    align-items: center;
  }
}
#section-about-us .about-card .features-group .feature-item .icon-circle, #about-page .inner-abut-page .about-card .features-group .feature-item .icon-circle {
  width: 70px;
  height: 70px;
  background-color: #ffcc00;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}
#section-about-us .about-card .features-group .feature-item .icon-circle img, #about-page .inner-abut-page .about-card .features-group .feature-item .icon-circle img {
  width: 32px;
  height: auto;
}
@media (max-width: 575.98px) {
  #section-about-us .about-card .features-group .feature-item .icon-circle, #about-page .inner-abut-page .about-card .features-group .feature-item .icon-circle {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }
  #section-about-us .about-card .features-group .feature-item .icon-circle img, #about-page .inner-abut-page .about-card .features-group .feature-item .icon-circle img {
    width: 24px;
  }
}
#section-about-us .about-card .features-group .feature-item .feature-title, #about-page .inner-abut-page .about-card .features-group .feature-item .feature-title {
  font-size: 20px;
  font-weight: 700;
  color: #222;
  margin-bottom: 8px;
}
@media (max-width: 576px) {
  #section-about-us .about-card .features-group .feature-item .feature-title, #about-page .inner-abut-page .about-card .features-group .feature-item .feature-title {
    font-size: 16px;
  }
}
#section-about-us .about-card .features-group .feature-item .feature-subtext, #about-page .inner-abut-page .about-card .features-group .feature-item .feature-subtext {
  font-size: 16px;
  color: #666;
}
@media (max-width: 576px) {
  #section-about-us .about-card .features-group .feature-item .feature-subtext, #about-page .inner-abut-page .about-card .features-group .feature-item .feature-subtext {
    font-size: 14px;
    text-align: center;
  }
}
#section-about-us .about-card .btn-container .btn-more, #about-page .inner-abut-page .about-card .btn-container .btn-more {
  background-color: #1a237e; /* TJI 深藍色 */
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}
#section-about-us .about-card .btn-container .btn-more:hover, #about-page .inner-abut-page .about-card .btn-container .btn-more:hover {
  background-color: #0d145c;
  box-shadow: 0 4px 15px rgba(26, 35, 126, 0.4);
  color: #ffffff;
}
#section-about-us, #about-page .inner-abut-page {
  /* 右側紅色框：實體照片 */
}
#section-about-us .right-img-col, #about-page .inner-abut-page .right-img-col {
  position: relative;
  z-index: 3;
  width: 34.3%;
}
@media (max-width: 1900px) {
  #section-about-us .right-img-col, #about-page .inner-abut-page .right-img-col {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 576px) {
  #section-about-us .right-img-col, #about-page .inner-abut-page .right-img-col {
    width: 100%;
  }
}
#section-about-us .right-img-col .image-wrapper .building-photo, #about-page .inner-abut-page .right-img-col .image-wrapper .building-photo {
  width: 100%;
  border-radius: 5px; /* 依照設計稿微調圓角 */
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1900px) {
  #section-about-us .right-img-col .image-wrapper .building-photo, #about-page .inner-abut-page .right-img-col .image-wrapper .building-photo {
    max-height: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  #section-about-us .right-img-col .image-wrapper .building-photo, #about-page .inner-abut-page .right-img-col .image-wrapper .building-photo {
    max-height: 500px;
  }
}
#section-about-us .btn-container, #about-page .inner-abut-page .btn-container {
  position: relative;
}
#section-about-us .btn-container::after, #about-page .inner-abut-page .btn-container::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #d5d5d5;
  left: 0;
  top: 50%;
  transform: translateY(100%);
}
#section-about-us .btn-container .l-btn, #about-page .inner-abut-page .btn-container .l-btn {
  position: relative;
  z-index: 5;
  background-color: white;
}
#section-about-us .btn-container .l-btn:hover, #about-page .inner-abut-page .btn-container .l-btn:hover {
  background-color: #181b85;
  color: white;
}

#section-contact-us {
  background-image: url("/assets/images/contact_us_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: calc(6vmax + 450px) 24px 4vmax;
  position: relative;
  z-index: 5;
  margin-top: calc(-190px - 10vmax);
}
@media (max-width: 1600px) {
  #section-contact-us {
    padding: calc(6vmax + 400px) 24px 4vmax;
  }
}
@media (max-width: 768px) {
  #section-contact-us {
    padding: calc(6vmax + 350px) 24px 4vmax;
  }
}
@media (max-width: 576px) {
  #section-contact-us {
    padding: calc(6vmax + 320px) 24px 4vmax;
  }
}
#section-contact-us .section-contact-header {
  transform: translateY(-4vmax);
}
#section-contact-us .l-title-group .l-title {
  color: white !important;
  position: relative;
  z-index: 2;
  font-size: 40px;
  letter-spacing: 8px;
}
@media (max-width: 576px) {
  #section-contact-us .l-title-group .l-title {
    font-size: 28px;
  }
}
#section-contact-us .l-title-group .circle {
  z-index: 0;
}
#section-contact-us .l-subtitle {
  color: white;
  font-size: 20px;
}
@media (max-width: 992px) {
  #section-contact-us .l-subtitle {
    font-size: 16px;
  }
}
#section-contact-us .l-btn {
  background-color: white;
  color: #181b85;
}
#section-contact-us .l-btn:hover {
  background-color: #181b85;
  color: white;
}

/*關於我們頁面*/
#about-page {
  padding-bottom: 0;
}
#about-page .page-breadcrumb-wrapper {
  padding: 15px 0;
  margin-right: 8%;
}
@media (max-width: 992px) {
  #about-page .page-breadcrumb-wrapper {
    margin-right: 0;
    margin-left: auto;
  }
}
#about-page .company-intro {
  width: 58.7%;
}
@media (max-width: 1200px) {
  #about-page .company-intro {
    width: 100%;
  }
}
#about-page .title-group-block {
  margin-bottom: 6vmax;
}
@media (max-width: 992px) {
  #about-page .title-group-block {
    margin-bottom: 2vmax;
  }
}
@media (max-width: 1200px) {
  #about-page .title-group-block .l-title-group {
    margin: 24px auto 0;
  }
}
#about-page .about-desc {
  margin-left: 60px;
  margin-bottom: 6vmax;
}
@media (max-width: 1200px) {
  #about-page .about-desc {
    margin-left: 0;
  }
}
@media (max-width: 1200px) {
  #about-page .company-profile .l-title-group {
    margin: 24px auto 0;
  }
}
#about-page .company-profile .l-title-group .circle {
  position: unset;
  transform: translate(0);
}
#about-page .company-profile .l-title-group .l-title {
  font-size: 28px;
}
@media (max-width: 576px) {
  #about-page .company-profile .l-title-group .l-title {
    font-size: 22px;
  }
}
#about-page .inner-abut-page {
  transform: translate(5%, 0);
}
@media (max-width: 1920px) {
  #about-page .inner-abut-page {
    transform: translate(0);
  }
}
#about-page .inner-abut-page .about-us-content {
  flex-direction: row;
}
@media (max-width: 1200px) {
  #about-page .inner-abut-page .about-us-content {
    flex-direction: column-reverse;
  }
}
#about-page .inner-abut-page .about-card {
  padding: 50px;
  margin-bottom: 4vmax;
}
#about-page .inner-abut-page .about-card::before {
  display: none;
}
#about-page .inner-abut-page .about-card .features-group .feature-item {
  flex-direction: row;
}
@media (max-width: 1800px) {
  #about-page .inner-abut-page .about-card .features-group .feature-item {
    flex-direction: column;
    align-items: center;
  }
}
#about-page .inner-abut-page .about-card .features-group .feature-item .inner-feature-item {
  margin-right: 24px;
}
@media (max-width: 1800px) {
  #about-page .inner-abut-page .about-card .features-group .feature-item .inner-feature-item {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
@media (max-width: 1800px) {
  #about-page .inner-abut-page .about-card .features-group .feature-item .feature-title {
    text-align: center;
  }
}
#about-page .inner-abut-page .left-card-col {
  width: 57%;
  margin-top: 9vmax;
}
@media (max-width: 1200px) {
  #about-page .inner-abut-page .left-card-col {
    margin-left: unset;
    margin-right: unset;
    width: 100%;
  }
}
@media (max-width: 576px) {
  #about-page .inner-abut-page .left-card-col {
    margin-top: 4vmax;
  }
}
#about-page .inner-abut-page .right-img-col {
  margin-top: -8vmax;
}
@media (max-width: 1920px) {
  #about-page .inner-abut-page .right-img-col {
    width: 35%;
    margin-left: unset;
    margin-right: unset;
  }
}
@media (max-width: 1200px) {
  #about-page .inner-abut-page .right-img-col {
    margin-top: 8vmax;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 992px) {
  #about-page .inner-abut-page .right-img-col {
    width: 80%;
  }
}
@media (max-width: 576px) {
  #about-page .inner-abut-page .right-img-col {
    width: 100%;
  }
}
@media (max-width: 1920px) {
  #about-page .inner-abut-page .right-img-col .image-wrapper .building-photo {
    max-height: unset;
  }
}
#about-page .inner-abut-page .about-card .features-group .feature-item .icon-circle {
  margin-bottom: 0;
}
@media (max-width: 1400px) {
  #about-page .inner-abut-page .about-card {
    padding: 24px;
  }
}
@media (max-width: 1200px) {
  #about-page .inner-abut-page .about-card {
    padding: 50px;
  }
}
#about-page .inner-abut-page .inner-about-right {
  width: 90%;
}
@media (max-width: 576px) {
  #about-page .inner-abut-page .inner-about-right {
    width: 100%;
  }
}
#about-page .inner-abut-page .start {
  max-width: 10%;
  position: relative;
  margin-top: 6%;
  z-index: 10;
}
#about-page .inner-abut-page .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8% !important;
}
#about-page .section-vision {
  background-image: url("/assets/images/knowledge_bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom-right-radius: 80px;
  color: #ffffff;
  padding: 12vmax 16px 4vmax 16px;
  margin-top: -12vmax;
}
@media (max-width: 992px) {
  #about-page .section-vision {
    margin-top: -8vmax;
  }
}
#about-page .section-vision {
  /* Header 底線樣式覆寫 */
}
#about-page .section-vision .vision-header {
  margin-bottom: 4vmax;
}
#about-page .section-vision .vision-header .inner-vision-header {
  width: 65%;
}
@media (max-width: 1200px) {
  #about-page .section-vision .vision-header .inner-vision-header {
    width: 60%;
  }
}
@media (max-width: 992px) {
  #about-page .section-vision .vision-header .inner-vision-header {
    width: 55%;
  }
}
@media (max-width: 768px) {
  #about-page .section-vision .vision-header .inner-vision-header {
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  #about-page .section-vision .vision-header .l-title-group {
    margin-left: auto;
    margin-right: auto;
  }
}
#about-page .section-vision .vision-header .l-title {
  color: white !important;
}
#about-page .section-vision .vision-header .line {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
}
#about-page .section-vision .vision-card {
  padding: 0 48px;
}
@media (max-width: 1920px) {
  #about-page .section-vision .vision-card {
    padding: 0 24px;
  }
}
@media (max-width: 1200px) {
  #about-page .section-vision .vision-card {
    padding: 0 8px;
  }
}
@media (max-width: 768px) {
  #about-page .section-vision .vision-card {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#about-page .section-vision .vision-concept {
  width: 30%;
  text-align: left;
}
@media (max-width: 1200px) {
  #about-page .section-vision .vision-concept {
    width: 35%;
  }
}
@media (max-width: 992px) {
  #about-page .section-vision .vision-concept {
    width: 40%;
  }
}
@media (max-width: 768px) {
  #about-page .section-vision .vision-concept {
    width: 100%;
    text-align: center;
  }
}
#about-page .section-vision .vision-concept {
  font-size: 14px;
  color: #cccccc;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  #about-page .section-vision .vision-concept {
    font-size: 12px;
    margin-top: 8px;
  }
}
#about-page .section-vision .vision-subtitle {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 2px;
}
@media (max-width: 992px) {
  #about-page .section-vision .vision-subtitle {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  #about-page .section-vision .vision-subtitle {
    font-size: 20px;
  }
}
#about-page .section-vision .vision-card .vision-icon {
  width: 120px;
  height: 120px;
  margin-bottom: 24px;
  border-radius: 15px;
  background-color: #1d2088;
  border: 2px solid #e7e7e7;
}
@media (max-width: 1200px) {
  #about-page .section-vision .vision-card .vision-icon {
    width: 100px;
    height: 100px;
  }
}
#about-page .section-vision .vision-card .vision-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 992px) {
  #about-page .section-vision .vision-card .vision-icon {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
  }
}
#about-page .section-vision .vision-card .vision-card-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 16px;
  min-height: 56px; /* 讓不同長度的標題高度一致，避免跑版 */
}
@media (max-width: 1199px) {
  #about-page .section-vision .vision-card .vision-card-title {
    min-height: auto;
  }
}
@media (max-width: 992px) {
  #about-page .section-vision .vision-card .vision-card-title {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  #about-page .section-vision .vision-card .vision-card-title {
    text-align: center;
  }
}
@media (max-width: 576px) {
  #about-page .section-vision .vision-card .vision-card-title {
    font-size: 16px;
  }
}
#about-page .section-vision .vision-card .vision-card-text {
  font-size: 14px;
  color: #d1d1d1;
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 0;
}
#about-page #section-history {
  padding: 6vmax 24px 6vmax;
}
@media (max-width: 576px) {
  #about-page #section-history {
    padding: 36px 24px 24px;
  }
}
@media (max-width: 992px) {
  #about-page #section-history .l-title-group {
    margin-left: auto;
    margin-right: auto;
  }
}
#about-page #section-history .service-title-wrapper {
  margin-bottom: 40px;
}
#about-page #section-history {
  /* === 紫色虛線區塊：左側時間軸 === */
}
#about-page #section-history .history-left-block {
  margin-bottom: 40px;
}
#about-page #section-history .history-timeline {
  list-style: none;
  padding-left: 0;
  margin: 0;
  position: relative;
}
#about-page #section-history .history-timeline::before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 17px;
  width: 1px;
  height: 110%;
  background-color: #d1d1d1;
}
@media (max-width: 576px) {
  #about-page #section-history .history-timeline::before {
    height: 100%;
  }
}
#about-page #section-history .history-item {
  position: relative;
  padding-left: 45px;
  padding-bottom: 35px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
#about-page #section-history .history-item:last-child {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  #about-page #section-history .history-item {
    flex-direction: column;
  }
}
#about-page #section-history .history-node {
  position: absolute;
  left: 8.5px;
  top: 4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 4px solid #5ab4e5;
  background-color: #ffffff;
  z-index: 2;
}
#about-page #section-history .history-year {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #222222;
  width: 70px;
  flex-shrink: 0;
  margin-right: 20px;
}
@media (max-width: 768px) {
  #about-page #section-history .history-year {
    font-size: 16px;
    margin-bottom: 8px;
    margin-right: 0;
  }
}
#about-page #section-history .history-desc {
  font-size: 16px;
  color: #555555;
  line-height: 1.6;
  line-height: 1;
  flex-grow: 1;
}
@media (max-width: 768px) {
  #about-page #section-history .history-desc {
    font-size: 14px;
  }
}
#about-page #section-history {
  /* === 綠色虛線區塊：右側圖片群組 === */
}
#about-page #section-history .history-right-block {
  position: relative;
}
#about-page #section-history .history-img-group {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#about-page #section-history .history-img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  #about-page #section-history .history-img {
    margin-bottom: 0;
  }
}
#about-page #section-history .history-img.img-align-2022 {
  margin-top: 0;
  max-width: 250px;
}
@media (max-width: 992px) {
  #about-page #section-history .history-img.img-align-2022 {
    width: 50%;
  }
}
#about-page #section-history .history-img.img-align-2020 {
  margin-top: 50px;
  max-width: 400px;
}
@media (max-width: 992px) {
  #about-page #section-history .history-img.img-align-2020 {
    width: 80%;
  }
}
@media (max-width: 576px) {
  #about-page #section-history .history-img.img-align-2020 {
    margin-top: 25px;
    width: 100%;
  }
}
#about-page #section-history .history-img.img-align-2012 {
  margin-top: 80px;
  max-width: 400px;
}
@media (max-width: 992px) {
  #about-page #section-history .history-img.img-align-2012 {
    width: 80%;
    margin-top: 50px;
  }
}
@media (max-width: 576px) {
  #about-page #section-history .history-img.img-align-2012 {
    margin-top: 25px;
    width: 100%;
  }
}
#about-page #section-history .history-img.img-align-1996 {
  margin-top: 50px;
  max-width: 400px;
}
@media (max-width: 992px) {
  #about-page #section-history .history-img.img-align-1996 {
    width: 80%;
  }
}
@media (max-width: 576px) {
  #about-page #section-history .history-img.img-align-1996 {
    margin-top: 25px;
    width: 100%;
  }
}
#about-page #section-contact-us {
  padding: 6vmax 24px;
  background-position: bottom;
  margin-top: 0;
}
#about-page #section-contact-us .section-contact-header {
  transform: translate(0, 20%);
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  #about-page #section-contact-us .section-contact-header {
    transform: translate(0);
  }
}
@media (max-width: 576px) {
  #about-page #section-contact-us .section-contact-header {
    width: 100%;
  }
}

/*產品相關頁面*/
main #section-product.propuct-list .pro-list {
  padding-top: 100px;
}

main #section-product.product-detail {
  position: relative;
}
main #section-product.product-detail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/assets/images/pro_detail_bg.png");
  background-size: contain;
  width: 100%;
  height: 50%;
}

main #section-product {
  padding: 15px;
  padding-bottom: 0;
}
main #section-product #product_left_menu {
  font-size: 16px;
}
@media (max-width: 992px) {
  main #section-product #product_left_menu {
    margin-bottom: 6vmax;
  }
}
main #section-product #product_left_menu .pro-title-block {
  padding: 16px 36px;
}
main #section-product #product_left_menu .pro-title-block.main-pro-title {
  background-color: white;
}
main #section-product #product_left_menu .pro-title-block.main-pro-title a {
  font-size: 18px;
}
main #section-product #product_left_menu .pro-title-block.main-pro-title.active {
  background-color: #181b85;
}
main #section-product #product_content h1 {
  padding-bottom: 0;
}
main #section-product #product_content h1::after {
  display: none;
}
main #section-product #product_content h1::before {
  display: none;
}
main #section-product .ExSwiperPro {
  width: 15%;
  height: 580px;
}
@media (max-width: 992px) {
  main #section-product .ExSwiperPro {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 0;
  }
}
main #section-product .ExSwiperPro .swiperPro {
  height: 500px;
  padding-bottom: 0;
  margin: 15px 0;
}
@media (max-width: 992px) {
  main #section-product .ExSwiperPro .swiperPro {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 992px) {
  main #section-product .ExSwiperPro .swiperPro .swiper-wrapper {
    padding-bottom: 0;
    width: 90%;
  }
}
main #section-product .ExSwiperPro .swiperPro .img-wrap {
  height: 100%;
  padding-bottom: 100%;
  box-shadow: none;
}
main #section-product .ExSwiperPro .swiperPro .swiper-slide .img-wrap {
  border: 0;
  filter: drop-shadow(0px 9px 10.5px rgba(0, 0, 0, 0.06));
  background-size: cover;
}
@media (max-width: 992px) {
  main #section-product .ExSwiperPro .swiperPro .swiper-slide .img-wrap {
    position: relative;
  }
}
main #section-product .ExSwiperPro .swiperPro .swiper-slide-thumb-active .img-wrap {
  border: 2px solid #181b85;
  border-radius: 4px;
}
main #section-product .ExSwiperPro .pro-button-prev, main #section-product .ExSwiperPro .pro-button-next {
  border: 1px solid #181b85;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25px;
  padding: 2px;
}
@media (max-width: 992px) {
  main #section-product .ExSwiperPro .pro-button-prev, main #section-product .ExSwiperPro .pro-button-next {
    height: auto;
    align-items: center;
  }
}
main #section-product .ExSwiperPro .pro-button-prev:hover, main #section-product .ExSwiperPro .pro-button-next:hover {
  background-color: #181b85;
}
main #section-product .ExSwiperPro .pro-button-prev:hover .fa-angle-up::before, main #section-product .ExSwiperPro .pro-button-prev:hover .fa-angle-down::before, main #section-product .ExSwiperPro .pro-button-next:hover .fa-angle-up::before, main #section-product .ExSwiperPro .pro-button-next:hover .fa-angle-down::before {
  color: white;
}
main #section-product .ExSwiperPro .fa-angle-up, main #section-product .ExSwiperPro .fa-angle-down {
  font-size: 24px;
}
main #section-product .swiperPro2 {
  width: 70%;
  height: -moz-fit-content;
  height: fit-content;
  filter: drop-shadow(0px 9px 10.5px rgba(0, 0, 0, 0.06));
}
@media (max-width: 992px) {
  main #section-product .swiperPro2 {
    width: 90%;
  }
}
main #section-product .swiperPro2 .swiper-wrapper {
  padding-bottom: 0;
}
main #section-product .swiperPro2 .img-wrap {
  background-color: white;
  position: unset;
}
main #section-product .swiperPro2 .img-wrap::after {
  display: none;
}
main #section-product .swiperPro2 .img-wrap img {
  width: 90%;
}
main #section-product .title-block {
  border-bottom: 3px solid #181b85;
  margin-top: 3vmax;
}
main #section-product .title-block .product-name {
  color: #181b85;
  font-size: 36px;
  line-height: 1;
}
@media (max-width: 992px) {
  main #section-product .title-block .product-name {
    font-size: 28px;
  }
}
main #section-product .list-inline .sub-title {
  color: #181b85;
}
@media (max-width: 576px) {
  main #section-product .list-inline .sub-title {
    font-size: 16px;
  }
}
main #section-product .list-inline .product-model {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 28px;
  text-transform: uppercase;
  color: #989898;
  font-weight: 300;
  font-family: "Rubik";
}
main #section-product .descriptio-block {
  font-size: 16px;
  line-height: 28px;
  color: #626262;
  font-weight: 500;
  font-family: "Noto Sans TC";
}
main #section-product .download-btn, main #section-product .contact-btn {
  width: 45%;
  font-weight: 700;
}
main #section-product .product-info {
  background-image: url("/assets/images/pro_bg.png"); /* 沿用指示之背景圖設定 */
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  border-bottom-left-radius: 19px;
  width: 70%;
  margin-left: auto;
  padding: 60px 8vmax 0 8vmax;
  position: relative;
  margin-bottom: 4vmax;
  overflow: hidden;
}
@media (max-width: 1200px) {
  main #section-product .product-info {
    width: 90%;
  }
}
@media (max-width: 992px) {
  main #section-product .product-info {
    width: 100%;
    padding: 60px 6vmax 0 6vmax;
  }
}
@media (max-width: 576px) {
  main #section-product .product-info {
    background-size: contain;
    padding: 24px;
  }
}
main #section-product .product-info::before {
  content: "TJI";
  position: absolute;
  right: 0;
  top: 24%;
  transform: translate(34%, 0) rotate(-270deg);
  font-size: 120px;
  font-weight: 700;
  color: #15293b;
  opacity: 0.2;
  letter-spacing: 20px;
  z-index: 100;
  line-height: 1;
}
@media (max-width: 992px) {
  main #section-product .product-info::before {
    display: none;
  }
}
main #section-product .product-info .l-title-group .l-title {
  font-size: 24px;
}
main #section-product .product-info .l-title-group .circle {
  width: 24px;
  height: 24px;
}
main #section-product .nav-tabs {
  border-bottom: 2px solid white;
}
main #section-product .nav-tabs .nav-link {
  color: black;
  font-weight: 700;
  padding: 12px 48px 12px 0;
  font-size: 20px;
}
main #section-product .nav-tabs .nav-link.active {
  color: #181b85;
  background-color: transparent;
  border: none;
}
main #section-product .text-editor-block {
  font-size: 16px;
  padding: 24px 0;
}
main #section-product .text-editor-block table {
  text-align: center;
  vertical-align: middle;
  margin-bottom: 0;
}
main #section-product .text-editor-block table tr:first-child {
  background-color: #008ed9;
  color: #ffffff;
  font-weight: bold;
}
main #section-product .text-editor-block table tr:first-child td {
  border: 1px solid #ffffff;
  font-size: 18px;
  color: white;
}
@media (max-width: 1600px) {
  main #section-product .text-editor-block table tr:first-child td {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  main #section-product .text-editor-block table tr:first-child td {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  main #section-product .text-editor-block table tr:first-child td {
    padding: 4px;
  }
}
main #section-product .text-editor-block table tr:first-child td p {
  color: white;
  letter-spacing: 4px;
  font-size: 18px;
  font-weight: 500;
  padding: 0;
}
@media (max-width: 1600px) {
  main #section-product .text-editor-block table tr:first-child td p {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  main #section-product .text-editor-block table tr:first-child td p {
    font-size: 14px;
  }
}
main #section-product .text-editor-block table tr:nth-child(2) {
  background-color: #a1d9f6;
}
main #section-product .text-editor-block table tr:nth-child(2) td {
  border: 1px solid #ffffff;
  padding: 20px 10px;
  font-size: 1.1rem;
}
@media (max-width: 576px) {
  main #section-product .text-editor-block table tr:nth-child(2) td {
    padding: 4px;
  }
}
main #section-product .text-editor-block table tr:nth-child(2) td p {
  font-size: 18px;
}
@media (max-width: 1600px) {
  main #section-product .text-editor-block table tr:nth-child(2) td p {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  main #section-product .text-editor-block table tr:nth-child(2) td p {
    font-size: 14px;
  }
}
main #section-product .relative-block .relative-group {
  margin-top: 6vmax;
}
@media (max-width: 576px) {
  main #section-product .relative-block .relative-group {
    margin-top: 15vmax;
  }
}
@media (max-width: 576px) {
  main #section-product .relative-block .relative-group .relative-item {
    margin-bottom: 120px;
  }
}
main #section-product .relative-block .relative-group .relative-item:hover .thumb-img-box {
  transform: scale(1.1);
}
main #section-product .relative-block .relative-group .relative-item .thumb-img-box {
  transition: all 0.3s ease-in-out;
}
main #section-product .relative-block .thumb-title {
  position: relative;
  padding-left: 15px;
  color: #1a237e;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
  border-left: 3px solid #ffd54f;
  padding: 8px 24px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1400px) {
  main #section-product .relative-block .thumb-title {
    padding: 8px;
  }
}
@media (max-width: 768px) {
  main #section-product .relative-block .thumb-title {
    font-size: 16px;
  }
}
main #section-product .relative-block .thumb-box {
  background-color: #ebebeb;
  border-radius: 10px;
  padding: 15px;
}
@media (max-width: 1200px) {
  main #section-product .relative-block .thumb-box {
    padding: 30px;
  }
}
@media (max-width: 992px) {
  main #section-product .relative-block .thumb-box {
    padding: 15px;
  }
}
main #section-product .relative-block .thumb-box .thumb-img-box {
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -25%;
}
@media (max-width: 1920px) {
  main #section-product .relative-block .thumb-box .thumb-img-box {
    height: 200px;
  }
}
@media (max-width: 1600px) {
  main #section-product .relative-block .thumb-box .thumb-img-box {
    margin-top: -35%;
  }
}
@media (max-width: 1500px) {
  main #section-product .relative-block .thumb-box .thumb-img-box {
    height: 170px;
  }
}
@media (max-width: 1400px) {
  main #section-product .relative-block .thumb-box .thumb-img-box {
    height: 9vw;
  }
}
@media (max-width: 992px) {
  main #section-product .relative-block .thumb-box .thumb-img-box {
    height: 20vw;
  }
}
@media (max-width: 768px) {
  main #section-product .relative-block .thumb-box .thumb-img-box {
    height: 17vw;
  }
}
@media (max-width: 576px) {
  main #section-product .relative-block .thumb-box .thumb-img-box {
    height: 280px;
    margin-top: -35%;
  }
}
main #section-product .relative-block .thumb-box .thumb-img-box img {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
main #section-product #section-contact-us {
  padding: 6vmax 24px;
  background-position: bottom;
  margin-top: 0;
}
main #section-product #section-contact-us .section-contact-header {
  transform: translateY(0);
}

#contact-page {
  padding: 60px 15px;
}
#contact-page .contact-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  overflow: hidden;
}
#contact-page .contact-card .tel:hover a {
  color: #181b85;
}
#contact-page .contact-card-info {
  /* 套用提供的背景圖 */
  background-image: url("/assets/images/contact_card_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 46px;
  flex-grow: 1;
}
@media (max-width: 992px) {
  #contact-page .contact-card-info {
    padding: 30px 20px;
  }
}
#contact-page .contact-card-title {
  color: #3b3e82;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 24px;
}
#contact-page .contact-card-divider {
  width: 100%;
  height: 2px;
  background-color: #696c8a;
  margin-bottom: 20px;
}
#contact-page .contact-card-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
#contact-page .contact-card-list li {
  display: flex;
  color: #666666;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 8px;
}
#contact-page .contact-card-list li .label {
  display: inline-block;
  min-width: 60px;
  color: #888888;
  flex-shrink: 0;
}
#contact-page .contact-card-map {
  width: 100%;
  height: 280px;
}
@media (max-width: 992px) {
  #contact-page .contact-card-map {
    height: 250px;
  }
}
#contact-page .contact-card-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#contact-page .contact-card-map .map-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#contact-page .ex-aaa {
  position: relative;
  width: 90%;
  margin-left: auto;
}
@media (max-width: 1400px) {
  #contact-page .ex-aaa {
    width: 100%;
  }
}
#contact-page .ex-aaa::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/images/pro_bg.png"); /* 沿用指示之背景圖設定 */
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  border-bottom-left-radius: 19px;
}
@media (max-width: 1600px) {
  #contact-page .ex-aaa::before {
    background-size: contain;
  }
}
#contact-page .aaa {
  margin-top: 10vmax;
  width: 90%;
  margin-left: auto;
  padding: 0px 8vmax 0 8vmax;
  position: relative;
  margin-bottom: 4vmax;
}
@media (max-width: 1600px) {
  #contact-page .aaa {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  #contact-page .aaa {
    padding: 0px 4vmax 0 4vmax;
  }
}
@media (max-width: 992px) {
  #contact-page .aaa {
    padding: 0;
  }
}
#contact-page .aaa::before {
  content: "TJI";
  position: absolute;
  left: 0;
  top: 25%;
  transform: translate(-120%, 0) rotate(-90deg);
  font-size: 120px;
  font-weight: 700;
  color: #15293b;
  opacity: 0.2;
  letter-spacing: 20px;
  z-index: 100;
  line-height: 1;
}
@media (max-width: 1920px) {
  #contact-page .aaa::before {
    transform: translate(-105%, 0) rotate(-90deg);
  }
}
@media (max-width: 1600px) {
  #contact-page .aaa::before {
    transform: translate(-25%, 0) rotate(-90deg);
  }
}
@media (max-width: 1024px) {
  #contact-page .aaa::before {
    display: none;
  }
}
#contact-page .aaa::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: -80%;
  background-image: url("/assets/images/product_intro_bg.png");
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}
#contact-page .aaa {
  /* 外層卡片樣式 */
}
#contact-page .aaa .contact-card {
  background-color: #ffffff;
  border: 2px solid #181b85;
  border-radius: 40px;
  transform: translateY(-2vmax);
  position: relative;
  z-index: 5;
}
#contact-page .aaa {
  /* 標籤與一般文字樣式 */
}
#contact-page .aaa .form-label {
  color: #181866; /* 參考原圖的深藍色 */
  font-weight: 700;
  font-size: 16px;
  white-space: nowrap; /* 避免標籤在縮放時斷行 */
}
#contact-page .aaa {
  /* 必填星號 */
}
#contact-page .aaa .required-star {
  color: #c00000;
  margin-right: 4px;
}
#contact-page .aaa {
  /* 底線輸入框樣式 */
}
#contact-page .aaa .underline-input {
  border: none;
  border-bottom: 1px solid #d1d4de;
  border-radius: 0;
  background-color: transparent;
  padding-left: 0;
  box-shadow: none !important;
}
#contact-page .aaa .underline-input:focus {
  border-bottom-color: #181866;
  background-color: transparent;
}
#contact-page .aaa {
  /* 內容區塊的文字輸入框 (保留圓角邊框) */
}
#contact-page .aaa .content-textarea {
  border: 1px solid #d1d4de;
  border-radius: 15px;
  resize: vertical; /* 允許垂直拉伸 */
  box-shadow: none !important;
}
#contact-page .aaa .content-textarea:focus {
  border-color: #181866;
}
#contact-page .aaa {
  /* 送出按鈕樣式 */
}
#contact-page .aaa .submit-btn {
  color: #181866;
  background-color: transparent;
  border: 1px solid #181866;
  border-radius: 25px;
  font-weight: 600;
  letter-spacing: 2px;
  transition: all 0.3s ease;
}
#contact-page .aaa .submit-btn:hover {
  background-color: #181866;
  color: #ffffff;
}
#contact-page .aaa {
  /* 客製化 Radio Button 的顏色以符合深藍色主題 */
}
#contact-page .aaa .custom-control-label::before {
  border: 2px solid #ccc;
  background-color: transparent;
}
#contact-page .aaa .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #181866;
  background-color: #ffffff;
}
#contact-page .aaa .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none;
  background-color: #181866;
  border-radius: 50%;
  transform: scale(0.5);
}
#contact-page .aaa .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
  border: 2px solid #181b85;
}
#contact-page #section-contact-us {
  padding: 6vmax 24px;
  background-position: bottom;
  margin-top: 0;
}
#contact-page #section-contact-us .section-contact-header {
  transform: translateY(0);
}

#footer {
  background-color: #f8f8f8; /* 假設背景為淺灰色以區隔內容 */
  padding: 60px 0 20px;
  position: relative;
}
#footer .footer-logo-row {
  margin-bottom: 50px;
}
#footer .footer-logo-row .footer-logo {
  max-width: 600px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 992px) {
  #footer .footer-logo-row .footer-logo {
    max-width: 80%;
  }
}
#footer .footer-content-row {
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  #footer .footer-content-row {
    margin-bottom: 0;
  }
}
#footer .footer-title {
  /* 紅色虛線規範 */
  font-size: 20px;
  line-height: 30px;
  color: #1d2088;
  font-weight: 900;
  margin-bottom: 0;
  text-align: left;
  margin-bottom: 6px;
}
@media (max-width: 768px) {
  #footer .footer-title {
    font-size: 20px;
  }
}
#footer .footer-title.company-name {
  font-size: 24px;
}
@media (max-width: 576px) {
  #footer .footer-title.company-name {
    font-size: 21px;
  }
}
#footer .footer-info-list li {
  /* 綠色虛線規範 */
  font-size: 18px;
  line-height: 30px;
  color: #666666;
  font-weight: 100;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
#footer .footer-info-list li a {
  font-weight: 700;
}
#footer .footer-info-list li .footer-icon {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  #footer .footer-info-list li {
    font-size: 16px;
  }
}
#footer .footer-nav-wrapper .footer-nav-list li {
  line-height: 1.2;
  text-align: left;
}
#footer .footer-nav-wrapper .footer-nav-list li a {
  /* 綠色虛線規範 */
  font-size: 18px;
  line-height: 2;
  color: #666666;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease;
  text-align: left;
}
#footer .footer-nav-wrapper .footer-nav-list li a:hover {
  color: #1d2088;
}
@media (max-width: 768px) {
  #footer .footer-nav-wrapper .footer-nav-list li a {
    font-size: 16px;
  }
}
#footer .footer-social-group {
  display: flex;
  gap: 12px;
}
#footer .footer-social-group .social-link {
  display: inline-block;
  width: 40px;
  height: 40px;
  transition: transform 0.3s ease;
}
@media (max-width: 576px) {
  #footer .footer-social-group .social-link {
    width: 30px;
    height: 30px;
  }
}
#footer .footer-social-group .social-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#footer .footer-social-group .social-link:hover {
  transform: translateY(-5px);
}
#footer .footer-copyright {
  /* 藍色虛線規範 */
  font-size: 14px;
  line-height: 48px;
  color: #666666;
  margin-top: 20px;
  text-align: left;
}
@media (max-width: 992px) {
  #footer .footer-copyright {
    text-align: center;
    line-height: 30px;
  }
}
#footer {
  /* 黑色虛線: Back to Top 功能 */
}
#footer .back-to-top-btn {
  position: absolute;
  right: 24px;
  top: 0;
  z-index: 15;
  transform: translateY(-15%);
  background-color: #1d2088;
  color: #ffffff;
  width: 45px;
  height: 160px;
  border-radius: 8px 30px 8px 30px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: background-color 0.3s ease;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
}
#footer .back-to-top-btn:hover {
  background-color: rgb(37.9636363636, 41.8909090909, 178.0363636364);
}
#footer .back-to-top-btn .back-to-top-text {
  writing-mode: vertical-rl; /* 垂直排列文字 */
  text-orientation: mixed;
  letter-spacing: 4px;
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: 500;
}
#footer .back-to-top-btn .back-to-top-line {
  width: 1px;
  height: 50px;
  background-color: #ffffff;
  opacity: 0.7;
}
#footer .back-to-top-btn {
  /* 行動裝置可隱藏，依您的 d-none d-lg-flex 設定 */
}
@media (max-width: 992px) {
  #footer .back-to-top-btn {
    display: none !important;
  }
}/*# sourceMappingURL=theme-1.css.map */