:root {
    --main: #ffeb3b;
    --second: #29a1b5;
    --third: #04b3cf;
}

html,
body {
    height: 100%;
    padding: 0;
    margin: 0;
    background: #FFF;
    font-family: 'PingFangTC-Regular', 'Microsoft JhengHei', 'Lato', sans-serif;
}

    body a {
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
        text-decoration: none;
    }

        body a:hover,
        body button:hover {
            text-decoration: none;
            transition: 0.5s all;
            -webkit-transition: 0.5s all;
            -moz-transition: 0.5s all;
            -o-transition: 0.5s all;
            -ms-transition: 0.5s all;
        }

        body a:focus,
        a:hover {
            text-decoration: none;
        }

input[type="button"],
input[type="submit"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

    input[type="button"]:hover,
    input[type="submit"]:hover {
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: 'PingFangTC-Regular', 'Microsoft Yahei', 'Roboto', sans-serif;
}

p {
    margin: 0;
    padding: 0;
    font-size: 15px;
    letter-spacing: 1px;
    color: #646464;
    font-family: 'PingFangTC-Regular', 'Microsoft Yahei', 'Lato', sans-serif;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

label {
    margin: 0;
    letter-spacing: 1.2px;
    font-weight: bold;
    color: #4c4c4c;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: none
}

.slant {
    -moz-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(355deg, 0deg);
    -webkit-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(355deg, 0deg);
    -o-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(355deg, 0deg);
    -ms-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(355deg, 0deg);
    transform: scale(1) rotate(0deg) translate(0px, 0px) skew(355deg, 0deg);
}

.text-remark {
    color: #ee6136;
}

/*-- //Reset Code --*/

/*-- to top --*/
.toTop-arrow {
    width: 3rem;
    height: 3rem;
    padding: 0;
    margin: 0;
    border: 5px solid #ffc107;
    border-radius: 50%;
    opacity: 0.6;
    background: #fff;
    cursor: pointer;
    position: fixed;
    right: 20pt;
    bottom: 20pt;
    display: none;
    z-index: 999;
}
.toTop-arrow::before, .toTop-arrow::after {
    width: 19px;
    height: 6px;
    border-radius: 3px;
    background: #ffc107;
    position: absolute;
    content: "";
}
.toTop-arrow::before {
    transform: rotate(-45deg) translate(0, -50%);
    left: 0.42rem;
}
.toTop-arrow::after {
    transform: rotate(45deg) translate(0, -50%);
    right: 0.42rem;
}
/*-- //to top --*/
/* header */

/* logo */
a.navbar-brand {
    font-family: Arial,'Noto Sans TC', 'Microsoft JhengHei';
    color: #000000;
    letter-spacing: 1px;
    font-size: 30px;
    font-weight: 600;
}

.navbar-light .navbar-brand {
    color: #3c3c3c;
}

    .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
        color: #000000;
    }
/* logo */

a.navbar-brand i {
    color: #f1cf69;
}
/* navigation */
.navbar{
    display: flex;
    width: 100%;
    background-color: #fff;
    box-shadow: rgba(110, 100, 0, 0.1) 0 5px 5px;
    position: fixed;

}

ul.navbar-nav {
    background: transparent;
}

a.nav-link {
    padding: 0 !important;
}

a.nav-link {
    padding: 0 !important;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #3c3c3c !important;
}

    a.nav-link:hover {
        color: #f1cf69 !important;
    }

.dropdown-item {
    color: #000;
    letter-spacing: 1px;
    font-size: 15px;
}

.dropdown-menu {
    left: -32px;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #f1cf69;
}

/* //navigation */

.header-contact-w3ls.text-center.mt-lg-0 li {
    display: inline-block;
}
.header-contact-w3ls a i {
    font-size: 20px;
    vertical-align: middle;
}
/* header contact */

	.serv_bottom {
		background: var(--main);
		font-size: 15px;
		color: #3b3b3b;
		font-weight: 600;
		letter-spacing: .2em;
		border-radius: 50px;
		padding: .5em;
		min-width: 100px;
	}
	.serv_bottom:hover {
		opacity: 0.8;
	}
/* //header contact */



/* banner */
.banner-slider1,
.banner-slider2,
.banner-slider3 {
    max-height: 47vw;
    -webkit-transition: width 2s, height 4s;
    /* For Safari 3.1 to 6.0 */
    transition: width 2s, height 4s;
}

.index-bg {
    background: url(../Image/banner-index.png) no-repeat center;
    background-color: #FFFCED;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.flexbox-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 40vw;
}

.banner-slider1 {
    background: url(../Image/banner_.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

    .banner-slider1 .hum-01 {
        max-width: 20%;
        margin: -20em 0 0 0;
    }

.hum-02 img {
    width: 60%;
    display: flex;
    justify-content: center;
}

.banner-btn a {
    background-color: #4B83A5;
    border: 2px solid #4B83A5;
    border-radius: 0.25rem;
    padding: 0.5em 1.7em;
    color: #fff;
    letter-spacing: 1.5px;
    text-align: center;
    font-weight: 500;
    font-size: 1.05em;
}

    .banner-btn a:hover {
        background-color: transparent;
        border: 2px solid #4B83A5;
        color: #4B83A5;
    }

.carousel-indicators li {
    width: 14px;
    height: 14px;
    border-radius: 50px;
    margin: 0 6px;
    cursor: pointer;
}

.carousel-indicators {
    bottom: 60px;
}

    .carousel-indicators .active {
        background-color: #f1cf69;
    }

    .carousel-indicators li {
        background-color: #fff;
    }

.cont-btn a {
    border: 2px solid #fff;
    padding: 0.5em 1.7em;
    color: #3B3B3B;
    letter-spacing: 1.5px;
    font-weight: 500;
    font-size: 0.9em;
}

    .cont-btn a:hover, .cont-btn a.active {
        background: #FFE315;
        border: 2px solid #FFE315;
    }

        .cont-btn a.active:hover {
            opacity: 0.8;
        }
/* //banner social icons */
/* //header */

.title {
    padding-bottom: 2rem;
}

    .title h1 {
        font-size: 2.5em;
        font-weight: 600;
        letter-spacing: 5px;
        position: relative;
        color: #5C5C5C;
        padding-bottom: 5px;
    }
    .title h3 {
        font-size: 2em;
        font-weight: 600;
        letter-spacing: 3px;
        position: relative;
        color: #5C5C5C;
        padding-bottom: 5px;
        text-align: center;
    }

    .title h4 {
    	font-size: 1.6em;
	color: #435A64;
	font-weight: 600;
	letter-spacing: 3px;
    }
    .title h5{
		font-size: 1.2em;
		color: #435A64;
		font-weight: 600;
		letter-spacing: 2px;
	}
    .title p{
		color: #434343;
		font-size: 1.05em;
	}

/*-- services --*/
.agileits-services-grids h4 {
    font-size: 1.2em;
    color: #435A64;
    text-transform: uppercase;
    line-height: 1.5em;
    letter-spacing: 2px;
    font-weight: 600;
    margin: 16px 0 0;
}

/*-- Effect 1--*/

.agileits-services-grids i {
    font-size: 2em;
    color: #f1cf69;
    text-align: center;
}

.agileits-services-grids span {
    width: 40px;
    height: 2px;
    background: #065bfd;
    display: inline-block;
}
/*-- //services --*/

/*-- 申辦方案 --*/
.plan-bg {
    background: url(../Image/plan-bg.svg) no-repeat right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}

.card {
    background-color: rgba(255, 255, 255, 0.8);
    ;
    border: 2px solid #FFE315;
}

.card-body {
    padding: 3rem 1.25rem;
}

h5.card-title a {
    color: #fff;
    font-weight: 400;
    font-size: 0.95em;
    line-height: 1.5;
}

.plan-info h5 {
    color: #585D60;
    font-size: 1.5em;
    letter-spacing: 1px;
    padding-bottom: .3em;
}

.plan-info p {
    color: #6f6b6b;
    padding-bottom: 1em;
}

.plan-info .requirement {
    font-size: 1em;
    color: #435a64;
}

.installment {
    padding: 15px 0 0;
    color: #FFBA00;
    font-weight: 600;
    letter-spacing: 1px;
}

.installment-price {
    color: #FFBA00;
    font-size: 2em;
}

.mouth-pay {
    font-size: 1.3em;
}
/*-- //申辦方案 --*/

/*-- 分期試算 --*/
.count-bg {
    background: url(../Image/count-bg.svg) no-repeat right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}

.count-card {
    background: #fff;
    padding: 2em;
    border-radius: 10px;
    border: 1px solid #FFE87E;
}

.count-title label {
    color: #435A64;
    font-weight: 400;
    font-size: 1.1em;
    padding-bottom: .4em;
}

.count-title input {
    letter-spacing: 1.2px;
    font-size: 1.2em;
    font-weight: bold;
    color: #435A64;
    background-color: rgba(0, 0, 0, 0);
    border: none;
}

.count-title span {
    color: #707070;
}

.count-item {
    margin-left: 7%;
}

.vl {
    border-left: 1px solid#d2d2d2;
    height: 50px;
    margin-left: -5px;
    top: 0;
}
/*-- //分期試算 --*/

/*-- 申辦流程 --*/
.apply-process img {
    height: 15em;
    padding: 10px;
}
/*-- //申辦流程 --*/

/*-- go78 --*/
.go78 {
    background: url(../Image/go78-bg.svg) no-repeat right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}
/*-- go78 --*/

/*-- about us --*/
.about-urich {
    background: url(../Image/aboutus-bg.svg) no-repeat right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}
/*-- about us --*/

/* mobile tab */
.mobile-tab {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
}

    .mobile-tab .col {
        background-color: #FFF2A6;
        height: 40px;
        border: 0.5px solid #fff;
        border-bottom: none;
        border-radius: 10px 10px 0 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .mobile-tab i {
        margin-right: 0.5rem;
        color: #435a64;
    }

    .mobile-tab p {
        color: #435a64;
        font-weight: 400;
        font-size: small;
        letter-spacing: 2px;
    }
/* //mobile-tab */

/*--Footer--*/
footer {
    position: relative;
    clear: both;
    background: #FFF2A6;
}

.wthree-left-right h4 {
    color: #e6bb38;
    letter-spacing: 1.5px;
}

.footer-icons ul li {
    display: block;
}

    .footer-icons ul li h6 {
        display: inline-block;
        font-size: 17px;
        color: #3C3C3C;
    }

.wthree-left-right li a {
    font-size: 16px;
    line-height: 1.8em;
    color: #3C3C3C;
    padding-bottom: 5px;
}

    .wthree-left-right li a:focus, .wthree-left-right li a:hover {
        color: #f1cf69;
        text-decoration: none;
    }

.wls-hours-list ul li {
    color: #3C3C3C;
    padding: 0px 0px 7px;
    margin-bottom: 10px;
}

.addres-up ul li span {
    font-size: 21px;
    color: #f76200;
}

.addres-up ul li p {
    font-size: 13px;
    color: #fff;
    display: inline-block;
    padding-left: 15px;
}

.social-media a {
    margin-right: 10px;
}

.social-media img {
    height: 28px;
}

footer p {
    font-size: 14px;
    color: #3C3C3C;
    letter-spacing: 2px;
}

    footer p a {
        color: #3C3C3C;
    }

        footer p a:hover {
            color: #ad8205;
            text-decoration: underline;
        }

hr.footer-line {
    border-top: 1px solid #3C3C3C;
}

.left-indus-icons {
    padding: 12px 0px;
    background: #d40000;
}

.icons ul li a span, .footer-icons ul li a span {
    font-size: 14px;
    margin: 0px 4px;
    color: #3C3C3C;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    -moz-transition: 0.5s all;
}
/*--//Footer--*/


/* customer Product Form */
/*  Process Styles */
.process-wrap {
    margin: 0 auto;
}
.process-main {
    width: 100%;
    min-width: 320px;
    display: flex;
}
.col-4:first-child .process-step:before {
    content: '1';
}
.col-4:nth-child(2) .process-step:before{
    content: '2';
}
.col-4:last-child .process-step:before{
    content: '3';
}
.col-3:first-child .process-step:before {
    content: '1';
}

.col-3:nth-child(2) .process-step:before {
    content: '2';
}
.col-3:nth-child(3) .process-step:before {
    content: '3';
}
.col-3:last-child .process-step:before {
    content: '4';
}
.process-main .col-4:not(:first-child):before{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    top: 17.5px;
    left: calc(-50% + 15px);
    right: 0;
    background: #ebebeb;
    border: 2px #ebebeb solid;
    -o-transition: .4s;
    -ms-transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
}
.process-main .col-3:not(:first-child):before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    top: 17.5px;
    left: calc(-50% + 15px);
    right: 0;
    background: #ebebeb;
    border: 2px #ebebeb solid;
    -o-transition: .4s;
    -ms-transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
}
.process-step-cont {
    font-family: sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: space-between;
}
.process-step {
    border: 5px #ebebeb solid;
    border-radius: 100%;
    line-height: 0;
    background: #959595;
    text-align: center;
    align-items: center;
    justify-content: center;
    align-self: center;
    display: flex;
    color: #fff;
    width: 35px;
    height: 35px;
    font-weight: 700;
    margin-bottom: 7px;
    z-index: 4;
    cursor: pointer;
}
.process-label {
    color: #959595;
    font-weight: 600;
    width: 100%;
    text-align: center;
}
.process-dots {
    width: 10px; 
    height: 10px;
    border-radius: 50%;
    background-color: #ebebeb;
    cursor: pointer;
}
.active-step1 .col-4:first-child .process-step,
.active-step1 .col-4:first-child .process-dots:first-child,
.active-step1-mini2 .col-4:first-child .process-step,
.active-step1-mini2 .col-4:first-child .process-dots:nth-child(-n+2),
.active-step1-mini3 .col-4:first-child .process-step,
.active-step1-mini3 .col-4:first-child .process-dots:nth-child(-n+3),
.active-step1-mini4 .col-4:first-child .process-step,
.active-step1-mini4 .col-4:first-child .process-dots:nth-child(-n+4)
{
    background-color: var(--second);
}
.active-step1-mini2 .col-4:first-child .process-dots:first-child,
.active-step1-mini3 .col-4:first-child .process-dots:nth-child(-n+2),
.active-step1-mini4 .col-4:first-child .process-dots:nth-child(-n+3)
{
    background-color: #fbcb93;
}
.active-step1 .col-4:first-child .process-label,
.active-step1-mini3 .col-4:first-child .process-label,
.active-step1-mini2 .col-4:first-child .process-label,
.active-step1-mini4 .col-4:first-child .process-label{
    color: var(--second);
}
.active-step2 .col-4:first-child,
.active-step3 .col-4:nth-child(-n+2),
.active-step4 .col-4:nth-child(-n+3){
    opacity: 0.5;
    /*pointer-events: none;*/
}
.active-step2 .col-4:first-child .process-step:before,
.active-step3 .col-4:nth-child(-n+2) .process-step:before,
.active-step4 .col-4:nth-child(-n+3) .process-step:before{
    content: '\2713';
    padding: 7px;
}
.active-step2 .col-3:first-child .process-step:before,
.active-step3 .col-3:nth-child(-n+2) .process-step:before,
.active-step4 .col-3:nth-child(-n+3) .process-step:before{
    content: '\2713';
    padding: 7px;
}
.active-step2 .col-4:nth-child(-n+2) .process-step,
.active-step2 .col-4:nth-child(-n+2) .process-dots,
.active-step3 .col-4:nth-child(-n+3) .process-step,
.active-step3 .col-4:nth-child(-n+3) .process-dots,
.active-step4 .col-4:nth-child(-n+4) .process-step,
.active-step4 .col-4:nth-child(-n+4) .process-dots {
    background-color: var(--second);
}
.active-step2 .col-3:nth-child(-n+2) .process-step,
.active-step2 .col-3:nth-child(-n+2) .process-dots,
.active-step3 .col-3:nth-child(-n+3) .process-step,
.active-step3 .col-3:nth-child(-n+3) .process-dots,
.active-step4 .col-3:nth-child(-n+4) .process-step,
.active-step4 .col-3:nth-child(-n+4) .process-dots {
    background-color: var(--second);
}
.active-step2 .col-4:nth-child(-n+2) .process-label,
.active-step3 .col-4:nth-child(-n+3) .process-label,
.active-step4 .col-4:nth-child(-n+4) .process-label{
    color: var(--second);
}
.active-step2 .col-3:nth-child(-n+2) .process-label,
.active-step3 .col-3:nth-child(-n+3) .process-label,
.active-step4 .col-3:nth-child(-n+4) .process-label {
    color: var(--second);
}
.active-step2 .col-4:nth-child(-n+2):before,
.active-step3 .col-4:nth-child(-n+3):before,
.active-step4 .col-4:nth-child(-n+4):before{
    background: var(--second) !important;
}
.active-step2 .col-3:nth-child(-n+2):before,
.active-step3 .col-3:nth-child(-n+3):before,
.active-step4 .col-3:nth-child(-n+4):before {
    background: var(--second) !important;
}
/* process step */



.product-form-title {
    font-size: 1.1em;
    letter-spacing: .15em;
    font-weight: bold;
    color: var(--second);
    border-bottom: 2px var(--second) solid;
    padding-bottom: .2em;
    margin: 1em 0 0.5em 0;
}

.form-remark {
    font-size: .75em;
}

.form-label-required:after {
    color: #ee6136;
    content: " (必填)";
    font-size: .75em;
}

.form-group label,
.form-group legend {
    color: #435a64;
}

.project-info {
    color: var(--second);
    font-weight: 600;
    font-size: 1.5rem;
}
.project-info span {
    font-size: 0.95rem;
}

/* chechbox */
.cbx {
    margin: .5em;
    user-select: none;
    cursor: pointer;
}

.cbx span {
    display: inline-block;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
}

.cbx span:first-child {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    transform: scale(1);
    vertical-align: middle;
    border: 1px solid #9098A9;
    transition: all 0.2s ease;
}

.cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
}

.cbx span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--third);
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
}

