﻿@charset "UTF-8";
#CPU_6th {
    background: url("../images/cpu_1920.jpg") center center no-repeat;
    height: 777px;
}

#CPU_6th .frame {
    position: absolute;
    left: 690px;
    top: 273px;
    width: 621px;
}

@media screen and (max-width: 1366px) {
    #CPU_6th {
        background: url("../images/cpu_1366.jpg") center 0 no-repeat;
        height: 575px;
    }
    #CPU_6th .frame {
        left: 430px;
        top: 153px;
        width: 510px;
    }
}

@media screen and (max-width: 960px) {
    #CPU_6th {
        background: url("../images/cpu_960.jpg") center bottom no-repeat;
        height: 750px;
    }
    #CPU_6th .frame {
        left: 80px;
        top: 62px;
        width: 486px;
    }
}

@media screen and (max-width: 640px) {
    #CPU_6th {
        background-image: url("../images/cpu_640.jpg");
        height: 780px;
    }
    #CPU_6th .frame {
        left: 12px;
        top: -5px;
        width: 290px;
    }
}
