.elementor-kit-11532{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-6175195:#B32209;--e-global-color-e3b6c2f:#CC0302;--e-global-color-6865541:#A9231E;--e-global-color-37f0711:#E8E2DA;--e-global-color-de6e25a:#F0EBE4;--e-global-color-6380d48:#222421;--e-global-color-d4b451d:#F9F4ED;--e-global-color-44d59c7:#E0B384;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-11532 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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 */a:focus {outline: none !important;}

body{font-family: arial,"Microsoft JhengHei","微軟正黑體",sans-serif !important;}

/* Comments */
#comments{
	display: none;
}

/* 文字框模糊暈開效果 */
#texbox {
	opacity: 0;
	filter: blur(18px);
	will-change: opacity, filter;

	animation: texbox-blur-in 0.9s linear forwards;
}

/* 持續變清楚，不停頓 */
@keyframes texbox-blur-in {
	from {
		opacity: 0;
		filter: blur(18px);
	}

	to {
		opacity: 1;
		filter: blur(0);
	}
}

/* 手機版 */
@media (max-width: 767px) {
	#texbox {
		animation-duration: 0.75s;
	}
}

/* 關閉動畫時直接顯示 */
@media (prefers-reduced-motion: reduce) {
	#texbox {
		opacity: 1;
		filter: none;
		animation: none;
	}
}/* End custom CSS */