@charset "utf-8"; /* CSS Document */
/* CSS */
.checkbox-beauty-container {
    font-size: 0;
}

.checkbox-beauty-container .checkbox-beauty:hover, .checkbox-beauty-container input[type="checkbox"]:checked + .checkbox-beauty {
    /* padding: 2px; */
    background-color: #00736d;
    background-clip: content-box;
}

.checkbox-beauty-container .checkbox-name {
    vertical-align: middle;
    font-size: 16px;
    float: right;
}

.checkbox-beauty-container .checkbox-beauty {
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    display: inline-block !important;
    border: 1px solid #00736d;
    vertical-align: middle;
    margin: 0 3px 0 3px;
    /* border-radius: 50%; */
}

.checkbox-beauty-container .checkbox-beauty:hover {
    box-shadow: 0 0 7px #00736d;
}

.contentBox .leftBox {
    float: left;
    width: 64%;
    padding: 0px 20px;
    background: #dfffff;
    border-radius: 20px;
}

.contentBox .leftBox.wbox {
    background: #ffffff !important;
}

.contentBox .leftBox table * {
    /* background: #178e7b; */
    color: #595757;
    border-bottom: 1px solid #595757;
}

.contentBox .leftBox table label, .contentBox .leftBox table a, .contentBox .leftBox table font {
    /* background: #178e7b; */
    color: #595757;
    border-bottom: none;
}

.contentBox .leftBox table .order_5 font {
    /* background: #178e7b; */
    color: #595757;
    border-bottom: none;
    border: 1px solid #f00;
    font-size: 14px;
}

.contentBox .leftBox table .order_5 font:empty {
    /* background: #178e7b; */
    color: #595757;
    border-bottom: none;
    border: 1px solid #fff;
}

.contentBox .rightBox {
    float: right;
    width: 30%;
}

.side_contactInfo {
    margin: 0;
}

.thankInfo {
    /*感謝資訊*/
    padding: 20px 0;
    color: #5e6766;
    /*字的顏色*/
    font-family: "微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
    font-size: 16px;
    line-height: 1.8;
}

.formBox {
    margin-top: 20px;
    color: #5e6766;
    /*字的顏色*/
    font-size: 13px;
}

.formBox .form {
    /*各行間距*/
    margin-bottom: 25px;
    color: #ffffff;
}

.formBox .form .col-2 {
    float: left;
    width: 50%;
    padding-left: 20px;
}

.formBox .form .col-2:first-child {
    padding: 0;
}

.formBox .form label:not(.checkbox-beauty){
    display: table;
    margin-bottom: 5px;
    vertical-align: middle;
    font-family: "微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
    font-size: 15px;
    color: #5e6766;
    cursor: pointer;
    width: 100%;
}

.registertextright {
    float: right;
    margin-right: 45px;
}

.wbox .formBox .form label {
    display: table;
    margin-bottom: 5px;
    vertical-align: middle;
    font-family: "微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
    font-size: 15px;
    color: #595757;
    cursor: pointer;
}

.wbox .formBox .form label:first-child {
    display: table;
    margin-bottom: 5px;
    vertical-align: middle;
    font-family: "微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
    font-size: 15px;
    color: #178e7b;
    cursor: pointer;
    border-bottom: 1px solid #595757;
    width: 100%;
}

.wbox .formBox .form .rbox label:first-child {
    display: table;
    margin-bottom: 5px;
    vertical-align: middle;
    font-family: "微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
    font-size: 15px;
    color: #ff0000;
    cursor: pointer;
    border-bottom: 1px solid #595757;
    width: 100%;
}

.formBox label em {
    color: #ff0000;
    /*星號的顏色*/
    font-style: normal;
    font-weight: normal;
    font-family: "新細明體", Verdana, Geneva, sans-serif;
}

.formBox .form input[type="text"] {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 5px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    border: 1px solid #595757;
    border-radius: 4px;
    outline: none;
}

.formBox .form select {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 5px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    border: 1px solid #595757;
    border-radius: 4px;
}

.formBox .form textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 100px;
    padding: 5px;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    outline: none;
}

.error {
    box-shadow: 0 0 10px #F00;
}

.checkArea {
    clear: both;
    display: inline-block;
    position: relative;
}

.formBox form .btn {
    display: inline-block;
}

.formBox form .btn_color1 {
    /*送出按鈕*/
    display: inline-block;
    padding: 7px 15px;
    font-family: "微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
    font-size: 16px;
    color: #FFF;
    border-radius: 4px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    /* transition: none; */
    background: #178e7b;
    /* border: 1px solid #fff; */
}

