@charset "UTF-8";
/******************************************************************
    個別主題樣式調整
	Vars 變數
*******************************************************************/
/* 編寫順序
 *
 * - 色彩
 * - 文字
 * - Header、Footer 設定
 * - Breakpoints
 */
/*----------------------------------------------------------
	Theme Color 主/輔 顏色
-----------------------------------------------------------*/
/*----------------------------------------------------------
	文字顏色
-----------------------------------------------------------*/
/*----------------------------------------------------------
	錯誤顏色
-----------------------------------------------------------*/
/*----------------------------------------------------------
	提示顏色
-----------------------------------------------------------*/
/*----------------------------------------------------------
	醒目顏色
-----------------------------------------------------------*/
/*----------------------------------------------------------
	Money 貨幣顏色
-----------------------------------------------------------*/
/*----------------------------------------------------------
	社群顏色
-----------------------------------------------------------*/
/*----------------------------------------------------------
	背景色
-----------------------------------------------------------*/
/*----------------------------------------------------------
	側選單
-----------------------------------------------------------*/
/*----------------------------------------------------------
	分隔線
-----------------------------------------------------------*/
/*----------------------------------------------------------
	遮罩
-----------------------------------------------------------*/
/*----------------------------------------------------------
	表格
-----------------------------------------------------------*/
/*----------------------------------------------------------
	表單
-----------------------------------------------------------*/
/***********************************************************
	Font 文字
***********************************************************/
/*----------------------------------------------------------
	預設
-----------------------------------------------------------*/
/*----------------------------------------------------------
	標題字
-----------------------------------------------------------*/
/*----------------------------------------------------------
	字體
-----------------------------------------------------------*/
/***********************************************************
	桌機選單 選項 PC Menu Options
***********************************************************/
/***********************************************************
	頁尾 選項 Footer Options
***********************************************************/
/***********************************************************
	Breakpoints
***********************************************************/
section {
  padding: 0;
}
@media (max-width: 576px) {
  section {
    padding: 2rem 0;
  }
  section:first-child {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  main {
    padding-top: 80px;
  }
}
main header .title .en-title {
  background-color: transparent;
  border: 2px solid #17a0e6;
  color: #17a0e6 !important;
  border-radius: 8px;
}

.title-block {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 40px;
  text-transform: uppercase;
  color: #666666;
  font-family: "Source Han Sans CN";
  text-align: right;
  font-weight: 900;
}
@media (max-width: 1200px) {
  .title-block {
    font-size: 32px;
  }
}
@media (max-width: 992px) {
  .title-block {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .title-block {
    text-align: center;

  }
}

.subtitle-block {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 19px;
  line-height: 31px;
  text-transform: uppercase;
  color: #666666;
  font-family: "Alimama Fang Yuan Ti VF";
}
@media (max-width: 1200px) {
  .subtitle-block {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .subtitle-block {
    text-align: center;

  }
}

.l-btn {
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(to right, #2c8cd4, #4facfe);
  color: white;
  padding: 3px 24px;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  cursor: pointer;
  letter-spacing: 2px;
}
.l-btn:hover {
  color: black;
}

.l-btn-2 {
  color: white;
  padding: 3px 24px;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  cursor: pointer;
  letter-spacing: 2px;
   background-color: #4496d8;
}
@media (max-width: 768px) {
  .l-btn-2 {
    font-size: 14px;
  }
}

.l-btn-3 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(-90deg, #bbd4e7 0%, #45aee3 100%);

  padding: 8px 12px;
  border-radius: 25px;
  color: white;
  font-size: 16px;
  z-index: 2;
  cursor: pointer;
}
@media (max-width: 992px) {
  .l-btn-3 {
    padding: 8px 8px;
  }
}
@media (max-width: 576px) {
  .l-btn-3 {
    align-self: flex-end;
  }
}
.l-btn-3:hover {
  color: black;
}
.l-btn-3:hover .arrow {
  filter: invert(100%);
}

.l-btn-outline {
  border: 1px solid transparent;
  background-image: linear-gradient(to right, #2c8cd4, #4facfe);
  border-radius: 24px;
  box-sizing: border-box;
  color: #17a0e6;
  display: block;
  letter-spacing: 2px;
  padding: 2px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 2;
}

.l-btn-outline span {
  padding: 6px 48px;
  align-items: center;
  background: #ffffff;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  transition: background 0.5s ease;
  width: 100%;
  font-size: 16px;
}
@media (max-width: 576px) {
  .l-btn-outline span {
    padding: 6px 12px;
    font-size: 14px;
  }
}
.l-btn-outline span .fa-chevron-left, .l-btn-outline span .fa-chevron-right {
  color: #17a0e6;
  font-size: 12px;
}

.l-btn-outline:hover {
  color: white;
}
.l-btn-outline:hover span {
  background: transparent;
}
.l-btn-outline:hover .fa-chevron-left, .l-btn-outline:hover .fa-chevron-right {
  color: white;
}

.logo-img {
  max-width: 220px;
  margin: 0 48px;
  padding-top: 10px;
}
@media (max-width: 992px) {
  .logo-img {
    max-width: 120px;
    margin: 0;
  }
}

.h1-title {
  font-size: 24px;
  font-weight: 900;
  color: #383838;
}
@media (max-width: 992px) {
  .h1-title {
    font-size: 14px;
  }
}

.mobile-logo {
  width: 40%;
}

.info {
  line-height: 2;
}

.index-page, .inner-page {
  background-image: linear-gradient(0deg, #e9eced 0%, #e4edf1 99%, #83bdd8 100%);
}

.scrolling .full-width-block .container {
  height: auto !important;
}

#header-top .search-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
#header-top .search-btn:hover i {
  color: #17a0e6 !important;
}
#header-top .full-width-block {
  display: none;
  position: fixed;
  top: 95px;
  left: 0;
  width: 100vw;
  max-height: 70vh;
  border: 1px solid #c4bfd4;
  overflow-y: scroll;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.14) 0px 6px 6px;
}
#header-top .full-width-block .container {
  height: auto;
  justify-content: center;
}
#header-top .full-width-block .full-width-item {
  width: 20%;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#header-top .full-width-block .full-width-item:hover .submenu-1 span {
  color: #17a0e6;
}
#header-top .full-width-block .full-width-item span:hover {
  color: #17a0e6;
}
#header-top .full-width-block .full-width-item .submenu-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}
#header-top .full-width-block .full-width-item .submenu-1 span {
  font-weight: 900;
  display: block;
  text-align: center;
  width: 100%;
}
#header-top .list-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#header-top .list-item:hover > .pc-nav-btn {
  color: #17a0e6;
}
#header-top .list-item:hover > .pc-nav-btn::after {
  display: none;
}
#header-top .list-item:hover .down-arrow {
  display: none;
}
#header-top .list-item:hover .down-arrow-hover {
  display: block;
}
#header-top .list-item:hover .full-width-block {
  display: block;
}
#header-top .list-item .down-arrow-hover {
  display: none;
}
#header-top .pc-nav-btn {
  margin: 0 10px;
  font-size: 1.2vmax !important;
  transition: none;
}
#header-top .pc-nav-btn span {
  font-weight: 900;
}
@media (max-width: 1200px) {
  #header-top .pc-nav-btn span {
    font-size: 1.2vmax !important;
  }
}
#header-top .nav .sub-item span {
  font-weight: 500;
}
#header-top .nav .sub-item li:hover {
  color: #17a0e6;
}
#header-top .nav .nav-btn-sub {
  padding: 0;
  margin: 0;
  justify-content: space-between;
}
#header-top .nav .nav-btn-sub .nav-sub-img {
  height: 40px;
  width: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 12px;
}

