/* ---------------------------
 * PUSH
 * --------------------------- */
.pushModal-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.pushModal-wrap {
  position: fixed;
  bottom: 100px;
  left: 5%;
  right: 5%;
}

.pushModal-close {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.pushModal-head {
  color: #f7f5f4;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background: #e3927c;
}

.pushModal-text {
  color: #707070;
  font-size: 16px;
  margin-top: 10px;
}

.pushModal-box {
  position: fixed;
  border: 15px solid #f7f5f4;
  border-radius: 10px;
  width: 420px;
  top: 150px;
  bottom: auto;
  left: 10%;
  background: #f7f5f4;
  box-sizing: border-box;
  padding: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  opacity: 0;
}

.pushModal-box::after, .pushModal-box::before {
  bottom: 100%;
  left: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.pushModal-box::before {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #f7f5f4;
  border-width: 26px;
  left: 80px;
  top: -65px;
}

@media screen and (max-width: 767px) {
  .pushModal-box {
    top: 10%;
    bottom: auto;
    width: 85%;
    border: 5px solid #f7f5f4;
    left: 8%;
  }
  .pushModal-box::after, .pushModal-box::before {
    top: 100%;
    left: 90%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .pushModal-box::before {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #f7f5f4;
    border-width: 26px;
    margin-left: -26px;
    left: 50%;
  }
  .pushModal-close {
    top: -20px;
    right: -20px;
    width: 30px;
    height: 30px;
  }
  .pushModal-head {
    font-size: 1.6rem;
    padding: 5px;
  }
  .pushModal-text {
    font-size: 1.4rem;
  }
}
/*# sourceMappingURL=../../_maps/asset/css/push.css.map */
