@charset "utf-8";
.search_titletext {
    color: #274B58;
    font-family: "微軟正黑體 Light";
    font-weight: bold;
    font-size: 1rem;
    text-align: left;
    margin-top: 65px;
    margin-bottom: 70px;
}
.search_frame {
    border-radius: 5px;
    border: 1px solid #cecece;
    height: 2.45rem;
    width: 100%;
}
.table_frame{
    width: 100%;
    max-width: 100%;
    margin-bottom: 65px;
    color: #333333;
    font-family: "微軟正黑體 Light";
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    border: 1px solid #333333;
}

.th_frame,
.th_frame > th,
.th_frame > td {
    border: 1px solid #333333;
    background-color: #6FB1B4;
    color: #333333;
    font-family: "微軟正黑體 Light";
    font-weight: bold;
    font-size: 1rem;
    text-align: center;
    height: 3rem;
    line-height: 3rem;
}
.tr_frame,
.tr_frame >tr,
.tr_frame >td{
    border: 1px solid #333333;
    color: #333333;
    font-family: "微軟正黑體 Light";
    font-weight: bold;
    font-size: 1rem;
    text-align: center;
    line-height: 3rem;
    height: 3rem;
}
.look {
    background-color: #3a727F;
    color: #FFFFFF;
    font-family: "微軟正黑體 Light";
    text-align: center;
    font-size: 1rem;
    height: 2.45rem;
    width: 2.45rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    line-height: 2.45rem;
}

.inner {
    height: 3rem;
    line-height: 3rem;
}

.red {
    color: #b45052;
    font-family: "微軟正黑體 Light";
    font-weight: bold;
    font-size: 1rem;
    text-align: center;
}
.customerpage_from {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.reply {
    width: 90%;
    border-radius: 5px;
    background-color: #EEEEEE;
    margin-bottom: 30px;
    height: 200px;
}
.reply_title {
    color: #274B58;
    font-family: "微軟正黑體 Light";
    font-weight: bold;
    font-size: 1.125rem;

}
.reply_text_big {
    color: #333333;
    font-family: "微軟正黑體 Light";
    font-size: 1rem;
    width: 100%;
    border-bottom: 1px solid #CECECE;
    display: block;
}
.reply_text_small {
    width: 100%;
    color: #333333;
    font-family: "微軟正黑體 Light";
    font-size: 1rem;
    border-bottom: 1px solid #CECECE;
    display: block;
}


.reply_title_distance {
    margin-top: 25px;
    margin-bottom: 20px;
}
