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

.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 .5s;
    -webkit-transition: all .5s;
}

.fmeng{
    font-family: 'Montserrat', 'Noto Sans TC', Microsoft JhengHei, Verdana, sans-serif;
}
.fmtitle{
    font-family: 'Zen Kaku Gothic New', '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(219,241,239,1);
}
.darkgreenbg{
    background: rgba(97,176,168,1);
}
.puregreenbg{
    background: rgba(29,190,48,1);
}
.darkpuregreenbg{
    background: rgba(16,142,46,1);
}
.darkbluebg{
    background: rgba(1,71,131,1);
}
.bluebg{
    background: rgba(35,77,168,1);
}
.skinbg{
    background: rgba(255,238,220,1);
}
.lightyellowbg{
    background: rgba(255,254,239,1);
}

.whitetolightgreentobbg{
    background: -webkit-linear-gradient(top, rgba(245,255,254,1), rgba(219,255,251,1));
    background: -o-linear-gradient(top, rgba(245,255,254,1), rgba(219,255,251,1));
    background: -moz-linear-gradient(top, rgba(245,255,254,1), rgba(219,255,251,1));
    background: linear-gradient(to bottom, rgba(245,255,254,1), rgba(219,255,251,1));
}
.whitetolightergreentobbg{
    background: -webkit-linear-gradient(top, rgba(255,255,255,1), rgba(238,255,254,1));
    background: -o-linear-gradient(top, rgba(255,255,255,1), rgba(238,255,254,1));
    background: -moz-linear-gradient(top, rgba(255,255,255,1), rgba(238,255,254,1));
    background: linear-gradient(to bottom, rgba(255,255,255,1), rgba(238,255,254,1));
}
.darkbluegradientttobbg{
    background: -webkit-linear-gradient(top, rgba(83,108,155,1), rgba(41,63,109,1));
    background: -o-linear-gradient(top, rgba(83,108,155,1), rgba(41,63,109,1));
    background: -moz-linear-gradient(top, rgba(83,108,155,1), rgba(41,63,109,1));
    background: linear-gradient(to bottom, rgba(83,108,155,1), rgba(41,63,109,1));
}
.graygradientttobbg{
    background: -webkit-linear-gradient(top, rgba(200,200,200,1), rgba(120,120,120,1));
    background: -o-linear-gradient(top, rgba(200,200,200,1), rgba(120,120,120,1));
    background: -moz-linear-gradient(top, rgba(200,200,200,1), rgba(120,120,120,1));
    background: linear-gradient(to bottom, rgba(200,200,200,1), rgba(120,120,120,1));
}
.goldgradientttobbg{
    background: -webkit-linear-gradient(top, rgba(244,179,78,1), rgba(179,115,31,1));
    background: -o-linear-gradient(top, rgba(244,179,78,1), rgba(179,115,31,1));
    background: -moz-linear-gradient(top, rgba(244,179,78,1), rgba(179,115,31,1));
    background: linear-gradient(to bottom, rgba(244,179,78,1), rgba(179,115,31,1));
}
.darkgreengradienttltobrbg{
    background: -webkit-linear-gradient(top left, rgba(219,241,239,1), rgba(97,176,168,1));
    background: -o-linear-gradient(top left, rgba(219,241,239,1), rgba(97,176,168,1));
    background: -moz-linear-gradient(top left, rgba(219,241,239,1), rgba(97,176,168,1));
    background: linear-gradient(to bottom right, rgba(219,241,239,1), rgba(97,176,168,1));
}
.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));
}
.bluegradienttltobrbg{
    background: -webkit-linear-gradient(top left, rgba(54,126,191,1), rgba(22,109,182,1));
    background: -o-linear-gradient(top left, rgba(54,126,191,1), rgba(22,109,182,1));
    background: -moz-linear-gradient(top left, rgba(54,126,191,1), rgba(22,109,182,1));
    background: linear-gradient(to bottom right, rgba(54,126,191,1), rgba(22,109,182,1));
}

.lightgrayfont{
    color: rgba(120,120,120,1);
}
.whitefont{
    color: rgba(255,255,255,1);
}
.bluefont{
    color: rgba(1,71,131,1);
}
.brownfont{
    color: rgba(89,76,66,1);
}
.goldfont{
    color: rgba(195,156,122,1);
}
.greenfont{
    color: rgba(62,196,72,1);
}
.tiffinyfont{
    color: rgba(187,109,9,1);
}
.pinkfont{
    color: rgba(253,93,92,1);
}
.yellowfont{
    color: rgba(255,246,104,1);
}
.whitetobluefont, .whitetobluefont:visited{
    color: rgba(255,255,255,1);
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}
.whitetobluefont:hover, .whitetobluefont:active{
    color: rgba(1,71,131,1);
}

