﻿.new{display:inline-block; margin-left:7px; vertical-align:middle; padding:0; height:15px; width:15px; line-height:17px; color:#fff;
  text-align:center; background:#0191f5; font-family: 'GmarketSans'; font-weight: 700; border-radius:3px; font-size:8px}

.hidden {display:none !important;}

a.disabled,
a:hover.disabled,
button.disabled,
button:hover.disabled {
   /*pointer-events: none;*/
   cursor: default;
   color: #726969;
   background: #c5b5b5;
}
button:disabled,
button:hover:disabled {
   cursor: default;
   color: #726969;
   background: #c5b5b5;
}

.wauto { width:auto !important; }
.w20 { width:20% !important; min-width:74px; }
.w21 { width:21% !important; }
.w30 { width:30% !important; }
.w38 { width:38% !important; }
.w40 { width:40% !important; }
.w50 { width:50% !important; }
.w60 { width:60% !important; }
.w70 { width:70% !important; }
.w80 { width:80% !important; }
.w90 { width:90% !important; }

.required::before {
    color: red;
    content: ' *';
    font-size:14px;
}

.labelCl{
   margin-left:15px;
}
.labelCl::after {
    content: ' : ';
    font-size:14px;
}
.sch_Wrap .sch_row dl:nth-child(n+2){margin-left:10px}
.sch_Wrap .sch_row dl dt{padding:12px 20px}

.aui_select_form{font-size: 12px; padding-left:5px;font-weight: 400;line-height: 24px;height: 23px;border: 1px solid #e6e8ec;}

/*** loading 시작 ***/
.loading-wrap{
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  z-index:3000;
  padding:20px 30px;
  text-align:center;
  border-radius:15px;
  background:rgba(0,0,0,.7)
}

.loading-wrap span{
  display:block;
  color:#fff;
  margin-top:5px;
  font-size:14px
}

#loading {
  display: inline-block;
  vertical-align:middle;
  width: 50px;
  height: 50px;
  border: 3px solid #fff;
  border-radius: 50%;
  border-top-color: #0073eb;
  animation: spin 1s ease-in-out infinite;
  /*-webkit-animation: spin 1s ease-in-out infinite;*/
}

@keyframes spin {
  /*to { -webkit-transform: rotate(360deg); }*/
}
/*@-webkit-keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}*/
/*** loading 종료 ***/


