@page {
  size: A4;
  margin: 0;
}

:root {
  --paper: #f1f0eb;
  --ink: #171714;
  --gray: #696862;
  --line: rgba(23, 23, 20, 0.18);
  --light: #f5f4ef;
  --accent: #8a3430;
  --font: "Pretendard", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  background: #cbc9c1;
  color: var(--ink);
  font-family: var(--font);
  letter-spacing: 0;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

img {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
p,
figure,
dl,
dd,
ol {
  margin: 0;
}

.catalog-document {
  width: 210mm;
  margin: 0 auto;
}

.catalog-page {
  position: relative;
  width: 210mm;
  height: 297mm;
  padding: 15mm 16mm 14mm;
  overflow: hidden;
  break-after: page;
  background: var(--paper);
}

.catalog-page:last-child {
  break-after: auto;
}

.page-header {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto 10mm;
  padding-bottom: 4mm;
  border-bottom: 0.3mm solid var(--ink);
  align-items: baseline;
  font-size: 7pt;
  text-transform: uppercase;
}

.page-header strong {
  font-weight: 600;
}

.page-header b {
  text-align: right;
}

.page-title {
  position: relative;
  z-index: 2;
  margin-top: 17mm;
}

.page-title p {
  margin-bottom: 4mm;
  color: var(--gray);
  font-size: 8pt;
}

.page-title h2 {
  font-size: 25pt;
  font-weight: 400;
  line-height: 1.25;
}

.catalog-cover {
  color: var(--light);
}

.cover-image,
.cover-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.cover-image {
  object-fit: cover;
}

.cover-shade {
  background: rgba(12, 12, 10, 0.5);
}

.catalog-cover header,
.catalog-cover footer,
.cover-title {
  position: relative;
  z-index: 2;
}

.catalog-cover header,
.catalog-cover footer {
  display: flex;
  justify-content: space-between;
  font-size: 7pt;
  font-weight: 600;
}

.catalog-cover header {
  padding-bottom: 4mm;
  border-bottom: 0.3mm solid rgba(245, 244, 239, 0.7);
}

.cover-title {
  margin-top: 84mm;
}

.cover-title span {
  font-size: 8pt;
}

.cover-title h1 {
  margin: 9mm 0 8mm;
  font-size: 45pt;
  font-weight: 400;
  line-height: 1.03;
}

.cover-title p {
  width: 68mm;
  font-size: 11pt;
  line-height: 1.65;
}

.catalog-cover footer {
  position: absolute;
  right: 16mm;
  bottom: 14mm;
  left: 16mm;
  padding-top: 4mm;
  border-top: 0.3mm solid rgba(245, 244, 239, 0.7);
}

.company-photo {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 139mm;
}

.company-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.company-photo figcaption {
  position: absolute;
  right: 8mm;
  bottom: 7mm;
  padding: 2mm 3mm;
  background: rgba(23, 23, 20, 0.82);
  color: var(--light);
  font-size: 6pt;
}

.company-copy {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 13mm;
  margin-top: 17mm;
}

.company-copy > p {
  color: var(--gray);
  font-size: 8pt;
  line-height: 1.85;
}

.company-copy dl > div {
  display: grid;
  grid-template-columns: 25mm 1fr;
  padding: 2.5mm 0;
  border-top: 0.2mm solid var(--line);
  font-size: 7pt;
}

.company-copy dt {
  color: var(--gray);
}

.history-page .page-title,
.organization-page .page-title,
.equipment-page .page-title,
.request-page .page-title {
  margin-top: 13mm;
}

.catalog-history {
  margin-top: 13mm;
  padding: 0;
  border-top: 0.3mm solid var(--ink);
  list-style: none;
}

.catalog-history li {
  display: grid;
  grid-template-columns: 35mm 1fr;
  min-height: 24mm;
  padding: 4.5mm 0;
  border-bottom: 0.2mm solid var(--line);
}

.catalog-history time {
  color: var(--accent);
  font-size: 15pt;
  font-weight: 500;
}

.catalog-history strong {
  display: block;
  margin-bottom: 2mm;
  font-size: 9pt;
  font-weight: 600;
}

.catalog-history p {
  color: var(--gray);
  font-size: 7pt;
  line-height: 1.55;
}

.page-footnote,
.catalog-note {
  position: absolute;
  right: 16mm;
  bottom: 12mm;
  left: 16mm;
  padding-top: 3mm;
  border-top: 0.2mm solid var(--line);
  color: var(--gray);
  font-size: 6pt;
  line-height: 1.5;
}

.catalog-organization {
  margin-top: 10mm;
}

.catalog-ceo {
  position: relative;
  display: grid;
  width: 42mm;
  height: 22mm;
  margin: 0 auto 12mm;
  padding: 3mm;
  align-content: space-between;
  border-top: 0.5mm solid var(--ink);
  border-bottom: 0.3mm solid var(--ink);
  text-align: center;
}

.catalog-ceo::after {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0.2mm;
  height: 12mm;
  background: var(--ink);
  content: "";
}

.catalog-ceo span,
.catalog-departments span,
.catalog-workforce header span {
  color: var(--gray);
  font-size: 6pt;
  font-weight: 600;
  text-transform: uppercase;
}

.catalog-ceo strong {
  font-size: 11pt;
  font-weight: 500;
}

.catalog-departments {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 0.3mm solid var(--ink);
}

.catalog-departments article {
  min-height: 42mm;
  padding: 5mm 4mm 3mm 0;
  border-right: 0.2mm solid var(--line);
}

.catalog-departments article:not(:first-child) {
  padding-left: 4mm;
}

.catalog-departments article:last-child {
  border-right: 0;
}

.catalog-departments h3 {
  min-height: 14mm;
  margin: 8mm 0 3mm;
  font-size: 9pt;
  font-weight: 500;
  line-height: 1.35;
}

.catalog-departments p {
  color: var(--gray);
  font-size: 6pt;
  line-height: 1.5;
}

.catalog-workforce {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 12mm;
  border-top: 0.3mm solid var(--ink);
}

.catalog-workforce header {
  display: flex;
  grid-column: 1 / -1;
  min-height: 11mm;
  padding: 3mm 0;
  align-items: baseline;
  justify-content: space-between;
  border-bottom: 0.2mm solid var(--line);
}

.catalog-workforce header strong {
  font-size: 8pt;
  font-weight: 600;
}

.catalog-workforce > div {
  display: grid;
  grid-template-columns: 1fr 10mm 30mm;
  min-height: 12mm;
  padding: 3mm 3mm 3mm 0;
  align-items: center;
  border-right: 0.2mm solid var(--line);
  border-bottom: 0.2mm solid var(--line);
}

.catalog-workforce > div:nth-child(odd) {
  padding-left: 3mm;
  border-right: 0;
}

.catalog-workforce > div span,
.catalog-workforce > div small {
  font-size: 6pt;
}

.catalog-workforce > div b {
  color: var(--accent);
  font-size: 9pt;
}

.catalog-workforce > div small {
  color: var(--gray);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9mm 6mm;
  margin-top: 18mm;
}

.product-grid article:first-child {
  grid-column: 1 / -1;
}

.product-grid img {
  width: 100%;
  height: 61mm;
  object-fit: cover;
}

.product-grid article:not(:first-child) img {
  height: 47mm;
}

.product-grid span,
.quality-ledger span {
  display: block;
  margin-top: 4mm;
  color: var(--accent);
  font-size: 6pt;
  font-weight: 600;
}

.product-grid h3 {
  margin-top: 1.5mm;
  font-size: 14pt;
  font-weight: 500;
}

.product-grid p {
  margin-top: 1.5mm;
  color: var(--gray);
  font-size: 7pt;
}

.visual-note,
.record-note {
  position: absolute;
  right: 16mm;
  bottom: 12mm;
  left: 16mm;
  padding-top: 3mm;
  border-top: 0.2mm solid var(--line);
  color: var(--gray);
  font-size: 6pt;
}

.catalog-process {
  margin-top: 17mm;
  padding: 0;
  border-top: 0.3mm solid var(--ink);
  list-style: none;
}

.catalog-process li {
  display: grid;
  grid-template-columns: 13mm 47mm 1fr;
  padding: 5mm 0;
  border-bottom: 0.2mm solid var(--line);
  align-items: baseline;
}

.catalog-process span {
  color: var(--accent);
  font-size: 7pt;
}

.catalog-process strong {
  font-size: 10pt;
  font-weight: 500;
}

.catalog-process p {
  color: var(--gray);
  font-size: 7pt;
}

.process-evidence {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 10mm;
  margin-top: 16mm;
  align-items: end;
}

.process-evidence img {
  width: 100%;
  height: 56mm;
  object-fit: cover;
}

.process-evidence span {
  color: var(--accent);
  font-size: 6pt;
  font-weight: 600;
}

.process-evidence h3 {
  margin: 5mm 0 4mm;
  font-size: 16pt;
  font-weight: 400;
  line-height: 1.35;
}

.process-evidence p {
  color: var(--gray);
  font-size: 7pt;
  line-height: 1.7;
}

.factory-page {
  color: var(--light);
}

.factory-image,
.factory-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.factory-image {
  object-fit: cover;
}

.factory-shade {
  background: rgba(11, 11, 9, 0.58);
}

.light-header {
  color: var(--light);
  border-bottom-color: rgba(245, 244, 239, 0.7);
}

.factory-content {
  position: relative;
  z-index: 2;
  margin-top: 87mm;
}

.factory-content > p {
  font-size: 8pt;
}

.factory-content h2 {
  margin: 6mm 0 20mm;
  font-size: 31pt;
  font-weight: 400;
  line-height: 1.22;
}

.factory-content dl {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 0.3mm solid rgba(245, 244, 239, 0.75);
}

.factory-content dl > div {
  min-height: 33mm;
  padding: 4mm 4mm 3mm 0;
  border-right: 0.2mm solid rgba(245, 244, 239, 0.35);
}

.factory-content dl > div:not(:first-child) {
  padding-left: 4mm;
}

.factory-content dl > div:last-child {
  border-right: 0;
}

.factory-content dt {
  color: rgba(245, 244, 239, 0.7);
  font-size: 6pt;
}

.factory-content dd {
  margin-top: 10mm;
  font-size: 18pt;
}

.factory-footer {
  position: absolute;
  z-index: 2;
  right: 16mm;
  bottom: 14mm;
  left: 16mm;
  font-size: 6pt;
}

.equipment-photos {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 5mm;
  margin-top: 12mm;
}

.equipment-photos img {
  width: 100%;
  height: 55mm;
  object-fit: cover;
}

.equipment-photos figcaption {
  margin-top: 2mm;
  color: var(--gray);
  font-size: 6pt;
}

.equipment-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 11mm;
  border-top: 0.3mm solid var(--ink);
}

.equipment-list > div {
  display: grid;
  grid-template-columns: 1fr auto;
  min-height: 16mm;
  padding: 4mm 4mm 3mm 0;
  align-items: end;
  border-right: 0.2mm solid var(--line);
  border-bottom: 0.2mm solid var(--line);
}

.equipment-list > div:not(:nth-child(3n + 1)) {
  padding-left: 4mm;
}

.equipment-list > div:nth-child(3n) {
  border-right: 0;
}

.equipment-list span {
  color: var(--gray);
  font-size: 7pt;
}

.equipment-list strong {
  color: var(--accent);
  font-size: 13pt;
  font-weight: 500;
}

.record-page .page-title {
  margin-top: 13mm;
}

.record-list {
  margin-top: 14mm;
  border-top: 0.3mm solid var(--ink);
}

.record-list > div {
  display: grid;
  grid-template-columns: 16mm 34mm 1fr 28mm;
  gap: 3mm;
  padding: 4mm 0;
  border-bottom: 0.2mm solid var(--line);
  align-items: baseline;
  font-size: 7pt;
}

.record-list time {
  color: var(--accent);
  font-weight: 600;
}

.record-list strong {
  font-weight: 600;
}

.record-list span {
  color: var(--gray);
  text-align: right;
}

.quality-layout {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 10mm;
  margin-top: 17mm;
}

.quality-ledger {
  border-top: 0.3mm solid var(--ink);
}

.quality-ledger article {
  padding: 4mm 0;
  border-bottom: 0.2mm solid var(--line);
}

.quality-ledger span {
  display: inline-block;
  width: 12mm;
  margin: 0;
}

.quality-ledger h3 {
  display: inline;
  font-size: 9pt;
  font-weight: 500;
}

.quality-ledger p {
  margin: 1mm 0 0 12mm;
  color: var(--gray);
  font-size: 6pt;
}

.quality-documents {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5mm;
}

.quality-documents figure {
  padding: 5mm;
  background: #fff;
}

.quality-documents img {
  width: 100%;
  height: 104mm;
  object-fit: contain;
}

.quality-documents figcaption {
  padding-top: 3mm;
  border-top: 0.2mm solid var(--line);
  font-size: 6pt;
}

.award-strip {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 11mm;
  border-top: 0.3mm solid var(--ink);
}

.award-strip span {
  padding: 3mm 3mm 3mm 0;
  border-right: 0.2mm solid var(--line);
  border-bottom: 0.2mm solid var(--line);
  font-size: 6pt;
}

.award-strip span:nth-child(even) {
  padding-left: 3mm;
  border-right: 0;
}

.request-checklist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 14mm;
  border-top: 0.3mm solid var(--ink);
}

