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

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

.fmtitle{
    font-family: 'M PLUS 1', '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);
}
.greenbg{
    background: rgba(48,177,157,1);
}
.aquabg{
    background: rgba(74,183,203,1);
}
.redbg{
    background: rgba(214,63,98,1);
}
.redbg64{
    background: rgba(214,63,98,.64);
}
.puregreenbg{
    background: rgba(73,186,122,1);
}
.puregreenbg64{
    background: rgba(73,186,122,.64);
}
.bluebg{
    background: rgba(9,132,163,1);
}
.bluebg64{
    background: rgba(9,132,163,.64);
}
.whitetograyttobbg{
    background: -webkit-linear-gradient(top, rgba(255,255,255,1), rgba(243,243,243,1));
    background: -o-linear-gradient(top, rgba(255,255,255,1), rgba(243,243,243,1));
    background: -moz-linear-gradient(top, rgba(255,255,255,1), rgba(243,243,243,1));
    background: linear-gradient(to bottom, rgba(255,255,255,1), rgba(243,243,243,1));
}
.greengradientttobbg{
    background: -webkit-linear-gradient(top, rgba(151,242,10,1), rgba(5,182,0,1));
    background: -o-linear-gradient(top, rgba(151,242,10,1), rgba(5,182,0,1));
    background: -moz-linear-gradient(top, rgba(151,242,10,1), rgba(5,182,0,1));
    background: linear-gradient(to bottom, rgba(151,242,10,1), rgba(5,182,0,1));
}

.blackfont{
    color: rgba(0,0,0,1);
}
.whitefont{
    color: rgba(255,255,255,1);
}
.yellowfont{
    color: rgba(254,218,121,1);
}
.greenfont{
    color: rgba(74,186,170,1);
}
.redfont{
    color: rgba(214,63,98,1);
}
.puregreenfont{
    color: rgba(73,186,122,1);
}
.bluefont{
    color: rgba(9,132,163,1);
}

.whitetoyellowfont, .whitetoyellowfont:visited{
    color: rgba(255,255,255,1);
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}
.whitetoyellowfont:hover, .whitetoyellowfont:active{
    color: rgba(252,200,28,1);
}

.greensolidr1{
    border-right: 1px solid rgba(74,186,170,1);
}
.greensolidb1{
    border-bottom: 1px solid rgba(74,186,170,1);
}
.greendashb1{
    border-bottom: 1px dashed rgba(74,186,170,1);
}
.greendasht1{
    border-top: 1px dashed rgba(74,186,170,1);
}
.greensolidr4{
    border-right: 4px solid rgba(74,186,170,1);
}
.greensolidl4{
    border-left: 4px solid rgba(74,186,170,1);
}
.redsolidb4{
    border-bottom: 4px solid rgba(214,63,98,1);
}
.redsolidr4{
    border-right: 4px solid rgba(214,63,98,1);
}
.redsolidl4{
    border-left: 4px solid rgba(214,63,98,1);
}
.puregreensolidb4{
    border-bottom: 4px solid rgba(73,186,122,1);
}
.puregreensolidr4{
    border-right: 4px solid rgba(73,186,122,1);
}
.puregreensolidl4{
    border-left: 4px solid rgba(73,186,122,1);
}
.bluesolidb4{
    border-bottom: 4px solid rgba(9,132,163,1);
}
.bluesolidr4{
    border-right: 4px solid rgba(9,132,163,1);
}
.bluesolidl4{
    border-left: 4px solid rgba(9,132,163,1);
}
.greensolid1{
    border: 1px solid rgba(74,186,170,1);
}
.redsolid1{
    border: 1px solid rgba(214,63,98,1);
}
.puregreensolid1{
    border: 1px solid rgba(73,186,122,1);
}
.bluesolid1{
    border: 1px solid rgba(9,132,163,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);
}
.blackboxshadow4{
    box-shadow: 0px 0px 4px -1px rgba(150,150,150,1);
    -webkit-box-shadow: 0px 0px 4px -1px rgba(150,150,150,1);
}
.blackboxshadowb4{
    box-shadow: 0px 4px 4px -3px rgba(150,150,150,1);
    -webkit-box-shadow: 0px 4px 4px -3px rgba(150,150,150,1);
}