.cbx span:last-child {
    padding-left: 0;
}

.cbx:hover span:first-child {
border-color: var(--third);
}

.inp-cbx:checked + .cbx span:first-child {
    background: var(--third);
    border-color: var(--third);
    animation: wave 0.4s ease;
}

    .inp-cbx:checked + .cbx span:first-child svg {
        stroke-dashoffset: 0;
    }

    .inp-cbx:checked + .cbx span:first-child:before {
        transform: scale(3.5);
        opacity: 0;
        transition: all 0.6s ease;
    }

@keyframes wave {
    50% {
        transform: scale(0.9);
    }
}

/* radio */
.radio {
    position: relative;
    cursor: pointer;
    line-height: 20px;
    margin: 15px;
}

.radio .label {
    position: relative;
    display: block;
    float: left;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    border: 2px solid #c8ccd4;
    border-radius: 100%;
    -webkit-tap-highlight-color: transparent;
}

.radio .label:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: var(--third);
    transform: scale(0);
    transition: all 0.2s ease;
    opacity: 0.08;
    pointer-events: none;
}

.radio:hover .label:after {
    transform: scale(3.6);
}

input[type="radio"]:checked + .label {
    border-color: var(--third);
  }
input[type="radio"]:checked + .label:after {
    transform: scale(1);
    transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
    opacity: 1;
}
.cntr {
    width: 100%;
}
.cntr .radio{
	margin: 0 5px 0 0;
}
.hidden {
    display: none;
}

