textarea{
    resize: none;
    min-height: 120px;
}
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: 13px;
    color: rgba(135,135,135,1);
    Font-family: 'Noto Sans TC',Microsoft JhengHei,Verdana,sans-serif;
    font-weight: 300;
}
:-moz-placeholder {
    font-size: 13px;
    color: rgba(135,135,135,1);
    opacity:  1;
    Font-family: 'Noto Sans TC',Microsoft JhengHei,Verdana,sans-serif;
    font-weight: 300;
}
::-moz-placeholder {
    font-size: 13px;
    color: rgba(135,135,135,1);
    opacity:  1;
    Font-family: 'Noto Sans TC',Microsoft JhengHei,Verdana,sans-serif;
    font-weight: 300;
}
:-ms-input-placeholder {
    font-size: 13px;
    color: rgba(135,135,135,1);
    Font-family: 'Noto Sans TC',Microsoft JhengHei,Verdana,sans-serif;
    font-weight: 300;
}
:placeholder-shown {
    font-size: 13px;
    color: rgba(135,135,135,1);
    Font-family: 'Noto Sans TC',Microsoft JhengHei,Verdana,sans-serif;
    font-weight: 300;
}
input, select{
    border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 4px 0px;
    border: 1px solid rgba(200,200,200,1);
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 1.6px;
}
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: 500px;
    transition: all .5s;
    -webkit-transition: all .5s;
}


.fmrobotoslab{
    font-family: 'Roboto Slab', serif, 'Noto Sans TC', Microsoft JhengHei, Verdana, sans-serif;
}
.no-js{
    display: none;
}


.whitebg{
    background: rgba(255,255,255,1);
}
.whitebg64{
    background: rgba(255,255,255,.80);
}
.blackbg72{
    background: rgba(0,0,0,.72);
}
.redbg{
    background: rgba(234,48,56,1);
}
.lightyellowbg{
    background: rgba(252,228,138,1);
}
.lightgreenbg{
    background: rgba(150,224,211,1);
}
.violetbg{
    background: rgba(138,86,157,1);
}
.orangebg{
    background: rgba(245,146,86,1);
}
.tiffinybg{
    background: rgba(0,157,147,1);
}
.greenbg{
    background: rgba(138,194,61,1);
}
.aquabg{
    background: rgba(0,181,233,1);
}
.bluebg{
    background: rgba(0,71,152,1);
}
.pinkbg{
    background: rgba(244,156,159,1);
}
.graybg{
    background: rgba(135,135,135,1);
}
.puregreenbg{
    background: rgba(0,185,0,1);
}

.graygradientbgttob{
    background: -webkit-linear-gradient(top, rgba(243,129,129,1), rgba(243,130,130,1));
    background: -o-linear-gradient(top, rgba(243,129,129,1), rgba(243,130,130,1));
    background: -moz-linear-gradient(top, rgba(243,129,129,1), rgba(243,130,130,1));
    background: linear-gradient(to bottom, rgba(243,129,129,1), rgba(243,130,130,1));
}

.whitefont{
    color: rgba(255,255,255,1);
}
.grayfont{
    color: rgba(135,135,135,1);
}
.blackfont{
    color: rgba(44,44,44,1);
}
.redfont{
    color: rgba(234,48,56,1);
}
.orangefont{
    color: rgba(245,146,86,1);
}
.pinkfont{
    color: rgba(243,129,129,1);
}
.blacktoredfont{
    color: rgba(44,44,44,1);
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}
.blacktoredfont:hover{
    color: rgba(234,48,56,1);
}

.graygrandientsolidt2{
    border-style: solid;
    border-width: 2px 0px 0px 0px;
    -webkit-border-image: -webkit-linear-gradient(left, rgba(126,126,126,1), rgba(78,78,78,1), rgba(126,126,126,1)) 1;
    -o-border-image: -o-linear-gradient(left, rgba(126,126,126,1), rgba(78,78,78,1), rgba(126,126,126,1)) 1;
    -moz-border-image: -moz-linear-gradient(left, rgba(126,126,126,1), rgba(78,78,78,1), rgba(126,126,126,1)) 1;
    border-image: linear-gradient(to right, rgba(126,126,126,1), rgba(78,78,78,1), rgba(126,126,126,1)) 1;
}
.lightgraysolid1{
    border: 1px solid rgba(190,190,190,1);
}
.whitesolid1{
    border: 1px solid rgba(255,255,255,1);
}
.lightgraysolid1inset{
    border: 1px solid rgba(190,190,190,1);
    box-sizing: border-box;
}
.lightgraydotb1{
    border-bottom: 1px dotted rgba(190,190,190,1);
}
.redsolidr1{
    border-right: 1px solid rgba(234,48,56,1);
}

