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

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

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

/*-------------指標性客戶-------------*/

#Customer_page{
    width: 1200px;
    margin: 120px auto;
}

.Customer_page_list{
    margin-top: 50px;
}

.customer_info{
    width: 365px;
    margin-bottom: 80px;
    float: left;
    margin-right: 50px;
}

.customer_info:nth-child(3){margin-right: 0;}
.customer_info:nth-child(6){margin-right: 0;}
.customer_info:nth-child(9){margin-right: 0;}

.customer_info-logo{
    width: 365px;
    height: auto;
    margin-bottom: 10px;
}



.Blank{
    clear: both;
    display: block;
}

/*-------------其他指標性客戶-------------*/

#Other_products{
    height: 580px;
}

.Other_products_slide{
    width:  1200px;
    margin: auto;
}

.Customer_type{
    float: left;
    width: 29.6%;
    margin-right: 5%;
    margin-top: 65px;
}

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

.Customer_type:nth-child(3){margin-right: 0%;}

.Customer_img01, .Customer_img02, .Customer_img03{
    width: 100%;
    height: 0;
    padding-bottom: 56.28%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
}

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


.Customer_box .BOX_small_title{
    font-weight: 500;
    margin-top: 15px;
}



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

@media screen and (max-width: 1200px){
    
    #Wrapper{
        padding-top: 70px;
    }
    
    /*-------------首圖-------------*/

    .Top_Title{
        position: absolute;
        bottom: 20px;
        left: 5%;
    }
    

    /*-------------指標性客戶-------------*/

    #Customer_page{
        width: 90%;
        margin: 50px auto;
    }

    #Customer_page .Box_title{
        font-size: 6vw;
        font-weight: 500;
    }
    
    .Customer_page_list{
        margin-top: 30px;
    }

    .customer_info{
        width: 100%;
        margin-bottom: 50px;
        float: none;
        margin-right: 0;
    }

    .customer_info-logo{
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

    
    /*-------------其他指標性客戶-------------*/

    #Other_products{
        height: auto;
        padding-bottom: 200px;
    }

    .Customer_type{
        float: none;
        width: 100%;
        margin-right: 0;
        margin-top: 50px;
    }

    .Customer_img01, .Customer_img02, .Customer_img03{
        width: 100%;
        height: 0;
        padding-bottom: 56.28%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 10px;
    }

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


    .Customer_box .BOX_small_title{
        font-weight: 500;
        margin-top: 15px;
    }
    
    
}