.divpop {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
  min-height: 100vh;
  vertical-align: middle;
  display: block;
}
.popdivbk {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: #000000;
  opacity: 0.72;
  min-height: 100vh;
  vertical-align: middle;
  display: block;
}
.popdiv {
  position: relative;
  width: 800px;
  margin: auto;
  z-index: 1000;
  margin-top: 80px;
}
@media (max-width: 576px) {
  .popdiv {
    width: 100vw;
  }
}
.popdiv img {
  max-width: 100%;
  height: auto;
}
.popdiv_top {
  background-color: unset;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 16px;
  padding-bottom: 5px;
  text-align: right;
  border-radius: 16px 16px 0 0;
}
.popdiv_top button {
  border: 0px;
}
.popdiv_con {
  background-color: #ffffff;
  margin-left: 40px;
  margin-right: 40px;
  min-height: 300px;
  /* padding: 20px; */
}
.popdiv_footer {
  margin-left: 40px;
  margin-right: 40px;
}
.popdiv_footer button {
  padding: 12px 10px;
  border: 0;
  background: unset;
  color: #fff;
  display: block;
  width: 100%;
  border-radius: 0 0 16px 16px;
}
.popdiv_top button.popdiv_close{
  background-color: unset;
}
.popdiv_top button.popdiv_close img{
  width: 40px;
}
@media (max-width: 799px) {
  .popdiv{
    width: 100%;
  }
  .popdiv_top {
    margin-left: 24px;
    margin-right: 24px;
  }
  .popdiv_con {
    margin-left: 24px;
    margin-right: 24px;
  }
  .popdiv_footer {
    margin-left: 24px;
    margin-right: 24px;
  }
}
@media (max-width: 799px) {
  .popdiv_con {
    width: calc( 100% - 48px );
    overflow: hidden;
    position: relative;
    height: 752px;
  }
  .popdiv_con img{
    background-color: #fff0f0;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    object-fit: cover;
  }
}
@media (max-width: 719px) {
  .popdiv_con {
    height: 657px;
  }
}
@media (max-width: 639px) {
  .popdiv_con {
    height: 576px;
  }
}
@media (max-width: 569px) {
  .popdiv_con {
    height: 506px;
  }
}
@media (max-width: 499px) {
  .popdiv_con {
    height: 436px;
  }
}
@media (max-width: 449px) {
  .popdiv_con {
    height: 420px;
  }
}
@media (max-width: 423px) {
  .popdiv_con {
    height: 400px;
  }
}
@media (max-width: 404px) {
  .popdiv_con {
    height: 380px;
  }
}
@media (max-width: 386px) {
  .popdiv_con {
    height: 360px;
  }
}
@media (max-width: 369px) {
  .popdiv_con {
    height: 348px;
  }
}