#zrg-popup-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(5, 12, 22, 0.78);
  z-index: 99998;
}
#zrg-popup-overlay.active {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}


#zrg-popup {
  position: relative;
  background: #ededed;
  border-radius: 14px;
  width: 420px;
  max-width: 100%;
  box-shadow:
    0 0 0 1px rgba(180,150,80,0.25),
    0 24px 64px rgba(0,0,0,0.55);
  overflow: hidden;
  animation: zrgPop .32s cubic-bezier(.22,1,.36,1);
}
@keyframes zrgPop {
  from { opacity:0; transform:translateY(-20px) scale(.96); }
  to   { opacity:1; transform:translateY(0) scale(1); }
}


/* »ó´Ü °ñµå ¶óÀÎ */
#zrg-popup::before {
  content: '';
  display: block;
  height: 3px;
  background: linear-gradient(90deg, #23610e 0%, #446938 40%, #bec9ba 60%, #446938 80%, #23610e 100%);
}


/* ¦¡¦¡ Çì´õ: »çÁø + ÅØ½ºÆ® ¦¡¦¡ */
.zrg-pp-head {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px 22px 18px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}


/* º¯È£»ç ¿øÇü »çÁø */
.zrg-pp-photo-wrap {
  flex-shrink: 0;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #919191;
  box-shadow: 0 0 0 3px rgb(119 119 119 / 18%);
}
.zrg-pp-photo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}


/* Çì´õ ÅØ½ºÆ® */
.zrg-pp-text { flex: 1; min-width: 0; }
.zrg-pp-quote {
  font-size: 13px;
  color: rgba(255,255,255,0.45);
  line-height: 1.6;
  margin: 0 0 7px;
  word-break: keep-all;
}
.zrg-pp-quote em {
  font-style: normal;
  color: #333;
  font-weight: 600;
}
.zrg-pp-main {
  font-size: 19px;
  font-weight: 800;
  color: #333;
  line-height: 1.4;
  margin: 0 0 7px;
  word-break: keep-all;
}
.zrg-pp-main em {
  font-style: normal;
  color: #23610e;
}
.zrg-pp-sub {
  font-size: 13px;
  color: #333;
  line-height: 1.75;
  margin: 0;
  word-break: keep-all;
}
.zrg-pp-sub strong {
  color: #23610e;
  font-weight: 600;
}


/* ¦¡¦¡ ºÐ±â ¼½¼Ç ¦¡¦¡ */
.zrg-pp-body {
  padding: 15px 18px 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.zrg-pp-section {
  border: 1px solid #333;
  border-radius: 10px;
  padding: 13px 14px;
  background: rgba(255,255,255,0.04);
  transition: border-color .15s, background .15s;
}
.zrg-pp-section:hover {
  border-color: #23610e;
  background: rgba(255,255,255,0.07);
}
.zrg-pp-section-label {
  font-size: 13.5px;
  font-weight: 700;
  color: #333;
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  gap: 7px;
  letter-spacing: -0.01em;
}
.zrg-pp-section-label::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #333;
  flex-shrink: 0;
}


/* ¹öÆ° */
.zrg-pp-btns { display: flex; gap: 8px; }
.zrg-pp-tel-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #23610e;
  color: #ffffff;
  border-radius: 7px;
  padding: 11px 8px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  word-break: keep-all;
  transition: background .15s, transform .1s;
  min-width: 0;
  border: 1px solid rgba(255,255,255,0.08);
}
a.zrg-pp-tel-btn{color:#fff;}
.zrg-pp-tel-btn:hover {
  background: #0f4019;
  transform: translateY(-1px);
}


/* Ä«Ä«¿À */
.zrg-pp-tel-btn.kakao {
  background: #FEE500;
  color: #3C1E1E;
  border-color: rgba(0,0,0,0.06);
}
.zrg-pp-tel-btn.kakao:hover { background: #f0d800; }


/* ¾Æ¿ô¶óÀÎ */
.zrg-pp-tel-btn.outline {
  background: transparent;
  color: #333;
  border: 1px solid #333;
}
.zrg-pp-tel-btn.outline:hover {
  background: rgba(255,255,255,0.06);
  border-color: #23610e;
}


/* ¦¡¦¡ ÇÏ´Ü ¦¡¦¡ */
.zrg-pp-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 18px;
  border-top: 1px solid rgba(255,255,255,0.07);
  background: #23610e;
}
.zrg-pp-noweek {
  display: flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
  font-size: 12px;
  color: #fff;
  background: none;
  border: none;
  padding: 0;
  font-family: inherit;
  user-select: none;
  transition: color .15s;
}
.zrg-pp-noweek:hover { color: rgba(255,255,255,0.6); }
.zrg-pp-noweek input[type="checkbox"] {
  width: 14px; height: 14px;
  cursor: pointer;
  accent-color: #d4a43a;
  flex-shrink: 0;
}
.zrg-pp-close {
  font-size: 12px;
  font-weight: 600;
  color: #333;
  background:#fff;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 6px 18px;
  cursor: pointer;
  font-family: inherit;
  transition: background .15s, color .15s;
}
.zrg-pp-close:hover {
  background: rgba(255,255,255,0.14);
  color: rgba(255,255,255,0.8);
}


/* ¸ð¹ÙÀÏ */
@media (max-width: 480px) {
  #zrg-popup { width: 100%; }
  .zrg-pp-head { padding: 16px 16px 14px; gap: 12px; }
  .zrg-pp-photo-wrap { width: 70px; height: 70px; }
  .zrg-pp-main { font-size: 15px; }
  .zrg-pp-quote, .zrg-pp-sub { font-size: 11px; }
  .zrg-pp-body { padding: 12px 14px 15px; }
  .zrg-pp-tel-btn { font-size: 12px; padding: 10px 6px; }
  .zrg-pp-section-label { font-size: 12.5px; }
  .zrg-pp-footer { padding: 10px 14px; }
}