.par_ban{
    background: url(../images/par_ban.jpg) center no-repeat;
    background-size: cover;
}
.page_ban::before {
    background: rgba(255, 129, 51, .7);
}
@media screen and (min-width:768px) {
    .ban_sec_title {
        padding-left: 450px;
    }
}
.min_title::before{
    color: #ff8133;
}

.sup_box,.sup_box2,.sup_box3{
    position: relative;
    background: rgba(254, 179, 93, .1);
    border-radius: 25px 0 25px 0;
    width: calc(100% / 3 - 2rem);
    padding: 3rem;
    margin: 1rem;
}

.sup_box2{
    width: calc(100% / 2 - 2rem);
}

.sup_box3{
    width: 100%;
}

.sup_box .sym,.sup_box2 .sym,.sup_box3 .sym{
    font-size: 5rem;
    color: #ff8133;
    font-family: arial;
    position: absolute;
    left: 1rem;
    top: -2.5rem;
}

.par_tab_bg{
    position: relative;
}
/* .par_tab_bg::before{
    content: "";
    width: 435px;
    height: 306px;
    background: url(../images/par_bg1.png) no-repeat;
    background-size: 100%;
    position: absolute;
    right: -420px;
    bottom: 0;
} */
.par_title{
    font-size: 1.5rem;
    color: #ff8133;
    margin-bottom: 1rem;
}

@media screen and (max-width:1000px){
    .par_tab_bg::before{
    display: none;
    }
}
@media screen and (max-width:768px){
    .sup_box, .sup_box2{
        width: 100%;
    }
}

/* 客戶服務及滿意度調查 */
.qua_ser{
    width: calc(100% / 3 - 2rem);
    position: relative;
    padding-left: 4rem;
    display: flex;
    align-items: center;
    margin: 1rem;
    font-size: 1.125rem;
}
.qua_ser .num{
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    font-family: 'Molle', cursive;
    font-weight: 100;
    position: absolute;
    left: 0;
    border-radius: 50%;
    background: #ff8133;
    background: -moz-linear-gradient(top, #feb35d 0%, #ff8133 100%);
    background: -webkit-linear-gradient(top, #feb35d 0%,#ff8133 100%);
    background: linear-gradient(to bottom, #feb35d 0%,#ff8133 100%); 
    box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.1);
}
.par3_box2{
    background: url(../images/par3_bg1.jpg) center no-repeat;
    background-size: cover;
}
.sales_box{
    font-size: 1.125rem;
    width: calc(100% / 3 - 2rem);
    margin: 1rem;
    padding: 1rem 2rem;
    background: #fff;
    border-radius:0 25px 0 25px ;
}
@media screen and (max-width:768px){
    .qua_ser{
        width: 100%;
    }
    .sales_box{
        width: 100%;
    }
}