@charset "utf-8";
    /****************留言板********************/
    /*----------------------------主視覺----------------------------------*/
    /*--留言板--*/
    .topimg-sendMsg {
        background-image: url(../img/form/sendMsg-m.jpg);
    }
    @media screen and (min-width: 576px) {
        .topimg-sendMsg {
            background-image: url(../img/form/sendMsg.jpg);
        }
    }
    /*----------------------------頁面主標題----------------------------------*/
    .fill-shortKv .container-xl {
        width: 100%;
        height: 100%;
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    /*--shortKv-title-3標題總共3個字--*/
    .fill-shortKv .shortKv-title-3 h2 {
        width: 90px;
        text-align: center;
        margin-left: 1%;
        font-size: 30px;
    }
    .fill-shortKv .shortKv-title-3 h2:after {
        content: '';
        display: block;
        width: 80%;
        height: 2px;
        background-color: #0ea9a1;
        margin: 3px auto 0px;
    }
    @media screen and (min-width: 576px) {
        .fill-shortKv .shortKv-title-3 h2 {
            margin-left: 8%;
        }
    }
    @media screen and (min-width: 768px) {
        .fill-shortKv .shortKv-title-3 h2 {
            width: 110px;
            font-size: 36px;
        }
    }
    @media screen and (min-width: 992px) {
        .fill-shortKv .shortKv-title-3 h2 {
            width: 120px;
            margin-left: 10%;
            font-size: 40px;
        }
    }
/*公告條款*/
.msgTerms_titlle {
    color: #009999;
    font-size: 22px;
    font-weight: 600;
}  
.msgTerms_titlle_bg {
    padding: 20px;
    border-radius: 10px;
    background-color: #f5f3f3;
    border: 1px solid #dadbdc;
    margin-bottom: 25px;
    margin-top: 15px;
    font-weight: 600;
    color: #115b83;
}

.msgTerms_txt_bg {
    padding: 30px;
    background-color: #ffffff;
    border: 1px solid #cdcdcd;
    margin: 25px 0;
    font-size: 17px;
    color: #323232;
    font-weight: normal;
}

.msgTerms_txt_bg ul {
    list-style: none;
    text-indent: -34px;
    padding-left: 20px;
    margin: 0 15px;
    text-align: justify;
}

.msgTerms_txt_bg ul li {
    margin-bottom: 10px;
}

.msgTerms_txt {
    text-align: justify;
    margin-top: 15px;
}

.msgTerms_txt>p {
    text-align: left;
    font-size: 17px;
    color: #323232;
    text-indent: -27px;
    padding-left: 27px;
    margin-bottom: 10px;
}

.msgTerms_note {
    font-size: 15px;
    font-weight: normal;
    color: #d60000;
}

.btn.btn-primary-none {
    background: #e9e9e9;
    color: #009999;
    border: 1px solid #939191;
    border-radius: 0;
    display: inline-block;
    margin-top: 5px;
}

.btn.btn-primary-none:hover {
    background: #393e46 !important;
    color: #fff;
    outline: none !important;
}

@media screen and (max-width: 768px) {
    .msgTerms_titlle_bg {
        padding: 20px 10px;
    }
    .msgTerms_txt_bg {
        padding: 10px;
    }
}

@media screen and (max-width: 560px) {
    .btn_msgTerms {
        width: 95%;
    }
    .btn.btn-primary-none {
        font-size: 16px;
        padding-top: 10px;
        padding-right: 8px;
        padding-left: 8px;
        padding-bottom: 10px;
    }
}
#v_container ,#verifyCanvas {
    width: 120px!important;
    height: 44px!important;
}
/*--地址郵遞區號與區域--*/
.apply_address .ZIP,
.apply_address .Area {
    width: 200px;
}
/*--電話與其他--*/
.office_tel .AreaCode,
.office_tel .Ext,
.other_input {
    width: 80px;
}

@media screen and (max-width: 768px) {

    .apply_address .ZIP,
    .apply_address .Area {
        width: 160px;
    }

    .office_tel .AreaCode,
    .office_tel .Ext {
        width: 45px;
    }

    .other_input {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .apply_address .ZIP,
    .apply_address .Area {
        width: 150px;
    }
    /*--圖形驗證碼--*/
    .formList-even .inCaptcha .form-control {
        min-width: 5rem;
        max-width: 10.8rem;
    }}

    /* .formList-even .id_code {
        width: 120px;
        height: 44px;
        padding-left: 3px;
        margin: 0px;
    } */
    @media screen and (max-width: 576px) {
        .formList-even .inCaptcha label {
            width: 100%;
        }
        .formList-even .inCaptcha .label {
            width: 100%;
        }
    }
    /*--//圖形驗證碼--*/
    .message_bg {
        background: linear-gradient(#0000 50%, #eff74b 0 80%, #0000 100%);
        padding-left: 3px;
        padding-right: 3px;
    }