.elementor-kit-1866{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-b149b04:#F2F0ED;--e-global-color-69d95a0:#F8D166;--e-global-typography-primary-font-family:"Noto Sans HK";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Noto Sans HK";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Noto Sans HK";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Noto Sans HK";--e-global-typography-accent-font-weight:500;font-family:"Noto Sans HK", Sans-serif;font-size:17px;font-weight:500;}.elementor-kit-1866 e-page-transition{background-color:#FFBC7D;}.elementor-kit-1866 p{margin-block-end:0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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 *//*跑馬燈語法*/
.marquee {
overflow: hidden;

white-space: nowrap;
}

.marquee p {
display: inline-block;
animation: marquee-left 10s linear infinite;
}

@keyframes marquee-left {
0%   { transform: translateX(100%); }
100% { transform: translateX(-100%); }
}

/*文章區塊hover效果*/
.eael-grid-post-holder{
    transition: all 0.3s ease;
}

.eael-grid-post-holder:hover{
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    transform: translateY(-8px);
}

/*首頁最新資訊區塊hover效果*/
.elementor-post{
    transition: all 0.3s ease !important;
}

.elementor-post:hover{
    box-shadow: 0px 0px 10px 0px rgb(248 156 14) !important;
    transform: translateY(-10px);
}/* End custom CSS */