

/* file: /mnt/data/wiz/project/main/build/src/styles.scss */
:root {
  --paper-scale: .5;
  --ink: #181818;
  --line: #202020;
  --mid-gray: #bcbec0;
  --blue: #005b85;
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background: #e5e7eb;
  color: var(--ink);
  font-family: Arial, "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
  -webkit-font-smoothing: antialiased;
}

app-root,
wiz-layout-main,
wiz-page-main {
  display: block;
  width: 100%;
  height: 100%;
}

#deck {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  user-select: none;
  touch-action: pan-y;
}

.document-page {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1240px;
  height: 1754px;
  overflow: hidden;
  background: white;
  box-shadow: 0 12px 38px rgba(15, 23, 42, 0.18);
  transform: translate(-50%, -50%) scale(var(--paper-scale));
  transform-origin: center;
}

.document-page[hidden] {
  display: none;
}

.paper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
}

.gov-logo,
.kista-logo {
  display: flex;
  align-items: center;
  white-space: nowrap;
  line-height: 1;
}

.gov-logo {
  gap: 10px;
  color: #575757;
  font-size: 15px;
  font-weight: 700;
}

.gov-mark {
  position: relative;
  width: 31px;
  height: 31px;
  overflow: hidden;
  border-radius: 50%;
  background: linear-gradient(148deg, #ed174c 0 49%, #005286 51% 100%);
}

.gov-mark::after {
  content: "";
  position: absolute;
  top: -3px;
  left: 7px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #005286;
  box-shadow: -1px 18px 0 #ed174c;
}

.kista-logo {
  flex-direction: column;
  align-items: flex-end;
  color: #00a4df;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -2px;
}

.kista-logo small {
  margin-top: 2px;
  color: #777;
  font-size: 9px;
  letter-spacing: -0.3px;
}

.page-footer {
  position: absolute;
  right: 58px;
  bottom: 46px;
  left: 58px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.cover-confidential {
  position: absolute;
  top: 93px;
  right: 77px;
  width: 342px;
  height: 142px;
  padding: 17px 20px;
  border-radius: 17px;
  background: var(--mid-gray);
  font-size: 23px;
}

.cover-confidential strong {
  display: block;
  margin-bottom: 21px;
  text-align: center;
  font-size: 26px;
}

.cover-confidential span {
  display: block;
  font-size: 21px;
  line-height: 1.05;
}

.cover-title {
  position: absolute;
  top: 447px;
  left: 0;
  width: 100%;
  color: var(--blue);
  text-align: center;
}

.cover-title h1 {
  margin: 0;
  font-size: 78px;
  font-weight: 700;
  letter-spacing: 31px;
}

.cover-title p {
  margin: 13px 0 0;
  font-size: 58px;
  letter-spacing: -2px;
}

.cover-fields {
  position: absolute;
  top: 839px;
  right: 77px;
  left: 74px;
  display: grid;
  gap: 10px;
}

.cover-field {
  display: grid;
  grid-template-columns: 180px 1fr;
  min-height: 71px;
  background: var(--mid-gray);
  font-size: 25px;
}

.cover-field.tall {
  min-height: 106px;
}

.cover-field > b {
  display: flex;
  align-items: center;
  padding: 0 20px;
  border-right: 5px solid white;
}

.cover-field > span {
  display: flex;
  align-items: center;
  padding: 0 24px;
  font-size: 23px;
  line-height: 1.35;
}

.cover-recorders {
  min-height: 352px;
}

.recorder-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(5, 1fr);
}

.recorder-grid span {
  display: flex;
  align-items: center;
  padding-left: 20px;
  border-bottom: 4px solid white;
  border-left: 5px solid white;
}

.recorder-grid span:nth-last-child(-n+3) {
  border-bottom: 0;
}

.title-page-copy {
  position: absolute;
  top: 450px;
  left: 0;
  width: 100%;
  text-align: center;
}

.title-page-copy h1 {
  margin: 0 0 23px;
  font-size: 58px;
  letter-spacing: 17px;
}

.title-page-copy p {
  margin: 0;
  font-size: 61px;
  letter-spacing: 1px;
}

.guide-paper {
  padding: 101px 58px 44px;
  color: #4d4d4d;
}

.guide-copy {
  margin-left: 278px;
}

.guide-copy h1 {
  margin: 0 0 40px;
  color: #4f4f4f;
  font-size: 35px;
}

.guide-section {
  margin-bottom: 29px;
}

.guide-section h2 {
  margin: 0 0 7px;
  font-size: 25px;
}

.guide-section ul {
  margin: 0;
  padding-left: 22px;
  font-size: 20px;
  line-height: 1.55;
}

.guide-section li::marker {
  color: #111;
  font-size: 14px;
}

.guide-art {
  position: absolute;
  top: 585px;
  left: 76px;
  width: 230px;
  height: 275px;
}

.network-node {
  position: absolute;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background: #464646;
  color: white;
  font-size: 20px;
}

.network-node.center {
  top: 76px;
  left: 96px;
  width: 66px;
  height: 66px;
  font-size: 30px;
}

.network-node.one {
  top: 36px;
  left: 16px;
}

.network-node.two {
  top: 0;
  left: 102px;
}

.network-node.three {
  top: 48px;
  right: 5px;
}

.network-node.four {
  top: 130px;
  left: 10px;
}

.network-node.five {
  top: 141px;
  right: 18px;
}

.guide-art::before {
  content: "";
  position: absolute;
  inset: 15px;
  opacity: 0.8;
  background: linear-gradient(25deg, transparent 48%, #999 49% 50%, transparent 51%), linear-gradient(155deg, transparent 48%, #999 49% 50%, transparent 51%);
}

.book-shape {
  position: absolute;
  right: 13px;
  bottom: 0;
  left: 27px;
  height: 77px;
  background: repeating-linear-gradient(168deg, #333 0 2px, transparent 2px 7px);
  clip-path: polygon(0 45%, 45% 0, 52% 15%, 58% 0, 100% 43%, 90% 72%, 53% 52%, 12% 75%);
}

.checklist {
  position: absolute;
  top: 956px;
  right: 58px;
  left: 58px;
}

.checklist h2 {
  margin: 0 0 12px;
  padding-left: 12px;
  border-left: 2px solid #111;
  color: #555;
  font-size: 24px;
}

.check-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 16px;
}

.check-table th, .check-table td {
  height: 38px;
  padding: 3px 9px;
  border: 1px solid #707070;
}

.check-table th {
  background: #eee;
  text-align: center;
}

.check-table .no {
  width: 51px;
  text-align: center;
}

.check-table .answer {
  width: 80px;
  text-align: center;
}

.guide-footer {
  right: auto;
  bottom: 43px;
  left: 58px;
}

.summary-paper {
  padding: 59px 58px 0;
}

.summary-header {
  height: 169px;
  padding: 26px 13px;
  background: #b7b7b7;
}

.summary-header h1 {
  margin: 0;
  font-size: 42px;
  line-height: 1;
}

.summary-header p {
  margin: 16px 0 0;
  color: white;
  font-size: 50px;
}

.summary-box {
  margin-top: 25px;
  border: 2px solid var(--line);
}

.summary-box.short {
  height: 171px;
}

.summary-box.medium {
  height: 235px;
}

.summary-box.long {
  height: 428px;
}

.summary-box.last {
  height: 229px;
}

.summary-label {
  height: 39px;
  padding: 5px 12px;
  border-bottom: 1px solid #898989;
  background: #eee;
  font-size: 22px;
  font-weight: 700;
}

.summary-value {
  padding: 13px 17px;
  font-size: 19px;
  line-height: 1.55;
  word-break: keep-all;
}

.summary-value.headline {
  padding-top: 20px;
  font-size: 25px;
  font-weight: 700;
}

.keyword-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 17px;
}

.keyword-list span {
  padding: 6px 13px;
  border-radius: 20px;
  background: #e8f2f7;
  color: var(--blue);
  font-size: 17px;
  font-weight: 700;
}

.summary-detail {
  padding-top: 8px;
}

.summary-detail p {
  margin: 0 0 5px;
}

.summary-detail b {
  display: inline-block;
  min-width: 114px;
  color: var(--blue);
}

.summary-logo {
  position: absolute;
  right: 58px;
  bottom: 55px;
}

.contents-paper {
  padding: 73px 58px 0;
}

.contents-paper h1 {
  margin: 0 0 10px 12px;
  font-size: 39px;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.contents-table {
  width: 100%;
  border: 2px solid var(--line);
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 19px;
}

.contents-table th, .contents-table td {
  height: 48px;
  border: 1px solid #7f7f7f;
}

.contents-table th {
  background: #eee;
}

.contents-table .serial {
  width: 150px;
}

.contents-table .remarks {
  width: 198px;
}

.contents-table td:first-child, .contents-table td:last-child {
  background: #eee;
}

.contents-table tr.filled td {
  padding: 0 12px;
  background: #fff;
}

.contents-table tr.filled td:first-child, .contents-table tr.filled td:last-child {
  background: #e8f2f7;
  text-align: center;
  font-weight: 700;
}

.contents-table tr.filled td:nth-child(2) {
  color: #143f55;
  font-weight: 700;
}

.contents-footer {
  right: auto;
  bottom: 42px;
  left: 58px;
}

.note-paper {
  padding: 105px 58px 0;
}

.note-number {
  position: absolute;
  top: 55px;
  right: 73px;
  font-size: 35px;
}

.note-form {
  height: 1526px;
  border: 2px solid var(--line);
}

.note-header-row {
  display: grid;
  grid-template-columns: 175px 1fr;
  border-bottom: 1px solid #707070;
}

.note-header-row.title {
  height: 67px;
}

.note-header-row.purpose {
  height: 102px;
  border-bottom: 2px solid var(--line);
}

.note-header-row strong {
  display: flex;
  align-items: center;
  padding-left: 32px;
  border-right: 1px solid #707070;
  background: #f2f2f2;
  font-size: 28px;
  font-weight: 400;
}

.note-header-row > span {
  display: flex;
  align-items: center;
  padding: 5px 18px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
  word-break: keep-all;
}

.note-header-row.purpose > span {
  font-size: 19px;
  font-weight: 400;
}

.continued-from {
  height: 37px;
  padding: 5px 10px;
  border-bottom: 1px solid #777;
  color: #6d6d6d;
  font: 20px "Courier New", monospace;
  letter-spacing: 0.5px;
}

.ruled-area {
  position: relative;
  height: 1155px;
  background: repeating-linear-gradient(to bottom, transparent 0 36.5px, #777 36.5px 37.5px);
}

.note-content {
  position: absolute;
  inset: 8px 11px 34px;
  z-index: 1;
  color: #1f2933;
  font-size: 18px;
  line-height: 1.52;
  word-break: keep-all;
}

.hand-entry {
  padding: 0 15px;
  color: #24292d;
  font-size: 19px;
  line-height: 37.5px;
  word-break: keep-all;
}

.hand-entry p {
  margin: 0;
}

.hand-entry .entry-heading {
  margin: 0;
  color: #084f70;
  font-weight: 700;
}

.hand-entry .entry-item {
  padding-left: 18px;
  text-indent: -18px;
}

.hand-card-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  margin: 5px 0 8px;
  line-height: 1.34;
}

.hand-card-row.four {
  grid-template-columns: repeat(4, 1fr);
}

.hand-card-row > div,
.route-diagram > div {
  min-height: 58px;
  padding: 7px 8px;
  border: 1px solid #9fb5bf;
  border-left: 5px solid var(--blue);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.96);
}

.hand-card-row b,
.hand-card-row span,
.route-diagram b,
.route-diagram span {
  display: block;
}

.hand-card-row b,
.route-diagram b {
  color: #084f70;
  font-size: 17px;
  line-height: 1.25;
}

.hand-card-row span,
.route-diagram span {
  margin-top: 3px;
  color: #4d5d66;
  font-size: 14px;
  line-height: 1.35;
}

.formula-cards > div {
  background: #eef6f9;
}

.hand-flow {
  display: grid;
  grid-template-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
  gap: 4px;
  align-items: center;
  margin: 5px 0 8px;
  line-height: 1.25;
}

.hand-flow.short {
  margin-top: 3px;
}

.hand-flow span {
  min-height: 45px;
  display: grid;
  place-items: center;
  padding: 6px 4px;
  border: 1px solid #9fb5bf;
  border-radius: 6px;
  background: #f4f9fb;
  color: #153f52;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}

.hand-flow b {
  color: var(--blue);
  text-align: center;
  font-size: 21px;
}

.route-diagram {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7px;
  margin: 5px 0 8px;
  line-height: 1.34;
}

.record-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 8px;
  border: 1px solid #9aa5ad;
  background: rgba(255, 255, 255, 0.96);
}

.record-meta span {
  min-height: 31px;
  padding: 3px 9px;
  border-right: 1px solid #c3c9cd;
  border-bottom: 1px solid #c3c9cd;
}

.record-meta span:nth-child(2n) {
  border-right: 0;
}

.record-meta span:nth-last-child(-n+2) {
  border-bottom: 0;
}

.record-meta b {
  margin-right: 9px;
  color: var(--blue);
}

.record-section {
  margin: 0 0 8px;
  padding: 7px 10px;
  background: rgba(255, 255, 255, 0.96);
}

.record-section h2 {
  margin: 0 0 4px;
  color: #084f70;
  font-size: 21px;
  line-height: 1.3;
}

.record-section p {
  margin: 0;
}

.record-section ul {
  margin: 0;
  padding-left: 20px;
}

.record-section li {
  margin-bottom: 2px;
}

.record-section code {
  color: #6941c6;
  font: 16px "Courier New", monospace;
}

.architecture {
  display: grid;
  grid-template-columns: 190px 31px 216px 31px 1fr;
  align-items: center;
  margin: 0 9px 9px;
  padding: 9px 12px;
  border: 1px solid #9fb5bf;
  border-radius: 5px;
  background: #f4f9fb;
  text-align: center;
}

.arch-source, .arch-router {
  padding: 12px 8px;
  border: 2px solid #3c7994;
  border-radius: 6px;
  background: white;
  color: #153f52;
  font-weight: 700;
}

.architecture small {
  color: #667882;
  font-size: 14px;
  font-weight: 400;
}

.arch-arrow {
  color: var(--blue);
  font-size: 26px;
}

.arch-branches {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}

.arch-branches div {
  padding: 8px 4px;
  border-left: 4px solid #3c7994;
  background: white;
  text-align: left;
}

.arch-branches b, .arch-branches span {
  display: block;
}

.arch-branches span {
  margin-top: 3px;
  color: #65747d;
  font-size: 14px;
}

.two-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.two-column > div + div {
  padding-left: 18px;
  border-left: 1px solid #b7c1c7;
}

.evidence-box {
  border: 1px solid #9fb5bf;
  background: #f7fafb;
}

.record-conclusion {
  margin: 4px 10px 0;
  padding: 9px 13px;
  border-left: 6px solid var(--blue);
  background: #eaf4f8;
  font-size: 18px;
  line-height: 1.45;
}

.record-conclusion b {
  margin-right: 8px;
  color: var(--blue);
}

.contract-table th:first-child {
  width: 16%;
}

.contract-table th:nth-child(2) {
  width: 47%;
}

.check-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
}

