@charset "UTF-8";
.area-title h2,
.about-area .area-title h2 span{
    font-family: "微軟正黑體", "Microsoft JhengHei", "Lato", sans-serif;
}
.contact_foreword_block{
    width: 100%;
    /* background-color: #AF8851; */
    position: relative;
    z-index: 2;
    background-color: #fff;
}
.contact_foreword_block > div{
    width: 1170px;
    margin: 20px auto;
    /* color: #fff; */
    text-align: center;
    font-size: 18px;
    line-height: 1.5em;
    color: #1F4E28;
    /* font-weight: bold; */
    position: relative;
    z-index: 2;
}
.contact_foreword_block span{
    display: block;
}
.survey_cake_block{
    height: 1500px;
    overflow: hidden;
}
.unit_title_block{
    height: 0;
}
@media (max-width: 991px){
    .contact_foreword_block > div{
        width: 100%;
        text-align: left;
    }
    .contact_foreword_block span{
        display: inline;
    }
}