@charset "UTF-8";
/*
* @data 2019-3-21
* Author: Alyshia Lee #7711
*
* E.SUN DIGITAL DEPOSIT Stylesheet
-----------------------------------
   1. General
   2. Input
   3. Select
   4. Annotation/Alert
   5. Checkbox
   6. Radio
   7. Loader
   8. RWD
-----------------------------------
*/

/*===============================
            1. General
        ================================*/
.formContainer {
    background: #FFF;
    border-radius: 5px;
    padding: 25px 5%;
    /*margin-bottom: 100px;*/
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
    -ms-box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
    -o-box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
}

    .formContainer.withoutHeader {
        padding: 35px 5%;
    }

header {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 25px;
    color: #1B9E9E;
}

    header.textCenter {
        text-align: center;
    }

.headerAnnotation {
    font-size: 16px;
    font-weight: normal;
    margin-top: 5px;
}

.formContent ul,
.formContent li {
    margin: 0;
    padding: 0;
}

.formContent ul {
    padding-left: 160px;
}

#nationality ul {
    padding-left: 0px;
}

#nationality li {
    margin-bottom: 0px;
    float: left;
    width: calc(100% / 3);
}

    #nationality li:first-child {
        width: 20%;
    }

    #nationality li:nth-child(2) {
        margin-right: 30px;
    }

.formContent .remindText {
    float: left;
    padding: 10px;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    margin-top: 10px;
}

.formContent ul.noDeco {
    padding-left: 140px;
    /*.noDeco label: left*/
}

.formContent .remindText ul {
    padding-left: 0;
    margin: 0 0 10 0;
}

.formContent li {
    position: relative;
    list-style: none;
    /*padding-top: 24px;*/
    /*For label space*/
    margin-top: 15px;
}

.formContent ul.noDeco li {
    padding-top: 0px;
    margin-top: 15px;
}

.formContent .remindText ul li {
    margin-top: 0px;
}

/*.formContent li:before {
    content: url(../../images/ic_input_gray.png);
    display: inline-block;
    width: 18px;
    height: 18px;
    position: absolute;
    left: -35px;
    top: 27px;
}*/

.formContent ul.noDeco li:before {
    display: none;
}

.formContent .formMain li.focus:before {
    content: url(../../images/ic_input_green_now.png);
}

.formContent .formMain li.done:before {
    content: url(../../images/ic_input_green_done.png);
}

.formContent .formMain li.alert:before {
    content: url(../../images/ic_input_yellow_alert.png);
}

.formContent .formMain li.noDot:before {
    display: none;
}

.formContent .formMain ul.noDot li:before {
    display: none;
}

.formContent .formMain li:after {
    content: "";
    display: inline-block;
    width: 2px;
    height: calc(100% - 18px);
    /*75%*/
    /*18px=before icon height*/
    background: #9D9D9D;
    position: absolute;
    left: -27px;
    top: 54px;
}

.formContent .formMain li.done:after,
.formContent .formMain li.alert:after,
.formContent .formMain li .sent:after {
    background: rgba(0, 158, 150, .5);
}

.formContent .formMain li:last-child:after,
.formContent ul.noProgressLine li:after,
.formContent ul.noDeco li:after {
    display: none;
}

/*=FORM:RWD=*/
.formContent {
    width: 100%;
    display: inline-block;
}

.formContentOne {
    margin: 0 auto;
}

.formContentFirst {
    float: left;
    width: 46%;
    display: inline-block;
    position: relative;
    margin-right: 3%;
}

.formContentSec {
    width: 46%;
    display: inline-block;
    position: relative;
}

/*=Form Zone=*/
.formZone,
.radioContent.formZone {
    background: #F7FCFC;
    border-radius: 5px;
    border: 1px solid #ACDEDC;
    border-top: 5px solid #009E96;
    padding: 25px 19px;
    display: inline-block;
    width: calc(100% - 40px);
    margin-bottom: 20px;
}

    .radioContent.formZone.withLabel {
        border-radius: 0 0 5px 5px;
        display: none;
        margin-bottom: 20px;
        max-height: none;
    }

        .radioContent.formZone.withLabel.show {
            display: block;
            overflow: hidden;
        }

    .formZone.transparentbg {
        background: transparent;
        border-radius: 5px;
        border: 1px solid transparent;
        border-top: 5px solid transparent;
        padding: 20px;
        display: inline-block;
        width: calc(100% - 40px);
        margin-bottom: 20px;
    }

/*.formZone:last-child{
            margin-bottom: 0;
        }*/
.formZoneLabel {
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
    background: #009E96;
    color: #FFF;
    display: inline-block;
    border-radius: 5px 5px 0 0;
    margin-bottom: -1px;
}

    .formZoneLabel.dropdownLabel {
        display: block;
        position: relative;
        padding: 10px 45px 10px 20px;
    }

    .formZoneLabel.dropdownLabel {
        margin-top: 20px;
        display: block;
        position: relative;
        padding: 12px 45px 12px 20px;
    }

        .formZoneLabel.dropdownLabel.hide {
            border-radius: 5px;
        }

    .formZoneLabel.dropdownLabel {
        margin-top: 20px;
    }

.formZone.withLabel {
    border-radius: 0px 5px 5px 5px;
}

.formZone .row {
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
}

.formZoneFirst {
    float: left;
    width: 48%;
    display: block;
    position: relative;
    /* margin-right: 3%;*/
}

.formZoneFirstFullWidth {
    float: left;
    display: block;
    position: relative;
}

.formZoneSec {
    float: left;
    width: 48%;
    display: block;
    position: relative;
}

@media screen and (max-width: 1024px) {
    .formZoneFirst {
        float: none;
        width: 100%;
        display: block;
        position: static;
        clear: both;
        margin-right: 0;
        margin-bottom: 25px;
    }

        .formZoneFirst:last-child {
            margin-bottom: 0px;
        }

    .formZoneSec {
        float: none;
        width: 100%;
        display: block;
        position: static;
        clear: both;
    }

        .formZoneSec.UniformNumber {
            margin-top: 25px;
        }
}

.contentGrid {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 3px solid #009E96;
}

.precautions {
    margin: 30px 0;
    padding: 20px;
    background: #eff9e2;
    border: 1px solid #d9efc1;
    border-radius: 5px;
}

    .precautions .title {
        font-size: 14px;
    }

    .precautions li {
        margin: 10px 0;
        font-size: 14px;
        list-style: none;
    }

    .precautions ul li:before {
        content: "※";
        margin-right: 5px;
        /* position: absolute; */
        /* left: 0; */
        margin-top: 0;
    }

@media screen and (max-width: 758px) {

    .precautions {
        margin: 10px 0 30px 0;
    }
}
/*===============================
            2. Input
        ================================*/
.formField {
    /*position: relative;*/
}

.formFieldFirst,
.formFieldSec {
    width: 48%;
    float: left;
}

.formField input[type="text"],
.formField input[type="number"],
.formField input[type="tel"] {
    font-size: 16px;
    border: 0;
    border-bottom: 1px solid #9b9b9b;
    font-family: inherit;
    border-radius: 0;
    padding: 0;
    cursor: text;
    height: 30px;
    width: 95%;
    appearance: none;
    -webkit-appearance: none;
    margin-bottom: 5px;
    background: rgba(255, 255, 255, 0);
}

    .formField input[type="text"]:focus {
        outline: 0;
        border-bottom: 1px solid #1B9E9E;
    }

    .formField input[type="number"]:focus {
        outline: 0;
        border-bottom: 1px solid #1B9E9E;
    }

    .formField input[type="tel"]:focus {
        outline: 0;
        border-bottom: 1px solid #1B9E9E;
    }

