@charset "utf-8";

@media screen and (min-width:960px) {
  .myfavorite .modal__txt {
    top: 220px;
  }
  .mydream .modal__txt {
    top: 230px;
  }
}

@media screen and (max-width: 767px) {
  .myfavorite .modal__txt {
    top: 13%;
    font-size: 3.3vw;
  }
}
