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, textarea{
    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;
}

.fmnotoserif{
    font-family: 'Noto Serif TC', serif, 'Noto Sans TC', Microsoft JhengHei, Verdana, sans-serif;
}
.fmnanummyeongjo{
    font-family: 'Nanum Myeongjo', serif, 'Noto Sans TC', Microsoft JhengHei, Verdana, sans-serif;
}


.blackgradientttobbg{
    background: -webkit-linear-gradient(top, rgba(33,33,33,1), rgba(78,78,78,1));
    background: -o-linear-gradient(top, rgba(33,33,33,1), rgba(78,78,78,1));
    background: -moz-linear-gradient(top, rgba(33,33,33,1), rgba(78,78,78,1));
    background: linear-gradient(to bottom, rgba(33,33,33,1), rgba(78,78,78,1));
}
.yellowtoorangemirrortltobrbg{
    background: -webkit-linear-gradient(left top, rgba(253,230,106,1), rgba(245,152,51,1) 24%, rgba(245,152,51,1) 76%, rgba(253,230,106,1));
    background: -o-linear-gradient(left top, rgba(253,230,106,1), rgba(245,152,51,1) 24%, rgba(245,152,51,1) 76%, rgba(253,230,106,1));
    background: -moz-linear-gradient(left top, rgba(253,230,106,1), rgba(245,152,51,1) 24%, rgba(245,152,51,1) 76%, rgba(253,230,106,1));
    background: linear-gradient(to right bottom, rgba(253,230,106,1), rgba(245,152,51,1) 24%, rgba(245,152,51,1) 76%, rgba(253,230,106,1));
}
.yellowtoorangettobbg{
    background: -webkit-linear-gradient(top, rgba(253,230,106,1), rgba(250,186,96,1));
    background: -o-linear-gradient(top, rgba(253,230,106,1), rgba(250,186,96,1));
    background: -moz-linear-gradient(top, rgba(253,230,106,1), rgba(250,186,96,1));
    background: linear-gradient(to bottom, rgba(253,230,106,1), rgba(250,186,96,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));
}
.lightorangetoyellowbg{
    background: rgba(249,219,147,1);
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}
.lightorangetoyellowbg:hover{
    background: rgba(251,206,122,1);
}
.whitetoyellowbg{
    background: rgba(255,255,255,1);
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}
.whitetoyellowbg:hover{
    background: rgba(251,206,122,1);
}
.whitebg{
    background: rgba(255,255,255,1);
}
.whitebg64{
    background: rgba(255,255,255,.64);
}
.blackbg48{
    background: rgba(0,0,0,.48);
}
.lightgraybg{
    background: rgba(245,245,245,1);
}
.graybg{
    background: rgba(147,147,147,1);
}
.redbg{
    background: rgba(235,33,42,1);
}
.orangebg{
    background: rgba(245,152,51,1);
}
.step01bg{
    background: rgba(254,235,175,1);
}
.step02bg{
    background: rgba(254,231,160,1);
}
.step03bg{
    background: rgba(253,223,131,1);
}
.step04bg{
    background: rgba(251,216,103,1);
}
.logomirrorbg::before{
    content: "";
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    width: 100%;
    height: 24px;
    background: url(../fimgs/logomirror.png) center center;
}

.whitefont{
    color: rgba(255,255,255,1);
}
.blackfont{
    color: rgba(0,0,0,1);
}
.grayfont{
    color: rgba(110,110,110,1);
}
.orangefont{
    color: rgba(245,152,51,1);
}
.bluefont{
    color: rgba(0,70,150,1);
}
.redfont{
    color: rgba(235,33,42,1);
}
.greenfont{
    color: rgba(78,205,0,1);
}
.skinfont{
    color: rgba(248,219,175,1);
}
.skintoorangefont{
    color: rgba(248,219,175,1);
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}
.skintoorangefont:hover{
    color: rgba(250,186,96,1);
}

.grayboxshadowrb4-3{
    box-shadow: 4px 4px 4px -3px rgba(110,110,110,.8);
    -webkit-box-shadow: 4px 4px 4px -3px rgba(110,110,110,.8);
}
.blackboxshadowrb8-5{
    box-shadow: 8px 8px 8px -5px rgba(33,33,33,.8);
    -webkit-box-shadow: 8px 8px 8px -5px rgba(33,33,33,.8);
}
.blackboxshadowtb8-7{
    box-shadow: 0px 8px 8px -7px rgba(33,33,33,.8), 0px -8px 8px -7px rgba(33,33,33,.8);
    -webkit-box-shadow: 0px 8px 8px -7px rgba(33,33,33,.8), 0px -8px 8px -7px rgba(33,33,33,.8);
}

