.contIn_textwrap {
  position: relative;
  margin: 0 0 40px 0;
}
.contIn_text {
  height: 80px;
  overflow: hidden;
}
.more_contIn_text,
.more_contIn_text2 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 30px;
  padding-top: 60px;
  text-align: center;
  line-height: 30px;
  background: linear-gradient(
    180deg,
    rgb(255, 255, 255, 0) 0%,
    rgb(255, 255, 255, 1) 70%
  );
  cursor: pointer;
  transition: bottom 0.2s;
    font-size: 15px;
    color: #009c00;
font-weight: 700;
}