.ex-section-bn {
  margin-bottom: 0 !important;
}
.ex-section-bn #section-bn {
  opacity: 0.9;
  border-radius: 45px;
  /* filter: drop-shadow(3.527px 4.854px 11.5px rgba(0, 0, 0, 0.35)); */
  border: white;

  padding-bottom: 0;
  overflow: hidden;

      border: 5px solid white;
    border-radius: 19px;
    background-color: white;
}
@media (max-width: 576px) {
  .ex-section-bn #section-bn {
    border-radius: 20px;
  }
}
.ex-section-bn #section-bn .banner-title-groups {
  position: absolute;
  right: 14%;
  top: 45%;
  transform: translate(0, -50%);
}
.ex-section-bn #section-bn .banner-title {
  font-size: 3.25vw;
  line-height: 82px;
  color: #666666;
  font-weight: 600;
  line-height: 1.2;
  color: #666666;
  letter-spacing: 2px;
}
@media (max-width: 2400px) {
  .ex-section-bn #section-bn .banner-title {
    font-size: 3.2vw;
  }
}
.ex-section-bn #section-bn .banner-subtitle {
  position: absolute;
  font-size: 1.2vw;
  line-height: 48px;
  font-weight: 700;
  color: #666666;
  letter-spacing: 2px;
  height: 7.6%;
  left: 60%;
  transform: translateY(-50%);
  top: 64%;
}
@media (max-width: 2400px) {
  .ex-section-bn #section-bn .banner-subtitle {
    font-size: 1.17vw;
  }
}
@media (max-width: 1920px) {
  .ex-section-bn #section-bn .banner-subtitle {
    bottom: 12%;
    right: -2%;
  }
}
.ex-section-bn #section-bn .swiper-pagination {
  bottom: 15% !important;
  left: 50%;
  right: unset;
  top: unset;
  transform: translate(-50%, 50%);
}
.ex-section-bn #section-bn .swiper-pagination-bullet {
  background-color: white;
  width: 4.5%;
  height: 6px;
  border-radius: 6px;
  opacity: 1;
}
@media (max-width: 576px) {
  .ex-section-bn #section-bn .swiper-pagination-bullet {
    width: 5%;
    height: 4px;
  }
}
.ex-section-bn #section-bn .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #4facfe;
}
@media (max-width: 576px) {
  .ex-section-bn #section-bn .l-btn {
    font-size: 14px;
  }
}

