/* sentence-print-brand.css — 문장 그림카드 마이크로 브랜드 */

.swb-pc-page-wrap {
  position: relative;
  counter-increment: swb-print-page;
}

.swb-pc-page-wrap::before {
  content: "언어치료 마스터키";
  position: absolute;
  top: 1.5mm;
  right: 2.5mm;
  z-index: 1;
  pointer-events: none;
  color: rgba(22, 101, 118, 0.66);
  font-size: 6pt;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.swb-pc-page-wrap::after {
  content: counter(swb-print-page);
  position: absolute;
  right: 2.5mm;
  bottom: 2mm;
  z-index: 1;
  pointer-events: none;
  color: rgba(120, 112, 98, 0.76);
  font-size: 9pt;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.swb-pc-pages-bg {
  counter-reset: swb-print-page;
}
