﻿@charset "UTF-8";
#CPU_6th {
    background: url("../images/cpu_1920.jpg") center center no-repeat;
    height: 777px;
}

#CPU_6th div {
    position: absolute;
    left: 641px;
    top: 304px;
    width: 723px;
    height: 247px;
}

@media screen and (max-width: 1366px) {
    #CPU_6th {
        background: url("../images/cpu_1366.jpg") center 0 no-repeat;
        height: 575px;
    }
    #CPU_6th div {
        left: 506px;
        top: 172px;
        width: 418px;
        height: 333px;
    }
}

@media screen and (max-width: 960px) {
    #CPU_6th {
        background: url("../images/cpu_960.jpg") center bottom no-repeat;
        height: 750px;
    }
    #CPU_6th div {
        left: 21px;
        top: 12px;
        width: 596px;
        height: 300px;
    }
}

@media screen and (max-width: 640px) {
    #CPU_6th {
        background-image: url("../images/cpu_640.jpg");
        height: 780px;
        background-position: center;
    }
    #CPU_6th div {
        left: 12px;
        top: -5px;
        width: 290px;
        height: 387px;
    }
}
