/*
* author : minjeong
* purpose : directwedcard.com popup
* date: 2025.07.29
*/
.pop_min .pop_wrap {}

.pop_min .pop_wrap .pop_bg {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.pop_min .pop_wrap .pop {
  z-index: 999;
  width: 384px;
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pop_min .pop_wrap .pop .pop_top {
  text-align: center;
  margin: 0 auto;
}

.pop_min .pop_wrap .pop .pop_top .pop_img {
  height: 500px;
  background-image: url("/img/pop_1+1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.pop_min .pop_wrap .pop .pop_top .pop_img._index .newCount {
  width: 100%;
  position: absolute;
  bottom: 10%;
  left: 0%;
  color: #fff;
}

.pop_min .pop_wrap .pop .pop_top .pop_img._index .newCount.yetCount {
  font-size: 24px;
  font-family: 'Noto_M';
  line-height: 33px;
}

.pop_min .pop_wrap .pop .pop_top .pop_img._index .newCount.yetCount font {
  font-size: 33px;
  font-family: 'Noto_B';
  color: #8244bc;
  margin: 0 2.5px 0 5px;
}

.pop_min .pop_wrap .pop .pop_top .pop_img._index .newCount.maxCount {
  font-size: 15px;
  font-family: 'Noto_R';
  line-height: 18px;
}

.pop_min .pop_wrap .pop .pop_top .pop_img._index .newCount.maxCount font {
  font-size: 18px;
  color: #7545ab;
  font-family: 'Noto_B';
}

.pop_min .pop_wrap .pop .pop_top .pop_img._mycard {
  background-image: url("/img/pop_up2.jpg");
  position: relative;
}

.pop_min .pop_wrap .pop .pop_top .pop_img._mycard ._mycardClose {
  position: absolute;
  width: 100%;
  top: 2%;
  right: 2%;
  z-index: 999;
  text-align: right;
  font-size: 20px;
  color: #fff;
}

.pop_min .pop_wrap .pop .pop_top .pop_img._mycard ._mycardClose i {
  font-weight: 900;
  cursor: pointer;
}

.pop_min .pop_wrap .pop .pop_top .pop_img._mycard .newCount {
  width: 100%;
  position: absolute;
  top: 14%;
  left: 0%;
  color: #fff;
}

.pop_min .pop_wrap .pop .pop_top .pop_img._mycard .newCount.yetCount {
  font-size: 24px;
  font-family: 'Noto_M';
  line-height: 33px;
}

.pop_min .pop_wrap .pop .pop_top .pop_img._mycard .newCount.yetCount font {
  font-size: 33px;
  font-family: 'Noto_B';
  color: #8244bc;
  margin: 0 2.5px 0 5px;
}

.pop_min .pop_wrap .pop .pop_top .pop_img._mycard .newCount.maxCount {
  font-size: 18px;
  font-family: 'Noto_r';
  line-height: 30px;
}

.pop_min .pop_wrap .pop .pop_top .pop_img._mycard .newCount.maxCount font {
  font-size: 20px;
  font-family: 'Noto_B';
  color: #7445ab;
}

.pop_min .pop_wrap .pop .pop_top .pop_img img {
  width: 100%;
}

.pop_min .pop_wrap .pop .pop_top .pop_img._closelimit{
  background-image: url(/img/pop_up_close.jpg);
}

.pop_min .pop_wrap .pop .pop_top .pop_tit {
  font-size: 20px;
  padding: 30px 20px 10px;
}

.pop_min .pop_wrap .pop .pop_top .pop_txt {
  color: #777;
  font-size: 15px;
  line-height: 22px;
  padding: 10px 10px 0;
}

.pop_min .pop_wrap .pop .pop_top .pop_txt .emp {
  font-family: 'Noto_B';
}

.pop_min .pop_wrap .pop .pop_bottom {
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #dfdfdf;
}

.pop_min .pop_wrap .pop .pop_bottom .chk_pop_close {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
}

.pop_min .pop_wrap .pop .pop_bottom .chk_pop_close input {
  display: none;
}

.pop_min .pop_wrap .pop .pop_bottom .chk_pop_close .chkbox {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 1px solid #dfdfdf;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.pop_min .pop_wrap .pop .pop_bottom .chk_pop_close:has(input:checked) .chkbox {
  background-color: #333;
}

.pop_min .pop_wrap .pop .pop_bottom .chk_pop_close .nottdy {
  color: #777;
  cursor: pointer;
}

.pop_min .pop_wrap .pop .pop_bottom .btn_pop_close {
  font-size: 14px;
  color: #777;
  cursor: pointer;
  text-align: right;
}

.pop_min .pop_wrap .pop .pop_bottom._mycard {
  display: none !important;
}

/* mobile */
@media (max-width: 727px) {
  .pop_min .pop_wrap .pop {
    width: 310px;
  }

  .pop_min .pop_wrap .pop .pop_top .pop_img {
    height: 404px;
  }

  .pop_min .pop_wrap .pop .pop_top .pop_txt {
    font-size: 14px;
    line-height: 22px;
    padding: 5px 5px 0;
    word-break: keep-all;
  }

  .pop_min .pop_wrap .pop .pop_top .pop_txt br {
    display: none;
  }


  .pop_min .pop_wrap .pop .pop_top .pop_img._index ._mycardClose {}

  .pop_min .pop_wrap .pop .pop_top .pop_img._index .newCount.yetCount {
    font-size: 1.1rem;
    line-height: 155%;
  }

  .pop_min .pop_wrap .pop .pop_top .pop_img._index .newCount.yetCount font {
    font-size: 1.7rem;
  }

  .pop_min .pop_wrap .pop .pop_top .pop_img._index .newCount.maxCount {
    font-size: 1.1rem;
    line-height: 155%;
  }


  .pop_min .pop_wrap .pop .pop_top .pop_img._mycard ._mycardClose {}

  .pop_min .pop_wrap .pop .pop_top .pop_img._mycard .newCount.yetCount {
    font-size: 1.1rem;
    line-height: 155%;
  }

  .pop_min .pop_wrap .pop .pop_top .pop_img._mycard .newCount.yetCount font {
    font-size: 1.7rem;
  }

  .pop_min .pop_wrap .pop .pop_top .pop_img._mycard .newCount.maxCount {
    font-size: 1rem;
    line-height: 155%;
  }
}