.blackboxshadowtb8-9inset{
    box-shadow: 0px 8px 8px -9px rgba(33,33,33,.8) inset, 0px -8px 8px -9px rgba(33,33,33,.8) inset;
    -webkit-box-shadow: 0px 8px 8px -9px rgba(33,33,33,.8) inset, 0px -8px 8px -9px rgba(33,33,33,.8) inset;
}
.blackboxshadowt8-7inset{
    box-shadow: 0px 8px 8px -7px rgba(33,33,33,.8) inset;
    -webkit-box-shadow: 0px 8px 8px -7px rgba(33,33,33,.8) inset;
}

.lightgraysolid1{
    border: 1px solid rgba(225,225,225,1);
    box-sizing: border-box;
}
.orangesolid1{
    border: 1px solid rgba(245,152,51,1);
    box-sizing: border-box;
}
.orangesolid4{
    border: 4px solid rgba(245,152,51,1);
    box-sizing: border-box;
}
.orangesolidb2{
    border-bottom: 2px solid rgba(245,152,51,1);
    box-sizing: border-box;
}
.lightgraysolidb1{
    border-bottom: 1px solid rgba(225,225,225,1);
    box-sizing: border-box;
}
.lightyellowsolidr1{
    border-right: 1px solid rgba(255,248,159,1);
    box-sizing: border-box;
}
.lightyellowsolidb1{
    border-bottom: 1px solid rgba(255,248,159,1);
    box-sizing: border-box;
}
.blacksolidt4{
    border-top: 4px solid rgba(98,98,98,1);
    box-sizing: border-box;
}
.transparenttolightyellowmirrorsolidr1inset{
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    -webkit-border-image: -webkit-linear-gradient(rgba(255,248,159,0.001) 4%, rgba(255,248,159,1) 16%, rgba(255,248,159,1) 84%, rgba(255,248,159,0.001) 96%) 1;
    -x-border-image: -x-linear-gradient(rgba(255,248,159,0.001) 4%, rgba(255,248,159,1) 16%, rgba(255,248,159,1) 84%, rgba(255,248,159,0.001) 96%) 1;
    -o-border-image: -o-linear-gradient(rgba(255,248,159,0.001) 4%, rgba(255,248,159,1) 16%, rgba(255,248,159,1) 84%, rgba(255,248,159,0.001) 96%) 1;
    -moz-border-image: -moz-linear-gradient(rgba(255,248,159,0.001) 4%, rgba(255,248,159,1) 16%, rgba(255,248,159,1) 84%, rgba(255,248,159,0.001) 96%) 1;
    border-image: linear-gradient(to bottom, rgba(255,248,159,0.001) 4%, rgba(255,248,159,1) 16%, rgba(255,248,159,1) 84%, rgba(255,248,159,0.001) 96%) 1;
    box-sizing: border-box;
}
.transparenttolightyellowmirrorsolidb1inset{
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    -webkit-border-image: -webkit-linear-gradient(left, rgba(255,248,159,0.001) 4%, rgba(255,248,159,1) 16%, rgba(255,248,159,1) 84%, rgba(255,248,159,0.001) 96%) 1;
    -x-border-image: -x-linear-gradient(left, rgba(255,248,159,0.001) 4%, rgba(255,248,159,1) 16%, rgba(255,248,159,1) 84%, rgba(255,248,159,0.001) 96%) 1;
    -o-border-image: -o-linear-gradient(left, rgba(255,248,159,0.001) 4%, rgba(255,248,159,1) 16%, rgba(255,248,159,1) 84%, rgba(255,248,159,0.001) 96%) 1;
    -moz-border-image: -moz-linear-gradient(left, rgba(255,248,159,0.001) 4%, rgba(255,248,159,1) 16%, rgba(255,248,159,1) 84%, rgba(255,248,159,0.001) 96%) 1;
    border-image: linear-gradient(to right, rgba(255,248,159,0.001) 4%, rgba(255,248,159,1) 16%, rgba(255,248,159,1) 84%, rgba(255,248,159,0.001) 96%) 1;
    box-sizing: border-box;
}

.orangedeltal::after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: -16px;
    top: calc(50% - 5px);
    border-style: solid;
    border-color: transparent transparent transparent rgba(245,152,51,1);
    border-width: 6px 0px 6px 10px;
}

