#openInnovation .contents:not(:last-child) {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  #openInnovation .contents:not(:last-child) {
    margin-bottom: 80px;
  }
}
#openInnovation h2 {
  margin-top: 40px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  #openInnovation h2 {
    margin-top: 80px;
  }
}
#openInnovation .btnGradation {
  margin-top: 20px;
}
#openInnovation .project .textBlock {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #openInnovation .project .textBlock {
    margin-bottom: 30px;
  }
}
#openInnovation .project .imgArea {
  margin-top: 20px;
}
@media (min-width: 768px) {
  #openInnovation .project .imgArea {
    margin-top: 0;
  }
}
#openInnovation .project .imgArea .side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #openInnovation .project .textImgSide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 768px) {
  #openInnovation .project .textImgSide > div {
    width: 48%;
  }
}
#openInnovation .project .listTitle {
  font-weight: bold;
  font-size: 16px;
  border-bottom: 2px solid transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(white)) padding-box, -webkit-gradient(linear, left top, right top, from(#5EA785), to(#46b2e7)) border-box;
  background: linear-gradient(white, white) padding-box, linear-gradient(to right, #5EA785, #46b2e7) border-box;
  padding-bottom: 4px;
  padding-left: 4px;
  text-indent: -1.5em;
  padding-left: 1.5em;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #openInnovation .project .listTitle {
    font-size: 18px;
  }
}
#openInnovation .project .listTitle::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 13px;
  background-image: url("/img/ace/open-innovation/icon_checkmark.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 4px;
}
#openInnovation .project ul {
  padding-left: 10px;
}
#openInnovation .project ul li {
  position: relative;
  padding-left: 20px;
}
#openInnovation .project ul li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 7.5px;
  width: 6px;
  height: 6px;
  background: #66B366;
}
@media (min-width: 768px) {
  #openInnovation .project ul li::before {
    top: 11.4px;
  }
}
#openInnovation .project ul li:not(:last-child) {
  margin-bottom: 10px;
}
#openInnovation .project ul li p {
  font-size: 14px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  #openInnovation .project ul li p {
    font-size: 16px;
    line-height: 1.8;
  }
}/*# sourceMappingURL=ace_open_innovation.css.map */