.formContent li.alert input[type="text"],
.formContent li.alert input[type="text"]:focus,
.formContent li.alert input[type="number"],
.formContent li.alert input[type="number"]:focus
.formContent li.alert select,
.formContent li.alert select:focus {
    outline: 0;
    border-bottom: 1px solid #EB8300;
}

.formContent li.error input[type="text"],
.formContent li.error input[type="text"]:focus {
    outline: 0;
    border-bottom: 1px solid #F94E4E;
}

.formField input[type="text"]:disabled {
    outline: 0;
    appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    background: rgba(255, 255, 255, 0);
    border-bottom: 1px solid rgba(195, 195, 195, 100);
    color: #16444E;
}

.formField .tel input[type="number"]:nth-child(1),
.formField .tel input[type="text"]:nth-child(1) {
    width: 50px;
    margin-right: 5px;
}

.formField .tel input[type="number"]:nth-child(2),
.formField .tel input[type="text"]:nth-child(2) {
    width: 60%;
    max-width: 280px;
    margin-right: 5px;
}

.formField .tel input[type="number"]:nth-child(3),
.formField .tel input[type="text"]:nth-child(3) {
    width: calc(100% - 50px - 60% - 40px);
}

@media screen and (max-width: 548px) {

    .formField .tel input[type="number"]:nth-child(2),
    .formField .tel input[type="text"]:nth-child(3) {
        width: calc(100% - 50px - 100px);
    }

    .formField .tel input[type="number"]:nth-child(3),
    .formField .tel input[type="text"]:nth-child(3) {
        width: 65px;
    }
}

.amount input[type="tel"]:nth-child(2) {
    width: 60%;
    float: left;
    max-width: 250px;
}

.amount input[type="number"],
.amount input[type="text"] {
    width: 60%;
    float: left;
    max-width: 250px;
    /*margin-right: 10px;*/
    text-align: center;
}

.amount {
    display: inline-block;
    width: 100%;
}

    .amount .partFixedText:nth-child(2) {
        float: right;
    }

input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    /*    opacity: 1 !important;
    width: 20px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-color: blue !important;
    border: 2.5px solid red !important;*/
}

.input-number,
.input-number-decrement,
.input-number-increment {
    height: 30px;
    user-select: none;
}

.input-number-decrement,
.input-number-increment {
    display: inline-block;
    width: 30px;
    line-height: 30px;
    color: #009E96;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    float: left;
}

    .input-number-decrement:active,
    .input-number-increment:active {
        background: #ddd;
    }

    .input-number-decrement.disable,
    .input-number-increment.disable {
        color: #c3c3c3;
        cursor: not-allowed;
    }

.input-number-increment {
    border-left: none;
    border-radius: 4px;
}

.CompanyPhone input:first-child {
    width: 40%;
    margin-right: 5px;
}


.CompanyPhone input:nth-child(2) {
    width: 13%;
}

@media screen and (max-width: 600px) {

    .CompanyPhone input:first-child {
        width: 60%;
        margin-right: 0px;
    }

    .CompanyPhone input:nth-child(2) {
        width: 30%;
    }
}

/*INPUT:RWD*/
.formField label,
.formField input[type="text"] {
    transition: none;
    touch-action: manipulation;
}

.formField label {
    font-size: 16px;
    /*    color: #9D9D9D;*/
    position: absolute;
    /*font-weight: bold;*/
    left: -170px;
    top: 0;
    text-align: right;
    width: 120px;
}

.fixedLable .formField label {
    color: #1B9E9E;
}

.noDeco .formField label {
    left: -140px;
    /*ul.noDeco: padding-left*/
    /*top: 4px;*/
    text-align: right;
    width: 130px;
    /*    color: #1B9E9E;*/
}

ul.noDeco .formField label {
    font-size: 16px;
    position: absolute;
    left: 0;
    top: -24px;
    cursor: pointer;
    /*    color: #1B9E9E;*/
    font-weight: bold;
    text-align: left;
}

.formField input[type="text"]:focus + label,
.formMain li.alert .formField input[type="text"]:focus + label,
.formMain li #anchorVerify1.alert .formField input[type="text"]:focus + label,
.formMain li.done label {
    color: #1B9E9E;
}

.formMain li.alert label {
    color: #EB8300;
}

::-webkit-input-placeholder {
    /*Chorme/Opera/Safari*/
    color: #C3C3C3;
}

::-ms-input-placeholder {
    /*IE 10+*/
    color: #C3C3C3;
}

::-moz-placeholder {
    /*Firefox 19+*/
    color: #C3C3C3;
}

:-moz-placeholder {
    /*Firefox 18-*/
    color: #C3C3C3;
}

/*===============================
            3. Select
        ================================*/
.formField select {
    font-family: inherit;
    font-size: 16px;
    font-weight: inherit;
    border-radius: 0;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #9b9b9b;
    font-family: inherit;
    margin-bottom: 5px;
    padding-right: 40px;
}

.formSel {
    display: inline-block;
    line-height: 30px;
    height: 30px;
    width: 95%;
    background: url("../../images/ic_arrow_green.png") 97% no-repeat;
    background-size: 15px, 9px;
    color: #222;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 1px;
}

    .formSel:focus {
        outline: 0;
        border-bottom: 1px solid #1B9E9E;
        background: url("../../images/ic_arrow_green_up.png") 97% no-repeat;
        background-size: 15px, 9px;
    }

.formField select::-ms-expand {
    display: none;
}

.formSel option {
    color: #222;
    font-size: 18px;
    font-family: Arial, "微軟正黑體", "Microsoft JhengHei", "新細明體", sans-serif;
}

select:required:invalid {
    color: #C3C3C3;
}

option[value=""][disabled] {
    display: none;
}

option {
    color: black;
}

.MarketingUnit select:nth-child(-n+2) {
    width: 15%;
    margin-right: 10px;
}

.MarketingUnit input:nth-child(-n+3) {
    width: 20%;
}

@media screen and (max-width: 768px) {
    .MarketingUnit select:nth-child(1) {
        width: 40%;
        margin-right: 10px;
    }

    .MarketingUnit select:nth-child(2) {
        width: 52%;
        margin-right: 0px;
    }

    .MarketingUnit input:nth-child(-n+3) {
        width: 60%;
    }
}

/*SELECT:RWD*/
.formField select:focus + label,
label.selected {
    font-size: 16px;
    position: absolute;
    left: -170px;
    top: 0;
    cursor: pointer;
    color: #1B9E9E;
    font-weight: bold;
}

.noDeco .formField select:focus + label {
    left: -140px;
    top: 4px;
}

.selectPH {
    display: block;
    font-size: 18px;
    color: #9D9D9D;
    position: absolute;
    left: 0;
    top: 0;
}

.formField select:focus + .selectPH {
    display: none;
}

.selectPH.selected {
    display: none;
}

/*===============================
            4. Annotation/Alert
        ================================*/
.formAnnotation {
    color: #9D9D9D;
    max-width: 95%;
    text-align: justify;
}

.formAlert {
    display: none;
    color: #eb8300;
    font-size: 14px;
    margin-bottom: 10px;
    text-align: left;
    clear: both;
}

@media screen and (max-width: 403px) {
    .IndexInput .formAlert {
        text-align: center;
    }
}

p.formAlert {
    margin-bottom: 0;
}

