@charset "UTF-8";
.contentBox .leftBox {
    padding: 0 50px 0 0;
}
@media (max-width: 1023px) {
    .contentBox .leftBox {
        padding: 0 0 30px 0;
    }
}
.contentBox .rightBox {
    padding: 0;
}

.side_contactInfo {
    margin: 0;
}

.thankInfo {
    /*感謝資訊*/
    margin-bottom: 25px;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    line-height: 1.8;
    color: #2f2f2f;
}

.inquiryNote {
    /*感謝資訊*/
    margin-bottom: 30px;
    padding: 20px 10px;
    font-size: 16px;
    line-height: 1.8;
    font-family: "微軟正黑體", "新細明體", sans-serif;
    color: #2f2f2f;
    background-color: #f1f1f1;
}

.dataTable table {
    border-collapse: collapse;
    border: 1px solid #dedede;
    border-bottom: 2px solid #000;
}
.dataTable th {
    padding: 10px;
    border: 1px solid #e1e1e1;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-color: #000;
}
.dataTable td {
    padding: 10px;
    border: 1px solid #e1e1e1;
    font-size: 15px;
}
.dataTable td input[type=text] {
    height: 25px;
    line-height: 20px;
    border: 1px solid #d6d6d6;
    text-align: center;
}
.dataTable td a img {
    width: 50px;
    vertical-align: middle;
    margin-right: 8px;
}

.formBox {
    margin-top: 20px;
    font-size: 13px;
    color: #2f2f2f;
}
.formBox .left {
    margin-bottom: 5px;
}
.formBox label {
    display: inline-block;
    margin-right: 7px;
    font-size: 15px;
    color: #2f2f2f;
}
.formBox label em {
    font-style: normal;
    font-weight: 400;
    font-family: "新細明體", Verdana, Geneva, sans-serif;
    color: #e61f6e;
    /*星號的顏色*/
}
.formBox input[type=text] {
    padding: 5px;
    width: 100%;
    height: 35px;
    line-height: 35px;
    border: 1px solid #d6d6d6;
}
.formBox select {
    padding: 5px;
    height: 35px;
    border: 1px solid #d6d6d6;
}
.formBox textarea {
    width: 100%;
    height: 100px;
    padding: 0 5px;
    border: 1px solid #d6d6d6;
}

/*驗證碼*/
.checkArea {
    padding-top: 25px;
    clear: both;
}
.checkArea .sliderBox {
    position: relative;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}
.checkArea p.note {
    /*向右滑動解鎖*/
    position: absolute;
    left: 55px;
    top: 7px;
    font-size: 15px;
    font-family: "微軟正黑體";
    color: #999;
}

.error {
    border-color: #f00 !important;
}

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