@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: 9999;
}

.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;
}

._confirmBtn.on {
  opacity: 1;
  cursor: pointer;
}

._confirmBtn.off {
  opacity: 0;
  cursor: default;
}

.design_tooltip .newyear_card .wrap_card_input .list_card ._bgBtn {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.design_tooltip .newyear_card .wrap_card_input .list_card ._bgBtn img{
	-webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
	width:235px;
}

/*# sourceMappingURL=../../sourcemaps/assets/css/object.css.map */
