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(195,195,195,1);
    opacity:  1;
    Font-family: 'Noto Sans TC',Microsoft JhengHei,Verdana,sans-serif;
    font-weight: 300;
}
::-moz-placeholder {
    font-size: 15px;
    color: rgba(195,195,195,1);
    opacity:  1;
    Font-family: 'Noto Sans TC',Microsoft JhengHei,Verdana,sans-serif;
    font-weight: 300;
}
:-ms-input-placeholder {
    font-size: 15px;
    color: rgba(195,195,195,1);
    Font-family: 'Noto Sans TC',Microsoft JhengHei,Verdana,sans-serif;
    font-weight: 300;
}
:placeholder-shown {
    font-size: 15px;
    color: rgba(195,195,195,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;
}

.fmeng{
    font-family: 'Megrim', cursive, '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);
}
.lightyellowbg{
    background: rgba(255,248,158,1);
}
.orangebg{
    background: rgba(249,181,93,1);
}
.whitebg40{
    background: rgba(255,255,255,.40);
}
.blackbg40{
    background: rgba(16,12,12,.40);
}
.blackbg72{
    background: rgba(16,12,12,.72);
}

.greengradientttobbg{
    background: -webkit-linear-gradient(top left, rgba(151,242,10,1), rgba(5,182,0,1));
    background: -o-linear-gradient(top left, rgba(151,242,10,1), rgba(5,182,0,1));
    background: -moz-linear-gradient(top left, rgba(151,242,10,1), rgba(5,182,0,1));
    background: linear-gradient(to bottom right, rgba(151,242,10,1), rgba(5,182,0,1));
}
.orangegradientltorbg{
    background: -webkit-linear-gradient(left, rgba(237,105,63,1), rgba(225,139,50,1));
    background: -o-linear-gradient(left, rgba(237,105,63,1), rgba(225,139,50,1));
    background: -moz-linear-gradient(left, rgba(237,105,63,1), rgba(225,139,50,1));
    background: linear-gradient(to right, rgba(237,105,63,1), rgba(225,139,50,1));
}
.transtolightyellowbg{
    background: -webkit-linear-gradient(top, rgba(255,248,158,.001) 8%, rgba(255,248,158,.32) 88%);
    background: -o-linear-gradient(top, rgba(255,248,158,.001) 8%, rgba(255,248,158,.32) 88%);
    background: -moz-linear-gradient(top, rgba(255,248,158,.001) 8%, rgba(255,248,158,.32) 88%);
    background: linear-gradient(to bottom, rgba(255,248,158,.001) 8%, rgba(255,248,158,.32) 88%);
}
.whitetoyellowgradienttxt{
    background: -webkit-linear-gradient(top, rgba(254,251,217,1), rgba(255,253,223,1), rgba(254,246,75,1) 88%);
    background: -o-linear-gradient(top, rgba(254,251,217,1), rgba(255,253,223,1), rgba(254,246,75,1) 88%);
    background: -moz-linear-gradient(top, rgba(254,251,217,1), rgba(255,253,223,1), rgba(254,246,75,1) 88%);
    background: linear-gradient(to bottom, rgba(254,251,217,1), rgba(255,253,223,1), rgba(254,246,75,1) 88%);
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}

.blackfont{
    color: rgba(16,12,12,1);
}
.whitefont{
    color: rgba(255,255,255,1);
}
.woodfont{
    color: rgba(88,75,63,1);
}
.bluefont{
    color: rgba(0,78,134,1);
}
.pureorangefont{
    color: rgba(255,127,39,1);
}
.orangefont{
    color: rgba(249,181,93,1);
}
.lightyellowfont{
    color: rgba(255,248,158,1);
}
.whitetoorangefont, .whitetoorangefont:visited{
    color: rgba(255,255,255,1);
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}
.whitetoorangefont:hover, .whitetoorangefont:active{
    color: rgba(249,181,93,1);
}

.orangesolid4{
    border: 4px solid rgba(249,181,93,1);
}
.orangesolid1{
    border: 1px solid rgba(249,181,93,1);
}
.whitesolid1{
    border: 1px solid rgba(255,255,255,1);
}
.woodsolidt1{
    border-top: 1px solid rgba(88,75,63,1);
}
.woodsolidb1{
    border-bottom: 1px solid rgba(88,75,63,1);
}
.graysolidb1{
    border-bottom: 1px solid rgba(168,168,168,1);
}
.lightyellowsolidb4{
    border-bottom: 4px solid rgba(255,248,158,1);
}
.lightyellowsolidt4{
    border-top: 4px solid rgba(255,248,158,1);
}
.whitesolidl1{
    border-left: 1px solid rgba(255,255,255,1);
}
.whitesolidr1{
    border-right: 1px solid rgba(255,255,255,1);
}
.whitesolidt2{
    border-top: 2px solid rgba(255,255,255,1);
}
.whitesolidb2{
    border-bottom: 2px solid rgba(255,255,255,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);
}

.blackboxshadowt8{
    box-shadow: 0px -8px 8px -7px rgba(16,12,12,1);
    -webkit-box-shadow: 0px -8px 8px -7px rgba(16,12,12,1);
}
.blackboxshadowb8{
    box-shadow: 0px 8px 8px -7px rgba(16,12,12,1);
    -webkit-box-shadow: 0px 8px 8px -7px rgba(16,12,12,1);
}
.blackboxshadow8{
    box-shadow: 0px 0px 8px 0px rgba(16,12,12,1);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(16,12,12,1);
}
.grayboxshadowrb4{
    box-shadow: 4px 4px 4px 0px rgba(168,168,168,1);
    -webkit-box-shadow: 4px 4px 4px 0px rgba(168,168,168,1);
}
.blackboxshadowt8inset{
    box-shadow: 0px 8px 8px -7px rgba(16,12,12,1) inset;
    -webkit-box-shadow: 0px 8px 8px -7px rgba(16,12,12,1) inset;
}

.whitetextshadow4{
    text-shadow: 0px 0px 4px rgba(255,255,255,1);
}
.blacktextshadow1{
    text-shadow: 1px 1px 0px rgba(16,12,12,1);
}

.navicon::after{
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 2px);
    width: 100%;
    height: 0px;
    border-top: 2px solid rgba(255,255,255,1);
}
.bottom40px{
    bottom: 40px;
}

