.about-wrapper {
  margin-top: 100px !important;
}

.about-wrapper .main-banner {
  width: 100%;
  height: 500px;
  background-color: rgb(255, 247, 225);
  background-image: url(/images/about_01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.about-wrapper .main-text-box {
  transform: translateY(-320px);
  max-width: 650px;
  width: 100%;
  color: rgb(255, 255, 255);
}

.about-wrapper .main-text-box h1 {
  color: unset;
  font-size: 34px;
  font-weight: 700;
  line-height: 47.6px;
  letter-spacing: -0.02em;
  margin: 0;
}

.about-wrapper .mo-only {
  display: none;
}

.about-wrapper .main-text-box p {
  margin: 0;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.02em;
}

.about-wrapper .wrapper {
  max-width: 1640px;
  margin: 0px auto;
  padding: 0px 20px;
  box-sizing: border-box;
}

.about-wrapper .section-wrap {
  margin-top: 20px;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  gap: 0;
}

.about-wrapper .section-wrap .left-section {
  flex-basis: unset !important;
  max-width: 480px;
  width: 100%;
  padding-right: 30px;
  box-sizing: content-box;
}

.about-wrapper .section-wrap .left-section h2 {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.4);
}

.about-wrapper .section-wrap .left-section h2 span {
  color: rgb(0, 0, 0);
}

.about-wrapper .section-wrap .right-section {
  flex-basis: unset !important;
  max-width: 930px;
  width: 100%;
}

.about-wrapper .section-wrap .right-section p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  letter-spacing: -0.02em;
  color: rgb(102, 102, 102);
  margin-top: 10px;
}

.about-wrapper .about-box {
  margin-top: 60px;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  gap: unset;
}

.about-wrapper .about-box .about-card {
  flex-basis: unset !important;
  width: calc(33.3333% - 20px);
  flex-grow: unset !important;
}

.about-wrapper .about-box .about-banner {
  height: 270px;
  background-image: url(/images/about_02.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 10px 10px 0px 0px;
}

.about-wrapper .about-box .about-banner2 {
  background-image: url(/images/about_03.png);
}

.about-wrapper .about-box .about-banner3 {
  background-image: url(/images/about_06.png);
}

.about-wrapper .about-box .about-banner img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  border-radius: 10px 10px 0px 0px;
}

.about-wrapper .about-box .about-text-box {
  border-radius: 0px 0px 10px 10px;
  background-color: rgb(246, 247, 248);
  padding: 28px 30px;
}

.about-wrapper .about-box .about-text-box h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.02em;
}

.about-wrapper .about-box .about-text-box p {
  margin: 0;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  letter-spacing: -0.03em;
}

.about-wrapper .history-wrap {
  margin-top: 160px;
}

.about-wrapper .history-wrap h2 {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.02em;
  color: rgb(0, 0, 0);
}

.about-wrapper .history-wrap h2 span {
  color: rgba(0, 0, 0, 0.4);
}

.about-wrapper .history-wrap .history-box {
  margin-top: 40px;
  display: flex;
  gap: 60px;
}

.about-wrapper .history-wrap .history-box > div {
  flex-basis: unset !important;
  flex-grow: unset !important;
}