.request-checklist article {
  min-height: 31mm;
  padding: 4mm 5mm 4mm 0;
  border-right: 0.2mm solid var(--line);
  border-bottom: 0.2mm solid var(--line);
}

.request-checklist article:nth-child(even) {
  padding-left: 5mm;
  border-right: 0;
}

.request-checklist span,
.request-callout span {
  color: var(--accent);
  font-size: 6pt;
  font-weight: 600;
}

.request-checklist h3 {
  margin: 5mm 0 2mm;
  font-size: 10pt;
  font-weight: 500;
}

.request-checklist p {
  color: var(--gray);
  font-size: 7pt;
}

.request-flow {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 12mm;
  padding: 0;
  border-top: 0.3mm solid var(--ink);
  list-style: none;
}

.request-flow li {
  min-height: 26mm;
  padding: 3mm 3mm 3mm 0;
  border-right: 0.2mm solid var(--line);
}

.request-flow li:not(:first-child) {
  padding-left: 3mm;
}

.request-flow li:last-child {
  border-right: 0;
}

.request-flow span {
  display: block;
  color: var(--gray);
  font-size: 6pt;
}

.request-flow strong {
  display: block;
  margin-top: 7mm;
  font-size: 7pt;
  font-weight: 500;
}

.request-callout {
  display: grid;
  grid-template-columns: 32mm 1fr auto;
  gap: 5mm;
  margin-top: 12mm;
  padding: 6mm 0;
  align-items: center;
  border-top: 0.3mm solid var(--ink);
  border-bottom: 0.3mm solid var(--ink);
}

