@charset "UTF-8";

.wrap-loading, .wrap-process{ /*화면 전체를 어둡게 합니다.*/
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 12000;
}

.wrap-loading div, .wrap-process div { /*로딩 이미지*/
    top: 50%;
    left: 50%;
    display:block;
    margin:auto;
}

.display-none { /*감추기*/
    display: none;
}


