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: 17px;
    line-height: 32px;
    letter-spacing: 1.6px;
    height: 32px;
}

.fmeng{
    font-family: 'Tenali Ramakrishna', '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);
}
.yellowbg{
    background: rgba(255,205,111,1);
}
.ricebg{
    background: rgba(254,254,246,1);
}
.orangebg{
    background: rgba(243,146,78,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));
}
.whitetolightyellowttobbg{
    background: -webkit-linear-gradient(top, rgba(255,255,255,1), rgba(252,252,206,1));
    background: -o-linear-gradient(top, rgba(255,255,255,1), rgba(252,252,206,1));
    background: -moz-linear-gradient(top, rgba(255,255,255,1), rgba(252,252,206,1));
    background: linear-gradient(to bottom, rgba(255,255,255,1), rgba(252,252,206,1));
}
.yellowgradientttobbg{
    background: -webkit-linear-gradient(top, rgba(255,241,105,1), rgba(252,217,85,1));
    background: -o-linear-gradient(top, rgba(255,241,105,1), rgba(252,217,85,1));
    background: -moz-linear-gradient(top, rgba(255,241,105,1), rgba(252,217,85,1));
    background: linear-gradient(to bottom, rgba(255,241,105,1), rgba(252,217,85,1));
}
.skintosakuragradientttobbg{
    background: -webkit-linear-gradient(top, rgba(254,254,246,1), rgba(254,221,204,1) 92%);
    background: -o-linear-gradient(top, rgba(254,254,246,1), rgba(254,221,204,1) 92%);
    background: -moz-linear-gradient(top, rgba(254,254,246,1), rgba(254,221,204,1) 92%);
    background: linear-gradient(to bottom, rgba(254,254,246,1), rgba(254,221,204,1) 92%);
}
.goldgradientttobbg{
    background: -webkit-linear-gradient(top, rgba(240,173,78,1), rgba(227,149,52,1) 92%);
    background: -o-linear-gradient(top, rgba(240,173,78,1), rgba(227,149,52,1) 92%);
    background: -moz-linear-gradient(top, rgba(240,173,78,1), rgba(227,149,52,1) 92%);
    background: linear-gradient(to bottom, rgba(240,173,78,1), rgba(227,149,52,1) 92%);
}
.yellowtogoldttobbg{
    background: #FC04FC;
}
.lightyellowtoorangegradientttobbg{
    background: -webkit-linear-gradient(top, rgba(254,248,217,1) 64%, rgba(233,181,111,1) 92%);
    background: -o-linear-gradient(top, rgba(254,248,217,1) 64%, rgba(233,181,111,1) 92%);
    background: -moz-linear-gradient(top, rgba(254,248,217,1) 64%, rgba(233,181,111,1) 92%);
    background: linear-gradient(to bottom, rgba(254,248,217,1) 64%, rgba(233,181,111,1) 92%);
}
.privacybg01{
    background: url(../fimgs/privacybg01.png), -webkit-linear-gradient(top, rgba(255,255,255,1), rgba(252,252,206,1));
    background: url(../fimgs/privacybg01.png), -o-linear-gradient(top, rgba(255,255,255,1), rgba(252,252,206,1));
    background: url(../fimgs/privacybg01.png), -moz-linear-gradient(top, rgba(255,255,255,1), rgba(252,252,206,1));
    background: url(../fimgs/privacybg01.png), linear-gradient(to bottom, rgba(255,255,255,1), rgba(252,252,206,1));
    background-size: auto, auto;
    background-repeat: repeat, no-repeat;
    background-position: center top, center top;
}

