#popup {
  display: none;
}

.popup100 .popup-contents-wrap {
  background-color: #fff;
  height: 100%;
  overflow-y: scroll;
  width: 100%;
}

iframe {
  border: 0;
  height: 100%;
  width: 100%;
}

.popup90 .popup-contents-wrap {
  background-color: #fff;
  border-radius: 12px;
  height: auto;
  left: 50%;
  margin: auto;
  max-width: 1200px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100vw - 40px);
}


.popup80 .popup-contents-wrap {
  background-color: #fff;
  bottom: 0;
  height: 80%;
  left: 0;
  margin: auto;
  overflow-y: scroll;
  position: absolute;
  right: 0;
  top: 0;
  width: 80%;
}

.popup70 .popup-contents-wrap {
  background-color: #fff;
  bottom: 0;
  height: 70%;
  left: 0;
  margin: auto;
  overflow-y: scroll;
  position: absolute;
  right: 0;
  top: 0;
  width: 70%;
}


@media screen and (max-width: 480px) {
  /*.popup90 .popup-contents-wrap{*/
  /*    width : calc(100% - 20px);*/
  /*    height : calc(100% - 20px);*/
  /*}*/
  .research-wrap .contents-wrap .info {
    border-radius: 8px;
    font-size: 16px;
    padding: 20px 10px;
  }

  .popup80 .popup-contents-wrap {
    border-radius: 0;
    height: 100%;
    overflow-y: auto;
    width: 100%;
  }
}