@function vmin($rpx) {
    @return #{$rpx * 100 / 750}vmin;
}


.setting-modal{
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content-box {
    background-color: rgba(0,0,0,0.7);
    padding: vmin(24) vmin(32);
    border-radius: vmin(8);
    margin-bottom: vmin(176);
    font-size: vmin(28);
    font-weight: 400;
    line-height: vmin(40);
    color: #fff;
    text-align: center;
}