.lightgoldgradienttxt{
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 16%, rgba(243,192,83,1) 98%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 16%, rgba(243,192,83,1) 98%);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 16%, rgba(243,192,83,1) 98%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 16%, rgba(243,192,83,1) 98%);
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}
.goldgradienttxt{
    background: -webkit-linear-gradient(top, rgba(244,227,149,1) 16%, rgba(245,167,78,1) 98%);
    background: -o-linear-gradient(top, rgba(244,227,149,1) 16%, rgba(245,167,78,1) 98%);
    background: -moz-linear-gradient(top, rgba(244,227,149,1) 16%, rgba(245,167,78,1) 98%);
    background: linear-gradient(to bottom, rgba(244,227,149,1) 16%, rgba(245,167,78,1) 98%);
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}
.logotxt01::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    color: rgba(89,76,68,1);
    font-size: 37px;
    line-height: 40px;
    font-weight: 900;
    text-shadow: 0px 4px 4px rgba(150,150,150,1);
    -webkit-text-stroke: 4px rgba(89,76,68,1);
    text-stroke: 4px rgba(89,76,68,1);
    font-family: 'Noto Sans TC', Microsoft JhengHei, Verdana, sans-serif;
}
.logotxt02::before{
    content: "您最可靠的夥伴";
    position: absolute;
    top: 0;
    left: 0;
    color: rgba(89,76,68,1);
    font-size: 43px;
    line-height: 48px;
    font-weight: 900;
    text-shadow: 0px 4px 4px rgba(150,150,150,1);
    -webkit-text-stroke: 4px rgba(89,76,68,1);
    text-stroke: 4px rgba(89,76,68,1);
    font-family: 'Noto Sans TC', Microsoft JhengHei, Verdana, sans-serif;
}
.servicetxt01::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    color: rgba(255,255,255,1);
    font-size: 37px;
    line-height: 40px;
    font-weight: 900;
    text-shadow: 0px 4px 4px rgba(150,150,150,1);
    -webkit-text-stroke: 4px rgba(255,255,255,1);
    text-stroke: 4px rgba(255,255,255,1);
    font-family: 'Noto Sans TC', Microsoft JhengHei, Verdana, sans-serif;
}
.servicepromisetxt01::before{
    content: "免留車\a借款";
    position: absolute;
    top: 0;
    left: 0;
    color: rgba(82,42,0,1);
    font-size: 27px;
    line-height: 40px;
    font-weight: 900;
    -webkit-text-stroke: 5px rgba(82,42,0,1);
    text-stroke: 5px rgba(82,42,0,1);
    font-family: 'Noto Sans TC', Microsoft JhengHei, Verdana, sans-serif;
    white-space: pre;
}
.servicepromisetxt02::before{
    content: "一分鐘\a知道額度";
    position: absolute;
    top: 0;
    left: 0;
    color: rgba(82,42,0,1);
    font-size: 27px;
    line-height: 40px;
    font-weight: 900;
    -webkit-text-stroke: 5px rgba(82,42,0,1);
    text-stroke: 5px rgba(82,42,0,1);
    font-family: 'Noto Sans TC', Microsoft JhengHei, Verdana, sans-serif;
    white-space: pre;
}
.servicepromisetxt03::before{
    content: "超低利率";
    position: absolute;
    top: 0;
    left: 0;
    color: rgba(82,42,0,1);
    font-size: 27px;
    line-height: 40px;
    font-weight: 900;
    -webkit-text-stroke: 5px rgba(82,42,0,1);
    text-stroke: 5px rgba(82,42,0,1);
    font-family: 'Noto Sans TC', Microsoft JhengHei, Verdana, sans-serif;
    white-space: pre;
}
.servicepromisetxt04::before{
    content: "隨時\a可借可還";
    position: absolute;
    top: 0;
    left: 0;
    color: rgba(82,42,0,1);
    font-size: 27px;
    line-height: 40px;
    font-weight: 900;
    -webkit-text-stroke: 5px rgba(82,42,0,1);
    text-stroke: 5px rgba(82,42,0,1);
    font-family: 'Noto Sans TC', Microsoft JhengHei, Verdana, sans-serif;
    white-space: pre;
}
.servicepromisetxt05::before{
    content: "撥款迅速\a救急三點半";
    position: absolute;
    top: 0;
    left: 0;
    color: rgba(82,42,0,1);
    font-size: 27px;
    line-height: 40px;
    font-weight: 900;
    -webkit-text-stroke: 5px rgba(82,42,0,1);
    text-stroke: 5px rgba(82,42,0,1);
    font-family: 'Noto Sans TC', Microsoft JhengHei, Verdana, sans-serif;
    white-space: pre;
}
.servicepromisetxt06::before{
    content: "誠信至上";
    position: absolute;
    top: 0;
    left: 0;
    color: rgba(82,42,0,1);
    font-size: 27px;
    line-height: 40px;
    font-weight: 900;
    -webkit-text-stroke: 5px rgba(82,42,0,1);
    text-stroke: 5px rgba(82,42,0,1);
    font-family: 'Noto Sans TC', Microsoft JhengHei, Verdana, sans-serif;
    white-space: pre;
}
.servicepromisetxt07::before{
    content: "十分鐘\a資金到手";
    position: absolute;
    top: 0;
    left: 0;
    color: rgba(82,42,0,1);
    font-size: 27px;
    line-height: 40px;
    font-weight: 900;
    -webkit-text-stroke: 5px rgba(82,42,0,1);
    text-stroke: 5px rgba(82,42,0,1);
    font-family: 'Noto Sans TC', Microsoft JhengHei, Verdana, sans-serif;
    white-space: pre;
}
.servicepromisetxt08::before{
    content: "免費諮詢\a滿意再借";
    position: absolute;
    top: 0;
    left: 0;
    color: rgba(82,42,0,1);
    font-size: 27px;
    line-height: 40px;
    font-weight: 900;
    -webkit-text-stroke: 5px rgba(82,42,0,1);
    text-stroke: 5px rgba(82,42,0,1);
    font-family: 'Noto Sans TC', Microsoft JhengHei, Verdana, sans-serif;
    white-space: pre;
}
.servicepromisetxt09::before{
    content: "經驗豐富\a專業服務";
    position: absolute;
    top: 0;
    left: 0;
    color: rgba(82,42,0,1);
    font-size: 27px;
    line-height: 40px;
    font-weight: 900;
    -webkit-text-stroke: 5px rgba(82,42,0,1);
    text-stroke: 5px rgba(82,42,0,1);
    font-family: 'Noto Sans TC', Microsoft JhengHei, Verdana, sans-serif;
    white-space: pre;
}
.servicepromisetxt10::before{
    content: "不限\a坪數屋齡";
    position: absolute;
    top: 0;
    left: 0;
    color: rgba(82,42,0,1);
    font-size: 27px;
    line-height: 40px;
    font-weight: 900;
    -webkit-text-stroke: 5px rgba(82,42,0,1);
    text-stroke: 5px rgba(82,42,0,1);
    font-family: 'Noto Sans TC', Microsoft JhengHei, Verdana, sans-serif;
    white-space: pre;
}
.servicepromisetxt11::before{
    content: "提早結清\a無違約金";
    position: absolute;
    top: 0;
    left: 0;
    color: rgba(82,42,0,1);
    font-size: 27px;
    line-height: 40px;
    font-weight: 900;
    -webkit-text-stroke: 5px rgba(82,42,0,1);
    text-stroke: 5px rgba(82,42,0,1);
    font-family: 'Noto Sans TC', Microsoft JhengHei, Verdana, sans-serif;
    white-space: pre;
}
.servicepromisetxt12::before{
    content: "輕鬆還款";
    position: absolute;
    top: 0;
    left: 0;
    color: rgba(82,42,0,1);
    font-size: 27px;
    line-height: 40px;
    font-weight: 900;
    -webkit-text-stroke: 5px rgba(82,42,0,1);
    text-stroke: 5px rgba(82,42,0,1);
    font-family: 'Noto Sans TC', Microsoft JhengHei, Verdana, sans-serif;
    white-space: pre;
}
.servicepromisetxt13::before{
    content: "高額低利\a絕對保密";
    position: absolute;
    top: 0;
    left: 0;
    color: rgba(82,42,0,1);
    font-size: 27px;
    line-height: 40px;
    font-weight: 900;
    -webkit-text-stroke: 5px rgba(82,42,0,1);
    text-stroke: 5px rgba(82,42,0,1);
    font-family: 'Noto Sans TC', Microsoft JhengHei, Verdana, sans-serif;
    white-space: pre;
}
.servicepromisetxt14::before{
    content: "免保人\a當天撥款";
    position: absolute;
    top: 0;
    left: 0;
    color: rgba(82,42,0,1);
    font-size: 27px;
    line-height: 40px;
    font-weight: 900;
    -webkit-text-stroke: 5px rgba(82,42,0,1);
    text-stroke: 5px rgba(82,42,0,1);
    font-family: 'Noto Sans TC', Microsoft JhengHei, Verdana, sans-serif;
    white-space: pre;
}
.servicepromisetxt15::before{
    content: "額度高\a專業鑑價";
    position: absolute;
    top: 0;
    left: 0;
    color: rgba(82,42,0,1);
    font-size: 27px;
    line-height: 40px;
    font-weight: 900;
    -webkit-text-stroke: 5px rgba(82,42,0,1);
    text-stroke: 5px rgba(82,42,0,1);
    font-family: 'Noto Sans TC', Microsoft JhengHei, Verdana, sans-serif;
    white-space: pre;
}
.privacytxt01::before{
    content: "新北三重";
    position: absolute;
    top: 0;
    left: 0;
    color: rgba(89,76,68,1);
    font-size: 37px;
    line-height: 40px;
    font-weight: 900;
    text-shadow: 0px 4px 4px rgba(150,150,150,1);
    -webkit-text-stroke: 4px rgba(89,76,68,1);
    text-stroke: 4px rgba(89,76,68,1);
    font-family: 'Noto Sans TC', Microsoft JhengHei, Verdana, sans-serif;
}
.hoveryellowtolightyellowbg, .hoveryellowtolightyellowbg:visited{
    background: rgba(252,219,136,.001);
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}
.hoveryellowtolightyellowbg:hover, .hoveryellowtolightyellowbg:active{
    background: rgba(252,219,136,1);
}

