﻿@charset "UTF-8";
#swap {
    background: url("../images/swap_1920.jpg") center center no-repeat;
    height: 838px;
}

#swap div {
    position: absolute;
    left: 232px;
    top: 36px;
    width: 1000px;
    height: 247px;
}

@media screen and (max-width: 1366px) {
    #swap {
        background: url("../images/swap_1366.jpg") center 0 no-repeat;
        height: 595px;
    }
    #swap div {
        left: 64px;
        top: 48px;
        width: 834px;
        height: 169px;
    }
}

@media screen and (max-width: 960px) {
    #swap {
        background: url("../images/swap_960.jpg") center 114px no-repeat;
        height: 615px;
    }
    #swap div {
        left: 29px;
        top: 48px;
        width: 577px;
        height: 242px;
    }
}

@media screen and (max-width: 640px) {
    #swap {
        background: url("../images/swap_640.jpg") center 50px no-repeat;
        height: 626px;
    }
}
