.divpop {
  position: absolute;
  left: 0px;
  top: 120px;
  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;
  min-height: 100vh;
  vertical-align: middle;
  display: block;
}
.popdiv {
  position: relative;
  width: fit-content;
  height: 100%;
  margin: auto;
  z-index: 1000;
  max-height: 640px;
}

/* @media (max-width: 576px) {
  .popdiv {
    width: 100vw;
  }
} */
.popdiv img {
  max-width: 800px;
  height: auto;
  width: 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;
  /* height: 100%;
  padding: 24px; */
  width: fit-content;
  min-width: 240px;
  min-height: 240px;
}
.popdiv_footer {
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  background-color: #000000;
  width: -webkit-fill-available;
}
.popdiv_footer button {
  padding: 12px;
  border: 0;
  background: unset;
  color: #fff;
  display: block;
  width: 100%;
  border-radius: 0 0 16px 16px;
  font-size: 16px;
}
button.popdiv_close{
  background-color: unset;
  width: 48px;
  height: 48px;
}
.popdiv_top button.popdiv_close img{
  width: 40px;
}

/* @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: 880px) {
  .popdiv_con img{
    max-width: 100%;
  }
  .popdiv{
    max-width: 100%;
  }
  .button.popdiv_close{
    width: 32px;
    height: 32px;
  }
  .popdiv_footer button{
    padding: 0;
    font-size: 14px;
  }
  button.popdiv_close img{
    width: 16px;
    height: 16px;
  }
  .popdiv_top {
    margin-left: 24px;
    margin-right: 24px;
  }
  .popdiv_con {
    margin-left: 24px;
    margin-right: 24px;
  }
  .popdiv_footer {
    margin-left: 24px;
    margin-right: 24px;
  }
}