.formContent li.alert .formAlert {
    display: block;
    color: #EB8300;
}

/*==Other Alert==*/
.otherAlert {
    color: #222;
}

    .otherAlert .emp {
        color: #EB8300;
        font-weight: bold;
    }

    .otherAlert a {
        text-decoration: none;
        color: #1B9E9E;
        cursor: pointer;
    }

/*==Error==*/
.formError {
    display: none;
}

.formContent li.error .formError {
    display: block;
    color: #F94E4E;
}

/*===============================
            5. Checkbox
================================*/
.checkboxField {
    /*display: inline-block;
            width: 100%;*/
    position: relative;
    margin-bottom: 10px;
}

    .checkboxField:last-child {
        margin-bottom: 0;
    }

    .checkboxField input[type="checkbox"] {
        display: none;
        opacity: 0;
        visibility: hidden;
    }

        .checkboxField input[type="checkbox"] + label {
            display: block;
            font-size: 16px;
            color: #222;
            font-weight: normal;
            border: 1px solid #C3C3C3;
            background: #FFF;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            /*padding: 10px 10px;*/
            min-height: 30px;
            /*checkbox icon height*/
            margin: 0;
            cursor: pointer;
            position: static;
            width: auto;
        }


        .checkboxField input[type="checkbox"]:disabled + label div,
        .radioField input[type="radio"]:disabled + label {
            cursor: not-allowed;
        }

    .checkboxField.withoutLine input[type="checkbox"] + label,
    .checkboxField.withoutLine input[type="checkbox"]:disabled + label,
    .checkboxField.withoutLine input[type="checkbox"]:checked + label {
        border: none;
        background: transparent;
        display: inline-block;
        float: left;
        /*padding: 0 10px 20px 10px;*/
    }

.checkboxIcon {
    float: left;
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #C3C3C3;
    background-image: url(../../images/ic_checkbox_normal.png);
    background-size: 30px 30px;
    background-repeat: no-repeat;
}

.checkboxText {
    display: block;
    margin-left: 45px;
    /*text-align: justify;*/
    margin-top: 3px;
}

.checkboxField input[type="checkbox"]:checked + label {
    border: 1px solid #1B9E9E;
}

    .checkboxField input[type="checkbox"]:checked + label .checkboxIcon {
        background: #1B9E9E;
        border: 1px solid #1B9E9E;
        background-image: url(../../images/ic_checkbox_checked.png);
        background-size: 30px 30px;
    }

/*==Checkbox Form==*/
.checkboxForm {
    float: noen;
    clear: both;
    display: inline-block;
    margin-bottom: 5px;
}

    .checkboxForm .checkboxField {
        position: relative;
        float: left;
        display: block;
        width: auto;
        margin-right: 20px;
        margin-bottom: 10px;
    }

        .checkboxForm .checkboxField:last-child {
            margin-bottom: 10px;
        }

        .checkboxForm .checkboxField input[type="checkbox"] + label {
            border: none;
            background: none;
            border-radius: 0px;
            -moz-border-radius: 0px;
            -webkit-border-radius: 0px;
            padding: 0;
            margin: 0;
            cursor: pointer;
            position: static;
            width: auto;
        }

    .checkboxForm .checkboxIcon {
        float: left;
        display: block;
        width: 30px;
        height: 30px;
        border: 1px solid #C3C3C3;
        background: #FFF;
        background-image: url(../../images/ic_checkbox_normal.png);
        background-size: 30px 30px;
        background-repeat: no-repeat;
        margin-right: 10px;
    }

    .checkboxForm .checkboxText {
        display: inline-block;
        margin-left: 0;
        text-align: left;
        margin-top: 0;
        font-size: 16px;
        color: #222;
        font-weight: normal;
        height: 32px;
        line-height: 32px;
    }

    .checkboxForm .checkboxField input[type="checkbox"]:checked + label {
        border: none;
    }

        .checkboxForm .checkboxField input[type="checkbox"]:checked + label .checkboxIcon {
            background: #1B9E9E;
            border: 1px solid #1B9E9E;
            background-image: url(../../images/ic_checkbox_checked.png);
            background-size: 30px 30px;
        }

/*==Purpose Others / Service Others==*/
#data_Purpose_Others + label,
#data_Service_Others + label {
    float: left;
    margin-right: 10px;
}

    #data_Purpose_Others + label + input[type="text"],
    #data_Service_Others + label + input[type="text"] {
        width: 200px;
        display: none;
    }

input[type="radio"]#data_Purpose_Others:checked + label + input[type="text"],
input[type="checkbox"]#data_Service_Others:checked + label + input[type="text"] {
    display: block;
}

/*===============================
            6. Radio
================================*/
.radioForm {
    float: noen;
    clear: both;
    display: inline-block;
    margin-bottom: 5px;
}

.radioField {
    position: relative;
    float: left;
    display: block;
    width: auto;
    margin: 10px 20px 10px 0px;
}

.resetFloat {
    float: none;
}

.insideRadio .radioField {
    margin: 0px;
}

.insideRadio ~ p {
    line-height: 52px;
}

ul.formInfo li .infoContent .radioField {
    margin-top: 10px;
}

@media screen and (max-width: 768px) {
    ul.formInfo li .infoContent .radioField:last-child {
        /* margin-bottom: 30px;*/
    }

    .insideRadio ~ p {
        line-height: normal;
    }
}

.radioField input[type="radio"] {
    display: none;
    opacity: 0;
    visibility: hidden;
}

    .radioField input[type="radio"] + label {
        display: block;
        cursor: pointer;
        position: static;
        text-align: left;
        width: auto;
    }

        .radioField input[type="radio"] + label .radioIcon {
            width: 30px;
            height: 30px;
            border-radius: 15px;
            background: #FFF;
            border: 1px solid #C3C3C3;
            float: left;
            margin-right: 10px;
            position: relative;
        }

            .radioField input[type="radio"] + label .radioIcon .radioInsideCircle {
                width: 22px;
                height: 22px;
                border-radius: 11px;
                background: #FFF;
                position: absolute;
                top: 4px;
                left: 4px;
            }

    .radioField input[type="radio"]:disabled + label .radioIcon .radioInsideCircle {
        background: #e8e8e8;
    }

    .radioField input[type="radio"]:checked + label .radioIcon {
        border: 1px solid #1B9E9E;
    }

        .radioField input[type="radio"]:checked + label .radioIcon .radioInsideCircle {
            background: #1B9E9E;
        }

.radioField label .radioText {
    /*text-align: justify;
    display: block;
    margin: 0px 10 0 40;*/
    padding-top: 5px;
    /*color: #222;*/
    font-weight: normal;
    font-size: 16px;
    /*height: 32px;
    line-height: 32px;*/
    display: inline-block;
}

.withoutIcon.radioField.radioBox .radioText {
    line-height: 1.5;
    margin: 0px;
    /*padding: 13px 40px 13px 0;*/
}

.radioField.radioBox .radioText {
    line-height: 50px;
    margin: 0px;
    padding-top: 0;
    /*padding: 13px 40px 13px 0;*/
}

@media screen and (max-width: 366px) {
    .radioField.radioBox .radioText.twoline {
        line-height: normal;
        margin: 0px;
        padding-top: 4px;
        padding-right: 40px;
        ;
    }
}

.dropdown {
    cursor: pointer;
}

.radioBox {
    border-radius: 5px;
    /*box-shadow: 0 -1px 1px #ddd;
    border: 2px solid #CCC;*/
    float: none;
    position: relative;
    margin: 0px 0px 10px 0px;
}