/*-- 上傳圖片 --*/
.file-upload {
    padding: 15px;
}

.file-upload-btn {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #428bca;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #2269a7;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
}

    .file-upload-btn:hover {
        background: rgba(66, 139, 202, 0.8);
        color: #ffffff;
        transition: all .2s ease;
        cursor: pointer;
    }

    .file-upload-btn:active {
        border: 0;
        transition: all .2s ease;
    }

.file-upload-content {
    display: none;
    text-align: center;
}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 90%;
    height: 100%;
    left: 5%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.image-upload-wrap {
    position: relative;
}

    .image-dropping,
    .image-upload-wrap:hover {
        background-color: #edf9ff;
    }

.image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
}

.drag-text {
    text-align: center;
}

    .drag-text h3 {
        font-size: 1.2em;
        letter-spacing: 1.2px;
        font-weight: 400;
        color: #808080;
        padding: 4em 0;
        margin: 0;
    }

.drag-img-idcard01{
    background: url(../Image/idcard-01.png) no-repeat center;
}
.drag-img-idcard02{
    background: url(../Image/idcard-02.png) no-repeat center;
}
.drag-img-idcard03{
    background: url(../Image/idcard-04.png) no-repeat center;
}
.drag-img-idcard04 {
    background: url(../Image/idcard-04.png) no-repeat center;
}
.drag-img-idcard05 {
    background: url(../Image/idcard-05.png) no-repeat center;
}
.drag-img-file06 {
    background: url(../Image/img-file-06.png) no-repeat center;
}
.drag-img-add{
    background: url(../Image/card-add.png) no-repeat center;
}
.drag-img-handheld-idcard {
    background: url(../Image/handheld-idcard.png) no-repeat center;
}
.drag-img-handheld-idcard01 {
    background: url(../Image/handheld-idcard01.png) no-repeat center;
}
.drag-img-idcard01, .drag-img-idcard02, .drag-img-idcard03, .drag-img-idcard04, .drag-img-idcard05, .drag-img-file06, .drag-img-add, .drag-img-handheld-idcard, .drag-img-handheld-idcard01 {
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    -ms-background-size: contain;
    /* margin: 0 1em; */
    height: 10em;
}
.file-upload-image {
    width: 100%;
    margin: auto;
    padding: 20px;
    border-radius: 30px;
}

