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;
}

.fmeng{
    font-family: 'Public Sans', '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);
}
.redbg{
    background: rgba(232,24,37,1);
}
.darkredbg{
    background: rgba(178,52,58,1);
}
.lightgraybg{
    background: rgba(245,245,245,1);
}
.redbg16{
    background: rgba(232,24,37,.16);
}
.redbg40{
    background: rgba(232,24,37,.40);
}
.darkredbg72{
    background: rgba(178,52,58,.72);
}

.redgradientttobbg{
    background: -webkit-linear-gradient(top, rgba(206,80,85,1), rgba(178,52,58,1));
    background: -o-linear-gradient(top, rgba(206,80,85,1), rgba(178,52,58,1));
    background: -moz-linear-gradient(top, rgba(206,80,85,1), rgba(178,52,58,1));
    background: linear-gradient(to bottom, rgba(206,80,85,1), rgba(178,52,58,1));
}
.yellowgradientttobbg{
    background: -webkit-linear-gradient(top, rgba(249,184,98,1), rgba(236,171,86,1));
    background: -o-linear-gradient(top, rgba(249,184,98,1), rgba(236,171,86,1));
    background: -moz-linear-gradient(top, rgba(249,184,98,1), rgba(236,171,86,1));
    background: linear-gradient(to bottom, rgba(249,184,98,1), rgba(236,171,86,1));
}
.whitetolightgrayttobbg{
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 24%, rgba(245,245,245,1));
    background: -o-linear-gradient(top, rgba(255,255,255,1) 24%, rgba(245,245,245,1));
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 24%, rgba(245,245,245,1));
    background: linear-gradient(to bottom, rgba(255,255,255,1) 24%, rgba(245,245,245,1));
}
.whitetolightgraybtotbg{
    background: -webkit-linear-gradient(bottom, rgba(255,255,255,1) 24%, rgba(245,245,245,1));
    background: -o-linear-gradient(bottom, rgba(255,255,255,1) 24%, rgba(245,245,245,1));
    background: -moz-linear-gradient(bottom, rgba(255,255,255,1) 24%, rgba(245,245,245,1));
    background: linear-gradient(to top, rgba(255,255,255,1) 24%, rgba(245,245,245,1));
}

.footerbg{
    background: -webkit-linear-gradient(top, rgba(178,52,58,.001) 24%, rgba(178,52,58,1)), url(../fimgs/bgpattern.png), -webkit-linear-gradient(top, rgba(178,52,58,1), rgba(178,52,58,1));
    background: -o-linear-gradient(top, rgba(178,52,58,.001) 24%, rgba(178,52,58,1)), url(../fimgs/bgpattern.png), -o-linear-gradient(top, rgba(178,52,58,1), rgba(178,52,58,1));
    background: -moz-linear-gradient(top, rgba(178,52,58,.001) 24%, rgba(178,52,58,1)), url(../fimgs/bgpattern.png), -moz-linear-gradient(top, rgba(178,52,58,1), rgba(178,52,58,1));
    background: linear-gradient(to bottom, rgba(178,52,58,.001) 24%, rgba(178,52,58,1)), url(../fimgs/bgpattern.png), linear-gradient(to bottom, rgba(178,52,58,1), rgba(178,52,58,1));
    background-repeat: no-repeat, repeat-x, no-repeat;
}

.greengradienttltobrbg{
    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));
}

.blackfont{
    color: rgba(0,0,0,1);
}
.darkgrayfont{
    color: rgba(85,85,85,1);
}
.whitefont{
    color: rgba(255,255,255,1);
}
.redfont{
    color: rgba(232,24,37,1);
}
.yellowfont{
    color: rgba(247,179,89,1);
}
.greenfont{
    color: rgba(34,170,68,1);
}
.whitetoredfont, .whitetoredfont:visited{
    color: rgba(255,255,255,1);
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}
.whitetoredfont:hover, .whitetoredfont:active{
    color: rgba(232,24,37,1);
}

.white16solidr1{
    border-right: 1px solid rgba(255,255,255,.16);
}
.white16solidl1{
    border-left: 1px solid rgba(255,255,255,.16);
}
.white16solidb1{
    border-bottom: 1px solid rgba(255,255,255,.16);
}
.darkgraysolidb1{
    border-bottom: 1px solid rgba(85,85,85,1);
}
.yellowsolidb1{
    border-bottom: 1px solid rgba(247,179,89,1);
}
.yellowsolidt2{
    border-top: 2px solid rgba(247,179,89,1);
}
.whitesolidl1{
    border-left: 1px solid rgba(255,255,255,1);
}
.lightgraysolid1{
    border: 1px solid rgba(245,245,245,1);
}
.whitesolid1{
    border: 1px solid rgba(255,255,255,1);
}
.yellowsolid1{
    border: 1px solid rgba(247,179,89,1);
}