@keyframes circlr {
  0% {
    transform: scale(0.4);
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.ex-banner-circle {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 1;
}
.ex-banner-circle:hover .banner-circle {
  transform: scale(1.5);
}

.banner-circle {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.banner-circle::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid white;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: circlr 2s linear infinite;
}
@media (max-width: 576px) {
  .banner-circle::after {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 576px) {
  .banner-circle {
    width: 30px;
    height: 30px;
  }
}

.middle-circle {
  position: relative;
  width: 70%;
  height: 70%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.inner-circle {
  position: relative;
  width:20%;
  height: 20%;
  background-color: #17a0e6;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}

#section-history .slogen {
  font-size: 48px;
  letter-spacing: 2px;
  line-height: 2;
  color: #666666;
  font-weight: 800;
}
@media (max-width: 992px) {
  #section-history .slogen {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  #section-history .slogen {
    font-size: 24px;
  }
}
#section-history .info {
  position: relative;
}
@media (max-width: 576px) {
  #section-history .info {
    font-size: 14px;
  }
}
#section-history .info::after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 4%;
  min-width: 40px;
  height: 8px;
  background-color: #666666;
}
#section-history .history-time {
  margin: 10vmax 0 0;
  position: relative;
}
@media (max-width: 992px) {
  #section-history .history-time {
    margin: 6vmax 0 0;
  }
}
#section-history .history-time .t1 {
  top: 0;
  left: 0;
  width: 25%;
  height: 100%;
}
#section-history .history-time .t2 {
  top: 0;
  left: 50%;
  width: 25%;
  height: 100%;
}
#section-history .history-time .t3 {
  top: 0;
  left: 25%;
  width: 25%;
  height: 100%;
}
#section-history .history-time .t4 {
  top: 0;
  right: 0;
  width: 25%;
  height: 100%;
}
#section-history .history-time .event-title {
  font-weight: bolder;
  font-size: 24px;
}
@media (max-width: 992px) {
  #section-history .history-time .event-title {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  #section-history .history-time .event-title {
    font-size: 20px;
  }
}
#section-history .history-time .event-info {
  font-size: 16px;
  position: relative;
}
#section-history .history-time .event {
  transition: all 0.3s ease;
}
#section-history .history-time .event-1 {
  left: 0;
  top: 0;
  transform: translate(20%, -100%);
  text-align: right;
}
#section-history .history-time .event-2 {
  right: 25%;
  top: 0;
  transform: translate(7%, -100%);
  text-align: left;
}
#section-history .history-time .event-3 {
  left: 25%;
  top: unset;
  bottom: 0px;
  transform: translate(calc(100% + 7px), -16px);
  text-align: left;
}
#section-history .history-time .event-4 {
  right: 0;
  top: unset;
  bottom: 0px;
  transform: translate(-16%, -16px);
  text-align: left;
}
#section-history .history-time .history-pad-block {
  position: relative;
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  height: 500px;
}
@media (max-width: 992px) {
  #section-history .history-time .history-pad-block .number-img {
    transform: translate(87%, 10px);
  }
}
@media (max-width: 576px) {
  #section-history .history-time .history-pad-block .number-img {
    transform: translate(0);
  }
}
#section-history .history-time .history-pad-block .history-item-groups {
  transform: translateY(-4%);
  position: relative;
  z-index: 2;
}
#section-history .history-time .history-pad-block .history-item {
  height: 27%;
}
#section-history .history-time .history-pad-block .history-item .number {
  font-size: 24px;
  font-weight: 900;
  margin-right: 20%;
}
@media (max-width: 576px) {
  #section-history .history-time .history-pad-block .history-item .number {
    margin-right: 0;
    font-size: 20px;
  }
}
#section-history .history-time .history-pad-block .history-item .number-1, #section-history .history-time .history-pad-block .history-item .number-3 {
  transform: translateX(-187%);
}
@media (max-width: 992px) {
  #section-history .history-time .history-pad-block .history-item .number-1, #section-history .history-time .history-pad-block .history-item .number-3 {
    transform: translate(-0.5vw, 10px);
  }
}
@media (max-width: 576px) {
  #section-history .history-time .history-pad-block .history-item .number-1, #section-history .history-time .history-pad-block .history-item .number-3 {
    transform: translate(-200%, 0);
  }
}
#section-history .history-time .history-pad-block .history-item .number-2, #section-history .history-time .history-pad-block .history-item .number-4 {
  transform: translateX(-125%);
}
@media (max-width: 992px) {
  #section-history .history-time .history-pad-block .history-item .number-2, #section-history .history-time .history-pad-block .history-item .number-4 {
    transform: translate(4vw, 10px);
  }
}
@media (max-width: 768px) {
  #section-history .history-time .history-pad-block .history-item .number-2, #section-history .history-time .history-pad-block .history-item .number-4 {
    transform: translate(5vw, 10px);
  }
}
@media (max-width: 576px) {
  #section-history .history-time .history-pad-block .history-item .number-2, #section-history .history-time .history-pad-block .history-item .number-4 {
    transform: translateX(-133%);
  }
}
#section-history .history-time .history-pad-block .history-item .event-info {
  position: relative;
}
#section-history .history-time .history-pad-block .history-item .event-info::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 80%;
  height: 4px;
}
#section-history .history-time .history-pad-block .history-item .info-1::after {
  background-color: #009740;
}
#section-history .history-time .history-pad-block .history-item .info-2::after {
  background-color: #ffd43b;
}
#section-history .history-time .history-pad-block .history-item .info-3::after {
  background-color: #1eacf6;
}
#section-history .history-time .history-pad-block .history-item .info-4::after {
  background-color: #0654ca;
}

