@charset "UTF-8";
:root {
  --c-animate-offset: 50px;
  --c-icon-ar: 1 / 1;
  --c-icon-size: 1em;
  --c-icon: none;
  --c-wp-both: 30px;
  --ffTC: Noto Sans TC, Microsoft JhengHei, sans-serif;
  --ffTCP: Poppins, Noto Sans TC, Microsoft JhengHei, sans-serif;
  --ffP: Poppins, Microsoft JhengHei, sans-serif;
  --fz18: clamp(16px, 0.89dvw, 17px);
  --fz20: clamp(18px, 0.99dvw, 19px);
  --fz21: clamp(18px, 1.04dvw, 20px);
  --fz24: clamp(19px, 1.2dvw, 23px);
  --fz30: clamp(20px, 1.51dvw, 29px);
  --fz32: clamp(26px, 1.56dvw, 30px);
  --fz40: clamp(22px, 1.98dvw, 38px);
  --fz48: clamp(24px, 2.4dvw, 46px);
  --fz50: clamp(44px, 2.5dvw, 48px);
  --fz52: clamp(24px, 2.6dvw, 50px);
  --fz96: clamp(88px, 4.79dvw, 92px);
  --fz112: clamp(80px, 5.57dvw, 107px);
  --ls50: 0.05em;
  --ls100: 0.1em;
  --ls200: 0.2em;
  --lh120: 1.2;
  --lh150: 1.5;
  --lh170: 1.7;
  --lh180: 1.8;
  --lh200: 2;
  --e-shadow: 0 0 15px rgba(0, 247, 165, 0.4);
}

