﻿@charset "UTF-8";
#design {
    background: url("../images/design_1920.jpg") center 34px no-repeat;
    height: 998px;
}

#design div {
    position: absolute;
    left: 185px;
    top: 784px;
    width: 1000px;
    height: 168px;
}


/*#design center {
    text-align: center;
}*/

@media screen and (max-width: 1366px) {
    #design {
        background: url("../images/design_1366.jpg") center 41px no-repeat;
        height: 682px;
    }
    #design div {
        left: 143px;
        top: 526px;
        width: 696px;
        height: 135px;
    }
}

@media screen and (max-width: 960px) {
    #design {
        background: url("../images/design_960.jpg") center 34px no-repeat;
        height: 792px;
    }
    #design div {
        left: 53px;
        top: 512px;
        width: 527px;
        height: 143px;
    }
}

@media screen and (max-width: 640px) {
    #design {
        background: url("../images/design_640.jpg") center -47px no-repeat;
        height: 624px;
    }
    #design div {
        top: 377px !important;
    }
}
