@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Noto + Sans + TC:300, 500|Noto + Serif + TC:300, 400, 600, 900|Nunito + Sans&display=swap);
.formBox input[type="text"],
.formBox select,
.formBox textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.contentBox .leftBox {
    padding: 0 50px 0 0;
}
@media (max-width: 1023px) {
    .contentBox .leftBox {
        padding-right: 0;
        padding-bottom: 40px;
    }
}
.contentBox .rightBox {
    padding: 0;
}
.side_contactInfo {
    margin: 10px 0 0;
}
#gmapContact {
    width: 100%;
    height: 300px;
    margin-bottom: 30px;
}
.thankInfo {
    margin-bottom: 25px;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    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 {
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    font-family: "新細明體", Verdana, Geneva, sans-serif;
    color: #f16766;
    padding-right: 2px;
    -webkit-transform: translateY(1.5px);
    -ms-transform: translateY(1.5px);
    transform: translateY(1.5px);
}
.formBox input[type="text"],
.formBox select,
.formBox textarea {
    padding: 5px;
    border: 1px solid #ccc;
}
.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 .readMoreBtn a {
    letter-spacing: 1px;
}
.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 {
    -webkit-box-shadow: 0 0 10px #f00;
    box-shadow: 0 0 10px #f00;
}
