/* 로딩 */
div.jquery_loading {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0,0,0,0.5);
    z-index: 10000;
    width: 100%;
    height: 100%;
    text-align: center;
    display: none;
    max-width:none !important;
  }
  
  div.jquery_loading div.loading-box {
    position:absolute;
    top:50%;
    left:50%;
  }
  
  div.jquery_loading div.loading-box img {
    margin-top: -25px;
    margin-left: -25px;
    width: 50px;
  }