.about-page {
  overflow-x: hidden;
  box-sizing: border-box;
  background: #F7F8F7;
  padding-top: 60px;
}
@media (max-width: 768px) {
  .about-page .body-top .title {
    font-size: 24px !important;
  }
  .about-page .body-content .title {
    padding: 20px 0 !important;
    font-size: 20px !important;
  }
  .about-page .body-content .company-profile .content,
  .about-page .body-content .mission-vision .content {
    font-size: 16px !important;
  }
  .about-page .body-content .company-profile .detail,
  .about-page .body-content .mission-vision .detail {
    font-size: 14px !important;
  }
}
@media (min-width: 768px) {
  .about-page .company-profile {
    width: 760px;
  }
}
@media (min-width: 1200px) {
  .about-page .company-profile {
    width: 900px;
  }
}
.about-page .container-body .body-top {
  position: relative;
}
.about-page .container-body .body-top img {
  width: 100%;
  height: auto;
}
.about-page .container-body .body-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-page .container-body .body-content .company-profile {
  text-align: center;
}
.about-page .container-body .body-content .company-profile .title {
  padding: 0.3542rem 0 0.1458rem 0;
  line-height: 1;
  text-align: center;
  font-size: 0.2083rem;
  font-weight: bold;
  color: #333;
}
.about-page .container-body .body-content .company-profile .content {
  text-align: justify;
  font-size: 0.125rem;
  font-weight: 500;
  line-height: 1.6;
  padding: 0 10px;
}
.about-page .container-body .body-content .mission-vision {
  padding-top: 0.25rem;
}
.about-page .container-body .body-content .mission-vision .content {
  text-align: center;
  padding: 0 10px;
  font-size: 0.125rem;
}
.about-page .container-body .body-content .mission-vision .content > div > div:first-child {
  font-weight: bold;
  color: #333333;
  line-height: 2.667;
}
.about-page .container-body .body-content .mission-vision .content > div > div:last-child {
  color: #666;
  padding: 10px 0;
  font-size: 0.1042rem;
}
.about-page .container-body .body-content .development-history {
  position: relative;
  margin-top: 0.3125rem;
}
.about-page .container-body .body-content .development-history .title {
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.2188rem 0 0.2083rem 0;
  line-height: 1;
  text-align: center;
  font-size: 0.2083rem;
  font-weight: bold;
  color: #333;
}
.about-page .container-body .body-content .development-history .content {
  display: grid;
  width: 73vw;
  grid-template-columns: 1fr 27% 1fr;
  grid-template-rows: repeat(12, 15vw);
  margin-bottom: 15vw;
}
.about-page .container-body .body-content .development-history .content .category-title {
  color: #c01920;
  font-size: 0.2083rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.about-page .container-body .body-content .development-history .content .column2{
  display: flex;
  flex-direction: column;
  justify-self: center;
  align-items: center;
  position: relative;
}
.about-page .container-body .body-content .development-history .content .year-label {
  background-color: #c01920;
  font-size: 0.2083rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 15vw;
  height: 5vw;
}
.about-page .container-body .body-content .development-history .content .column2-line {
  width: 0.1vw;
  border: 0.05vw solid #c01920;
  flex-grow: 1;
}
.about-page .container-body .body-content .development-history .content .outer-circle {
  position: absolute;
  width: 1.25vw;
  height: 1.25vw;
  border-radius: 50%;
  background-color: rgba(192, 25, 32, 0.5);
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
.about-page .container-body .body-content .development-history .content .inner-circle {
  position: absolute;
  width: 0.7vw;
  height: 0.7vw;
  border-radius: 50%;
  background-color: #c01920;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
.about-page .container-body .body-content .development-history .content .column1, .about-page .container-body .body-content .development-history .content .column3 {
  display: flex;
  padding-top: 5.1vw;
}
.about-page .container-body .body-content .development-history .content .column1 li, .about-page .container-body .body-content .development-history .content .column3 li {
  display: flex;
}
.about-page .container-body .body-content .development-history .content .column1 .column1-line, .about-page .container-body .body-content .development-history .content .column3 .column3-line {
  flex-grow: 1;
  border: 0.05vw solid #c01920;
  margin-top: 2.5vw;
  height: 0.1vw;
}
.about-page .container-body .body-content .development-history .content .event-label {
  width: 22.5vw;
  background-color: #f1f1f1;
  font-size: 0.1458rem;
  font-weight: 500;
  line-height: 2.4vw;
  padding: 1.4vw 0.8vw;
  align-self: flex-start;
}
.about-page .container-body .body-content .development-history .content .event-label ul {
  list-style: none;
}
.about-page .container-body .body-content .development-history .content .event-label .bullet {
  color: #c01920;
  margin-right: 1.1vw;
}
.about-page .container-body .body-content .honors-qualifications .title {
  padding: 0.2188rem 0 0.1458rem 0;
  line-height: 1;
  text-align: center;
  font-size: 0.2083rem;
  font-weight: bold;
  color: #333;
}
.about-page .container-body .body-content .honors-qualifications .content img {
  width: 100%;
}
