﻿@charset "UTF-8";
#sabre {
    background: url(../images/sabre_1920.jpg) center -170px no-repeat;
    height: 1210px;
    position: relative;
}

#sabre div {
    width: 1060px;
    margin: 0 auto;
    top: 50px;
}

#sabre .title {
    position: absolute;
    margin-top: 20px;
    font-size: 45px;
    line-height: 1.08654;
    color: #FF7200;
    font-weight: 200;
    margin-bottom: 20px;
    text-align: center;
}

#sabre .txt {
    top: 1070px;
    position: absolute;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 400;
    color: #ddd;
    margin-bottom: 20px;
    text-align: center;
}

@media screen and (max-width: 1366px) {
    #sabre {
        background: url(../images/sabre_1366.jpg) center -120px no-repeat;
        height: 1050px;
    }
    #sabre div {
        width: 850px;
        margin: 0 auto;
    }
    #sabre .title {
        margin-top: 10px;
        font-size: 40px;
        line-height: 1.08654;
        color: #FF7200;
        font-weight: 200;
        margin-bottom: 20px;
        text-align: center;
    }
    #sabre .txt {
        top: 850px;
        position: absolute;
        font-size: 18px;
        line-height: 1.45;
        font-weight: 400;
        color: #ddd;
        margin-bottom: 20px;
        text-align: center;
    }
}

@media screen and (max-width: 960px) {
    #sabre {
        background: url(../images/sabre_960.jpg) center -12px no-repeat;
        height: 770px;
    }
    #sabre div {
        width: 660px;
        margin: 0 auto;
    }
    #sabre .title {
        margin-top: 0px;
        font-size: 32px;
    }
    #sabre .txt {
        top: 620px;
        position: absolute;
        font-size: 16px;
        line-height: 1.45;
    }
}

@media screen and (max-width: 640px) {
    #sabre {
        background: url(../images/sabre_640.jpg) center -7px no-repeat;
        height: 596px;
    }
    #sabre div {
        width: auto;
        margin: 0 auto;
    }
    #sabre .title {
        margin-top: 40px;
        font-size: 20px;
    }
    #sabre .txt {
        top: 380px !important;
        position: absolute;
        font-size: 13px;
        line-height: 1.45;
    }
}
