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: 'Cormorant Upright', serif, 'Noto Sans TC', Microsoft JhengHei, Verdana, sans-serif;
}
.fmtw{
    font-family: 'Noto Sans TC', Microsoft JhengHei, Verdana, sans-serif;
}
.fmtitle{
    font-family: 'Noto Serif TC', serif, Microsoft JhengHei, Verdana, sans-serif;
}

.morandibg{
    background: rgba(103,99,100,1);
}
.whitebg{
    background: rgba(255,255,255,1);
}
.listbg01:nth-last-of-type(even), .listbg02:nth-last-of-type(odd){
    background: rgba(245,245,245,1);
}
.lightyellowbg{
    background: rgba(254,252,230,1);
}
.yellowbg{
    background: rgba(255,248,160,1);
}
.orangebg{
    background: rgba(240,161,54,1);
}
.greenbg{
    background: rgba(0,199,91,1);
}
.greentowhitebg, .greentowhitebg:visited{
    background: rgba(71,123,68,1);
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}
.greentowhitebg:hover, .greentowhitebg:active{
    background: rgba(255,255,255,1);
}
.graygradientttobbg{
    background: -webkit-linear-gradient(top left, rgba(255,255,255,1), rgba(220,220,220,1));
    background: -o-linear-gradient(top left, rgba(255,255,255,1), rgba(220,220,220,1));
    background: -moz-linear-gradient(top left, rgba(255,255,255,1), rgba(220,220,220,1));
    background: linear-gradient(to bottom right, rgba(255,255,255,1), rgba(220,220,220,1));
}
.orangegradientttobbg{
    background: -webkit-linear-gradient(top left, rgba(249,174,59,1), rgba(228,141,46,1));
    background: -o-linear-gradient(top left, rgba(249,174,59,1), rgba(228,141,46,1));
    background: -moz-linear-gradient(top left, rgba(249,174,59,1), rgba(228,141,46,1));
    background: linear-gradient(to bottom right, rgba(249,174,59,1), rgba(228,141,46,1));
}
.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));
}
.darkgreengradientttobbg{
    background: -webkit-linear-gradient(top, rgba(106,158,73,1), rgba(64,118,67,1));
    background: -o-linear-gradient(top, rgba(106,158,73,1), rgba(64,118,67,1));
    background: -moz-linear-gradient(top, rgba(106,158,73,1), rgba(64,118,67,1));
    background: linear-gradient(to bottom, rgba(106,158,73,1), rgba(64,118,67,1));
}
.lightgreengradientttobbg{
    background: -webkit-linear-gradient(top, rgba(126,167,105,1), rgba(90,142,71,1));
    background: -o-linear-gradient(top, rgba(126,167,105,1), rgba(90,142,71,1));
    background: -moz-linear-gradient(top, rgba(126,167,105,1), rgba(90,142,71,1));
    background: linear-gradient(to bottom, rgba(126,167,105,1), rgba(90,142,71,1));
}
.lightyellowgradientmirrorttobbg{
    background: -webkit-linear-gradient(top, rgba(254,252,230,1), rgba(254,252,230,.001) 40%, rgba(254,252,230,.001) 60%, rgba(254,252,230,1));
    background: -o-linear-gradient(top, rgba(254,252,230,1), rgba(254,252,230,.001) 40%, rgba(254,252,230,.001) 60%, rgba(254,252,230,1));
    background: -moz-linear-gradient(top, rgba(254,252,230,1), rgba(254,252,230,.001) 40%, rgba(254,252,230,.001) 60%, rgba(254,252,230,1));
    background: linear-gradient(to bottom, rgba(254,252,230,1), rgba(254,252,230,.001) 40%, rgba(254,252,230,.001) 60%, rgba(254,252,230,1));
}
.whitetolightyellowttobbg{
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 4%, rgba(254,252,230,1));
    background: -o-linear-gradient(top, rgba(255,255,255,1) 4%, rgba(254,252,230,1));
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 4%, rgba(254,252,230,1));
    background: linear-gradient(to bottom, rgba(255,255,255,1) 4%, rgba(254,252,230,1));
}

