.elementor-kit-10{--e-global-color-accent:#FFFFFF;--e-global-color-secondary:#616161;--e-global-color-text:#000000;--e-global-color-primary:#FFFFFF;--e-global-color-b3cf60f:#6E5E55;--e-global-color-f8718f0:#BEB3AD;--e-global-typography-primary-font-family:"Noto Sans TC";--e-global-typography-primary-font-size:32px;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-line-height:40px;--e-global-typography-primary-letter-spacing:2px;--e-global-typography-secondary-font-family:"Noto Sans TC";--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-weight:300;--e-global-typography-accent-font-family:"Noto Sans TC";--e-global-typography-accent-font-weight:300;--e-global-typography-dad23d9-font-family:"Noto Sans TC";--e-global-typography-dad23d9-font-size:26px;--e-global-typography-dad23d9-font-weight:300;--e-global-typography-dad23d9-letter-spacing:3px;--e-global-typography-a917ef3-font-family:"Noto Sans TC";--e-global-typography-a917ef3-font-size:26px;--e-global-typography-a917ef3-font-weight:500;--e-global-typography-a917ef3-line-height:40px;--e-global-typography-a917ef3-letter-spacing:3px;--e-global-typography-f87e50f-font-size:20px;--e-global-typography-f87e50f-font-weight:300;--e-global-typography-f87e50f-line-height:2.5rem;--e-global-typography-f87e50f-letter-spacing:1.5px;--e-global-typography-acabe7f-font-size:18px;--e-global-typography-acabe7f-font-weight:500;--e-global-typography-acabe7f-line-height:30px;--e-global-typography-acabe7f-letter-spacing:1.5px;--e-global-typography-b2e9aa5-font-size:16px;--e-global-typography-b2e9aa5-font-weight:300;--e-global-typography-b2e9aa5-line-height:30px;--e-global-typography-b2e9aa5-letter-spacing:1px;--e-global-typography-4e92227-font-family:"Noto Sans TC";--e-global-typography-4e92227-font-size:14px;--e-global-typography-4e92227-font-weight:300;--e-global-typography-4e92227-line-height:30px;--e-global-typography-4e92227-letter-spacing:1px;background-color:#6E5E55;color:var( --e-global-color-accent );}.elementor-kit-10 button,.elementor-kit-10 input[type="button"],.elementor-kit-10 input[type="submit"],.elementor-kit-10 .elementor-button{background-color:#02010100;color:var( --e-global-color-accent );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-accent );border-radius:60px 60px 60px 60px;padding:5px 30px 5px 30px;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-kit-10 p{margin-block-end:0px;}.elementor-kit-10 a{color:var( --e-global-color-accent );}.elementor-kit-10 a:hover{color:#000000;}.elementor-kit-10 h1{color:var( --e-global-color-accent );letter-spacing:2px;}.elementor-kit-10 h2{color:var( --e-global-color-accent );}.elementor-kit-10 h3{color:var( --e-global-color-accent );}.elementor-kit-10 h4{color:var( --e-global-color-accent );}.elementor-kit-10 h5{color:var( --e-global-color-accent );}.elementor-kit-10 h6{color:var( --e-global-color-accent );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;--container-default-padding-top:5%;--container-default-padding-right:10%;--container-default-padding-bottom:5%;--container-default-padding-left:10%;}.elementor-widget:not(:last-child){margin-block-end:10px;}.elementor-element{--widgets-spacing:10px 10px;--widgets-spacing-row:10px;--widgets-spacing-column:10px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-10{--e-global-typography-dad23d9-font-size:24px;--e-global-typography-a917ef3-font-size:20px;--e-global-typography-a917ef3-line-height:30px;--e-global-typography-4e92227-font-size:12px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;--container-default-padding-top:8%;--container-default-padding-right:8%;--container-default-padding-bottom:8%;--container-default-padding-left:8%;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-top:8%;--container-default-padding-right:5%;--container-default-padding-bottom:8%;--container-default-padding-left:5%;}}/* Start custom CSS *//* 限制整個lightbox內容容器不超過螢幕寬高 */
.elementor-lightbox .dialog-lightbox-widget-content {
    max-width: 100vw !important;
    max-height: 100vh !important;
    overflow: hidden !important;
}

/* 限制上方工具列(share、zoom、fullscreen所在的header)寬度 */
.elementor-lightbox .elementor-slideshow__header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 99vw !important;
    max-width: 100vw !important;
    box-sizing: border-box !important;
    z-index: 999998 !important;
}

/* close button維持你原本的設定,但z-index要比header高一階 */
.elementor-lightbox .dialog-lightbox-close-button {
    position: fixed !important;
    top: px !important;
    right: px !important;
    left: auto !important;
    z-index: 999999 !important;
}/* End custom CSS */