.whitefont{
    color: rgba(255,255,255,1);
}
.lightyellowfont{
    color: rgba(255,247,157,1);
}
.brownfont{
    color: rgba(89,76,68,1);
}
.lightbrownfont{
    color: rgba(177,136,84,1);
}
.orangeredfont{
    color: rgba(218,86,54,1);
}
.grayfont{
    color: rgba(110,110,110,1);
}
.blackfont{
    color: rgba(68,68,68,1);
}
.whitetolightyellowfont, .whitetolightyellowfont:visited{
    color: rgba(255,255,255,1);
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}
.whitetolightyellowfont:hover, .whitetolightyellowfont:active{
    color: rgba(255,247,157,1);
}

.lightyellowsolidt2{
    border-top: 2px solid rgba(255,247,157,1);
}
.lightyellowsolidb2{
    border-bottom: 2px solid rgba(255,247,157,1);
}
.yellowsolidb2{
    border-bottom: 2px solid rgba(255,205,111,1);
}
.lightgraysolidb1{
    border-bottom: 1px solid rgba(205,205,205,1);
}
.whitedotr1{
    border-right: 1px dotted rgba(255,255,255,1);
}
.whitedotl1{
    border-left: 1px dotted rgba(255,255,255,1);
}
.whitesolid1{
    border: 1px solid rgba(255,255,255,1);
}
.lightyellowsolid1{
    border: 1px solid rgba(255,247,157,1);
}
.orangesolid1{
    border: 1px solid rgba(233,181,111,1);
}
.orangesolid2{
    border: 2px solid rgba(233,181,111,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);
}
.grayboxshadowtb8{
    box-shadow: 0px 8px 8px -7px rgba(150,150,150,1), 0px -8px 8px -7px rgba(150,150,150,1);
    -webkit-box-shadow: 0px 8px 8px -7px rgba(150,150,150,1), 0px -8px 8px -7px rgba(150,150,150,1);
}

