.elementor-kit-88{--e-global-color-primary:#2EC1FF;--e-global-color-secondary:#353636;--e-global-color-text:#393939;--e-global-color-accent:#FAF9EE;--e-global-color-1d1426d:#6DFF56;--e-global-color-aaf47d9:#626262;--e-global-color-2d961b6:#FFFFFF;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:28px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Noto Sans TC";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:20px;--e-global-typography-accent-font-weight:400;font-size:18px;}.elementor-kit-88 e-page-transition{background-color:#FFBC7D;}.elementor-kit-88 h1{font-size:28px;font-weight:500;}.elementor-kit-88 h2{font-size:28px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*全域字體設定 */
html, body, button, input, select, textarea {
  font-family: 'Poppins', 'Inter', 'PingFang TC', 'Microsoft JhengHei', 'Noto Sans TC', sans-serif !important;
  color: #222;
  line-height: 2;
}

/* 自訂網站整體的捲動條樣式 */
::-webkit-scrollbar {
  width: 8px;              /* 捲動條寬度 */
}

::-webkit-scrollbar-track {
  background: #f1f1f1;     /* 背景軌道顏色 */
}

::-webkit-scrollbar-thumb {
  background-color: #00C4B3; /* 滑塊顏色（主色） */
  border-radius: 10px;       /* 圓角 */
}

::-webkit-scrollbar-thumb:hover {
  background-color: #009e8d; /* 滑塊 hover 顏色 */
}


@media(min-width: 1024px) {
    .scroll-headline, .scroll-des, .scroll-button {
        opacity: 0;
    }   
}/* End custom CSS */