.radioField.radioBox input[type="radio"] + label .radioIcon {
    margin: 10px 10px 10px 15px;
}

.radioField.radioBox input[type="radio"] + label .radioTitle,
.radioTitle {
    min-height: 24px;
    border: 2px solid #CCC;
    background: #f6f6f6;
    color: #222;
}

.radioField input[type="radio"]:checked + label .radioTitle,
.radioTitle {
    background-color: #39bfb8;
    color: #fff;
    border: 2px solid #39bfb8;
}

div.radioGrid .radioTitle {
    padding-left: 10px;
}

.radioGrid .radioTitle {
    border-radius: 5px;
}

.withoutIcon .radioGrid .radioTitle {
    /*border-radius: 5px;*/
    padding: 13px 40px 13px 10px;
}

.radioGrid.show .radioTitle {
    border-radius: 5px 5px 0 0;
}

.PlanNote {
    /*display: none;*/
}

.radioContent {
    max-height: 200px;
    width: calc(100% - 15px - 15px - 4px);
    padding: 20px 15px;
    overflow-y: scroll;
    display: inline-block;
    border-radius: 0px 0 5px 5px;
    border: 2px solid #CCC;
    margin-top: -2px;
    display: none;
    font-size: 16px;
    overflow-x: hidden;
}

.show.radioContent {
    display: inline-block;
}

.radioField input[type="radio"]:checked ~ .radioContent,
.radioContent.withGreenLine {
    border: 2px solid #39bfb8;
}

.dropdownIcon {
    width: 44px;
    height: 44px;
    position: absolute;
    right: 5px;
    top: 5px;
}

    .dropdownIcon div {
        width: 40px;
        height: 42px;
        background-image: url(../../images/ic_darkblue_arrow-down.svg);
        background-size: 76%;
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
    }

    .dropdownIcon.show div {
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

/*ul.formInfo li .infoContent .radioBox,
ul.formInfo li .infoContent .radioBox .radioContent,
ul.formInfo li .infoContent .radioBox .radioTitle,
ul.formInfo li .infoContent .radioBox .dropdownIcon,
ul.formInfo li .infoContent .checkboxText {
    float: unset;
    margin-right: 0px;
}*/

/*===============================
            7. Loader
================================*/
.loaderContainer {
    width: 25px;
    height: 22px;
    padding-top: 3px;
    position: absolute;
    left: -35px;
    top: 27px;
    display: block;
}

.loader {
    width: 18px;
    height: 18px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
}

    .loader:before,
    .loader:after {
        content: "";
        position: absolute;
        top: -2px;
        left: -2px;
        width: 100%;
        height: 100%;
        border-radius: 100%;
        border: 2px solid transparent;
        border-top-color: #9B9B9B;
    }

    .loader:before {
        z-index: 100;
        animation: spin 1s infinite;
    }

    .loader:after {
        border: 2px solid #DFDFDF;
    }

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*===============================
            8. RWD
        ================================*/
@media screen and (max-width: 1024px) {
    .formContent {
        display: block;
        height: auto;
    }

    .formContentFirst {
        float: none;
        width: 100%;
        display: block;
        position: static;
        clear: both;
    }

    .formContentSec {
        width: 100%;
        display: block;
        position: static;
        clear: both;
    }
}

@media screen and (max-width: 768px) {
    .formContentOne {
        margin: 0;
    }

    .formContent ul {
        margin-top: 25px;
        padding-left: 35px;
    }

        .formContent ul.noDeco {
            margin-top: 0px;
            padding-left: 0px;
        }

    /*==INPUT==*/
    .formField label,
    .formField input {
        transition: all .2s;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -ms-transition: all .2s;
        -o-transition: all .2s;
        touch-action: manipulation;
    }

    .formField label {
        /*font-size: 18px;*/
        /*color: #9D9D9D;*/
        position: absolute;
        font-weight: normal;
        left: 0;
        top: 0;
        text-align: left;
        width: auto;
    }

    .formMain li.alert label {
        /*  color: #9D9D9D;*/
    }

    .formField input:placeholder-shown + label {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    ::-webkit-input-placeholder {
        /*Chorme/Opera/Safari*/
        opacity: 0;
        transition: inherit;
        color: #C3C3C3;
    }

    ::-ms-input-placeholder {
        /*IE 10+*/
        opacity: 0;
        transition: inherit;
        color: #C3C3C3;
    }

    ::-moz-placeholder {
        /*Firefox 19+*/
        opacity: 0;
        transition: inherit;
        color: #C3C3C3;
    }

    :-moz-placeholder {
        /*Firefox 18-*/
        opacity: 0;
        transition: inherit;
        color: #C3C3C3;
    }

    .formField input:focus::-webkit-input-placeholder {
        opacity: 1;
    }

    .formField input:focus::-ms-input-placeholder {
        opacity: 1;
    }

    .formField input:focus::-moz-placeholder {
        opacity: 1;
    }

    /*.formField input:not(:placeholder-shown)+label,
    .formField input:focus+label {
        font-size: 16px;
        position: absolute;
        left: 0;
        top: -24px;
        cursor: pointer;
        color: #1B9E9E;
        font-weight: bold;
    }*/

    .formMain li.alert input:not(:placeholder-shown) + label,
    .formMain li.alert input:focus + label {
        color: #EB8300;
    }

    #browserIE.fixedLable label.ieChange {
        font-size: 16px;
        position: absolute;
        left: 0;
        top: -24px;
        cursor: pointer;
        /*color: #1B9E9E;*/
        font-weight: bold;
        text-align: left;
    }

    /*== fixed label==*/
    .fixedLable .formField label {
        font-size: 16px;
        position: absolute;
        left: 0;
        top: -24px;
        cursor: pointer;
        color: #1B9E9E;
        font-weight: bold;
        text-align: left;
    }

    .fixedLable .formField input:placeholder-shown + label {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    ::-webkit-input-placeholder {
        /*Chorme/Opera/Safari*/
        opacity: 1;
        transition: inherit;
        color: #C3C3C3;
    }

    ::-ms-input-placeholder {
        /*IE 10+*/
        opacity: 1;
        transition: inherit;
        color: #C3C3C3;
    }

    ::-moz-placeholder {
        /*Firefox 19+*/
        opacity: 1;
        transition: inherit;
        color: #C3C3C3;
    }

    :-moz-placeholder {
        /*Firefox 18-*/
        opacity: 1;
        transition: inherit;
        color: #C3C3C3;
    }

    /*==noDeco Input==*/
    .formContent ul.noDeco li {
        padding-top: 24px;
    }



    ul.noDeco li.alert .formField input + label {
        color: #EB8300;
    }

    ul.noDeco .formField input:placeholder-shown + label {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    ul.noDeco ::-webkit-input-placeholder {
        /*Chorme/Opera/Safari*/
        opacity: 1;
        transition: inherit;
        color: #C3C3C3;
    }

    ul.noDeco ::-ms-input-placeholder {
        /*IE 10+*/
        opacity: 1;
        transition: inherit;
        color: #C3C3C3;
    }

    ul.noDeco ::-moz-placeholder {
        /*Firefox 19+*/
        opacity: 1;
        transition: inherit;
        color: #C3C3C3;
    }

    ul.noDeco :-moz-placeholder {
        /*Firefox 18-*/
        opacity: 1;
        transition: inherit;
        color: #C3C3C3;
    }

    /*==SELECT==*/
    .formField select:focus + label,
    label.selected {
        font-size: 16px;
        position: absolute;
        left: 0;
        top: -24px;
        cursor: pointer;
        color: #1B9E9E;
        font-weight: bold;
    }

    .selectPH {
        display: none;
    }

    /*==noDeco Select==*/
    ul.noDeco .formField select:focus + label {
        font-size: 16px;
        position: absolute;
        left: 0;
        top: -24px;
        cursor: pointer;
        color: #1B9E9E;
        font-weight: bold;
    }

    /*==Checkbox==*/
    .checkboxField input[type="checkbox"] + label {
        font-size: 16px;
        color: #222;
        font-weight: normal;
        position: static;
        width: auto;
    }

    .checkboxField input[type="checkbox"]:disabled + label {
        background: #F6F6F6;
    }

    .formMain li.alert .checkboxField input[type="checkbox"] + label {
        color: #222;
    }

    .checkboxForm {
        margin: 10px 0;
    }

        .checkboxForm .checkboxField {
            float: none;
            clear: both;
            margin-right: 0;
        }

    /*==Radio==*/
    .radioForm {
        /*margin: 10px 0;*/
    }

    .radioField {
        width: 100%;
    }

        .radioField label .radioText {
            text-align: justify;
            display: block;
            margin: 0px 10px 0px 40px;
            padding-top: 5px;
        }

    #nationality li {
        margin-bottom: 0px;
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }

        #nationality li:first-child {
            width: 100%;
        }

        #nationality li:nth-child(3) {
            margin-bottom: 0px;
        }
}

