#new_ft,
#new_ft_area,
#new_ft_con {
    width: 100%;
    height: 100%;
    position: relative;
    clear: both;
}

#new_ft_con {
    background-color: #f4f4f4;
    height: auto;
    overflow: hidden;
    border-top: 1px solid #bbb;
}

#new_ft_con .ft_size {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 31px;
    overflow: hidden;
}

#new_ft_con .ft_size .ft_logo_wrap {
    width: 100%;
    max-width: 160px;
    float: left;
    margin-right: 85px;
}

#new_ft_con .ft_size .ft_logo_wrap .ft_logo {
    width: 100%;
    position: relative;
    text-align: left;
    padding-top: 15px;
}

#new_ft_con .ft_size .ft_logo_wrap .ft_logo img {
    width: auto;
    max-width: 100%;
}

#new_ft_con .ft_size .ft_txt {
    float: left;
    text-align: left;
    padding-top: 15px;
    margin-bottom: 30px;
}

#new_ft_con .ft_size .ft_txt > p {
    color: #7e7d7d;
    margin-bottom: 10px;
    font-size: 0.9rem;
    line-height: 0.9rem;
}

#new_ft_con .ft_size .ft_txt > p.copyright {
    margin-top: 15px;
    color: #b3b3b3;
}

#new_ft_con .ft_join {
    width: 100%;
    height: auto;
    clear: both;
    overflow: hidden;
    text-align: center;
}

#new_ft_con .ft_join > li {
    display: inline-block;
    position: relative;
    margin-right: 15px;
    padding-right: 15px;
    color: #c1c1c1;
    font-size: 0.8rem;
    font-weight: 300;
}

#new_ft_con .ft_join > li > span {
    color: #e49c12;
}

#new_ft_con .ft_join > li::after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 10px;
    background-color: #c1c1c1;
}

#new_ft_con .ft_join > li:last-of-type {
    padding-right: 0;
    margin-right: 0;
}

#new_ft_con .ft_join > li:last-of-type::after {
    content: none;
}

#new_ft_con .ft_size .list {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    padding-left: 70px;
    display: none;
}

#new_ft_con .ft_size .list > li {
    float: left;
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
}

#new_ft_con .ft_size .list > li::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 13px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#new_ft_con .ft_size .list > li > a {
    color: #7e7d7d;
    font-size: 0.8rem;
}

#new_ft_con .ft_size .list > li > span {
    color: #e49c12;
    font-size: 0.8rem;
}