.remove-image {
width: 200px;
margin: 0;
color: #fff;
background: #ffba00;
border: none;
padding: 10px;
border-radius: 4px;
border-bottom: 4px solid #d89f02;
transition: all .2s ease;
outline: none;
font-weight: 700;
}

.remove-image:hover {
background: #ffa600;
color: #ffffff;
transition: all .2s ease;
cursor: pointer;
}

    .remove-image:active {
        border: 0;
        transition: all .2s ease;
    }
/*-- //上傳圖片 --*/
.require-item::before {
    content: "必填";
    color: #3c3c3c;
    background-color: #fff2a6;
    margin-right: 0.3em;
    font-size: 0.85em;
    position: relative;
    bottom: 1px;
    border-radius: 50px;
    padding: 0.1em 0.3em;
}
.plus-item::after {
    content: "可加分";
    color: #ffffff;
    background-color: var(--second);
    margin-left: 0.3em;
    font-size: 0.8rem;
    position: relative;
    bottom: 1px;
    border-radius: 50px;
    padding: 0.1em 0.5em;
}
.remark {
    color: #ff7600;
    font-size: .9rem;
    font-weight: bold;
}
.alert-remark {
    color: #ee6136;
    font-size: .8em;
    font-weight: 500;
    letter-spacing: 1.5px;
}
.ui-datepicker { width: 20em } 
.ui-datepicker-trigger { display:none }
.ui-datepicker-year, .ui-datepicker-month {
    padding: 0.375rem;
    color: #495057;
    vertical-align: middle;
    background: #fff ;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: 'PingFangTC-Regular', 'Microsoft Yahei', Arial,Helvetica,sans-serif;
}