.check-row h2 {
  grid-column: 1/-1;
}

.check-row div {
  padding: 6px 8px;
  border: 1px solid #b4c3ca;
  border-radius: 4px;
  background: #f8fbfc;
}

.check-row span, .check-row b {
  display: block;
}

.check-row span {
  color: #65747d;
  font-size: 14px;
}

.check-row b {
  margin-top: 2px;
  color: #153f52;
  font-size: 15px;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: process;
}

.process-list li {
  position: relative;
  min-height: 92px;
  padding: 8px 8px 7px 34px;
  border: 1px solid #b4c3ca;
  border-radius: 5px;
  background: #f7fafb;
  counter-increment: process;
}

.process-list li::before {
  content: counter(process);
  position: absolute;
  top: 8px;
  left: 8px;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  background: var(--blue);
  color: white;
  font-size: 13px;
  font-weight: 700;
}

.process-list b, .process-list span {
  display: block;
}

.process-list span {
  margin-top: 4px;
  font-size: 15px;
  line-height: 1.4;
}

.formula-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 0 10px 8px;
  border: 1px solid #9fb5bf;
  background: #9fb5bf;
}

.formula-box > span {
  padding: 9px 10px;
  background: #eef6f9;
  color: #153f52;
  font-weight: 700;
  line-height: 1.4;
}

