@charset "utf-8";

@media screen and (min-width: 960px) {
}

@media screen and (max-width: 767px) {
  .myfavorite .modal__txt {
    top: 19%;
  }
}
