﻿@charset "UTF-8";
#swap {
    background: url("../images/swap_1920.jpg") center bottom no-repeat;
    height: 770px;
}

#swap div {
    position: absolute;
    left: 232px;
    top: 66px;
    width: 1000px;
    height: 247px;
}

@media screen and (max-width: 1366px) {
    #swap {
        background: url("../images/swap_1366.jpg") center -15px no-repeat;
        height: 580px;
    }
    #swap div {
        left: 64px;
        top: 48px;
        width: 834px;
        height: 169px;
    }
}

@media screen and (max-width: 960px) {
    #swap {
        background: url("../images/swap_960.jpg") center 100px no-repeat;
        height: 601px;
    }
    #swap div {
        left: 29px;
        top: 68px;
        width: 577px;
        height: 242px;
    }
}

@media screen and (max-width: 640px) {
    #swap {
        background: url("../images/swap_640.jpg") center 0px no-repeat;
        height: 560px;
    }
}
