@charset "UTF-8";
.formBox input[type="text"], .formBox select, .formBox textarea {
    box-sizing: border-box;
}

.mainArea {
    background-image: url("../images/homeWBg.jpg");
    background-repeat: repeat;
}

.contentBox .leftBox {
    padding: 0 0px 0 0;
}

.contentBox .rightBox {
    padding: 0 0 0 30px;
}

@media (max-width: 1024px) {
    .contentBox {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .contentBox .leftBox {
        width: 100%;
        padding: 40px 0 0;
    }
    .contentBox .rightBox {
        width: 100%;
        padding: 0;
    }
}

.side_contactInfo {
    margin: 0;
}

/*--地圖--*/
.leftBox iframe {
    width: 100%;
    height: 300px;
    margin: 0 0 50px;
}

#gmapContact {
    width: 100%;
    height: 300px;
    margin-bottom: 30px;
}

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

.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 em {
    font-style: normal;
    font-weight: 400;
    font-family: "新細明體", Verdana, Geneva, sans-serif;
    color: #e61f6e;
    /*星號的顏色*/
}

.formBox input[type="text"], .formBox select, .formBox textarea {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.formBox input[type="text"] {
    width: 100%;
    height: 35px;
    line-height: 35px;
}

.formBox select {
    height: 35px;
}

.formBox textarea {
    display: block;
    width: 100%;
    height: 100px;
}

/*驗證碼*/
.checkArea {
    clear: both;
    padding-top: 25px;
}

.checkArea .btn {
    /*送出按鈕*/
    display: inline-block;
    vertical-align: middle;
}

.checkArea .btn a {
    /*送出按鈕*/
    display: inline-block;
    padding: 7px 15px;
    border-radius: 3px;
    box-shadow: 2px 2px 2px #ccc;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.sliderBox {
    position: relative;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}

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

.error {
    box-shadow: 0 0 10px #f00;
}
/*# sourceMappingURL=contact.css.map */