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

.l-title-block .title-img {
  width: 6vw;
}
@media (max-width: 992px) {
  .l-title-block .title-img {
    width: 100px;
  }
}
@media (max-width: 576px) {
  .l-title-block .title-img {
    width: 80px;
  }
}
.l-title-block .title-text {
  font-size: 2.5vw;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #013d97;
  font-weight: 900;
}
@media (max-width: 1200px) {
  .l-title-block .title-text {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .l-title-block .title-text {
    font-size: 28px;
  }
}

.breadcrumbs-btn {
  color: #093e7e !important;
}

.l-btn-more {
  display: inline-block;
  padding: 8px 60px;
  border: 1.5px solid #093e7e;
  color: #093e7e;
  border-radius: 30px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  background-color: transparent;
}
.l-btn-more:hover {
  background-color: #093e7e;
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(9, 62, 126, 0.4);
  transform: translateY(-2px);
}

.ex-l-card {
  position: relative;
  width: 100%;
  padding-bottom: 150%;
}

.l-card {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.dark-cover {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(43, 43, 43, 0.1) 10%, rgba(43, 43, 43, 0.15) 20%);
}

.item-app {
  position: relative;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.item-app .item-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(9, 62, 126, 0);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease;
  padding: 20px;
}
.item-app .item-mask .item-title {
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
  margin-top: auto;
  transition: all 0.4s ease;
}
.item-app .item-mask .btn-item-more {
  opacity: 0;
  background-color: #fff;
  color: #013d97;
  padding: 5px 10%;
  border-radius: 20px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 15px;
  transition: all 0.4s ease;
  transform: translateY(200px);
  font-size: 16px;
}
.item-app:hover .item-mask {
  background-color: rgba(9, 62, 126, 0.85);
}
.item-app:hover .item-mask .item-title {
  transform: translateY(0);
  margin-top: unset;
}
.item-app:hover .item-mask .btn-item-more {
  opacity: 1;
  transform: translateY(0);
}
.item-app:hover .item-mask .btn-item-more:hover {
  box-shadow: 0 4px 15px rgba(9, 62, 126, 0.4);
  transform: scale(1.05);
}
@media (max-width: 576px) {
  .item-app {
    height: 300px;
  }
}

.custom-breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
  justify-content: flex-end;
  font-size: 14px;
  font-family: sans-serif;
}
.custom-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "-";
  color: #5c7c9e;
  padding: 0 12px;
}
.custom-breadcrumb .breadcrumb-item .breadcrumb-link {
  color: #5c7c9e;
  text-decoration: none;
  font-weight: 400;
}
.custom-breadcrumb .breadcrumb-item .breadcrumb-link:hover {
  text-decoration: underline;
}
.custom-breadcrumb .breadcrumb-item.active {
  color: #003366;
  font-weight: 700;
}

.scrolling #header-top {
  background-color: transparent;
}
.scrolling #header-top .container {
  height: unset !important;
}
.scrolling #header-top .nav-btn {
  font-size: 18px !important;
}