.formula-box small {
  display: block;
  margin-top: 3px;
  color: #687780;
  font-size: 13px;
  font-weight: 400;
}

.record-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background: white;
  font-size: 15px;
  line-height: 1.35;
}

.record-table th, .record-table td {
  padding: 6px 8px;
  border: 1px solid #9daab0;
  vertical-align: top;
}

.record-table th {
  background: #e6f0f4;
  color: #153f52;
  font-weight: 700;
}

.record-table th:first-child {
  width: 16%;
}

.record-table th:nth-child(2) {
  width: 29%;
}

.record-table th:nth-child(3) {
  width: 33%;
}

.small-note {
  margin-top: 6px !important;
  color: #52636c;
  font-size: 15px;
  line-height: 1.42;
}

.compact {
  font-size: 16px;
}

.compact h2 {
  font-size: 19px;
}

.calculation-record {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}

.calculation-record div {
  padding: 7px 9px;
  border: 1px solid #b4c3ca;
  background: #f8fbfc;
}

.calculation-record b, .calculation-record span {
  display: block;
}

.calculation-record b {
  color: var(--blue);
}

.calculation-record span {
  margin-top: 3px;
  font-size: 14px;
  line-height: 1.4;
}

.ingestion-row {
  border-top: 3px solid #87adbd;
}