#sectiom-introduce {
  margin-top: 6vmax;
  margin-bottom: 6vmax;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0% 0%;
}
@media (max-width: 1400px) {
  #sectiom-introduce {
    margin-top: calc(6vmax + 50px);
  }
}
@media (max-width: 576px) {
  #sectiom-introduce {
    margin-top: 6vmax;
  }
}
@media (max-width: 1441px) {
  #sectiom-introduce .container {
    width: 100%;
  }
}
#sectiom-introduce h2 {
  font-weight: 900;
}
#sectiom-introduce .subtitle {
  font-size: 20px;
}
#sectiom-introduce .introduce-img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  transform: translateY(-100px);
}
@media (max-width: 992px) {
  #sectiom-introduce .introduce-img {
    transform: translateY(-140px);
  }
}
#sectiom-introduce .introduce-bg-img {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center 0%;
  transition: background-position 0.1s linear;
  border: 4px solid white;
  border-radius: 19px;
  background-color: white;
  z-index: 5;
}
#sectiom-introduce .introduce-bg-img.img-1 {
  position: absolute;
  width: 28vw;
  height: 36vw;
  top: -3vw;
  right: 26vw;
  z-index: 6;
}
@media (max-width: 1700px) {
  #sectiom-introduce .introduce-bg-img.img-1 {
    height: 45vw;
    right: 6vw;
  }
}
@media (max-width: 1199px) {
  #sectiom-introduce .introduce-bg-img.img-1 {
    width: 35vw;
    height: 43vw;
    top: 5rem;
  }
}
@media (max-width: 576px) {
  #sectiom-introduce .introduce-bg-img.img-1 {
    position: relative;
    width: 80%;
    height: 90vw;
    top: -15vw;
    left: 11vw;
    right: 4vw;
  }
}
#sectiom-introduce .introduce-bg-img.img-2 {
  position: absolute;
  width: 28vw;
  height: 36vw;
  top: 5vw;
  right: -5vw;
  z-index: 6;
}
@media (max-width: 1700px) {
  #sectiom-introduce .introduce-bg-img.img-2 {
    width: 20vw;
    height: 30vw;
    right: 22vw;
    top: 35vw;
  }
}
@media (max-width: 1199px) {
  #sectiom-introduce .introduce-bg-img.img-2 {
    height: 25vw;
    top: 48vw;
    right: 10vw;
  }
}
@media (max-width: 576px) {
  #sectiom-introduce .introduce-bg-img.img-2 {
    position: relative;
    width: 40vw;
    height: 40vw;
    top: -28vw;
    right: -16vw;
  }
}
#sectiom-introduce .introduce-bg-img.img-3 {
  width: 20vw;
  height: 30vw;
  margin-left: 10vw;
   margin-top: 3vw;
}
@media (max-width: 1199px) {
  #sectiom-introduce .introduce-bg-img.img-3 {
    width: 25vw;
  }
}
@media (max-width: 576px) {
  #sectiom-introduce .introduce-bg-img.img-3 {
    width: 30vw;
    height: 40vw;
    margin-left: 1vw;
    margin-top: 7vw;
  }
}
#sectiom-introduce .introduce-bg-img.img-4 {
  width: 20vw;
  height: 30vw;
  margin-left: 3vw;
  margin-top: 8vw;
}
@media (max-width: 1700px) {
  #sectiom-introduce .introduce-bg-img.img-4 {
    margin: 5vw 0 0 4vw;
  }
}
@media (max-width: 1199px) {
  #sectiom-introduce .introduce-bg-img.img-4 {
    width: 25vw;
    margin-left: 3vw;
  }
}
@media (max-width: 576px) {
  #sectiom-introduce .introduce-bg-img.img-4 {
    width: 60vw;
    height: 55vw;
    margin-left: 6vw;
    margin-top: -23vw;
  }
}
#sectiom-introduce .introduce-info {
  margin: 0 -1%;
}
#sectiom-introduce .inner-sectiom-introduce {
  /* filter: drop-shadow(3.527px 4.854px 11.5px rgb(0, 0, 0)); */
  border: 1px solid white;
  border-radius: 19px;
  margin: 0 0 0 5%;
  padding: 10rem 60vw 10rem 10rem;
  background-color: #9c9c9c;
  background-image: url("/assets/images/intro_bg.png");
  z-index: 5;
}
@media (max-width: 1700px) {
  #sectiom-introduce .inner-sectiom-introduce {
    padding: 5rem 40% 5rem 5rem;
  }
}
@media (max-width: 1199px) {
  #sectiom-introduce .inner-sectiom-introduce {
    padding: 5rem 45% 5rem 5rem;
  }
}
@media (max-width: 576px) {
  #sectiom-introduce .inner-sectiom-introduce {
    padding: 3rem 3rem 6rem 2rem;
  }
}
#sectiom-introduce .introduce-mobile-bg {
  display: none;
  position: relative;
}
@media (max-width: 576px) {
  #sectiom-introduce .introduce-mobile-bg {
    display: block;
  }
}
#sectiom-introduce .introduce-mobile-bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  width: 90%;
  height: calc(100% - 36vw);
  top: -60px;
  left: 0;
  background: linear-gradient(to top right, #D0F0F0, #F0FFFF);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  border-bottom-right-radius: 30px;
}
@media (max-width: 576px) {
  #sectiom-introduce .introduce-bg-groups {
    display: none;
  }
}
#sectiom-introduce .inner-sectiom-introduce-2 {
  margin: -8vmax 0 0;
  position: relative;
}
#sectiom-introduce .inner-sectiom-introduce-2::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  width: 90%;
  height: calc(100% - 8vw);
  top: 4vw;
  left: 0;
  background: linear-gradient(to top right, #f4fdfd, #F0FFFF);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  border-bottom-right-radius: 30px;
}
@media (max-width: 576px) {
  #sectiom-introduce .inner-sectiom-introduce-2::after {
    display: none;
  }
}
#sectiom-introduce .introduce-item {
  width: 32.3333%;
  margin: 0 0.5%;
  border-radius: 16px;
  filter: drop-shadow(-1px 0 8.5px rgba(0, 0, 0, 0.35));
  background-color: #ffffff;
}
@media (max-width: 768px) {
  #sectiom-introduce .introduce-item {
    width: 49%;
  }
}
@media (max-width: 576px) {
  #sectiom-introduce .introduce-item {
    width: 100%;
  }
}
#sectiom-introduce .introduce-item:nth-child(even) {
  transform: translateY(-80px);
}
@media (max-width: 992px) {
  #sectiom-introduce .introduce-item:nth-child(even) {
    transform: translateY(-40px);
  }
}
@media (max-width: 768px) {
  #sectiom-introduce .introduce-item:nth-child(even) {
    transform: translateY(0);
  }
}
#sectiom-introduce .contact {
  font-size: 20px;
}
@media (max-width: 992px) {
  #sectiom-introduce .contact {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  #sectiom-introduce .contact {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  #sectiom-introduce .l-btn {
    margin: 0 auto;
  }
}

