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

section {
  padding: 6% 0 2% 0;
}

body section .container {
  width: 95%;
  max-width: 1666px !important;
}
@media (max-width: 1500px) {
  body section .container {
    max-width: 1454px !important;
  }
}

.container {
  width: 95%;
  max-width: 1666px !important;
}

h2 {
  font-size: 80px;
  text-transform: uppercase;
  color: #1398C8;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 992px) {
  h2 {
    text-align: center;
  }
}
@media (max-width: 576px) {
  h2 {
    font-size: 42px;
  }
}

.title-groups {
  margin-bottom: 3.5vmax;
}

.text-title {
  font-size: 1.9vw;
  color: black !important;
}
@media (max-width: 1920px) {
  .text-title {
    font-size: 3vw;
  }
}
@media (max-width: 992px) {
  .text-title {
    font-size: 4vw;
  }
}
@media (max-width: 576px) {
  .text-title {
    font-size: 28px;
  }
}

.text-subtitle {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 1920px) {
  .text-subtitle {
    font-size: 2vw;
  }
}
@media (max-width: 576px) {
  .text-subtitle {
    font-size: 14px;
  }
}
.text-subtitle::after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translate(-50%);
  width: 211px;
  height: 7px;
  background-color: #3a6498;
}
@media (max-width: 576px) {
  .text-subtitle::after {
    bottom: -12px;
    height: 5px;
  }
}

#header-top {
  background-color: transparent;
  padding-top: 10px;
  height: 120px;
}
#header-top .logo-name {
  color: white;
  font-size: 24px;
  font-family: "Ma Shan Zheng", cursive;
  font-weight: 500;
  white-space: nowrap;
}
#header-top .search-text {
  border: 1px solid transparent;
  border-bottom: 1px solid white;
  background-color: transparent;
}
@media (max-width: 1200px) {
  #header-top .search-text {
    width: 90%;
  }
}
#header-top .search-text::-moz-placeholder {
  font-size: 16px;
}
#header-top .search-text::placeholder {
  font-size: 16px;
}
#header-top .icon {
  filter: brightness(0) invert(1);
}
#header-top .pc-nav-btn {
  color: white;
  letter-spacing: 2px;
}
#header-top .bar {
  width: 24px;
}

#section-bn {
  margin-top: -100px;
  padding-top: 0;
}
@media (max-width: 992px) {
  #section-bn {
    margin-top: 100px;
  }
}
@media (max-width: 576px) {
  #section-bn {
    margin-top: 0px;
  }
}
#section-bn .bnSwiper {
  height: 100%;
  height: calc(100vh + 100px);
  margin-top: -100px;
}
@media (max-width: 1920px) {
  #section-bn .bnSwiper {
    height: 100%;
  }
}
@media (max-width: 576px) {
  #section-bn .bnSwiper {
    margin-top: 0;
  }
}
#section-bn .banner-title-groups {
  position: absolute;
  top: 28%;
  left: 15px;
}
@media (max-width: 1400px) {
  #section-bn .banner-title-groups {
    top: 25%;
  }
}
@media (max-width: 1300px) {
  #section-bn .banner-title-groups {
    top: 17%;
  }
}
@media (max-width: 992px) {
  #section-bn .banner-title-groups {
    top: -3%;
  }
}
@media (max-width: 768px) {
  #section-bn .banner-title-groups {
    top: -20%;
  }
}
@media (max-width: 576px) {
  #section-bn .banner-title-groups {
    top: -30%;
  }
}
#section-bn .banner-title {
  position: relative;
  color: white;
  z-index: 10;
  font-size: 90px;
  background: linear-gradient(to right, #2f5b92 0%, #97d5f0 40%, #41b6e8 100%);;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 800;
  letter-spacing: 0.02em;
}
@media (max-width: 1500px) {
  #section-bn .banner-title {
    font-size: 5vw;
  }
}
#section-bn .banner-subtitle {
  position: relative;
  color: white;
  z-index: 10;
  font-size: 28px;
  letter-spacing: 2px;
}
@media (max-width: 1500px) {
  #section-bn .banner-subtitle {
    font-size: 2vw;
  }
}
@media (max-width: 576px) {
  #section-bn .banner-subtitle {
    font-size: 2.5vw;
  }
}
#section-bn .banner-subtitle::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 31%;
  height: 6px;
  background-color: #1398C8;
}
@media (max-width: 1500px) {
  #section-bn .banner-subtitle::after {
    bottom: -2vw;
  }
}
#section-bn .swiper-pagination-bullet {
  width: 19px;
  height: 19px;
  background-color: white;
  margin-right: 16px;
  opacity: 1;
}
@media (max-width: 576px) {
  #section-bn .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin-right: 8px;
  }
}
#section-bn .swiper-pagination-bullet-active {
  position: relative;
  background-color: #1398C8;
}
#section-bn .swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  border: 1px solid #1398C8;
  top: -35%;
  right: -35%;
  bottom: -35%;
  left: -35%;
  border-radius: 50%;
}

