@charset "UTF-8";
.formBox input[type="text"], .formBox select, .formBox textarea {
    box-sizing: border-box;
}
/*
.mainArea .bookBox {
    transition: all .5s;
}
*/
.contentBox .leftBox {
    padding: 0;
}

.side_contactInfo {
    margin: 0;
}
/*
.bookBox {
    display: none;
}

.mainArea .bookBox {
    display: block;
    position: fixed;
    right: 50px;
    bottom: 80px;
    width: 115px;
    height: 115px;
    border-radius: 50%;
  background-color: rgba(215, 188, 167, 0.35);
    z-index: 10;
}

.mainArea .bookBox a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    background-color: #d7bca7;
    position: absolute;
    top: 10px;
    left: 10px;
}

.mainArea .bookBox a span {
    width: 32px;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 1px;
}

.mainArea .bookBox:hover {
    width: 135px;
    height: 135px;
}

.mainArea .bookBox:hover a {
    top: 20px;
    left: 20px;
}

@media (max-width: 960px) {
    .mainArea .bookBox {
        right: 0;
        bottom: 0;
        width: 100%;
        height: 50px;
        border-radius: 0;
    }
    .mainArea .bookBox a {
        width: 100%;
        height: 45px;
        border-radius: 0;
        top: 5px;
        left: 0;
    }
    .mainArea .bookBox a span {
        width: 100%;
        text-align: center;
        font-size: 20px;
        line-height: 45px;
        letter-spacing: 2px;
    }
    .mainArea .bookBox:hover {
        width: 100%;
        height: 50px;
    }
    .mainArea .bookBox:hover a {
        top: 5px;
        left: 0;
    }
}
*/
.thankInfo {
    /*感謝資訊*/
    margin-bottom: 25px;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #d7bca7;
    font-size: 14px;
    color: #2f2f2f;
    line-height: 1.8;
}

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

.formBox .left {
    margin-bottom: 5px;
}

.formBox .right {
    position: relative;
}

.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: #e67442;
    /*星號的顏色*/
}

.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 .opacity {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.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 #d7bca7;
}
/*# sourceMappingURL=contact.css.map */