.grayboxshadowt8{
    box-shadow: 0px -8px 8px -7px rgba(150,150,150,1);
    -webkit-box-shadow: 0px -8px 8px -7px rgba(150,150,150,1);
}
.grayboxshadowb8{
    box-shadow: 0px 8px 8px -7px rgba(150,150,150,1);
    -webkit-box-shadow: 0px 8px 8px -7px rgba(150,150,150,1);
}
.grayboxshadowrb4{
    box-shadow: 4px 4px 4px -3px rgba(150,150,150,1);
    -webkit-box-shadow: 4px 4px 4px -3px rgba(150,150,150,1);
}
.grayboxshadow8{
    box-shadow: 0px 0px 8px -3px rgba(150,150,150,1);
    -webkit-box-shadow: 0px 0px 8px -3px rgba(150,150,150,1);
}
.graytextshadow2{
    text-shadow: 2px 2px 1px rgba(150,150,150,1);
}

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

.custop3-1{
    top: calc(100% / 3);
}
.cusmaxwh40px{
    width: 40px;
    height: 40px;
}
.cusmaxwh120px{
    width: 120px;
    height: 120px;
}
.cusmaxh320px{
    height: 320px;
    max-height: 320px;
}
.cusmaxw48px{
    width: 48px;
    max-width: 48px;
}
.cusmaxw64px{
    width: 64px;
    max-width: 64px;
}
.cusmaxw136px{
    width: 136px;
    max-width: 136px;
}
.cusmaxw100-56px{
    width: calc(100% - 56px);
    max-width: calc(100% - 56px);
}
.cusmaxw100-64px{
    width: calc(100% - 72px);
    max-width: calc(100% - 72px);
}
.cusmaxw100-144px{
    width: calc(100% - 144px);
    max-width: calc(100% - 144px);
}

.cusliststylecjk{
    list-style-type: cjk-ideographic;
    padding-left: 40px;
    max-width: calc(100% - 40px);
}

