#hd_pop {
  z-index: 1000;
  position: relative;
  margin: 0 auto;
  height: 0;
}

#hd_pop h2 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.hd_pops {
  position: absolute;
  border: 1px solid #e9e9e9;
  background: #000;
}

.hd_pops img {
  width: 100%;
}

.hd_pops_con {
  border-bottom: 1px solid #fff;
}

.hd_pops_footer {
  padding: 0;
  background: #000;
  color: #fff;
  text-align: left;
  position: relative;
}

.hd_pops_footer:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

.hd_pops_footer button {
  padding: 10px;
  border: 0;
  color: #fff;
}

.hd_pops_footer .hd_pops_reject {
  background: #000;
  text-align: left;
}

.hd_pops_footer .hd_pops_close {
  background: #393939;
  position: absolute;
  top: 0;
  right: 0;
  white-space: nowrap;
}
.noticePopUp {
  z-index: 10000;
  position: fixed;
  inset: 0;
}

.noticePopUp_body {
  z-index: 10001;
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.noticePopUp_flex {
  position: fixed;
  inset: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
  padding: 24px 16px;
  overflow-y: auto;
  pointer-events: none;
}

.layerPopup {
  width: min(92vw, 560px);
  height: auto;
  margin: 0;
  border-radius: 14px;
  color: #fff;
  pointer-events: auto;
}

.layerBox {
  background: url(/assets/common/images/popup-bg.png) no-repeat top center;
  background-size: cover;
  border-radius: 6px 6px 0px 0px;
  position: relative;
}

.layerPopup img {
  margin-bottom: 0px;
}

.layerPopup .title {
  padding: 0 auto;
  margin: 5px 0;
  font-weight: 500;
  font-size: 16px;
  /*text-align: left;*/
  background-size: contain;
  background-repeat: no-repeat;
}

.layerPopup .cont {
  display: block;
  width: 100%;
  min-height: 320px;
  max-height: 52vh;
  border-top: 1px solid var(--basic-color);
  border-bottom: 1px solid var(--basic-color);
  text-align: left;
  padding: 18px 20px;
  margin: 0 auto;
  overflow-y: auto;
  word-wrap: break-word;
}
/* 스크롤바 스타일 */
.layerPopup .cont::-webkit-scrollbar {
  width: 12px;
}

.layerPopup .cont::-webkit-scrollbar-track {
  background-color: #574b4b;
  border-radius: 10px;
}

.layerPopup .cont::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 10px;
  transition: background-color 0.3s ease;
}

.layerPopup .cont::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

.layerPopup .cont::-webkit-scrollbar-corner {
  background-color: #f1f1f1;
  border-radius: 10px;
}

.layerPopup form {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  height: 30px;
  line-height: 30px;
  bottom: 0;
  background-color: #000000;
}

.layerPopup #close {
  width: 25px;
  height: 25px;
  color: black;
  float: right;
  line-height: 30px;
  text-align: center;
  background: url(/assets/common/images/close-button.png) no-repeat;
  background-size: contain;
}

.layerPopup a {
  text-decoration: none !important;
  color: #ddd;
}

.layerPopup input {
  min-height: 5px;
}

.layerPopup #check {
  float: left;
}


@media (max-width: 1200px) {
  .noticePopUp_flex {
    position: fixed;
    inset: 0;
  }

  .noticePopUp {
    position: fixed;
    inset: 0;
  }

  .layerPopup {
    position: relative;
  }
}

@media (min-width: 1201px) {
  .noticePopUp_body {
    position: fixed;
    inset: 0;
  }
}