/* //customer Product Form */

/* 404 error page */

.error_banner {
    background: url(../Image/3.jpg)no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 8vw 0;
}

    .error_banner:after {
        background-color: rgba(8, 8, 8, 0.76);
        content: "";
        left: 0;
        opacity: 0.65;
        top: 0;
        position: absolute;
        height: 100%;
        width: 100%;
        z-index: -1;
    }

    .error_banner h4 {
        color: rgba(249, 249, 249, 0.21);
        font-size: 80px;
        font-weight: 600;
    }

    .error_banner h5 {
        color: #fff;
        font-size: 14em;
        font-weight: 600;
    }

        .error_banner h5 sup {
            color: #fff;
            font-size: 40px;
            font-weight: 200;
            letter-spacing: 2px;
            font-family: Arial,'Noto Sans TC', 微軟正黑體;
        }

a.button-w3ls-2 {
    color: #fff;
    letter-spacing: 2px;
    background: #5eca9f;
    padding: 15px 20px;
    font-size: 15px;
    display: inline-block;
    border-radius: 4px;
    margin-top: 5em;
}

    a.button-w3ls-2:hover {
        background: #f1cf69;
    }

/* //404 error page */

/* login page */

.member-category {
    text-align: right;
}

    .member-category a {
        color: #525252;
        letter-spacing: 1.2px;
        margin: 0 1em;
    }

        .member-category a.active {
            border-bottom: 3px #FFE87E solid;
            padding-bottom: 3px;
        }

        .member-category a:hover {
            border-bottom: 3px #FFE87E solid;
            padding-bottom: 3px;
            color: #FFE87E;
        }

.forgot-password {
    display: flex;
    justify-content: flex-end;
}

    .forgot-password a {
        font-size: small;
        color: #909090;
    }

        .forgot-password a:hover {
            text-decoration: underline;
        }

.login-remark {
    font-size: .85em;
    color: #ff8100;
}

.form-horizontal {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 15px 0 rgba(0,0,0,0.2);
    position: relative;
    max-width: 500px;
    margin: 0 auto;
}

    .form-horizontal .heading {
        color: #666;
        font-size: 28px;
        letter-spacing: 3px;
        text-align: center;
        margin: 0 0 30px 0;
    }

    .form-horizontal .form-group {
        width: 80%;
        margin: 0 auto 10px;
        position: relative;
    }

        .form-horizontal .form-group i {
            color: rgba(0,0,0,0.2);
            font-size: 20px;
            position: absolute;
            left: 10px;
            top: 10px;
        }

    .form-horizontal .form-check-label {
        color: #505050;
        font-size: small;
    }

#registerForm .form-group i {
    color: rgba(0,0,0,0.2);
    font-size: 20px;
    position: absolute;
    left: 25px;
    top: 25px;
}

