.footer ._first{
    border-top: 1px solid #444444;
    padding: 63px 12.6px;
}
.footer ._first .wal{
    display: flex;
    flex-wrap: wrap;
    gap: 45px 0;
}
.footer ._first ._site-item{
    flex: 0 0 25%;
    padding-right: 27px;
    min-width: 250px;
}
.footer ._first ._site-item>a{
    display: block;
    font-size: 14px;
    color: #444444;
    line-height: 20px;
    margin-top: 14px;
}
.footer ._first ._site-item ._name{
    color: #444444;
    font-weight: bold;
    line-height: 26px;
    font-size: 21px;
    margin-bottom: 16px;
    white-space: nowrap;
}
.footer ._first ._site-item ._link{
    text-decoration: underline;
    font-size: 16.8px;
    margin-top: 16px;
    font-weight: 300;
}
.footer ._first ._site-item .share-line{
    display: flex;
    gap: 46px;
    margin: 26px 0 22px;
}
.footer ._first ._site-item .share-line i{
    color: #444444;
    font-size: 28px;
}
.footer ._second{
    background: #121212;
    padding: 21px 0;
}
.footer ._second .wal{
    padding: 0 12.6px;
}
.footer ._second .wal ._line1{
    width: 100%;
    object-fit: contain;
    height: 100px;
}
.footer ._second .wal ._line2{
    padding: 23px 0;
    border-top: 1px solid #333333;
}
.footer ._second .wal ._line2 ._text1{
    line-height: 25px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}
.footer ._second .wal ._line2 ._text2{
    line-height: 25px;
    color: #CCCCCC;
    font-size: 13px;
    font-weight: 500;
}
.footer ._second .wal ._line2 ._text2 ._s{
    margin: 0 5px;
    width: 1px;
    height: 14px;
    background: #fff;
}

@media (max-width: 767.99px) {
    .footer ._first{
        padding: 16px 0;
    }
    .footer ._second .wal{
        padding: 0;
    }
    .footer ._second .wal ._line1{
        height: 50px;
    }
    .footer ._second .wal ._line2{
        border-top: none;
    }
    .footer ._second .wal ._line2 ._text1{
        font-size: 12px;
        text-align: center;
        margin-bottom: 17px;
    }
    .footer ._second .wal ._line2 ._text2{
        justify-content: center;
        font-size: 10px;
        margin-bottom: 71px;
    }
    .footer ._first ._site-item{
        flex: 1;
        min-width: 100%;
    }
    .footer ._first ._site-item .share-line{
        gap: 36px;
    }
}