.formContent .formDataConfirm ul.formInfo {
    padding-left: 200px;
    margin: 10px 0px;
}

/*ul.formInfo li .infoTitle {
    position: absolute;
    left: -200px;
    top: 1;
    width: 180px;
    text-align: right;
    font-weight: bold;
    font-size: 16px;
    color: #1B9E9E;
}*/

@media screen and (max-width: 768px) {
    ul.formInfo li .infoTitle {
        left: 0px;
        top: 0px;
        text-align: left;
    }
}

ul.formInfo li .infoContent {
    font-size: 16px;
    font-weight: normal;
    color: #222;
    min-height: 24px;
}

    ul.formInfo li .infoContent.formText,
    .formText {
        margin: 5px 0px 0px 0px;
        font-size: 16px;
        /* font-weight: bold; */
        border: 1px solid #d5d5d5;
        padding: 10px;
        border-radius: 5px;
        display: block;
    }

.inputWord {
    float: left;
    width: 100%;
}

/*.formText:first-child {
    margin: 20 0 10 0;
}*/

.formButBtn.twoBtn {
    display: inline-block;
    width: calc(100% - ((100% - 285px - 285px - 3%) / 2));
    padding-left: calc((100% - 285px - 285px - 3%) / 2);
}

    .formButBtn.twoBtn input[type="button"],
    .formButBtn.twoBtn input[type="submit"] {
        float: left;
        margin-right: 3%;
    }

    .formButBtn.twoBtn a:last-child input[type="button"],
    .formButBtn.twoBtn a:last-child input[type="submit"] {
        margin-right: 0;
    }

@media screen and (max-width: 790px) {
    .formButBtn.twoBtn input[type="button"],
    .formButBtn.twoBtn input[type="submit"] {
        float: none;
        clear: both;
        margin: 0 auto;
    }
}

@media screen and (max-width: 790px) {
    .formButBtn.twoBtn {
        display: block;
        width: 100%;
        padding-left: 0;
    }
}

@media screen and (max-width: 790px) {
    .formButBtn.twoBtn a:last-child input[type="button"],
    .formButBtn.twoBtn a:last-child input[type="submit"] {
        margin: 15px auto 0;
    }
}

.formContainer:not(.staticForm) .checkboxField input[type="checkbox"]:not(:checked):disabled + label div,
.formContainer:not(.staticForm) .radioField input[type="radio"]:not(:checked):disabled + label div {
    color: #bababa
}

li.alert .checkboxIcon,
li.alert .radioIcon {
    border: 1px solid #EB8300 !important;
}

li div.checkboxField.withoutLine input[type="checkbox"] + label .checkboxIcon,
li div.radioField input[type="radio"] + label .radioIcon {
    border: 1px solid #C3C3C3;
}

input[type="checkbox"].error + label .checkboxIcon,
input[type="radio"].error + label .radioIcon {
    border: 1px solid #EB8300;
}

@charset "UTF-8";
/*
* @data 2021-08-06
* Author: Lily Ou #7707
*
* E.SUN DIGITAL DEPOSIT Stylesheet
-----------------------------------
   1. Universe
   2. Nav
   3. Btn
   4. input
   5. Note
   6. Footer
   7. Progress Bar
   8. RWD
   9. index
-----------------------------------
*/


/*===============================
            1. Universe
================================*/
html,
body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial, "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-size: 16px;
    color: #222;
}

a {
    text-decoration: none;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

h1,
h2,
h3,
h4,
p {
    margin: 0;
}

.c_orange {
    color: #EE8640;
}

.c_green {
    color: #009E95;
}

#pageWarpper {
    min-height: 100%;
    position: relative;
    /*background: linear-gradient(#1B9E9E, #EDFAF9);*/
    background: #1B9E9E;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFiOWU5ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGZhZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #1B9E9E 0%, #EDFAF9 100%);
    /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1B9E9E), color-stop(100%, #EDFAF9));
    /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(top, #1B9E9E 0%, #EDFAF9 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top, #1B9E9E 0%, #EDFAF9 100%);
    /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(top, #1B9E9E 0%, #EDFAF9 100%);
    /* IE10 preview */
    background: linear-gradient(to bottom, #1B9E9E 0%, #EDFAF9 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1B9E9E', endColorstr='#EDFAF9', GradientType=0);
    /* IE6-8 */

    background-attachment: fixed;
    background-repeat: no-repeat;
}


#footerWarpper {
    /*    position: absolute;*/
    left: 0;
    bottom: 0;
    width: 100%;
}

#contentWarpper {
    padding-bottom: 180px;
    /*footer height*/
}

@media screen and (max-width: 385px) {
    #contentWarpper {
        padding-bottom: 195px;
    }
}

/*--[if gte IE9]--*/
.gradient {
    filter: none;
}

.contentContainer {
    width: 98%;
    max-width: 1200px;
    margin: 0 auto;
}

/*===============================
            2. Nav
================================*/
nav {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    background: url(../../images/headerPromotion.png) repeat-x #FFF;
    border-bottom: 1px solid #FFF;
    margin-bottom: 40px;
}

    nav a {
        text-decoration: none;
    }

    nav .navFront {
        float: left;
    }


    nav .navLogo {
        background: url(../../images/logo.svg)no-repeat;
        background-size: 100%;
        margin: 0 20px;
        width: 140px;
        height: 30px;
        position: relative;
        top: 6px;
    }

@media screen and (max-width: 640px) {
    nav .navLogo {
        background: url(../../images/logoMobile.svg)no-repeat;
        width: 26px;
        margin: 0 0 0 20px;
        top: 7px;
        background-size: contain;
    }
}

nav .navFront font {
    color: #C3C3C3;
    font-weight: normal;
    font-size: 24px;
}

nav .navFront a {
    color: #009E96;
    float: left;
}

nav .navHome a {
    color: #9B9B9B;
    font-size: 16px;
    position: absolute;
    right: 20px;
    line-height: 43px;
}