.query-flow {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 7px;
  padding: 8px;
  border: 1px solid #a6b8c0;
  background: #f2f7f9;
}

.query-flow span {
  flex: 1;
  padding: 6px;
  background: white;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}

.query-flow b {
  color: var(--blue);
}

.route-table th:first-child {
  width: 18%;
}

.route-table th:nth-child(2) {
  width: 17%;
}

.route-table th:nth-child(3) {
  width: 39%;
}

.test-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}

.test-grid div {
  position: relative;
  min-height: 73px;
  padding: 8px;
  border: 1px solid #b5c1c7;
  border-radius: 4px;
  background: #fafcfd;
}

.test-grid b, .test-grid span {
  display: block;
}

.test-grid span {
  margin-top: 3px;
  font-size: 14px;
}

.test-grid em {
  position: absolute;
  right: 6px;
  bottom: 5px;
  padding: 1px 6px;
  border-radius: 10px;
  background: #e2f2e9;
  color: #24704a;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}

.test-grid div:nth-child(4) em {
  background: #fff0d8;
  color: #8a5a11;
}

.follow-up {
  font-size: 16px;
}

.prompt-review {
  font-size: 15px;
}

.prompt-review ol {
  margin: 0;
  padding-left: 20px;
}

.continued-to {
  position: absolute;
  right: 174px;
  bottom: 4px;
  color: #676767;
  font: 19px "Courier New", monospace;
}

.signature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 164px;
  border-top: 2px solid var(--line);
}

