.elementor-kit-59{--e-global-color-primary:#3187CA;--e-global-color-secondary:#050E14;--e-global-color-text:#050E14;--e-global-color-accent:#68B1B0;--e-global-typography-primary-font-family:"Noto Serif TC";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-letter-spacing:0.1em;--e-global-typography-secondary-font-family:"Work Sans";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-secondary-letter-spacing:0.05em;--e-global-typography-text-font-family:"Work Sans";--e-global-typography-text-font-size:17px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Noto Serif TC";--e-global-typography-accent-font-size:30px;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-letter-spacing:0.05em;--e-global-typography-50fa290-font-family:"Work Sans";--e-global-typography-50fa290-font-size:24px;--e-global-typography-50fa290-font-weight:500;--e-global-typography-5faa5cc-font-family:"Noto Serif TC";--e-global-typography-5faa5cc-font-size:38px;--e-global-typography-5faa5cc-font-weight:600;--e-global-typography-5faa5cc-text-transform:uppercase;--e-global-typography-5faa5cc-letter-spacing:0.05em;--e-global-typography-0cc6bce-font-family:"Noto Serif TC";--e-global-typography-0cc6bce-font-size:26px;--e-global-typography-0cc6bce-font-weight:600;--e-global-typography-0cc6bce-letter-spacing:0.05em;--e-global-typography-bcba267-font-family:"Work Sans";--e-global-typography-bcba267-font-size:16px;--e-global-typography-bcba267-font-weight:600;--e-global-typography-bcba267-letter-spacing:0.1em;--e-global-typography-5b5ddf2-font-family:"Noto Serif TC";--e-global-typography-5b5ddf2-font-size:22px;--e-global-typography-5b5ddf2-font-weight:600;--e-global-typography-5b5ddf2-letter-spacing:0.05em;}.elementor-kit-59 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-kit-59{--e-global-typography-5faa5cc-font-size:30px;--e-global-typography-0cc6bce-font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-59{--e-global-typography-primary-font-size:36px;--e-global-typography-5b5ddf2-font-size:17px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.box-hover { transition: all 0.3s ease-out 0s;}
.box-hover:hover {transform: translateY(-5px); transition: all 0.3s ease-out 0s;}

/*---portfolio頁面 隱藏上一則---*/
.single .post-navigation a{
    display: none;
}

/*---表單按鈕文字顏色---*/
input[type="submit"]{
    color: #ffffff;
    background-color: #050e14;
    transition: all 0.3s ease-out 0s;
}

input[type="submit"]:hover{
    color: #ffffff;
    transform: translateY(5px)
}

.post-navigation{
    display: none;
}

/*deco-colorBlock*/
.deco-colorBlock::before{
content: '';
    bottom: -24%;
    right: -14%;
    /*transform: rotate(4deg);*/
    z-index: -2;
    position: absolute;
    width: 140%;
    height: 80%;
    background:#74cbca45;
    /*border-radius: 20px;*/
}

.deco-colorBlock.service::before{
content: '';
    bottom:20%;
    right: -40%;
    /*transform: rotate(4deg);*/
    z-index: -2;
    position: absolute;
    width: 80vw;
    height: 80%;
    background:#74cbca25;
    /*border-radius: 20px;*/
}/* End custom CSS */