nav .navHome img {
    width: 20px;
    height: 40px;
    float: left;
    margin-right: 5px;
}

/*==RWD==*/
@media screen and (max-width: 640px) {
    nav .navHome font {
        display: none;
    }
}

/*===============================
            3. Btn
================================*/
.btnStyle {
    display: block;
    appearance: none;
    -webkit-appearance: none;
    border: none;
    height: 44px;
    line-height: 40px;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    font-family: "微軟正黑體", "Microsoft JhengHei", Arial, sans-serif;
}

.subBtnStyle {
    display: block;
    appearance: none;
    -webkit-appearance: none;
    border: none;
    height: 36px;
    line-height: 34px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    padding: 0 20px;
    font-family: "微軟正黑體", "Microsoft JhengHei", Arial, sans-serif;
}

.formZone .btnStyle {
    margin: 0;
}

.btnGreen {
    color: #FFF;
    border: 1px solid #009E96;
    background: #009E96;
}

    .btnGreen:hover {
        background: #28B8B0;
    }

.btnDarkBlue {
    background-color: #3C4C5E;
    color: #FFF;
}

    .btnDarkBlue:hover {
        background-color: #2B3C50;
    }

.btnWhite {
    color: #009E96;
    /*    border: 1px solid #009E96;*/
    background: #FFF;
}

.btnWhiteGreenline {
    color: #009E96;
    border: 1px solid #009E96;
    background: #FFF;
}

    .btnWhiteGreenline:hover {
        background: #EFEFEF;
    }

.btnWhiteline {
    color: #FFF;
    border: 1px solid #FFF;
    background: transparent;
}

.btnArrow {
    background-color: transparent;
    font-size: 14px;
    color: #009E96;
    font-weight: normal;
    position: relative;
}

    .btnArrow:hover {
        font-weight: bold;
    }

.btnPurple {
    color: #7634a2;
    background-color: #ffffff;
}
/*.btnArrow::before{
    content: '>';
    position: absolute;
    top: 0;
    right: 0;
}*/
.btnOrange {
    color: #fff;
    background-color: #F5A623;
}

.btnDarkGray {
    color: #FFF;
    border: 1px solid #6B6B6B;
    background: #6B6B6B;
}

    .btnDarkGray:hover {
        background: #747474;
    }

.btnYellow {
    color: #FFF;
    border: 1px solid #EB8300;
    background: #EB8300;
}

    .btnYellow:hover {
        background: #ED9018;
    }

input.btnStyle:disabled,
input.subBtnStyle:disabled {
    background: #C3C3C3;
    border: 1px solid #C3C3C3;
    color: #FFF;
    cursor: not-allowed;
}

.btn-s {
    width: 125px;
}

.btn-l {
    width: 285px;
}

.btn-m {
    width: 180px;
}

.formButBtn.twoBtn {
    display: inline-block;
    width: calc(100% - ((100% - 285px - 285px - 3%) / 2));
    padding-left: calc((100% - 285px - 285px - 3%) / 2);
}

.formButBtn.twoBtn {
    display: inline-block;
    width: calc(100% - ((100% - 285px - 285px - 3%) / 2));
    padding-left: calc((100% - 285px - 285px - 3%) / 2);
}

.formButBtn {
    margin-top: 20px;
}

    .formButBtn.twoBtn input[type="button"] {
        float: left;
        margin-right: 3%;
    }

    .formButBtn.twoBtn a:last-child input[type="button"] {
        margin-right: 0;
    }

@media screen and (max-width: 790px) {
    .formButBtn.twoBtn input[type="button"] {
        float: none;
        clear: both;
        margin: 20px auto;
    }
}

@media screen and (max-width: 790px) {
    .formButBtn.twoBtn {
        display: block;
        width: 100%;
        padding-left: 0;
    }
}

@media screen and (max-width: 790px) {
    .formButBtn.twoBtn a:last-child input[type="button"] {
        margin: 15px auto 0;
    }
}

/*===============================
            4. input
================================*/
input[type="text"].uiStyle:focus,
input[type="tel"].uiStyle:focus {
    border: 2px solid #6883A1;
}

input[type="text"].uiStyle,
input[type="tel"].uiStyle {
    appearance: none;
    outline: none;
    margin: 0;
    padding: 0;
    background: #FFF;
    font-size: 16px;
    color: #222;
    letter-spacing: 0.06em;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    border: 1px solid #CECECE;
    padding-left: 10px;
}

.wrong_notice {
    color: #F46155;
    font-size: 14px;
    text-align: left;
}

.IndexInput {
    padding: 0 40px;
    display: inline-block;
}

    .IndexInput:first-child {
        margin-bottom: 10px;
    }

    .IndexInput div {
        float: left;
    }
/*===============================
            5. Note
================================*/
.noteContainer {
    /*background: #eff9e2;*/
    border: #d5d5d5 1px solid;
    margin: 20px auto 0;
    padding: 15px;
    border-radius: 5px;
}

header .noteContainer {
    /*background: #eff9e2;*/
    border: none;
    margin: 0 auto;
    padding: 15px;
    border-radius: 5px;
    font-weight: normal;
}

.noteContainer ul,
.noteContainer li {
    padding: 0;
    margin: 0;
}

.noteContainer ul {
    padding-left: 20px;
    position: relative;
}

.noteContainer li {
    list-style: none;
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    margin-bottom: 5px;
}

header .noteContainer li {
    text-align: center;
}

.noteContainer li:last-child {
    margin-bottom: 0;
}

.noteContainer li:before {
    content: "※";
    position: absolute;
    left: 0;
}

header .noteContainer li:before {
    content: "";
}
/*===============================
            6. Footer
================================*/
#bottomfooter {
    clear: both;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    line-height: 30px;
    background-color: #1D4A52;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    z-index: 1;
    /* margin-top: 156px; */
    margin-top: auto;
}

    /* line1 */
    #bottomfooter ul {
        margin-bottom: 0;
    }

    #bottomfooter .service {
        width: 100%;
        background: #eee;
        text-align: center;
        padding: 6px 0;
    }

        #bottomfooter .service li {
            display: inline-block;
            color: #888;
            font-size: 13px;
            margin: 0 5px;
        }

            #bottomfooter .service li span {
                margin: 0 5px;
            }

            #bottomfooter .service li a {
                color: #009e96;
                border-left: #888888 1px solid;
                border-right: #888888 1px solid;
                padding: 0 15px;
            }

/* line2 */

.anchor {
    text-align: center;
    padding: 10px 0;
    font-family: Arial, "微軟正黑體", "Microsoft JhengHei", "新細明體", sans-serif;
}

    .anchor li {
        display: inline-block;
        font-size: 13px;
        letter-spacing: 0.06em;
        color: #fff;
        font-family: Arial, "微軟正黑體", "Microsoft JhengHei", "新細明體", sans-serif;
    }

        .anchor li a {
            display: inline;
            font-weight: normal;
            color: #fff;
            text-decoration: none;
            cursor: pointer;
        }


        .anchor li:before {
            content: "|";
            padding: 0 5px 0 1px;
        }

        .anchor li.first:before {
            content: "";
            padding: 0 5px 0 0;
        }

        .anchor li:before {
            color: #30ABAF;
        }

        .anchor li i.copyright:after {
            content: "©";
            font-size: 14px;
            margin: 2px 4px 0 0;
        }

@media only screen and (max-width:767px) {
    #bottomfooter .service li {
        font-size: 1rem;
    }

    .anchor li {
        font-size: 1.1rem;
    }
}

