.footer_box {
    width: 100%;
    background: url(../images/footer_bg.png) no-repeat;
    background-size: cover;
    padding: calc(23px + 5rem) 0;
}

.footer_text {
    font-family: PINGFANG-REGULAR;
    font-weight: 400;
    font-size: calc(10px + 1rem);
    color: #FFFFFF;
    text-align: center;
    font-style: normal;
}

.footer_more {
    width: calc(36px + 5rem);
    line-height: calc(5px + 2rem);
    background: #FFFFFF;
    font-family: PINGFANG-REGULAR;
    font-weight: 400;
    font-size: calc(8px + 0.5rem);
    color: #333333;
    text-align: center;
    font-style: normal;
    margin: auto;
    margin-top: calc(10px + 1rem);
    transition: .3s;
}
.footer_more:hover{
    background: #EC1F24;
    color: #ffffff;
}
.copyright{
    padding: calc(7px + 1.5rem) 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: calc(6px + 0.5rem);
}

.copyright p {
    font-family: PINGFANG-REGULAR;
    font-weight: 400;
    font-size: calc(6px + 0.5rem);
    color: #777777;
    text-align: center;
    font-style: normal;
    
}