.whitesolidtxt01::before{
    content: "èŠ±è“®ä¸­æ—¥ç•¶èˆ–";
    position: absolute;
    top: 0;
    left: 0;
    color: rgba(255,255,255,1);
    font-size: 35px;
    line-height: 40px;
    font-weight: 400;
    letter-spacing: 0px;
    -webkit-text-stroke: 4px rgba(255,255,255,1);
    text-stroke: 4px rgba(255,255,255,1);
    font-family: 'Zen Kaku Gothic New', 'Noto Sans TC', Microsoft JhengHei, Verdana, sans-serif;
    text-shadow: 0px 0px 6px rgba(200,200,200,1);
    white-space: nowrap;
}

.greendalta::after{
    content: "";
    position: absolute;
    top: 100%;
    left: -16px;
    border-style: solid;
    border-width: 32px 32px 0px 32px;
    border-color: rgba(219,241,239,1) transparent transparent transparent;
}

.greensolidr1{
    border-right: 1px solid rgba(187,109,9,1);
}
.whitesolidr1{
    border-right: 1px solid rgba(255,255,255,1);
}
.greensolidb1{
    border-bottom: 1px solid rgba(187,109,9,1);
}
.goldsolidb1{
    border-bottom: 1px solid rgba(252,226,189,1);
}
.graysolidb1{
    border-bottom: 1px solid rgba(210,210,210,1);
}
.graydotb1{
    border-bottom: 1px dotted rgba(210,210,210,1);
}
.greensolidb4{
    border-bottom: 4px solid rgba(187,109,9,1);
}
.goldsolidt2{
    border-top: 2px solid rgba(252,226,189,1);
}
.greensolidt4{
    border-top: 4px solid rgba(101,177,169,1);
}
.greensolid1{
    border: 1px solid rgba(101,177,169,1);
}
.whitesolid1{
    border: 1px solid rgba(255,255,255,1);
}
.pinksolid1{
    border: 1px solid rgba(253,93,92,1);
}
.graysolid1{
    border: 1px solid rgba(210,210,210,1);
}
.goldsolid1{
    border: 1px solid rgba(252,226,189,1);
}
.greensolid2{
    border: 2px solid rgba(101,177,169,1);
}
.whitesolid2{
    border: 2px solid rgba(255,255,255,1);
}
.bluesolid2{
    border: 2px solid rgba(35,77,168,1);
}
.darkpuregreensolid2{
    border: 2px solid rgba(16,142,46,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);
}
.blackboxshadowb8{
    box-shadow: 0px 8px 8px -9px rgba(150,150,150,1);
    -webkit-box-shadow: 0px 8px 8px -9px rgba(150,150,150,1);
}
.blackboxshadowt8{
    box-shadow: 0px -8px 8px -9px rgba(150,150,150,1);
    -webkit-box-shadow: 0px -8px 8px -9px rgba(150,150,150,1);
}
.blackboxshadowb8-3{
    box-shadow: 0px 8px 8px -3px rgba(150,150,150,1);
    -webkit-box-shadow: 0px 8px 8px -3px rgba(150,150,150,1);
}
.blackboxshadowt8inset{
    box-shadow: 0px 8px 8px -9px rgba(150,150,150,1) inset;
    -webkit-box-shadow: 0px 8px 8px -9px rgba(150,150,150,1) inset;
}
.blackboxshadowtb8inset{
    box-shadow: 0px 8px 8px -9px rgba(150,150,150,1) inset, 0px -8px 8px -9px rgba(150,150,150,1) inset;
    -webkit-box-shadow: 0px 8px 8px -9px rgba(150,150,150,1) inset, 0px -8px 8px -9px rgba(150,150,150,1) inset;
}
.blackboxshadowb8-3tinset{
    box-shadow: 0px 8px 8px -3px rgba(150,150,150,1), 0px 8px 8px -3px rgba(150,150,150,1) inset;
    -webkit-box-shadow: 0px 8px 8px -3px rgba(150,150,150,1), 0px 8px 8px -3px rgba(150,150,150,1) inset;
}