.cusmaxfs43lh48{
    font-size: 20px;
    line-height: 48px;
    padding: 0 10%;
}
@media only screen and (max-width: 1200px){
    iframe{
        max-width: 100%;
    }
}
@media only screen and (min-width: 1201px){
    .max1201dpb{
        display: block;
    }
    .max1201hidden{
        display: none;
    }
    .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;
    }
    .indexbg01{
        background: -webkit-linear-gradient(top, rgba(254,221,204,1), rgba(254,221,204,.001) 92%), url(../fimgs/indexbg01002.jpg), -webkit-linear-gradient(top, rgba(254,221,204,1), rgba(254,221,204,1) 92%);
        background: -o-linear-gradient(top, rgba(254,221,204,1), rgba(254,221,204,.001) 92%), url(../fimgs/indexbg01002.jpg), -o-linear-gradient(top, rgba(254,221,204,1), rgba(254,221,204,1) 92%);
        background: -moz-linear-gradient(top, rgba(254,221,204,1), rgba(254,221,204,.001) 92%), url(../fimgs/indexbg01002.jpg), -moz-linear-gradient(top, rgba(254,221,204,1), rgba(254,221,204,1) 92%);
        background: linear-gradient(to bottom, rgba(254,221,204,1), rgba(254,221,204,.001) 92%), url(../fimgs/indexbg01002.jpg), linear-gradient(to bottom, rgba(254,221,204,1), rgba(254,221,204,1) 92%);
        background-size: 100% 40px, 100% auto, auto;
        background-position: top center, bottom center, center center;
        background-repeat: no-repeat, no-repeat, no-repeat;
    }
    .servicebg{
        background: url(../fimgs/servicebg01002.jpg), -webkit-linear-gradient(top, rgba(255,248,230,1), rgba(255,248,230,1));
        background: url(../fimgs/servicebg01002.jpg), -o-linear-gradient(top, rgba(255,248,230,1), rgba(255,248,230,1));
        background: url(../fimgs/servicebg01002.jpg), -moz-linear-gradient(top, rgba(255,248,230,1), rgba(255,248,230,1));
        background: url(../fimgs/servicebg01002.jpg), linear-gradient(to bottom, rgba(255,248,230,1), rgba(255,248,230,1));
        background-size: cover, auto;
        background-position: center center, center center;
        background-repeat: no-repeat, no-repeat;
    }
    .pinkline01::before{
        content: "";
        height: 96px;
        width: 8px;
        line-height: 0px;
        position: absolute;
        background: rgba(255,170,167,1);
        border: 4px solid rgba(255,255,255,1);
        bottom: 0px;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        bottom: 0;
        left: 0;
        transform:translate(0px,0px) rotate(-45deg);
        -webkit-transform:translate(0px,0px) rotate(-45deg);
    }
    .pinkline01::after{
        content: "";
        height: 96px;
        width: 8px;
        line-height: 0px;
        position: absolute;
        background: rgba(255,170,167,1);
        border: 4px solid rgba(255,255,255,1);
        bottom: 0px;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        bottom: 0;
        right: 0;
        transform:translate(0px,0px) rotate(45deg);
        -webkit-transform:translate(0px,0px) rotate(45deg);
    }
    .pinkline02::before{
        content: "";
        height: 168px;
        width: 8px;
        line-height: 0px;
        position: absolute;
        background: rgba(255,170,167,1);
        border: 4px solid rgba(255,255,255,1);
        bottom: 0px;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        bottom: 0;
        left: 40px;
        transform:translate(0px,0px) rotate(-30deg);
        -webkit-transform:translate(0px,0px) rotate(-30deg);
    }
    .pinkline02::after{
        content: "";
        height: 168px;
        width: 8px;
        line-height: 0px;
        position: absolute;
        background: rgba(255,170,167,1);
        border: 4px solid rgba(255,255,255,1);
        bottom: 0px;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        bottom: 0;
        right: 40px;
        transform:translate(0px,0px) rotate(30deg);
        -webkit-transform:translate(0px,0px) rotate(30deg);
    }
    .cusmaxfs43lh48{
        font-size: 20px;
        line-height: 48px;
        padding: 0 10%;
    }
    .cusmaxfs33lh40{
        font-size: 33px;
        line-height: 40px;
    }
    footer aside{
        max-width: 1000px !important;
    }
    .cusmaxfs49lh56{
        font-size: 49px;
        line-height: 56px;
    }
    .logotxt01::before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        color: rgba(89,76,68,1);
        font-size: 43px;
        line-height: 48px;
        font-weight: 900;
        text-shadow: 0px 4px 4px rgba(150,150,150,1);
        -webkit-text-stroke: 4px rgba(89,76,68,1);
        text-stroke: 4px rgba(89,76,68,1);
        font-family: 'Noto Sans TC', Microsoft JhengHei, Verdana, sans-serif;
    }
    .logotxt02::before{
        content: "您最可靠的夥伴";
        position: absolute;
        top: 0;
        left: 0;
        color: rgba(89,76,68,1);
        font-size: 49px;
        line-height: 56px;
        font-weight: 900;
        text-shadow: 0px 4px 4px rgba(150,150,150,1);
        -webkit-text-stroke: 4px rgba(89,76,68,1);
        text-stroke: 4px rgba(89,76,68,1);
        font-family: 'Noto Sans TC', Microsoft JhengHei, Verdana, sans-serif;
    }
    .servicetxt01::before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        color: rgba(255,255,255,1);
        font-size: 43px;
        line-height: 48px;
        font-weight: 900;
        text-shadow: 0px 4px 4px rgba(150,150,150,1);
        -webkit-text-stroke: 4px rgba(255,255,255,1);
        text-stroke: 4px rgba(255,255,255,1);
        font-family: 'Noto Sans TC', Microsoft JhengHei, Verdana, sans-serif;
    }
    .servicepromisetxt01::before{
        content: "免留車\a借款";
        position: absolute;
        top: 0;
        left: 0;
        color: rgba(82,42,0,1);
        font-size: 33px;
        line-height: 40px;
        font-weight: 900;
        -webkit-text-stroke: 6px rgba(82,42,0,1);
        text-stroke: 6px rgba(82,42,0,1);
        font-family: 'Noto Sans TC', Microsoft JhengHei, Verdana, sans-serif;
        white-space: pre;
    }
    .servicepromisetxt02::before{
        content: "一分鐘\a知道額度";
        position: absolute;
        top: 0;
        left: 0;
        color: rgba(82,42,0,1);
        font-size: 33px;
        line-height: 40px;
        font-weight: 900;
        -webkit-text-stroke: 5px rgba(82,42,0,1);
        text-stroke: 5px rgba(82,42,0,1);
        font-family: 'Noto Sans TC', Microsoft JhengHei, Verdana, sans-serif;
        white-space: pre;
    }
    .servicepromisetxt03::before{
        content: "超低利率";
        position: absolute;
        top: 0;
        left: 0;
        color: rgba(82,42,0,1);
        font-size: 33px;
        line-height: 40px;
        font-weight: 900;
        -webkit-text-stroke: 5px rgba(82,42,0,1);
        text-stroke: 5px rgba(82,42,0,1);
        font-family: 'Noto Sans TC', Microsoft JhengHei, Verdana, sans-serif;
        white-space: pre;
    }
    .servicepromisetxt04::before{
        content: "隨時\a可借可還";
        position: absolute;
        top: 0;
        left: 0;
        color: rgba(82,42,0,1);
        font-size: 33px;
        line-height: 40px;
        font-weight: 900;
        -webkit-text-stroke: 6px rgba(82,42,0,1);
        text-stroke: 6px rgba(82,42,0,1);
        font-family: 'Noto Sans TC', Microsoft JhengHei, Verdana, sans-serif;
        white-space: pre;
    }
    .servicepromisetxt05::before{
        content: "撥款迅速\a救急三點半";
        position: absolute;
        top: 0;
        left: 0;
        color: rgba(82,42,0,1);
        font-size: 33px;
        line-height: 40px;
        font-weight: 900;
        -webkit-text-stroke: 6px rgba(82,42,0,1);
        text-stroke: 6px rgba(82,42,0,1);
        font-family: 'Noto Sans TC', Microsoft JhengHei, Verdana, sans-serif;
        white-space: pre;
    }
    .servicepromisetxt06::before{
        content: "誠信至上";
        position: absolute;
        top: 0;
        left: 0;
        color: rgba(82,42,0,1);
        font-size: 33px;
        line-height: 40px;
        font-weight: 900;
        -webkit-text-stroke: 5px rgba(82,42,0,1);
        text-stroke: 5px rgba(82,42,0,1);
        font-family: 'Noto Sans TC', Microsoft JhengHei, Verdana, sans-serif;
        white-space: pre;
    }
    .servicepromisetxt07::before{
        content: "十分鐘\a資金到手";
        position: absolute;
        top: 0;
        left: 0;
        color: rgba(82,42,0,1);
        font-size: 33px;
        line-height: 40px;
        font-weight: 900;
        -webkit-text-stroke: 6px rgba(82,42,0,1);
        text-stroke: 6px rgba(82,42,0,1);
        font-family: 'Noto Sans TC', Microsoft JhengHei, Verdana, sans-serif;
        white-space: pre;
    }
    .servicepromisetxt08::before{
        content: "免費諮詢\a滿意再借";
        position: absolute;
        top: 0;
        left: 0;
        color: rgba(82,42,0,1);
        font-size: 33px;
        line-height: 40px;
        font-weight: 900;
        -webkit-text-stroke: 6px rgba(82,42,0,1);
        text-stroke: 6px rgba(82,42,0,1);
        font-family: 'Noto Sans TC', Microsoft JhengHei, Verdana, sans-serif;
        white-space: pre;
    }
    .servicepromisetxt09::before{
        content: "經驗豐富\a專業服務";
        position: absolute;
        top: 0;
        left: 0;
        color: rgba(82,42,0,1);
        font-size: 33px;
        line-height: 40px;
        font-weight: 900;
        -webkit-text-stroke: 6px rgba(82,42,0,1);
        text-stroke: 6px rgba(82,42,0,1);
        font-family: 'Noto Sans TC', Microsoft JhengHei, Verdana, sans-serif;
        white-space: pre;
    }
    .servicepromisetxt10::before{
        content: "不限\a坪數屋齡";
        position: absolute;
        top: 0;
        left: 0;
        color: rgba(82,42,0,1);
        font-size: 33px;
        line-height: 40px;
        font-weight: 900;
        -webkit-text-stroke: 6px rgba(82,42,0,1);
        text-stroke: 6px rgba(82,42,0,1);
        font-family: 'Noto Sans TC', Microsoft JhengHei, Verdana, sans-serif;
        white-space: pre;
    }
    .servicepromisetxt11::before{
        content: "提早結清\a無違約金";
        position: absolute;
        top: 0;
        left: 0;
        color: rgba(82,42,0,1);
        font-size: 33px;
        line-height: 40px;
        font-weight: 900;
        -webkit-text-stroke: 6px rgba(82,42,0,1);
        text-stroke: 6px rgba(82,42,0,1);
        font-family: 'Noto Sans TC', Microsoft JhengHei, Verdana, sans-serif;
        white-space: pre;
    }
    .servicepromisetxt12::before{
        content: "輕鬆還款";
        position: absolute;
        top: 0;
        left: 0;
        color: rgba(82,42,0,1);
        font-size: 33px;
        line-height: 40px;
        font-weight: 900;
        -webkit-text-stroke: 6px rgba(82,42,0,1);
        text-stroke: 6px rgba(82,42,0,1);
        font-family: 'Noto Sans TC', Microsoft JhengHei, Verdana, sans-serif;
        white-space: pre;
    }
    .servicepromisetxt13::before{
        content: "高額低利\a絕對保密";
        position: absolute;
        top: 0;
        left: 0;
        color: rgba(82,42,0,1);
        font-size: 33px;
        line-height: 40px;
        font-weight: 900;
        -webkit-text-stroke: 6px rgba(82,42,0,1);
        text-stroke: 6px rgba(82,42,0,1);
        font-family: 'Noto Sans TC', Microsoft JhengHei, Verdana, sans-serif;
        white-space: pre;
    }
    .servicepromisetxt14::before{
        content: "免保人\a當天撥款";
        position: absolute;
        top: 0;
        left: 0;
        color: rgba(82,42,0,1);
        font-size: 33px;
        line-height: 40px;
        font-weight: 900;
        -webkit-text-stroke: 6px rgba(82,42,0,1);
        text-stroke: 6px rgba(82,42,0,1);
        font-family: 'Noto Sans TC', Microsoft JhengHei, Verdana, sans-serif;
        white-space: pre;
    }
    .servicepromisetxt15::before{
        content: "額度高\a專業鑑價";
        position: absolute;
        top: 0;
        left: 0;
        color: rgba(82,42,0,1);
        font-size: 33px;
        line-height: 40px;
        font-weight: 900;
        -webkit-text-stroke: 6px rgba(82,42,0,1);
        text-stroke: 6px rgba(82,42,0,1);
        font-family: 'Noto Sans TC', Microsoft JhengHei, Verdana, sans-serif;
        white-space: pre;
    }
    .privacytxt01::before{
        content: "新北三重";
        position: absolute;
        top: 0;
        left: 0;
        color: rgba(89,76,68,1);
        font-size: 43px;
        line-height: 48px;
        font-weight: 900;
        text-shadow: 0px 4px 4px rgba(150,150,150,1);
        -webkit-text-stroke: 4px rgba(89,76,68,1);
        text-stroke: 4px rgba(89,76,68,1);
        font-family: 'Noto Sans TC', Microsoft JhengHei, Verdana, sans-serif;
    }
    .cusmaxorangereddeltaltor::before{
        position: absolute;
        content: "";
        left: calc(100% + 12px);
        width: 24px;
        height: 8px;
        background: rgba(218,86,54,1);
        top: calc(50% - 4px);
    }
    .cusmaxorangereddeltaltor::after{
        position: absolute;
        content: "";
        left: calc(100% + 30px);
        top: calc(50% - 8px);
        border-width: 8px 0px 8px 12px;
        border-color: transparent transparent transparent rgba(218,86,54,1);
        border-style: solid;
    }
    .cusmaxorangesolidr1{
        border-right: 1px solid rgba(233,181,111,1);
    }
}

