@charset "utf-8";
.user-wrap{
    .flex{display: flex; }
    .justify-between{justify-content: space-between;}
    .justify-start{justify-content: start;}
    
    .align-center{align-items: center;}
    
    
    .mb20{margin-bottom: 2rem;}
    .mb15{margin-bottom: 1.5rem;}
    .mb30{margin-bottom: 3rem;}
}