.custranslatey-50{
    transform:translate(0px,-50%) rotate(0deg);
    -webkit-transform:translate(0px,-50%) rotate(0deg);
}
.cusfixw56px{
    width: 56px;
    max-width: 56px;
}
.cusfixw100-64px{
    width: calc(100% - 64px);
    max-width: calc(100% - 64px);
}
.cusfixw192px{
    width: 192px;
    max-width: 192px;
}
.cusfixw50-104px{
    width: calc(50% - 104px);
    max-width: calc(50% - 104px);
}
.cusfixtop3-1{
    top: calc(100% / 3);
}
.cusfixmaxh320px{
    height: 320px;
    max-height: 320px;
}
#minnav{
    opacity: 0.0;
    filter: alpha(opacity=0);
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
}
.minnavopacity0{
    opacity: 1.0 !important;
    filter: alpha(opacity=100) !important;
}
#minnav a{
    height: 0px;
    opacity: 0.0;
    filter: alpha(opacity=0);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.minnavshow{
    height: 32px !important;
    opacity: 1.0 !important;
    filter: alpha(opacity=100) !important;
}

@media only screen and (min-width: 1025px){
    .indexbg01{
        background: url(../fimgs/indexbg01002.jpg) center center no-repeat;
        background-size: cover;
    }
    .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;
    }
    .cusmax1025greendashr1{
        border-right: 1px dashed rgba(101,177,169,1);
    }
    .cusmax1025graysolidr1{
        border-right: 1px solid rgba(210,210,210,1);
    }
    .whitesolidtxt01::before{
        -webkit-text-stroke: 5px rgba(255,255,255,1);
        text-stroke: 5px rgba(255,255,255,1);
        text-shadow: 0px 0px 6px rgb(100,100,100);
    }
    .cusfixmax1025h480px{
        height: 480px;
        max-height: 480px;
    }
    .processbg{
        background: -webkit-linear-gradient(left, rgba(255,255,255,.001) 8%, rgba(255,255,255,1) 48%), url(../fimgs/processimg05.jpg);
        background: -o-linear-gradient(left, rgba(255,255,255,.001) 8%, rgba(255,255,255,1) 48%), url(../fimgs/processimg05.jpg);
        background: -moz-linear-gradient(left, rgba(255,255,255,.001) 8%, rgba(255,255,255,1) 48%), url(../fimgs/processimg05.jpg);
        background: linear-gradient(to right, rgba(255,255,255,.001) 8%, rgba(255,255,255,1) 48%), url(../fimgs/processimg05.jpg);
        background-size: auto, cover;
    }
}

@media only screen and (min-width: 1301px){
    .cusmaxw1301dpb{
        display: block;
    }
    .cusmaxw1301hidden{
        display: none;
    }
    .indexbg01{
        background: url(../fimgs/indexbg01001.jpg) center center no-repeat;
        background-size: cover;
    }
    .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 (max-width: 1024px){
    .indexbg01{
        background: url(../fimgs/indexbg01003.jpg) center center no-repeat;
        background-size: cover;
    }
    .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;
    }
    .processbg{
        background: -webkit-linear-gradient(top, rgba(255,255,255,.001) 8%, rgba(255,255,255,1) 48%), url(../fimgs/processimg05.jpg);
        background: -o-linear-gradient(top, rgba(255,255,255,.001) 8%, rgba(255,255,255,1) 48%), url(../fimgs/processimg05.jpg);
        background: -moz-linear-gradient(top, rgba(255,255,255,.001) 8%, rgba(255,255,255,1) 48%), url(../fimgs/processimg05.jpg);
        background: linear-gradient(to bottom, rgba(255,255,255,.001) 8%, rgba(255,255,255,1) 48%), url(../fimgs/processimg05.jpg);
        background-size: auto, auto;
        background-position: center bottom, center top;
    }
    .cusmin1024w48px{
        width: 48px;
        max-width: 48px;
    }
    .cusmin1024w100-56px{
        width: calc(100% - 56px);
        max-width: calc(100% - 56px);
    }
    .cusminflexorder1{
        order: 1;
        -webkit-order: 1;
    }
    .cusminflexorder2{
        order: 2;
        -webkit-order: 2;
    }
    .cusminflexorder3{
        order: 3;
        -webkit-order: 3;
    }
    .cusmin1024graysolidb1{
        border-bottom: 1px solid rgba(210,210,210,1);
    }
    .cusmin1024graysolidr1{
        border-right: 1px solid rgba(210,210,210,1);
    }
    .cusmintop100-40px{
        top: calc(100% - 40px);
    }
}

@media only screen and (max-width: 600px){
    .cusmaxw600dpb{
        display: block;
    }
    .cusmaxw600hidden{
        display: none;
    }
    .indexbg01{
        background: url(../fimgs/indexbg01004.jpg) center center no-repeat;
        background-size: cover;
    }
    .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;
    }
}