@charset "UTF-8";

.popup{
  position: fixed;
  z-index: 100;
}
@media screen and (min-width: 960px) {
  .popup{
    width: 208px;
    right: 27px;
    top: 27px;
  }
}
@media screen and (max-width: 959px) {
  .popup{
    width: 42.753vw;
    right: 2.398vw;
    /* top: 12vw; */
    bottom: 13.973vw;
  }
}