#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;
}

.noticePopUp_body {
  z-index: 9000;
  height: 0;
  left: 0;
  top: 0;
}

.noticePopUp_flex {
  position: fixed;
  width: 100%;
  top: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.layerPopup {
  width: 280px;
  height: 446px;
  margin: 150px 0px 0px 0px;
  /* padding:10px;  */
  border-radius: 6px;
  color: #fff;  
  /* -webkit-box-shadow: 0px 0px 15px 5px #000000;
  box-shadow: 0px 0px 15px 5px #000000; */
}

.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%;
  height: 300px;
  border-top: 1px solid var(--basic-color);
  border-bottom: 1px solid var(--basic-color);
  text-align: left;
  padding: 15px 10px;
  margin: 0 auto;
  overflow-y: auto; /* y축 스크롤바가 필요할 때 나타나도록 설정 */
  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: relative;
  }

  .noticePopUp {
    top: 150px;
    position: relative;
  }

  .layerPopup {
    position: absolute;
  }
}

@media (min-width: 1201px) {
  .noticePopUp_body {
    position: absolute;
  }
}
