#footerSt{
    width: 100vw;
    border-top: 1px solid #fff;
    /* position: absolute;
    bottom: 0;
    left: 0; */
    padding: 60px 120px;
    background: #000;
}
#footerSt .ft_inner{
    display: flex;
    justify-content: space-between;
}
#footerSt .ft_inner > div{
    display: flex;
}
#footerSt .ft_logo{
    width: 180px;
    height: 55px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 75%;
    background-image: url(../image/footer-logo.png);
}
#footerSt .ft_txt_area {
    margin-left: 100px;
}
#footerSt .ft_pr_area{
    display: flex;
    gap: 8px;
}
#footerSt .ft_pr_area a{
    display: block;
    color: #b1b1b1;
    margin-bottom: 8px;
    transition: 0.5s all;
}
#footerSt .ft_pr_area a:hover{
    color: #fff;
}
#footerSt .ft_txt_area ul li{
    margin-bottom: 4px;
}
#footerSt .ft_txt_area ul li p{
    color: #fff;
    font-size: 15px;
    line-height: 1.25;
}
#footerSt .ft_btn_area{
    margin-right: 30px;
}
#footerSt .ft_btn_area a{
    display: block;
    border: 1px solid #fff;
    padding: 8px;
    transition: 0.5s all;
}

#footerSt .ft_btn_area a:first-child{
    margin-bottom: 16px;
}
#footerSt .ft_btn_area a p{
    font-weight: 500;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
#footerSt .ft_btn_area a:hover{
    background: #fff;
}
#footerSt .ft_btn_area a:hover p{
    color: #000;
}
#footerSt .ft_sns_area a:not(:last-child){
    margin-bottom: 16px;
}
#sec5 .ft_sns_area{
    
}
#footerSt .ft_sns_area a{
    display: block;
    width: 60px;
}
#footerSt .ft_sns_area a .icon{
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 100%;
    border: 1px solid #fff;
}
