#notify_pop {
  display: none;
  position: fixed;
  top: 70px;
  z-index: 999;
  width: calc(100% - 40px);
  max-width: 340px;
  right: 80px;
  -webkit-transition: top 400ms ease;
  transition: top 400ms ease;
}
@media (min-width: 913px) and (max-width: 1080px) {
  #notify_pop {
    right: 40px;
  }
}
@media (min-width: 0px) and (max-width: 912px) {
  #notify_pop {
    right: 20px;
    max-width: unset;
  }
}
#notify_pop * {
  letter-spacing: -0.04em;
}
#notify_pop .notify-pop-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
#notify_pop .notify-pop-wrap .notify {
  position: relative;
  top: 0;
}
#notify_pop .notify-pop-wrap .notify.notify-ready {
  opacity: 0;
  margin-top: -20px;
}
#notify_pop .notify-pop-wrap .notify .notify-box {
  -webkit-transition: inherit;
  transition: inherit;
}
#notify_pop .notify-pop-wrap .notify .notify-box b {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: var(--accent-color);
}
#notify_pop .notify-pop-wrap .notify .notify-box .notify-content {
  position: relative;
  z-index: 9;
  padding: 16px;
  color: #222;
  border-radius: 24px;
  background: rgba(245, 245, 245, 0.7);
  backdrop-filter: blur(20px);
  -webkit-box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
#notify_pop .notify-pop-wrap .notify .notify-box .notify-content .notify-time {
  margin-bottom: 6px;
  color: rgba(34, 34, 34, 0.7);
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
}
#notify_pop .notify-pop-wrap .notify .notify-box .notify-content .notify-category {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2em;
}
#notify_pop .notify-pop-wrap .notify .notify-box .notify-content .notify-title {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#notify_pop .notify-pop-wrap .notify .notify-box .notify-content .notify-desc {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4em;
  max-height: 2.8em;
  display: -webkit-box;
  overflow: hidden;
  vertical-align: top;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#notify_pop .notify-pop-wrap .notify .notify-box .notify-content a {
  color: #222;
}
#notify_pop .notify-pop-wrap .notify .notify-box .add-notify-content {
  position: relative;
  top: -4px;
  z-index: 1;
  width: calc(100% - 20px);
  margin: 0 auto;
  padding: 10px 12px 8px;
  border-radius: 0 0 24px 24px;
  background: rgba(251, 251, 251, 0.7);
  backdrop-filter: blur(20px);
  -webkit-box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
#notify_pop .notify-pop-wrap .notify .notify-box .add-notify-content .add-notify-cnt {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2em;
  color: #222;
}
#notify_pop .notify-pop-wrap .notify .non-payment .notify-content .notify-time {
  line-height: 1em;
  margin: 8px 0 10px;
}
#notify_pop .notify-pop-wrap .notify .non-payment .btn-payment {
  margin: 0;
  width: 100%;
  height: 40px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.04em;
  background-color: var(--accent-color);
  border: none;
  border-radius: 10px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
@media (hover: hover) and (pointer: fine) {
  #notify_pop .notify-pop-wrap .notify .non-payment .btn-payment:hover {
    background: var(--accent-hover-color);
  }
}
#notify_pop .notify-pop-wrap .notify .non-payment .btn-payment::active {
  background: var(--accent-hover-color);
}
#notify_pop .notify-pop-wrap .notify .btn-read-close {
  position: absolute;
  top: 12px;
  right: 52px;
  width: 70px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #555;
  border-radius: 999px;
  background-color: rgba(119, 119, 119, 0.16);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  cursor: pointer;
  z-index: 9;
}
@media (hover: hover) and (pointer: fine) {
  #notify_pop .notify-pop-wrap .notify .btn-read-close:hover {
    background-color: rgba(237, 237, 237, 0.2);
  }
}
#notify_pop .notify-pop-wrap .notify .btn-read-close:active {
  background-color: rgba(237, 237, 237, 0.2);
}
#notify_pop .notify-pop-wrap .notify .btn-notify-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: rgba(119, 119, 119, 0.16);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  cursor: pointer;
  z-index: 9;
}
#notify_pop .notify-pop-wrap .notify .btn-notify-close::after {
  content: "";
  position: absolute;
  width: inherit;
  height: inherit;
  background-image: url(/user/img/btn_close.svg);
  background-position: center;
  background-size: 12px;
  background-repeat: no-repeat;
  opacity: 0.8;
}
@media (hover: hover) and (pointer: fine) {
  #notify_pop .notify-pop-wrap .notify .btn-notify-close:hover {
    background-color: rgba(237, 237, 237, 0.2);
  }
}
#notify_pop .notify-pop-wrap .notify .btn-notify-close:active {
  background-color: rgba(237, 237, 237, 0.2);
}