.signature-grid > div {
  min-width: 0;
  padding: 8px 10px;
  border-right: 1px solid #777;
  border-bottom: 1px solid #777;
  font-size: 20px;
}

.signature-grid > div:nth-child(2n) {
  border-right: 0;
}

.signature-grid > div:nth-last-child(-n+2) {
  border-bottom: 0;
}

.signature-name, .signature-date {
  float: right;
  margin-right: 18px;
  color: #263238;
  font-weight: 700;
}

.signature-line {
  float: right;
  width: 130px;
  margin: 12px 18px 0 0;
  border-bottom: 1px solid #777;
}

.note-footer {
  bottom: 41px;
}

.closing-paper {
  color: var(--blue);
  text-align: center;
}

.closing-paper h1 {
  position: absolute;
  top: 248px;
  width: 100%;
  margin: 0;
  font-size: 46px;
  font-weight: 400;
}

.benefit-diagram {
  position: absolute;
  top: 424px;
  left: 199px;
  width: 843px;
  height: 747px;
}

.diagram-links {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.benefit-grid {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-rows: repeat(3, 206px);
  grid-template-columns: repeat(3, 240px);
  gap: 57px 56px;
}

.benefit-box, .benefit-center {
  display: grid;
  padding: 16px;
  place-items: center;
  border: 5px solid #bfc0c1;
  border-radius: 20px;
  background: white;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.45;
}

.benefit-center {
  border-color: var(--blue);
  border-radius: 50%;
  background: var(--blue);
  box-shadow: inset 0 0 0 10px white, 0 0 0 4px var(--blue);
  color: white;
  font-size: 38px;
}

.closing-portal {
  position: absolute;
  top: 1309px;
  width: 100%;
}

.closing-portal strong {
  display: block;
  font-size: 37px;
}

.closing-portal span {
  display: block;
  margin-top: 6px;
  color: #777;
  font-size: 35px;
}

.closing-logos {
  position: absolute;
  right: 249px;
  bottom: 93px;
  left: 249px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.closing-logos .gov-logo {
  font-size: 24px;
}

.closing-logos .gov-mark {
  width: 57px;
  height: 57px;
}

.closing-logos .kista-logo {
  font-size: 50px;
}

body.pdf-exporting [data-pdf-exclude] {
  display: none !important;
}