#popGen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}
#popGen #fakeBack {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(6, 42, 66, 0.2);
}
#popGen #realBack {
  position: relative;
  z-index: 99;
  max-height: 90%;
  overflow-y: auto;
}
#popGen #realBack.popInfo {
  max-width: 640px;
  width: 89.34%;
}
#popGen #realBack #contentPop {
  width: 90%;
  max-width: 646px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
#popGen #realBack #contentPop.popInfo {
  background-color: #fff;
  padding: 80px 40px 40px 40px;
  color: #000;
  border-radius: 5px;
  font-size: 16px;
  line-height: 30px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  #popGen #realBack #contentPop.popInfo {
    font-size: 18px;
    line-height: 30px;
  }
}
#popGen #realBack #contentPop.popInfo a {
  color: #849647;
  text-decoration: underline;
}
#popGen #realBack #contentPop.popInfo .closePopInfo {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 33px;
  height: 35px;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  background-image: url("../img/icon/closePopError.svg");
}
#popGen #realBack #contentPop.popError {
  color: #FF6A56;
}/*# sourceMappingURL=pop.css.map */