.form-horizontal .form-control,
#registerForm .form-control {
    font-size: 16px;
    letter-spacing: 1.5px;
    height: 42px;
    padding: 6px 8px 6px 40px;
    box-shadow: none;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #e9ecef;
}

.form-control::placeholder {
    color: rgba(0,0,0,0.2);
    font-size: 15px;
    text-transform: uppercase;
}

.form-horizontal .form-control:focus,
#registerForm .form-control:focus {
    box-shadow: none;
    border-color: #ffc107;
}

.form-horizontal .form-terms {
    color: #909090;
    font-size: 14px;
    width: 80%;
    margin: 0 auto 10px;
}

    .form-horizontal .form-terms input[type="checkbox"] {
        margin: 3px 5px 0 0;
        display: inline-block;
    }

    .form-horizontal .form-terms a {
        color: #3FA9F2;
    }

        .form-horizontal .form-terms a:hover {
            text-decoration: underline;
        }

.form-horizontal .main-btn {
    color: #3B3B3B;
    background-color: #FFE315;
    border-radius: 50px;
    border: 2px solid transparent;
    float: left;
    transition: all 0.5s;
}

.form-horizontal .secondary-btn {
    color: #3B3B3B;
    background-color: #ced4da;
    border-radius: 50px;
    border: 2px solid #ced4da;
    float: left;
    transition: all 0.5s;
}

.form-horizontal .btn:focus,
.form-horizontal .btn:hover {
    opacity: 0.7;
    /* color: #FFE315;
    background-color: #fff;
    border: 2px solid #FFE315; */
}

.form-horizontal .form-login {
    color: #909090;
    font-size: 14px;
    margin: 10px 0;
    float: right;
}

    .form-horizontal .form-login a {
        color: #ffc107;
    }

        .form-horizontal .form-login a:hover {
            text-decoration: underline;
        }

.form-horizontal .form-footer {
    /*text-align: center;*/
    padding: 5px 25px 25px;
    /*margin-top: 2.5em;*/
    border-radius: 0 0 10px 10px;
}

    .form-horizontal .form-footer span {
        color: #fff;
        font-size: 17px;
        margin: 0 0 15px 0;
        display: block;
    }

.form-horizontal .social {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .form-horizontal .social li {
        display: inline-block;
        margin: 0 3px;
    }

    .form-horizontal .social a {
        color: #fff;
        background-color: #3b5998;
        font-size: 16px;
        font-weight: 600;
        text-align: center;
        line-height: 36px;
        padding: 0 2em;
        border: 2px solid transparent;
        border-radius: 7px;
        transition: all 0.5s;
    }

        .form-horizontal .social a:hover {
            opacity: 0.7;
            /* color: #3b5998;
    background-color: #fff;
    border-color: #3b5998;
    border: 2px solid #3b5998; */
        }

.form-horizontal .hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    text-align: center;
    clear: both;
    height: 1.5em;
    opacity: .5;
}

    .form-horizontal .hr-text::before {
        content: '';
        background: #818078;
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 1px;
    }

    .form-horizontal .hr-text::after {
        content: attr(data-content);
        position: relative;
        display: inline-block;
        padding: 0 .5em;
        line-height: 1.5em;
        color: #818078;
        background-color: #fcfcfa;
    }

.register-submit button {
    color: #3B3B3B;
    background-color: #FFE315;
    font-size: 16px;
    width: 100%;
    height: 42px;
    border-radius: 50px;
}

.check-text {
    font-size: small;
}

.suppliercard {
    padding: 30px 0 50px;
}

    .suppliercard p {
        padding-top: .5em;
        font-size: small;
    }

.modal-body {
    height: 25em;
    overflow-y: auto;
}
/*-- login page  --*/

/* memberTerms */
#termsModal .modal-title {
    font-weight: bold;
    letter-spacing: 1.2px;
}

#termsModal button {
    letter-spacing: 1.2px;
    padding: .3em 1.5em;
}

#termsModal h5 {
    font-size: large;
    font-weight: bold;
    color: #435a64;
}

#termsModal li {
    margin: 0;
    padding: 0;
    font-size: small;
    letter-spacing: 1px;
    color: #646464;
}

    #termsModal li > ol {
        counter-reset: list;
    }

        #termsModal li > ol > li {
            list-style: none;
        }

            #termsModal li > ol > li:before {
                content: "(" counter(list, decimal) ") ";
                counter-increment: list;
            }
/*-- memberTerms --*/

/* responsive */

@media(max-width: 1680px) {
    img.img-fluid.img-posi-2 {
        left: 15%;
    }
}

@media(max-width: 1600px) {
    img.img-fluid.img-posi-2 {
        left: 9%
    }
}

@media(max-width: 1440px) {
    .social-agile-banner {
        margin-top: 7em;
    }

    .banner-slider1 .hum-01 {
        max-width: 18%;
        margin: -25em 0 0 0;
    }

    .banner-slider1 .hum-02 {
        max-width: 20%;
        margin: -30em 0 0 0;
    }
}

@media(max-width: 1280px) {
    .social-agile-banner {
        margin-top: 4em;
    }

    .agileits_works-grid {
        padding: 2em 6em 0 6em;
    }

    img.img-fluid.img-posi-2 {
        left: -5%;
    }
}

