@charset "UTF-8";
/*loding*/
#box--imgLoading,
#bg--loading {
    z-index: 99999999999;
}

#box--imgLoading {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 50%;
    top: 50%;
    margin-top: -50px;
    margin-left: -50px;
}

#bg--loading {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    /* background: #fff; */
    background: rgb(255, 255, 255)
}
/*18check*/
#bg--18check,
#box--img18chek {
    z-index: 999999999999;
}
#bg--18check {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;

    background: rgb(0, 0, 0, 0.8);
}

#bg--18check .bg--18check_in { 
    width:100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
       align-items: center;
}

#box--img18chek {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
       align-items: center;

    width:80%;
    max-width: 300px;
    color:rgb(255, 255, 255);
    font-size: var(--fs_s);
}

#box--img18chek .img_18 {
    width:20%;
    max-width: 50px;
}

#box--img18chek .box_check .btn_check {
    width:48%;
}




