textarea{
    resize: none;
    min-height: 104px;
}
input{
    resize: none;
    min-height: 24px;
}
::-webkit-input-placeholder {
    font-size: 11px;
    color: rgba(135,135,135,1);
    Font-family: 'Noto Sans TC',Microsoft JhengHei,Verdana,sans-serif;
    font-weight: 300;
}
:-moz-placeholder {
    font-size: 11px;
    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: 11px;
    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: 11px;
    color: rgba(135,135,135,1);
    Font-family: 'Noto Sans TC',Microsoft JhengHei,Verdana,sans-serif;
    font-weight: 300;
}
:placeholder-shown {
    font-size: 11px;
    color: rgba(135,135,135,1);
    Font-family: 'Noto Sans TC',Microsoft JhengHei,Verdana,sans-serif;
    font-weight: 300;
}

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

.whitebg{
    background: rgba(255,255,255,1);
}
.yellowbg{
    background: rgba(254,249,168,1);
}
.lightyellowbg{
    background: rgba(255,252,216,1);
}
.pinkbg{
    background: rgba(244,156,159,1);
}
.orangebg{
    background: rgba(245,153,52,1);
}
.lightorangebg{
    background: rgba(241,205,143,1);
}
.lightgreenbg{
    background: rgba(201,225,156,1);
}
.midgreenbg{
    background: rgba(127,202,199,1);
}
.violetbg{
    background: rgba(196,143,189,1);
}
.lightpinkbg{
    background: rgba(251,215,216,1);
}

.pinkgradientbg{
    background: -webkit-linear-gradient(top, rgba(244,156,159,1), rgba(238,107,120,1));
    background: -o-linear-gradient(top, rgba(244,156,159,1), rgba(238,107,120,1));
    background: -moz-linear-gradient(top, rgba(244,156,159,1), rgba(238,107,120,1));
    background: linear-gradient(to bottom, rgba(244,156,159,1), rgba(238,107,120,1));
}

.indexdecbg01::before{
    content: "";
    position: absolute;
    background: url(../fimgs/indexdecimg01.png) left bottom no-repeat, url(../fimgs/indexdecimg02.png) right bottom no-repeat;
    background-size: auto, auto;
    width: calc(100% - 32px);
    height: 184px;
    bottom: 0;
    left: 16px;
}


.whitefont{
    color: rgba(255,255,255,1);
}
.blackfont{
    color: rgba(44,44,44,1);
}
.darkgrayfont{
    color: rgba(88,88,88,1);
}
.grayfont{
    color: rgba(200,200,200,1);
}
.pinkfont{
    color: rgba(238,107,120,1);
}
.darkpinkfont{
    color: rgba(167,77,82,1);
}
.yellowfont{
    color: rgba(254,249,168,1);
}
.orangefont{
    color: rgba(245,153,52,1);
}
.bluefont{
    color: rgba(0,81,143,1);
}

.pinktoyellowfont, .pinktoyellowfont:visited{
    color: rgba(238,107,120,1);
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}
.pinktoyellowfont:hover, .pinktoyellowfont:active{
    color: rgba(254,249,168,1);
}

.yellowsolidt4{
    border-top: 4px solid rgba(254,249,168,1);
}
.yellowsolidr1{
    border-right: 1px solid rgba(254,249,168,1);
}
.yellowsolid2{
    border: 2px solid rgba(254,249,168,1);
}
.whitesolid4{
    border: 4px solid rgba(255,255,255,1);
}
.blacksolidb1{
    border-bottom: 1px solid rgba(44,44,44,1);
}
.pinksolidb2{
    border-bottom: 2px solid rgba(238,107,120,1);
}
.orangesolidb2{
    border-bottom: 2px solid rgba(251,205,143,1);
}
.lightgraysolid2{
    border: 2px solid rgba(235,235,235,1);
}

.grayboxshadowlr4{
    box-shadow: 4px 0px 4px -3px rgba(225,225,225,1), -4px 0px 4px -3px rgba(225,225,225,1);
    -webkit-box-shadow: 4px 0px 4px -3px rgba(225,225,225,1), -4px 0px 4px -3px rgba(225,225,225,1);
}
.grayboxshadowtb4{
    box-shadow: 0px 4px 4px -3px rgba(225,225,225,1), 0px -4px 4px -3px rgba(225,225,225,1);
    -webkit-box-shadow: 0px 4px 4px -3px rgba(225,225,225,1), 0px -4px 4px -3px rgba(225,225,225,1);
}
.grayboxshadowrb4-3{
    box-shadow: 4px 4px 4px -3px rgba(185,185,185,1);
    -webkit-box-shadow: 4px 4px 4px -3px rgba(185,185,185,1);
}
.grayboxshadowb8-3{
    box-shadow: 0px 8px 8px -3px rgba(185,185,185,1);
    -webkit-box-shadow: 0px 8px 8px -3px rgba(185,185,185,1);
}
.grayboxshadowt8-9inset{
    box-shadow: 0px 8px 8px -9px rgba(105,105,105,1) inset;
    -webkit-box-shadow: 0px 8px 8px -9px rgba(105,105,105,1) inset;
}

