.hero {
  background: url("/layouts/kfac/img/ma_img.png") center/cover no-repeat;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
}
.hero h1 {
  font-family: var(--textFont);
  font-size: 32px;
}
.section {
  max-width: 100%;
  margin-top: 60px;
  padding: 0;
}
.section h2 {
  font-family: var(--textFont);
  font-size: 24px;
  color: var(--bodyColor);
  margin-bottom: 20px;
}
.section .itemwrap {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 40px 0 30px 0;
}
.section .itemwrap .itembox {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.section .itemwrap .itembox .icon {
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  border-radius: 50%;
  font-size: 28px;
  color: #005BAC;
  opacity: 0.8;
}
.section .itemwrap .itembox .icon.i01 {
  background: url("/layouts/kfac/img/icon_un.png") center/50% no-repeat;
  width: 130px;
  height: 130px;
}
.section .itemwrap .itembox .icon.i02 {
  background: url("/layouts/kfac/img/icon_rs.png") center/50% no-repeat;
  width: 130px;
  height: 130px;
}
.section .itemwrap .itembox .icon.i03 {
  background: url("/layouts/kfac/img/icon_fa.png") center/50% no-repeat;
  width: 130px;
  height: 130px;
}
.section .itemwrap .itembox .icon.i04 {
  background: url("/layouts/kfac/img/icon_pe.png") center/50% no-repeat;
  width: 130px;
  height: 130px;
}
.section .itemwrap .itembox .text {
  flex: 1;
  font-family: var(--textFont);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.5px;
  color: #333;
}
.section .itemwrap .itembox .text h3 {
  font-size: 18px;
  color: #333;
  margin-bottom: 5px;
}
.section .itemwrap .itembox .text p {
  line-height: 1.4;
  color: #555;
}
.section .principles {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 60px;
  font-family: var(--textFont);
}
.section .principles .principle {
  display: flex;
  justify-content: space-between;
  font-family: var(--textFont);
  gap: 0;
}
.section .principles .principle p:first-child {
  width: 118px;
  padding-top: 16px;
  font-weight: 500;
  font-size: 18px;
  color: #BD9213;
  letter-spacing: -0.5px;
}
.section .principles .principle p:last-child {
  padding: 14px 20px;
  flex: 1;
  color: #333;
  margin-left: 20px;
  background-color: #f5f5f5;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: -0.5px;
}
.section .info-card {
  padding-top: 30px;
  margin-top: 60px;
  font-family: var(--textFont);
  border-top: 1px solid #ddd;
}
.section .info-card h2 {
  font-family: var(--textFont);
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 20px;
  color: var(--bodyColor);
}
.section .info-card .info-item {
  margin-bottom: 15px;
  font-size: 15px;
}
.section .info-card .info-item strong {
  display: inline-block;
  width: 50px;
  font-weight: 700;
  color: #555;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .hero {
    height: 180px;
  }
  .hero h1 {
    font-size: 20px;
    padding: 20px;
    border-radius: 8px;
  }
  .section {
    margin-top: 50px;
  }
  .section h2 {
    font-size: 20px;
    margin-bottom: 0;
  }
  .section .itemwrap {
    margin: 20px 0 15px 0;
  }
  .section .itemwrap .itembox .icon.i01 {
    width: 110px;
    height: 110px;
  }
  .section .itemwrap .itembox .icon.i02 {
    width: 110px;
    height: 110px;
  }
  .section .itemwrap .itembox .icon.i03 {
    width: 110px;
    height: 110px;
  }
  .section .itemwrap .itembox .icon.i04 {
    width: 110px;
    height: 110px;
  }
  .section .principles {
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
  }
  .section .principles .principle {
    flex-direction: column;
    gap: 10px;
  }
  .section .principles .principle p:first-child {
    width: 100%;
    font-size: 17px;
  }
  .section .principles .principle p:last-child {
    padding: 10px 16px;
    margin-left: 0;
    font-size: 15px;
    line-height: 1.7;
  }
  .section .info-card {
    padding-top: 20px;
    margin-top: 50px;
  }
  .section .info-card h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .section .info-card .info-item {
    margin-bottom: 15px;
    font-size: 15px;
  }
  .section .info-card .info-item strong {
    line-height: 1.5;
  }
}
/*# sourceMappingURL=bc519b0afb068a07541452f92748e9c0bb4cccab._management.scss.map */
