/** 로딩 이미지 **/
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;
}

div.jquery_loading img {
  margin: 50% auto 0 auto;
  width: 100px;
}

/** 버튼 커서 **/
.bolder-btn-black
,.bolder-btn-red
,.bolder-btn-blue {
    cursor: pointer;
}

/** 강조 박스 **/
.bolder-box-red
,.bolder-box-black {
    cursor: default;
}