﻿body {
    font-family: '微軟正黑體', Verdana, 'Microsoft JhengHei', sans-serif;
    font-size: 1em;
    line-height: 1.4;
}

.header {
    height: 100%;
    position: relative;
    background-image: -webkit-gradient( linear, left top, left bottom, from(rgba(7,109,151,0.85)), to(rgba(4,136,190,0.7)) );
    padding: 0;
}

@media screen and (max-width: 767px) {
    .header {
        text-align: center;
    }
}

/*---------- section ----------*/
.section {
    background: #fafafa;
    padding: 2% 1%;
}

.section--bgWhite {
    background: #fff;
}

a,
a:active,
a:hover,
a:visited,
a:focus {
    text-decoration: none;
    color: #111111;
}

.accordionFormTitle {
    display: block;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 20px 0;
    position: relative;
}

.accordionForm {
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    max-width: 960px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.accordionForm__item {
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #fafafa;
    border-radius: 10px 10px 0 0;
}

    .accordionForm__item:first-child {
        border-top: 0;
    }

/*---------- button ----------*/

.Custombtn {
    display: inline-block;
    padding: 18px 0;
    width: 100%;
    height: 280px;
    text-align: center;
    border-radius: 32px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    text-align: center;
    transition: background 350ms ease-in-out;
    position: relative;
    background: -webkit-gradient( linear, left top, left bottom, from(rgba(7,109,151,0.85)), to(rgba(4,136,190,0.7)) );
    opacity: 0.9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    transition: background 0.2s ease;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.CarBtn {
    border-radius: 15px;
    font-weight: bold;
    font-size: 15px;
    height: 45px;
    width:auto;
    border-color: white;
}

    .btn > span {
        position: relative;
        z-index: 2;
    }

    .btn:hover {
        opacity: 1;
        color: #fff;
    }

    .btn:active > span,
    .btn:visited > span,
    .btn:focus > span {
        color: #fff;
    }

@media screen and (max-width: 767px) {
    .btn {
        
        height: 50px;
    }
}

/*---------- actionArea ----------*/
.actionArea {
    text-align: center;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

    .actionArea a {
        margin: 0 30px;
        cursor: pointer;
    }

.accordionFormTitle + .accordionFormContent {
    max-height: 9999px;
    padding: 10px 20px 60px 20px;
    -webkit-transition: max-height 0.3s ease, padding 0s ease 0s;
    -o-transition: max-height 0.3s ease, padding 0s ease 0s;
    transition: max-height 0.3s ease, padding 0s ease 0s;
}

.accordionFormContent {
    overflow: hidden;
    max-height: 0;
    padding: 0 20px;
    -webkit-transition: max-height 0.3s ease, padding 0s ease 0.3s;
    -o-transition: max-height 0.3s ease, padding 0s ease 0.3s;
    transition: max-height 0.3s ease, padding 0s ease 0.3s;
}

.inputGroup {
    position: relative;
}

    .inputGroup + .inputGroup:not(.inputGroup-lg-mt) {
        margin-top: 25px;
    }

@media (max-width: 991px) {
    .inputGroup-lg-mt {
        margin-top: 25px;
    }
}

.inputGroupLabel {
    width: 270px;
    padding: 8px 20px 0 0px;
    /* left: 0; */
    display: inline-block;
    /* top: 0; */
    text-align: right;
    /* position: absolute; */
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(16% - 20px);
}

@media (max-width: 768px) {
    .inputGroupLabel {
        width: calc(26% - 20px);
    }
}

.inputGroupControl {
    position: relative;
    margin-left: 0;
    min-height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 0;
    display: inline-block;
    width: calc(84% - 50px);
}

@media (max-width: 1199px) {
    .inputGroupControl {
        width: calc(84% - 39px);
    }    
    }

input[type='text'],
input[type='search'],
input[type='date'],
input[type='tel'],
input[type='password'],
input[type='email'],
input[type='file'],
.textbox {
    width: 100%;
    padding: 0 15px;
    height: 40px;
    font-size: 1em;
    /*font-weight: bold;*/
    border: 1px solid #bebebe;
    color: #111111;
    background-color: #fff;
    border-radius: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.2s;
}

    input[type='text']::-moz-placeholder,
    input[type='search']::-moz-placeholder,
    input[type='date']::-moz-placeholder,
    input[type='tel']::-moz-placeholder,
    input[type='password']::-moz-placeholder,
    input[type='email']::-moz-placeholder,
    input[type='file']::-moz-placeholder,
    .textbox::-moz-placeholder {
        color: #9e9e9e;
        opacity: 1;
    }

    input[type='text']:-ms-input-placeholder,
    input[type='search']:-ms-input-placeholder,
    input[type='date']:-ms-input-placeholder,
    input[type='tel']:-ms-input-placeholder,
    input[type='password']:-ms-input-placeholder,
    input[type='email']:-ms-input-placeholder,
    input[type='file']:-ms-input-placeholder,
    .textbox:-ms-input-placeholder {
        color: #9e9e9e;
    }

    input[type='text']::-webkit-input-placeholder,
    input[type='search']::-webkit-input-placeholder,
    input[type='date']::-webkit-input-placeholder,
    input[type='tel']::-webkit-input-placeholder,
    input[type='password']::-webkit-input-placeholder,
    input[type='email']::-webkit-input-placeholder,
    input[type='file']::-webkit-input-placeholder,
    .textbox::-webkit-input-placeholder {
        color: #9e9e9e;
    }

    input[type='text']::-webkit-inner-spin-button,
    input[type='text']::-webkit-outer-spin-button,
    input[type='search']::-webkit-inner-spin-button,
    input[type='search']::-webkit-outer-spin-button,
    input[type='date']::-webkit-inner-spin-button,
    input[type='date']::-webkit-outer-spin-button,
    input[type='tel']::-webkit-inner-spin-button,
    input[type='tel']::-webkit-outer-spin-button,
    input[type='password']::-webkit-inner-spin-button,
    input[type='password']::-webkit-outer-spin-button,
    input[type='email']::-webkit-inner-spin-button,
    input[type='email']::-webkit-outer-spin-button,
    input[type='file']::-webkit-inner-spin-button,
    input[type='file']::-webkit-outer-spin-button,
    .textbox::-webkit-inner-spin-button,
    .textbox::-webkit-outer-spin-button {
        -webkit-appearance: none;
    }

    input[type='text']:focus,
    input[type='search']:focus,
    input[type='date']:focus,
    input[type='tel']:focus,
    input[type='password']:focus,
    input[type='email']:focus,
    input[type='file']:focus,
    .textbox:focus {
        outline: 1px solid #00994e;
    }

    input[type='text'][disabled],
    input[type='search'][disabled],
    input[type='date'][disabled],
    input[type='tel'][disabled],
    input[type='password'][disabled],
    input[type='email'][disabled],
    input[type='file'][disabled],
    .textbox[disabled] {
        background: #eaeaea;
        border: 1px dashed #bebebe;
        color: #878787;
    }

        input[type='text'][disabled]::-moz-placeholder,
        input[type='search'][disabled]::-moz-placeholder,
        input[type='date'][disabled]::-moz-placeholder,
        input[type='tel'][disabled]::-moz-placeholder,
        input[type='password'][disabled]::-moz-placeholder,
        input[type='email'][disabled]::-moz-placeholder,
        input[type='file'][disabled]::-moz-placeholder,
        .textbox[disabled]::-moz-placeholder {
            color: #ddd;
            opacity: 1;
        }

        input[type='text'][disabled]:-ms-input-placeholder,
        input[type='search'][disabled]:-ms-input-placeholder,
        input[type='date'][disabled]:-ms-input-placeholder,
        input[type='tel'][disabled]:-ms-input-placeholder,
        input[type='password'][disabled]:-ms-input-placeholder,
        input[type='email'][disabled]:-ms-input-placeholder,
        input[type='file'][disabled]:-ms-input-placeholder,
        .textbox[disabled]:-ms-input-placeholder {
            color: #ddd;
        }

        input[type='text'][disabled]::-webkit-input-placeholder,
        input[type='search'][disabled]::-webkit-input-placeholder,
        input[type='date'][disabled]::-webkit-input-placeholder,
        input[type='tel'][disabled]::-webkit-input-placeholder,
        input[type='password'][disabled]::-webkit-input-placeholder,
        input[type='email'][disabled]::-webkit-input-placeholder,
        input[type='file'][disabled]::-webkit-input-placeholder,
        .textbox[disabled]::-webkit-input-placeholder {
            color: #ddd;
        }

    input[type='text'].error,
    input[type='search'].error,
    input[type='date'].error,
    input[type='tel'].error,
    input[type='password'].error,
    input[type='email'].error,
    input[type='file'].error,
    .textbox.error {
        border: 1px solid #ff2828;
        outline: none;
    }

.footerCopyright {
    text-align: center;
    background: #51be77;
    /* Old browsers */
    background: -moz-linear-gradient(top, #51be77 0%, #27ae58 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #51be77 0%, #27ae58 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #51be77 0%, #27ae58 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#51be77', endColorstr='#27ae58',GradientType=0 );
    /* IE6-9 */
    padding: 22px 0;
    color: #fff;
}

.footerCopyright {
    text-align: center;
    padding: 22px 0;
    color: #a7a7a7;
    background: #f1f1f1;
}

.wrap {
    max-width: 960px;
    margin: 0 auto;
}

.footer .wrap {
    padding: 30px 0px;
}

@media screen and (max-width: 960px) {
    .footer .wrap {
        padding: 25px 15px;
    }
}

@media screen and (max-width: 767px) {
    .footer .wrap {
        padding: 15px;
    }
}

.footerWarning {
    display: table;
    width: 100%;
    table-layout: fixed;
}

    .footerWarning .footerLeft {
        width: 50%;
        display: table-cell;
        vertical-align: middle;
        font-size: 18px;
        color: #6d6d6d;
        line-height: 25px;
        font-weight: bold;
        letter-spacing: 2px;
    }

@media screen and (max-width: 767px) {
    .footerWarning .footerLeft {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
        letter-spacing: 0px;
    }

        .footerWarning .footerLeft div {
            display: inline-block;
        }
}

.footerWarning .footerRight {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    color: #6d6d6d;
    line-height: 25px;
    text-align: justify;
    letter-spacing: 2px;
    word-break: break-all;
}

@media screen and (max-width: 767px) {
    .footerWarning .footerRight {
        display: block;
        width: 100%;
        letter-spacing: 0px;
    }
}

.footerCopyright {
    text-align: center;
    padding: 22px 0;
    color: #a7a7a7;
    background: #f1f1f1;
}

.double_check {
    width: 45px;
    border-radius: 2px;
    background-color: #ababab;
    font-size: 12px;
    color: #fff;
    padding: 3px 10px;
    margin-left: 5px;
}

.inputGroupControlTel {
    position: relative;
}

    .inputGroupControlTel:before,
    .inputGroupControlTel:after {
        content: '';
        display: table;
    }

    .inputGroupControlTel:after {
        clear: both;
    }

    .inputGroupControlTel input:first-child {
        float: left;
        width: 14%;
    }

    .inputGroupControlTel input:nth-child(3) {
        float: left;
        width: 80%;
    }

    .inputGroupControlTel *:nth-child(4) {
        clear: left;
    }

    .inputGroupControlTel > div {
        float: left;
        width: 6%;
        padding: 20px 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .inputGroupControlTel > div:before {
            content: '';
            height: 1px;
            background: #bebebe;
            display: block;
        }

.w-100 {
    width: 100%;
}

.h-100 {
    height: 100%;
}

.header .headerLogo {
    display: block;
    height: 50px;
/*    background: url(../images/project/智活股份logo-1.png) 0 0;*/
    background-size: 200px 50px;
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 25px;
}

@media screen and (max-width: 767px) {
    .header .headerLogo {
        float: none;
        display: inline-block;
        vertical-align: middle;
/*        width: 50px;*/
        height: 45px;
/*        background: url(http://fakeimg.pl/150x135/) 0 0;*/
        background-size: 50px 45px;
        margin: 3px auto;
    }
}


.hr {

    border: 1px solid #e2e2e2;
    width: 80%;
    margin-right: 71px;

}

.form__notice {
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    margin-top: 75px;
    line-height: 1.6;
}

.form__notice--forGroup {
    margin-top: 20px;
    margin-left: 180px;
}

a.link {
    color: #00994e;
    text-decoration: underline;
}


/* modal */

.modal-open {
    overflow: hidden;
}

    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto;
    }

.modal {
    position: fixed;
    top: 0%;
    left: 50%;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    transform: translate(-50%, 0%);
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem);
}

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 1rem);
        overflow: hidden;
    }

    .modal-dialog-scrollable .modal-header,
    .modal-dialog-scrollable .modal-footer {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .modal-dialog-scrollable .modal-body {
        overflow-y: auto;
    }

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

    .modal-dialog-centered::before {
        display: block;
        height: calc(100vh - 1rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content;
        content: "";
    }

    .modal-dialog-centered.modal-dialog-scrollable {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%;
    }

        .modal-dialog-centered.modal-dialog-scrollable .modal-content {
            max-height: none;
        }

        .modal-dialog-centered.modal-dialog-scrollable::before {
            content: none;
        }

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
     border: 0px solid rgba(0, 0, 0, 0.2); 
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
    }

    .modal-backdrop.show {
        opacity: 0.5;
    }

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem .5rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0);
    border-top-right-radius: calc(0);
}

    .modal-header.modal-header.modal-header .close {
        padding: 1rem 1rem;
        margin: -1rem -1rem -1rem auto;
        color: #fff;
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0);
    border-bottom-left-radius: calc(0);
}

    .modal-footer > * {
        margin: 0.25rem;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }

        .modal-dialog-scrollable .modal-content {
            max-height: calc(100vh - 3.5rem);
        }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

        .modal-dialog-centered::before {
            height: calc(100vh - 3.5rem);
            height: -webkit-min-content;
            height: -moz-min-content;
            height: min-content;
        }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

/* close btn */
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    color: #fff;
}


    .close:hover {
        color: #eee;
        text-decoration: none;
    }

    .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
        opacity: .75;
    }

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}

a.close.disabled {
    pointer-events: none;
}


.popup__title.popup__title.popup__title.popup__title.popup__title.popup__title.popup__title.popup__title {
    height: auto;
     border-radius: 0; 
    background: #00994e;
    padding-left: 20px;
    line-height: auto;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    align-items: center;
    box-shadow: none;
}

.fancybox-slide > * {
    background-color: #fff;
}

.fancybox-slide .modal-title {
    line-height: 1;
    margin-top: 0;
    color: #fff;
}

.fancybox-slide .modal-dialog {
    margin-top: 145px;
}

.list_decimal {
    list-style: decimal;
    margin: 5px 0;
}

    .list_decimal li {
        margin: 5px 0;
    }

.middlePadding {
    padding: 0 15px;
}

.footer {
    background-image: -webkit-gradient( linear, left top, left bottom, from(rgba(4,136,190,0.7)), to(rgba(7,109,151,0.85)) );
}

.FrontEndTitle {
    font-size: 40px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .FrontEndTitle {
        font-size: 30px;
    }
}

option:disabled {
    background-color: #e9ecef
}
