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

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

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


/*-------------關於之迅-------------*/

#ODY_information{
    width: 781px;
    margin: 0 auto;
    margin-top: 120px;
}

.ODY_content .Box_title{margin-bottom: 20px;}
.ODY_content .Box_text{margin-bottom: 30px;}
.ODY_content .ODY_logo{
    float: none; 
    display: block;
    padding-bottom: 20px;
}

.About_img{
    margin-top: 50px;
    background-image: url(../images/index/index-3.jpg);
    width: 100%;
    height: 0;
    padding-bottom: 56.37%;
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(30,30,31,0.2);
}


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


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

@media screen and (max-width: 1200px){
    
    #Wrapper{
        padding-top: 70px;
    }
    
    /*-------------關於之迅-------------*/

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

    .Blank{
        height: 100px;
    }

}