#section-intro {
  position: relative;
  /* 定義動畫關鍵影格 */
}
#section-intro::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 50%;
  bottom: 0;
  background-image: url("/assets/images/intro_bg.png");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: black;
}
@media (max-width: 992px) {
  #section-intro::after {
    background-image: none;
    background-color: transparent;
  }
}
#section-intro .text-title {
  position: relative;
}
#section-intro .text-title .text-1 {
  font-weight: 500;
}
#section-intro .text-title .text-2 {
  position: relative;
  font-weight: 900;
}
#section-intro .text-title .text-2::after {
  content: "";
  position: absolute;
  bottom: -24px;
  right: 0;
  width: 211px;
  height: 7px;
  background-color: #3a6498;
}
@media (max-width: 992px) {
  #section-intro .text-title .text-2::after {
    display: none;
  }
}
@media (max-width: 576px) {
  #section-intro .text-title .text-2::after {
    height: 5px;
    width: 90px;
    bottom: -15px;
  }
}
@media (max-width: 992px) {
  #section-intro .text-title::after {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translate(-50%);
    width: 211px;
    height: 7px;
    background-color: #3a6498;
  }
}
@media (max-width: 576px) {
  #section-intro .text-title::after {
    bottom: -12px;
    height: 5px;
  }
}
#section-intro .text-subtitle {
  font-size: 2.3vw;
  text-transform: uppercase;
  color: #000000;
  font-weight: bold;
}
@media (max-width: 992px) {
  #section-intro .text-subtitle {
    font-size: 36px;
  }
}
@media (max-width: 576px) {
  #section-intro .text-subtitle {
    font-size: 24px;
  }
}
#section-intro .intro-item {
  color: white;
}
#section-intro .intro-item.item-left {
  padding-right: 6%;
}
@media (max-width: 992px) {
  #section-intro .intro-item.item-left {
    padding-bottom: 8%;
  }
}
#section-intro .intro-item.item-right {
  padding-left: 6%;
  position: relative;
}
@media (max-width: 992px) {
  #section-intro .intro-item.item-right::after {
    content: "";
    position: absolute;
    top: 0;
    right: -5%;
    left: -5%;
    bottom: 0;
    background-image: url("/assets/images/intro_bg.png");
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: black;
  }
}
#section-intro .inner-intro-item {
  position: relative;
  z-index: 5;
}
#section-intro .inner-intro-item.item-right {
  padding: 8% 0;
}
#section-intro .content {
  font-size: 25px;
  line-height: 2;
  text-transform: uppercase;
  color: #000000;
  font-weight: 500;
  text-align: justify;
  margin-top: 10%;
}
@media (max-width: 992px) {
  #section-intro .content {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  #section-intro .content {
    font-size: 16px;
    margin-top: 36px;
  }
}
#section-intro .l-btn {
  font-size: 20px;
  font-weight: 900;
  color: #1398C8;
  transition: all 1s ease-in-out;
}
#section-intro .l-btn:hover {
  letter-spacing: 2px;
}
#section-intro .l-btn:hover .arrow-btn {
  animation: move-left-right 1.5s ease-in-out infinite;
}
@media (max-width: 576px) {
  #section-intro .l-btn {
    font-size: 16px;
  }
}
#section-intro .arrow-btn {
  width: 2vw;
  min-width: 46px;
  margin-left: 8px;
}
@keyframes move-left-right {
  0% {
    transform: translateX(0); /* 起始位置 */
  }
  50% {
    transform: translateX(10px); /* 向右移動 10px */
  }
  100% {
    transform: translateX(0); /* 回到原點 */
  }
}
#section-intro .intro-title {
  font-size: 83px;
  display: flex;
  align-items: baseline;
}
@media (max-width: 1200px) {
  #section-intro .intro-title {
    font-size: 60px;
  }
}
@media (max-width: 576px) {
  #section-intro .intro-title {
    font-size: 36px;
  }
}
#section-intro .info-item {
  padding-right: 10%;
}
@media (max-width: 992px) {
  #section-intro .info-item {
    padding-right: 0;
  }
}
#section-intro .intro-subtitle {
  font-size: 22px;
}
@media (max-width: 576px) {
  #section-intro .intro-subtitle {
    font-size: 16px;
  }
}
#section-intro .unit {
  font-size: 36px;
  margin-left: 8px;
}