#section-product-categories-mobile {
  padding: 2rem 0;
  background-color: #f8f9fa;
}
#section-product-categories-mobile .product-category-cards {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
#section-product-categories-mobile .category-card {
  width: 90%;
  margin: 0 auto;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  aspect-ratio: 1 / 1;
}
#section-product-categories-mobile .category-card:active {
  transform: scale(0.98);
}
#section-product-categories-mobile .category-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#section-product-categories-mobile .category-content {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
}
#section-product-categories-mobile .category-image {
  height: 70%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
#section-product-categories-mobile .category-image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
#section-product-categories-mobile .category-en-title {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 14px;
  font-weight: 600;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 2;
  background: transparent;
}
#section-product-categories-mobile .category-text {
  padding: 1rem;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#section-product-categories-mobile .category-title {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin: 0 0 0.5rem 0;
  line-height: 1.3;
}
#section-product-categories-mobile .category-desc {
  font-size: 14px;
  color: #666;
  margin: 0;
  line-height: 1.5;
}

#section-product {
  overflow: hidden;
  background-position: center;
}
#section-product .pro-list .pro-card {
  box-shadow: none;
}
#section-product .product-item {
  margin-bottom: 10vmax;
}
#section-product .product-item.item-1 .block-2 {
  position: relative;
}
#section-product .product-item.item-1 .block-2::before {
  content: "";
  position: absolute;
  background-image: url("/assets/images/p_bg_1_1.png");
  bottom: 0;
  left: 0;
  width: 120%;
  height: 120%;
  transform: translate(-50%, 50%);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  #section-product .product-item.item-1 .block-2::before {
    width: 100%;
    height: 100%;
  }
}
#section-product .product-item.item-2 .block-2 {
  position: relative;
}
#section-product .product-item.item-2 .block-2::after {
  content: "";
  position: absolute;
  background-image: url("/assets/images/p_bg_2_2.png");
  bottom: 0;
  right: 0;
  width: 120%;
  height: 120%;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(74%, 55%);
}
@media (max-width: 992px) {
  #section-product .product-item.item-2 .block-2::after {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 768px) {
  #section-product .product-item.item-2 .block-2::after {
    transform: translate(74%, 88%);
  }
}
#section-product .product-item.item-3 .block-2 {
  position: relative;
}
#section-product .product-item.item-3 .block-2::after {
  content: "";
  position: absolute;
  background-image: url("/assets/images/p_bg_3.png");
  bottom: 0;
  right: 0;
  width: 120%;
  height: 120%;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-23.5%, 59%);
  filter: grayscale(100%);
  opacity: 0.9;
}
@media (max-width: 992px) {
  #section-product .product-item.item-3 .block-2::after {
    width: 100%;
    height: 100%;
    transform: translate(-75.5%, 48%);
  }
}
#section-product .product-item.item-4 .block-2 {
  position: relative;
}
#section-product .product-item.item-4 .block-2::after {
  content: "";
  position: absolute;
  background-image: url("/assets/images/p_bg_4.png");
  bottom: 0;
  right: 0;
  width: 120%;
  height: 120%;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(100%, 50%);
}
@media (max-width: 992px) {
  #section-product .product-item.item-4 .block-2::after {
    width: 100%;
    height: 100%;
  }
}
#section-product .block-1 {
  width: 30%;
  margin-top: 7%;
  margin-right: 8%;
  z-index: 5;
  transform: translate(0, -75%);
}
@media (max-width: 1920px) {
  #section-product .block-1 {
    margin-top: 2.5%;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  #section-product .block-1 {
    align-self: self-start;
    transform: translate(0);
  }
}
@media (max-width: 576px) {
  #section-product .block-1 {
    display: none;
  }
}
#section-product .block-1 .product-box {
  position: relative;
}
#section-product .block-1 .product-box::after {
  content: "";
  position: absolute;
  left: 0;
  top: -8%;
  height: 112%;
  width: 250%;
  transform: translateX(-65%);
  border-radius: 27vh;
  filter: drop-shadow(3.527px 2.854px 3.5px rgba(0, 0, 0, 0.35));
  background-image: linear-gradient(0deg, #d5d5d5 0%, #ffffff 100%);
}
@media (max-width: 1920px) {
  #section-product .block-1 .product-box::after {
    height: 110%;
    top: -5%;
  }
}
@media (max-width: 576px) {
  #section-product .block-1 .product-box::after {
    transform: translateX(-50%);
  }
}
#section-product .block-1 .product-box img {
  position: relative;
  z-index: 5;
  width: 60%;
  padding: 8px;
}
@media (max-width: 576px) {
  #section-product .block-1 .product-box img {
    width: 100%;
  }
}
#section-product .block-1.block-1-mobile {
  display: none;
}
@media (max-width: 576px) {
  #section-product .block-1.block-1-mobile {
    display: block;
  }
}
#section-product .block-2 {
  width: 62%;
  margin-top: 2.5%;
}
@media (max-width: 1920px) {
  #section-product .block-2 {
    width: 70%;
  }
}
@media (max-width: 576px) {
  #section-product .block-2 {
    width: 90%;
  }
}
@media (max-width: 576px) {
  #section-product .block-2 .products::after {
    transform: translateX(5%);
  }
}
#section-product .block-reverse .block-1 {
  margin-left: 8%;
  margin-right: 0;
}
@media (max-width: 1920px) {
  #section-product .block-reverse .block-1 {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  #section-product .block-reverse .block-1 {
    transform: translate(223%);
  }
}
@media (max-width: 576px) {
  #section-product .block-reverse .block-1 {
    align-self: self-end;
    transform: translate(0);
  }
}
#section-product .block-reverse .block-1 .product-box {
  display: flex;
  justify-content: end;
}
#section-product .block-reverse .block-1 .product-box::after {
  transform: translateX(5%);
}
@media (max-width: 576px) {
  #section-product .block-reverse .block-1 .product-box::after {
    transform: translate(-12%);
  }
}
#section-product .block-reverse .block-2 .products::after {
  border-radius: 0 27vh 27vh 0;
  transform: translateX(-30%);
  z-index: 1;
}
@media (max-width: 1920px) {
  #section-product .block-reverse .block-2 .products::after {
    transform: translateX(-15%);
  }
}
@media (max-width: 576px) {
  #section-product .block-reverse .block-2 .products::after {
    transform: translateX(-24%);
  }
}
@media (max-width: 576px) {
  #section-product .block-reverse .l-btn-3 {
    align-self: flex-start;
  }
}
#section-product .arrow {
  max-width: 25%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 992px) {
  #section-product .arrow {
    max-width: 20%;
  }
}
#section-product .p-card {
  background-color: white;
  padding: 32px 36px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