#header-top {
  top: 30px;
  background-color: transparent;
}
#header-top .header-content {
  border-radius: 20px;
  filter: drop-shadow(4.243px 4.243px 2.5px rgba(21, 29, 82, 0.1));
  background-color: #ededed;
  padding: 15px 30px;
  height: unset;
}
#header-top .logo {
  width: 200px;
}
#header-top .list-item:hover .earth-img {
  display: none;
}
#header-top .list-item:hover .earth-img-hover {
  display: block;
}
#header-top .list-item:hover .earth-circle {
  background-color: #093e7e;
}
#header-top .list-item:hover .lang_select_pc {
  font-weight: 300;
}
#header-top .list-item a {
  line-height: 1;
  padding: 0 12px;
  margin: 0 10px;
}
#header-top .list-item .earth-img-hover {
  display: none;
}
#header-top .list-item .inquiry-circle {
  background-color: #093e7e;
}
#header-top .wrap-nav-list > li:hover .inquiry-icon-btn.nav-btn::after, #header-top .wrap-nav-list > li:hover .search-btn.nav-btn::after {
  transform: scale(0);
}
#header-top .nav-btn {
  height: 40px;
  color: #093e7e;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #093e7e;
  font-weight: 100;
  font-family: "Montserrat";
  text-align: center;
}
@media (max-width: 1500px) {
  #header-top .nav-btn {
    font-size: 16px !important;
  }
}
#header-top .nav-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border: 2px solid #093e7e;
}
#header-top .nav-icon .earth-img {
  width: 90%;
}
#header-top .nav-icon .inquiry-img, #header-top .nav-icon .inquiry-img-hover {
  width: 70%;
}
#header-top .nav-icon-btn:hover .inquiry-circle {
  background-color: #093e7e;
}
#header-top .nav-icon-btn:hover .inquiry-img-hover {
  display: block;
}
#header-top .nav-icon-btn:hover .inquiry-img {
  display: none;
}
#header-top .nav-icon-btn .inquiry-img-hover {
  display: none;
}
#header-top .nav-icon-btn .inquiry-circle {
  border: 2px solid #093e7e;
}
#header-top .nav-icon-btn #num_rows {
  position: absolute;
  right: 0;
  left: unset;
  transform: translate(50%, -50%);
  background-color: red;
  width: 18px;
  height: 18px;
  font-size: 14px;
  display: flex;
  justify-content: center;
}
#header-top .search-btn {
  border: 2px solid #093e7e;
  border-radius: 15px;
  width: 158px;
  height: 30px;
  max-height: 30px;
  display: flex;
  align-content: center;
}
#header-top .search-btn .input-text {
  height: 20px;
  border: 1px solid transparent;
  border-bottom: 1px solid black;
  outline: none;
  margin-left: 4px;
  background-color: transparent;
  position: relative;
  font-size: 16px;
}
#header-top .search-btn .input-text:focus {
  border: 1px solid transparent;
}
#header-top .search-btn .input-text::-moz-placeholder {
  font-size: 16px;
}
#header-top .search-btn .input-text::placeholder {
  font-size: 16px;
}
#header-top .search-btn .search-input {
  border: 1px solid transparent;
  background-color: transparent;
}
#header-top .search-btn .search-input::-moz-placeholder {
  font-size: 16px;
  color: #093e7e;
}
#header-top .search-btn .search-input::placeholder {
  font-size: 16px;
  color: #093e7e;
}
#header-top .search-btn .search-input:focus-visible {
  border: 1px solid transparent;
  outline: none;
  box-shadow: none;
}
#header-top .search-btn img {
  width: 15px;
  display: block;
}
#header-top .search-btn:hover img {
  filter: grayscale(100%);
}

.mobile-nav .logo-img {
  max-width: 200px;
}
@media (max-width: 992px) {
  .mobile-nav .logo-img {
    max-width: 150px;
  }
}

#section-bn {
  z-index: -1;
}

