@charset "euc-kr";
/* CSS Document */

.pop-layer {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 851px;
  height: auto;
  z-index: 10;
  background:#fff;
}

.dim-layer {
  display: none;
  position: fixed;
  _position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}

.dim-layer .dimBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: .5;
  filter: alpha(opacity=50);
}

.dim-layer .pop-layer {
  display: block;
}
