textarea{
    resize: none;
    min-height: 240px;
}
input{
    resize: none;
    min-height: 24px;
}
.ui-datepicker{
    font-size: 13px;
    font-family: 'Noto Sans TC',Microsoft JhengHei,Verdana,sans-serif;
}
::-webkit-input-placeholder {
    font-size: 15px;
    color: rgba(195,195,195,1);
    Font-family: 'Noto Sans TC',Microsoft JhengHei,Verdana,sans-serif;
    font-weight: 300;
}
:-moz-placeholder {
    font-size: 15px;
    color: rgba(115,115,115,1);
    opacity:  1;
    Font-family: 'Noto Sans TC',Microsoft JhengHei,Verdana,sans-serif;
    font-weight: 300;
}
::-moz-placeholder {
    font-size: 15px;
    color: rgba(115,115,115,1);
    opacity:  1;
    Font-family: 'Noto Sans TC',Microsoft JhengHei,Verdana,sans-serif;
    font-weight: 300;
}
:-ms-input-placeholder {
    font-size: 15px;
    color: rgba(115,115,115,1);
    Font-family: 'Noto Sans TC',Microsoft JhengHei,Verdana,sans-serif;
    font-weight: 300;
}
:placeholder-shown {
    font-size: 15px;
    color: rgba(115,115,115,1);
    Font-family: 'Noto Sans TC',Microsoft JhengHei,Verdana,sans-serif;
    font-weight: 300;
}
input[name=zipcode]{
    width: 56px;
    margin: 0 4px;
}
input, select{
    border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 0px;
    border: 1px solid rgba(195,195,195,1);
    font-size: 1.063em;
    line-height: 32px;
    letter-spacing: 1.6px;
    height: 32px;
}

.fc-title{
    max-width: 100%;
    display: block;
}
.fc-day-grid-event .fc-content{
    white-space: normal;
}
.fc-basic-view .fc-body .fc-row{
    height: auto;
    font-size: 1em;
}

table, td, th{
	border:1px solid rgba(240,240,240,1);
    max-width: 100%;
    margin: 0 auto;
}

.nav .subnav{
    height: 0px;
    max-height: 0px;
    overflow: hidden;
    transition: all .5s;
    -webkit-transition: all .5s;
}
.nav:hover .subnav, .nav:active .subnav{
    height: auto;
    max-height: 389px;
}

.fmtw{
    font-family: 'Noto Sans TC', Microsoft JhengHei, Verdana, sans-serif;
}
.fmeng{
    font-family: 'Montserrat', 'Noto Sans TC', Microsoft JhengHei, Verdana, sans-serif;
}