/* === Edit Components Start === */
[class*=cmp] {
  display: inline-block;
  aspect-ratio: var(--cmp-ar, 1/1);
  width: var(--cmp-w, 50px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: var(--cmp, none);
}

.cmp-i-earth {
  --cmp: url("https://pic03.eapple.com.tw/zeelandiaconsulting/i-earth.png");
}

.cmp-i-ft1 {
  --cmp: url("https://pic03.eapple.com.tw/zeelandiaconsulting/i-ft1.png");
}

.cmp-i-ft2 {
  --cmp: url("https://pic03.eapple.com.tw/zeelandiaconsulting/i-ft2.png");
}

.cmp-i-ft3 {
  --cmp: url("https://pic03.eapple.com.tw/zeelandiaconsulting/i-ft3.png");
}

.cmp-i-ft4 {
  --cmp: url("https://pic03.eapple.com.tw/zeelandiaconsulting/i-ft4.png");
}

.cmp-i-ctt {
  --cmp: url("https://pic03.eapple.com.tw/zeelandiaconsulting/i-ctt.png");
}

.cmp-i-comm1 {
  --cmp: url("https://pic03.eapple.com.tw/zeelandiaconsulting/i-comm1.png");
}

.cmp-i-comm2 {
  --cmp: url("https://pic03.eapple.com.tw/zeelandiaconsulting/i-comm2.png");
}

.cmp-i-comm3 {
  --cmp: url("https://pic03.eapple.com.tw/zeelandiaconsulting/i-comm3.png");
}

.cmp-i-comm4 {
  --cmp: url("https://pic03.eapple.com.tw/zeelandiaconsulting/i-comm4.png");
}

.cmp-i-company {
  --cmp: url("https://pic03.eapple.com.tw/zeelandiaconsulting/i-company.png");
}

.cmp-i-education {
  --cmp: url("https://pic03.eapple.com.tw/zeelandiaconsulting/i-education.png");
}

.c-btn.c-btn-comm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: var(--fz20);
  font-weight: 600;
  text-align: left;
  letter-spacing: 0.05em;
}
.c-btn.c-btn-comm .el-i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 1/1;
  width: clamp(30px, 2.45dvw, 47px);
  border-radius: 100%;
  background: #5E8C61;
}
.c-btn.c-btn-comm .el-i > * {
  aspect-ratio: 31/32;
  width: 59.57%;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.c-btn.c-btn-comm .el-label {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #C5C5C5;
  padding-left: clamp(8px, 1.04dvw, 20px);
  padding-right: clamp(8px, 0.89dvw, 17px);
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.c-btn.c-btn-comm .el-arrow {
  aspect-ratio: 41/20;
  width: clamp(20px, 2.08dvw, 40px);
  background: url("https://pic03.eapple.com.tw/zeelandiaconsulting/arrow-btn.png") no-repeat center/contain;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn.c-btn-comm:hover .el-i > * {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .c-btn.c-btn-comm:hover .el-label {
    color: #5E8C61;
  }
}
@media all and (max-width: 480px) {
  .c-btn.c-btn-comm {
    font-size: clamp(15px, 0.99dvw, 19px);
  }
}
@media all and (max-width: 375px) {
  .c-btn.c-btn-comm {
    letter-spacing: 0;
  }
}

.c-btn.c-btn-login {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-size: var(--fz20);
  font-weight: 700;
  color: #00120B;
  border-radius: 5px;
  background: #00F7A5;
  padding: 14px 22px;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.c-btn.c-btn-login::after {
  content: "";
  display: inline-block;
  aspect-ratio: 25/8;
  width: 22px;
  background: url("https://pic03.eapple.com.tw/zeelandiaconsulting/btn-i-arrow.png") no-repeat center/contain;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn.c-btn-login:hover {
    background: #FFF;
  }
}
@media all and (max-width: 480px) {
  .c-btn.c-btn-login {
    font-size: clamp(15px, 0.99dvw, 19px);
  }
}

.c-t {
  color: var(--cr, #E5FFFF);
}
.c-t span {
  color: var(--cr-sub, #19D285);
}

/* === Edit Components End === */
/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/
/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/
/*電腦LOGO
.nav-brand {}
*/
.nav-header {
  max-width: 300px;
  width: 125%;
}

/*手機LOGO
.nav-brand-m {}
*/
/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu > ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  left: 0;
  width: 100%;
  position: fixed;
  padding: 20px;
}

.stellarnav.desktop li.bigMenu ul ul {
  top: 100%;
  left: 0;
  width: 100%;
  background: #efefef;
  height: auto;
  max-height: 300px;
  overflow: auto;
}

.stellarnav.desktop li.bigMenu ul ul li {
  margin: 0;
}

.stellarnav.hasBigMenu li.bigMenu li.has-sub > a:after {
  border-left: 6px solid transparent;
  border-bottom: unset;
  border-right: 6px solid transparent;
  border-top: 6px solid #898989;
  right: 5px;
}

/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */
/* 商品下拉超過30個--結束 */
/*Main/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#content {
  background: #02120b;
}

/* 預防長截圖時超出 */
body {
  overflow-x: hidden;
  width: 100%;
}

/*Header/＝＝＝＝＝*/
.header_area {
  position: relative;
  padding: 25px 10px 15px 10px;
  background: #232f2d;
  position: sticky;
  z-index: 9000;
}

.header_area.sticky {
  width: 100%;
  background: #232f2d;
}

/*主選單/＝＝＝＝＝*/
.stellarnav > ul > li > a {
  padding: 0;
  color: #A8BDA8;
  font-size: 16px;
  font-family: "Noto Sans TC", sans-serif;
  line-height: 40px;
  height: 40px;
  margin: 0 17px;
  letter-spacing: 2px;
  font-size: 14px;
}

/*第一層*/
.stellarnav > ul > li > a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.stellarnav > ul > li:hover > a {
  color: #C6C6C6;
}

.me_tp_features {
  display: none;
}

/*第二層*/
.stellarnav ul ul {
  background: #232f2d;
}

.stellarnav li li {
  border: 1px rgba(238, 238, 238, 0) solid;
}

.stellarnav li a {
  font-family: "Noto Sans TC", sans-serif;
  letter-spacing: 1px;
  font-size: 14px;
  color: #aaaaaa;
}

.stellarnav li li > a,
.stellarnav li li.has-sub > a {
  padding: 7px 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-left: 1px solid transparent;
}

.stellarnav li li:hover > a,
.stellarnav li li.has-sub:hover > a {
  color: #F1F5F1;
  padding-left: 10px;
  border-color: #1CD487;
}

/*主選單icon/＝＝＝＝＝*/
/* 移除原本三角形 */
.stellarnav li.has-sub > a:after {
  border: none;
}

/* 改成 svg */
.stellarnav li.has-sub > a:after {
  content: "";
  width: 12px;
  height: 12px;
  background: url("https://pic03.eapple.com.tw/zeelandiaconsulting/arrow.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

/* hover 翻轉 */
.stellarnav li.has-sub:hover > a:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

/*Footer/＝＝＝＝＝*/
.footer {
  padding: 55px 0 0;
  font-size: 14px;
  background: #232f2d;
}

.footer .center {
  max-width: 100%;
  width: clamp(260px, calc(100% - 60px), 1650px);
  margin-left: auto;
  margin-right: auto;
}

.footer_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(30px, 4.69dvw, 90px);
  padding: 0;
}

.footer_info li {
  padding: 0;
}
.footer_info li p {
  color: #A8BDA8;
  letter-spacing: 1px;
}

.footer_info li a {
  color: #A8BDA8;
  letter-spacing: 1px;
}

.ft-bk-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 46.55%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-bottom: 32px;
}

.ft-bk-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px clamp(30px, 4.17dvw, 80px);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.ft-bk-info > * {
  width: calc((100% - clamp(30px, 4.17dvw, 80px) * 1) / 2);
}

.footer_logo {
  max-width: none;
  margin-bottom: clamp(80px, 5.73dvw, 110px);
}
.footer_logo > * {
  display: block;
  aspect-ratio: 350/50;
  width: 45.57%;
}

.footer_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

.ft-menu-item {
  position: relative;
}
.ft-menu-item:not(:last-child)::before {
  content: "/";
  position: absolute;
  top: 0;
  right: -15px;
  font-size: 14px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #86A799;
}

.footer_menu a {
  display: inline-block;
  padding: 0;
  border: none;
  margin: 0;
  font-size: 14px;
  line-height: 100%;
  color: #A8BDA8;
  background: rgba(240, 240, 240, 0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer_menu a:hover {
  background: rgba(102, 102, 102, 0);
  color: #fff;
}

.ft-bx__label {
  position: relative;
  color: #63C258;
  font-size: 16px;
  letter-spacing: 0.1em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 7px;
  padding-left: 25px;
  margin-bottom: 21px;
}
.ft-bx__icon {
  position: absolute;
  top: 3px;
  left: 0;
  aspect-ratio: 1/1;
  width: 15px;
}
.ft-bx__item {
  padding: 0;
}

.ft-item {
  letter-spacing: 0.1em;
  line-height: 2;
  padding-left: 25px;
}
.ft-item__label {
  position: relative;
  color: #5E8C60;
  margin-bottom: 1px;
}
.ft-item__icon {
  position: absolute;
  top: 5px;
  left: -25px;
  aspect-ratio: 17/16;
  width: 17px;
}
.ft-item__link {
  color: #FFF;
}

@media all and (max-width: 1280px) {
  .footer_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ft-bk-menu {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .footer_logo > * {
    margin-left: auto;
    margin-right: auto;
  }
  .footer_menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media all and (max-width: 768px) {
  .ft-bk-info {
    max-width: 575px;
    margin-left: auto;
    margin-right: auto;
  }
  .ft-bk-info > * {
    width: 100%;
  }
}
/*Footer示意圖/＝＝＝＝＝*/
/* .footer {
    position: relative;
    aspect-ratio: 2000 / 400;
    max-height: 400px;
}
.footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(https://pic03.eapple.com.tw/zeelandiaconsulting/footer.jpg) no-repeat center center;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
} */
/* Footer 示意圖期間，隱藏原本 footer 內容 */
/* .footer > .center > .info_fix {
  z-index: 5; /* 一定要 > 1 */
/*Copy/＝＝＝＝＝*/
.copy {
  text-align: left;
  padding: 0;
  margin: auto;
  border-top: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #576f57;
  background: #232f2d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0;
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 10px;
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 400;
  width: clamp(290px, calc(100% - 30px), 1650px);
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
}

.copy a {
  color: #576f57;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.copy a:hover {
  color: #C6C6C6;
}

.privacyLinks a + a {
  border-left: 1px solid #576f57;
}

@media all and (max-width: 1280px) {
  .copy {
    padding-top: 25px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/*滾動條/＝＝＝＝＝*/
/* 捲軸寬度及高度 */
::-webkit-scrollbar {
  width: 9px;
  /*右側捲軸寬度*/
  height: 0px;
  /*下方捲軸高度*/
}

/* 軌道背景底色 */
::-webkit-scrollbar-track {
  background-color: #232F2D;
}

/* 滑桿顏色 */
::-webkit-scrollbar-thumb {
  background-color: #5E8C61;
}

/* 滑桿滑鼠滑入時的顏色 */
::-webkit-scrollbar-thumb:hover {
  background: #87A899;
}

/*反白/＝＝＝＝＝*/
/* 反白顏色 -------------------- */
::-moz-selection {
  background-color: #A8BDA8;
  color: #232F2D;
}

::selection {
  background-color: #A8BDA8;
  color: #232F2D;
}

/*校稿用/＝＝＝＝＝*/
#content_main {
  /* width: 100%;
  min-height: 80vh;
  overflow: hidden;
  z-index: 60;
  position: relative;
  margin-top: 100vh; */
  background: #02120B;
}

/*按鈕/＝＝＝＝＝*/
.path {
  display: none;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2025.12.18  */
.product_page .main_part {
  max-width: 1500px;
}

.product_page .show_content,
.product_info_page .show_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  width: 100%;
}

ul.page {
  width: 100%;
}

.ProdFilter_Item_Show {
  width: 100%;
}

.Prods_Menulists {
  width: 100%;
  padding: 0;
}

.Prods_Wrap {
  width: calc(100% - 270px);
}

/* 篩選器-左手邊 / 產品分類-上面
.ProdFilter_ { order: 2;}
.Prods_Menulists { order: 1;}
.Prods_Wrap { order: 3;}
.ProdFilter_ { width: 250px; letter-spacing: 1px;}
.ProdFilter_ li { width: 100%;}
.ProdFilter_ li > a { background: #f3f3f3; border: none; border-bottom: 3px #ddd solid;}
.ProdFilter_ dl { position: static; width: 100%; display: block;}
*/
/* 產品分類-左手邊 / 篩選器-上面 */
.ProdFilter_ {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 25px;
}

.Prods_Menulists {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.Prods_Wrap {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.Prods_Menulists {
  width: 250px;
  letter-spacing: 1px;
}

.Prods_Menulists > ul > li {
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.Prods_Menulists ul ul {
  position: static;
  border: none;
}

.Prods_Menulists li.has-sub.open > a {
  background: #f0f0f0;
}

.product_info_page .half_box {
  width: 100%;
  float: none;
  padding-right: 0;
}

.product_info_page .half_box li.btn_blankTop {
  margin-top: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product_info_page .half_box li.btn_blankTop input {
  width: calc(50% - 10px);
  background-image: none;
  padding: 0;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .product_main {
    display: block;
    width: 100%;
  }
  .sidebarBtn {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  /* 篩選器-左手邊 / 產品分類-上面
  .Prods_Wrap { width: 100%;}
  .ProdFilter_ { width: 100%;}
  .ProdFilter_Item_Show { width: calc(100% - 110px);}
  .ProdFilter_ { order: 1;}
  .Prods_Menulists { order: 2;}
  .ProdFilter_ li > a span { color: #333;}
  */
  .Prods_Wrap {
    width: 100%;
    margin-top: 20px;
  }
  .ProdFilter_ {
    width: 100%;
  }
  .Prods_Menulists {
    opacity: 0;
    display: none;
  }
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/* 2025.12.26 中間放大*/
.BannerHome02 .swiper-slide-active img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.BannerHome02 .swiperBan02 .swiper-slide img {
  -webkit-transition: -webkit-transform 5s ease-out;
  transition: -webkit-transform 5s ease-out;
  transition: transform 5s ease-out;
  transition: transform 5s ease-out, -webkit-transform 5s ease-out;
  will-change: transform;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.BannerHome02 .swiperBan02 .swiper-slide-active img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}

/*進場/＝＝＝＝＝*/
/* 白色背景 */
.pageIndex::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: white;
  z-index: 10001;
  pointer-events: none;
  -webkit-animation: bgFadeOut 1.5s ease forwards;
          animation: bgFadeOut 1.5s ease forwards;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  /* 與 logo 淡出時間一致 */
}

.pageIndex::after {
  content: "";
  position: fixed;
  top: 50%;
  left: 50%;
  width: 280px;
  height: 280px;
  background: url("https://pic03.eapple.com.tw/zeelandiaconsulting/logo_intro.png") center/contain no-repeat;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10006;
  pointer-events: none;
  -webkit-animation: logoBlur 1.8s ease forwards;
          animation: logoBlur 1.8s ease forwards;
}

@-webkit-keyframes logoBlur {
  0% {
    opacity: 0;
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
  40% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes logoBlur {
  0% {
    opacity: 0;
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
  40% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes bgFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes bgFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
/*大圖/＝＝＝＝＝*/
.bannerindex {
  position: static;
  height: auto;
}

/* 大圖取消動畫 */
/* .pageIndex .bannerindex .swiper-slide img {animation: none;} */
/*輪播按鈕/＝＝＝＝＝*/
/* .swiper-pagination {display: none;} */
.swiper-pagination {
  left: 50%;
  margin-left: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.swiper-pagination {
  display: none;
}

.sb_marquee {
  display: none;
}

/*預設解除背景輪播*/
#content_main {
  margin: 0;
}

.bannerindex {
  position: static;
  height: auto;
}

.swiper-banner {
  position: static;
  margin: 0;
  height: auto;
}

.swiper-slide img {
  height: auto;
}

/*大圖文字/＝＝＝＝＝*/
.pageIndex .swiper-wrapper .swiper-slide::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 1;
  width: 100%;
  max-width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10000;
}

.pageIndex .swiper-wrapper .swiper-slide::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 1;
  background-image: url(https://pic03.eapple.com.tw/zeelandiaconsulting/bg_shadow_1.png);
  width: 100%;
  max-width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10000;
  -webkit-transform-origin: 80% 20%;
          transform-origin: 80% 20%;
}

.pageIndex .swiper-wrapper .swiper-slide:nth-of-type(1):after {
  background-image: url(https://pic03.eapple.com.tw/zeelandiaconsulting/bg_word_1.png);
}

.pageIndex .swiper-wrapper .swiper-slide:nth-of-type(2):after {
  background-image: url(https://pic03.eapple.com.tw/zeelandiaconsulting/bg_word_1.png);
}

.pageIndex .swiper-wrapper .swiper-slide.swiper-slide-active::after {
  content: "";
  -webkit-animation: banner-bg 2s forwards cubic-bezier(0.73, 0.08, 0.11, 0.99);
          animation: banner-bg 2s forwards cubic-bezier(0.73, 0.08, 0.11, 0.99);
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.pageIndex .swiper-wrapper .swiper-slide.swiper-slide-active::before {
  content: "";
  -webkit-animation: banner-bg-2 2s forwards cubic-bezier(0.73, 0.08, 0.11, 0.99);
          animation: banner-bg-2 2s forwards cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

@-webkit-keyframes banner-img {
  0% {
    -webkit-filter: brightness(0.1);
            filter: brightness(0.1);
    opacity: 0.5;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes banner-img {
  0% {
    -webkit-filter: brightness(0.1);
            filter: brightness(0.1);
    opacity: 0.5;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes banner-bg {
  0% {
    height: 95%;
    opacity: 0;
  }
  100% {
    height: 100%;
    opacity: 1;
  }
}
@keyframes banner-bg {
  0% {
    height: 95%;
    opacity: 0;
  }
  100% {
    height: 100%;
    opacity: 1;
  }
}
@-webkit-keyframes banner-bg-2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes banner-bg-2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes bannerScrollAnimation {
  0%, 100% {
    bottom: 81px;
    border-color: rgba(255, 255, 255, 0.5);
  }
  50% {
    bottom: 90px;
    border-color: #fff;
  }
}
@keyframes bannerScrollAnimation {
  0%, 100% {
    bottom: 81px;
    border-color: rgba(255, 255, 255, 0.5);
  }
  50% {
    bottom: 90px;
    border-color: #fff;
  }
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*內頁BANNER 設定*/
.banner.banDesign {
  background-color: #333;
}

.banner {
  width: 100%;
  height: 45vh;
  background: #2d2d2d;
  position: relative;
  overflow: hidden;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 140px;
}

/* 1. 定義動畫：維持原本的位移，但讓它更平滑 */
@-webkit-keyframes linearEntrance {
  0% {
    opacity: 0;
    -webkit-filter: blur(12px);
            filter: blur(12px);
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes linearEntrance {
  0% {
    opacity: 0;
    -webkit-filter: blur(12px);
            filter: blur(12px);
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
/* 2. 標題容器 */
.banner h5 {
  color: #D5EDED;
  font-size: 30px;
  letter-spacing: 3.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 600;
  gap: 3px;
  z-index: 1;
  /* 中文標題進場控制 */
  opacity: 0;
  will-change: transform, opacity, filter;
  /* 動畫時間拉長到 1.8s，增加緩慢移動的質感 */
  -webkit-animation: linearEntrance 1.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
          animation: linearEntrance 1.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  /* 英文先出，中文晚一點（延遲 0.6s） */
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

/* 3. 英文標題 (第一順位) */
.banner h5::before {
  content: "YOUR TEXT";
  display: block;
  color: #fff;
  font-size: 90px;
  text-shadow: 0 0 15px rgba(28, 212, 135, 0.5);
  font-family: "Oswald", sans-serif;
  /* 英文進場控制 */
  opacity: 0;
  will-change: transform, opacity, filter;
  /* 動畫時間同步為 1.8s */
  -webkit-animation: linearEntrance 1.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
          animation: linearEntrance 1.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  /* 英文最先動 */
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.banner.banB h5::before {
  content: "Consulting";
}

.banner.banC h5::before {
  content: "Contact";
}

.banner.banblog h5::before {
  content: "Blog";
}

.banner:before {
  content: "";
  -webkit-animation: bgScroll 30s linear infinite;
          animation: bgScroll 30s linear infinite;
  width: 110%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* --- 文章管理A圖片 --- */
body.article_a .banner.banblog:before {
  background-image: url(https://pic03.eapple.com.tw/zeelandiaconsulting/banner1.png);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  /* 時間拉長到 20-30s，讓動態幾乎察覺不到，降低暈眩感 */
  -webkit-animation: bgGentleScale 25s ease-in-out infinite;
          animation: bgGentleScale 25s ease-in-out infinite;
}

/* --- 文章管理B圖片 --- */
body.article_b .banner.banblog:before {
  background-image: url(https://pic03.eapple.com.tw/zeelandiaconsulting/banner4.png);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  /* 時間拉長到 20-30s，讓動態幾乎察覺不到，降低暈眩感 */
  -webkit-animation: bgGentleScale 25s ease-in-out infinite;
          animation: bgGentleScale 25s ease-in-out infinite;
}

.contact_page .banner:before {
  background-image: url(https://pic03.eapple.com.tw/zeelandiaconsulting/banner2.png);
  background-position: top;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  /* 時間拉長到 20-30s，讓動態幾乎察覺不到，降低暈眩感 */
  -webkit-animation: bgGentleScale 25s ease-in-out infinite;
          animation: bgGentleScale 25s ease-in-out infinite;
}

.banner.banB:before {
  background-image: url(https://pic03.eapple.com.tw/zeelandiaconsulting/banner3.png);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  /* 時間拉長到 20-30s，讓動態幾乎察覺不到，降低暈眩感 */
  -webkit-animation: bgGentleScale 25s ease-in-out infinite;
          animation: bgGentleScale 25s ease-in-out infinite;
}

@-webkit-keyframes bgGentleScale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  /* 僅放大 8%，視圖平穩 */
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes bgGentleScale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  /* 僅放大 8%，視圖平穩 */
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* 針對 Banner 裡的大標題 */
.banner.banB h5 {
  font-size: 0;
  /* 隱藏原本的「顧問服務」四個字 */
}

.banner.banB h5::after {
  content: "ZC代辦歐洲註冊服務";
  font-size: 30px;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
/*文章管理1/＝＝＝＝＝*/
/* 整體容器 */
.blog_box {
  min-height: 100vh;
  padding: 0px;
  display: block;
  overflow: visible;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

/* 左側選單欄 */
.blog_le {
  /* display: flex; */
  position: relative;
  /* top: 18%; */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 999;
  padding: 0;
  margin: 0;
  border: 0;
  padding-bottom: 20px;
  margin-top: 3vh;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

/* 左側標題 */
h5.blog_le_t {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 80px;
  width: auto;
  font-family: "Tomorrow", "Noto Sans TC", sans-serif;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

h5.blog_le_t em {
  font-size: 3.5vw;
  text-transform: uppercase;
  font-style: normal;
  color: #87A899;
}

h5.blog_le_t span {
  font-size: 20px;
}

/* 搜尋框 (預設隱藏，維持原本邏輯) */
.blog_search {
  display: none;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.blog_search form {
  width: 100%;
  position: relative;
}

.blog_search input[type=search] {
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  font-size: 14px;
  color: #999;
  border: 0;
  border-radius: 0;
  border-bottom: 1px #5E8C61 solid;
  padding: 10px 35px 10px 10px;
  background: transparent;
}

/* 分類選單清單 */
.blog_le .accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /* 橫向排列風格 */
  padding: 0;
  line-height: 1;
  gap: 10px;
  border: none;
  background: transparent;
  border-radius: 0;
  position: relative;
}

.blog_le .accordion::before {
  display: none;
  /* 移除原本的左側直線 */
}

/* 選單按鈕樣式 */
.accordion li .link a {
  display: block;
  border: 0;
  border-radius: 24px;
  font-size: 16px;
  color: #5E8C61;
  font-weight: bold;
  padding: 10px 30px;
  letter-spacing: 2px;
  text-indent: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* 選單底線效果 */
.blog_le .accordion > li {
  position: relative;
  padding: 0px 15px;
  padding-left: 15px;
}

.blog_le .accordion > li::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #232F2D;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.0705882353);
          box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.0705882353);
  -webkit-transform: none;
          transform: none;
  border-radius: 3px;
}

.blog_le .accordion > li::after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  background-color: #5E8C61;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  border-radius: 3px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: all 1s cubic-bezier(0.73, 0.08, 0.11, 0.99);
  transition: all 1s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.blog_le .accordion > li:hover:after,
.blog_le .accordion > li.on_this_category:after {
  background-color: #5E8C61;
  width: 100%;
  -webkit-transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
  transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.blog_le .accordion > li:hover .link a,
.blog_le .accordion > li.on_this_category .link a {
  color: #87A899 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* 右側內容區 */
.blog_ri {
  display: inline-block;
  width: 100%;
  padding: 0;
  min-height: 75vh;
  margin: 0;
}

/* 文章網格佈局 */
.blog_subbox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* 文章管理樣式：三欄式 */
  gap: 10px;
}

/* 單個文章項目 */
.subbox_item {
  position: relative;
  padding: 10px;
  margin-bottom: 50px;
  border-radius: 30px;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/* 文章項目 Hover 背景色塊升起效果 */
.subbox_item::before {
  content: "";
  display: block;
  width: 100%;
  height: 0%;
  position: absolute;
  top: 0;
  left: 0%;
  background-color: #5E8C61;
  border-radius: 24px;
  z-index: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
  transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.subbox_item:hover:before {
  height: 100%;
  -webkit-transition: all 1s cubic-bezier(0.73, 0.08, 0.11, 0.99);
  transition: all 1s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.subbox_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0;
  background: transparent;
}

/* 圖片容器 */
.blog_list_le {
  height: auto;
  width: 100%;
  line-height: 0;
  overflow: hidden;
  position: relative;
  aspect-ratio: 1/1;
  /* 文章管理樣式：正方形圖片 */
  border-radius: 24px;
}

.blog_list_le img {
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
  transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.subbox_item:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
          transform: translate(-50%, -50%) scale(1.05);
}

/* 文字內容區 */
.blog_list_ri {
  width: 100%;
  margin-left: 0;
  padding: 3% 5% 5%;
  min-height: 170px;
}

.blog_list_ri h5 {
  color: #87A899;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.blog_list_ri em {
  font-size: 14px;
  color: #888888;
  font-style: normal;
  display: block;
  margin-bottom: 10px;
  font-family: "Noto Sans TC", sans-serif;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.blog_list_ri p {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 15px;
  color: #b5b5b5;
  line-height: 160%;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  white-space: normal;
  overflow: hidden;
  word-break: break-all;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/* Hover 時文字轉白色 */
.subbox_item:hover .blog_list_ri h5,
.subbox_item:hover .blog_list_ri em,
.subbox_item:hover .blog_list_ri p {
  color: #fff;
}

/* 返回按鈕與分頁 */
.blog_back {
  width: 100%;
  padding: 0;
  margin-left: auto;
}

.blog_back a {
  font-size: 16px;
  color: #fff;
  border-radius: 0px;
}

/* RWD 響應式設定 */
@media screen and (max-width: 1024px) {
  .blog_subbox {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .blog_le {
    display: none;
    /* 手機版隱藏左側選單 */
  }
  .blog_ri {
    width: 100%;
  }
  .blog_subbox {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .subbox_item {
    margin-bottom: 20px;
  }
  .main_part {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 500px) {
  .blog_subbox {
    grid-template-columns: repeat(1, 1fr);
  }
  .subbox_item {
    width: 100%;
  }
}
/* 其他修改項目 */
.page strong,
.page a {
  font-size: 16px;
  color: #838383;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 400;
}

.page strong,
.page a:hover {
  background: #5E8C61;
  color: #fff;
}

/* .edit {
    color: #C6C6C6;
} */
.blog_le .accordion > li:hover,
.blog_le .accordion > li.on_this_category {
  background: #232f2d !important;
}

/* 文章編輯器 */
.blog_in_page h4.blog_category_title {
  width: 100%;
  font-size: 24px;
  letter-spacing: 0.08em;
  margin-bottom: 0;
  text-align: center;
  padding: 30px 0 0;
  font-size: 28px;
  display: block;
  background-color: #fff;
  padding: 30px 60px 20px;
  text-align: left;
  letter-spacing: 1px;
  font-weight: 400;
  font-family: "Noto Sans TC", sans-serif;
  color: #2e5930;
  font-weight: 600;
}

.blog_box_edit {
  background: #fff;
  font-family: "Noto Sans TC", sans-serif;
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #333;
  line-height: 2;
  padding: 20px 60px 60px;
  /* letter-spacing: 0.04em; */
  border-top: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}

/* 上下篇按鈕 */
.blog_back {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  justify-self: flex-end;
  /* width: calc(100% - 227px - 1%); */
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 5px;
  margin: auto;
  margin-top: 0;
  text-align: center;
  margin-right: 0;
  justify-items: start;
  background: #232f2d;
  padding: 25px;
}

.blog_back:before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 40px);
  height: 1px;
  left: 20px;
}

.blog_back a {
  font-size: 13px;
  letter-spacing: 2px;
}

.blog_back a.article_btn_back {
  border: 1px solid #87A899;
  color: #87A899;
  background: rgba(167, 169, 172, 0);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.blog_back a.article_btn_back:hover {
  background-color: #1CD487;
  border-color: #1CD487;
  color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(28, 212, 135, 0.5);
          box-shadow: 0 0 15px rgba(28, 212, 135, 0.5);
}

.blog_back a.article_btn_prev,
.blog_back a.article_btn_next {
  color: #87A899;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: transparent;
  font-size: 0;
  border: 1px solid #87A899;
}

.blog_back a.article_btn_next {
  justify-self: end;
}

a.article_btn_prev:before,
a.article_btn_next:after {
  content: "< Previous";
  padding: 8px;
  font-size: 13px;
  text-decoration: none;
  color: #87A899;
  letter-spacing: 1px;
  font-weight: 600;
}

a.article_btn_next:after {
  content: "Next >";
}

.blog_back a.article_btn_prev:hover,
.blog_back a.article_btn_next:hover {
  background-color: #1CD487;
  border-color: #1CD487;
  -webkit-box-shadow: 0 0 15px rgba(28, 212, 135, 0.5);
          box-shadow: 0 0 15px rgba(28, 212, 135, 0.5);
}

a.article_btn_prev:hover:before,
a.article_btn_next:hover:after {
  color: #fff;
}

h4.blog_category_title {
  color: #5E8C61;
  font-size: 30px;
  /* border-bottom: 1px #ccc solid; */
  padding: 10px 0;
  margin-bottom: 20px;
}

.news_related {
  background: #02120b;
  padding: 25px 15px;
  border-top: 1px #444444 solid;
}

.news_related h6 span:before {
  content: "相關文章";
  font-size: 24px;
  color: #87A899;
}

.news_related_list li a {
  padding: 10px;
  background: #fff;
  height: 100%;
  border: 1px solid #5E8C61;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}

.news_related_list li a:hover {
  -webkit-box-shadow: 0 0 15px rgba(28, 212, 135, 0.7);
          box-shadow: 0 0 15px rgba(28, 212, 135, 0.7);
}

.news_related_list li figure img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.news_related_list li a:hover figure img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 0.6;
}

.news_related_list li a p {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-family: "Noto Sans TC", sans-serif;
  line-height: 1.5;
  padding: 10px 0 5px;
}

.news_related_list li a:hover p {
  color: #1CD487;
}

.lastPage {
  background: #304b46;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.lastPage:hover {
  background: #1CD487;
  -webkit-box-shadow: 0 0 15px rgba(28, 212, 135, 0.5);
          box-shadow: 0 0 15px rgba(28, 212, 135, 0.5);
}

/* 相關文章圖片 */
.news_related_list li figure {
  aspect-ratio: 2/2;
  background: #151515;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  /* 確保 after 定位正確 */
  margin: 0;
  /* 消除內建 margin */
}

.news_related_list li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* 滑鼠移入效果：圖片縮放與透明度 */
.news_related_list li a:hover img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  opacity: 0.3;
  z-index: 0;
}

/* Logo 覆蓋層樣式 */
.news_related_list li figure:after {
  content: "";
  background: url(https://pic03.eapple.com.tw/zeelandiaconsulting/logo_intro_white.png) no-repeat center center/cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, calc(-50% + 40px));
          transform: translate(-50%, calc(-50% + 40px));
  pointer-events: none;
  opacity: 0;
  width: 75%;
  aspect-ratio: 1/1;
  height: auto;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* 滑鼠移入時 Logo 浮現並向上移動至中心 */
.news_related_list li a:hover figure:after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* 其他隱藏項目 */
.blog_shareData {
  display: none;
}

.subbox_item a:after {
  display: none;
}

.subbox_item a:before {
  display: none;
}

.articel_mainPic img {
  display: none;
}

/*文章管理2/＝＝＝＝＝*/
/* ==========================================================================
   僅針對 blog_page article_b 頁面的樣式設定
   ========================================================================== */
/* 文章設定 */
.blog_page.article_b .blog_back a.article_main_header_area_back {
  background: #1CD487;
}

.blog_page.article_b .blog_le .accordion > li:hover,
.blog_page.article_b .blog_le .accordion > li.on_this_category {
  background: transparent !important;
}

.blog_page.article_b .share_page .edit {
  text-align: justify;
  line-height: 180%;
}

.blog_page.article_b .subbox_item a:before,
.blog_page.article_b .subbox_item a:after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog_page.article_b .blog_le .accordion > li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.blog_page.article_b .blog_box_edit {
  line-height: 180%;
  text-align: justify;
  color: #fff !important;
}

.blog_page.article_b h4.blog_category_title {
  text-align: justify;
  color: #8f8f8f;
}

.blog_page.article_b .link a {
  width: 100%;
  display: block;
  padding: 15px 10px;
}

.blog_page.article_b .accordion li .link {
  padding: 0;
  border: 0;
}

.blog_page.article_b .accordion li + li .link {
  border-top: 0;
}

.blog_page.article_b .main_part {
  width: 100%;
  max-width: 100%;
  margin: auto;
  padding: 100px 5%;
}

.blog_page.article_b .clearfix:before,
.blog_page.article_b .clearfix:after {
  display: none;
}

/* 選單部分 */
.blog_page.article_b .blog_box {
  min-height: 20vw;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.blog_page.article_b .blog_le {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

.blog_page.article_b h5.blog_le_t {
  display: none;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 80px;
  width: auto;
  font-family: "Noto Serif TC", "Zen Maru Gothic", sans-serif, arial;
}

.blog_page.article_b .blog_search {
  width: 90%;
  position: relative;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.blog_page.article_b .blog_search form {
  width: 20%;
  position: relative;
}

.blog_page.article_b .blog_le .accordion {
  margin: auto;
  overflow: visible;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 10px 0 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  border-bottom: 1px rgba(71, 71, 71, 0.4) solid;
}

/* ==========================================================================
   針對 article_b 搜尋框的 Focus 樣式強化 (移植聯絡表單風格)
   ========================================================================== */
/* 1. 修改搜尋框預設底線顏色 (對齊聯絡表單的簡約感) */
.blog_page.article_b .blog_search input[type=search] {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* 加入轉場動畫，發光才會順 */
  border-bottom: 1px solid rgba(168, 189, 168, 0.3) !important;
}

/* 2. 當搜尋框被點擊 (Focus) 時的發光效果 */
.blog_page.article_b .blog_search input[type=search]:focus {
  color: #ffffff !important;
  /* 輸入時文字轉白，對齊深色背景 */
  border-color: #1CD487 !important;
  /* 邊框變為霓虹綠 */
  -webkit-box-shadow: 0 0 15px rgba(28, 212, 135, 0.3) !important;
          box-shadow: 0 0 15px rgba(28, 212, 135, 0.3) !important;
  /* 霓虹發光陰影 */
  background: rgba(255, 255, 255, 0.08) !important;
  /* 微量背景提亮，增加視覺反饋 */
  outline: none !important;
}

/* 3. 修改搜尋按鈕 (放大鏡) 的 Hover 效果 (選配) */
.blog_page.article_b .blog_search input[type=submit]:hover {
  -webkit-filter: drop-shadow(0 0 5px #1CD487);
          filter: drop-shadow(0 0 5px #1CD487);
  /* 讓放大鏡 icon 也跟著發光 */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blog_page.article_b .accordion li .link a {
  font-size: 20px;
  color: #474747;
  font-weight: 800;
  padding: 10px 30px;
  border: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  /* 確保偽元素定位正確 */
}

.blog_page.article_b .accordion li .link a::before {
  content: "";
  display: block;
  width: 0px;
  height: 2px;
  background-color: #5E8C61;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 1px);
          transform: translate(-50%, 1px);
  -webkit-transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
  transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.blog_page.article_b .accordion li .link a:hover:before,
.blog_page.article_b .accordion > li.on_this_category .link a::before {
  width: 140%;
}

.blog_page.article_b .blog_le .accordion > li:hover .link a,
.blog_page.article_b .blog_le .accordion > li.on_this_category .link a {
  color: #1CD487 !important;
  text-shadow: 0 0 15px rgba(28, 212, 135, 0.7);
}

.blog_page.article_b .blog_search input[type=search] {
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  font-size: 14px;
  color: #999;
  border: 0;
  border-radius: 0;
  border-bottom: 1px #87A899 solid;
  padding: 10px 35px 10px 10px;
  background: transparent;
  font-family: "Noto Sans TC", sans-serif;
}

.blog_page.article_b .blog_search input[type=submit] {
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  width: 38px;
  height: 38px;
  background: url(../images/search-icon.png) no-repeat 9px center transparent;
  border: none;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

/* 內容部分 */
.blog_page.article_b .blog_ri {
  width: 100%;
  padding: 0 12%;
  min-height: 75vh;
}

.blog_page.article_b .blog_subbox {
  display: grid;
  /* 加入 grid 確保 columns 生效 */
  -ms-flex-line-pack: center;
      align-content: center;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  /* 視需求加入間距 */
}

.blog_page.article_b .blog_list_ri h5 {
  color: #474747;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.blog_page.article_b .subbox_item img {
  -webkit-transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
  transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.blog_page.article_b .subbox_item:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
          transform: translate(-50%, -50%) scale(1.05);
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}

.blog_page.article_b .blog_list_le {
  height: 0;
  width: 100%;
  line-height: 0;
  padding-bottom: 75%;
  overflow: hidden;
  position: relative;
}

.blog_page.article_b .subbox_item {
  margin: 0;
  margin-bottom: 50px;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3294117647);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3294117647);
}

.blog_page.article_b .subbox_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0;
}

.blog_page.article_b .blog_list_ri {
  width: 100%;
  margin-left: 0;
  padding: 20px 20px 30px;
  padding-left: 10%;
  min-height: 170px;
  opacity: 1;
  position: relative;
}

.blog_page.article_b .blog_list_le img {
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.blog_page.article_b .blog_list_ri em {
  font-size: 14px;
  color: #707070;
  font-style: normal;
  display: block;
  margin: 0;
  /* position: absolute; */
  bottom: 10px;
  right: 10%;
}

.blog_page.article_b .blog_list_ri p {
  font-size: 15px;
  color: #707070;
  line-height: 160%;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  white-space: normal;
  overflow: hidden;
  word-break: break-all;
}

.blog_page.article_b .blog_back a.article_btn_back {
  background: #1CD487;
}

.blog_page.article_b .news_related {
  background: rgba(0, 0, 0, 0.5607843137);
}

.blog_page.article_b .news_related_list li a p {
  font-size: 16px;
  color: #fff;
  line-height: 2;
  font-weight: bold;
  margin-top: 10px;
}

.blog_page.article_b .articel_mainPic {
  display: none;
}

/* ==========================================================================
   僅針對 blog_page article_b 的「列表外層」進行樣式修改
   ========================================================================== */
/* 1. 強制修正外層容器佈局，避免被 article_a 的 block 影響 */
.blog_page.article_b .show_content.blog_box {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  min-height: 20vw;
  padding: 0px !important;
}

/* 2. 列表左側（選單區）強制橫向排列 */
.blog_page.article_b .blog_le {
  width: 100% !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  margin-bottom: 40px !important;
  margin-top: 0 !important;
  /* 移除 article_a 的 10vh */
}

/* 3. 隱藏列表頁的 article_a 專屬大標題與裝飾 */
.blog_page.article_b h5.blog_le_t,
.blog_page.article_b .blog_le .accordion > li::before,
.blog_page.article_b .blog_le .accordion > li::after {
  display: none !important;
}

/* 4. 列表分類選單強制還原為參考頁樣式 */
.blog_page.article_b .blog_le .accordion {
  width: 90% !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
  background: transparent !important;
  border-bottom: 1px #232f2d solid !important;
}

.blog_page.article_b .accordion li .link a {
  color: #87A899 !important;
  padding: 15px 30px !important;
  font-size: 20px !important;
}

/* 5. 列表右側（文章網格）強制三欄分佈 */
.blog_page.article_b .blog_ri {
  width: 100% !important;
  padding: 0 12% !important;
}

.blog_page.article_b .blog_subbox {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px !important;
}

/* 6. 移除列表項目的 article_a 背景升起效果與圓角 */
.blog_page.article_b .subbox_item {
  background: #fff !important;
  border-radius: 0 !important;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3294117647) !important;
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3294117647) !important;
  padding: 0 !important;
  /* 移除 article_a 的 10px padding */
}

.blog_page.article_b .subbox_item::before {
  display: none !important;
}

/* 針對 subbox_item 增加 hover 時的陰影效果 */
.subbox_item:hover {
  -webkit-box-shadow: 0 0 15px rgba(28, 212, 135, 0.7);
          box-shadow: 0 0 15px rgba(28, 212, 135, 0.7);
  /* 建議加入 transition 讓陰影出現時更平滑 */
  -webkit-transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
  transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.blog_page.article_b .subbox_item:hover {
  -webkit-box-shadow: 0 0 15px rgba(28, 212, 135, 0.5) !important;
          box-shadow: 0 0 15px rgba(28, 212, 135, 0.5) !important;
}

/* 7. 修正列表內文字顏色 */
.blog_page.article_b .blog_list_ri h5 {
  color: #212121 !important;
}

.blog_page.article_b .blog_list_ri em {
  color: #707070 !important;
}

.blog_page.article_b .blog_list_ri p {
  color: #333 !important;
}

.blog_page.article_b .subbox_item a:hover h5 {
  color: #1CD487 !important;
}

/* 8. 確保圖片維持參考比例 */
.blog_page.article_b .blog_list_le {
  aspect-ratio: 4/3 !important;
  border-radius: 0 !important;
}

/*聯絡我們/＝＝＝＝＝*/
#content {
  background: #02120b;
  /* 總背景改為深黑色 */
}

/* 按鈕配色與霓虹發光 */
.contact_le_map a {
  background: #5E8C61;
  border: none;
  color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(94, 140, 97, 0.4);
          box-shadow: 0 0 10px rgba(94, 140, 97, 0.4);
}

.contact_form li.last cite {
  background: #5E8C61 !important;
  /* 強制覆蓋駝色 */
  border: 1px solid #5E8C61 !important;
  -webkit-box-shadow: 0 0 15px rgba(94, 140, 97, 0.5);
          box-shadow: 0 0 15px rgba(94, 140, 97, 0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contact_form li.last cite:hover {
  background: #1CD487 !important;
  -webkit-box-shadow: 0 0 25px rgba(28, 212, 135, 0.7);
          box-shadow: 0 0 25px rgba(28, 212, 135, 0.7);
}

/* 聯絡表單外框容器 */
.contact_content .information_right {
  background: rgba(35, 47, 45, 0);
  /* 區塊底色改為深綠色 */
  border-radius: 1em;
  width: 100%;
  max-width: 1250px;
  margin: 50px auto;
  padding: 30px 40px 30px 40px;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
  /* 移除藍色投影 */
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0 0 25px rgba(28, 212, 135, 0.2);
          box-shadow: 0 0 25px rgba(28, 212, 135, 0.2);
}

/* 文字顏色 */
.contact_form {
  color: #A8BDA8;
}

/* 重新填寫按鈕框 */
.contact_form li.last blockquote {
  border: 1px solid rgba(168, 189, 168, 0.3) !important;
  background: transparent !important;
  /* 移除駝色底 */
}

.information_right .contact_form li.last blockquote input {
  color: #A8BDA8;
  background: transparent;
}

/* 標題配色與發光 */
.blank_letter {
  font-family: "Noto Sans TC", sans-serif;
  color: #D5EDED;
  font-weight: 600;
  position: relative;
  letter-spacing: 0.2em;
  margin-bottom: 5px;
  text-shadow: 0 0 15px rgba(28, 212, 135, 0.5);
}

.contact_form li .form__label {
  font-family: "Noto Sans TC", sans-serif;
  display: block;
  max-width: auto;
  letter-spacing: 0.05em;
  color: #87A899;
}

.note {
  /* font-size: 13px;
  text-align: right; */
  letter-spacing: 0.05em;
}

.red {
  color: #1CD487;
  /* 必填改為明亮的紅色 */
}

.contact_editbox {
  padding: 0px 0px;
}

/* 輸入框配色：玻璃感下底線 */
.contact_form li input.noborder {
  border: none;
  background: rgb(10, 25, 19);
  /* 半透明輸入框 */
  color: #ffffff;
  /* 輸入文字為白色 */
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  font-family: "Noto Sans TC", sans-serif;
}

.contact_form li input.noborder:focus {
  background: rgba(255, 255, 255, 0.08);
  -webkit-box-shadow: inset 0 -1px 0 #1CD487;
          box-shadow: inset 0 -1px 0 #1CD487;
  /* 聚焦時底部亮線 */
}

.contact_form li {
  margin-bottom: 0px;
  border-bottom: 1px solid rgba(168, 189, 168, 0.1);
  /* 調整分隔線顏色 */
  padding: 20px 0;
  grid-gap: 20px;
}

/* 留言內容框 */
.contact_form li textarea.noborder {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(168, 189, 168, 0.2);
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.contact_form li textarea.noborder:focus {
  border-color: #1CD487;
  -webkit-box-shadow: 0 0 15px rgba(28, 212, 135, 0.3);
          box-shadow: 0 0 15px rgba(28, 212, 135, 0.3);
  outline: none;
}

/* 隱藏聯絡資訊與結構樣式保持不變 */
.contact_content .information_left {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0px;
  width: 100%;
  max-width: 1300px;
}

.contact_content form {
  max-width: 66.6666666667%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 auto;
}

.contact_content .con_text {
  color: #A8BDA8;
  letter-spacing: 0.05em;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 400;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*RWD1440/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*RWD1200/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*RWD1024/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1024px) {
  .stellarnav.left.mobile .menu-toggle {
    padding-top: 0;
  }
}
/*RWD980/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*RWD768/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 768px) {
  /* 開啟手機板下方按鈕所需設定 */
  .footer.with_shopping_mode {
    padding: 30px 0 70px;
  }
  #to_top {
    bottom: 60px;
  }
  /*Header/＝＝＝＝＝*/
  .header_area {
    padding: 15px 10px 8px 15px;
  }
  /* 1. 全域與 Logo 修正 */
  .nav-header {
    width: 100%;
    max-width: 200px;
    /* 避免原本 125% 撐破 Header */
  }
  /* 2. 內頁 Banner 修正 */
  .banner {
    padding-left: 20px;
    /* 取消原本 140px 的過大左邊距 */
    height: auto;
    min-height: 35vh;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .banner h5 {
    font-size: 20px;
    /* 縮小中文字體 */
  }
  .banner h5::before {
    font-size: 45px;
    /* 縮小英文大字體 */
  }
  .banner.banB h5::after {
    font-size: 20px;
  }
  /* 3. 文章管理2 (article_b) 權重覆蓋 */
  .blog_page.article_b .main_part {
    padding: 40px 5% !important;
  }
  .blog_page.article_b .blog_ri {
    padding: 0 1% !important;
    /* 縮小左右留白 */
  }
  .blog_page.article_b .blog_subbox {
    grid-template-columns: repeat(1, 1fr) !important;
    /* 強制覆蓋原本的 3 欄，改為單欄排版 */
    gap: 20px !important;
  }
  .blog_page.article_b .blog_le .accordion {
    width: 100% !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    /* 讓選單按鈕可以自然換行 */
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    gap: 5px;
  }
  .blog_page.article_b .accordion li .link a {
    padding: 10px 15px !important;
    font-size: 16px !important;
  }
  .blog_page.article_b .blog_search {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
  .blog_page.article_b .blog_search form {
    width: 90%;
    /* 展開搜尋框寬度 */
  }
  .blog_page.article_b .blog_list_le {
    aspect-ratio: auto !important;
    padding-bottom: 60%;
    /* 調整手機版圖片比例 */
  }
  /*文章按鈕***********/
  .blog_back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    padding: 25px 10px;
    margin: 0 auto;
    text-align: center;
  }
  .blog_back a {
    width: 100px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1;
    padding: 0;
    white-space: nowrap;
  }
  .blog_back a.article_btn_prev,
  .blog_back a.article_btn_next,
  .blog_back a.article_btn_back {
    justify-self: auto;
  }
  a.article_btn_prev:before,
  a.article_btn_next:after {
    display: block;
    padding: 0;
    line-height: 44px;
    white-space: nowrap;
  }
  /*側邊選單***********/
  .stellarnav .menu-toggle span.bars span {
    background: #A8BDA8;
  }
  .stellarnav .menu-toggle:after {
    color: #A8BDA8;
  }
  .stellarnav.mobile > ul > li {
    display: block;
    /* 修改點：線條改用 RGBA 才會顯得通透 */
    border-bottom: none;
  }
  .stellarnav ul {
    opacity: 1;
    pointer-events: all;
  }
  .stellarnav > ul > li > a:not(.dd-toggle):before {
    left: 30px;
    top: 50%;
    width: 41px;
    height: 41px;
  }
  .stellarnav.mobile ul {
    background: rgba(2, 18, 11, 0.75);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
  }
  .stellarnav.mobile.left > ul {
    max-width: 83%;
    padding: 0px;
    top: -1px;
    /* 修改點：改為半透明深色並加入模糊 */
    background: rgba(2, 18, 11, 0.75);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    /* 加入細微的邊框質感 */
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
  .stellarnav.mobile.right .close-menu,
  .stellarnav.mobile.left .close-menu {
    /* 修改點：背景透明化 */
    background: rgba(35, 47, 45, 0.4);
    color: #777;
    font-family: "Poppins", sans-serif;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    font-weight: 500;
  }
  .stellarnav > ul > li:after {
    display: none;
  }
  .stellarnav.mobile > ul > li:nth-of-type(5) > a.dd-toggle {
    display: none;
  }
  /* --- 1. 修改初始狀態：調慢速度並加強模糊感 --- */
  .stellarnav.mobile > ul > li > a {
    /* 稍微增加距離感，讓抬升更有趣 */
    -webkit-transform: translateY(40px) scale(0.96);
            transform: translateY(40px) scale(0.96);
    opacity: 0;
    -webkit-filter: blur(12px);
            filter: blur(12px);
    min-height: 20px;
    padding: 20px 5px 20px 20px;
    /* 將 0.6s 調慢至 0.8s，增加沉穩感 */
    /* 使用稍微不同的貝茲曲線，讓結尾更緩慢 */
    -webkit-transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), -webkit-filter 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), -webkit-filter 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), filter 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), filter 0.8s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), -webkit-filter 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform, opacity, filter;
  }
  /* --- 2. 修改進入狀態 --- */
  .stellarnav.left.mobile.active > ul > li > a {
    -webkit-transform: translateY(0px) scale(1);
            transform: translateY(0px) scale(1);
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  /* --- 3. 調整交錯進場時間：間距拉大，讓「依序進場」更明顯 --- */
  /* 將間距從 0.05s 拉開到 0.1s，這樣肉眼才能清楚捕捉到順序 */
  .stellarnav.left.mobile.active > ul > li:nth-child(1) > a {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .stellarnav.left.mobile.active > ul > li:nth-child(2) > a {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .stellarnav.left.mobile.active > ul > li:nth-child(3) > a {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .stellarnav.left.mobile.active > ul > li:nth-child(4) > a {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .stellarnav.left.mobile.active > ul > li:nth-child(5) > a {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .stellarnav.left.mobile.active > ul > li:nth-child(6) > a {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .stellarnav.left.mobile.active > ul > li:nth-child(7) > a {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
  .stellarnav.left.mobile.active > ul > li:nth-child(8) > a {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  /*選單-主分類***********/
  .stellarnav.mobile li.open {
    /* 修改點：讓展開的區塊也帶點透明層次感 */
    background: rgba(255, 255, 255, 0.03);
    padding: 10px;
    padding-top: 0px;
  }
  .stellarnav.mobile li.open li a:not(.dd-toggle) {
    padding: 10px 0px 10px 40px;
    /* transition: .6s; */
    font-size: 14px;
    color: #869386;
    letter-spacing: 1px;
  }
  .stellarnav.mobile li.open li a:not(.dd-toggle):before {
    content: "►";
    position: absolute;
    color: #1CD487;
    font-size: 11px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    /* transition: all .5s; */
    opacity: 1;
    top: 50%;
    left: 20px;
  }
  .stellarnav.mobile li.open li.open li {
    margin-left: 30px;
    /* transition: .6s; */
  }
  .stellarnav.mobile li.open li li a:not(.dd-toggle) {
    border-left: 1pt solid #1CD487;
  }
  .stellarnav.mobile li.open li a:before {
    opacity: 0;
  }
  .stellarnav.mobile li.open li.open li a:before {
    display: none;
  }
  /* .stellarnav.mobile ul ul {
      box-shadow: 5px 5px 0px #e1e1e1;
      border-radius: 10px;
      padding: 0px;
  } */
  /*選單-次分類***********/
  .stellarnav.mobile ul ul ul {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .stellarnav.mobile li.open li.open {
    /* 修改點：白色背景改為微透白，才不會太突兀 */
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(5px);
    padding: 0px;
  }
  .stellarnav.mobile li.open li li a:not(.dd-toggle) {
    padding: 10px 0px 10px 20px;
  }
  .stellarnav.mobile > ul > li > a.dd-toggle {
    padding: 0;
    margin: 0;
    width: 50px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 10;
    /* transition: none !important; */
  }
  /* ==========================================================================
  子選單 (has-sub) 展開動態優化 - 慢速沉穩版
  ========================================================================== */
  /* 1. 子選單項目的初始狀態 */
  .stellarnav.mobile li.has-sub ul li a {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
    -webkit-filter: blur(12px);
            filter: blur(12px);
    /* 稍微增加模糊度，讓它浮現感更強 */
    /* 動畫時間拉長到 0.9s */
    -webkit-transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.9s cubic-bezier(0.22, 1, 0.36, 1), -webkit-filter 0.9s cubic-bezier(0.22, 1, 0.36, 1) !important;
    transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.9s cubic-bezier(0.22, 1, 0.36, 1), -webkit-filter 0.9s cubic-bezier(0.22, 1, 0.36, 1) !important;
    transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), filter 0.9s cubic-bezier(0.22, 1, 0.36, 1) !important;
    transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), filter 0.9s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.9s cubic-bezier(0.22, 1, 0.36, 1), -webkit-filter 0.9s cubic-bezier(0.22, 1, 0.36, 1) !important;
  }
  /* 2. 當父層被點擊展開 (.open) 時的進場狀態 */
  .stellarnav.mobile li.open > ul > li a {
    -webkit-transform: translateY(0px) !important;
            transform: translateY(0px) !important;
    opacity: 1 !important;
    -webkit-filter: blur(0px) !important;
            filter: blur(0px) !important;
  }
  /* 3. 子選單的階梯式延遲 (Staggered Delay) - 拉大間距 */
  /* 每個項目的出現間隔從 0.05s 拉大到 0.12s，這樣才有「一個接一個」的感覺 */
  .stellarnav.mobile li.open > ul > li:nth-child(1) a {
    -webkit-transition-delay: 0.12s !important;
            transition-delay: 0.12s !important;
  }
  .stellarnav.mobile li.open > ul > li:nth-child(2) a {
    -webkit-transition-delay: 0.24s !important;
            transition-delay: 0.24s !important;
  }
  .stellarnav.mobile li.open > ul > li:nth-child(3) a {
    -webkit-transition-delay: 0.36s !important;
            transition-delay: 0.36s !important;
  }
  .stellarnav.mobile li.open > ul > li:nth-child(4) a {
    -webkit-transition-delay: 0.48s !important;
            transition-delay: 0.48s !important;
  }
  .stellarnav.mobile li.open > ul > li:nth-child(5) a {
    -webkit-transition-delay: 0.6s !important;
            transition-delay: 0.6s !important;
  }
  /* 4. 側邊小箭頭 (►) 同步放慢 */
  .stellarnav.mobile li.open li a:not(.dd-toggle):before {
    -webkit-transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .stellarnav li li {
    border: none;
    /* border-bottom: 1px #1e2e26 solid; */
  }
  .stellarnav li li:last-child {
    border-bottom: none;
  }
  .blog_box_edit {
    padding: 20px 20px 20px;
  }
  .blog_page.article_b .blog_list_ri {
    padding: 20px 20px 20px;
  }
  .blog_box {
    padding: 10px;
  }
  .blog_back a {
    padding: 7px 15px;
  }
  .blog_in_page h4.blog_category_title {
    padding: 30px 30px 30px;
  }
  /*聯絡我們/＝＝＝＝＝*/
  .contact_content form {
    max-width: 90%;
  }
  .contact_content .information_right {
    margin: 20px auto;
    padding: 25px 20px;
  }
  /*滾動條/＝＝＝＝＝*/
  /* 捲軸寬度及高度 */
  ::-webkit-scrollbar {
    width: 5px;
    /*右側捲軸寬度*/
    height: 0px;
    /*下方捲軸高度*/
  }
  /* 軌道背景底色 */
  ::-webkit-scrollbar-track {
    background-color: #232f2d;
  }
  /* 滑桿顏色 */
  ::-webkit-scrollbar-thumb {
    background-color: #475f48;
  }
  /*進場/＝＝＝＝＝*/
  /* 白色背景 */
  .pageIndex::before {
    width: 100vw;
    height: 100vh;
  }
  .pageIndex::after {
    top: 50%;
    left: 50%;
    width: 250px;
    height: 250px;
  }
  /*Banner/＝＝＝＝＝*/
  /*預設解除背景輪播*/
  #content_main {
    margin: 0;
  }
  .bannerindex {
    position: static;
    height: auto;
  }
  .swiper-banner {
    position: static;
    margin: 0;
    height: auto;
  }
  .swiper-slide img {
    height: auto;
  }
  .bannerindex {
    height: auto;
    padding-bottom: 0%;
  }
  .swiper-banner .swiper-slide img {
    height: auto;
    max-width: 200%;
    width: 200%;
  }
  .swiper-fade .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .pageIndex .swiper-wrapper .swiper-slide::before,
  .pageIndex .swiper-wrapper .swiper-slide::after {
    background-position: left center;
  }
  .pageIndex .swiper-wrapper .swiper-slide:nth-of-type(1):after {
    background-image: url(https://pic03.eapple.com.tw/zeelandiaconsulting/bg2_word_1.png);
  }
  .pageIndex .swiper-wrapper .swiper-slide:nth-of-type(1)::before {
    background-image: url(https://pic03.eapple.com.tw/zeelandiaconsulting/bg2_shadow_1.png);
  }
  .pageIndex .swiper-wrapper .swiper-slide:nth-of-type(2):after {
    background-image: url(https://pic03.eapple.com.tw/zeelandiaconsulting/bg2_word_1.png);
  }
  .pageIndex .swiper-wrapper .swiper-slide:nth-of-type(2)::before {
    background-image: url(https://pic03.eapple.com.tw/zeelandiaconsulting/bg2_shadow_1.png);
  }
  /* .swiper-banner .swiper-slide:nth-of-type(1) a {
      width: 100%;
      display: flex;
      justify-content: center;
      overflow: hidden;
  }     */
  .swiper-banner .swiper-slide:nth-of-type(2) a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
  }
  .sb_marquee {
    display: none;
  }
}