.footer_container {
    background: #000;
    height: 242px;
    width: 100%;
}

.footer-menu {
    box-sizing: border-box;
    padding: 40px 156px 26px 156px;
    display: flex;
    justify-content: space-between;
}

.footer-sub {
    font-family: 'NotoSansCJKscBlack';
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
}

.footer-item {
    margin-bottom: 14px;
}

.footer-item a {
    border-bottom: 1px solid #b1afaf;
}

.footer-item a:hover {
    border-bottom: 1.5px solid #FFFFFF;
}

.footer_logo {
    width: 201px;
    height: 56px;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.footer-icp {
    box-sizing: border-box;
    padding: 0 156px;
    box-sizing: border-box;
    font-family: 'NotoSansCJKscBlack';
    font-weight: 400;
    font-size: 14px;
    color: #dad7d7;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-icp a:hover {
    text-decoration: underline;
    text-decoration-color: #FFFFFF;
}

.footer_logo_member{
    width: 280px;
    object-fit: contain;
}