.vhline::before, .vhline::after{
    content: "";
    position: absolute;
}
.vhline::before{
    width: 100%;
    height: 0;
    top: 50%;
    left: 0;
    border-bottom: 1px solid rgba(255,255,255,1);
}
.vhline::after{
    width: 0;
    height: 100%;
    top: 0;
    left: 50%;
    border-right: 1px solid rgba(255,255,255,1);
}

.liststyledecimal{
    list-style-type: decimal;
}

.cuspaddingtbr0l24px{
    padding: 0px 0px 0px 24px;
}

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

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

.woodstroketext01::before{
    content: "65歲以上失能老人";
    position: absolute;
    text-stroke: 7px rgba(153,109,61,1);
    -webkit-text-stroke: 7px rgba(153,109,61,1);
    font-size: 31px;
    line-height: 40px;
    letter-spacing: 4px;
    Font-family: 'Noto Sans TC',Microsoft JhengHei,Verdana,sans-serif;
}
.woodstroketext02::before{
    content: "55歲以上失能原住民";
    position: absolute;
    text-stroke: 7px rgba(153,109,61,1);
    -webkit-text-stroke: 7px rgba(153,109,61,1);
    font-size: 31px;
    line-height: 40px;
    letter-spacing: 4px;
    Font-family: 'Noto Sans TC',Microsoft JhengHei,Verdana,sans-serif;
}
.woodstroketext03::before{
    content: "失能身心障礙者";
    position: absolute;
    text-stroke: 7px rgba(153,109,61,1);
    -webkit-text-stroke: 7px rgba(153,109,61,1);
    font-size: 31px;
    line-height: 40px;
    letter-spacing: 4px;
    Font-family: 'Noto Sans TC',Microsoft JhengHei,Verdana,sans-serif;
}
.woodstroketext04::before{
    content: "50歲以上失智患者";
    position: absolute;
    text-stroke: 7px rgba(153,109,61,1);
    -webkit-text-stroke: 7px rgba(153,109,61,1);
    font-size: 31px;
    line-height: 40px;
    letter-spacing: 4px;
    Font-family: 'Noto Sans TC',Microsoft JhengHei,Verdana,sans-serif;
}
.woodstroketext05::before{
    content: "生活需他人照顧的獨居老人或衰弱老人";
    position: absolute;
    text-stroke: 7px rgba(153,109,61,1);
    -webkit-text-stroke: 7px rgba(153,109,61,1);
    font-size: 31px;
    line-height: 40px;
    letter-spacing: 4px;
    Font-family: 'Noto Sans TC',Microsoft JhengHei,Verdana,sans-serif;
}


@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;
    }
    .itembg{
        background: url(../fimgs/itembgm.jpg) bottom center no-repeat;
        background-size: cover;
    }
    .cusmaxw100-192px{
        max-width: calc(100% - 192px);
        width: calc(100% - 192px);
    }
    .cusmaxw176px{
        max-width: 176px;
        width: 176px;
    }
    .cusmaxw3-1-24{
        max-width: calc(100% / 3 - 23.99px); 
        width: calc(100% / 3 - 23.99px);
    }
    .cusmaxw5-1-24{
        max-width: calc(100% / 5 - 23.99px); 
        width: calc(100% / 5 - 23.99px);
    }
}

@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;
    }
    .itembg{
        background: url(../fimgs/itembgb.jpg) bottom center no-repeat;
        background-size: cover;
    }
}

@media only screen and (max-width: 1280px){
    .max1280yellowbg72{
        background: rgba(254,249,168,.72);
    }
}
@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;
    }
    .itembg{
        background: url(../fimgs/itembgs.jpg) bottom center no-repeat;
        background-size: cover;
    }
}
@media only screen and (max-width: 600px){
    .itembg{
        background: url(../fimgs/itembgmin.jpg) bottom center no-repeat;
        background-size: cover;
    }
}