.site-popup-backdrop {
  position: fixed;
  z-index: 120;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(7, 27, 40, .62);
  backdrop-filter: blur(12px) saturate(.85);
  animation: daol-popup-backdrop .35s ease both;
}

.site-popup-backdrop.is-closing { animation: daol-popup-out .18s ease both; pointer-events: none; }

.site-popup {
  position: relative;
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  width: min(94vw, 650px);
  max-height: min(88vh, 720px);
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 28px;
  color: #12324a;
  background: #fff;
  box-shadow: 0 34px 100px rgba(5, 25, 38, .34);
  animation: daol-popup-in .55s cubic-bezier(.16, .8, .24, 1) both;
  scrollbar-width: thin;
  scrollbar-color: #b9d9dc transparent;
}

.site-popup-banner {
  position: relative;
  display: flex;
  min-height: 100%;
  align-items: flex-end;
  padding: 25px 22px;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(155deg, #18aaa8 0%, #087c91 56%, #12324a 100%);
}

.site-popup-banner::before,
.site-popup-banner::after {
  content: '';
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 50%;
}

.site-popup-banner::before { width: 170px; height: 170px; top: -70px; left: -105px; }
.site-popup-banner::after { width: 110px; height: 110px; top: 28px; left: -36px; }
.site-popup-banner span { position: relative; z-index: 1; font-size: 10px; font-weight: 900; letter-spacing: .15em; writing-mode: vertical-rl; transform: rotate(180deg); }
.site-popup-banner svg { position: absolute; width: 94px; right: -17px; bottom: 16px; opacity: .15; fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 5; }
.site-popup-copy { min-width: 0; padding: 30px 32px 23px; }
.site-popup-heading { display: flex; gap: 18px; align-items: flex-start; justify-content: space-between; padding-right: 30px; }
.site-popup-copy small { display: block; color: #147e78; font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.site-popup-copy h2 { margin: 7px 0 0; font-family: "Noto Serif KR", serif; font-size: clamp(26px, 4vw, 36px); line-height: 1.25; letter-spacing: -.04em; }
.site-popup-badge { flex: 0 0 auto; margin-top: 4px; padding: 6px 9px; border-radius: 999px; color: #7c560b; background: #fff3ce; font-size: 10px; font-weight: 900; white-space: nowrap; }
.site-popup-period { display: grid; grid-template-columns: auto 1fr; gap: 1px 14px; align-items: center; margin: 23px 0 17px; padding: 17px 19px; border: 1px solid #cce5e6; border-radius: 17px; background: linear-gradient(135deg, #effafa, #f9fcfc); }
.site-popup-period span { grid-row: 1 / 3; color: #147e78; font-size: 11px; font-weight: 900; }
.site-popup-period strong { font-size: clamp(20px, 4vw, 27px); line-height: 1.15; letter-spacing: -.03em; }
.site-popup-period em { color: #718791; font-size: 10px; font-style: normal; }
.site-popup-message { margin: 0; color: #506a77; font-size: 14px; line-height: 1.72; }
.site-popup-facts { display: grid; gap: 8px; margin: 17px 0 0; }
.site-popup-facts div { display: grid; grid-template-columns: 46px minmax(0, 1fr); gap: 11px; align-items: start; }
.site-popup-facts dt { padding: 4px 0; border-radius: 7px; color: #147e78; background: #eaf7f6; font-size: 10px; font-weight: 900; text-align: center; }
.site-popup-facts dd { min-width: 0; margin: 0; color: #263f50; font-size: 12px; font-weight: 750; line-height: 1.55; overflow-wrap: anywhere; }
.site-popup-note { margin: 17px 0 0; padding-left: 12px; border-left: 2px solid #d8ae55; color: #738691; font-size: 10.5px; line-height: 1.6; }
.site-popup-actions { display: grid; grid-template-columns: 1.45fr 1fr; gap: 9px; margin-top: 20px; }
.site-popup-actions a { min-height: 48px; display: flex; gap: 9px; align-items: center; justify-content: center; border: 1px solid #12324a; border-radius: 12px; color: #fff; background: #12324a; font: inherit; font-size: 12px; font-weight: 900; text-decoration: none; }
.site-popup-actions a span { transition: transform .2s ease; }
.site-popup-actions a:hover span { transform: translateX(4px); }
.site-popup-actions .site-popup-contact { color: #12324a; border-color: #d6e3e7; background: #fff; }
.site-popup-dismiss { display: flex; justify-content: center; margin: 13px -8px -8px; }
.site-popup-dismiss button { padding: 8px 13px; border: 0; color: #768b95; background: transparent; font: inherit; font-size: 10.5px; cursor: pointer; }
.site-popup-dismiss button + button { border-left: 1px solid #dfe8ea; }
.site-popup-close { position: absolute; z-index: 2; top: 14px; right: 14px; width: 38px; height: 38px; display: grid; place-items: center; border: 0; border-radius: 50%; color: #12324a; background: rgba(255, 255, 255, .94); box-shadow: 0 6px 18px rgba(10, 31, 45, .14); font-size: 21px; line-height: 1; cursor: pointer; }
.site-popup-close:focus-visible, .site-popup a:focus-visible, .site-popup button:focus-visible { outline: 3px solid rgba(24, 170, 168, .38); outline-offset: 2px; }

.content-protection-toast {
  position: fixed;
  z-index: 140;
  left: 50%;
  bottom: max(22px, env(safe-area-inset-bottom));
  max-width: calc(100vw - 32px);
  padding: 12px 17px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  color: #fff;
  background: rgba(18, 50, 74, .94);
  box-shadow: 0 12px 40px rgba(4, 25, 39, .24);
  font-size: 12px;
  font-weight: 800;
  opacity: 0;
  transform: translate(-50%, 12px);
  transition: opacity .2s ease, transform .2s ease;
  pointer-events: none;
}
.content-protection-toast.is-visible { opacity: 1; transform: translate(-50%, 0); }
img { -webkit-user-drag: none; }

@keyframes daol-popup-backdrop { from { opacity: 0; } to { opacity: 1; } }
@keyframes daol-popup-in { from { opacity: 0; transform: translateY(30px) scale(.965); } to { opacity: 1; transform: none; } }
@keyframes daol-popup-out { from { opacity: 1; } to { opacity: 0; } }

@media (max-width: 620px) {
  .site-popup-backdrop { align-items: end; padding: 10px; }
  .site-popup { grid-template-columns: 1fr; width: 100%; max-height: min(92dvh, 760px); border-radius: 23px; }
  .site-popup-banner { min-height: 44px; align-items: center; padding: 13px 20px; }
  .site-popup-banner span { writing-mode: initial; transform: none; }
  .site-popup-banner svg { width: 72px; bottom: -21px; right: 34px; }
  .site-popup-copy { padding: 22px 18px 16px; }
  .site-popup-heading { display: block; padding-right: 42px; }
  .site-popup-badge { display: inline-block; margin-top: 10px; }
  .site-popup-copy h2 { font-size: 27px; }
  .site-popup-period { margin: 17px 0 14px; padding: 14px 15px; }
  .site-popup-period strong { font-size: 21px; }
  .site-popup-actions { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 390px) {
  .site-popup-facts div { grid-template-columns: 42px minmax(0, 1fr); gap: 8px; }
  .site-popup-actions { grid-template-columns: 1fr; }
  .site-popup-contact { min-height: 42px !important; }
}

@media (prefers-reduced-motion: reduce) {
  .site-popup-backdrop, .site-popup, .site-popup-backdrop.is-closing { animation: none; }
  .content-protection-toast { transition: none; }
}