@media (max-width: 768px) {
  #section-product .p-card {
    padding: 32px 12px 24px;
  }
}
#section-product .p-card:hover .inner-p-card {
  transform: scale(1.1);
}
#section-product .info {
  font-size: 16px;
}
@media (max-width: 768px) {
  #section-product .info {
    font-size: 14px;
  }
}
#section-product .products::after {
  content: "";
  position: absolute;
  bottom: -17%;
  left: -12%;
  width: 180%;
  height: 27vh;
  border-radius: 27vh 0 0 27vh;
  filter: drop-shadow(-5px 8.66px 3.5px rgba(0, 0, 0, 0.35));
  background-image: linear-gradient(0deg, #d5d5d5 0%, #ffffff 100%);
  z-index: 1;
}
@media (max-width: 1920px) {
  #section-product .products::after {
    left: -10%;
    width: 150%;
    height: 60%;
  }
}
#section-product .inner-p-card {
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin-bottom: 12px;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  #section-product .inner-p-card {
    padding-bottom: 70%;
  }
}
#section-product .productSwiper {
  z-index: 2;
  padding: 16px;
}
@media (max-width: 576px) {
  #section-product .productSwiper {
    padding: 0px;
  }
}
#section-product .swiper-horizontal > .swiper-scrollbar, #section-product .swiper-scrollbar.swiper-scrollbar-horizontal {
  background-color: #4496d8;
  height: 8px;
  bottom: -30px;
  left: 0;
  right: 0;
  width: 100%;
}
#section-product .swiper-scrollbar-drag {
  background-color: white;
  transform: translateX(0);
}
#section-product .swiper.swiperPro .swiper-wrapper {
  padding-bottom: 0;
}
#section-product .swiper.swiperPro .swiper-slide .img-wrap {
  border: unset;
}
#section-product .swiper.swiperPro .swiper-slide-thumb-active .img-wrap {
  box-shadow: none !important;
}
#section-product .swiperPro2 .swiper-wrapper {
  padding-bottom: unset;
}
#section-product .swiperPro2 .img-wrap img {
  padding: 12px;
}
#section-product .swiperPro .img-wrap,
#section-product .swiperPro2 .img-wrap {
  position: relative;
}
#section-product .swiperPro .ex-img-wrap {
  border: 1px solid #17a0e6;
  border-radius: 8px;
  padding: 8px;
}
#section-product .swiperPro2 .swiper-slide .img-wrap:after {
  border: 1px solid #17a0e6;
  border-radius: 8px;
}