.morandibg{
    background: rgba(103,99,100,1);
}
.whitebg{
    background: rgba(255,255,255,1);
}
.footergraybg{
    background: rgba(64,64,64,1);
}
.yellowbg{
    background: rgba(231,190,1,1);
}
.skinbg{
    background: rgba(255,250,234,1);
}
.lightskinbg{
    background:rgba(255,253,248,1);
}
.orangebg{
    background: rgba(225,90,43,1);
}
.indexbg01{
    background: url(../fimgs/indexbg01.jpg) left top no-repeat;
    background-size: contain;
}
.greengradientbg{
    background: -webkit-radial-gradient(top left, rgba(193,225,186,1), rgba(63,163,41,1));
    background: -o-radial-gradient(top left, rgba(193,225,186,1), rgba(63,163,41,1));
    background: -moz-radial-gradient(top left, rgba(193,225,186,1), rgba(63,163,41,1));
    background: linear-gradient(to bottom right, rgba(193,225,186,1), rgba(63,163,41,1));
}
.blackgradientbg{
    background: -webkit-radial-gradient(left, rgba(158,157,152,1), rgba(47,45,32,1));
    background: -o-radial-gradient(left, rgba(158,157,152,1), rgba(47,45,32,1));
    background: -moz-radial-gradient(left, rgba(158,157,152,1), rgba(47,45,32,1));
    background: linear-gradient(to right, rgba(158,157,152,1), rgba(47,45,32,1));
}
.linegreengradientbg{
    background: -webkit-radial-gradient(top, rgba(127,205,69,1), rgba(70,155,8,1));
    background: -o-radial-gradient(top, rgba(127,205,69,1), rgba(70,155,8,1));
    background: -moz-radial-gradient(top, rgba(127,205,69,1), rgba(70,155,8,1));
    background: linear-gradient(to bottom, rgba(127,205,69,1), rgba(70,155,8,1));
}
.goldgradientbg{
    background: -webkit-radial-gradient(top, rgba(250,196,12,1), rgba(222,153,0,1));
    background: -o-radial-gradient(top, rgba(250,196,12,1), rgba(222,153,0,1));
    background: -moz-radial-gradient(top, rgba(250,196,12,1), rgba(222,153,0,1));
    background: linear-gradient(to bottom, rgba(250,196,12,1), rgba(222,153,0,1));
}
.orangegradientbg{
    background: -webkit-radial-gradient(top, rgba(246,168,68,1), rgba(224,106,10,1));
    background: -o-radial-gradient(top, rgba(246,168,68,1), rgba(224,106,10,1));
    background: -moz-radial-gradient(top, rgba(246,168,68,1), rgba(224,106,10,1));
    background: linear-gradient(to bottom, rgba(246,168,68,1), rgba(224,106,10,1));
}
.indexbg02::before{
    content: "";
    position: absolute;
    left: 0;
    top: 40%;
    width: 20%;
    height: 40%;
    background: -webkit-radial-gradient(circle, rgba(241,241,241,1) 12%, rgba(241,241,241,.001) 14%);
    background: -o-radial-gradient(circle, rgba(241,241,241,1) 12%, rgba(241,241,241,.001) 14%);
    background: -moz-radial-gradient(circle, rgba(241,241,241,1) 12%, rgba(241,241,241,.001) 14%);
    background: radial-gradient(circle, rgba(241,241,241,1) 12%, rgba(241,241,241,.001) 14%);
    background-size: 32px 32px;
}
.indexbg03::before{
    content: "";
    position: absolute;
    right: 0;
    top: 120px;
    width: 90%;
    height: 54%;
    background: rgba(246,246,246,1);
    border-top-left-radius: 45px;
    -webkit-border-top-left-radius: 45px;
    border-bottom-left-radius: 45px;
    -webkit-border-bottom-left-radius: 45px;
}

.blackfont{
    color: rgba(51,52,38,1);
}
.darkgrayfont{
    color: rgba(89,89,89,1);
}
.whitefont{
    color: rgba(255,255,255,1);
}
.yellowfont{
    color: rgba(231,190,1,1);
}
.orangefont{
    color: rgba(225,90,43,1);
}
.greenfont{
    color: rgba(60,161,0,1);
}

.yellowsolidt1{
    border-top: 1px solid rgba(231,190,1,1);
}
.yellowsolidt4{
    border-top: 4px solid rgba(231,190,1,1);
}
.yellowsolidt8{
    border-top: 8px solid rgba(231,190,1,1);
}
.yellowsolidb1{
    border-bottom: 1px solid rgba(231,190,1,1);
}
.blacksolid1{
    border: 1px solid rgba(51,52,38,1);
}
.yellowsolid1{
    border: 1px solid rgba(231,190,1,1);
}
.greensolid1{
    border: 1px solid rgba(48,190,16,1);
}
.skinsolid4{
    border: 4px solid rgba(251,235,176,1);
}

.grayboxshadowlr4{
    box-shadow: 4px 0px 4px -3px rgba(150,150,150,1), -4px 0px 4px -3px rgba(150,150,150,1);
    -webkit-box-shadow: 4px 0px 4px -3px rgba(150,150,150,1), -4px 0px 4px -3px rgba(150,150,150,1);
}
.grayboxshadow8{
    box-shadow: 0px 0px 8px -1px rgba(150,150,150,1);
    -webkit-box-shadow: 0px 0px 8px -1px rgba(150,150,150,1);
}
.grayboxshadow16{
    box-shadow: 0px 0px 16px -3px rgba(150,150,150,1);
    -webkit-box-shadow: 0px 0px 16px -3px rgba(150,150,150,1);
}
.grayboxshadowb8{
    box-shadow: 0px 8px 8px -1px rgba(150,150,150,1);
    -webkit-box-shadow: 0px 8px 8px -1px rgba(150,150,150,1);
}
.grayboxshadowt8inset{
    box-shadow: 0px 8px 8px -7px rgba(150,150,150,1) inset;
    -webkit-box-shadow: 0px 8px 8px -7px rgba(150,150,150,1) inset;
}