.grayboxshadowrb4-5{
    box-shadow: 4px 4px 4px -3px rgba(165,165,165,.8);
    -webkit-box-shadow: 4px 4px 4px -3px rgba(165,165,165,.8);
}
.grayboxshadowrb8-5{
    box-shadow: 8px 8px 8px -5px rgba(165,165,165,.8);
    -webkit-box-shadow: 8px 8px 8px -5px rgba(165,165,165,.8);
}
.grayboxshadowb84-5{
    box-shadow: 0px 8px 4px -5px rgba(165,165,165,.8);
    -webkit-box-shadow: 0px 8px 4px -5px rgba(165,165,165,.8);
}
.darkredboxshadowb84-1inset{
    box-shadow: 0px -8px 4px -1px rgba(148,45,42,.8) inset;
    -webkit-box-shadow: 0px -8px 4px -1px rgba(148,45,42,.8) inset;
}
.darkblueboxshadowb84-1inset{
    box-shadow: 0px -8px 4px -1px rgba(42,45,148,.8) inset;
    -webkit-box-shadow: 0px -8px 4px -1px rgba(42,45,148,.8) inset;
}
.darkpuregreenboxshadowb84-1inset{
    box-shadow: 0px -8px 4px -1px rgba(42,145,48,.8) inset;
    -webkit-box-shadow: 0px -8px 4px -1px rgba(42,145,48,.8) inset;
}

.blacktextshadowrb1-0{
    text-shadow: 1px 1px 0px rgba(0,0,0,1);
}

.cusmaxw100-18px{
    max-width: calc(100% - 18px);
}
.cusmaxw100-128px{
    max-width: calc(100% - 128px);
}
.custop8px{
    top: 8px;
}
.cusleft-4px{
    left: -4px;
}
.newscontent{
    line-height: 32px;
}


@media only screen and (min-width: 1001px){
    .maxw13-1-0{
        max-width: calc(100% / 13); 
        width: calc(100% / 13);
    }
    .maxw36-19{
        max-width: calc(100% / 36 * 19 - 7.99px); 
        width: calc(100% / 36 * 19 - 7.99px);
    }
    .maxw28-5{
        max-width: calc(100% / 28 * 5 - 7.99px); 
        width: calc(100% / 28 * 5 - 7.99px);
    }
    .maxwhitesolidr1{
        border-right: 1px solid rgba(255,255,255,1);
    }
    .maxlightgraydotr1{
        border-right: 1px dotted rgba(190,190,190,1);
    }
    .cusmaxw208px{
        max-width: 208px; 
        width: 208px;
    }
    .cusmaxw296px{
        max-width: 296px; 
        width: 296px;
    }
    .cusmaxw304px{
        max-width: 304px; 
        width: 304px;
    }
    .cusmax100-600px{
        max-width: calc(100% - 600px); 
        width: calc(100% - 600px);
    }
    .cusmax100-216px{
        max-width: calc(100% - 216px); 
        width: calc(100% - 216px);
    }
    .cusmaxw128px{
        width: 128px;
        max-width: 128px;
    }
    .cusmaxw100-128px{
        width: calc(100% - 128px);
        max-width: calc(100% - 128px);
    }
    .cusmaxw100-336px{
        width: calc(100% - 336px);
        max-width: calc(100% - 336px);
    }
    .cusmaxw320px{
        width: 320px;
        max-width: 320px;
    }
    .cusmaxh88px{
        height: 88px;
    }
}

@media only screen and (min-width: 1201px){
    .cusmax1200w7-2{
        max-width: calc(100% / 7 * 2 - 7.99px); 
        width: calc(100% / 7 * 2 - 7.99px);
    }
    .cusmax1200w7-5{
        max-width: calc(100% / 7 * 5 - 7.99px); 
        width: calc(100% / 7 * 5 - 7.99px);
    }
    .cusmax1200paddingtb4lr0{
        padding: 4px 0px;
    }
}

@media only screen and (max-width: 1000px){
    .minflexwrap{
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    .minflexorder1{
        order: 1;
        -webkit-order: 1;
    }
    .minflexorder2{
        order: 2;
        -webkit-order: 2;
    }
    .minflexorder3{
        order: 3;
        -webkit-order: 3;
    }
    .cusminmargin40{
        margin: 4px 0px;
    }
    .cusmintranstoblackbgttob{
        background: -webkit-linear-gradient(top, rgba(0,0,0,.001) 8%, rgba(0,0,0,.64) 92%);
        background: -o-linear-gradient(top, rgba(0,0,0,.001) 8%, rgba(0,0,0,64) 92%);
        background: -moz-linear-gradient(top, rgba(0,0,0,.001) 8%, rgba(0,0,0,.64) 92%);
        background: linear-gradient(to bottom, rgba(0,0,0,.001) 8%, rgba(0,0,0,.64) 92%);
    }
    .cusminwhitefont{
        color: rgba(255,255,255,1);
    }
}

@media only screen and (min-width: 400px){
    .cusmaxw400maxw2-1-0{
        max-width: calc(100% / 2);
        width: calc(100% / 2);
    }
}

@media only screen and (min-width: 400px) and (max-width: 1000px){
    .cusminmaxw400maxw2-1-0{
        max-width: calc(100% / 2);
        width: calc(100% / 2);
    }
    .cusminmaxw400maxw2-1-16{
        max-width: calc(100% / 2 - 15.99px);
        width: calc(100% / 2 - 15.99px);
    }
}