@media screen and (max-width: 820px){
.k_body_mobile_butt {
    margin-top: 0vw;
    display: flex;
    margin-bottom: 70%;
    justify-content: center;
}
.k_body_bg_all_mobile {
    margin: auto;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -3;
    position: absolute;
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    display: flex;
    height: 80vw;
}
footer {
    box-shadow: none;
    background: #000410;
    padding: 30px 0;
}
.k_body_user_info_name {
    font-size: 20px;
    color: #000;
}
}
@media screen and (max-width: 600px){
.k_body_bg_all_mobile {
    margin: auto;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -2;
    position: absolute;
    right: 0;
    top: 6%;
    bottom: auto;
    width: 100%;
    display: flex;
    height: 120vw;
}
.k_body_mobile_butt {
    margin-top: 100vw;
    display: grid;
    margin-bottom: auto;
    justify-content: center;
    justify-items: center;
}
footer {
    box-shadow: none;
    padding: 0px 0;
}
.k_body_user_info_name {
    font-size: 20px;
    color: white;
}
}