/*===============================
            7. Progress Bar
================================*/
.progressBar {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #9B9B9B;
    margin-bottom: 20px;
    margin: 0px auto 20px;
    display: table;
}

    .progressBar ul,
    .progressBar ul li {
        padding: 0;
        margin: 0;
    }

    .progressBar ul {
        position: relative;
    }

        .progressBar ul li {
            list-style: none;
            float: left;
            position: relative;
            height: 44px;
            line-height: 44px;
            padding-right: 20px;
            border-radius: 22px;
            -moz-border-radius: 22px;
            -webkit-border-radius: 22px;
            background: #D5D5D5;
            margin-right: 30px;
            opacity: .5;
        }

            .progressBar ul li:last-child {
                margin-right: 0;
            }

            .progressBar ul li.now,
            .progressBar ul li.done {
                background: #16444E;
                color: #FFF;
                opacity: 1;
            }

    /*==Number==*/
    .progressBar .progressNo {
        float: left;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        margin: 7px 10px 7px 7px;
        text-align: center;
        background: #EBEBEB;
    }

    .progressBar ul li.now .progressNo {
        background: #FFF;
        color: #009E96;
    }

    .progressBar ul li.done .progressNo {
        background: #16444E;
        color: rgba(0, 0, 0, 0);
        background-image: url(../../images/ic_checkbox_checked.png);
        background-size: 30px 30px;
        background-repeat: no-repeat;
        background-position: center;
    }

    .progressBar .progressTitle {
        display: inline-block;
    }

        .progressBar .progressTitle font {
            font-size: 16px;
            font-weight: normal;
            color: #7FCCC8;
            margin-left: 5px;
            display: none;
        }

    .progressBar ul li.now .progressTitle font {
        display: inline-block;
    }

    /*==Percentage==*/
    .progressBar .progressPerc {
        color: #FFF;
        font-size: 16px;
        line-height: 1;
        width: 45px;
        text-align: center;
        font-weight: normal;
        position: absolute;
        left: 0;
        top: -30px;
        display: none;
    }

        /*.progressBar ul li.now .progressPerc{
            display: block;
        }*/
        .progressBar .progressPerc::after {
            display: block;
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 6px 4px 0 4px;
            border-color: #FFF transparent transparent transparent;
            position: absolute;
            left: 18px;
            margin-top: 3px;
        }

    /*==Line==*/
    .progressBar ul li::before {
        display: block;
        content: "";
        width: 30px;
        height: 3px;
        background: #D5D5D5;
        position: absolute;
        left: -30px;
        top: 20px;
    }

    .progressBar ul li.now::before,
    .progressBar ul li.done::before {
        background: #16444E;
    }

    .progressBar ul li:first-child::before {
        display: none;
    }

/*==RWD==*/
@media screen and (max-width:957px) {
    .progressBar ul li {
        height: 36px;
        padding-right: 0;
        border-radius: 18px;
        -moz-border-radius: 18px;
        -webkit-border-radius: 18px;
        margin-right: 7px;
        margin-top: 4px;
    }

        .progressBar ul li.now,
        .progressBar ul li.done {
            height: 44px;
            line-height: 44px;
            padding-right: 8px;
            border-radius: 22px;
            -moz-border-radius: 22px;
            -webkit-border-radius: 22px;
            margin-top: 0px;
        }

        .progressBar ul li.done {
            padding-right: 0;
        }

    .progressBar .progressNo {
        width: 24px;
        height: 24px;
        line-height: 24px;
        border-radius: 12px;
        -moz-border-radius: 12px;
        -webkit-border-radius: 12px;
        margin: 6px;
        font-size: 16px;
    }

    .progressBar ul li.now .progressNo,
    .progressBar ul li.done .progressNo {
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        margin: 7px;
        font-size: 18px;
    }

    .progressBar ul li.done .progressNo {
        margin: 7px;
    }

    .progressBar .progressTitle {
        display: none;
    }

    .progressBar ul li.now .progressTitle {
        display: inline-block;
    }

        .progressBar ul li.now .progressTitle font {
            font-size: 14px;
        }

    .progressBar ul li::before {
        top: 16px;
        width: 8px;
        left: -7px;
    }

    .progressBar ul li.now::before,
    .progressBar ul li.done::before {
        top: 20px;
    }
}

@media screen and (max-width:385px) {
    .progressBar ul li {
        height: 28px;
        border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        margin-top: 3px;
        font-size: 16px;
    }

        .progressBar ul li.now,
        .progressBar ul li.done {
            height: 35px;
            line-height: 36px;
            border-radius: 18px;
            -moz-border-radius: 18px;
            -webkit-border-radius: 18px;
            margin-top: 0px;
        }

        .progressBar ul li.now {
            /*padding-right: 5px;*/
        }

    .progressBar .progressNo {
        width: 15px;
        height: 15px;
        line-height: 15px;
        border-radius: 9px;
        -moz-border-radius: 9px;
        -webkit-border-radius: 9px;
        font-size: 14px;
    }

    .progressBar ul li.now .progressNo,
    .progressBar ul li.done .progressNo {
        width: 23px;
        height: 23px;
        line-height: 24px;
        border-radius: 12px;
        -moz-border-radius: 12px;
        -webkit-border-radius: 12px;
        margin: 6px 7px 6px 6px;
        font-size: 16px;
    }

    .progressBar ul li.done .progressNo {
        margin: 6px;
    }

    .progressBar ul li.now .progressTitle font {
        display: none;
    }

    .progressBar ul li::before {
        top: 13px;
    }

    .progressBar ul li.now::before,
    .progressBar ul li.done::before {
        top: 16px;
    }
}

@media screen and (max-width:330px) {
    .progressBar ul li {
        display: none;
    }

        .progressBar ul li.now {
            display: block;
            padding-right: 8px;
        }

            .progressBar ul li.now::before {
                display: none;
            }
}

/*===============================
            8. RWD
================================*/
@media screen and (max-width: 1024px) {
    .contentContainer {
        width: 90%;
    }
}

