﻿@charset "UTF-8";
#design {
    background: url("../images/design_1920.jpg") center 115px no-repeat;
    height: 896px;
}

#design div {
    position: absolute;
    left: 185px;
    top: 106px;
    width: 1000px;
    height: 168px;
}


/*#design center {
    text-align: center;
}*/

@media screen and (max-width: 1366px) {
    #design {
        background: url("../images/design_1366.jpg") center 62px no-repeat;
        height: 632px;
    }
    #design div {
        left: 130px;
        top: 58px;
        width: 696px;
        height: 135px;
    }
}

@media screen and (max-width: 960px) {
    #design {
        background: url("../images/design_960.jpg") center -20px no-repeat;
        height: 720px;
    }
    #design div {
        left: 26px;
        top: 58px;
        width: 560px;
        height: 143px;
    }
}

@media screen and (max-width: 640px) {
    #design {
        background: url("../images/design_640.jpg") center -86px no-repeat;
        height: 600px;
    }
}
