textarea{
    resize: none;
    min-height: 240px;
}
input{
    resize: none;
    min-height: 32px;
}
.ui-datepicker{
    font-size: 13px;
    font-family: 'Noto Sans TC', Microsoft JhengHei, Verdana, sans-serif;
}
::-webkit-input-placeholder {
    font-size: 15px;
    color: rgba(115,115,115,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(115,115,115,1);
    font-size: 17px;
    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;
}

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

.morandibg{
    background: rgba(103,99,100,1);
}
.whitebg{
    background: rgba(255,255,255,1);
}
.ricebg{
    background: rgba(245,245,237,1);
}
.blackbg{
    background: rgba(42,47,43,1);
}
.darkgreenbg{
    background: rgba(45,85,59,1);
}
.greenbg{
    background: rgba(75,135,98,1);
}
.bluebg{
    background: rgba(71,90,150,1);
}
.lightwoodbg{
    background: rgba(230,230,222,1);
}
.greenbg80{
    background: rgba(75,135,98,.8);
}
.indexpatternbg{
    background: url(../fimgs/indexbg02.jpg) center top repeat;
}
.aboutbg01::before{
    background: url(../fimgs/indexbg02.jpg) center top repeat;
    content: "";
    position: absolute;
    top: 16px;
    left: 0;
    width: 100%;
    height: calc(100% - 48px);
}
.vantagebg::before{
    background: url(../fimgs/indexbg02.jpg) center top repeat;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 36%;
}
.processbg::before{
    background: url(../fimgs/indexbg02.jpg) center top repeat;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 48%;
}
.whitelbbg16px::before{
    content: "";
    position: absolute;
    top: 16px;
    left: -16px;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,1);
    border: 1px solid rgba(183,179,167,1);
    box-sizing: border-box;
}
.servicedecq::before{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: calc(100% - 24px);
    width: calc(100% - 24px);
    background: -webkit-linear-gradient(top left, rgba(75,135,98,.001) 50%, rgba(75,135,98,1) 50%);
    background: -o-linear-gradient(top left, rgba(75,135,98,.001) 50%, rgba(75,135,98,1) 50%);
    background: -moz-linear-gradient(top left, rgba(75,135,98,.001) 50%, rgba(75,135,98,1) 50%);
    background: linear-gradient(to bottom right, rgba(75,135,98,.001) 50%, rgba(75,135,98,1) 50%);
}

.blackfont{
    color: rgba(42,47,43,1);
}
.whitefont{
    color: rgba(255,255,255,1);
}
.greenfont{
    color: rgba(10,123,41,1);
}
.lightgreenfont{
    color: rgba(75,135,99,1);
}
.lightwoodfont{
    color: rgba(230,230,222,1);
}

.greensolidb16{
    border-bottom: 16px solid rgba(75,135,99,1);
}
.greensolidb1{
    border-bottom: 1px solid rgba(75,135,99,1);
}
.woodsolidt1{
    border-top: 1px solid rgba(183,179,167,1);
}
.woodsolidr1{
    border-right: 1px solid rgba(183,179,167,1);
}
.woodsolidl1{
    border-left: 1px solid rgba(183,179,167,1);
}
.greensolid4{
    border: 4px solid rgba(75,135,99,1);
}
.lightwoodsolid8{
    border: 8px solid rgba(230,230,222,1);
}
.lightlesswoodsolid8{
    border: 8px solid rgba(219,219,209,1);
}
.greensolid1{
    border: 1px solid rgba(75,135,99,1);
}
.woodsolid1{
    border: 1px solid rgba(183,179,167,1);
}

.grayboxshadowlr4{
    box-shadow: 4px 0px 4px -3px rgba(200,200,200,1), -4px 0px 4px -3px rgba(200,200,200,1);
    -webkit-box-shadow: 4px 0px 4px -3px rgba(200,200,200,1), -4px 0px 4px -3px rgba(200,200,200,1);
}
.blackboxshadowtb8inset{
    box-shadow: 0px 8px 8px -3px rgba(150,150,150,1) inset, 0px -8px 8px -3px rgba(150,150,150,1) inset;
    -webkit-box-shadow: 0px 8px 8px -3px rgba(150,150,150,1) inset, 0px -8px 8px -3px rgba(150,150,150,1) inset;
}