@media only screen and (min-width: 1301px){
    .max1301dpb{
        display: block;
    }
    .max1301hidden{
        display: none;
    }
    .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;
    }
    .indexbg01{
        background: -webkit-linear-gradient(top, rgba(254,221,204,1), rgba(254,221,204,.001) 92%), url(../fimgs/indexbg01001.jpg), -webkit-linear-gradient(top, rgba(254,221,204,1), rgba(254,221,204,1) 92%);
        background: -o-linear-gradient(top, rgba(254,221,204,1), rgba(254,221,204,.001) 92%), url(../fimgs/indexbg01001.jpg), -o-linear-gradient(top, rgba(254,221,204,1), rgba(254,221,204,1) 92%);
        background: -moz-linear-gradient(top, rgba(254,221,204,1), rgba(254,221,204,.001) 92%), url(../fimgs/indexbg01001.jpg), -moz-linear-gradient(top, rgba(254,221,204,1), rgba(254,221,204,1) 92%);
        background: linear-gradient(to bottom, rgba(254,221,204,1), rgba(254,221,204,.001) 92%), url(../fimgs/indexbg01001.jpg), linear-gradient(to bottom, rgba(254,221,204,1), rgba(254,221,204,1) 92%);
        background-size: 100% 40px, 100% auto, auto;
        background-position: top center, bottom center, center center;
        background-repeat: no-repeat, no-repeat, no-repeat;
    }
    .servicebg{
        background: url(../fimgs/servicebg01001.jpg), -webkit-linear-gradient(top, rgba(255,248,230,1), rgba(255,248,230,1));
        background: url(../fimgs/servicebg01001.jpg), -o-linear-gradient(top, rgba(255,248,230,1), rgba(255,248,230,1));
        background: url(../fimgs/servicebg01001.jpg), -moz-linear-gradient(top, rgba(255,248,230,1), rgba(255,248,230,1));
        background: url(../fimgs/servicebg01001.jpg), linear-gradient(to bottom, rgba(255,248,230,1), rgba(255,248,230,1));
        background-size: cover, auto;
        background-position: center center, center center;
        background-repeat: no-repeat, no-repeat;
    }
}
@media only screen and (max-width: 1200px){
    .cus1200maxw96px{
        width: 96px;
        max-width: 96px;
    }
    .cus1200maxw100-96px{
        width: calc(100% - 96px);
        max-width: calc(100% - 96px);
    }
    .cus1200bottom64px{
        bottom: 64px;
    }
    .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;
    }
    .indexbg01{
        background: url(../fimgs/indexbg01003.jpg), -webkit-linear-gradient(top, rgba(254,221,204,1), rgba(254,221,204,1) 92%);
        background: url(../fimgs/indexbg01003.jpg), -o-linear-gradient(top, rgba(254,221,204,1), rgba(254,221,204,1) 92%);
        background: url(../fimgs/indexbg01003.jpg), -moz-linear-gradient(top, rgba(254,221,204,1), rgba(254,221,204,1) 92%);
        background: url(../fimgs/indexbg01003.jpg), linear-gradient(to bottom, rgba(254,221,204,1), rgba(254,221,204,1) 92%);
        background-size: 100% auto, auto;
        background-position: bottom center, center center;
        background-repeat: no-repeat, no-repeat;
    }
    .servicebg{
        background: url(../fimgs/servicebg01003.jpg), -webkit-linear-gradient(top, rgba(255,248,230,1), rgba(255,248,230,1));
        background: url(../fimgs/servicebg01003.jpg), -o-linear-gradient(top, rgba(255,248,230,1), rgba(255,248,230,1));
        background: url(../fimgs/servicebg01003.jpg), -moz-linear-gradient(top, rgba(255,248,230,1), rgba(255,248,230,1));
        background: url(../fimgs/servicebg01003.jpg), linear-gradient(to bottom, rgba(255,248,230,1), rgba(255,248,230,1));
        background-size: cover, auto;
        background-position: center center, center center;
        background-repeat: no-repeat, no-repeat;
    }
    .cusminflexorder1{
        order: 1;
        -webkit-order: 1;
    }
    .cusminflexorder2{
        order: 2;
        -webkit-order: 2;
    }
    .cusminflexorder3{
        order: 3;
        -webkit-order: 3;
    }
    .cusmin1200maxh240px{
        height: 240px;
        max-height: 240px;
    }
    .cusmin1200browndotr1{
        border-right: 1px dotted rgba(89,76,68,1);
    }
    .cusmin1200browndott1{
        border-top: 1px dotted rgba(89,76,68,1);
    }
}