@media only screen and (min-width: 1201px){
    .cusmaxw368px{
        max-width: 368px;
        width: 368px;
    }
    .cusmaxw100-368px{
        max-width: calc(100% - 368px);
        width: calc(100% - 368px);
    }
    .cuspaddingtb0l24r0{
        padding: 0px 0px 0px 24px;
    }
    .cusmaxlh40{
        line-height: 40px;
    }
    .banner01{
        background: url(../fimgs/indexbanner01002.jpg) center center no-repeat;
        background-size: cover;
    }
    .banner02{
        background: url(../fimgs/indexbanner02002.jpg) center center no-repeat;
        background-size: cover;
    }
    .banner03{
        background: url(../fimgs/indexbanner03002.jpg) center center no-repeat;
        background-size: cover;
    }
    .maxorangearrowltor::before, .maxorangearrowltor::after{
        position: absolute;
        content: "";
    }
    .maxorangearrowltor::before{
        left: calc(100% + 14px);
        top: calc(50% - 8px);
        width: 20px;
        height: 16px;
        background: rgba(249,181,93,1);
    }
    .maxorangearrowltor::after{
        left: calc(100% + 34px);
        top: calc(50% - 12px);
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 12px 0px 12px 12px;
        border-color: transparent transparent transparent rgba(249,181,93,1);
    }
}

@media only screen and (min-width: 1301px){
    .banner01{
        background: url(../fimgs/indexbanner01001.jpg) center center no-repeat;
        background-size: cover;
    }
    .banner02{
        background: url(../fimgs/indexbanner02001.jpg) center center no-repeat;
        background-size: cover;
    }
    .banner03{
        background: url(../fimgs/indexbanner03001.jpg) center center no-repeat;
        background-size: cover;
    }
}

@media only screen and (max-width: 1200px){
    .cusmaxw48px{
        max-width: 48px;
        width: 48px;
    }
    .cusmaxw100-48px{
        max-width: calc(100% - 48px);
        width: calc(100% - 48px);
    }
    .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;
    }
    .minorangearrowttob::after{
        position: absolute;
        content: "";
        left: calc(50% - 12px);
        top: calc(100% + 12px);
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 12px 12px 0px 12px;
        border-color: rgba(249,181,93,1) transparent transparent transparent;
    }
}

@media only screen and (max-width: 600px){
    .cusminfs27px{
        font-size: 27px;
    }
    .cusminfs19px{
        font-size: 19px;
    }
    .cusmaxw600dpb{
        display: block;
    }
    .cusmaxw600hidden{
        display: none;
    }
    .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;
    }
}