#section-why .why-info {
  padding: 8% 0;
  background-image: url(/assets/images/why_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 1400px) {
  #section-why .why-info {
    background-size: cover;
  }
}
#section-why .why-img {
  width: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto 48px;
  position: relative;
  z-index: 10;
}
@media (max-width: 576px) {
  #section-why .why-img {
    width: 100%;
    margin: 0 auto 24px;
  }
}
#section-why .info-title, #section-why .info-subtitle {
  text-align: center;
  white-space: nowrap;
  color: white;
  font-size: 24px;
  position: relative;
  z-index: 2;
}
@media (max-width: 576px) {
  #section-why .info-title, #section-why .info-subtitle {
    font-size: 20px;
  }
}
#section-why .info-subtitle {
  font-size: 16px;
}
@media (max-width: 576px) {
  #section-why .info-subtitle {
    font-size: 14px;
  }
}
#section-why .why-item {
  width: 16.6666%;
  padding: 0 32px;
}
@media (max-width: 1400px) {
  #section-why .why-item {
    padding: 0 24px;
    width: 33.33333%;
    margin-bottom: 48px;
  }
}
@media (max-width: 576px) {
  #section-why .why-item {
    width: 50%;
  }
}
#section-why .why-item:hover {
  font-weight: 700;
}
#section-why .why-item:hover .inner-why-item::after {
  opacity: 0.5;
}
#section-why .inner-why-item {
  position: relative;
  padding: 36px;
}
@media (max-width: 576px) {
  #section-why .inner-why-item {
    padding: 24px;
  }
}
#section-why .inner-why-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -24px;
  opacity: 0.278;
  border-radius: 6px;
  background-image: linear-gradient(0deg, #000a29 0%, #285ab4 100%);
}

