body {
    background-color: #ededed;
    font-family: Microsoft JhengHei;
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.text_tittle {
    margin-bottom:15px;
}
#news_box {
    width: 70%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 100px;
    font-size: 1.1em;
}
#pic_QA {
    margin-top: 82px;
    padding: 0;
    min-height: 100%;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -o-background-size: contain;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center bottom;
}
#container_box {
    /* border-top: 1px black dotted; */
    margin: 0 auto;
    width: 85%;
    height: auto;
    margin-top: 56px;
}
/*menu*/
#QA_box {
    width: 70%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 100px;
    font-size: 1.1em;
}
.QA_form {
    margin-bottom: 15px;
}
.Question_form {
    width: 100%;
    height: auto;
    color: #53310A;
    background-color: #FCFCFC;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 30px;
    padding-right: 30px;
    cursor: pointer;
    border-style: solid;
    border-width: 1px;
    border-color: #D0C6AB;
}
.Answer_form {
    text-align: justify;
    width: 100%;
    height: auto;
    color: #8B591E;
    background-color: #FFFFFF;
    padding-top: 23px;
    padding-bottom: 25px;
    padding-left: 31px;
    padding-right: 30px;
    line-height: 25px;
    border-left-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-width: 1px;
    border-color: #D0C6AB;
}
.arrow {
    float: right;
}

#title {
    font-size: 1.4em;
    color: #594936;
    margin-bottom: 20px;
}
.Q_title {
    display: inline-block;
}
#img_step {
    width: 53%;
    height: auto;
    margin-top: 39px;
    margin-left: 22%;
    margin-bottom: 21px;
}
#ul_step_style {
    list-style-type: none;
    margin-left: 34px;
}
.main_div{
    width:70%;
    margin:0 auto;
}
.tittle_div{
    border-bottom:1px solid;
    width:100%;
}
.word_area{
    width:100%;
    background-color:#FCFCFC;
    padding:30px;
    height:auto;
    margin-top:15px;
}
.img_area{
    width:20%;
    height:393px;
    display:inline-block;
    float:left;
    margin-right:3%;
}
.img_area > img{
    width:100%;
    height:100%;
}
.text_area{
    display:inline-block;
    width:77%;
    font-size:19px;
    float:left;
    font-weight:500;
}
table{
    width:100%;
    margin-bottom:15px; 
}
.table_tittle{
    width:96px;
    vertical-align:top;
}
.first_file{
    margin-right:20px;
}
.table_content{
    text-align: justify;
}
@media screen and (min-width:1200px) and (max-width: 1500px) {
    #QA_box {
        width: 90%;
    }
    #img_step {
        width: 56%;
        height: auto;
        margin-top: 44px;
        margin-left: 19.5%;
    }
    #ul_step_style {
        list-style-type: none;
        margin-left: -5px;
    }
}
@media screen and (max-width:1366px){
    .main_div{
        width:90%;
    }
}
@media screen and (max-width: 1199px) {
    #img_step {
        width: 92%;
        height: auto;
        margin-top: 44px;
        margin-left: 0.5%;
    }
    #ul_step_style {
        list-style-type: none;
        margin-left: -5px;
    }
}
@media screen and (max-width:1024px){
    .img_area{
        width:30%;
    }
    .text_area{
        width: 65%;
    }
}
@media screen and (max-width: 991px) {
    #container_box {
        width: 88%;
    }
    #pic_QA {
        margin-top: 74px;
        padding: 0;
        min-height: 100%;
        background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -webkit-background-size: 100% 100%;
        -o-background-size: contain;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: center center bottom;
    }
    #QA_box {
        width: 99%;
    }
    .Question_form {
        padding-left: 12px;
        padding-right: 12px;
    }
    .arrow {
        margin-top: 10px;
        display: block;
        text-align: center;
        float: none;
    }
    .Q_title {
        display: inline-block;
    }
    #img_step {
        width: 75%;
        height: auto;
        margin-top: 44px;
        margin-left: 8.5%;
        margin-bottom: 30px;
    }
    #ul_step_style {
        list-style-type: none;
        margin-left: -5px;
    }
}
@media screen and (max-width:768px){
    .img_area {
        width: 50%;
        margin-bottom: 15px;
    }
    .text_area {
        width: 100%;
    }
}
@media screen and (max-width: 680px) {
    #img_step {
        width: 104%;
        height: auto;
        margin-top: 27px;
        margin-left: -2.5%;
        margin-bottom: 5px;
    }
    #ul_step_style {
        list-style-type: none;
        margin-left: -1px;
    }
}
@media screen and (max-width: 414px) {
    .img_area {
        width: 100%;
    }
    .text_area{
        font-size: 15px;
    }
    h3{
        font-size: 19px;
    }
}
@media screen and (max-width:320px){
    .table_tittle{
        width:75px;
    }
}