#Wrapper{
    clear: all;
    width: 100%;
    padding-top: 90px;
}

/*-------------首圖-------------*/

#Page_Cover{
    background-image: url(../images/customer/customer-cover.jpg);
}


/*-------------客戶列表-------------*/

#Customer_list{
    width: 1200px;
    margin: 0 auto;
    margin-top: 120px;
}

#Customer_list a{
    color: #1E1E1F;
    text-decoration: none;
}

.Customer_type{
    float: left;
    width: 574px;
    margin-bottom: 100px;
    margin-right: 50px;
}

.Customer_img01, .Customer_img02, .Customer_img03, .Customer_img04, .Customer_img05, .Customer_img06{
    width: 100%;
    height: 323px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.Customer_img01{background-image: url(../images/customer/customer-2.jpg);}
.Customer_img02{background-image: url(../images/customer/customer-1.jpg);}


.Customer_type:nth-child(2){margin-right: 0;}
.Customer_type:nth-child(4){margin-right: 0;}
.Customer_type:nth-child(6){margin-right: 0;}


.Customer_box{
    margin-top: 20px;
}

.Customer_box .BOX_small_title{
    font-weight: 500;
}

.Box_customers{
    margin-top: 20px;
    border-top: 1px solid #979797;
    display: none;
}

.Box_customers-frame{
    margin-top: 20px;
}

.Box_customers-frame li{
    float: left;
    width: 286px;
    line-height: 1.9em;
    font-size: 17px;
    font-weight: 300;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


.Blank{
    clear: both;
    display: block;
    width: 100%;
    height: 110px;
}


/* =========手機、平板區========= */

@media screen and (max-width: 1200px){

    #Wrapper{
        padding-top: 70px;
    }


    /*-------------客戶列表-------------*/

    #Customer_list{
        width: 90%;
        margin: 0 auto;
        margin-top: 50px;
    }

    .Customer_type{
        float: none;
        width: 100%;
        display: inline-block;
        margin-bottom: 50px;
        margin-right: 0;
    }

    .Customer_img01, .Customer_img02, .Customer_img03, .Customer_img04, .Customer_img05, .Customer_img06{
        width: 100%;
        height: 0;
        padding-bottom: 56.3%;
    }

    .Box_customers-frame li{
        float: left;
        width: 100%;
        line-height: 1.9em;
    }



    .Blank{
        height: 100px;
    }





}