#new_ft {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #292929;
}

#new_ft .ft_area {
    width: 100%;
    height: auto;
    position: relative;
}

#new_ft .ft_con {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

#new_ft .ft_con .ft_sitemap {
    width: 100%;
    border-bottom: 1px solid #1d1d1d;
}

#new_ft .ft_con .ft_sitemap .ft_size {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
}

#new_ft .ft_con .ft_sitemap .ft_size .site_map_list {
    float: left;
    margin-right: 60px;
}

#new_ft .ft_con .ft_sitemap .ft_size .site_map_list:last-of-type {
    margin-right: 0;
}

#new_ft .ft_con .ft_sitemap .ft_size .site_map_list_02 {
    margin-right: 60px;
}

#new_ft .ft_con .ft_sitemap .ft_size .site_map_list .site_title {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 30px
}

#new_ft .ft_con .ft_sitemap .ft_size .site_map_list .site_title > h2 {
    font-size: 0.938rem;
    color: #fff;
    font-weight: 300;
    line-height: 1rem;
}

#new_ft .ft_con .ft_sitemap .ft_size .site_map_list > li {
    width: 100%;
    height: auto;
    margin-bottom: 13px;
}

#new_ft .ft_con .ft_sitemap .ft_size .site_map_list > li:last-of-type {
    margin-bottom: 0;
}

#new_ft .ft_con .ft_sitemap .ft_size .site_map_list > li > a {
    display: block;
    font-size: 0.813rem;
    line-height: 0.9rem;
    color: #9b9b9b;
    font-weight: 300;
}

#new_ft .ft_con .ft_sitemap .ft_size .site_map_list > li > a:hover {
    text-decoration: underline;
}

#new_ft .ft_con .ft_sitemap .ft_size .site_map_list > li > .sub_site {
    padding-left: 20px;
    padding-top: 13px;
}

#new_ft .ft_con .ft_sitemap .ft_size .site_map_list > li > .sub_site > li {
    width: 100%;
    height: auto;
    margin-bottom: 13px;
}

#new_ft .ft_con .ft_sitemap .ft_size .site_map_list > li > .sub_site > li:last-of-type {
    margin-bottom: 0;
}

#new_ft .ft_con .ft_sitemap .ft_size .site_map_list > li > .sub_site > li > a {
    display: block;
    font-size: 0.813rem;
    line-height: 0.9rem;
    color: #9b9b9b;
    font-weight: 300;
}

#new_ft .ft_con .ft_sitemap .ft_size .site_map_list > li > .sub_site > li > a:hover {
    text-decoration: underline;
}

#new_ft .ft_con .ft_stat {
    width: 100%;
    height: auto;
    border-top: 1px solid #343434;
    position: relative;
}

#new_ft .ft_con .ft_stat .ft_size {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
}

#new_ft .ft_con .ft_stat .ft_size .ft_logo_con {
    width: auto;
    float: left;
    padding-top: 20px;
    position: relative;
    padding-right: 40px;
    margin-right: 40px;
}

#new_ft .ft_con .ft_stat .ft_size .ft_logo_con::after {
    content: '';
    width: 1px;
    height: 70px;
    background-color: #555555;
    position: absolute;
    right: 0;
    top: 0;
}

#new_ft .ft_con .ft_stat .ft_size .ft_logo_con .ft_logo_box {
    width: 200px;
    height: auto;
    position: relative;
    overflow: hidden;
}

#new_ft .ft_con .ft_stat .ft_size .ft_logo_con .ft_logo_box > img {
    width: auto;
    max-width: 100%;
    vertical-align: middle;
}

#new_ft .ft_con .ft_stat .ft_size .ft_stat_txt {
    width: auto;
    float: left;
    position: relative;
}


#new_ft .ft_con .ft_stat .ft_size .ft_stat_txt > p {
    font-size: 0.813rem;
    color: #9b9b9b;
    font-weight: 300;
    margin-bottom: 13px;
}

#new_ft .ft_con .ft_stat .ft_size .ft_stat_txt > p:last-of-type {
    margin-bottom: 0;
}

#new_ft .ft_con .ft_stat .ft_size .ft_stat_txt > p > span {
    font-size: 0.813rem;
    margin-right: 30px;
    font-weight: 300;
}

#new_top {
    position: fixed;
    z-index: 999;
    right: 30px;
    bottom: 50px;
}

#new_top > a {
    padding: 5px 15px;
    display: block;
    background-color: #0070c0;
    color: #fff;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
}

#new_top > a:hover {
    background-color: #010344;
}


@media all and (max-width: 1281px) {

    #new_ft .ft_con .ft_sitemap .ft_size,
    #new_ft .ft_con .ft_stat .ft_size {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media all and (max-width: 1025px) {
    #new_ft .ft_con .ft_sitemap .ft_size .site_map_list {
        margin-right: 80px;
    }

    #new_ft .ft_con .ft_stat .ft_size .ft_logo_con {
        padding-right: 20px;
        margin-right: 20px;
    }
}

@media all and (max-width: 801px) {
    #new_ft .ft_con .ft_sitemap .ft_size {
        display: none;
    }
    
    #new_ft .ft_con .ft_stat .ft_size .ft_logo_con {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
        padding-right: 0;
        margin-right: 0;
    }
    
    #new_ft .ft_con .ft_stat .ft_size .ft_logo_con::after {
        content: none;
    }
    
    #new_ft .ft_con .ft_stat .ft_size .ft_stat_txt {
        width: 100%;
    }
}

@media all and (max-width: 481px) {
    #new_ft .ft_con .ft_stat .ft_size {
        padding-left: 15px;
        padding-right: 15px;
    }
}