.greengradienttxt{
    background: -webkit-linear-gradient(top, rgba(145,201,102,1) 24%, rgba(36,98,32,1) 96%);
    background: -o-linear-gradient(top, rgba(145,201,102,1) 24%, rgba(36,98,32,1) 96%);
    background: -moz-linear-gradient(top, rgba(145,201,102,1) 24%, rgba(36,98,32,1) 96%);
    background: linear-gradient(to bottom, rgba(145,201,102,1) 24%, rgba(36,98,32,1) 96%);
    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(0,0,0,1);
}
.whitefont{
    color: rgba(255,255,255,1);
}
.bluefont{
    color: rgba(0,101,178,1);
}
.greenfont{
    color: rgba(71,123,68,1);
}
.lightgreenfont{
    color: rgba(145,201,102,1);
}
.orangefont{
    color: rgba(240,161,54,1);
}
.yellowfont{
    color: rgba(255,248,158,1);
}
.woodfont{
    color: rgba(88,75,63,1);
}
.lightwoodfont{
    color: rgba(156,150,129,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(255,248,158,1);
}
.whitetogreenfont, .whitetogreenfont:visited{
    color: rgba(255,255,255,1);
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}
.whitetogreenfont:hover, .whitetogreenfont:active{
    color: rgba(71,123,68,1);
}

.transtograysolidr1inset{
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    -webkit-border-image: -webkit-linear-gradient(rgba(245,245,245,.001) 4%, rgba(245,245,245,1) 96%) 1;
    -o-border-image: -o-linear-gradient(rgba(245,245,245,.001) 4%, rgba(245,245,245,1) 96%) 1;
    -moz-border-image: -moz-linear-gradient(rgba(245,245,245,.001) 4%, rgba(245,245,245,1) 96%) 1;
    border-image: linear-gradient(to bottom, rgba(245,245,245,.001) 4%, rgba(245,245,245,1) 96%) 1;
    box-sizing: border-box;
}
.transtograymirrordotb1inset{
    border-style: dotted;
    border-width: 0px 0px 1px 0px;
    -webkit-border-image: -webkit-linear-gradient(left, rgba(245,245,245,.001) 4%, rgba(245,245,245,1), rgba(245,245,245,.001) 96%) 1;
    -o-border-image: -o-linear-gradient(left, rgba(245,245,245,.001) 4%, rgba(245,245,245,1), rgba(245,245,245,.001) 96%) 1;
    -moz-border-image: -moz-linear-gradient(left, rgba(245,245,245,.001) 4%, rgba(245,245,245,1), rgba(245,245,245,.001) 96%) 1;
    border-image: linear-gradient(to right, rgba(245,245,245,.001) 4%, rgba(245,245,245,1), rgba(245,245,245,.001) 96%) 1;
    box-sizing: border-box;
}
.transtodarkgraymirrordotb1inset{
    border-style: dotted;
    border-width: 0px 0px 1px 0px;
    -webkit-border-image: -webkit-linear-gradient(left, rgba(225,225,225,.001) 1%, rgba(225,225,225,1) 4%, rgba(225,225,225,1), rgba(225,225,225,.001) 96%) 1;
    -o-border-image: -o-linear-gradient(left, rgba(225,225,225,.001) 1%, rgba(225,225,225,1) 4%, rgba(225,225,225,1), rgba(225,225,225,.001) 96%) 1;
    -moz-border-image: -moz-linear-gradient(left, rgba(225,225,225,.001) 1%, rgba(225,225,225,1) 4%, rgba(225,225,225,1), rgba(225,225,225,.001) 96%) 1;
    border-image: linear-gradient(to right, rgba(225,225,225,.001) 1%, rgba(225,225,225,1) 4%, rgba(225,225,225,1), rgba(225,225,225,.001) 96%) 1;
    box-sizing: border-box;
}
.graysolid1{
    border: 1px solid rgba(225,225,225,1);
}
.orangesolid1{
    border: 1px solid rgba(240,161,54,1);
}
.greensolid1{
    border: 1px solid rgba(71,123,68,1);
}
.greensolid4{
    border: 4px solid rgba(71,123,68,1);
}
.yellowsolid4{
    border: 4px solid rgba(255,248,158,1);
}
.whitesolid4{
    border: 4px solid rgba(255,255,255,1);
}
.orangesolidb1{
    border-bottom: 1px solid rgba(240,161,54,1);
}
.woodsolidb1{
    border-bottom: 1px solid rgba(88,75,63,1);
}
.lightorangesolidt4{
    border-top: 4px solid rgba(240,161,54,1);
}
.transtograymirrordotr1inset{
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    -webkit-border-image: -webkit-linear-gradient(rgba(245,245,245,.001) 4%, rgba(245,245,245,1), rgba(245,245,245,.001) 96%) 1;
    -o-border-image: -o-linear-gradient(rgba(245,245,245,.001) 4%, rgba(245,245,245,1), rgba(245,245,245,.001) 96%) 1;
    -moz-border-image: -moz-linear-gradient(rgba(245,245,245,.001) 4%, rgba(245,245,245,1), rgba(245,245,245,.001) 96%) 1;
    border-image: linear-gradient(to bottom, rgba(245,245,245,.001) 4%, rgba(245,245,245,1), rgba(245,245,245,.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);
}

.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);
}
.blackboxshadowtb8{
    box-shadow: 0px -8px 8px -7px rgba(16,12,12,1), 0px 8px 8px -7px rgba(16,12,12,1);
    -webkit-box-shadow: 0px -8px 8px -7px rgba(16,12,12,1), 0px 8px 8px -7px rgba(16,12,12,1);
}
.grayboxshadowbr4{
    box-shadow: 4px 4px 4px -1px rgba(170,170,170,.88);
    -webkit-box-shadow: 4px 4px 4px -1px rgba(170,170,170,.88);
}

.grayboxshadowbr4-2{
    box-shadow: 4px 4px 2px 0px rgba(170,170,170,.88);
    -webkit-box-shadow: 4px 4px 2px 0px rgba(170,170,170,.88);
}