#section-mix .card-item {
  filter: drop-shadow(3.527px 4.854px 11.5px rgba(0, 0, 0, 0.35));
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 576px) {
  #section-mix .card-item .contact .title {
    text-align: center;
  }
}
#section-mix .card-item .info {
  font-size: 16px;
}
#section-mix .news .inner-news {
  padding-left: 15px;
}
#section-mix .news .card-item {
  border-bottom: none;
  background-color: #ffffff;
  filter: drop-shadow(3.527px 4.854px 11.5px rgba(0, 0, 0, 0.35));
  border-radius: 12px;
  overflow: hidden;
  padding: 1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#section-mix .news .card-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}
#section-mix .news .card-item:last-child {
  border-bottom: none;
  background-color: #ffffff;
}
#section-mix .news .news-date {
  font-size: 14px;
  color: #666;
  margin-top: 0.5rem;
}
#section-mix .news .news-date i {
  color: #999;
}
#section-mix .news .l-btn-3 {
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  #section-mix .news .l-btn-3 {
    margin: 0 auto;
  }
}
#section-mix .news .arrow {
  max-width: 20%;
}

#section-contact {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  #section-contact {
    width: 90%;
  }
}
@media (max-width: 768px) {
  #section-contact {
    width: 100%;
  }
}
#section-contact .contact-form .form-group {
  display: flex;
  align-items: center;
  background: #dcdcdc;
  border-radius: 6px;
  padding: 10px 16px;
  margin-bottom: 12px;
}
#section-contact .contact-form .form-group:last-child {
  margin-bottom: 0;
}
#section-contact .contact-form .form-group label {
  font-size: 14px;
  color: #333;
  margin-bottom: 0;
}
#section-contact .contact-form .form-group input,
#section-contact .contact-form .form-group textarea {
  flex: 1;
  border: none;
  background: transparent;
  font-size: 14px;
  outline: none;
  resize: none;
}
#section-contact .contact-form .form-group textarea {
  min-height: 120px;
}
@media (max-width: 1920px) {
  #section-contact .contact-form .form-group textarea {
    min-height: 80px;
  }
}
#section-contact .map {
  opacity: 0.9;
  filter: drop-shadow(3.527px 4.854px 11.5px rgba(0, 0, 0, 0.35));
}
#section-contact .l-btn-3 {
  width: -moz-fit-content;
  width: fit-content;
}
#section-contact .arrow {
  max-width: 20%;
}