.about-wrapper .history-wrap .history-box .history-img {
  max-width: 480px;
  width: 100%;
  height: 360px;
  background-image: url(/images/about_05.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.about-wrapper .history-wrap .history-box h3 {
  margin: 0;
  margin-top: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 38.4px;
  letter-spacing: -0.02em;
}

.about-wrapper .history-wrap .history-box p {
  margin: 0;
  margin-top: 6px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  letter-spacing: -0.02em;
}

.about-wrapper .history-wrap .history-under-box {
  margin-top: 50px;
  display: flex;
  gap: 60px;
  -webkit-box-pack: end;
  justify-content: end;
}

.about-wrapper .history-wrap .history-under-box > div {
  flex-basis: unset !important;
  flex-grow: unset !important;
}

.about-wrapper .history-wrap .history-under-box .h-box {
  text-align: right;
}

.about-wrapper .history-wrap .history-under-box .h-box h3 {
  margin: 0;
  margin-top: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 38.4px;
  letter-spacing: -0.02em;
}

.about-wrapper .history-wrap .history-under-box .h-box p {
  margin: 0;
  margin-top: 6px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  letter-spacing: -0.02em;
}

.about-wrapper .history-wrap .history-under-box .history-img {
  max-width: 480px;
  width: 100%;
  height: 360px;
  background-image: url(/images/about_04.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.about-wrapper .best-pro {
  background-color: rgb(246, 247, 248);
  margin-top: 160px;
  padding: 160px 0px;
  border-bottom: 8px solid rgba(224, 224, 224, 0.26);
}

.about-wrapper .best-pro h2 {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.25);
}

.about-wrapper .best-pro h2 span {
  color: rgb(0, 0, 0);
}

.about-wrapper .best-pro .best-flex {
  margin-top: 10px;
  gap: 28px;
  overflow-x: auto;
  white-space: nowrap;
}

.about-wrapper .best-pro .best-flex .best-card {
  flex: 0 0 calc(25% - 21px);
  position: relative;
  height: auto;
  white-space: initial;
  padding-bottom: 100%;
}

@media (max-width: 770px) {
  .about-wrapper {
    padding-top: 0px;
    margin-top: 64px;
  }

  .about-wrapper .main-banner {
    width: 100%;
    min-height: unset;
    height: 380px;
    position: relative;
  }

  .about-wrapper .main-text-box h1 {
    font-size: 24px;
    line-height: 33.6px;
  }

  .about-wrapper .mo-only {
    display: block;
  }

  .about-wrapper .main-text-box p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 22.4px;
  }

  .about-wrapper .wrapper {
    padding-top: 20px;
  }
  .about-wrapper .section-wrap {
    flex-direction: column;
  }

  .about-wrapper .section-wrap .left-section h2 {
    font-size: 22px;
    line-height: 35.2px;
  }

  .about-wrapper .section-wrap .right-section p {
    font-size: 13px;
    line-height: 20.8px;
    margin-top: 20px;
  }

  .about-wrapper .about-box {
    margin-top: 20px;
    flex-wrap: wrap;
  }

  .about-wrapper .about-box .about-card {
    width: 100%;
    margin-top: 20px;
  }

  .about-wrapper .about-box .about-banner {
    height: 196px;
  }

  .about-wrapper .about-box .about-banner img {
    height: 196px;
  }

  .about-wrapper .about-box .about-text-box {
    border-radius: 0px 0px 6px 6px;
    padding: 20px 22px;
  }

  .about-wrapper .about-box .about-text-box h2 {
    font-size: 16px;
    line-height: 25.6px;
  }

  .about-wrapper .about-box .about-text-box p {
    margin-top: 6px;
    font-size: 13px;
    line-height: 20.8px;
  }

  .about-wrapper .history-wrap {
    margin-top: 60px;
  }

  .about-wrapper .history-wrap h2 {
    font-size: 22px;
  }

  .about-wrapper .history-wrap .history-box {
    margin-top: 20px;
    flex-wrap: wrap;
    gap: 0px;
  }

  .about-wrapper .history-wrap .history-box .history-img {
    max-width: unset;
    width: 100%;
    height: 240px;
    border-radius: 6px;
  }

  .about-wrapper .history-wrap .history-box .history-img img {
    height: 240px;
    border-radius: 6px;
    object-fit: cover;
  }

  .about-wrapper .history-wrap .history-box h3 {
    margin-top: 20px;
    font-size: 18px;
    line-height: 28.8px;
  }

  .about-wrapper .history-wrap .history-box p {
    margin-top: 6px;
    font-size: 13px;
    line-height: 20.8px;
  }

  .about-wrapper .history-wrap .history-under-box {
    margin-top: 40px;
    flex-flow: column-reverse wrap;
    gap: 0px;
  }

  .about-wrapper .history-wrap .history-under-box .h-box h3 {
    margin-top: 20px;
    font-size: 18px;
    line-height: 28.8px;
  }

  .about-wrapper .history-wrap .history-under-box .h-box p {
    margin-top: 6px;
    font-size: 13px;
    line-height: 20.8px;
  }

  .about-wrapper .history-wrap .history-under-box .history-img {
    max-width: unset;
    width: 100%;
    height: 240px;
    border-radius: 6px;
  }

  .about-wrapper .history-wrap .history-under-box .history-img img {
    height: 240px;
    border-radius: 6px;
    object-fit: cover;
  }

  .about-wrapper .best-pro {
    margin-top: 60px;
    padding: 60px 0px;
  }

  .about-wrapper .wrapper {
    max-width: 1640px;
    margin: 0px auto;
    padding: 0px 20px;
    box-sizing: border-box;
  }

  .about-wrapper .best-pro h2 {
    font-size: 22px;
    line-height: 35.2px;
  }

  .about-wrapper .best-pro .best-flex {
    margin-top: 0px;
  }
}
