body section {
  margin-bottom: 160px;
  padding: 0 24px;
}

.section-inner {
  width: 100%;
  max-width: 1260px;
  margin: auto;
}

#genestory {
  height: auto;
  /* background: url(/images/about/ceo.png) no-repeat center center;
  background-size: cover; */
  position: relative;
  margin-bottom: 80px;
}

.genestory-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background: #0c2781;
  z-index: -1;
}

.genestory-inner {
  height: 100%;
  padding: 128px 0 0;
}

#genestory .main-txt {
  width: 100%;
  color: #fff;
  text-align: center;
  margin-bottom: 80px;
}

#genestory .main-txt b {
  display: block;
  font-size: 24rem;
  line-height: 100%;
  font-weight: 400;
  margin-bottom: 8px;
}

#genestory .main-txt span {
  display: block;
  height: 80px;
}

#genestory .main-txt span img {
  height: 100%;
}

#genestory .sub-txt {
  max-width: 1320px;
  height: auto;
  display: flex;
  justify-content: space-between;
}

#genestory .box {
  display: block;
  width: 50%;
  padding: 72px 60px;
  text-align: center;
  background: #fff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
}

#genestory .box:first-child {
  margin-right: 30px;
}
#genestory .box:last-child {
  margin-left: 30px;
}

#genestory .box b {
  display: block;
  font-size: 32rem;
  font-weight: 700;
  margin-bottom: 16px;
}

#genestory .box p {
  font-size: 20rem;
  line-height: 28px;
  font-weight: 400;
}

.ci-inner {
  display: flex;
  flex-direction: row-reverse;
}

.ci-inner > div {
  width: 50%;
}

#ci .imageBox img {
  width: 100%;
}

#ci .main-txt {
  padding-left: 40px;
}

#ci .main-txt h4 {
  margin-bottom: 16px;
}

#ci .main-txt p {
  font-size: 16rem;
  line-height: 24px;
  font-weight: 400;
}

.ceo-inner {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 3.5fr 6.5fr;
  grid-template-areas:
    "image mainT"
    "image subT";
  align-items: center;
}

#ceo .main-txt {
  padding-left: 40px;
  width: 100%;
}

#ceo .main-txt b {
  display: block;
  font-size: 24rem;
  font-weight: 700;
  line-height: 32px;
}

#ceo .imageBox {
  width: 100%;
  grid-area: image;
  /* padding-right: 7%; */
}

#ceo .imageBox img {
  width: 100%;
}

#ceo .main-txt:first-child {
  grid-area: mainT;
  margin-top: auto;
}

#ceo .main-txt:last-child {
  grid-area: subT;
  margin-bottom: auto;
}

.main-txt h4 {
  font-size: 40rem;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 32px;
}

#ceo .main-txt p {
  font-size: 24rem;
  line-height: 32px;
}

/* 연구소 팀 소개 */
.team-con {
  display: flex;
  flex-direction: column;
  row-gap: 80px;
}

.team-con .doctor-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  column-gap: 45px;
}

.team-con > .doctor-container > div {
  width: 33.333333333333333%;
}

.team-con .researcher-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  column-gap: 45px;
}

.team-con .researcher-container > div {
  width: 32%;
}

.team-con .imageBox {
  width: 100%;
  height: auto;
}

.team-con .imageBox img {
  width: 100%;
  aspect-ratio: 1/1;
}

.team-con .sub-txt b {
  display: block;
  font-size: 24rem;
  font-weight: 700;
  line-height: 32px;
  margin: 24px 0 8px;
}

.team-con .sub-txt > ul > li {
  font-size: 14rem;
  line-height: 20px;
  opacity: 0.5;
  margin-bottom: 10px;
}

#history .box {
  display: flex;
  padding: 60px 60px 60px 0;
}

#history .year h6 {
  font-weight: 400;
  text-align: center;
  font-size: 128rem;
  line-height: 100%;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}

#history .box li {
  color: #fff;
  font-size: 16rem;
  line-height: 20px;
  margin-bottom: 16px;
  padding-left: 12px;
  position: relative;
}

#history .box li::before {
  content: "\2022";
  position: absolute;
  left: -6px;
}

#history .box li:last-child {
  margin-bottom: 0;
}

#history .section-inner .box:nth-child(2) {
  background: url(/images/about/history_01.png) no-repeat center center;
  background-size: cover;
  margin-bottom: 8px;
}

#history .section-inner .box:nth-child(3) {
  background: url(/images/about/history_02.png) no-repeat center center;
  background-size: cover;
}

#history .box .year {
  width: 45%;
}

#history .box ul {
  width: 55%;
  padding-left: 8px;
}

/* 연구소 팀 소개 Media Query */
@media (max-width: 767px) {
  .team-con {
    display: flex !important;
  }

  .team-con > .doctor-container {
    flex-direction: column;
    column-gap: 0px !important;
  }

  .team-con > .doctor-container > div {
    width: 100%;
  }

  .team-con > .researcher-container {
    flex-direction: column;
    column-gap: 0;
    row-gap: 56px;
  }

  .team-con .researcher-container > div {
    width: 100%;
  }
}
