@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-display: swap;
  src:
    local("Pretendard Bold"),
    url(../fonts/Pretendard-Bold.woff2) format("woff2"),
    url(../fonts/Pretendard-Bold.woff) format("woff");
}

#landing-popup {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  cursor: pointer;
}

.lp-box {
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 460px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.4);
}

.lp-box img {
  width: 100%;
  display: block;
  aspect-ratio: 1 / 1;
}

.lp-actions {
  display: flex;
  background: #ffffff;
}

.lp-actions button {
  flex: 1;
  padding: 20px 0;
  border: none;
  font-size: 16px;
  cursor: pointer;

  font-family: "NanumSquareBold";
  color: #57585a;
  font-weight: 500;
}

.lp-actions button:first-child {
  border-right: 1px solid #d9d9d9;
}
