@charset "UTF-8";
/*----------------------------------------------------
modal
-----------------------------------------------------*/
#modalbg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  filter: alpha(opacity=70);
  -moz-opacity: .7;
  opacity: .7;
  z-index: 10001;
  display: none;
}

#modalWrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10002;
  overflow: scroll;
  display: none;
}
#modalWrap.disabled #modalDetail {
  top: 60px !important;
  margin-top: 0 !important;
}
#modalWrap.iframe {
  overflow: hidden;
}
#modalWrap #modalDetail {
  width: 800px;
  height: 630px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -315px 0 0 -400px;
  background: url(../img/ajax-loader.gif) no-repeat center center #fff;
  z-index: 10003;
  padding: 0;
}
#modalWrap #modalDetail iframe {
  vertical-align: bottom;
  width: 800px;
  height: 630px;
  overflow: hidden;
}
#modalWrap #modalDetail.detail {
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
}
#modalWrap #modalDetail.detail .reInner,
#modalWrap #modalDetail.detail iframe {
  width: 100%;
  height: 100%;
}
#modalWrap #close {
  background: url(/img/disco_det_close.gif) no-repeat 0 0;
  width: 29px;
  height: 29px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 10004;
}