body {
  background: #edf3fb;
}

.about-container {
  width: 100%;
  padding: 0 8.25rem;
  box-sizing: border-box;
  background-image: url("../images/about/top-bg.png");
  background-size: 100% 19.625rem;
  background-repeat: no-repeat;
}

.corporate-values-container {
  width: 100%;
  height: 17.125rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.logo-image {
  width: 12.5rem;
  height: 3.9375rem;
  display: block;
  margin: 0 auto;
}

.corporate-values {
  margin-top: 1.5rem;
  line-height: 2.125rem;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
}

.company-profile {
  width: 100%;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 4px 20px 0 rgba(2, 8, 25, 0.05);
  padding: 2.5rem;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.company-profile-title {
  font-size: 1.5rem;
  line-height: 2.125rem;
  font-weight: 600;
}

.company-profile p {
  line-height: 2.25rem;
  font-size: 1.125rem;
  font-weight: 300;
  color: #666666;
  text-indent: 2em;
}

.company-profile :last-child {
  margin-top: 3.125rem;
}

.container-middle-bg {
  background-image: url("../images/about/middle-bg.png");
  background-repeat: no-repeat;
  background-size: auto 46.875rem;
  background-position: top;
  /* margin-top: -6.375rem; */
  padding: 1rem 8.25rem 5rem;
}

.corporate-vision-bg {
  width: 100%;
}

.corporate-vision {
  font-size: 3.125rem;
  line-height: 4.5rem;
  font-weight: 400;
  text-align: center;
}

.corporate-vision-container {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.corporate-vision-item {
  width: calc(100% / 2 - 1.5rem);
  --bs-aspect-ratio: calc(222 / 276 * 100%);
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 4px 20px 0 rgba(2, 8, 25, 0.05);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.5rem 1.5rem 6.25rem;
  position: relative;
}

.corporate-vision-item:before {
  content: "";
  width: 65.94%;
  height: 35.59%;
  background: rgb(250, 252, 255);
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 4px 0 4px 0;
}

.corporate-vision-item:after {
  content: "";
  width: 31.8%;
  height: 18%;
  background: #0077ff;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.1;
  border-radius: 4px 0 4px 0;
}

.corporate-vision-index {
  font-size: 16px;
  line-height: 23px;
  text-align: left;
}

.corporate-vision-name {
  font-size: 16px;
  margin-top: 16px;
  line-height: 23px;
  text-align: left;
}

.corporate-vision-desc {
  font-size: 14px;
  margin-top: 16px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 300;
  flex-grow: 1;
  line-height: 20px;
  text-align: left;
}

.company-mission {
  padding: 0 8.25rem;
  margin-top: 5rem;
}

.corporate-vision-title,
.mission-title {
  text-align: center;
  font-size: 3.125rem;
  line-height: 4.5rem;
  font-weight: 600;
}

.mission-sub-title {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0.5rem;
  text-align: center;
}

.company-mission-desc {
  margin-top: 4rem;
  line-height: 2.25rem;
  text-indent: 2em;
  color: #666666;
  font-weight: 300;
  font-size: 1.125rem;
  margin-bottom: 0;
}

.development-history-container {
  margin-top: 5rem;
}

.development-history-title {
  font-size: 3.125rem;
  line-height: 4.5rem;
  font-weight: 600;
  text-align: center;
}

.development-history-line {
  margin-top: 1.375rem;
  width: 100%;
}

.development-history-arrow {
  width: 67.411875rem;
  height: 22.4375rem;
  margin-left: 12.3125rem;
  background-image: url("../images/about/development-history-arrow.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.invite-job-container {
  width: 100%;
  height: 19.0625rem;
  background-image: url("../images/about/invite-job.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 5.1875rem 8.25rem;
  box-sizing: border-box;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.invite-job-l {
  display: flex;
  flex-direction: column;
}

.invite-job-l-title {
  font-size: 3.125rem;
  line-height: 4.5rem;
  font-weight: 400;
  color: #ffffff;
}

.invite-job-l-desc {
  font-size: 1.125rem;
  line-height: 1.625rem;
  margin-top: 1.5625rem;
}

.boss-img {
  width: 12.5rem;
  height: 2.329375rem;
  background-image: url("../images/about/boss.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 768px) {
  .about-container,
  .container-middle-bg {
    padding-left: 10px;
    padding-right: 10px;
    /* padding-top: 1.6875rem; */
  }

  .logo-image {
    width: auto;
    height: 6.6875rem;
  }

  .corporate-values {
    font-size: 12px;
    line-height: 18px;
  }

  .corporate-vision-item {
    width: calc(100% / 2 - 1.5rem);
  }

  .company-profile-title {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px;
  }

  .company-profile p {
    font-size: 12px;
    line-height: 18px;
  }

  .corporate-vision-bg {
    padding-left: 10px;
    padding-right: 10px;
  }

  .corporate-vision-name {
    margin-top: 8px;
  }

  .corporate-vision-desc {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .mission-sub-title {
    font-size: 12px;
  }

  .company-mission {
    padding-left: 10px;
    padding-right: 10px;
  }

  .mission-sub-title {
    margin: 6px 0;
  }

  .company-mission-desc {
    font-size: 12px;
    line-height: 18px;
  }

  .invite-job-container {
    padding: 20px 10px;
    height: auto;
  }

  .boss-img {
    width: 100px;
    height: 19px;
    margin-left: 10px;
  }

  .invite-job-l-desc {
    font-size: 10px;
  }

  .corporate-vision-title,
  .development-history-title,
  .mission-title {
    font-size: 18px !important;
    line-height: 26px !important;
    font-weight: 600;
  }

  .mission-sub-title {
    font-size: 14px;
  }

  .invite-job-l-title {
    font-size: 14px;
  }
}

@media screen and (max-width: 992px) {
  .invite-job-l-desc {
    font-size: 12px;
    line-height: 18px;
  }
}