.starburst, .starburst::before, .starburst::after, .substarburst, .substarburst::before, .substarburst::after{
    width: 96px;
    height: 96px;
    background: rgba(255,241,0,1);
}
.starburst::before, .starburst::after, .substarburst::before, .substarburst::after{
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.starburst{
    transform:rotateZ(15deg);
    -webkit-transform:rotateZ(15deg);
}
.starburst::before{
    transform:rotateZ(30deg);
    -webkit-transform:rotateZ(30deg);
}
.starburst::after{
    transform:rotateZ(60deg);
    -webkit-transform:rotateZ(60deg);
}
.substarburst{
    transform:rotateZ(-15deg);
    -webkit-transform:rotateZ(-15deg);
}
.substarburst::before{
    transform:rotateZ(30deg);
    -webkit-transform:rotateZ(30deg);
}
.substarburst::after{
    transform:rotateZ(60deg);
    -webkit-transform:rotateZ(60deg);
}

.cusmaxw24px{
    width: 24px; 
    max-width: 24px;
}
.cusmaxw112px{
    width: 112px; 
    max-width: 112px;
}
.cusfixw128px{
    width: 128px;
    max-width: 128px;
}
.cusmaxw240px{
    width: 240px; 
    max-width: 240px;
}

.cusmaxw100-32px{
    width: calc(100% - 32px); 
    max-width: calc(100% - 32px);
}
.cusmaxw100-112px{
    width: calc(100% - 112px); 
    max-width: calc(100% - 112px);
}
.cusmaxw100-120px{
    width: calc(100% - 120px); 
    max-width: calc(100% - 120px);
}
.cusfixw100-128px{
    width: calc(100% - 128px);
    max-width: calc(100% - 128px);
}

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

.nav > .subnav{
    opacity: 0.0;
    filter: alpha(opacity=0);
    height: 0;
    display: none;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.nav:hover > .subnav{
    height: auto;
    opacity: 1.0;
    filter: alpha(opacity=100);
    display: block;
}


@media only screen and (min-width: 1001px){
    .banner01{
        background: url(../fimgs/indexbanner01m.jpg) center center no-repeat;
        background-size: contain;
    }
    .banner02{
        background: url(../fimgs/indexbanner02m.jpg) center center no-repeat;
        background-size: contain;
    }
    .banner03{
        background: url(../fimgs/indexbanner03m.jpg) center center no-repeat;
        background-size: contain;
    }
    .banner04{
        background: url(../fimgs/indexbanner04m.jpg) center center no-repeat;
        background-size: contain;
    }
    .indexbg01{
        background: url(../fimgs/indexbg01b.jpg), -webkit-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
        background: url(../fimgs/indexbg01b.jpg), -o-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
        background: url(../fimgs/indexbg01b.jpg), -moz-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
        background: url(../fimgs/indexbg01b.jpg), linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,1));
        background-position: center left, center center;
        background-repeat: no-repeat, no-repeat;
        background-size: contain, auto;
    }
    .indexbg02{
        background: url(../fimgs/indexbg02b.jpg), -webkit-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
        background: url(../fimgs/indexbg02b.jpg), -o-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
        background: url(../fimgs/indexbg02b.jpg), -moz-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
        background: url(../fimgs/indexbg02b.jpg), linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,1));
        background-position: center left, center center;
        background-repeat: no-repeat, no-repeat;
        background-size: contain, auto;
    }
    .maxblackoverflowdashb1::before{
        position: absolute;
        content: "";
        border-bottom: 2px dashed rgba(250,186,96,1);
        box-sizing: border-box;
        width: calc(100% - 240px);
        height: 0;
        top: calc(50% - 2px);
        left: 120px;
    }
    .step02bg::after, .step03bg::after, .step04bg::after{
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        left: -8px;
        top: calc(50% - 7px);
        border-style: solid;
        border-color: transparent transparent transparent rgba(250,186,96,1);
        border-width: 6px 0px 6px 10px;
    }
    .maxlightgraysolidr1{
        border-right: 1px solid rgba(225,225,225,1);
        box-sizing: border-box;
    }
}

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

@media only screen and (max-width: 1000px){
    .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;
    }
    .indexbg01{
        background: url(../fimgs/indexbg01s.jpg), -webkit-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
        background: url(../fimgs/indexbg01s.jpg), -o-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
        background: url(../fimgs/indexbg01s.jpg), -moz-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
        background: url(../fimgs/indexbg01s.jpg), linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,1));
        background-position: center top, center center;
        background-repeat: no-repeat, no-repeat;
        background-size: contain, auto;
    }
    .indexbg02{
        background: url(../fimgs/indexbg02s.jpg), -webkit-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
        background: url(../fimgs/indexbg02s.jpg), -o-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
        background: url(../fimgs/indexbg02s.jpg), -moz-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
        background: url(../fimgs/indexbg02s.jpg), linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,1));
        background-position: center top, center center;
        background-repeat: no-repeat, no-repeat;
        background-size: contain, auto;
    }
    .maxblackoverflowdashl1::before{
        position: absolute;
        content: "";
        border-left: 2px dashed rgba(250,186,96,1);
        box-sizing: border-box;
        height: calc(100% - 240px);
        width: 0;
        left: calc(50% - 2px);
        top: 120px;
    }
    .step02bg::after, .step03bg::after, .step04bg::after{
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        top: -8px;
        left: calc(50% - 7px);
        border-style: solid;
        border-color: rgba(250,186,96,1) transparent transparent transparent;
        border-width: 10px 6px 0px 6px;
    }
    .minlightgraysolidb1{
        border-bottom: 1px solid rgba(225,225,225,1);
        box-sizing: border-box;
    }
}