/* ROBERIN seonnapiyeon calculator note-list fix v5 - 2026-05-17 */
body.postid-1567 {
  --sp-paper: #fff7e8;
  --sp-paper-soft: #fbf0dc;
  --sp-card: #fffdf7;
  --sp-ink: #2b2119;
  --sp-muted: #67584a;
  --sp-line: #6b5745;
  --sp-line-soft: rgba(107, 87, 69, 0.28);
  --sp-green: #e3efd2;
  --sp-green-ink: #2f4e2e;
  --sp-blue: #dfeef8;
  --sp-blue-ink: #28455a;
  --sp-amber: #f7df9d;
  --sp-amber-ink: #5e4415;
  --sp-red: #a43e2d;
  --sp-shadow: 4px 4px 0 rgba(72, 55, 40, 0.22);
  --sp-shadow-soft: 2px 2px 0 rgba(72, 55, 40, 0.14);
  background:
    linear-gradient(90deg, rgba(107, 87, 69, 0.025) 1px, transparent 1px) 0 0 / 18px 18px,
    linear-gradient(0deg, rgba(107, 87, 69, 0.022) 1px, transparent 1px) 0 0 / 18px 18px,
    #faf2e8;
}

body.postid-1567 .cs-site-content > .cs-container,
body.postid-1567 .cs-main-content,
body.postid-1567 .cs-content-area,
body.postid-1567 .cs-entry__container,
body.postid-1567 .cs-entry__content-wrap {
  width: 100%;
  max-width: none;
}

