* { font-family: SF Pro KR, SF Pro Display, SF Pro Icons, AOS Icons, Apple Gothic,
  HY Gulim, MalgunGothic, HY Dotum, Lexi Gulim, Helvetica Neue, Helvetica, Arial,
  sans-serif; }
.layerPopup img {
  margin-bottom: 20px;
	object-fit: contain;
}
.layerPopup:before {
  display: block;
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9000;
}
.layerPopup .layerBox {
  z-index: 10000;
  position: fixed;
  left: 2.5%;
  top: 5%;
  /* transform: translate(-50%, -50%); */
  padding: 0.5% 0.5%;
  background: #7e2148;
  border-radius: 6px;
}
.layerPopup .layerBox .title {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: 600;
  border-bottom: 1px solid #d9d9d9;
}
.layerPopup .layerBox .btnTodayHide {
  font-size: 14px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  float: left;
  text-decoration: none;
  width: 150px;
  height: 30px;
  line-height: 30px;
  border: black solid 1px;
  text-align: center;
  text-decoration: none;
}
.layerPopup div {
  display: inline;
}
.layerPopup form {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 600;
  weight: 100%;
  height: 30px;
  line-height: 30px;
}
.layerPopup label {
  color: rgb(255, 255, 255);
}
.layerPopup #close {
  font-size: 16px;
  font-weight: 600;
  width: 40px;
  height: 30px;
  color: rgb(255, 255, 255);
  float: right;
  line-height: 30px;
  text-align: center;
  text-decoration: underline;
}
.layerPopup a {
  text-decoration: none;
  color: rgb(255, 255, 255);
  width: 50px;
  height: 40px;
}

@media screen and (min-width: 1200px) {
  #popup {
    width: 520px;
    /* height: 600px; */
    top: 7rem;
    left: 7rem;
    background-size: contain;
  }
  #popup .close {
    padding: 0.5rem 3rem 0.8rem;
    font-size: 1.8rem;
    cursor: pointer;
  }
}