@media screen and (max-width: 790px) {
    .btn-l {
        /*width: 90%;*/
        max-width: 250px;
    }

    .formZone .btn-l {
        /*width: 90%;*/
        max-width: 200px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 360px) {
    .btn-s {
        width: 40%;
        max-width: 125px;
    }
}

/*===============================
            9. index
================================*/
.index-nav {
    margin-bottom: 0px;
}

/*kv*/
section.kv {
    background-image: url(../../images/index_img.jpg);
    background-size: cover;
}

    section.kv .container {
        height: 400px;
        max-width: 1200px;
        text-align: center;
        margin: auto;
        padding: 0 20px;
    }

@media (max-width: 425px) {
    section.kv .container {
        height: 500px;
    }
}

.kv .container h1 {
    font-size: 45px;
    color: #009D96;
    text-align: left;
    padding-top: 60px;
    line-height: 1.2;
    margin: 0;
}

.kv .container .line {
    min-width: 300px;
    max-width: 400px;
    height: 1px;
    background-color: #000;
    margin: 15px 0;
    background-color: #009D96;
}

.kv .container p {
    text-align: left;
    font-size: 20px;
    line-height: 1.5;
}

.kv .container ul li {
    display: inline-block;
    white-space: nowrap;
    padding: 5px 10px;
}

.kv .container ul {
    margin-top: 40px;
}

@media (max-width: 585px) {
    .kv .container ul {
        margin: 20px 0;
    }
}

/*step*/
.step h2 {
    font-size: 26px;
    text-align: center;
    background-color: #009D96;
    padding: 10px;
    color: #fff;
    font-weight: 100;
    letter-spacing: 5px;
}

.step .step_container {
    background-image: url(../../images/kv_stepbg.jpg);
    background-size: cover;
    padding: 60px 0;
}

    .step .step_container ul {
        text-align: center;
    }

        .step .step_container ul li {
            display: inline-block;
            vertical-align: top;
            margin: 0 20px;
            text-align: center;
            color: #009D96;
        }

            .step .step_container ul li h3 {
                margin: 15px;
                position: relative;
                font-size: 26px;
            }

            .step .step_container ul li .step_containt {
                max-width: 150px;
                height: 140px;
                background-color: #fff;
                border: 1px solid #009D96;
                padding: 10px;
            }

                .step .step_container ul li .step_containt h4 {
                    font-size: 20px;
                    font-weight: bold;
                }

                .step .step_container ul li .step_containt .line {
                    width: 90%;
                    height: 1px;
                    background-color: #009D96;
                    margin: 10px 0;
                }

                .step .step_container ul li .step_containt p {
                    text-align: justify;
                    font-size: 16px;
                    padding: 0 8px;
                    color: #5E5E5E;
                }

/*serial_number*/
.serial_number {
    padding: 30px 15px;
    padding-bottom: 120px;
    background-color: #fff;
}

    .serial_number h2 {
        font-size: 26px;
        text-align: center;
        padding: 10px;
        color: #009D96;
        font-weight: bold;
        letter-spacing: 5px;
    }

    .serial_number form {
        max-width: 600px;
        margin: auto;
        margin-top: 20px;
        text-align: center;
        border: 1px solid #009D96;
        padding: 30px 0;
        /*float: left;*/
        line-height: 40px;
        margin-bottom: 50px;
    }

    .serial_number label {
        margin-right: 10px;
        font-size: 20px;
        vertical-align: middle;
        color: #5E5E5E;
        display: inline-block;
        width: 104px;
        text-align: right;
        float: left;
    }

    .serial_number form ul {
        text-align: center;
        width: 80%;
        margin: auto;
        /*margin-top: 30px;*/
        border: 1px solid #009D96;
        margin-top: 20px;
    }

        .serial_number form ul h3 {
            font-size: 16px;
            text-align: center;
            background-color: #009D96;
            padding: 10px;
            color: #fff;
            font-weight: 200;
            letter-spacing: 5px;
        }

        .serial_number form ul li {
            padding: 0 10px;
            margin: 10px;
            text-align: justify;
            line-height: 1.5;
            text-indent: -16px;
            margin-left: 16px;
        }

    .serial_number form input {
        margin-top: 30px;
    }

    .serial_number .wrong_notice {
        /*margin: 10 0 20 47;*/
    }


@media (max-width: 337px) {
    .serial_number .wrong_notice {
        margin: 10 0 20 0;
    }
}

@media (max-width: 403px) {
    .serial_number label {
        float: none;
        text-align: center;
        margin-right: 0;
    }

    .IndexInput div {
        width: 100%;
    }

    .serial_number h2 {
        padding: 0;
    }

    .serial_number form ul {
        margin-top: 40px;
    }
}
/*form*/
.reminder {
    background: #f9f9f9;
    padding: 10px;
    border-radius: 5px;
    padding-bottom: 10px;
}

.upper {
    text-transform: uppercase;
}

@charset "UTF-8";
/*
* @data 2018-9-17
* Author: Alyshia Lee #7711
*
* E.SUN DIGITAL DEPOSIT Stylesheet
-----------------------------------
   1. General
   2. Content
   3. Btn
   4. RWD
-----------------------------------
*/

/*===============================
			1. General
		================================*/
.popup {
    z-index: 500;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, .5);
}

.idlePopup {
    z-index: 1000;
}

.popupContainer {
    position: relative;
    width: 90%;
    max-width: 750px;
    height: auto;
    background: #FFF;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
    -ms-box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
    -o-box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
    margin: 100px auto;
}

/*===============================
			2. Content
		================================*/
.popupContent {
    padding: 20px;
}

    .popupContent header {
        text-align: center;
        color: #009E96;
        font-weight: bold;
        font-size: 22px;
    }

    .popupContent .headerAnnotation {
        font-size: 16px;
        font-weight: normal;
    }

    .popupContent .popupText {
        margin: 50px auto;
        width: 90%;
        font-weight: normal;
        color: #222;
        font-size: 18px;
        line-height: 1.5;
        text-align: center;
    }

        .popupContent .popupText.errorPopup.alignLeft {
            text-align: left;
            /*margin: 60px auto;*/
        }

        .popupContent .popupText p,
        .popupContent .popupText ul,
        .popupContent .popupText ul li {
            margin: 0;
            padding: 0;
            text-align: justify;
        }

            .popupContent .popupText ul li {
                list-style: none;
                position: relative;
                padding-left: 30px;
            }

                .popupContent .popupText ul li::before {
                    display: block;
                    position: absolute;
                    left: 0;
                    top: 0;
                }

.popupText .emp {
    font-weight: bold;
    color: #009E96;
}

.popupText.errorPopup .emp {
    font-weight: bold;
    color: #EB8300;
}

/*==With Alert Icon==*/
.popupContent header.errorPopup {
    color: #EB8300;
    margin-bottom: 15px;
}

.popupAlertIcon {
    margin: 25px auto 15px auto;
    width: 55px;
}

    .popupAlertIcon img {
        width: 55px;
        height: 55px;
    }

.popupContent .popupText.errorPopup {
    margin: 0 auto 50px;
}

    .popupContent .popupText.errorPopup p {
        margin: 0;
        padding: 0;
        text-align: left;
        text-align: justify;
    }

/*==Text Frame==*/
.popup .textFrame {
    margin: 0px auto 20px;
    padding: 15px;
    border: 1px solid #C3C3C3;
    overflow-y: auto;
    font-size: 14px;
    line-height: 1.5;
}

.popupText .alert {
    font-weight: bold;
    color: #F94E4E;
}

/*===============================
			3. Btn
		================================*/
.popupBtn.twoBtn {
    height: 45px;
    width: 302px;
    display: block;
    margin: 0 auto;
    position: relative;
}

    .popupBtn.twoBtn .btn-s {
        width: 135px;
    }

    .popupBtn.twoBtn input[type="button"] {
        float: left;
        margin-right: 30px;
    }

        .popupBtn.twoBtn input[type="button"]:last-child {
            margin-right: 0px;
        }

@media screen and (max-width: 360px) {
    .popupBtn.twoBtn {
        width: 90%;
    }

        .popupBtn.twoBtn .btn-s {
            width: 48%;
            max-width: none;
        }

        .popupBtn.twoBtn input[type="button"] {
            margin-right: 3%;
        }

            .popupBtn.twoBtn input[type="button"]:last-child {
                margin-right: 0px;
            }
}

/*===============================
			4. RWD
		================================*/
@media screen and (max-width: 768px) {
    .popupContainer {
        margin: 30px auto;
    }
}

@media screen and (max-width: 400px) {
    .popupContent .popupText {
        width: 80%;
    }

    .popupContent {
        padding: 20px 5px;
    }

        .popupContent header {
            font-size: 20px;
        }
}
.hidden {
    display: none !important;
}

.spin_filter {
    z-index: 9999999;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
}

.idr_spin_filter {
    z-index: 100;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.5;
    position: absolute;
}