.section-about {
  width: 100%;
  min-height: 300px;
  padding: 16vmax 0 16vmax;
  margin-top: -6vmax;
  background-image: url("/assets/images/about_bg.png");
  background-size: cover;
  background-position: center;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M0 0 Q 50 20 100 0 V 100 H 0 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M0 0 Q 50 20 100 0 V 100 H 0 Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media (max-width: 1600px) {
  .section-about {
    padding: 18vw 0 4vmax;
  }
}
@media (max-width: 1200px) {
  .section-about {
    margin-top: -8vmax;
  }
}
@media (max-width: 992px) {
  .section-about {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M0 0 Q 50 10 100 0 V 100 H 0 Z' fill='black'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M0 0 Q 50 10 100 0 V 100 H 0 Z' fill='black'/%3E%3C/svg%3E");
    margin-top: -5vmax;
  }
}
@media (max-width: 576px) {
  .section-about {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M0 0 Q 50 5 100 0 V 100 H 0 Z' fill='black'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M0 0 Q 50 5 100 0 V 100 H 0 Z' fill='black'/%3E%3C/svg%3E");
    margin-top: -3vmax;
  }
}
.section-about .about-image-wrapper {
  max-width: 500px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .section-about .about-image-wrapper {
    max-width: 400px;
  }
}
@media (max-width: 576px) {
  .section-about .about-image-wrapper {
    max-width: 300px;
  }
}
@media (max-width: 992px) {
  .section-about .about-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.section-about .title-img {
  max-width: 200px;
}
.section-about .about-description {
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
}
@media (max-width: 992px) {
  .section-about .about-description {
    margin-left: auto;
    margin-right: auto;
  }
}
.section-about .business-title {
  font-weight: 900;
  font-size: 32px;
  letter-spacing: 1px;
  color: #093e7e;
}
@media (max-width: 1200px) {
  .section-about .business-title {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .section-about .business-title {
    font-size: 24px;
  }
}
.section-about .service-item {
  color: #093e7e;
}
.section-about .service-item:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .section-about .service-item {
    text-align: left;
  }
}
.section-about .service-item .service-icon {
  min-width: 90px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 576px) {
  .section-about .service-item .service-icon {
    min-width: 60px;
    width: 60px;
    height: 60px;
  }
}
.section-about .service-item .service-icon img {
  width: 70%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.section-about .service-item .service-text {
  width: 90%;
}
.section-about .service-item .service-text h4 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 5px;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .section-about .service-item .service-text h4 {
    font-size: 16px;
  }
}
.section-about .service-item .service-text p {
  font-size: 16px;
  line-height: 1.4;
  color: #093e7e;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .section-about .service-item .service-text p {
    font-size: 14px;
  }
}

.section-applications {
  padding: 80px 0;
  overflow: hidden;
}
.section-applications .l-title-block .title-img {
  width: 6vw;
}
@media (max-width: 992px) {
  .section-applications .l-title-block .title-img {
    width: 100px;
  }
}
@media (max-width: 576px) {
  .section-applications .l-title-block .title-img {
    width: 80px;
  }
}
.section-applications .l-title-block .title-text {
  font-size: 2.5vw;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #013d97;
  font-weight: 900;
}
@media (max-width: 1200px) {
  .section-applications .l-title-block .title-text {
    font-size: 32px;
    max-width: 200px;
  }
}
@media (max-width: 576px) {
  .section-applications .l-title-block .title-text {
    font-size: 28px;
    max-width: 200px;
  }
}
.section-applications .app-swiper {
  padding: 20px 0;
}
.section-applications .app-swiper .swiper-slide.item-app:nth-child(even) > div, .section-applications .app-swiper .swiper-slide.item-app:nth-child(even) > p, .section-applications .app-swiper .swiper-slide.item-app:nth-child(even) > a {
  margin-top: 24px;
}
@media (max-width: 576px) {
  .section-applications .app-swiper .swiper-slide.item-app:nth-child(even) > div, .section-applications .app-swiper .swiper-slide.item-app:nth-child(even) > p, .section-applications .app-swiper .swiper-slide.item-app:nth-child(even) > a {
    margin-top: 0;
  }
}
.section-applications .app-swiper .swiper-slide.item-app:nth-child(even) .dark-cover {
  height: calc(100% - 24px);
}
@media (max-width: 576px) {
  .section-applications .app-swiper .swiper-slide.item-app:nth-child(even) .dark-cover {
    height: 100%;
  }
}

.section-partner {
  position: relative;
  padding: 8vmax;
}
@media (max-width: 768px) {
  .section-partner {
    padding: 6vmax;
  }
}
@media (max-width: 576px) {
  .section-partner {
    padding: 2vmax;
  }
}
.section-partner::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 45vh;
  top: 0;
  right: 0;
  transform: translate(0, -10vmax);
  background-image: url("/assets/images/partner_bg_1_1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}
@media (max-width: 1920px) {
  .section-partner::before {
    height: 30vh;
    transform: translate(0, -13.5vmax);
  }
}
@media (max-width: 1400px) {
  .section-partner::before {
    height: 24vh;
    transform: translate(0, -17vmax);
  }
}
@media (max-width: 992px) {
  .section-partner::before {
    height: 22vh;
  }
}
.section-partner::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 65vh;
  bottom: 0;
  left: 0;
  transform: translate(0, 11.5vmax);
  background-image: url("/assets/images/partner_bg_2_1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}
@media (max-width: 1920px) {
  .section-partner::after {
    height: 47vh;
  }
}
@media (max-width: 1400px) {
  .section-partner::after {
    height: 40vh;
  }
}
@media (max-width: 992px) {
  .section-partner::after {
    height: 28vh;
  }
}
@media (max-width: 992px) {
  .section-partner::after {
    height: 24vh;
  }
}
@media (min-width: 1921px) {
  .section-partner .partner-groups {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
.section-partner .partner-item {
  width: 25%;
  padding: 0 24px 48px;
  display: block;
}
@media (max-width: 576px) {
  .section-partner .partner-item {
    width: 33.333%;
    padding: 0 12px 24px;
  }
}
.section-partner .partner-item:hover .partner-img {
  filter: unset;
  opacity: 1;
}
.section-partner .inner-partner-item {
  position: relative;
  width: 100%;
  padding-bottom: 50%;
}
.section-partner .partner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.5;
}
@media (max-width: 576px) {
  .section-partner .partner-img {
    filter: unset;
    opacity: 1;
  }
}

.section-news {
  margin-bottom: 4vmax;
}
@media (max-width: 576px) {
  .section-news {
    margin-bottom: 0;
  }
}
.section-news .ex-l-card {
  position: relative;
  width: 100%;
  padding-bottom: 56.2%;
}
.section-news .ex-item-app:hover .item-mask {
  background-color: rgba(9, 62, 126, 0.5);
}
.section-news .ex-item-app:hover .event-title {
  color: #093e7e;
}
.section-news .ex-item-app:hover .item-mask .item-title {
  transform: translateY(0);
  margin-top: unset;
}
.section-news .ex-item-app:hover .item-mask .btn-item-more {
  opacity: 1;
  transform: translateY(0);
}
.section-news .ex-item-app:hover .item-mask .btn-item-more:hover {
  box-shadow: 0 4px 15px rgba(9, 62, 126, 0.4);
  transform: scale(1.05);
}
.section-news .ex-item-app.video-item .dark-cover, .section-news .ex-item-app.video-item .item-mask {
  display: none;
}
.section-news .item-app {
  border-top-left-radius: unset;
  border-top-right-radius: 25px;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: 25px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 576px) {
  .section-news .item-app {
    height: auto;
  }
}
.section-news .event-title {
  font-size: 20px;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 576px) {
  .section-news .event-title {
    font-size: 16px;
  }
}
.section-news .event-content {
  text-align: center;
  font-size: 16px;
  margin-bottom: 0.5rem;
  letter-spacing: 0.02em;
  font-weight: 500;
}
@media (max-width: 576px) {
  .section-news .event-content {
    font-size: 14px;
  }
}
.section-news .video-wrap {
  transform: translate(0);
  height: 100%;
  padding-bottom: unset;
}
.section-news frame {
  width: 100% !important;
  height: 100% !important;
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
}

.section-contact {
  padding: 8vmax 0;
  background-image: url("/assets/images/contact_bg.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .section-contact {
    background-size: cover;
  }
}
@media (max-width: 576px) {
  .section-contact {
    padding: 6vmax 0;
  }
}
.section-contact .contact-title {
  font-weight: 900;
  color: white;
  letter-spacing: 4px;
  font-size: 1.5vw;
}
.section-contact .info {
  font-weight: 900;
  color: white;
  font-size: 4vw;
  letter-spacing: 4px;
  line-height: 1.2;
}
.section-contact .l-btn-more {
  background-color: white;
  color: #093e7e;
}
.section-contact .l-btn-more:hover {
  transform: scale(1.05);
}

.page-about {
  padding-top: 4vmax;
  padding-bottom: 50px;
}
@media (max-width: 1200px) {
  .page-about .l-title-block {
    align-self: center;
  }
}
.page-about .bg-1 {
  position: relative;
}
.page-about .bg-1::before {
  content: "";
  position: absolute;
  background-color: rgba(9, 62, 126, 0.1019607843);
  width: 100%;
  height: 72%;
  bottom: 0;
}
.page-about .l-btn-more {
  margin-left: auto !important;
  margin-right: auto !important;
}
.page-about__header {
  position: relative;
  border-bottom: 1px solid transparent;
}
.page-about__content {
  padding-top: 4vmax;
}
@media (max-width: 1200px) {
  .page-about__content {
    padding-top: 0;
  }
}
.page-about__content .content-title {
  font-size: 28px;
  font-weight: 900;
  color: #093e7e;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 4px;
}
@media (max-width: 1200px) {
  .page-about__content .content-title {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .page-about__content .content-title {
    font-size: 24px;
    letter-spacing: 2px;
  }
}
.page-about__content .item-app {
  border-radius: 25px;
}
@media (max-width: 576px) {
  .page-about__content .item-app {
    height: unset;
  }
}
.page-about__content .content-desc {
  width: 95%;
  font-size: 1rem;
  color: #093e7e;
  line-height: 1.6;
  margin-bottom: 2.5vmax;
  text-transform: uppercase;
  font-weight: 500;
  opacity: 0.8;
  margin-bottom: 3vmax;
  letter-spacing: 2px;
}
@media (max-width: 1200px) {
  .page-about__content .content-desc {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.page-about__content .ex-l-card {
  position: relative;
  width: 100%;
  padding-bottom: 44.5%;
}
@media (max-width: 576px) {
  .page-about__content .ex-l-card {
    padding-bottom: 56.25%;
  }
}
.page-about__content .video-wrap {
  transform: translate(0);
  height: 100%;
  padding-bottom: 0;
}
.page-about .video-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.page-about .video-wrapper .video-player {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-about .tower-img-box {
  position: relative;
  transform: translate(-20%, 24px);
  position: relative;
  z-index: -1;
}
@media (max-width: 1200px) {
  .page-about .tower-img-box {
    margin: 48px auto 0;
    width: -moz-fit-content;
    width: fit-content;
    transform: translate(0);
  }
}
@media (max-width: 576px) {
  .page-about .tower-img-box {
    margin: 24px auto 0;
  }
}
.page-about .tower-img-box img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1200px) {
  .page-about .tower-img-box img {
    max-height: 600px;
  }
}
@media (max-width: 576px) {
  .page-about .tower-img-box img {
    max-height: 400px;
  }
}
.page-about .main-business {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
}
.page-about .main-business .main-block {
  width: 35%;
}
@media (max-width: 1200px) {
  .page-about .main-business .main-block {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .page-about .main-business .main-block {
    width: 66.666%;
  }
}
@media (max-width: 576px) {
  .page-about .main-business .main-block {
    width: 90%;
  }
}
.page-about .main-business .main-info-1, .page-about .main-business .main-info-3 {
  width: 30%;
}
@media (max-width: 1400px) {
  .page-about .main-business .main-info-1, .page-about .main-business .main-info-3 {
    width: 32%;
  }
}
@media (max-width: 1200px) {
  .page-about .main-business .main-info-1, .page-about .main-business .main-info-3 {
    width: 75%;
  }
}
@media (max-width: 576px) {
  .page-about .main-business .main-info-1, .page-about .main-business .main-info-3 {
    width: 90%;
  }
}
.page-about .main-business .main-info-2 {
  width: 45%;
}
@media (max-width: 1200px) {
  .page-about .main-business .main-info-2 {
    width: 75%;
  }
}
@media (max-width: 576px) {
  .page-about .main-business .main-info-2 {
    width: 90%;
  }
}
.page-about .main-business .l-title-block {
  margin-bottom: 4vmax;
}
.page-about .main-business .l-title-block .title-img {
  width: 6vw;
  margin-right: 15px;
  display: block;
}
@media (max-width: 992px) {
  .page-about .main-business .l-title-block .title-img {
    width: 100px;
  }
}
@media (max-width: 1200px) {
  .page-about .main-business .l-title-block .title-img {
    margin: 0 auto 8px;
  }
}
@media (max-width: 576px) {
  .page-about .main-business .l-title-block .title-img {
    width: 80px;
  }
}
.page-about .main-business .l-title-block .title-text {
  font-size: 2.5vw;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #013d97;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .page-about .main-business .l-title-block .title-text {
    font-size: 32px;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .page-about .main-business .l-title-block .title-text {
    font-size: 28px;
  }
}
.page-about .main-business__img-box {
  padding: 0 15px;
}
.page-about .main-business__img-box img {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.08));
}
.page-about .main-business__item {
  position: relative;
  padding-left: 32px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.page-about .main-business__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-image: url("/assets/images/main_deco.png");
  width: 24px;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
.page-about .main-business__item .item-title {
  font-size: 24px;
  font-weight: 800;
  color: #000;
  margin-bottom: 0.8rem;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .page-about .main-business__item .item-title {
    font-size: 20px;
  }
}
.page-about .main-business__item .item-desc {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 500;
  text-align: start;
}
@media (max-width: 768px) {
  .page-about .main-business__item .item-desc {
    font-size: 14px;
  }
}
.page-about .section-history {
  position: relative;
}
.page-about .section-history::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 45vh;
  top: 0;
  right: 0;
  background-image: url("/assets/images/history_bg_1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}
@media (max-width: 1920px) {
  .page-about .section-history::before {
    height: 30vh;
  }
}
@media (max-width: 1400px) {
  .page-about .section-history::before {
    height: 24vh;
  }
}
@media (max-width: 992px) {
  .page-about .section-history::before {
    height: 22vh;
  }
}
.page-about .section-history::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 38vh;
  bottom: 0;
  left: 0;
  background-image: url("/assets/images/history_bg_2.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}
@media (max-width: 1920px) {
  .page-about .section-history::after {
    height: 30vh;
  }
}
.page-about .section-history {
  padding: 60px 0;
}
.page-about .section-history .history-intro {
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 50px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .page-about .section-history .history-intro {
    font-size: 13px;
    margin-bottom: 30px;
  }
}
.page-about .section-history .history-timeline {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 95%;
  margin: 0 auto;
}
.page-about .section-history .timeline-item {
  display: flex;
  align-items: stretch;
}
.page-about .section-history .timeline-item:hover .timeline-content {
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.page-about .section-history .timeline-item:hover .timeline-year {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.page-about .section-history .timeline-item:nth-child(even) {
  margin-left: -3%;
}
@media (max-width: 1200px) {
  .page-about .section-history .timeline-item:nth-child(even) {
    margin-left: 0;
  }
}
.page-about .section-history .timeline-item:nth-child(odd) {
  margin-right: -3%;
}
@media (max-width: 1200px) {
  .page-about .section-history .timeline-item:nth-child(odd) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .page-about .section-history .timeline-item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.page-about .section-history .timeline-item .timeline-year {
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: 900;
  color: #013d97;
  line-height: 1;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-right: -8px;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  .page-about .section-history .timeline-item .timeline-year {
    writing-mode: horizontal-tb;
    transform: none;
    font-size: 36px;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 0;
  }
}
.page-about .section-history .timeline-item .timeline-content {
  background-color: rgba(105, 130, 159, 0.3019607843);
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 4% 8%;
  flex-grow: 1;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
  .page-about .section-history .timeline-item .timeline-content {
    padding: 25px;
    width: 100%;
  }
}
.page-about .section-history .timeline-item .timeline-content .item-title {
  font-size: 18px;
  font-weight: 800;
  color: #000;
  margin-bottom: 15px;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 768px) {
  .page-about .section-history .timeline-item .timeline-content .item-title {
    font-size: 16px;
  }
}
.page-about .section-history .timeline-item .timeline-content .item-desc {
  font-size: 13px;
  line-height: 1.8;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: center;
}
.page-about .section-history .history-footer-quote {
  margin-top: 60px;
  font-size: 24px;
  font-weight: 900;
  color: #013d97;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .page-about .section-history .history-footer-quote {
    font-size: 18px;
    margin-top: 40px;
  }
}

.locations .location-card {
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 2px solid #e9e9e9;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.locations .location-card:hover {
  border: 2px solid #093e7e;
}
.locations .location-card__title {
  color: #003399;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
  min-height: 3em;
}
.locations .location-card__divider {
  border: 0;
  border-top: 4px solid #093e7e;
  border-radius: 3px;
  width: 25%;
  margin: 0 0 20px 0;
  opacity: 1;
}
.locations .location-card .info-item {
  display: flex;
  margin-bottom: 12px;
}
.locations .location-card .info-item:hover a {
  color: #093e7e;
}
.locations .location-card .info-item__label {
  flex: 0 0 80px;
  color: #003399;
  font-weight: 700;
  display: inline-block;
  font-size: 20px;
  min-width: 150px;
}
.locations .location-card .info-item__content {
  flex: 1;
  color: #666;
  word-break: break-word;
  font-size: 16px;
}
.locations .location-card .info-item__content a {
  color: #666;
  text-decoration: none;
  font-size: 16px;
}
.locations .location-card .info-item__content a:hover {
  text-decoration: underline;
}

.section-contact-us {
  padding-top: 4vmax;
}
.section-contact-us .required-mark {
  color: red;
}
.section-contact-us .company-details {
  padding: 30px 40px;
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 40px;
}
.section-contact-us .company-details .icon-groups {
  min-width: 160px;
}
.section-contact-us .company-details .company-name {
  color: #003366;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.section-contact-us .company-details .title-underline {
  width: 25%;
  height: 4px;
  background-color: #003366;
  margin-top: 32px;
  border-radius: 3px;
}
.section-contact-us .company-details .info-item {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.section-contact-us .company-details .info-item:hover .info-value {
  font-weight: 600;
}
@media (min-width: 992px) {
  .section-contact-us .company-details .info-item {
    flex-direction: row;
  }
}
.section-contact-us .company-details .info-item .info-icon {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 12px;
}
@media (max-width: 576px) {
  .section-contact-us .company-details .info-item .info-icon {
    width: 24px;
    height: 24px;
  }
}
.section-contact-us .company-details .info-item .info-label {
  font-weight: bold;
  color: #003366;
  display: inline-block;
  margin-right: 12px;
  font-size: 20px;
  width: 25%;
  text-wrap: nowrap;
  font-family: "Montserrat";
}
.section-contact-us .company-details .info-item .info-value {
  color: #093e7e;
  text-decoration: none;
  word-break: break-all;
  font-size: 16px;
}
.section-contact-us .form-wrapper {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #eee;
}
.section-contact-us .form-wrapper .form-side-image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media (max-width: 768px) {
  .section-contact-us .form-wrapper .form-side-image {
    max-height: 500px;
    margin: 0 auto;
    display: block;
  }
}
@media (max-width: 576px) {
  .section-contact-us .form-wrapper .form-side-image {
    width: 100%;
    -o-object-position: center;
       object-position: center;
  }
}
.section-contact-us .form-group {
  padding: 20px 40px;
}
@media (max-width: 576px) {
  .section-contact-us .form-group {
    padding: 20px 15px;
  }
}
.section-contact-us .form-group .form-row-item {
  display: flex;
  margin-bottom: 25px;
  align-items: baseline;
}
@media (max-width: 576px) {
  .section-contact-us .form-group .form-row-item {
    flex-direction: column;
  }
}
.section-contact-us .form-group .form-row-item label {
  width: 150px;
  color: #003366;
  font-size: 16px;
  margin-bottom: 0;
  flex-shrink: 0;
  font-weight: 500;
  margin-right: 24px;
}
@media (max-width: 768px) {
  .section-contact-us .form-group .form-row-item label {
    width: 120px;
  }
}
@media (max-width: 768px) {
  .section-contact-us .form-group .form-row-item label {
    width: unset;
  }
}
.section-contact-us .form-group .form-row-item .form-control-custom {
  flex-grow: 1;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  padding: 5px 0;
  background: transparent;
}
@media (max-width: 576px) {
  .section-contact-us .form-group .form-row-item .form-control-custom {
    width: 100%;
  }
}
.section-contact-us .form-group .form-row-item .form-control-custom:focus {
  outline: none;
  border-bottom-color: #003366;
}
.section-contact-us .form-group .form-row-item .textarea-custom {
  border: 1px solid #ddd;
  border-radius: 15px;
  padding: 10px;
}
.section-contact-us .form-group .form-row-item label.error {
  color: red;
}
.section-contact-us .form-group .l-btn-more {
  margin-left: 174px;
}
@media (max-width: 768px) {
  .section-contact-us .form-group .l-btn-more {
    margin-left: auto;
    margin-right: auto;
  }
}
.section-contact-us .form-group .custom-radio .custom-control-input:checked ~ .custom-control-label {
  color: #093e7e;
  font-weight: 600;
}
.section-contact-us .form-group .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #093e7e;
  background-color: transparent;
}
.section-contact-us .form-group .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: radial-gradient(circle, #093e7e 40%, transparent 45%);
  background-size: 100% 100%;
}
.section-contact-us .form-group .custom-radio .custom-control-label {
  cursor: pointer;
  padding-left: 5px;
  color: #093e7e;
}
.section-contact-us .form-group .custom-radio .custom-control-label::before {
  border: 1px solid #ccc;
  background-color: #fff;
  top: 0.25rem;
  width: 1.2rem;
  height: 1.2rem;
}
.section-contact-us .form-group .custom-radio .custom-control-label::after {
  top: 0.25rem;
  width: 1.2rem;
  height: 1.2rem;
}
.section-contact-us .form-group .custom-radio .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
  border-color: #093e7e;
}
.section-contact-us .form-group .custom-radio .custom-control-input:active ~ .custom-control-label::before {
  background-color: transparent;
}
.section-contact-us .l-btn-more {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.section-product {
  /* 外層容器 */
}
.section-product .container {
  max-width: 1690px !important;
}
.section-product .product-spec-container {
  padding: 20px 0;
}
.section-product {
  /* 標題樣式 */
}
.section-product .category-title {
  text-align: center;
  color: #00338d; /* 深藍色 */
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
.section-product {
  /* 表格主體 */
}
.section-product .table-spec {
  border-collapse: separate;
  border-spacing: 0; /* 增加列與列之間的間隙感 */
  min-width: 1200px; /* 確保在寬度不足時觸發捲軸 */
  white-space: normal;
}
.section-product .table-spec td {
  border: 0;
}
.section-product .table-spec thead tr th {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  background-clip: padding-box;
}
.section-product .table-spec tbody tr {
  position: relative;
  border-bottom: 1px solid red;
}
.section-product .table-spec tbody tr td {
  border-bottom: 1px solid #093e7e; /* 使用你的變數 */
  padding-top: 24px;
  padding-bottom: 24px; /* 調整文字與線條的距離 */
}
.section-product .table-spec tbody tr::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 8px;
  bottom: 8px;
  left: 0px;
  right: 0px;
  background-color: rgba(9, 62, 126, 0.1019607843);
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
.section-product .table-spec tbody tr:hover::after {
  opacity: 1;
}
.section-product {
  /* 表頭樣式 */
}
.section-product .table-spec thead th {
  background-color: #d1dbe5; /* 淺灰藍背景 */
  color: #002b5c;
  border: none;
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
  padding: 12px 8px;
  border-radius: 8px; /* 呈現設計稿中的圓角感 */
  white-space: wrap;
}
@media (max-width: 576px) {
  .section-product .table-spec thead th {
    font-size: 14px;
  }
}
.section-product {
  /* 內容單元格樣式 */
}
.section-product .table-spec tbody td {
  vertical-align: middle;
  text-align: center;
  color: #093e7e;
  font-size: 16px;
  padding: 15px 8px;
}
@media (max-width: 576px) {
  .section-product .table-spec tbody td {
    font-size: 14px;
  }
}
.section-product {
  /* 第一個與最後一個 td 的邊框處理 (如果需要圓角或特定邊界) */
}
.section-product .table-spec tbody td:first-child {
  border-left: none;
}
.section-product .table-spec tbody td:last-child {
  border-right: none;
}
.section-product {
  /* Part Number 特殊樣式 */
}
.section-product .part-number {
  font-weight: bold;
  color: #4a6fa5;
}
.section-product {
  /* Marking Code 橫線樣式 */
}
.section-product .marking-code {
  position: relative;
  min-width: 60px;
}
.section-product .marking-line {
  border: 0;
  border-top: 1px solid #333;
  margin: 2px auto 0;
  width: 30px;
}
.section-product .custom-control-label {
  position: relative;
  width: 30px;
  height: 30px;
}
.section-product .custom-control-label::before {
  width: 100%;
  height: 100%;
  border: 1px solid #093e7e;
  background-color: transparent;
}
.section-product .custom-control-label::after {
  width: 100%;
  height: 100%;
}
.section-product {
  /* 基礎樣式繼承之前的... */
  /* 針對 992px 以上的特殊處理 */
}
@media (min-width: 992px) {
  .section-product .table-spec thead th {
    font-size: 11px; /* 稍微縮小字體以容納 14 欄 */
    padding: 10px 2px;
    word-break: break-word; /* 允許長標題換行 */
    line-height: 1.2;
  }
  .section-product .table-spec tbody td {
    font-size: 12px;
    padding: 12px 2px;
  }
  .section-product .table-spec tbody tr {
    position: relative;
    z-index: 1;
  }
  .section-product {
    /* 針對寬度極小的欄位微調，讓出空間給文字較多的欄位 */
  }
  .section-product .col-inquiry, .section-product .col-download {
    width: 50px;
  }
  .section-product .col-partno {
    width: 100px;
  }
}
.section-product {
  /* 裝飾性 CSS 修正 */
}
.section-product .marking-wrapper {
  display: grid;
  grid-template-rows: 1fr 1fr;
  height: 100%;
}
.section-product .marking-wrapper .code-text, .section-product .marking-wrapper .code-empty {
  display: flex;
  align-items: center; /* 垂直置中：未來加內容也會在格子正中間 */
  justify-content: center; /* 水平置中 */
  padding: 5px; /* 預留一點點內距，防止內容貼邊 */
}
.section-product .marking-wrapper .code-text {
  border-bottom: 1px solid #333; /* 中間線 */
}
.section-product .marking-wrapper .code-empty {
  /* 未來內容進來後，會自動繼承 flex 置中樣式 */
}
.section-product .download-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 6px 8px;
  border: 1px solid #093e7e;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.section-product .download-link img {
  display: block;
  width: 95%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

#footer {
  padding: 4vmax 0 24px;
  background-color: white;
  color: black;
}
#footer .footer-info {
  position: relative;
  border-bottom: 2px solid black;
  padding-bottom: 1.5vmax;
}
#footer .left {
  margin-right: 6%;
}
#footer .left .footer-logo img {
  max-width: 200px;
}
#footer .right .company-name, #footer .right .title {
  color: #093e7e;
  font-weight: 700;
  font-size: 24px;
  text-align: left;
  margin-bottom: 24px;
}
@media (max-width: 576px) {
  #footer .right .company-name, #footer .right .title {
    font-size: 18px;
  }
}
#footer .right .title {
  margin: 0 28px 0 0;
  min-width: 120px;
}
@media (max-width: 576px) {
  #footer .right .title {
    min-width: 60px;
  }
}
#footer .right .column-title {
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 16px;
}
@media (max-width: 576px) {
  #footer .right .column-title {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  #footer .right .info a {
    font-size: 14px;
  }
}
#footer .right .footer-links {
  text-align: left;
}
#footer .right .footer-bottom {
  margin-top: 4vmax;
}
@media (max-width: 576px) {
  #footer .right .footer-bottom {
    font-size: 14px;
  }
}
#footer .right .social-icons {
  gap: 12px;
}
#footer .right .q-icon {
  max-width: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0;
}
#footer .back-to-top {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1050;
}
#footer .back-to-top .back-to-top-text {
  position: absolute;
  bottom: 16px;
  right: -12px;
}
#footer .back-to-top-link {
  transition: opacity 0.3s;
}
#footer .back-to-top-link:hover {
  opacity: 0.7;
}
#footer .back-to-top-icon {
  width: 32px;
}
#footer .back-to-top-icon img {
  width: 100%;
  height: auto;
}
#footer .back-to-top-text {
  color: #004491;
  font-weight: bold;
  writing-mode: vertical-lr;
  margin-top: 10px;
}
#footer .wrap-info {
  margin-top: 0;
}
#footer .copyright {
  color: #888888;
  font-size: 14px;
}/*# sourceMappingURL=theme-1.css.map */