a.login_a {
    /* color: #fff; */
}

.sendbox {
    display: flex;
    align-items: center;
    float: left;
}

.login_text {
    color: #1a4a4e;
    margin-left: 10px;
}

.formBox .form label.radio-inline {
    width: auto;
    float: left;
    padding-right: 20px;
}

.formBox .form label.checkbox-inline {
    width: auto;
    float: left;
    padding-right: 20px;
}

.formBox .form label.checkbox-inline >input[type="text"] {
    width: 150px;
}

label.checkbox-inline {
    /* height: 30px; */
    line-height: 18px;
}

.formBox .form >.explanation {
    background: #EDEDED;
    border: 1px solid #CCC;
    padding: 10px;
}

.formBox .form label.data_title {
    display: inline-block;
    background: #181818;
    color: #fff;
    width: auto;
    padding: 2px 10px;
    margin-bottom: 0;
}

.formBox .form label.explanation_text {
    padding: 10px 10px;
    line-height: 22px;
}

span.blue_epaper {
    color: #0000FF;
    font-size: 18px;
    font-weight: bold;
}

/*****************/
/** QapTcha CSS **/
/*****************/
.QapTcha {
    /*整個驗證碼區*/
}

.QapTcha .clr {
    clear: both;
}

.QapTcha .bgSlider {
    /*滑軌*/
    width: 200px;
    height: 34px;
    float: left;
    border-radius: 6px;
    background: rgb(238,238,238);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(211,211,211,1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(211,211,211,1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(211,211,211,1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(211,211,211,1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(211,211,211,1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(211,211,211,1) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#d3d3d3',GradientType=0 );
    /* IE6-9 */
}

.QapTcha .Slider {
    /*按鈕*/
    cursor: pointer;
    width: 45px;
    height: 30px;
    background: transparent url(../Scripts/Qaptcha/but-arrow_white.gif) no-repeat;
    position: relative;
    top: 2px;
    left: 0;
    z-index: 99;
}

.checkArea p.note {
    /*向右滑動解鎖*/
    font-size: 15px;
    font-family: 微軟正黑體;
    color: #949494;
    position: absolute;
    left: 55px;
    top: 7px;
}

.QapTcha .dropSuccess {
    /*成功*/
    color: #4e8b37;
}

.QapTcha .dropError {
    /*錯誤*/
    display: none;
}

@media (max-width: 767px) {
    .formBox .form label.checkbox-inline {
        width: 100%;
        float: left;
        padding-right: 20px;
    }

    .formBox .form label.radio-inline {
        width: 100%;
        float: left;
        padding-right: 20px;
    }

    .contentBox .leftBox {
        float: none;
        width: 100%;
    }


.sendbox {
    display: block;
    float: left;
    width: 100%;
}

.login_text {
    color: #1a4a4e;
    margin: 10px 0;
    width: 100%;
}

    .checkbox-beauty-container .checkbox-name {
        vertical-align: middle;
        font-size: 16px;
        float: right;
        position: absolute;
        margin-left: 30px;
    }

    .contentBox .rightBox {
        float: none;
        width: 100%;
        margin-top: 30px;
    }

    .formBox .form .col-2 {
        width: 100%;
        float: none;
        padding: 0;
        margin-top: 10px;
    }
}

.formBox .form input[type="password"] {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 5px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    border: 1px solid #595757;
    border-radius: 4px;
}

.form_order.clearfix {
    background: #656766;
    text-align: center;
    font-size: 16px;
    font-family: 微軟正黑體;
    border-bottom: 1px solid #fff;
    color: #fff;
    margin-bottom: 6px;
}

.form_order_text.clearfix {
    text-align: center;
    font-size: 16px;
    font-family: 微軟正黑體;
    border-bottom: 1px solid #fff;
    color: #656766;
    margin-bottom: 6px;
}

.form_order >.col-5.b-box {
    border-right: 1px solid #fff;
}

label.order >a {
    color: #ffca00;
}

outline: none; outline: none; }

.form_order.clearfix {
    background: #656766;
    text-align: center;
    font-size: 16px;
    font-family: 微軟正黑體;
    border-bottom: 1px solid #fff;
    color: #fff;
    margin-bottom: 6px;
}

.form_order_text.clearfix {
    text-align: center;
    font-size: 16px;
    font-family: 微軟正黑體;
    border-bottom: 1px solid #fff;
    color: #656766;
    margin-bottom: 6px;
}

.form_order >.col-5.b-box {
    border-right: 1px solid #fff;
}

label.order >a {
    color: #ffca00;
}