@media(max-width: 1080px) {
    a.nav-link {
        font-size: 15px;
    }

    .header-contact-w3ls a {
        font-size: 15px;
    }

    .carousel-indicators {
        bottom: 30px;
    }

    h3.tittle {
        font-size: 34px;
    }

        h3.tittle span {
            font-size: 14px;
        }

    p {
        font-size: 14px;
    }

    .agileits_works-grid {
        padding: 1em 7em 0 3em;
    }

    img.img-fluid.img-posi-2 {
        left: -13%;
        top: 8%;
    }

    .freebies figure {
        height: 406px;
        max-height: 406px;
    }
}

@media(max-width: 1024px) {
    li.para-share-ew3ls {
        font-size: 18px;
    }

    .social-agile-banner ul li a i {
        font-size: 15px;
    }

    img.img-fluid.img-posi-2 {
        top: 5%;
    }

    .freebies figure {
        height: 386px;
        max-height: 386px;
    }

    .banner-slider1 .hum-01 {
        max-width: 170px;
        margin: -15em 0 0;
    }

    .banner-slider1 .hum-02 {
        max-width: 200px;
        margin: -18em 0 0;
    }
}

@media(max-width: 991px) {
    button.navbar-toggler {
        background: #fff;
        border-radius: 5px;
    }

    a.nav-link {
        margin: 0 .5em;
    }

    .about .d-flex {
        display: inherit !important;
    }

    img.img-fluid.img-posi-2 {
        top: 8%;
        left: 16%;
    }

    .banner2-w3ls {
        min-height: 250px;
    }

    .freebies figure {
        height: 370px;
        max-height: 370px;
    }

    .d-flex.abtf-info.mt-5 {
        display: inherit !important;
    }

    .about-grids:nth-child(2) {
        margin: 1.5em 0;
    }

    .apply-process img {
        height: 11em;
    }
}

@media(max-width: 900px) {
    .social-agile-banner {
        margin-top: 3em;
    }

    img.img-fluid.img-posi-2 {
        left: 10%;
    }
}

@media(max-width: 800px) {
    li.para-share-ew3ls {
        font-size: 16px;
    }

    .social-agile-banner ul li a i {
        font-size: 14px;
    }

    img.img-fluid.img-posi-2 {
        left: 4%;
    }

    .freebies figure {
        height: 300px;
        max-height: 300px;
    }
}

@media(max-width: 768px) {
    .freebies figure {
        height: 288px;
        max-height: 288px;
    }

    a.nav-link {
        margin: 0 .5em;
    }

    .apply-process img {
        height: 15em;
    }

    .banner-slider1 .hum-01 {
        max-width: 17%;
        margin: -9em 0 0;
    }

    .banner-slider1 .hum-02 {
        max-width: 18%;
        margin: -12em 0 0;
    }
}

@media(max-width: 736px) {
    .agileits_w3layouts_contact_gridl {
        margin-top: 1.5em;
    }
    .apply-process img {
        height: 15em;
    }
    .card-deck .card {
        flex: auto;
    }

    .card:nth-child(2) {
        margin-top: 1.5em;
        margin-bottom: 1.5em;
    }

    .copyright {
        padding-bottom: 2em;
    }
}

@media(max-width: 667px) {
    .carousel-indicators li {
        width: 13px;
        height: 13px;
    }
}

@media(max-width: 640px) {
    .social-agile-banner {
        margin-top: 2em;
    }
}

@media(max-width: 600px) {
    .carousel-indicators {
        bottom: 30px;
    }

    .banner-slider1, .banner-slider2, .banner-slider3 {
        min-height: 53vw;
    }

    h3.agile-title {
        font-size: 1.2em;
        letter-spacing: 2px;
        line-height: 28px;
        padding: 0em;
        margin-bottom: 1em;
    }

    .title h1 {
        font-size: 2em;
        letter-spacing: 3px;
    }

    .title h4 {
        font-size: 1.8em;
        letter-spacing: 1.5px;
    }
}

@media(max-width: 568px) {
    .carousel-indicators {
        bottom: 16px;
    }

    .social-agile-banner {
        margin-top: 1.5em;
    }

    .banner2-w3ls {
        min-height: 200px;
    }
}

@media(max-width: 480px) {
    .card {
        margin: 0 2em;
    }

    .flexbox-center {
        justify-content: center;
        min-height: 100vw;
    }

    .title {
        padding-bottom: 1.2rem;
    }

        .title h1 {
            font-size: 1.8em;
            letter-spacing: 3px;
        }

        .title h3 {
            font-size: 1.5em;
        }

        .title h4 {
            font-size: 1.5em;
            letter-spacing: 1.5px;
        }

        .title h5 {
            font-size: 1.2em;
        }

    .apply-process img {
        height: 13em;
    }

    .count-title label {
        font-size: 1em;
    }

    #count-fee, #count-mouth-pay {
        font-size: 1em;
        width: 100%;
    }

    #amount, #periods {
        width: 70%;
    }

    .count-title input {
        letter-spacing: 1.5px;
        font-weight: bold;
        color: #435A64;
        background-color: rgba(0, 0, 0, 0);
        border: none;
		width: 80%;
    }

    .form-horizontal .form-group {
        width: 90%;
    }

    .upload-area {
        padding: 0.5em 1.5em 1em;
    }

    .file-upload {
        width: 100%;
    }
}

