@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 */

.guide_nextBtn {
  position: absolute;
  width: 147px;
  height: 46px;
  top: 630px;
  left: 567px;
  background: url(../image/common/passBtn.png)no-repeat;
  cursor: pointer;
  border: none;
  text-indent: -9999px;
}

/*네비 버튼*/
.naviCircleBox {
  position: absolute;
  display: none;
  bottom: 0px;
  width: 100%;
}

.naviCircleSubBox{
  text-align: center;
  margin-bottom: 23px;
}

.naviCircleBtn{
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #87ba99;
  font-family: 'rodong';
  font-size: 22px;
  color: #fff;
  margin-left: 10px;
  cursor: pointer;
}

.naviCircleBtn:hover{
  background-color: #e3811a;
}

.naviCircleBtn.active {
  background-color: #e3811a;
}