.request-callout strong {
  font-size: 15pt;
  font-weight: 500;
}

.request-callout p {
  color: var(--gray);
  font-size: 6pt;
}

.contact-page {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  padding: 0;
  background: var(--ink);
  color: var(--light);
}

.contact-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-panel {
  display: flex;
  padding: 15mm 12mm 13mm;
  flex-direction: column;
}

.contact-panel header,
.contact-panel footer {
  display: flex;
  justify-content: space-between;
  font-size: 6pt;
}

.contact-panel header {
  padding-bottom: 4mm;
  border-bottom: 0.3mm solid rgba(245, 244, 239, 0.65);
}

.contact-panel > div {
  margin-top: 62mm;
}

.contact-panel > div > span {
  color: rgba(245, 244, 239, 0.7);
  font-size: 8pt;
  line-height: 1.7;
}

.contact-panel h2 {
  margin: 10mm 0 3mm;
  font-size: 24pt;
  font-weight: 400;
}

.contact-panel > div p {
  font-size: 8pt;
}

.contact-panel dl {
  margin-top: auto;
  border-top: 0.2mm solid rgba(245, 244, 239, 0.3);
}

.contact-panel dl > div {
  display: grid;
  grid-template-columns: 22mm 1fr;
  padding: 3mm 0;
  border-bottom: 0.2mm solid rgba(245, 244, 239, 0.2);
  font-size: 6pt;
}

.contact-panel dt {
  color: rgba(245, 244, 239, 0.55);
}

.contact-panel footer {
  margin-top: 8mm;
}

@media screen {
  .catalog-page {
    margin-bottom: 8mm;
    box-shadow: 0 4mm 12mm rgba(23, 23, 20, 0.18);
  }

  .catalog-document {
    zoom: var(--catalog-preview-scale, 1);
  }
}

@media print {
  html,
  body {
    background: transparent;
  }

  .catalog-page {
    margin: 0;
    box-shadow: none;
  }
}