.transtoblacksolidb1inset{
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    -webkit-border-image: -webkit-linear-gradient(left, rgba(61,61,61,.001) 4%, rgba(61,61,61,1) 96%) 1;
    -o-border-image: -o-linear-gradient(left, rgba(61,61,61,.001) 4%, rgba(61,61,61,1) 96%) 1;
    -moz-border-image: -moz-linear-gradient(left, rgba(61,61,61,.001) 4%, rgba(61,61,61,1) 96%) 1;
    border-image: linear-gradient(to right, rgba(61,61,61,.001) 4%, rgba(61,61,61,1) 96%) 1;
    box-sizing: border-box;
}
.blacktotranssolidb1inset{
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    -webkit-border-image: -webkit-linear-gradient(left, rgba(61,61,61,1) 4%, rgba(61,61,61,.001) 96%) 1;
    -o-border-image: -o-linear-gradient(left, rgba(61,61,61,1) 4%, rgba(61,61,61,.001) 96%) 1;
    -moz-border-image: -moz-linear-gradient(left, rgba(61,61,61,1) 4%, rgba(61,61,61,.001) 96%) 1;
    border-image: linear-gradient(to right, rgba(61,61,61,1) 4%, rgba(61,61,61,.001) 96%) 1;
    box-sizing: border-box;
}

.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);
}
.blackboxshadowrb4{
    box-shadow: 4px 4px 4px -1px rgba(150,150,150,1);
    -webkit-box-shadow: 4px 4px 4px -1px rgba(150,150,150,1);
}
.blackboxshadowb8{
    box-shadow: 0px 8px 8px -7px rgba(150,150,150,1);
    -webkit-box-shadow: 0px 8px 8px -7px rgba(150,150,150,1);
}
.blackboxshadowt8{
    box-shadow: 0px -8px 8px -7px rgba(150,150,150,1);
    -webkit-box-shadow: 0px -8px 8px -7px rgba(150,150,150,1);
}
.blackboxshadowtb8{
    box-shadow: 0px -8px 8px -7px rgba(150,150,150,1), 0px 8px 8px -7px rgba(150,150,150,1);
    -webkit-box-shadow: 0px -8px 8px -7px rgba(150,150,150,1), 0px 8px 8px -7px rgba(150,150,150,1);
}
.blackboxshadowt8inset{
    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;
}

.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(33,33,33,1);
    max-width: 100%;
    margin: 0 auto;
}

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

.cusfixwh64px{
    width: 64px;
    height: 64px;
}
.cusfixmaxh320px{
    height: 320px;
    max-height: 320px;
}
.cusfixmaxh400px{
    height: 400px;
    max-height: 400px;
}
.cusfixmaxw96px{
    width: 96px;
    max-width: 96px;
}
.cusfixmaxw120px{
    width: 120px;
    max-width: 120px;
}
.cusfixmaxw100-72px{
    max-width: calc(100% - 72px);
    width: calc(100% - 72px);
}
.cusfixmaxw100-112px{
    max-width: calc(100% - 112px);
    width: calc(100% - 112px);
}
.cusfixmaxw50-80px{
    max-width: calc(50% - 80px);
    width: calc(50% - 80px);
}

@media only screen and (min-width: 1025px){
    .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;
    }
    .banner04{
        background: url(../fimgs/indexbanner04002.jpg) center center no-repeat;
        background-size: contain;
    }
    .maxredgradientttobbg{
        background: -webkit-linear-gradient(top, rgba(206,80,85,1) 72%, rgba(178,52,58,1));
        background: -o-linear-gradient(top, rgba(206,80,85,1) 72%, rgba(178,52,58,1));
        background: -moz-linear-gradient(top, rgba(206,80,85,1) 72%, rgba(178,52,58,1));
        background: linear-gradient(to bottom, rgba(206,80,85,1) 72%, rgba(178,52,58,1));
    }
    .cusmaxborderrtr13{
        border-top-right-radius: 13px;
        -webkit-border-top-right-radius: 13px;
    }
    .cusmaxborderrbr13{
        border-bottom-right-radius: 13px;
        -webkit-border-bottom-right-radius: 13px;
    }
}

@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;
    }
    .banner04{
        background: url(../fimgs/indexbanner04001.jpg) center center no-repeat;
        background-size: contain;
    }
}

@media only screen and (max-width: 1024px){
    .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;
    }
    .banner04{
        background: url(../fimgs/indexbanner04003.jpg) center center no-repeat;
        background-size: contain;
    }
    .cusminflexdirecclumn{
        flex-direction:column;
        -webkit-flex-direction:column;
    }
    .cusminmaxw100-48px{
        max-width: calc(100% - 48px);
        width: calc(100% - 48px);
    }
    .cusminmaxw48px{
        width: 48px;
        max-width: 48px;
    }
    .cusminborderrbl13{
        border-bottom-left-radius: 13px;
        -webkit-border-bottom-left-radius: 13px;
    }
    .cusminborderrbr13{
        border-bottom-right-radius: 13px;
        -webkit-border-bottom-right-radius: 13px;
    }
}

@media only screen and (max-width: 600px){
    .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;
    }
    .banner04{
        background: url(../fimgs/indexbanner04004.jpg) center center no-repeat;
        background-size: contain;
    }
}