﻿@charset "UTF-8";

.clear-fix:after {
    content: '';
    display: block;
    visibility: hidden;
    height: 0;
    width: 0;
    clear: both;
}

#fhd {
    background: url("../images/fhd_1920.jpg") center bottom no-repeat;
    padding: 100px 0 690px;
}

#fhd .frame {
    width: 1100px;
    margin: 0 auto;
}

#fhd .des {
    margin: 80px 180px 20px;
}

#fhd .des ul {
    padding: 0;
}

#fhd .des li {
    line-height: 1;
    text-align: center;
    list-style: none;
    float: left;
    width: 33%;
    text-transform: uppercase;
}

#fhd .main {
    letter-spacing: 0.05em;
    font-size: 56px;
    color: #ff7200;
}

#fhd .small {
    font-size: 15px;
    color: #fff;
    display: block;
    letter-spacing: 0.05em;
}

#fhd .percent {
    display: inline-block;
    color: #ff7200;
}

@media screen and (max-width: 1366px) {
    #fhd {
        background-image: url("../images/fhd_1366.jpg");
        padding: 80px 0 600px;
    }
    #fhd .frame {
        width: 776px;
    }
    #fhd .des {
        margin: 70px 130px 20px;
    }
}

@media screen and (max-width: 960px) {
    #fhd {
        background-image: url(../images/fhd_960.jpg);
        padding: 90px 0 410px;
    }
    #fhd .frame {
        width: 596px;
    }
    #fhd .des {
        margin: 60px 60px 20px;
    }
    #fhd .main {
        letter-spacing: 0.05em;
        font-size: 40px;
    }

    #fhd .small {
        font-size: 15px;

        letter-spacing: 0.05em;
    }
}

@media screen and (max-width: 640px) {
    #fhd {
        background-image: url(../images/fhd_640.jpg);
        padding: 70px 0 290px;
    }
    #fhd .des {
        margin: 40px 0px 20px;
    }
    #fhd .frame {
        width: auto;
    }
}