.introAllWrap {
  width: 100%;
  height: auto;
}
.introAllWrap .contentSection .contentMain .establishmentArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.introAllWrap .contentSection .contentMain .establishmentArea .leftArea {
  width: 50%;
}
.introAllWrap .contentSection .contentMain .establishmentArea .leftArea img {
  width: 100%;
  height: initial;
  border-radius: 15px;
}
.introAllWrap .contentSection .contentMain .establishmentArea .rightArea {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.introAllWrap .contentSection .contentMain .establishmentArea .rightArea span {
  font-weight: 700;
  font-size: 30px;
}
.introAllWrap .contentSection .contentMain .establishmentArea .rightArea p {
  color: #3d3d3d;
}
.introAllWrap .contentSection .contentMain .establishmentArea .rightArea ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
.introAllWrap .contentSection .contentMain .missionArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.introAllWrap .contentSection .contentMain .missionArea ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.introAllWrap .contentSection .contentMain .missionArea ul li {
  width: 400px;
  height: 440px;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 30px;
  position: relative;
  z-index: 0;
}
.introAllWrap .contentSection .contentMain .missionArea ul li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5215686275);
  z-index: 1;
  border-radius: 15px;
}
.introAllWrap .contentSection .contentMain .missionArea ul li.mission01 {
  background-image: url(../images/building-6806633.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 400px;
  height: 440px;
}
.introAllWrap .contentSection .contentMain .missionArea ul li.mission02 {
  background-image: url(../images/education.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 400px;
  height: 440px;
}
.introAllWrap .contentSection .contentMain .missionArea ul li.mission03 {
  background-image: url(../images/respona.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 400px;
  height: 440px;
}
.introAllWrap .contentSection .contentMain .missionArea ul li.mission04 {
  background-image: url(../images/socialEconomy.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 400px;
  height: 440px;
}
.introAllWrap .contentSection .contentMain .missionArea ul li .textArea {
  z-index: 2;
}
.introAllWrap .contentSection .contentMain .missionArea ul li .textArea h3 {
  font-weight: 600;
  font-size: 22px;
  color: #b9cbff;
  margin-bottom: 14px;
}
.introAllWrap .contentSection .contentMain .missionArea ul li .textArea p {
  color: #fff;
}
.introAllWrap .contentSection .contentMain .peopleArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}
.introAllWrap .contentSection .contentMain .peopleArea .bgDeco .leftLogo {
  content: "";
  position: absolute;
  width: 600;
  height: 600;
  top: 510px;
  left: -344px;
  z-index: -1;
  opacity: 0.1;
  display: none;
}
.introAllWrap .contentSection .contentMain .peopleArea .areaWrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
.introAllWrap .contentSection .contentMain .peopleArea .areaWrap .firstArea,
.introAllWrap .contentSection .contentMain .peopleArea .areaWrap .secondArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.introAllWrap .contentSection .contentMain .peopleArea .areaWrap h3 {
  font-weight: 600;
  font-size: 24px;
}
.introAllWrap .contentSection .contentMain .peopleArea .areaWrap .blueBox {
  width: 8px;
  height: 8px;
  background-color: #1b3b86;
  margin-top: 14px;
}
.introAllWrap .contentSection .contentMain .peopleArea .areaWrap .leftText {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}
.introAllWrap .contentSection .contentMain .peopleArea .areaWrap .rightText {
  -webkit-box-flex: 7;
      -ms-flex: 7;
          flex: 7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.introAllWrap .contentSection .contentMain .peopleArea .areaWrap .rightText .addInfo {
  font-weight: 500;
  font-size: 14px;
}
.introAllWrap .contentSection .contentMain .peopleArea .areaWrap .rightText ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #b2b2b2;
}
.introAllWrap .contentSection .contentMain .peopleArea .areaWrap .rightText ul li .positionBox {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.introAllWrap .contentSection .contentMain .peopleArea .areaWrap .rightText ul li .positionBox span {
  font-size: 14px;
  color: #b2b2b2;
}
.introAllWrap .contentSection .contentMain .peopleArea .areaWrap .rightText ul li .nameBoxWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 26px;
}
.introAllWrap .contentSection .contentMain .peopleArea .areaWrap .rightText ul li .nameBoxWrap .nameBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 4px;
}
.introAllWrap .contentSection .contentMain .peopleArea .areaWrap .rightText ul li .nameBoxWrap .nameBox .nameText {
  font-size: 22px;
  font-weight: 600;
}
.introAllWrap .contentSection .contentMain .peopleArea .areaWrap .rightText ul li .nameBoxWrap .nameBox .personalPosition {
  color: #3d3d3d;
  font-weight: 500;
}