.ricetextshadowb4{
    text-shadow: 0px 4px 4px rgba(245,245,237,1);
}

.cusfiximgmaxw24px{
    max-width: 24px;
}
.cusfixw112px{
    width: 112px;
    max-width: 112px;
}
.cusfixh320px{
    height: 320px;
    max-height: 320px;
}
.cusfixwh96px{
    width: 96px;
    max-width: 96px;
    height: 96px;
    max-height: 96px;
}
.cusfixwritemodevlr{
    writing-mode: vertical-lr;
}
.cusfixtop-16pxleft16px{
    top: -32px;
    left: 16px;
}
.cusfixtop-32pxright16px{
    top: -32px;
    right: 16px;
}

@media only screen and (min-width: 1025px){
    .cusmax1025w100-336px{
        width: calc(100% - 336px);
        max-width: calc(100% - 336px);
    }
    .cusmax1025w320px{
        width: 320px;
        max-width: 320px;
    }
    .mainbg{
        background: url(../fimgs/footerbg01001.jpg), -webkit-linear-gradient(top, rgba(20,10,8,1), rgba(20,10,8,1));
        background: url(../fimgs/footerbg01001.jpg), -o-linear-gradient(top, rgba(20,10,8,1), rgba(20,10,8,1));
        background: url(../fimgs/footerbg01001.jpg), -moz-linear-gradient(top, rgba(20,10,8,1), rgba(20,10,8,1));
        background: url(../fimgs/footerbg01001.jpg), linear-gradient(to bottom, rgba(20,10,8,1), rgba(20,10,8,1));
        background-size: contain, auto;
        background-position: center bottom, center center;
        background-repeat: no-repeat, no-repeat;
    }
    .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;
    }
    .indexbg01{
        background: url(../fimgs/indexbg01001.jpg) center center no-repeat;
        background-size: cover;
    }
    .cusmax1025decwhitebg88::before{
        content: "";
        position: absolute;
        width: calc(100%  + 48px);
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(255,255,255,.88);
    }
    .cusmax1025decwhitebg8802::before{
        content: "";
        position: absolute;
        width: calc(100%  + 64px);
        height: 100%;
        top: 0;
        right: 0;
        background: rgba(255,255,255,.88);
    }
    .vantagewhitebg::before{
        content: "";
        position: absolute;
        top: -11%;
        right: 0;
        width: 144%;
        height: 122%;
        background: rgba(255,255,255,1);
    }
    .servicewhitebg01::before{
        content: "";
        position: absolute;
        bottom: -32px;
        left: 0;
        width: 164%;
        height: calc(100% + 32px);
        background: rgba(255,255,255,1);
        border-bottom: 16px solid rgba(230,235,228,1);
    }
    .servicewhitebg02::before{
        content: "";
        position: absolute;
        bottom: -32px;
        right: 0;
        width: 164%;
        height: calc(100% + 32px);
        background: rgba(255,255,255,1);
        border-bottom: 16px solid rgba(230,235,228,1);
    }
    .processwhitebg::before{
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 160%;
        background: rgba(255,255,255,1);
        border: 8px solid rgba(230,230,222,1);
        box-sizing: border-box;
    }
    .cusmax1025w100-216px{
        width: calc(100% - 216px);
        max-width: calc(100% - 216px);
    }
    .cusmax1025w200px{
        width: 200px;
        max-width: 200px;
    }
    .cusmax1025w100-48px{
        width: calc(100% - 48px);
        max-width: calc(100% - 48px);
    }
    .cusmax1025w48px{
        width: 48px;
        max-width: 48px;
    }
    .cusmax1025woodsolidr1{
        border-right: 1px solid rgba(183,179,167,1);
    }
    .cusmax1025writemodevlr{
        writing-mode: vertical-lr;
    }
    .cusmax1025positionabsolute{
        position: absolute;
    }
    .cusmax1025translateycenter{
        top: 50%;
        transform:translate(0px,-50%) rotateZ(0);
        -webkit-transform:translate(0px,-50%) rotateZ(0);
    }
    .cusmax1025translatey-16px{
        transform:translate(0px,-16px) rotateZ(0);
        -webkit-transform:translate(0px,-16px) rotateZ(0);
    }
    .cusmax1025paddingtb48lr24{padding: 48px 24px;}
    .processgrayline::before{
        content: "";
        position: absolute;
        left: 0;
        top: 66px;
        width: 100%;
        height: 0;
        border-bottom: 1px solid rgba(210,210,210,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;
    }
}
@media only screen and (min-width: 1601px){
    .vantagewhitebg::before{
        content: "";
        position: absolute;
        top: -17%;
        right: 0;
        width: 144%;
        height: 134%;
        background: rgba(255,255,255,1);
    }
}

