.elementor-kit-7{--e-global-color-primary:#1A1C1B;--e-global-color-secondary:#5C1214;--e-global-color-text:#5F5E5E;--e-global-color-accent:#5C1214;--e-global-color-b44303d:#FFFFFF;--e-global-color-68d350d:#FAF9F7;--e-global-typography-primary-font-family:"Noto Serif TC";--e-global-typography-primary-font-size:40px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-text-transform:none;--e-global-typography-primary-text-decoration:none;--e-global-typography-primary-line-height:1.4em;--e-global-typography-primary-letter-spacing:0.6px;--e-global-typography-secondary-font-family:"Noto Sans TC";--e-global-typography-secondary-font-size:24px;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-text-transform:none;--e-global-typography-secondary-text-decoration:none;--e-global-typography-secondary-line-height:1.56em;--e-global-typography-secondary-letter-spacing:0px;--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-text-text-transform:none;--e-global-typography-text-text-decoration:none;--e-global-typography-text-line-height:1.8em;--e-global-typography-text-letter-spacing:0.2px;--e-global-typography-accent-font-family:"Noto Serif TC";--e-global-typography-accent-font-size:22px;--e-global-typography-accent-font-weight:700;--e-global-typography-accent-text-transform:none;--e-global-typography-accent-text-decoration:none;--e-global-typography-accent-line-height:1.8em;--e-global-typography-accent-letter-spacing:0.2px;--e-global-typography-084d48d-font-family:"Noto Serif TC";--e-global-typography-084d48d-font-size:36px;--e-global-typography-084d48d-font-weight:600;--e-global-typography-f329baf-font-family:"Noto Sans TC";--e-global-typography-f329baf-font-size:24px;--e-global-typography-f329baf-font-weight:400;--e-global-typography-f329baf-line-height:1.2em;--e-global-typography-f329baf-letter-spacing:0.6px;--e-global-typography-fae5ebc-font-family:"Noto Serif TC";--e-global-typography-fae5ebc-font-size:60px;--e-global-typography-fae5ebc-font-weight:600;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.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-kit-7{--e-global-typography-primary-font-size:22.69px;--e-global-typography-primary-line-height:1.4em;--e-global-typography-secondary-font-size:16.02px;--e-global-typography-secondary-line-height:1.48em;--e-global-typography-text-font-size:15.04px;--e-global-typography-text-line-height:1.71em;--e-global-typography-accent-font-size:16.02px;--e-global-typography-accent-line-height:1.71em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:85%;}.e-con{--container-max-width:85%;}}@media(max-width:767px){.elementor-kit-7{--e-global-typography-primary-font-size:32px;--e-global-typography-primary-line-height:1.26em;--e-global-typography-secondary-font-size:28px;--e-global-typography-secondary-line-height:1.37em;--e-global-typography-text-font-size:20px;--e-global-typography-text-line-height:1.57em;--e-global-typography-accent-font-size:24px;--e-global-typography-accent-line-height:1.57em;--e-global-typography-fae5ebc-font-size:42px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:90%;}.e-con{--container-max-width:90%;}}/* Start custom CSS */.two-line-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.four-line-text {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* 初始狀態 */
.my-container {
  transition: transform 0.4s ease-in-out;  /* 縮放動畫時間與曲線 */
  transform: scale(1);                     /* 原本大小 */
  transform-origin: center center;         /* 從中心縮放，可改 top/left 等 */
}

/* hover 時縮小 */
.my-container:hover {
  transform: scale(0.95);                  /* 縮到 95% 大小，可調整數值 */
}/* End custom CSS */