/*footer-beg*/

#footer {
    color: #D1D1D1;
    background-color: #1B1B1B;
}

#footer .f-menu {
    height: 84px;
    border-bottom: 1px solid #494949;
}

#footer .f-menu li {
    font-size: 20px;
    line-height: 85px;
}

#footer .f-menu li a {
    color: #aaaaaa;
}

#footer .f-menu li a:hover {
    color: #ffffff;
}

#footer .f-info {
    padding-top: 42px;
}

#footer .f-info>div {
    width: 50%;
}

#footer .f-info .f-i-l>h1 {
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 14px;
}

#footer .f-info .f-i-l>div:nth-of-type(1) {
    font-size: 18px;
    margin-bottom: 50px;
}

#footer .f-info .f-i-l>div:nth-of-type(2) {
    margin-bottom: 20px;
}

#footer .f-info .f-i-l>div:nth-of-type(2) span {
    font-size: 20px;
}

#footer .f-info .f-i-l>div:nth-of-type(2) .i-l-tell {
    color: #f2f2f2;
    font-size: 60px;
    font-weight: bold;
    line-height: 92px;
    font-family: 'num';
}

#footer .f-info .f-i-l>div:nth-of-type(3) span,
#footer .f-info .f-i-l>div:nth-of-type(4) span,
#footer .f-info .f-i-l>div:nth-of-type(5) span {
    font-size: 18px;
    line-height: 28px;
}

#footer .f-info .f-i-l>div:nth-of-type(3) span~span,
#footer .f-info .f-i-l>div:nth-of-type(4) span~span,
#footer .f-info .f-i-l>div:nth-of-type(5) span~span {
    margin-left: 80px;
}

#footer .f-info .f-i-r>div:nth-of-type(1) {
    margin-top: 0;
    margin-bottom: 20px;
}

#footer .f-info .f-i-r>div:nth-of-type(1) span {
    margin-left: 48px;
}

#footer .f-info .f-i-r>div:nth-child(n+2) {
    margin: 6px 0;
    line-height: 24px;
}

#footer .f-foot {
    margin-top: 42px;
    background: #000000;
}

#footer .f-foot>div {
    height: 50px;
}

#footer .f-foot span {
    font-size: 12px;
}

#footer .f-foot span~span {
    margin-left: 4px;
}

#footer .f-foot a {
    color: #D1D1D1;
    font-size: 14px;
    margin-left: 4px;
}

/*footer-end*/