﻿.display_none {
    display: none;
}

@media only screen and (min-width: 768px) {
    .pc-none {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .m-none {
        display: none !important;
    }
}

.master_popup_Loading {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999;
    top: 0;
    background-color: rgba(0,0,0,.65);
}
.master_popup_Loading .common.form-style{
    display: table;
    width: 100%;
    height: 100%;
}
.master_popup_Loading .common-loading{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.master_popup_Loading .common-loading .text-title-regular{
    margin:-30px 0 0;
    color: #fff;
    font-size: 18px;
}
.master_popup_Loading .common-loading .img{
    width: 50px;
    margin: 20px auto 0;
}
