﻿@charset "UTF-8";
#design {
    background: url("../images/design_1920.jpg") center -27px no-repeat;
    height: 896px;
}

#design div {
    position: absolute;
    left: 154px;
    top: 664px;
    width: 1000px;
    height: 168px;
}


/*#design center {
    text-align: center;
}*/

@media screen and (max-width: 1366px) {
    #design {
        background: url("../images/design_1366.jpg") center 0px no-repeat;
        height: 632px;
    }
    #design div {
        left: 106px;
        top: 480px;
        width: 696px;
        height: 135px;
    }
}

@media screen and (max-width: 960px) {
    #design {
        background: url("../images/design_960.jpg") center -55px no-repeat;
        height: 678px;
    }
    #design div {
        left: 58px;
        top: 439px;
        width: 560px;
        height: 143px;
    }
}

@media screen and (max-width: 640px) {
    #design {
        background: url("../images/design_640.jpg") center -40px no-repeat;
        height: 546px;
    }
    #design div {
        top: 300px !important;
    }
}
