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

.fmcharm{
    font-family: 'Dosis', 'Noto Sans TC', Microsoft JhengHei, Verdana, sans-serif;
}


.whitebg{
    background: rgba(255,255,255,1);
}
.graybg{
    background: rgba(180,180,180,1);
}
.greenbg{
    background: rgba(96,139,40,1);
}
.darkgreenbg{
    background: rgba(0,112,55,1);
}
.orangebg{
    background: rgba(247,151,51,1);
}
.redbg{
    background: rgba(232,31,41,1);
}

.whitefont{
    color: rgba(255,255,255,1);
}
.blackfont{
    color: rgba(55,55,55,1);
}
.grayfont{
    color: rgba(180,180,180,1);
}
.greenfont{
    color: rgba(96,139,40,1);
}
.darkgreenfont{
    color: rgba(0,112,55,1);
}
.orangefont{
    color: rgba(247,151,51,1);
}
.woodfont{
    color: rgba(129,82,43,1);
}
.redfont{
    color: rgba(232,31,41,1);
}
.lightyellowfont{
    color: rgba(255,247,160,1);
}
.whitetolightyellowfont{
    color: rgba(255,255,255,1);
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}
.whitetolightyellowfont:hover{
    color: rgba(255,247,160,1);
}

.lightgraydotb1{
    border-bottom: 1px dotted rgba(230,230,230,1);
}
.lightyellowsolidb2{
    border-bottom: 2px solid rgba(255,247,160,1);
}
.lightyellowsolidt2{
    border-top: 2px solid rgba(255,247,160,1);
}
.graysolidb1{
    border-bottom: 1px solid rgba(180,180,180,1);
}
.lightgraysolid1{
    border: 1px solid rgba(230,230,230,1);
}

.grayboxshadowt4-3{
    box-shadow: 0px -4px 4px -3px rgba(165,165,165,.8);
    -webkit-box-shadow: 0px -4px 4px -3px rgba(165,165,165,.8);
}
.grayboxshadowb4-3{
    box-shadow: 0px 4px 4px -3px rgba(165,165,165,.8);
    -webkit-box-shadow: 0px 4px 4px -3px rgba(165,165,165,.8);
}
.grayboxshadowrb4-3{
    box-shadow: 4px 4px 4px -3px rgba(165,165,165,.8);
    -webkit-box-shadow: 4px 4px 4px -3px rgba(165,165,165,.8);
}

.banner01{
    background: url(../fimgs/banner01.jpg) center center no-repeat;
    background-size: contain;
}
.banner02{
    background: url(../fimgs/banner01.jpg) center center no-repeat;
    background-size: contain;
}
.banner03{
    background: url(../fimgs/banner01.jpg) center center no-repeat;
    background-size: contain;
}

.nav .navicon{
    opacity: 0.0;
    filter: alpha(opacity=0);
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}
.nav:hover .navicon{
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.custop4px{
    top: 4px;
}
.cusleft-2px{
    left: -2px;
}

@media only screen and (min-width: 1001px){
    .cusmaxw1024w48px{
        width: 48px;
        max-width: 48px;
    }
    .cusmaxw1024w100-48px{
        width: calc(100% - 48px);
        max-width: calc(100% - 48px);
    }
    .cusmaxw1024w144px{
        width: 144px;
        max-width: 144px;
    }
    .cusmaxw1024w100-144px{
        width: calc(100% - 144px);
        max-width: calc(100% - 144px);
    }
    .cusmaxw1024w100-32px{
        max-width: calc(100% - 32px);
    }
}

@media only screen and (min-width: 1201px){
    .cusmaxw1200paddingtb16lr0{
        padding: 16px 0px;
    }
}

@media only screen and (max-width: 1000px){
    .cusminmargin40{
        margin: 4px 0px;
    }
    .cusminfs15{
        font-size: 15px;
    }
    .cusminfs21{
        font-size: 21px;
    }
    .cusminw1000h320px{
        height: 320px;
    }
}

@media only screen and (min-width: 760px) and (max-width: 1000px){
    .cusminw768minmaxw2-1-16{
        max-width: calc(100% / 2 - 15.99px); 
        width: calc(100% / 2 - 15.99px);
    }
    .cusminw768minmaxw9-4-16{
        max-width: calc(100% / 9 * 4 - 15.99px); 
        width: calc(100% / 9 * 4 - 15.99px);
    }
    .cusminw768minmaxw9-5-16{
        max-width: calc(100% / 9 * 5 - 15.99px); 
        width: calc(100% / 9 * 5 - 15.99px);
    }
}