.grayboxshadowtb8inset{
    box-shadow: 0px 8px 8px -7px rgba(44,44,44,.88) inset, 0px -8px 8px -7px rgba(44,44,44,.88) inset;
    -webkit-box-shadow: 0px 8px 8px -7px rgba(44,44,44,.88) inset, 0px -8px 8px -7px rgba(44,44,44,.88) inset;
}

.graytextshadowrb2{
    text-shadow: 2px 2px 2px rgba(44,44,44,.88);
}

.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: 293px;
    transition: all .4s;
    -webkit-transition: all .4s;
}
.objtypehoverbg .orangegradientttobbg{
    height: 0px;
}
.objtypehoverbg:hover .orangegradientttobbg, .objtypehoverbg:active .orangegradientttobbg{
    height: 100%;
    transition: all .1s;
    -webkit-transition: all .1s;
}

.cusmaxh240px{
    height: 240px;
    max-height: 240px;
}

@media only screen and (min-width: 1201px){
    .banner01{
        background: url(../fimgs/indexbanner01m.jpg) center center no-repeat;
        background-size: cover;
    }
    .banner02{
        background: url(../fimgs/indexbanner02m.jpg) center center no-repeat;
        background-size: cover;
    }
    .banner03{
        background: url(../fimgs/indexbanner03m.jpg) center center no-repeat;
        background-size: cover;
    }
    .banner04{
        background: url(../fimgs/indexbanner04m.jpg) center center no-repeat;
        background-size: cover;
    }
    .maxtranstograymirrordotr1inset{
        border-style: solid;
        border-width: 0px 1px 0px 0px;
        -webkit-border-image: -webkit-linear-gradient(rgba(245,245,245,.001) 4%, rgba(245,245,245,1), rgba(245,245,245,.001) 96%) 1;
        -o-border-image: -o-linear-gradient(rgba(245,245,245,.001) 4%, rgba(245,245,245,1), rgba(245,245,245,.001) 96%) 1;
        -moz-border-image: -moz-linear-gradient(rgba(245,245,245,.001) 4%, rgba(245,245,245,1), rgba(245,245,245,.001) 96%) 1;
        border-image: linear-gradient(to bottom, rgba(245,245,245,.001) 4%, rgba(245,245,245,1), rgba(245,245,245,.001) 96%) 1;
        box-sizing: border-box;
    }
    .maxtranstodarkgraymirrordotr1inset{
        border-style: solid;
        border-width: 0px 1px 0px 0px;
        -webkit-border-image: -webkit-linear-gradient(rgba(225,225,225,.001) 4%, rgba(225,225,225,1), rgba(225,225,225,.001) 96%) 1;
        -o-border-image: -o-linear-gradient(rgba(225,225,225,.001) 4%, rgba(225,225,225,1), rgba(225,225,225,.001) 96%) 1;
        -moz-border-image: -moz-linear-gradient(rgba(225,225,225,.001) 4%, rgba(225,225,225,1), rgba(225,225,225,.001) 96%) 1;
        border-image: linear-gradient(to bottom, rgba(225,225,225,.001) 4%, rgba(225,225,225,1), rgba(225,225,225,.001) 96%) 1;
        box-sizing: border-box;
    }
}

@media only screen and (min-width: 1301px){
    .banner01{
        background: url(../fimgs/indexbanner01b.jpg) center center no-repeat;
        background-size: cover;
    }
    .banner02{
        background: url(../fimgs/indexbanner02b.jpg) center center no-repeat;
        background-size: cover;
    }
    .banner03{
        background: url(../fimgs/indexbanner03b.jpg) center center no-repeat;
        background-size: cover;
    }
    .banner04{
        background: url(../fimgs/indexbanner04b.jpg) center center no-repeat;
        background-size: cover;
    }
}

@media only screen and (max-width: 1200px){
    .banner01{
        background: url(../fimgs/indexbanner01s.jpg) center center no-repeat;
        background-size: contain;
    }
    .banner02{
        background: url(../fimgs/indexbanner02s.jpg) center center no-repeat;
        background-size: contain;
    }
    .banner03{
        background: url(../fimgs/indexbanner03s.jpg) center center no-repeat;
        background-size: contain;
    }
    .banner04{
        background: url(../fimgs/indexbanner04s.jpg) center center no-repeat;
        background-size: contain;
    }
    .cusminbottom48px{
        bottom: 48px;
    }
}

@media only screen and (max-width: 600px){
    .banner01{
        background: url(../fimgs/indexbanner01min.jpg) center center no-repeat;
        background-size: contain;
    }
    .banner02{
        background: url(../fimgs/indexbanner02min.jpg) center center no-repeat;
        background-size: contain;
    }
    .banner03{
        background: url(../fimgs/indexbanner03min.jpg) center center no-repeat;
        background-size: contain;
    }
    .banner04{
        background: url(../fimgs/indexbanner04min.jpg) center center no-repeat;
        background-size: contain;
    }
}