.whitebgb2px::after{
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 4px;
    background: rgba(255,255,255,1);
}
.reddelta{
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 8px 0px 8px 16px;
    border-color: transparent transparent transparent rgba(214,63,98,1);
}
.puregreendelta{
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 8px 0px 8px 16px;
    border-color: transparent transparent transparent rgba(73,186,122,1);
}
.bluedelta{
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 8px 0px 8px 16px;
    border-color: transparent transparent transparent rgba(9,132,163,1);
}

@media only screen and (min-width: 1025px){
    .cusmax1025w100-160px{
        width: calc(100% - 160px);
        max-width: calc(100% - 160px);
    }
    .cusmax1025w100-224px{
        width: calc(100% - 224px);
        max-width: calc(100% - 224px);
    }
    .cusmax1025w100-320px{
        width: calc(100% - 320px);
        max-width: calc(100% - 320px);
    }
    .cusmax1025w100-336px{
        width: calc(100% - 336px);
        max-width: calc(100% - 336px);
    }
    .cusmax1025w100-360px{
        width: calc(100% - 360px);
        max-width: calc(100% - 360px);
    }
    .cusmax1025w144px{
        width: 144px;
        max-width: 144px;
    }
    .cusmax1025w208px{
        width: 208px;
        max-width: 208px;
    }
    .cusmax1025w312px{
        width: 312px;
        max-width: 312px;
    }
    .cusmax1025w320px{
        width: 320px;
        max-width: 320px;
    }
    .cusmax1025w344px{
        width: 344px;
        max-width: 344px;
    }
    .cusmax1025greensolidr1{
        border-style: solid;
        border-width: 0px 1px 0px 0px;
        -webkit-border-image: -webkit-linear-gradient(top, rgba(74,186,170,.001) 16%, rgba(74,186,170,1) 16%, rgba(74,186,170,1) 64%, rgba(74,186,170,.001) 64%) 1;
        -o-border-image: -o-linear-gradient(top, rgba(74,186,170,.001) 16%, rgba(74,186,170,1) 16%, rgba(74,186,170,1) 64%, rgba(74,186,170,.001) 64%) 1;
        -moz-border-image: -moz-linear-gradient(top, rgba(74,186,170,.001) 16%, rgba(74,186,170,1) 16%, rgba(74,186,170,1) 64%, rgba(74,186,170,.001) 64%) 1;
        border-image: linear-gradient(to bottom, rgba(74,186,170,.001) 16%, rgba(74,186,170,1) 16%, rgba(74,186,170,1) 64%, rgba(74,186,170,.001) 64%) 1;
        box-sizing: border-box;
    }
    .cusmax1025greensolidr1-100{
        border-right: 1px solid rgba(74,186,170,1);
    }
}

@media only screen and (min-width: 1301px){
    .cusmaxw1301dpb{
        display: block;
    }
    .cusmaxw1301hidden{
        display: none;
    }
    .cusmaxw1301w1200px{width: 1200px;}
}

@media only screen and (max-width: 1024px){
    .cusmin1024w48px{
        width: 48px;
        max-width: 48px;
    }
    .cusmin1024w100-64px{
        width: calc(100% - 64px);
        max-width: calc(100% - 64px);
    }
    .cusmin1024textshadow4px{
        text-shadow: 0px 0px 4px rgba(0,0,0,1);
    }
    .cusmin1024greensolidb1{
        border-bottom: 1px solid rgba(74,186,170,1);
    }
}

@media only screen and (max-width: 600px){
    .cusmaxw600dpb{
        display: block;
    }
    .cusmaxw600hidden{
        display: none;
    }
    .cusmin600aistart{align-items: flex-start;-webkit-align-items: flex-start;}
    .cusmin600maxwimg96px{
        max-width: 96px;
    }
    .cusmin600maxwimg168px{
        max-width: 168px;
    }
    .cusmin600fs27{font-size: 27px;}
}