body.postid-1567 .cs-breadcrumbs,
body.postid-1567 .cs-entry__header,
body.postid-1567 .entry-content > .seonnapiyeon-calculator {
  width: min(1040px, calc(100vw - 32px));
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

body.postid-1567 .cs-entry__header {
  margin-top: 18px;
  margin-bottom: 14px;
  text-align: left;
}

body.postid-1567 .cs-entry__title {
  color: var(--sp-ink);
  font-size: clamp(30px, 3.2vw, 42px);
  line-height: 1.12;
  font-weight: 950;
  letter-spacing: -0.055em;
  word-break: keep-all;
}

.seonnapiyeon-calculator,
.seonnapiyeon-calculator *,
.seonnapiyeon-calculator *::before,
.seonnapiyeon-calculator *::after {
  box-sizing: border-box;
}

.seonnapiyeon-calculator {
  width: min(1040px, calc(100vw - 32px));
  max-width: 1040px;
  margin: 0 auto 24px;
  color: var(--sp-ink, #2b2119);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  line-height: 1.52;
}

.seonnapiyeon-container {
  position: relative;
  isolation: isolate;
  width: 100%;
  overflow: hidden;
  padding: 14px;
  color: var(--sp-ink, #2b2119);
  background: var(--sp-paper, #fff7e8);
  border: 2px solid var(--sp-line, #6b5745);
  border-radius: 0;
  box-shadow: var(--sp-shadow, 4px 4px 0 rgba(72, 55, 40, 0.22));
}

.seonnapiyeon-container::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(rgba(107, 87, 69, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(107, 87, 69, 0.045) 1px, transparent 1px);
  background-size: 20px 20px;
  pointer-events: none;
}

.seonnapiyeon-header {
  display: grid;
  gap: 6px;
  margin: 0 0 10px;
  padding: 0 0 10px;
  text-align: left;
  border-bottom: 2px solid var(--sp-line, #6b5745);
}

.seonnapiyeon-kicker {
  width: fit-content;
  margin: 0;
  padding: 3px 7px;
  color: var(--sp-amber-ink, #5e4415);
  background: var(--sp-amber, #f7df9d);
  border: 1px solid var(--sp-line, #6b5745);
  box-shadow: var(--sp-shadow-soft, 2px 2px 0 rgba(72, 55, 40, 0.14));
  font-size: 12px;
  line-height: 1.1;
  font-weight: 950;
  letter-spacing: 0.01em;
}

.seonnapiyeon-header h2 {
  margin: 0;
  color: var(--sp-ink, #2b2119) !important;
  -webkit-text-fill-color: var(--sp-ink, #2b2119);
  font-size: clamp(22px, 2.5vw, 30px);
  line-height: 1.14;
  font-weight: 950;
  letter-spacing: -0.045em;
  word-break: keep-all;
}

.seonnapiyeon-header .subtitle,
.seonnapiyeon-calculator .subtitle {
  max-width: 740px;
  margin: 0;
  color: var(--sp-muted, #67584a) !important;
  -webkit-text-fill-color: var(--sp-muted, #67584a);
  font-size: 14.5px;
  line-height: 1.55;
  font-weight: 750;
  word-break: keep-all;
}

.seonnapiyeon-main {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 10px;
  align-items: stretch;
  margin: 0 0 10px;
}

.seonnapiyeon-panel,
.seonnapiyeon-detail,
.seonnapiyeon-notes {
  min-width: 0;
  background: rgba(255, 253, 247, 0.94);
  border: 1px solid var(--sp-line, #6b5745);
  border-radius: 0;
  box-shadow: var(--sp-shadow-soft, 2px 2px 0 rgba(72, 55, 40, 0.14));
  padding: 12px;
}

.seonnapiyeon-panel {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sp-panel-head {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  padding: 0 0 8px;
  border-bottom: 1px solid var(--sp-line-soft, rgba(107, 87, 69, 0.28));
}

.sp-panel-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 28px;
  height: 24px;
  color: var(--sp-green-ink, #2f4e2e);
  background: var(--sp-green, #e3efd2);
  border: 1px solid var(--sp-line, #6b5745);
  box-shadow: 1px 1px 0 rgba(72, 55, 40, 0.14);
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
}

.sp-panel-head h3,
.seonnapiyeon-detail h3,
.seonnapiyeon-notes h3 {
  margin: 0;
  color: var(--sp-ink, #2b2119) !important;
  -webkit-text-fill-color: var(--sp-ink, #2b2119);
  font-size: 15.5px;
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: -0.02em;
}

.sp-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.sp-field {
  min-width: 0;
}

.sp-field label,
.sp-choice-group legend {
  display: block;
  margin: 0 0 5px;
  color: var(--sp-muted, #67584a);
  font-size: 13px;
  line-height: 1.25;
  font-weight: 900;
}

.sp-input-shell {
  position: relative;
  min-width: 0;
}

.sp-input-shell > span {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  color: var(--sp-muted, #67584a);
  font-size: 13px;
  font-weight: 900;
  pointer-events: none;
}

.sp-input,
.sp-select,
.seonnapiyeon-calculator input[type="date"],
.seonnapiyeon-calculator input[type="number"],
.seonnapiyeon-calculator select {
  width: 100%;
  min-width: 0;
  min-height: 40px;
  margin: 0;
  padding: 9px 10px;
  color: var(--sp-ink, #2b2119) !important;
  -webkit-text-fill-color: var(--sp-ink, #2b2119);
  background: var(--sp-card, #fffdf7);
  border: 1px solid var(--sp-line, #6b5745);
  border-radius: 0;
  box-shadow: inset 1px 1px 0 rgba(107, 87, 69, 0.08);
  font: inherit;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.25;
  appearance: none;
}

.sp-input-shell .sp-input,
.sp-input-shell input[type="number"] {
  padding-right: 42px;
}

.sp-select {
  padding-right: 32px;
  background-image: linear-gradient(45deg, transparent 50%, var(--sp-line, #6b5745) 50%), linear-gradient(135deg, var(--sp-line, #6b5745) 50%, transparent 50%);
  background-position: calc(100% - 16px) 17px, calc(100% - 10px) 17px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.sp-input:focus-visible,
.sp-select:focus-visible,
.sp-radio-card:focus-within,
.sp-button:focus-visible {
  outline: 3px solid #d6a62b;
  outline-offset: 2px;
}

.sp-choice-group {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.sp-choice-group legend {
  grid-column: 1 / -1;
  padding: 0;
}

.sp-radio-card {
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
  min-height: 36px;
  padding: 7px 8px;
  color: var(--sp-ink, #2b2119);
  background: var(--sp-card, #fffdf7);
  border: 1px solid var(--sp-line-soft, rgba(107, 87, 69, 0.28));
  border-radius: 0;
  cursor: pointer;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.2;
}

.sp-radio-card input {
  flex: 0 0 auto;
  width: 15px;
  height: 15px;
  margin: 0;
  accent-color: var(--sp-line, #6b5745);
}

.sp-help {
  margin: 6px 0 0;
  color: var(--sp-muted, #67584a);
  font-size: 12.5px;
  line-height: 1.45;
  font-weight: 750;
  word-break: keep-all;
}

.sp-custom-section {
  min-width: 0;
  padding: 10px;
  background: rgba(251, 240, 220, 0.74);
  border: 1px dashed var(--sp-line, #6b5745);
}

.custom-payment-header,
.custom-payment-row {
  display: grid;
  grid-template-columns: 44px minmax(86px, 0.8fr) minmax(96px, 1fr) minmax(122px, 1.1fr);
  gap: 6px;
  align-items: center;
  min-width: 0;
}

.custom-payment-header {
  margin: 0 0 6px;
  color: var(--sp-muted, #67584a);
  font-size: 12px;
  font-weight: 950;
  line-height: 1.2;
}

.sp-payment-fields {
  display: grid;
  gap: 6px;
  max-height: 256px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 2px;
}

.custom-payment-row span,
.payment-round,
.payment-scheduled {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 38px;
  padding: 6px 5px;
  color: var(--sp-ink, #2b2119);
  background: rgba(255, 253, 247, 0.86);
  border: 1px solid var(--sp-line-soft, rgba(107, 87, 69, 0.28));
  font-size: 12px;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
}

.payment-scheduled {
  color: var(--sp-muted, #67584a);
  font-size: 11.5px;
}

.custom-payment-row .sp-input {
  min-height: 38px;
  padding: 7px 8px;
  font-size: 13px;
}

.sp-action-row {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
  gap: 8px;
  margin-top: auto;
}

.sp-button,
.primary-button,
.secondary-button {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 12px;
  border-radius: 0;
  border: 1px solid var(--sp-line, #6b5745);
  box-shadow: var(--sp-shadow-soft, 2px 2px 0 rgba(72, 55, 40, 0.14));
  font: inherit;
  font-size: 14px;
  font-weight: 950;
  line-height: 1.1;
  cursor: pointer;
  transition: transform 120ms ease, box-shadow 120ms ease, background-color 120ms ease, color 120ms ease;
}

.sp-button--primary,
.primary-button {
  color: var(--sp-amber-ink, #5e4415) !important;
  -webkit-text-fill-color: var(--sp-amber-ink, #5e4415);
  background: var(--sp-amber, #f7df9d);
}

.sp-button--secondary,
.secondary-button {
  color: #743528 !important;
  -webkit-text-fill-color: #743528;
  background: #f3dfd3;
}

.sp-button:hover {
  transform: translate(1px, 1px);
  box-shadow: 1px 1px 0 rgba(72, 55, 40, 0.16);
}

.sp-button:active {
  transform: translate(2px, 2px);
  box-shadow: none;
}

.sp-status {
  min-height: 44px;
  padding: 9px 10px;
  color: var(--sp-blue-ink, #28455a);
  background: var(--sp-blue, #dfeef8);
  border: 1px solid var(--sp-line, #6b5745);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.45;
  word-break: keep-all;
}

.sp-result-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
}

.sp-result-card,
.result-card {
  display: grid;
  gap: 4px;
  min-width: 0;
  min-height: 72px;
  padding: 9px;
  background: var(--sp-card, #fffdf7);
  border: 1px solid var(--sp-line, #6b5745);
  border-radius: 0;
  box-shadow: 1px 1px 0 rgba(72, 55, 40, 0.11);
  text-align: left;
}

.sp-result-card.is-primary {
  grid-column: 1 / -1;
  background: var(--sp-green, #e3efd2);
}

.sp-result-card span {
  color: var(--sp-muted, #67584a);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
}

.sp-result-card strong {
  color: var(--sp-ink, #2b2119) !important;
  -webkit-text-fill-color: var(--sp-ink, #2b2119);
  font-size: clamp(17px, 2.1vw, 22px);
  font-weight: 950;
  line-height: 1.16;
  letter-spacing: -0.035em;
  word-break: keep-all;
}

.sp-mini-results {
  display: grid;
  gap: 6px;
  margin: 0;
}

.sp-mini-results div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-width: 0;
  padding: 6px 0;
  border-bottom: 1px dashed var(--sp-line-soft, rgba(107, 87, 69, 0.28));
}

.sp-mini-results div:last-child {
  border-bottom: 0;
}

.sp-mini-results dt,
.sp-mini-results dd {
  margin: 0;
  font-size: 13px;
  line-height: 1.25;
}

.sp-mini-results dt {
  color: var(--sp-muted, #67584a);
  font-weight: 850;
}

.sp-mini-results dd {
  color: var(--sp-ink, #2b2119);
  font-weight: 950;
  text-align: right;
}

.sp-warning {
  margin: 0;
  padding: 8px 9px;
  color: #743528;
  background: #f8dfd2;
  border: 1px solid #a96a58;
  font-size: 12.5px;
  font-weight: 850;
  line-height: 1.45;
}

.seonnapiyeon-detail {
  margin: 0 0 10px;
}

.sp-detail-head {
  display: grid;
  gap: 4px;
  margin-bottom: 9px;
}

.sp-detail-head p {
  margin: 0;
  color: var(--sp-muted, #67584a);
  font-size: 13px;
  font-weight: 760;
  line-height: 1.45;
}

.table-container {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.seonnapiyeon-detail table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  font-size: 13px;
}

.seonnapiyeon-detail th,
.seonnapiyeon-detail td {
  padding: 8px 7px;
  color: var(--sp-ink, #2b2119);
  border: 1px solid var(--sp-line-soft, rgba(107, 87, 69, 0.28));
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.seonnapiyeon-detail thead th {
  color: var(--sp-amber-ink, #5e4415);
  background: var(--sp-amber, #f7df9d);
  font-weight: 950;
}

.seonnapiyeon-detail tbody tr:nth-child(even) td {
  background: rgba(251, 240, 220, 0.46);
}

.seonnapiyeon-notes {
  display: grid;
  gap: 9px;
  margin: 0;
}

.sp-note-list {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sp-note-list li {
  position: relative;
  min-width: 0;
  margin: 0;
  padding: 0 0 0 18px;
  color: var(--sp-muted, #67584a);
  font-size: 13.2px;
  font-weight: 780;
  line-height: 1.5;
  word-break: keep-all;
}

.sp-note-list li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 0.68em;
  width: 7px;
  height: 7px;
  background: var(--sp-line, #6b5745);
  box-shadow: 1px 1px 0 rgba(72, 55, 40, 0.16);
}

.hidden {
  display: none !important;
}

body.postid-1567 .entry-content > .roberin-ad-slot,
body.postid-1567 .entry-content > .roberin-ad,
body.postid-1567 .entry-content > div.roberin-ad-slot {
  width: min(728px, calc(100vw - 32px));
  max-width: 728px;
  min-height: 90px;
  margin: 24px auto;
  padding: 0;
  color: var(--sp-muted, #67584a);
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  text-align: center;
}

body.postid-1567 .entry-content > .roberin-ad-slot--after-tool + .wp-block-group.content1,
body.postid-1567 .entry-content > .roberin-ad--after-tool + .wp-block-group.content1 {
  margin-top: 0 !important;
}

@media (max-width: 980px) {
  .seonnapiyeon-main {
    grid-template-columns: 1fr 1fr;
  }

  .seonnapiyeon-panel--results {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  body.postid-1567 .cs-breadcrumbs,
  body.postid-1567 .cs-entry__header,
  body.postid-1567 .entry-content > .seonnapiyeon-calculator,
  .seonnapiyeon-calculator {
    width: min(100%, calc(100vw - 24px));
  }

  .seonnapiyeon-container {
    padding: 12px;
  }

  .seonnapiyeon-main,
  .sp-field-grid,
  .sp-result-grid {
    grid-template-columns: 1fr;
  }

  .sp-result-card.is-primary {
    grid-column: auto;
  }

  .sp-choice-group {
    grid-template-columns: 1fr;
  }

  .custom-payment-header,
  .custom-payment-row {
    grid-template-columns: 38px minmax(70px, 0.9fr) minmax(86px, 1fr) minmax(112px, 1.15fr);
    gap: 5px;
  }

  .sp-payment-fields {
    max-height: 310px;
  }
}

@media (max-width: 390px) {
  body.postid-1567 .cs-breadcrumbs,
  body.postid-1567 .cs-entry__header,
  body.postid-1567 .entry-content > .seonnapiyeon-calculator,
  .seonnapiyeon-calculator {
    width: min(100%, calc(100vw - 18px));
  }

  .seonnapiyeon-container,
  .seonnapiyeon-panel,
  .seonnapiyeon-detail,
  .seonnapiyeon-notes {
    padding: 10px;
  }

  .custom-payment-header,
  .custom-payment-row {
    grid-template-columns: 34px minmax(64px, 0.85fr) minmax(80px, 1fr) minmax(102px, 1.1fr);
    gap: 4px;
  }

  .custom-payment-row .sp-input,
  .custom-payment-row span,
  .payment-scheduled {
    min-height: 36px;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 11px;
  }

  .sp-action-row {
    grid-template-columns: 1fr;
  }
}

body.postid-1567[data-scheme="dark"],
body.postid-1567[data-scheme="inverse"] {
  --sp-paper: #241d18;
  --sp-paper-soft: #30261f;
  --sp-card: #2c231d;
  --sp-ink: #f2e4ce;
  --sp-muted: #d1bda4;
  --sp-line: #b99367;
  --sp-line-soft: rgba(185, 147, 103, 0.34);
  --sp-green: #2f3c2d;
  --sp-green-ink: #e2f1d3;
  --sp-blue: #273746;
  --sp-blue-ink: #dcebf6;
  --sp-amber: #6b511e;
  --sp-amber-ink: #ffedbc;
  --sp-shadow: 4px 4px 0 rgba(5, 4, 3, 0.38);
  --sp-shadow-soft: 2px 2px 0 rgba(5, 4, 3, 0.28);
  background:
    linear-gradient(90deg, rgba(233, 206, 168, 0.035) 1px, transparent 1px) 0 0 / 18px 18px,
    linear-gradient(0deg, rgba(233, 206, 168, 0.03) 1px, transparent 1px) 0 0 / 18px 18px,
    #15110e;
}

body.postid-1567[data-scheme="dark"] .seonnapiyeon-panel,
body.postid-1567[data-scheme="inverse"] .seonnapiyeon-panel,
body.postid-1567[data-scheme="dark"] .seonnapiyeon-detail,
body.postid-1567[data-scheme="inverse"] .seonnapiyeon-detail,
body.postid-1567[data-scheme="dark"] .seonnapiyeon-notes,
body.postid-1567[data-scheme="inverse"] .seonnapiyeon-notes {
  background: rgba(44, 35, 29, 0.95);
}

body.postid-1567[data-scheme="dark"] .seonnapiyeon-container::before,
body.postid-1567[data-scheme="inverse"] .seonnapiyeon-container::before {
  background:
    linear-gradient(rgba(233, 206, 168, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(233, 206, 168, 0.045) 1px, transparent 1px);
  background-size: 20px 20px;
}

body.postid-1567[data-scheme="dark"] .sp-custom-section,
body.postid-1567[data-scheme="inverse"] .sp-custom-section,
body.postid-1567[data-scheme="dark"] .seonnapiyeon-detail tbody tr:nth-child(even) td,
body.postid-1567[data-scheme="inverse"] .seonnapiyeon-detail tbody tr:nth-child(even) td {
  background: rgba(48, 38, 31, 0.78);
}

body.postid-1567[data-scheme="dark"] .sp-button--secondary,
body.postid-1567[data-scheme="inverse"] .sp-button--secondary {
  color: #f7d6c8 !important;
  -webkit-text-fill-color: #f7d6c8;
  background: #5b3329;
}

body.postid-1567[data-scheme="dark"] .sp-warning,
body.postid-1567[data-scheme="inverse"] .sp-warning {
  color: #ffd9ce;
  background: #4a241e;
  border-color: #b76d5c;
}

/* Compact v3: reduce empty vertical space and keep input/action/result above the fold. */
body.postid-1567 .cs-breadcrumbs,
body.postid-1567 .cs-entry__header,
body.postid-1567 .entry-content > .seonnapiyeon-calculator {
  width: min(980px, calc(100vw - 32px));
  max-width: 980px;
}

body.postid-1567 .cs-entry__header {
  margin-top: 14px;
  margin-bottom: 10px;
}

body.postid-1567 .cs-entry__title {
  font-size: clamp(28px, 3vw, 38px);
}

.seonnapiyeon-calculator {
  width: min(980px, calc(100vw - 32px));
  max-width: 980px;
  margin-bottom: 20px;
  line-height: 1.42;
}

.seonnapiyeon-container {
  padding: 12px;
}

.seonnapiyeon-header {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: end;
  column-gap: 10px;
  row-gap: 3px;
  margin-bottom: 8px;
  padding-bottom: 8px;
}

.seonnapiyeon-kicker {
  grid-column: 1;
  grid-row: 1 / span 2;
  align-self: center;
  padding: 4px 7px;
}

.seonnapiyeon-header h2 {
  grid-column: 2;
  font-size: clamp(21px, 2.25vw, 28px);
}

.seonnapiyeon-header .subtitle,
.seonnapiyeon-calculator .subtitle {
  grid-column: 2;
  max-width: none;
  font-size: 13.5px;
  line-height: 1.35;
}

.seonnapiyeon-main {
  grid-template-columns: minmax(0, 1fr) minmax(296px, 0.64fr);
  grid-template-areas:
    "inputs results"
    "schedule results";
  align-items: start;
  gap: 8px;
  margin-bottom: 8px;
}

.seonnapiyeon-panel--inputs {
  grid-area: inputs;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(214px, 0.82fr);
  grid-template-areas:
    "head head"
    "fields tax"
    "fields interest";
  align-items: start;
  gap: 8px;
}

.seonnapiyeon-panel--inputs .sp-panel-head { grid-area: head; }
.seonnapiyeon-panel--inputs .sp-field-grid { grid-area: fields; }
.seonnapiyeon-panel--inputs .sp-choice-group:nth-of-type(1) { grid-area: tax; }
.seonnapiyeon-panel--inputs .sp-choice-group:nth-of-type(2) { grid-area: interest; }
.seonnapiyeon-panel--schedule { grid-area: schedule; align-self: start; }
.seonnapiyeon-panel--results { grid-area: results; grid-column: auto; align-self: start; }

.seonnapiyeon-panel,
.seonnapiyeon-detail,
.seonnapiyeon-notes {
  padding: 10px;
}

.seonnapiyeon-panel {
  gap: 8px;
}

.sp-panel-head {
  gap: 6px;
  padding-bottom: 6px;
}

.sp-panel-mark {
  flex-basis: 26px;
  height: 22px;
  font-size: 11.5px;
}

.sp-panel-head h3,
.seonnapiyeon-detail h3,
.seonnapiyeon-notes h3,
.sp-note-summary #sp-note-title {
  font-size: 14.5px;
}

.sp-field-grid {
  gap: 7px;
}

.sp-field label,
.sp-choice-group legend {
  margin-bottom: 4px;
  font-size: 12.2px;
  line-height: 1.18;
}

.sp-input,
.sp-select,
.seonnapiyeon-calculator input[type="date"],
.seonnapiyeon-calculator input[type="number"],
.seonnapiyeon-calculator select {
  min-height: 36px;
  padding: 7px 9px;
  font-size: 13.4px;
  line-height: 1.18;
}

.sp-input-shell .sp-input,
.sp-input-shell input[type="number"] {
  padding-right: 38px;
}

.sp-input-shell > span {
  right: 8px;
  font-size: 12px;
}

.sp-select {
  background-position: calc(100% - 15px) 15px, calc(100% - 9px) 15px;
}

.sp-choice-group {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px;
}

.sp-radio-card {
  min-height: 32px;
  padding: 6px 7px;
  gap: 6px;
  font-size: 12.4px;
}

.sp-radio-card input {
  width: 14px;
  height: 14px;
}

.seonnapiyeon-panel--schedule .sp-field {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  align-items: center;
  column-gap: 8px;
  row-gap: 5px;
}

.seonnapiyeon-panel--schedule .sp-field label {
  margin: 0;
}

.seonnapiyeon-panel--schedule .sp-help {
  grid-column: 1 / -1;
}

.sp-help {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.34;
}

.sp-action-row {
  gap: 7px;
}

.sp-button,
.primary-button,
.secondary-button {
  min-height: 38px;
  padding: 8px 10px;
  font-size: 13.4px;
}

.sp-status {
  min-height: 38px;
  padding: 8px 9px;
  font-size: 12.6px;
  line-height: 1.36;
}

.sp-result-grid {
  gap: 7px;
}

.sp-result-card,
.result-card {
  min-height: 58px;
  padding: 8px;
  gap: 3px;
}

.sp-result-card span {
  font-size: 11.5px;
}

.sp-result-card strong {
  font-size: clamp(15.5px, 1.65vw, 20px);
}

.sp-mini-results {
  gap: 4px;
}

.sp-mini-results div {
  padding: 5px 0;
}

.sp-mini-results dt,
.sp-mini-results dd {
  font-size: 12.4px;
}

.sp-warning {
  padding: 7px 8px;
  font-size: 12px;
  line-height: 1.35;
}

.sp-custom-section {
  padding: 8px;
}

.sp-payment-fields {
  max-height: 216px;
}

.custom-payment-header,
.custom-payment-row {
  grid-template-columns: 40px minmax(82px, 0.82fr) minmax(92px, 1fr) minmax(114px, 1.06fr);
  gap: 5px;
}

.custom-payment-row span,
.payment-round,
.payment-scheduled,
.custom-payment-row .sp-input {
  min-height: 34px;
  font-size: 11.5px;
}

.seonnapiyeon-detail {
  margin-bottom: 8px;
}

.seonnapiyeon-detail table {
  font-size: 12.4px;
}

.seonnapiyeon-detail th,
.seonnapiyeon-detail td {
  padding: 6px;
}

.seonnapiyeon-notes {
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.sp-note-summary {
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 7px;
  min-height: 42px;
  padding: 8px 10px;
  color: var(--sp-ink, #2b2119);
  cursor: pointer;
  list-style: none;
}

.sp-note-summary::-webkit-details-marker {
  display: none;
}

.sp-note-summary::after {
  content: "+";
  justify-self: end;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--sp-line, #6b5745);
  background: var(--sp-card, #fffdf7);
  font-weight: 950;
  line-height: 1;
}

.seonnapiyeon-notes[open] .sp-note-summary::after {
  content: "−";
}

.sp-note-summary #sp-note-title {
  color: var(--sp-ink, #2b2119) !important;
  -webkit-text-fill-color: var(--sp-ink, #2b2119);
  font-weight: 950;
  letter-spacing: -0.02em;
}

.sp-note-summary em {
  min-width: 0;
  color: var(--sp-muted, #67584a);
  -webkit-text-fill-color: var(--sp-muted, #67584a);
  font-size: 12.4px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.25;
}

.sp-note-list {
  gap: 5px;
  padding: 0 10px 10px;
}

.sp-note-list li {
  font-size: 12.4px;
  line-height: 1.38;
}

@media (max-width: 920px) {
  .seonnapiyeon-main {
    grid-template-columns: 1fr;
    grid-template-areas:
      "inputs"
      "schedule"
      "results";
  }

  .seonnapiyeon-panel--results {
    grid-column: auto;
  }

  .seonnapiyeon-panel--schedule .sp-field {
    grid-template-columns: 86px minmax(0, 1fr);
  }
}

@media (max-width: 760px) {
  body.postid-1567 .cs-breadcrumbs,
  body.postid-1567 .cs-entry__header,
  body.postid-1567 .entry-content > .seonnapiyeon-calculator,
  .seonnapiyeon-calculator {
    width: min(100%, calc(100vw - 24px));
  }

  .seonnapiyeon-header {
    grid-template-columns: 1fr;
  }

  .seonnapiyeon-kicker,
  .seonnapiyeon-header h2,
  .seonnapiyeon-header .subtitle,
  .seonnapiyeon-calculator .subtitle {
    grid-column: 1;
    grid-row: auto;
  }

  .seonnapiyeon-panel--inputs {
    grid-template-columns: 1fr;
    grid-template-areas:
      "head"
      "fields"
      "tax"
      "interest";
  }

  .sp-choice-group {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seonnapiyeon-panel--schedule .sp-field {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 390px) {
  body.postid-1567 .cs-breadcrumbs,
  body.postid-1567 .cs-entry__header,
  body.postid-1567 .entry-content > .seonnapiyeon-calculator,
  .seonnapiyeon-calculator {
    width: min(100%, calc(100vw - 18px));
  }

  .seonnapiyeon-container,
  .seonnapiyeon-panel,
  .seonnapiyeon-detail {
    padding: 9px;
  }

  .sp-note-summary {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .sp-note-summary em {
    grid-column: 2 / -1;
  }

  .sp-action-row {
    grid-template-columns: 1fr 1fr;
  }
}

/* Compact v3 note-summary placement fix for narrow screens. */
.sp-note-summary::after {
  grid-column: 4;
  grid-row: 1;
}

@media (max-width: 390px) {
  .sp-note-summary .sp-panel-mark {
    grid-column: 1;
    grid-row: 1;
  }

  .sp-note-summary #sp-note-title {
    grid-column: 2;
    grid-row: 1;
  }

  .sp-note-summary::after {
    grid-column: 3;
    grid-row: 1;
  }

  .sp-note-summary em {
    grid-column: 2 / 4;
    grid-row: 2;
  }
}


/* Phase 2 v4 body/article: PDF page deletion reference rhythm, anti-overcarded. */
body.postid-1567 {
  --pdf-article-page: #faf2e8;
  --pdf-article-panel: #f8efe2;
  --pdf-article-card: #fff8ed;
  --pdf-article-accent-paper: #e2edd8;
  --pdf-article-text: #34281f;
  --pdf-article-muted: #574838;
  --pdf-article-line: #6b5745;
  --pdf-article-line-soft: rgba(107, 87, 69, 0.34);
  --pdf-article-mustard: #d2aa55;
  --pdf-article-mustard-soft: rgba(210, 170, 85, 0.24);
  --pdf-article-focus: #4f7d94;
  --pdf-article-shadow: rgba(82, 65, 50, 0.22);
  --pdf-article-soft-shadow: rgba(82, 65, 50, 0.13);
}

body.postid-1567[data-scheme="dark"],
body.postid-1567[data-scheme="inverse"] {
  --pdf-article-page: #201811;
  --pdf-article-panel: #33271d;
  --pdf-article-card: #2b2119;
  --pdf-article-accent-paper: #344a32;
  --pdf-article-text: #f2e4cf;
  --pdf-article-muted: #f0dfc5;
  --pdf-article-line: #a98b6b;
  --pdf-article-line-soft: rgba(169, 139, 107, 0.46);
  --pdf-article-mustard: #d2aa55;
  --pdf-article-mustard-soft: rgba(210, 170, 85, 0.22);
  --pdf-article-focus: #d2aa55;
  --pdf-article-shadow: rgba(0, 0, 0, 0.32);
  --pdf-article-soft-shadow: rgba(0, 0, 0, 0.2);
}

body.postid-1567 .entry-content article.roberin-article-body.seonnapiyeon-article,
body.postid-1567 .seonnapiyeon-article {
  position: relative;
  z-index: 0;
  display: grid !important;
  gap: 18px !important;
  box-sizing: border-box !important;
  width: min(980px, calc(100vw - 32px)) !important;
  max-width: 980px !important;
  min-width: 0 !important;
  margin: clamp(24px, 4vw, 42px) auto !important;
  padding: clamp(16px, 3vw, 28px) !important;
  color: var(--pdf-article-text) !important;
  -webkit-text-fill-color: var(--pdf-article-text) !important;
  background:
    linear-gradient(rgba(107, 87, 69, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(107, 87, 69, 0.04) 1px, transparent 1px),
    var(--pdf-article-panel) !important;
  background-size: 28px 28px, 28px 28px, auto !important;
  border: 2px solid var(--pdf-article-line) !important;
  border-radius: 0 !important;
  box-shadow: 5px 5px 0 var(--pdf-article-shadow) !important;
  overflow: hidden !important;
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", -apple-system, BlinkMacSystemFont, sans-serif !important;
  line-height: 1.72 !important;
  word-break: keep-all !important;
}

body.postid-1567 .entry-content > .roberin-ad-slot--after-tool + article.roberin-article-body.seonnapiyeon-article,
body.postid-1567 .entry-content > .roberin-ad--after-tool + article.roberin-article-body.seonnapiyeon-article,
body.postid-1567 .entry-content > .roberin-ad-slot--after-tool + .seonnapiyeon-article,
body.postid-1567 .entry-content > .roberin-ad--after-tool + .seonnapiyeon-article {
  margin-top: 0 !important;
}

body.postid-1567 .seonnapiyeon-article,
body.postid-1567 .seonnapiyeon-article *,
body.postid-1567 .seonnapiyeon-article *::before,
body.postid-1567 .seonnapiyeon-article *::after {
  box-sizing: border-box !important;
  min-width: 0 !important;
}

body.postid-1567 .seonnapiyeon-article :is(p, li, td, th, summary, span, strong, code, h2, h3) {
  color: inherit !important;
  -webkit-text-fill-color: currentColor !important;
}

body.postid-1567 .seonnapiyeon-article .seonnapiyeon-article__hero,
body.postid-1567 .seonnapiyeon-article .seonnapiyeon-article__section {
  display: grid !important;
  gap: 13px !important;
  min-width: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.postid-1567 .seonnapiyeon-article .seonnapiyeon-article__hero {
  padding: 0 0 22px !important;
  border: 0 !important;
  border-bottom: 1px dashed var(--pdf-article-line-soft) !important;
}

body.postid-1567 .seonnapiyeon-article .seonnapiyeon-article__section {
  padding: 0 !important;
  border: 0 !important;
}

body.postid-1567 .seonnapiyeon-article .seonnapiyeon-article__section + .seonnapiyeon-article__section {
  margin-top: 6px !important;
  padding-top: 22px !important;
  border-top: 1px dashed var(--pdf-article-line-soft) !important;
}

body.postid-1567 .seonnapiyeon-article .seonnapiyeon-article__kicker {
  display: inline-flex !important;
  align-items: center !important;
  width: fit-content !important;
  max-width: 100% !important;
  min-height: 26px !important;
  margin: 0 !important;
  padding: 5px 9px !important;
  color: var(--pdf-article-text) !important;
  -webkit-text-fill-color: var(--pdf-article-text) !important;
  background: var(--pdf-article-accent-paper) !important;
  border: 1px solid var(--pdf-article-line) !important;
  border-radius: 0 !important;
  box-shadow: 2px 2px 0 var(--pdf-article-soft-shadow) !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.01em !important;
}

body.postid-1567 .seonnapiyeon-article h2,
body.postid-1567 .seonnapiyeon-article h3 {
  margin: 0 !important;
  padding: 0 !important;
  color: var(--pdf-article-text) !important;
  -webkit-text-fill-color: var(--pdf-article-text) !important;
  background: transparent !important;
  border: 0 !important;
  border-left: 0 !important;
  border-left-width: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  letter-spacing: -0.02em !important;
  word-break: keep-all !important;
}

body.postid-1567 .seonnapiyeon-article h2 {
  font-size: clamp(25px, 3vw, 30px) !important;
  font-weight: 950 !important;
  line-height: 1.18 !important;
}

body.postid-1567 .seonnapiyeon-article h3 {
  font-size: 19px !important;
  font-weight: 900 !important;
  line-height: 1.3 !important;
}

body.postid-1567 .seonnapiyeon-article p,
body.postid-1567 .seonnapiyeon-article li,
body.postid-1567 .seonnapiyeon-article summary {
  margin: 0 !important;
  color: var(--pdf-article-muted) !important;
  -webkit-text-fill-color: var(--pdf-article-muted) !important;
  font-size: 15px !important;
  font-weight: 680 !important;
  line-height: 1.72 !important;
  overflow-wrap: anywhere !important;
}

body.postid-1567 .seonnapiyeon-article strong {
  color: var(--pdf-article-text) !important;
  -webkit-text-fill-color: var(--pdf-article-text) !important;
  font-weight: 920 !important;
}

body.postid-1567 .seonnapiyeon-article .seonnapiyeon-article__nav {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 0 !important;
}

body.postid-1567 .seonnapiyeon-article .seonnapiyeon-article__nav a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 34px !important;
  padding: 6px 10px !important;
  color: var(--pdf-article-text) !important;
  -webkit-text-fill-color: var(--pdf-article-text) !important;
  text-decoration: none !important;
  background: var(--pdf-article-card) !important;
  border: 1px solid var(--pdf-article-line) !important;
  border-radius: 0 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

body.postid-1567 .seonnapiyeon-article .seonnapiyeon-article__nav a:hover,
body.postid-1567 .seonnapiyeon-article .seonnapiyeon-article__nav a:focus-visible {
  background: var(--pdf-article-mustard-soft) !important;
  outline: 2px solid var(--pdf-article-focus) !important;
  outline-offset: 2px !important;
}

body.postid-1567 .seonnapiyeon-article .seonnapiyeon-article__grid,
body.postid-1567 .seonnapiyeon-article .seonnapiyeon-article__process-grid,
body.postid-1567 .seonnapiyeon-article .seonnapiyeon-article__use-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
  min-width: 0 !important;
}

body.postid-1567 .seonnapiyeon-article .seonnapiyeon-article__use-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body.postid-1567 .seonnapiyeon-article .seonnapiyeon-article__card,
body.postid-1567 .seonnapiyeon-article .seonnapiyeon-article__process,
body.postid-1567 .seonnapiyeon-article .seonnapiyeon-article__use,
body.postid-1567 .seonnapiyeon-article .seonnapiyeon-article__notice,
body.postid-1567 .seonnapiyeon-article details {
  display: grid !important;
  gap: 7px !important;
  min-width: 0 !important;
  padding: 12px !important;
  color: var(--pdf-article-muted) !important;
  -webkit-text-fill-color: var(--pdf-article-muted) !important;
  background: var(--pdf-article-card) !important;
  border: 1px solid var(--pdf-article-line) !important;
  border-radius: 0 !important;
  box-shadow: 3px 3px 0 var(--pdf-article-soft-shadow) !important;
}

body.postid-1567 .seonnapiyeon-article .seonnapiyeon-article__notice {
  background: rgba(239, 225, 188, 0.64) !important;
  border-style: dashed !important;
}

body.postid-1567 .seonnapiyeon-article .seonnapiyeon-article__process {
  background: rgba(226, 237, 216, 0.70) !important;
}

body.postid-1567 .seonnapiyeon-article .seonnapiyeon-article__use span,
body.postid-1567 .seonnapiyeon-article .seonnapiyeon-article__process span {
  color: var(--pdf-article-muted) !important;
  -webkit-text-fill-color: var(--pdf-article-muted) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1.4 !important;
}

body.postid-1567 .seonnapiyeon-article code {
  display: block !important;
  width: fit-content !important;
  max-width: 100% !important;
  padding: 5px 8px !important;
  color: var(--pdf-article-text) !important;
  -webkit-text-fill-color: var(--pdf-article-text) !important;
  background: var(--pdf-article-card) !important;
  border: 1px solid var(--pdf-article-line-soft) !important;
  border-radius: 0 !important;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace !important;
  font-size: 0.92em !important;
  font-weight: 780 !important;
  line-height: 1.48 !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
}

body.postid-1567 .seonnapiyeon-article :is(ul, ol) {
  display: grid !important;
  gap: 8px !important;
  margin: 0 !important;
  padding-left: 0 !important;
  list-style: none !important;
}

body.postid-1567 .seonnapiyeon-article ol,
body.postid-1567 .seonnapiyeon-article ol.seonnapiyeon-article__steps {
  counter-reset: pdf-article-step !important;
}

body.postid-1567 .seonnapiyeon-article :is(ul, ol) > li {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
  min-width: 0 !important;
  min-height: 28px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  overflow-wrap: anywhere !important;
}

body.postid-1567 .seonnapiyeon-article :is(ul, ol) > li::before {
  position: static !important;
  inset: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  transform: none !important;
  flex: 0 0 auto !important;
  align-self: center !important;
  box-sizing: border-box !important;
  color: var(--pdf-article-text) !important;
  -webkit-text-fill-color: var(--pdf-article-text) !important;
  border-radius: 0 !important;
}

body.postid-1567 .seonnapiyeon-article ul > li::before {
  content: "" !important;
  display: inline-block !important;
  width: 9px !important;
  height: 9px !important;
  background: var(--pdf-article-mustard) !important;
  border: 1px solid var(--pdf-article-line) !important;
  box-shadow: 1px 1px 0 rgba(82, 65, 50, 0.22) !important;
  line-height: 1 !important;
}

body.postid-1567 .seonnapiyeon-article ol > li,
body.postid-1567 .seonnapiyeon-article ol.seonnapiyeon-article__steps > li {
  counter-increment: pdf-article-step !important;
}

body.postid-1567 .seonnapiyeon-article ol > li::before,
body.postid-1567 .seonnapiyeon-article ol.seonnapiyeon-article__steps > li::before {
  content: counter(pdf-article-step) !important;
  display: inline-grid !important;
  place-items: center !important;
  width: 20px !important;
  height: 20px !important;
  background: var(--pdf-article-mustard-soft) !important;
  border: 1px solid var(--pdf-article-line) !important;
  box-shadow: 1px 1px 0 rgba(82, 65, 50, 0.22) !important;
  font-size: 11px !important;
  font-weight: 920 !important;
  line-height: 1 !important;
}

body.postid-1567 .seonnapiyeon-article .seonnapiyeon-article__li-text {
  display: block !important;
  min-width: 0 !important;
  align-self: center !important;
}

body.postid-1567 .seonnapiyeon-article details {
  margin: 0 !important;
}

body.postid-1567 .seonnapiyeon-article summary {
  display: list-item !important;
  cursor: pointer !important;
  color: var(--pdf-article-text) !important;
  -webkit-text-fill-color: var(--pdf-article-text) !important;
  font-weight: 950 !important;
  line-height: 1.45 !important;
  list-style-type: disclosure-closed !important;
  list-style-position: inside !important;
}

body.postid-1567 .seonnapiyeon-article details[open] summary {
  margin-bottom: 8px !important;
  list-style-type: disclosure-open !important;
}

body.postid-1567 .seonnapiyeon-article summary::before,
body.postid-1567 .seonnapiyeon-article summary::after {
  content: none !important;
  display: none !important;
}

body.postid-1567[data-scheme="dark"] .entry-content article.roberin-article-body.seonnapiyeon-article,
body.postid-1567[data-scheme="inverse"] .entry-content article.roberin-article-body.seonnapiyeon-article,
body.postid-1567[data-scheme="dark"] .seonnapiyeon-article,
body.postid-1567[data-scheme="inverse"] .seonnapiyeon-article {
  color: #f2e4cf !important;
  -webkit-text-fill-color: #f2e4cf !important;
  background-image:
    linear-gradient(rgba(169, 139, 107, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(169, 139, 107, 0.06) 1px, transparent 1px) !important;
  background-color: #33271d !important;
  border-color: #a98b6b !important;
}

body.postid-1567[data-scheme="dark"] .seonnapiyeon-article .seonnapiyeon-article__hero,
body.postid-1567[data-scheme="inverse"] .seonnapiyeon-article .seonnapiyeon-article__hero,
body.postid-1567[data-scheme="dark"] .seonnapiyeon-article .seonnapiyeon-article__section,
body.postid-1567[data-scheme="inverse"] .seonnapiyeon-article .seonnapiyeon-article__section,
body.postid-1567[data-scheme="dark"] .seonnapiyeon-article :is(h2, h3, strong, summary),
body.postid-1567[data-scheme="inverse"] .seonnapiyeon-article :is(h2, h3, strong, summary) {
  color: #f2e4cf !important;
  -webkit-text-fill-color: #f2e4cf !important;
  background: transparent !important;
  border-left: 0 !important;
  border-right: 0 !important;
  box-shadow: none !important;
}

body.postid-1567[data-scheme="dark"] .seonnapiyeon-article .seonnapiyeon-article__hero,
body.postid-1567[data-scheme="inverse"] .seonnapiyeon-article .seonnapiyeon-article__hero {
  border-bottom: 1px dashed var(--pdf-article-line-soft) !important;
}

body.postid-1567[data-scheme="dark"] .seonnapiyeon-article .seonnapiyeon-article__section + .seonnapiyeon-article__section,
body.postid-1567[data-scheme="inverse"] .seonnapiyeon-article .seonnapiyeon-article__section + .seonnapiyeon-article__section {
  border-top: 1px dashed var(--pdf-article-line-soft) !important;
}

body.postid-1567[data-scheme="dark"] .seonnapiyeon-article :is(p, li, span),
body.postid-1567[data-scheme="inverse"] .seonnapiyeon-article :is(p, li, span) {
  color: #f0dfc5 !important;
  -webkit-text-fill-color: #f0dfc5 !important;
}

body.postid-1567[data-scheme="dark"] .seonnapiyeon-article .seonnapiyeon-article__card,
body.postid-1567[data-scheme="dark"] .seonnapiyeon-article .seonnapiyeon-article__process,
body.postid-1567[data-scheme="dark"] .seonnapiyeon-article .seonnapiyeon-article__use,
body.postid-1567[data-scheme="dark"] .seonnapiyeon-article .seonnapiyeon-article__notice,
body.postid-1567[data-scheme="dark"] .seonnapiyeon-article details,
body.postid-1567[data-scheme="dark"] .seonnapiyeon-article .seonnapiyeon-article__nav a,
body.postid-1567[data-scheme="inverse"] .seonnapiyeon-article .seonnapiyeon-article__card,
body.postid-1567[data-scheme="inverse"] .seonnapiyeon-article .seonnapiyeon-article__process,
body.postid-1567[data-scheme="inverse"] .seonnapiyeon-article .seonnapiyeon-article__use,
body.postid-1567[data-scheme="inverse"] .seonnapiyeon-article .seonnapiyeon-article__notice,
body.postid-1567[data-scheme="inverse"] .seonnapiyeon-article details,
body.postid-1567[data-scheme="inverse"] .seonnapiyeon-article .seonnapiyeon-article__nav a {
  background-color: #33271d !important;
  border-color: rgba(169, 139, 107, 0.72) !important;
  box-shadow: 3px 3px 0 rgba(32, 24, 17, 0.52) !important;
}

body.postid-1567[data-scheme="dark"] .seonnapiyeon-article .seonnapiyeon-article__notice,
body.postid-1567[data-scheme="dark"] .seonnapiyeon-article .seonnapiyeon-article__process,
body.postid-1567[data-scheme="inverse"] .seonnapiyeon-article .seonnapiyeon-article__notice,
body.postid-1567[data-scheme="inverse"] .seonnapiyeon-article .seonnapiyeon-article__process {
  background-color: rgba(36, 28, 21, 0.56) !important;
}

body.postid-1567[data-scheme="dark"] .seonnapiyeon-article :is(ul, ol) > li::before,
body.postid-1567[data-scheme="inverse"] .seonnapiyeon-article :is(ul, ol) > li::before {
  border-color: #a98b6b !important;
}

@media (max-width: 920px) {
  body.postid-1567 .seonnapiyeon-article .seonnapiyeon-article__use-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  body.postid-1567 .entry-content article.roberin-article-body.seonnapiyeon-article,
  body.postid-1567 .seonnapiyeon-article {
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
    padding: 12px !important;
    box-shadow: 4px 4px 0 rgba(82, 65, 50, 0.16) !important;
  }

  body.postid-1567 .seonnapiyeon-article .seonnapiyeon-article__grid,
  body.postid-1567 .seonnapiyeon-article .seonnapiyeon-article__process-grid,
  body.postid-1567 .seonnapiyeon-article .seonnapiyeon-article__use-grid {
    grid-template-columns: 1fr !important;
  }

  body.postid-1567 .seonnapiyeon-article h3 {
    font-size: 18px !important;
  }
}

@media (max-width: 390px) {
  body.postid-1567 .entry-content article.roberin-article-body.seonnapiyeon-article,
  body.postid-1567 .seonnapiyeon-article {
    width: calc(100vw - 18px) !important;
    max-width: calc(100vw - 18px) !important;
  }
}

@media (max-width: 370px) {
  body.postid-1567 .seonnapiyeon-article h2 {
    font-size: 25.2px !important;
  }
}


/* v5 hotfix: 계산 전 확인 리스트 marker/text 겹침 방지 및 tool internal list gate. */
.seonnapiyeon-calculator .sp-note-list {
  display: grid !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 10px 10px !important;
  list-style: none !important;
}

.seonnapiyeon-calculator .sp-note-list > li {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 10px minmax(0, 1fr) !important;
  align-items: center !important;
  column-gap: 9px !important;
  min-width: 0 !important;
  min-height: 28px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--sp-muted, #67584a) !important;
  -webkit-text-fill-color: var(--sp-muted, #67584a) !important;
  font-size: 12.8px !important;
  font-weight: 820 !important;
  line-height: 1.48 !important;
  word-break: keep-all !important;
  overflow-wrap: anywhere !important;
}

.seonnapiyeon-calculator .sp-note-list > li::before {
  content: "" !important;
  position: static !important;
  inset: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  transform: none !important;
  align-self: center !important;
  justify-self: start !important;
  grid-column: 1 !important;
  grid-row: 1 !important;
  width: 9px !important;
  height: 9px !important;
  box-sizing: border-box !important;
  background: var(--sp-amber, #f7df9d) !important;
  border: 1px solid var(--sp-line, #6b5745) !important;
  box-shadow: 1px 1px 0 rgba(72, 55, 40, 0.16) !important;
}

.seonnapiyeon-calculator .sp-note-text {
  display: block !important;
  grid-column: 2 !important;
  min-width: 0 !important;
  color: inherit !important;
  -webkit-text-fill-color: currentColor !important;
}

body.postid-1567[data-scheme="dark"] .seonnapiyeon-calculator .sp-note-list > li,
body.postid-1567[data-scheme="inverse"] .seonnapiyeon-calculator .sp-note-list > li {
  color: var(--sp-muted, #d1bda4) !important;
  -webkit-text-fill-color: var(--sp-muted, #d1bda4) !important;
}

body.postid-1567[data-scheme="dark"] .seonnapiyeon-calculator .sp-note-list > li::before,
body.postid-1567[data-scheme="inverse"] .seonnapiyeon-calculator .sp-note-list > li::before {
  background: var(--sp-amber, #6b511e) !important;
  border-color: var(--sp-line, #b99367) !important;
}
