.section {
  max-width: 100%;
  margin-top: 20px;
  padding: 0;
}
.section .itemwrap {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  margin: 0 0 30px 0;
}
.section .itemwrap .itembox {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 20px;
}
.section .itemwrap .itembox .icon {
  width: 100%;
  height: 100%;
  border: 1px solid #eee;
  border-radius: 50%;
  font-size: 28px;
  background-color: #f5f5f5;
}
.section .itemwrap .itembox .icon.i01 {
  background: url("/layouts/kfac/external_document/img/sungjongmoo_face.png") center/100% no-repeat;
  width: 130px;
  height: 130px;
}
.section .itemwrap .itembox .icon.i02 {
  background: url("/layouts/kfac/external_document/img/people_noprofile.png") center/100% no-repeat;
  width: 130px;
  height: 130px;
}
.section .itemwrap .itembox .icon.i03 {
  background: url("/layouts/kfac/external_document/img/people_noprofile.png") center/100% no-repeat;
  width: 130px;
  height: 130px;
}
.section .itemwrap .itembox .icon.i04 {
  background: url("/layouts/kfac/external_document/img/people_noprofile.png") center/100% no-repeat;
  width: 130px;
  height: 130px;
}
.section .itemwrap .itembox .text {
  flex: 1;
  font-family: var(--textFont);
  letter-spacing: -0.5px;
  color: #333;
  background-color: #f5f5f5;
  border-radius: 15px;
  padding: 14px 18px;
  line-height: 1.6;
}
.section .itemwrap .itembox .text b {
  font-weight: 600;
  font-size: 16px;
  color: #333;
}
.section .itemwrap .itembox .text p {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  color: #555;
}
@media (max-width: 768px) {
  .section {
    margin-top: 10px;
  }
  .section .itemwrap .itembox {
    gap: 6px;
  }
  .section .itemwrap .itembox .icon.i01 {
    width: 70px;
    height: 70px;
  }
  .section .itemwrap .itembox .icon.i02 {
    width: 70px;
    height: 70px;
  }
  .section .itemwrap .itembox .icon.i03 {
    width: 70px;
    height: 70px;
  }
  .section .itemwrap .itembox .icon.i04 {
    width: 70px;
    height: 70px;
  }
  .section .itemwrap .itembox .text {
    border-radius: 10px;
    padding: 10px 12px;
  }
  .section .itemwrap .itembox .text b {
    font-size: 15px;
  }
  .section .itemwrap .itembox .text p {
    font-size: 14px;
    line-height: 1.5;
  }
}
/*# sourceMappingURL=bc519b0afb068a07541452f92748e9c0bb4cccab._people.scss.map */
