@charset "utf-8";

#inc03 {
  background: url(../../../images/coopbg.jpg) no-repeat center center;
}

#inc03 .cont_wrap {
  position: relative;
  margin: 0 auto;
  padding: 100px 70px;
  display: flex;
  column-gap: 6%;
}
/* title */
#inc03 .tit {
  padding-bottom: 50px;
  font-size: 30px;
  line-height: 1.3;
  color: #222;
  font-family: "notokr-bold";
}
#inc03 .tit span {
  color: var(--primary);
}
#inc03 .slipbox {
  display: flex;
  flex-direction: column;
  /*justify-content: space-between;*/
  align-items: flex-start;
  column-gap: 6%;
  width: 100%;
}

#inc03 ul {
  width: 100%;
  display: flex;
  column-gap: 6%;
  position: relative;
}

#inc03 ul li {
  /*margin-top: 90px*/
  width: 50%;
  position: relative;
}

#inc03 ul li + li::before {
  content: "";
  width: 1px;
  height: 81px;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: -7%;
  top: 70px;
}

#inc03 ul li .e_tit {
  font-size: 25px;
  font-weight: 700;
  color: #222;
  letter-spacing: 0;
  font-family: "Poppins";
  word-wrap: break-word;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#inc03 ul li .e_tit span {
  margin-right: 15px;
  font-size: 15px;
  color: var(--primary);
  vertical-align: 3px;
}
#inc03 ul li div {
  padding: 20px 0 0 30px;
  word-wrap: break-word;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#inc03 .img_area {
  /*  position: absolute;
  bottom: -85px;
  right: 0;
  z-index: 1
    width: 54%;
    */
}
#inc03 .img_area img {
  width: 100%;
  border-radius: 30px;
}
