.public_w{
    max-width: 1400px;
    width: 85%;
    margin: 0 auto;
}
*{
    margin: 0;
    padding: 0;
}

.footer{
    width: 100%;
    height: calc(40px + 2.5rem);
    background: #1B1B1B;
    opacity: 0.96;

    .public_w{
        width: 85%;
        height: 100%;
        display: flex;
        align-items: center;
        position: relative;
        >div:nth-of-type(1){
            height: 100%;
            display: flex;
            align-items: center;
            >a{
                font-family: Century_Gothic;
                font-weight: 400;
                font-size: calc(10px + 0.5rem);
                color: #FFFFFF;
                opacity: 0.5;
            }
        }
        .scroll{
            width: calc(24px + 2rem);
            height: calc(24px + 2rem);
            position: absolute;
            top: 50%;
            right: 0;
            transform: translateY(-50%);
            cursor: pointer;
            
            >img{
                width: 100%;
            }
        }
    }
}