@media(max-width: 440px) {
    .contact_wthreerow h4 {
        font-size: 20px;
    }

    .wthree-left-right h4 {
        font-size: 20px;
    }

    .banner2-w3ls {
        min-height: 170px;
    }

    p.invest {
        width: 100%;
    }

    .count-item {
        margin-left: 0;
    }
}

@media(max-width: 384px) {
    button.navbar-toggler {
        padding: 3px 10px;
    }

    .freebies article.item h4 {
        padding: 15px 0px 20px;
        margin-bottom: 16px;
    }

    .freebies figure {
        height: 240px;
        max-height: 240px;
    }
}

@media(max-width: 320px) {
    li.para-share-ew3ls {
        font-size: 14px;
    }

    .social-agile-banner ul li a i {
        font-size: 13px;
    }

    button.navbar-toggler {
        padding: 2px 8px;
    }

    a.navbar-brand {
        font-size: 26px;
    }

    .banner2-w3ls {
        min-height: 130px;
    }

    .cont-btn a {
        padding: 0.5em 1em;
    }

    .agileits-services-grids h4 {
        font-size: 1.1em;
    }

    .freebies figure {
        height: 270px;
        max-height: 270px;
    }

    .form-horizontal .main-btn,
    .form-horizontal .secondary-btn {
        font-size: .85em;
    }
}

/* //responsive */

.slider-visiable span {
    border-radius: 50px;
    background: #FFBA00;
    font-weight: normal;
    color: #454545;
}

/*-- Product Shopping --*/
.product-grid4, .product-grid4 .product-image4 {
    position: relative;
}

.product-grid4 {
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    z-index: 1;
    transition: all .3s ease 0s;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

    .product-grid4:hover {
        box-shadow: 0 0 10px rgba(0,0,0,.2)
    }

    .product-grid4 .product-image4 {
        min-height: 280px;
        display: flex;
        align-items: center;
    }

        .product-grid4 .product-image4 a {
            display: block;
        }

        .product-grid4 .product-image4 img {
            width: 100%;
            height: auto;
        }

    .product-grid4 .pic-1 {
        opacity: 1;
        transition: all .5s ease-out 0s;
    }

    .product-grid4:hover .pic-1 {
        opacity: 0;
    }

    .product-grid4 .pic-2 {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        transition: all .5s ease-out 0s;
    }

    .product-grid4:hover .pic-2 {
        opacity: 1;
    }

    .product-grid4 .product-new-label {
        color: #fff;
        background-color: #ffc107;
        font-size: 13px;
        font-weight: 800;
        text-transform: uppercase;
        line-height: 45px;
        height: 45px;
        width: 45px;
        border-radius: 50%;
        position: absolute;
        left: 10px;
        top: 15px;
        transition: all .3s
    }

    .product-grid4:hover .product-new-label {
        opacity: 0;
    }

    .product-grid4 .product-content {
        padding: .6em;
    }

    .product-grid4 .title {
        font-size: 15px;
        font-weight: 400;
        text-transform: capitalize;
        margin: 0 0 7px;
        transition: all .3s ease 0s;
    }

        .product-grid4 .title a {
            color: #222;
        }

            .product-grid4 .title a:hover {
                color: #16a085;
            }

    .product-grid4 .price {
        color: #16a085;
        font-size: 1.4em;
        font-weight: 700;
        margin: 0 2px 15px 0;
        display: block;
    }
    .product-grid4 .notemark {
        color: rgba(0,0,0,0.2);
        font-size: 1.4em;
        font-weight: 700;
        margin: 0 2px 15px 0;
        display: block;
    }
        /*.product-grid4 .price span{
    color:#909090;
    font-size:13px;
    font-weight:400;
    letter-spacing:0;
    text-decoration:line-through;
    text-align:left;
    vertical-align:middle;
    display:inline-block;
}*/
        .product-grid4 .price span {
            font-size: 13px;
            vertical-align: middle;
            display: inline-block;
        }

    .product-grid4 .add-to-cart {
        border: 1.5px solid transparent;
        background: #ffc107;
        color: #353535;
        font-weight: bold;
        letter-spacing: normal;
        font-size: 1.16em;
        border-radius: 4px;
        transition: all .3s;
        padding: 0.5em 0.8em;
        display: inline-block;
    }

    .product-grid4:hover .add-to-cart {
        border: 2px solid #ffc107;
        background: #fff0;
        color: #ffc107;
    }

    .product-grid4 .add-to-cart:hover {
        background-color: #16a085;
        border: 1.5px solid #16a085;
        color: #fff;
        box-shadow: 0 0 10px rgba(0,0,0,.5);
    }

.product-content h2 {
    font-size: 1.8em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.product-content h3 {
    line-height: 0.8;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 50px;
}

.product-content a {
    font-size: 0.6em;
    font-weight: 600;
    letter-spacing: 1px;
    color: #444;
    line-height: 1.3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.product-content .price span,
.product-content .add-to-cart span,
.font-small {
    font-size: small;
}

h3.title {
    font-size: 1.8em;
    font-weight: 600;
    letter-spacing: 2px;
    color:#333333;
	position:relative;
}
h3.title:before {
    position: absolute;
    background: #f1cf69;
    width: 10%;
    height: 5px;
    bottom: 5px;
    content: " ";
    left: 45%;
    z-index: -1;
}
/*-- //Product Shopping --*/