.cusborderrtr45px{border-top-right-radius: 45px;-webkit-border-top-right-radius: 45px;}
.cusborderrbr45px{border-bottom-right-radius: 45px;-webkit-border-bottom-right-radius: 45px;}
.cusborderrtl45px{border-top-left-radius: 45px;-webkit-border-top-left-radius: 45px;}
.cusborderrbl45px{border-bottom-left-radius: 45px;-webkit-border-bottom-left-radius: 45px;}
.cusborderr45{border-radius: 45px;-webkit-border-radius: 45px;}

.cusfixwh40px{
    width: 40px;
    height: 40px;
}


@media only screen and (min-width: 1201px){
    .banner01{
        background: url(../fimgs/indexbanner01002.jpg) center center no-repeat;
        background-size: contain;
    }
    .banner02{
        background: url(../fimgs/indexbanner02002.jpg) center center no-repeat;
        background-size: contain;
    }
    .banner03{
        background: url(../fimgs/indexbanner03002.jpg) center center no-repeat;
        background-size: contain;
    }
    .indexbg03{
        background: url(../fimgs/indeximg13002.jpg), -webkit-radial-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
        background: url(../fimgs/indeximg13002.jpg), -o-radial-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
        background: url(../fimgs/indeximg13002.jpg), -moz-radial-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
        background: url(../fimgs/indeximg13002.jpg), linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,1));
        background-size: 100% auto, auto;
        background-repeat: no-repeat, no-repeat;
        background-position: center bottom, center top;
    }
    .aboutbg01::before{
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: calc(100% - 7.99px);
        height: 100%;
        background: url(../fimgs/aboutimg07002.jpg) center left no-repeat;
        background-size: 100% auto;
        border-top-left-radius: 45px;
        -webkit-border-top-left-radius: 45px;
    }
    .processbg01::before{
        content: "";
        position: absolute;
        left: 0;
        top: 80px;
        width: calc(100% - 7.99px);
        height: calc(100% - 88px);
        background: url(../fimgs/processbg01002.jpg) bottom left repeat;
        background-size: auto;
        border-bottom-right-radius: 45px;
        -webkit-bottom-right-radius: 45px;
    }
    .processbg02::before{
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: calc(100% - 7.99px);
        height: 100%;
        background: url(../fimgs/processbg02002.jpg) center left no-repeat;
        background-size: 100% auto;
        border-top-left-radius: 45px;
        -webkit-border-top-left-radius: 45px;
    }
    .servicebg01::before{
        content: "";
        position: absolute;
        left: 0;
        top: 80px;
        width: calc(100% - 7.99px);
        height: calc(100% - 88px);
        background: url(../fimgs/servicebg01002.jpg) bottom left repeat;
        background-size: auto;
        border-bottom-right-radius: 45px;
        -webkit-bottom-right-radius: 45px;
    }
    .faqbg01{
        background: url(../fimgs/faqimg01001.jpg), -webkit-radial-gradient(top, rgba(247,242,239,1), rgba(247,242,239,1));
        background: url(../fimgs/faqimg01001.jpg), -o-radial-gradient(top, rgba(247,242,239,1), rgba(247,242,239,1));
        background: url(../fimgs/faqimg01001.jpg), -moz-radial-gradient(top, rgba(247,242,239,1), rgba(247,242,239,1));
        background: url(../fimgs/faqimg01001.jpg), linear-gradient(to bottom, rgba(247,242,239,1), rgba(247,242,239,1));
        background-size: auto, auto;
        background-repeat: no-repeat, no-repeat;
        background-position: right center, center top;
    }
    .cus1025maxw336px{
        width: 336px;
        max-width: 336px;
    }
    .cus1025maxw100-400px{
        width: calc(100% - 400px);
        max-width: calc(100% - 400px);
    }
    .cus1025maxdecyellowsolidl1::before{
        position: absolute;
        content: "";
        top: 16px;
        left: 0;
        width: 0;
        height: 144px;
        border-left: 1px solid rgba(231,190,1,1);
        box-sizing: border-box;
    }
    .cus1025yellowsolidr1{
        box-sizing: border-box;
        border-right: 1px solid rgba(231,190,1,1);
    }
}

