@charset "UTF-8";
/* 미디어 관련 디자인 */
.media_section #myAudio {
  z-index: -99999;
  position: absolute;
  top: 650px;
  left: 00px;
  display: none;
}

.media_section #mobileLoading {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 0px;
}

.media_section #mobileLoading.on {
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
  width: 1280px;
  height: 720px;
  z-index: 99999999;
}

.media_section #mobileStart {
  display: none;
  width: 0px;
  height: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  text-indent: -10000em;
}

.media_section #mobileStart.on {
  display: block;
  width: 162px;
  height: 162px;
  top: calc(50% - 81px);
  left: calc(50% - 81px);
  background-image: url("../image/common/play_over.png");
  background-size: cover;
  cursor: pointer;
}

._dragArea ._dropObj {
  display: block;
  position: absolute;
}

.check_koreamoney ._dropObj {
  width: 150px;
  height: 80px;
  border: 0px solid #ff0000;
}

#drop_1_1 {
  top: 50px;
  left: 250px;
}

#drop_1_2 {
  top: 50px;
  left: 250px;
}

#drop_1_3 {
  top: 50px;
  left: 250px;
}

#drop_1_4 {
  top: 50px;
  left: 250px;
}

.dim {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  content: '';
  width: 100%;
  height: 100%;
  background-color: transparent;
  opacity: 0.0;
  -webkit-transition: 1s ease-in;
  transition: 1s ease-in;
  z-index: 9999;
}

.dim.on {
  display: block;
}

/*# sourceMappingURL=../../sourcemaps/assets/css/object.css.map */