@media only screen and (max-width: 600px){
    .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;
    }
    .indexbg01{
        background: url(../fimgs/indexbg01004.jpg), -webkit-linear-gradient(top, rgba(254,221,204,1), rgba(254,221,204,1) 92%);
        background: url(../fimgs/indexbg01004.jpg), -o-linear-gradient(top, rgba(254,221,204,1), rgba(254,221,204,1) 92%);
        background: url(../fimgs/indexbg01004.jpg), -moz-linear-gradient(top, rgba(254,221,204,1), rgba(254,221,204,1) 92%);
        background: url(../fimgs/indexbg01004.jpg), linear-gradient(to bottom, rgba(254,221,204,1), rgba(254,221,204,1) 92%);
        background-size: 100% auto, auto;
        background-position: bottom center, center center;
        background-repeat: no-repeat, no-repeat;
    }
    .servicebg{
        background: url(../fimgs/servicebg01004.jpg), -webkit-linear-gradient(top, rgba(255,248,230,1), rgba(255,248,230,1));
        background: url(../fimgs/servicebg01004.jpg), -o-linear-gradient(top, rgba(255,248,230,1), rgba(255,248,230,1));
        background: url(../fimgs/servicebg01004.jpg), -moz-linear-gradient(top, rgba(255,248,230,1), rgba(255,248,230,1));
        background: url(../fimgs/servicebg01004.jpg), linear-gradient(to bottom, rgba(255,248,230,1), rgba(255,248,230,1));
        background-size: cover, auto;
        background-position: center center, center center;
        background-repeat: no-repeat, no-repeat;
    }
}