#section-brand .brandSwiper {
  padding: 12px;
}
#section-brand .brand-card {
  border-radius: 7px;
  filter: drop-shadow(1.782px 0.908px 2px rgba(91, 83, 76, 0.58));
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px;
}
#section-brand .brand-card:hover .brand-img {
  transform: scale(1.1);
}
#section-brand .brand-card .brand-img {
  -o-object-fit: contain;
     object-fit: contain;
  min-height: 52px;
  transition: all 0.3s ease;
}

#footer {
  padding-bottom: 0;

}
#footer .footer-logo {
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  #footer .footer-logo {
    margin: 0 auto;
  }
}
#footer .footer-logo img {
  max-width: 250px;
}
#footer .left {
  width: 35%;
  border-right: 2px solid white;
}
@media (max-width: 1200px) {
  #footer .left {
    width: 45%;
  }
}
@media (max-width: 768px) {
  #footer .left {
    width: 100%;
    border-right: 0;
  }
}
@media (max-width: 768px) {
  #footer .left .right-items {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-size: 12px;
  }
}
#footer .right {
  width: 40%;
}
@media (max-width: 992px) {
  #footer .right {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  #footer .right {
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  #footer .right .wrap-nav-list {
    width: 70%;
  }
}
#footer .fa::before {
  color: #adadad;
  font-size: 28px;
}
#footer .mail-img {
  width: 70%;
}
#footer .social-icon {
  background-color: white;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}
#footer .social-icon a {
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .nav-btn {
  padding: 0 !important;
  height: unset !important;
}
#footer .nav-btn.mobile-nav-btn {
  display: none;
}
#footer .nav-btn-sub {
  padding: 0;
  margin-bottom: 8px;
}
#footer .nav-btn-sub.mobile-nav-btn {
  display: none;
}
@media (max-width: 992px) {
  #footer .nav-btn-sub.mobile-nav-btn {
    display: block;
    opacity: 1;
    color: white;
  }
}
#footer .list-item.has-sub-item {
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
}
@media (max-width: 768px) {
  #footer .list-item.has-sub-item {
    width: 55%;
  }
}
#footer .nav-btn {
  font-weight: 500;
  font-size: 26px;
  display: block;
}
@media (max-width: 768px) {
  #footer .nav-btn {
    font-size: 16px;
  }
}
#footer .sub-item.sub-item-1 {
  display: flex;
  flex-direction: column; /* 垂直排列 */
  flex-wrap: wrap; /* 允許換行（分欄） */
  height: 240px; /* 假設每個項目高度為40px，限制6個項目高度 */
  padding: 12px 20px 12px 12px;
  gap: 5px 16px;
}
@media (max-width: 1200px) {
  #footer .sub-item.sub-item-1 {
    height: auto;
  }
}
@media (max-width: 576px) {
  #footer .sub-item.sub-item-1 {
    max-width: 150px;
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  #footer .nav-groups {
    font-size: 12px;
  }
}
#footer .nav-btn-sub {
  width: -moz-fit-content;
  width: fit-content;
  height: 28px; /* 項目高度，根據實際設計調整 */
  margin-bottom: 5px; /* 垂直間距 */
  text-align: left; /* 文字對齊方式，根據設計調整 */
}
@media (max-width: 768px) {
  #footer .nav-btn-sub {
    font-size: 12px;
    margin-bottom: 0;
  }
}
#footer .quicky-link-wrap {
  display: none;
}

/*其他頁面*/
#section-new li {
  border-bottom: 1px solid transparent;
  padding-top: 0;
}
#section-new li:hover .news-item {
  color: #17a0e6;
}
#section-new li:hover .news-item::before {
  display: none;
}
#section-new .news-list {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #section-new .news-list {
    width: 100%;
  }
}

.date {
  background: #0554cb !important;
  padding: 8px 16px;
  border-radius: 8px;
}

#contact_us .contact-main {
  border: 2px solid #17a0e6;
}
#contact_us .form-sidebar {
  width: 30%;
  background-color: #e5eaf0;
}
@media (max-width: 992px) {
  #contact_us .form-sidebar {
    width: 100%;
  }
}
#contact_us .form-sidebar .sidebar-circle {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: white;
  border: 1px solid #17a0e6;
}
#contact_us .form-sidebar .sidebar-circle::after {
  content: "";
  position: absolute;
  width: 95%;
  height: 95%;
  border-radius: 50%;
  top: 2.5%;
  left: 2.5%;
  border: 1px solid #17a0e6;
}
#contact_us .form-sidebar .sidebar-circle .fa-pencil {
  font-size: 48px;
  color: #17a0e6;
}
#contact_us .form-control {
  border: 2px solid #e2e1e1;
}
#contact_us .contact-info {
  width: 70%;
}
@media (max-width: 992px) {
  #contact_us .contact-info {
    width: 100%;
  }
}
#contact_us .required-circle {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 3px solid #17a0e6;
  background-color: white;
  margin-right: 6px;
}
#contact_us .form-group label {
  display: flex;
  align-items: center;
}/*# sourceMappingURL=theme-1.css.map */