.index-sns-wrap{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    padding: 0 10px;
    z-index: 1;
    position: relative;
}

.index-sns-logo{
    width: 4%;
    margin-bottom: 10px;
}

.index-sns-text{
    width: 96%;
    padding-left: 2%;
    margin-bottom: 10px;
    font-size: 14px;
}

.index-sns-title{
    position: relative;
    width: 100%;
    height: 10.4166666667vw;
    font-size: 3.6458333333vw;
    font-weight: 700;
    line-height: 10.4166666667vw;
    letter-spacing: .08em;
    text-align: center;
    margin-bottom: 20px;
    z-index: 1;
    display: block;
}

.st-Footer_AppInfo_new .st-Footer_AppInfo_Icon{
    justify-content: space-between;
}

@media screen and (min-width:960px){
    .index-sns-wrap{
        padding: 0 25%;   
    }
    .index-sns-title{
        height: 64px;
        font-size: 35px;
        line-height: 64px;
        margin-bottom: 64px;
    }
    .index-sns-text{
        font-size: 20px;
        margin-bottom: 25px;
    }

    .index-sns-logo{
        margin-bottom: 25px;
    }

    .st-Footer_AppInfo_new .st-Footer_AppInfo_GameLink{
        margin-left: -130px;
        z-index: 2;
    }

    .st-Footer_AppInfo_new .st-Footer_AppInfo_Icon{
        justify-content: center;
    }
}

@media screen and (min-width: 1280px) {
    .st-Footer_Lower_Container_new{
        width: 1120px;
    }
}

