﻿@charset "UTF-8";
#design {
    background: url("../images/design_1920.jpg") center 70px no-repeat;
    height: 860px;
}

#design div {
    position: absolute;
    left: 128px;
    top: 20px;
    width: 1100px;
    height: 160px;
}

#design center {
    text-align: center;
}

@media screen and (max-width: 1366px) {
    #design {
        background: url("../images/design_1366.jpg") center 50px no-repeat;
        height: 575px;
    }
    #design div {
        left: 250px;
        top: 4px;
        width: 462px;
        height: 156px;
    }
}

@media screen and (max-width: 960px) {
    #design {
        background: url("../images/design_960.jpg") center 50px no-repeat;
        height: 590px;
    }
    #design div {
        left: 26px;
        top: 35px;
        width: 560px;
        height: 143px;
    }
}

@media screen and (max-width: 640px) {
    #design {
        background: url("../images/design_640.jpg") center bottom no-repeat;
        height: 500px;
    }
    #design div {
        top: -84px !important;
    }
}