@media only screen and (min-width: 1301px){
    .cusmaxw1301dpb{
        display: block;
    }
    .cusmaxw1301hidden{
        display: none;
    }
    .banner01{
        background: url(../fimgs/indexbanner01001.jpg) center center no-repeat;
        background-size: contain;
    }
    .banner02{
        background: url(../fimgs/indexbanner02001.jpg) center center no-repeat;
        background-size: contain;
    }
    .banner03{
        background: url(../fimgs/indexbanner03001.jpg) center center no-repeat;
        background-size: contain;
    }
    .indexbg03{
        background: url(../fimgs/indeximg13001.jpg), -webkit-radial-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
        background: url(../fimgs/indeximg13001.jpg), -o-radial-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
        background: url(../fimgs/indeximg13001.jpg), -moz-radial-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
        background: url(../fimgs/indeximg13001.jpg), linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,1));
        background-size: 100% auto, auto;
        background-repeat: no-repeat, no-repeat;
        background-position: center bottom, center top;
    }
    .cus1301maxw100-464px{
        width: calc(100% - 464px);
        max-width: calc(100% - 464px);
    }
}
@media only screen and (min-width: 1601px){
    .aboutbg01::before{
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: calc(100% / 13 * 12 + 15.99px);
        height: 100%;
        background: url(../fimgs/aboutimg07001.jpg) center left no-repeat;
        background-size: 100% auto;
        border-top-left-radius: 45px;
        -webkit-border-top-left-radius: 45px;
    }
    .processbg01::before{
        content: "";
        position: absolute;
        left: 0;
        top: 80px;
        width: calc(100% / 5 * 4 - 15.99px);
        height: calc(100% - 88px);
        background: url(../fimgs/processbg01001.jpg) bottom left repeat;
        background-size: auto;
        border-bottom-right-radius: 45px;
        -webkit-bottom-right-radius: 45px;
    }
    .processbg02::before{
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: calc(100% / 13 * 12 + 15.99px);
        height: 100%;
        background: url(../fimgs/processbg02001.jpg) center left no-repeat;
        background-size: 100% auto;
        border-top-left-radius: 45px;
        -webkit-border-top-left-radius: 45px;
    }
    .servicebg01::before{
        content: "";
        position: absolute;
        left: 0;
        top: 80px;
        width: calc(100% / 11 * 9 + 15.99px);
        height: calc(100% - 88px);
        background: url(../fimgs/servicebg01001.jpg) bottom left repeat;
        background-size: auto;
        border-bottom-right-radius: 45px;
        -webkit-bottom-right-radius: 45px;
    }
}
@media only screen and (max-width: 1200px){
    .cusmin1024w48px{
        width: 48px;
        max-width: 48px;
    }
    .cusmin1024w100-48px{
        width: calc(100% - 48px);
        max-width: calc(100% - 48px);
    }
    .cusmin1024w100-64px{
        width: calc(100% - 64px);
        max-width: calc(100% - 64px);
    }
    .banner01{
        background: url(../fimgs/indexbanner01003.jpg) center center no-repeat;
        background-size: contain;
    }
    .banner02{
        background: url(../fimgs/indexbanner02003.jpg) center center no-repeat;
        background-size: contain;
    }
    .banner03{
        background: url(../fimgs/indexbanner03003.jpg) center center no-repeat;
        background-size: contain;
    }
    .indexbg03{
        background: url(../fimgs/indeximg13003.jpg), -webkit-radial-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
        background: url(../fimgs/indeximg13003.jpg), -o-radial-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
        background: url(../fimgs/indeximg13003.jpg), -moz-radial-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
        background: url(../fimgs/indeximg13003.jpg), linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,1));
        background-size: contain, auto;
        background-repeat: no-repeat, no-repeat;
        background-position: bottom center, center top;
    }
    .aboutbg01::before{
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: calc(100% - 15.99px);
        height: 100%;
        background: url(../fimgs/aboutimg07003.jpg) center left no-repeat;
        background-size: 100% auto;
        border-top-left-radius: 45px;
        -webkit-border-top-left-radius: 45px;
    }
    .processbg01::before{
        content: "";
        position: absolute;
        left: 0;
        top: 80px;
        width: calc(100% - 15.99px);
        height: calc(100% - 88px);
        background: url(../fimgs/processbg01003.jpg) bottom left repeat;
        background-size: 100% auto;
        border-bottom-right-radius: 45px;
        -webkit-bottom-right-radius: 45px;
    }
    .processbg02::before{
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: calc(100% - 15.99px);
        height: 100%;
        background: url(../fimgs/processbg02003.jpg) center left no-repeat;
        background-size: 100% auto;
        border-top-left-radius: 45px;
        -webkit-border-top-left-radius: 45px;
    }
    .servicebg01::before{
        content: "";
        position: absolute;
        left: 0;
        top: 80px;
        width: calc(100% - 15.99px);
        height: calc(100% - 88px);
        background: url(../fimgs/servicebg01003.jpg) bottom left repeat;
        background-size: 100% auto;
        border-bottom-right-radius: 45px;
        -webkit-bottom-right-radius: 45px;
    }
    .faqbg01{
        background: url(../fimgs/faqimg01002.jpg), -webkit-radial-gradient(top, rgba(245,240,234,1), rgba(245,240,234,1));
        background: url(../fimgs/faqimg01002.jpg), -o-radial-gradient(top, rgba(245,240,234,1), rgba(245,240,234,1));
        background: url(../fimgs/faqimg01002.jpg), -moz-radial-gradient(top, rgba(245,240,234,1), rgba(245,240,234,1));
        background: url(../fimgs/faqimg01002.jpg), linear-gradient(to bottom, rgba(245,240,234,1), rgba(245,240,234,1));
        background-size: contain, auto;
        background-repeat: no-repeat, no-repeat;
        background-position: right center, center top;
    }
    .cusmin1024yellowsolidr1{
        box-sizing: border-box;
        border-right: 1px solid rgba(231,190,1,1);
    }
}

