/*sub*/
.sub {
  overflow: hidden;
  padding-top: 100px;
  background: url(/img/bg.jpg) no-repeat center / cover;
}
.sub .inner {
  max-width: 1440px;
  padding: 0;
}
.sub_title {
  font-size: 54px;
  font-weight: 700;
  position: relative;
  line-height: 1.5em;
  margin: 0 0 35px;
  color: #fff;
}
/********* 회사소개 **********/
.sub_about {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.sub_about_cont {
  height: calc(100% - 100px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sub_about_cont .txt {
  padding-right: 100px;
}
.sub_about_cont p {
  font-size: 18px;
}
.sub_about_cont h3 {
  text-align: right;
  margin-top: 50px;
}
.sub_about_cont h3 img {
  width: 120px;
}
.sub_about_cont > img {
  border-radius: 10px;
  height: 70vh;
}
/********업무**********/
.sub_work {
  padding: 200px 0 150px;
}
.sub_work_cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: space-between;
  gap: 25px;
}
.sub_work_cont li {
  width: 23.5%;
  text-align: center;
}
.sub_work_cont li p {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
.sub_work_cont li img {
  border-radius: 10px;
}