.overlay {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  overflow-y: scroll;
  z-index: 998;
}

.btn_area {
  width: 1020px;
  height: auto;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, 0%);
  background: #fff;
  text-align: center;
  z-index: 2;
}

.btn_area p {
  padding: 15px;
}

.btn_area button {
  display: block;
  margin: 0 auto;
  color: #fff;
  position: absolute;
  top: 25px;
  right: 30px;
  font-size: 3.5rem;
  line-height: 3.5rem;
}

#btn_event_area {
  position: fixed;
  bottom: 50px;
  right: 15px;
  z-index: 11;
  transition: all 0.3s;
}

#btn_event_area .close_btn {
  display: block;
  margin: 0 auto;
  color: #fff;
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 3.5rem;
  line-height: 3.5rem;
  cursor: pointer;
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, -1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
}

@media screen and (max-width: 1919px) {
  btn_area {
    width: 53.153vw;
    height: 30.729vw;
  }
  .btn_area p {
    padding: 0.782vw;
  }
  .btn_area button {
    top: 1.303vw;
    right: 1.563vw;
    font-size: 1.824vw;
    line-height: 1.824vw;
  }
  #btn_event_area {
    bottom: 11.979vw;
    right: 0.781vw;
  }
  #btn_event_area .close_btn {
    top: -2.083vw;
    font-size: 1.823vw;
    line-height: 1.823vw;
  }
}
@media screen and (max-width: 1023px) {
  .btn_area {
    width: 90%;
    height: auto;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .btn_area p {
    padding: 5px;
  }
  .btn_area button {
    top: 10px;
    right: 10px;
    font-size: 2rem;
    line-height: 2rem;
  }
  #btn_event_area {
    bottom: 10px;
    right: 10px;
    width: 100px;
    height: 100px;
  }
  #btn_event_area .close_btn {
    top: -28px;
    right: -4px;
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}/*# sourceMappingURL=popup.css.map */