@media only screen and (max-width: 624px){
    .banner01{
        background: url(../fimgs/indexbanner01004.jpg) center center no-repeat;
        background-size: contain;
    }
    .banner02{
        background: url(../fimgs/indexbanner02004.jpg) center center no-repeat;
        background-size: contain;
    }
    .banner03{
        background: url(../fimgs/indexbanner03004.jpg) center center no-repeat;
        background-size: contain;
    }
    .indexbg03{
        background: url(../fimgs/indeximg13004.jpg), -webkit-radial-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
        background: url(../fimgs/indeximg13004.jpg), -o-radial-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
        background: url(../fimgs/indeximg13004.jpg), -moz-radial-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
        background: url(../fimgs/indeximg13004.jpg), linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,1));
        background-size: contain, auto;
        background-repeat: no-repeat, no-repeat;
        background-position: bottom center, center top;
    }
    .aboutbg01::before{
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: calc(100% - 7.99px);
        height: 100%;
        background: url(../fimgs/aboutimg07004.jpg) center left no-repeat;
        background-size: auto 100%;
        border-top-left-radius: 45px;
        -webkit-border-top-left-radius: 45px;
    }
    .processbg01::before{
        content: "";
        position: absolute;
        left: 0;
        top: 80px;
        width: calc(100% - 7.99px);
        height: calc(100% - 88px);
        background: url(../fimgs/processbg01004.jpg) bottom left repeat;
        background-size: 100% auto;
        border-bottom-right-radius: 45px;
        -webkit-bottom-right-radius: 45px;
    }
    .processbg02::before{
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: calc(100% - 7.99px);
        height: 100%;
        background: url(../fimgs/processbg02004.jpg) center left no-repeat;
        background-size: 100% auto;
        border-top-left-radius: 45px;
        -webkit-border-top-left-radius: 45px;
    }
    .servicebg01::before{
        content: "";
        position: absolute;
        left: 0;
        top: 80px;
        width: calc(100% - 7.99px);
        height: calc(100% - 88px);
        background: url(../fimgs/servicebg01004.jpg) bottom left repeat;
        background-size: 100% auto;
        border-bottom-right-radius: 45px;
        -webkit-bottom-right-radius: 45px;
    }
    .faqbg01{
        background: url(../fimgs/faqimg01003.jpg), -webkit-radial-gradient(top, rgba(245,240,234,1), rgba(245,240,234,1));
        background: url(../fimgs/faqimg01003.jpg), -o-radial-gradient(top, rgba(245,240,234,1), rgba(245,240,234,1));
        background: url(../fimgs/faqimg01003.jpg), -moz-radial-gradient(top, rgba(245,240,234,1), rgba(245,240,234,1));
        background: url(../fimgs/faqimg01003.jpg), linear-gradient(to bottom, rgba(245,240,234,1), rgba(245,240,234,1));
        background-size: contain, auto;
        background-repeat: no-repeat, no-repeat;
        background-position: center bottom, center top;
    }
    .cus624fs31{
        font-size: 31px;;
    }
    .cus624yellowsolidb1{
        border: 0px solid transparent;
        border-bottom: 1px solid rgba(231,190,1,1);
    }
}