.overview-item {
  background-color: #eeeeee;
  flex: 0.5;
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  transition: flex 1s ease;
  /* 定義動畫關鍵影格 */
}
@media (max-width: 1200px) {
  .overview-item {
    flex: none;
    width: 46.5%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .overview-item {
    width: 100%;
  }
}
.overview-item:nth-child(odd) {
  background-color: #d9d9d9;
}
.overview-item:nth-child(even) {
  background-color: #eeeeee;
}
.overview-item:hover {
  flex: 2;
  background-color: #1398C8;
  transition: all 0.3s ease;
}
/*background-color: #3a6498;#1398C8 64c5ef */ 
.overview-item:hover .has-hover {
  visibility: visible;
  transition-delay: 0.5s; /* 延遲 0.5 秒顯示文字 */
}
.overview-item:hover .no-hover, .overview-item:hover .no-hover {
  display: none;
}
.overview-item:hover .info-item {
  width: 33.9%;
}
.overview-item:hover .over-img {
  width: 66.1%;
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translate(24px, -24px) scaleX(1);
  display: block;
}
.overview-item:hover .overview-title, .overview-item:hover .info-item {
  color: white;
}
.overview-item:hover .over-icon {
  /*opacity: 0;*/
}
.overview-item:hover .arrow-btn {
  background-color: #45b7e9;
  /*border: 1px solid #1fc669;*/
  color: white;
}
.overview-item:hover .arrow-btn img {
  filter: contrast(0%) brightness(1000%);
}
.overview-item:hover .arrow-gray {
  animation: move-left-right-2 1.5s ease-in-out infinite;
}
@keyframes move-left-right-2 {
  0% {
    transform: translateX(0); /* 起始位置 */
  }
  50% {
    transform: translateX(4px); /* 向右移動 10px */
  }
  100% {
    transform: translateX(0); /* 回到原點 */
  }
}
.overview-item.item-5 {
  background-position: right;
}
.overview-item .overview-title {
  font-size: 22px;
  font-weight: 800;
}
.overview-item .inner-info {
  font-size: 14px;
  line-height: 1.5;
}
.overview-item img {
  -o-object-fit: cover;
     object-fit: cover;
}
.overview-item .info-item {
  width: 100%;
}
.overview-item .over-icon {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 8px;
}
.overview-item .over-img {
    width: 60px;
  height: 60px;
/*  width: 0;
  height: 100%;*/
  /*transform: scaleX(0);*/
  /*display: none;*/
}
.overview-item .arrow-gray {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.overview-item .arrow-btn {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  border: 1px solid #aaaaaa;
}

.pad-overview .overview-item {
  height: auto;
  flex: none;
  transition: all 0.3s ease-in-out;
}
.pad-overview .overview-item:hover .frame {
  background-color: #3a6498;
  color: white;
}
.pad-overview .overview-item .pad-over-img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}
.pad-overview .overview-item .arrow-btn {
  width: 48px;
  height: 48px;
}
.pad-overview .overview-item .arrow-btn img {
  width: 20px;
  height: 20px;
}

#section-global-location .location-groups {
  position: absolute;
  top: 48.5%;
  right: 16%;
  transform: translate(50%, -50%);
}
@media (max-width: 1725px) {
  #section-global-location .location-groups {
    transform: translate(53%, -50%);
  }
}
@media (max-width: 1500px) {
  #section-global-location .location-groups {
    transform: translate(58%, -50%);
  }
}
@media (max-width: 992px) {
  #section-global-location .location-groups {
    transform: translate(63%, -50%);
  }
}
@media (max-width: 576px) {
  #section-global-location .location-groups {
    transform: translate(75%, -85%);
  }
}
#section-global-location .location-icon {
  width: 36px;
  height: 36px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 4px;
}
@media (max-width: 1400px) {
  #section-global-location .location-icon {
    width: 24px;
    height: 24px;
  }
}
#section-global-location .location-name {
  border-radius: 16px;
  filter: drop-shadow(1.414px 1.414px 1.5px rgba(0, 0, 0, 0.4));
  background-color: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  border: 1px solid #1398C8;
}
@media (max-width: 1400px) {
  #section-global-location .location-name {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  #section-global-location .location-name {
    font-size: 14px;
  }
}

#section-news .news-item img {
  transition: all 0.3s ease-in-out;
}
#section-news .news-item:hover img {
  transform: scale(1.05);
}
#section-news .content {
     font-size: 1.1vw;
  letter-spacing: 4px;
  text-align: center;
}
@media (max-width: 1200px) {
  #section-news .content {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  #section-news .content {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  #footer {
    padding: 24px 0 24px;
  }
}
#footer .footer-logo {
  display: block;
  margin: 0 24px 24px 0;
}
#footer .footer-logo img {
  height: 100px;
}
@media (max-width: 576px) {
  #footer .footer-logo img {
    height: 60px;
  }
}
#footer .item {
  margin-bottom: 0;
}
#footer .title {
  margin-right: 24px;
  font-size: 22px;
  text-transform: uppercase;
  color: #999999;
}
@media (max-width: 576px) {
  #footer .title {
    margin-right: 8px;
    font-size: 12px;
  }
}
#footer .info {
  font-size: 22px;
}
@media (max-width: 576px) {
  #footer .info {
    font-size: 14px;
  }
}
#footer .right {
  transform: translate(0, 36px);
}
@media (max-width: 992px) {
  #footer .right {
    transform: translate(0);
  }
}
@media (max-width: 576px) {
  #footer .right .title {
    margin-right: 20px;
  }
}/*# sourceMappingURL=theme-1.css.map */