.about-main-section {
  height: 480px;
  padding: 0 112px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url('../img/img_bg_about1.png') no-repeat;
  background-position: center;
  background-size: cover;
}

.about-main-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}

.about-main-text-desc {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
}

.about-section-wrap {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.about-section1 {
  padding: 96px 112px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  background-color: #fff;
}

.about-section1-title {
  width: 100%;
  display: flex;
  justify-content: left;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  color: #000;
}

.about-section1-content-wrap {
  display: flex;
  gap: 80px;
}

.about-section1-img {
  width: 496px;
  height: 534px;
  border-radius: 24px;
}

.about-section1-content {
  max-width: 640px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.about-section1-content-text {
  line-height: 160%;
  font-size: 18px;
  font-weight: 400;
  color: #262626;
}

.about-section1-ceo {
  display: flex;
  justify-content: space-between;
}

.about-section1-ceo-content {
  display: flex;
  align-items: center;
  gap: 12px;
}

.about-section1-ceo-text-wrap {
  display: flex;
}

.about-section1-ceo-label {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.about-section1-ceo-text {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.about-section1-date-content {
  display: flex;
  align-items: center;
  gap: 12px;
}

.about-section1-date-text-wrap {
  display: flex;
}

.about-section1-date-label {
  font-size: 18px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.40);
}

.about-section1-date-text {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.about-section2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 96px 112px 120px 112px;
  background-color: #F6F7FB;
}

.about-section2-title {
  width: 100%;
  display: flex;
  justify-content: left;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  color: #000;
}

.about-section2-img {
  width: 100%;
  max-width: 1213px;
  height: 656px;
  background: url('../img/img_bg_about2.png') no-repeat;
  background-position: center;
  background-size: cover;
}

.about-section3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  padding: 96px 112px 160px 112px;
  background-color: #fff;
}

.about-section3-title {
  font-size: 36px;
  font-weight: 700;
  color: #0059AB;
}

.about-section3-content-wrap {
  width: 100%;
  max-width: 605px;
  display: flex;
  justify-content: space-between;
}

.about-section3-content {
  display: flex;
  align-items: flex-end;
  gap: 12px;
}

.about-section3-text-wrap {
  width: 100%;
  display: flex;
  align-items: flex-end;
  gap: 16px;
}

.about-section3-label {
  white-space: nowrap;
  font-size: 18px;  
  font-weight: 500;
  color: rgba(0, 0, 0, 0.40);
}

.about-section3-text {
  white-space: nowrap;
  font-size: 18px;  
  font-weight: 500;
  color: #000;
}
