.pop-layer .pop-container {
  padding: 25px 20px 0 20px;
}

.pop-layer p.ctxt {
  color: #666;
  line-height: 25px;
}

.pop-button-wrap {
  display: flex;
  flex-direction: row;
  border-top: 1px solid #bbbbbb;
}
.btn-r,
.btn-l {
  width: 100%;
  text-align: center;
  padding: 10px 0;
  line-height: 20px;
}
.btn-r {
  border-left: 1px solid #bbbbbb;
}

.pop-layer {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 410px;
  height: auto;
  background-color: #fff;
  z-index: 10;
  border-radius: 10px;
  box-shadow: 0px 10px 30px -3px rgba(0, 0, 0, 0.35);
  visibility: visible;
}

.dim-layer {
  display: none;
  position: fixed;
  _position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.dim-layer .dimBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

#layer2 {
  width: 80%;
}

a.btn-layerClose,
a.btn-todayClose {
  display: inline-block;
  font-size: 1rem;
  line-height: 32px;
}
