@charset "UTF-8";
/* 프린트 양식 */
.print-report {
  width: 794px;
  min-height: 1123px;
  box-sizing: border-box;
  padding: 30px;
  border: 1px solid #ccc;
  overflow: hidden;
  font-family: "MalgunGothic", "맑은 고딕", "NanumGothic", "나눔고딕";
}
.print-report + .print-report {
  margin-top: 30px;
}
@media print {
  .print-report + .print-report {
    margin-top: 0;
  }
}
@media print {
  .print-report {
    padding: 0;
    border: none;
  }
}
.print-report .report-wrap {
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 100%;
  min-height: 1123px;
  box-sizing: border-box;
  padding: 30px;
}
@media print {
  .print-report .report-wrap {
    transform: scale(0.99);
  }
}
.print-report .report-foot {
  margin-top: auto;
}
.print-report .report-table table {
  table-layout: fixed;
  width: 100%;
}
.print-report .report-table table th, .print-report .report-table table td {
  vertical-align: middle;
  height: 30px;
  box-sizing: border-box;
  padding: 0 8px;
  border: 1px solid #555;
  word-break: keep-all;
  overflow-wrap: break-word;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  color: #555;
  letter-spacing: -0.05px;
}
.print-report .report-table table th b, .print-report .report-table table td b {
  font-weight: 600;
}
.print-report .report-table table th {
  padding: 4px 0;
  background-color: #ddd;
  font-size: 16px;
  color: #333;
  line-height: 1.2;
  font-weight: 600;
}
.print-report .report-table table ~ table tr:first-child th, .print-report .report-table table ~ table tr:first-child td {
  border-top: 0;
}
.print-report .report-table table th.style-bg-light, .print-report .report-table table td.style-bg-light {
  background-color: #f4f4f4;
}
.print-report .report-table table th.style-text-left, .print-report .report-table table td.style-text-left {
  text-align: left;
}
.print-report .report-table.style-border-none table th, .print-report .report-table.style-border-none table td {
  border-right: 0;
}
.print-report .report-table.style-border-none table th.bl-none, .print-report .report-table.style-border-none table td.bl-none {
  border-left: 0;
}
.print-report .report-confirm .confirm-sign {
  position: relative;
}
.print-report .report-confirm .confirm-sign img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80px;
}

.report-logo {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 30px;
}
.report-logo img {
  width: 240px;
}

.report-sticker {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
}
.report-sticker .sticker-label {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0000ff;
  border: 1px solid #000;
  height: 38px;
  box-sizing: border-box;
  padding: 0 8px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.report-sticker .sticker-name {
  display: flex;
  align-items: center;
  border: 1px solid #000;
  padding: 0 10px;
  font-size: 20px;
  font-weight: 600;
}

.report-frame {
  border: 2px solid #000;
}
.report-frame .frame-foot {
  padding: 30px 20px;
}
.report-frame .frame-title {
  padding: 10px 0;
  font-size: 26px;
  text-align: center;
  font-weight: 700;
  line-height: 1;
}

.report-stnc {
  font-weight: 400;
  word-break: keep-all;
  overflow: hidden;
}
.report-stnc .stnc-ico {
  float: left;
  margin-right: 5px;
}
.report-stnc .stnc-txt {
  display: block;
  overflow: hidden;
}

.report-paragraph .paragraph-label {
  float: left;
  margin-right: 15px;
}
.report-paragraph .paragraph-conts {
  display: grid;
  gap: 8px;
  overflow: hidden;
}

.report-ref {
  margin-bottom: 30px;
  text-align: center;
}

.report-period {
  display: flex;
  justify-content: center;
  word-spacing: 30px;
  margin: 30px 0 0 0;
}

.report-writer {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  padding: 20px 0;
  font-size: 17px;
  font-weight: 600;
}
.report-writer .writer-label {
  display: flex;
  margin-right: 140px;
  font-weight: 500;
}
.report-writer .writer-sign {
  position: relative;
}
.report-writer .writer-sign .sign-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  width: 60px;
}
.report-writer .writer-sign .sign-image img {
  max-width: 60px;
}

.report-from {
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

.report-orders .orders-group {
  display: grid;
  gap: 12px;
}
.report-orders .orders-group ~ .orders-group {
  margin-top: 40px;
}
.report-orders .orders-title {
  font-size: 18px;
  font-weight: 700;
}
.report-orders .orders-textarea {
  min-height: 180px;
  padding: 12px;
  border: 1px solid #000;
}
.report-orders .orders-conts .report-table .table-unit {
  font-size: 14px;
  text-align: right;
}

.print-modal {
  display: grid;
  gap: 1.875rem;
  width: 50rem;
}
.print-modal .print-modal-head {
  display: flex;
  align-items: center;
}
.print-modal .print-modal-head .print-export-buttons {
  margin-left: auto;
}
.print-modal .print-page-buttons {
  display: flex;
  gap: 0.625rem;
}
.print-modal .print-page-buttons .page-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.625rem;
  aspect-ratio: 1/1;
  border-radius: 0.3125rem;
  background-color: #f4f4f4;
  border: 1px solid #dedede;
  font-size: 1Rem;
  font-weight: 500;
  color: #888;
  transition: all 0.3s ease;
}
.print-modal .print-page-buttons .page-button:hover, .print-modal .print-page-buttons .page-button:focus {
  box-shadow: 0 0 0 0.125rem rgba(0, 171, 204, 0.2);
}
.print-modal .print-page-buttons .page-button:hover {
  color: #000;
}
.print-modal .print-page-buttons .page-button.is-active {
  background-color: #00ABCC;
  border-color: #00ABCC;
  color: #fff;
}
.print-modal .print-pages .page-item {
  display: none;
}
.print-modal .print-pages .page-item.is-active {
  display: block;
}