.subpage-body {
  background: #fff;
}

.subpage-header {
  position: fixed;
  background: #fff;
  color: var(--ink);
}

.subpage-header .brand img,
.subpage-header .header-request img,
.subpage-header .request-link img {
  filter: invert(1);
}

.subpage-header {
  padding: 0;
}

.header-inner {
  width: 100%;
  height: 100%;
  padding: 20px 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-request {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  border-radius: 100px;
}

.header-request img {
  width: 30px;
  height: 30px;
}

.company-page {
  min-height: 2197px;
  padding-top: 90px;
}
.flex-wrap{
  display: flex;
  flex-direction: column;
  gap: 150px;
}

.company-intro {
  width: min(1520px, 79.1667vw);
  margin: 0 auto;
  padding-top: 110px;
  display: flex;
  gap: 50px;
}

.company-copy {
  padding-top: 50px;
}

.company-copy h1 {
  margin: 0 0 30px;
  font: 600 50px/60px "Playfair Display", serif;
}

.company-copy p,
.company-row p {
  font-family: "Noto Sans KR", "Pretendard", Arial, sans-serif;
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 30px;
  letter-spacing: -0.5px;
}

.company-image {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: #f6f6f6;
  flex-shrink: 0;
  margin: 0;
}

.company-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}



.company-intro .company-image {
  height: 705px;
}

.company-row {
  width: min(1520px, 79.1667vw);
  margin: 0 auto;
  display: flex;
  gap: 50px;
  align-items: start;
}

.company-row .company-image {
}

.company-row > div {
  padding-top: 60px;
}

.company-image--roll img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;

}

.company-row--last .company-row-copy p:first-child {
  line-height: 26px;
}

.company-row--last {
  display: flex;
  gap: 50px;
  padding-bottom: 150px;
}

.company-row--last > div {
  padding-top: 143.5px;
}

.company-closing {
  font-size: 30px !important;
  line-height: 26px !important;
  font-weight: 600;
}

.company-image--belt img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
}

.site-footer {
  min-height: 351.5px;
  height: 351.5px;
  padding: 40px 100px 80px;
}

.footer-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-head img {
  width: 60px;
  height: 41px;
}

.footer-head nav,
.footer-legal nav {
  display: flex;
  gap: 30px;
}

.footer-address {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.footer-address strong {
  font-size: 20px;
  line-height: 28px;
}

.footer-address span {
  color: var(--muted);
  font-size: 16px;
  line-height: 22px;
}

.footer-business {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  font-size: 14px;
}

.footer-legal {
  margin-top: auto;
  padding-top: 20px;
  border-top: .5px solid #cdcdcd80;
  color: #777;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 20px;
}

.footer-legal nav {
  gap: 20px;
}

@media (max-width: 1199px) {
  .header-inner {
    padding: 18px 40px;
  }
  .company-page {
    min-height: 0;
  }

  .company-intro {
    width: calc(100vw - 80px);
    height: auto;
    grid-template-columns: 55% 1fr;
    padding: 100px 0;
  }

  .company-copy {
    padding: 0;
  }

  .company-copy h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .company-copy p,
  .company-row p {
    font-size: 17px;
    line-height: 27px;
  }

  .company-row,
  .company-row--last {
    width: calc(100vw - 80px);
    height: auto;
    grid-template-columns: 45% 1fr;
    padding-bottom: 100px;
  }

  .company-row--last {
    grid-template-columns: 1fr 45%;
  }

  .company-closing {
    font-size: 25px !important;
  }
}

@media (max-width: 767px) {
  .header-inner {
    padding: 8px 20px;
  }

  .subpage-header .main-nav {
    top: 70px;
  }
  .company-page {
    padding-top: 70px;
  }
.flex-wrap {
  gap: 0;
}
  .company-intro,
  .company-row,
  .company-row--last {
    width: calc(100vw - 40px);
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 50px 0;
    gap: 30px;
  }

  .company-copy h1 {
    font-size: 34px;
    line-height: 42px;
  }

  .company-copy h1 br {
    display: none;
  }

  .company-copy p,
  .company-row p {
    font-size: 16px;
    line-height: 25px;
  }

  .company-closing {
    font-size: 22px !important;
    line-height: 28px !important;
  }

  .company-image--roll img,
  .company-image--belt img {
    width: 100%;
    height: 100%;
    transform: none;
    object-fit: cover;
  }

  .company-image--roll img {
    object-position: 65% 70%;
  }

  .company-image--belt img {
    object-position: 56% 73%;
  }

  .company-intro .company-image,
  .company-row .company-image {
    height: 320px;
    order: 2;
  }

  .company-row > div,
  .company-row--last > div {
    padding: 0;
  }

  .company-row--last > div {
    order: 1;
  }

  .company-row--last .company-image {
    order: 2;
  }

  .site-footer {
    height: auto;
    padding: 35px 20px 60px;
  }

  .footer-address strong {
    font-size: 16px;
  }

  .footer-address span,
  .footer-business {
    font-size: 12px;
  }

  .footer-business {
    justify-content: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .footer-legal {
    gap: 20px;
    flex-direction: column;
  }
}