@media only screen and (max-width: 1024px){
    .cusmin1024w48px{
        width: 48px;
        max-width: 48px;
    }
    .cusmin1024w100-64px{
        width: calc(100% - 64px);
        max-width: calc(100% - 64px);
    }
    .cusmin1024w100-48px{
        width: calc(100% - 48px);
        max-width: calc(100% - 48px);
    }
    .mainbg{
        background: url(../fimgs/footerbg01002.jpg), -webkit-linear-gradient(top, rgba(20,10,8,1), rgba(20,10,8,1));
        background: url(../fimgs/footerbg01002.jpg), -o-linear-gradient(top, rgba(20,10,8,1), rgba(20,10,8,1));
        background: url(../fimgs/footerbg01002.jpg), -moz-linear-gradient(top, rgba(20,10,8,1), rgba(20,10,8,1));
        background: url(../fimgs/footerbg01002.jpg), linear-gradient(to bottom, rgba(20,10,8,1), rgba(20,10,8,1));
        background-size: contain, auto;
        background-position: center bottom, center center;
        background-repeat: no-repeat, no-repeat;
    }
    .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;
    }
    .indexbg01{
        background: url(../fimgs/indexbg01002.jpg) bottom center no-repeat;
        background-size: cover;
    }
    .servicewhitebg01::before, .servicewhitebg02::before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255,255,255,1);
        border-bottom: 8px solid rgba(230,235,228,1);
    }
    .processwhitebg::before{
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 100%;
        background: rgba(255,255,255,1);
        border: 8px solid rgba(230,230,222,1);
        box-sizing: border-box;
    }
    .cusmin1024woodsolidt1{
        border-top: 1px solid rgba(183,179,167,1);
    }
    .cusmin1024top-8pxleft16px{
        top: -8px;
        left: 16px;
        right: auto;
    }
    .processgrayline::before{
        content: "";
        position: absolute;
        left: 0;
        top: 98px;
        width: 100%;
        height: 0;
        border-bottom: 1px solid rgba(210,210,210,1);
    }
}

@media only screen and (max-width: 600px){
    .cusmaxw600dpb{
        display: block;
    }
    .cusmaxw600hidden{
        display: none;
    }
    .mainbg{
        background: url(../fimgs/footerbg01003.jpg), -webkit-linear-gradient(top, rgba(20,10,8,1), rgba(20,10,8,1));
        background: url(../fimgs/footerbg01003.jpg), -o-linear-gradient(top, rgba(20,10,8,1), rgba(20,10,8,1));
        background: url(../fimgs/footerbg01003.jpg), -moz-linear-gradient(top, rgba(20,10,8,1), rgba(20,10,8,1));
        background: url(../fimgs/footerbg01003.jpg), linear-gradient(to bottom, rgba(20,10,8,1), rgba(20,10,8,1));
        background-size: contain, auto;
        background-position: center bottom, center center;
        background-repeat: no-repeat, no-repeat;
    }
    .indexbg01{
        background: url(../fimgs/indexbg01003.jpg) bottom center no-repeat;
        background-size: cover;
    }
    .cusmaxw600fs23{font-size: 23px;}
    .cusmaxw600lh32{line-height: 32px;}
}