.business-page-section {
  width: 100%;
  min-height: calc(100vh - 80px);
}

.business-page-inner {
  width: min(100%, 1185px);
  margin: 140px auto 0;
  padding: 0;
}

.business-page-title-row {
  width: 100%;
}

.business-page-main-title {
  margin: 0;
}

.business-af {
  width: 100%;
  margin-top: 125px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.business-af-title {
  margin: 0;
  color: var(--poster-orange);
  font-family: "DINPro-Black", "DIN Pro", sans-serif;
  font-size: 58.9px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
}

.business-af-sub {
  margin: 50px 0 0;
  color: #000;
  font-family: "GmarketSansLight", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-size: 25px;
  line-height: 1;
  letter-spacing: -0.1em;
  text-align: center;
}

.business-af-list {
  width: 100%;
  margin-top: 88px;
  display: grid;
  row-gap: 121px;
}

.business-af-item {
  width: 100%;
  display: grid;
  grid-template-columns: auto 797px;
  column-gap: 25px;
  align-items: start;
  justify-content: center;
}

.business-af-code {
  margin-top: 30px;
  color: var(--poster-orange);
  font-family: "DINPro-Black", "DIN Pro", sans-serif;
  font-size: 37px;
  line-height: 1;
  letter-spacing: 0.02em;
}

.business-af-box {
  position: relative;
  width: 797px;
  min-height: 205px;
  background: url("/assets/a-fbox.svg") no-repeat left top / 797px auto;
}

.business-af-main {
  position: absolute;
  top: 35.6px;
  left: 41px;
  padding: 0;
}

.business-af-head {
  margin: 0;
  color: var(--poster-orange);
  font-family: "DINPro-Bold", "DIN Pro", sans-serif;
  font-size: 27px;
  line-height: 1;
  letter-spacing: 0;
}

.business-af-head-sub {
  margin: 15px 0 0;
  color: #4c4948;
  font-family: "GmarketSansLight", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-size: 22px;
  line-height: 1;
  letter-spacing: -0.1em;
}

.business-af-divider {
  position: absolute;
  top: 16.5px;
  left: 572px;
  width: 3px;
  height: 99px;
  background: var(--poster-orange);
}

.business-af-side {
  position: absolute;
  top: 34px;
  left: 605px;
}

.business-af-side p {
  margin: 0;
  color: #4c4948;
  font-family: "GmarketSansLight", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-size: 23px;
  line-height: 34px;
  letter-spacing: -0.1em;
}

.business-af-copy {
  position: absolute;
  top: 152px;
  left: 39px;
}

.business-af-copy p {
  margin: 0;
  color: #4c4948;
  font-family: "GmarketSansLight", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.1em;
}

.business-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 191px;
  padding-bottom: 166px;
}

.business-cta-arrow {
  position: relative;
  display: block;
  width: 51px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 51px 30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='51' height='30' viewBox='0 0 51 30' fill='none'%3E%3Cpath d='M0.6 0.424L25.5 29.1L50.4 0.424' stroke='%23a5aeb4' stroke-width='1.2' stroke-linecap='square'/%3E%3C/svg%3E");
}

.business-cta-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 364px;
  min-height: 35px;
  margin-top: 42px;
  border-radius: 999px;
  background: #a5aeb4;
  color: #fff;
  font-family: "GmarketSansLight", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.06em;
  text-decoration: none;
}

@media (max-width: 1125px) {
  .business-page-inner {
    width: min(100%, 520px);
    margin: 120px auto 0;
    padding: 0 28px;
  }

  .business-af {
    margin-top: 96px;
  }

  .business-af-title {
    font-size: 42px;
  }

  .business-af-sub {
    margin-top: 28px;
    font-size: 18px;
    line-height: 1.4;
  }

  .business-af-list {
    margin-top: 48px;
    row-gap: 72px;
  }

  .business-af-item {
    grid-template-columns: 1fr;
    row-gap: 18px;
    justify-items: center;
  }

  .business-af-code {
    margin-top: 0;
    font-size: 40px;
  }

  .business-af-box {
    width: min(100%, 797px);
    min-height: 320px;
    background-size: 100% 100%;
  }

  .business-af-main {
    padding: 34px 28px 0;
  }

  .business-af-head {
    font-size: 23px;
    line-height: 1.2;
  }

  .business-af-head-sub {
    font-size: 18px;
    line-height: 1.4;
  }

  .business-af-divider {
    top: 138px;
    left: 28px;
    width: calc(100% - 56px);
    height: 3px;
  }

  .business-af-side {
    position: static;
    margin: 34px 28px 0;
  }

  .business-af-side p {
    font-size: 19px;
    line-height: 1.5;
  }

  .business-af-copy {
    position: static;
    margin: 28px 28px 0;
    padding-bottom: 28px;
  }

  .business-af-copy p {
    font-size: 17px;
    line-height: 1.5;
  }

  .business-cta {
    margin-top: 120px;
    padding-bottom: 96px;
  }

  .business-cta-button {
    width: min(100%, 364px);
  }
}
