.pay_method, .lb_footer{
    background: black;
}
.notce h5{
    color: white;
    font-size: 16px;
}
.news{
    color: white;
}
.lb_footer .ftr_social a{
    color: white;
    z-index: 234;
}
.lb_footer .ftr_social a::before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 20px;
    background: rgba(231, 19, 34, 0.3);
    opacity: 2;
    content: "";
    border-radius: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 30px 3px rgb(231, 19, 34);
}