/* CSS Document */
img {
  width: 100%;
  display: block;
  height: auto;
}

.design_ne-002 {
  padding: 62px 0;
}
.design_ne-002 .wrap {
  max-width: 1315px;
}
.design_ne-002 .wrap .newsList .newsItem {
  border-bottom: 1px solid #a9a9a9;
  margin-bottom: 12px;
}
.design_ne-002 .wrap .newsList .Txt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}
.design_ne-002 .wrap .newsList .Txt .textBox {
  width: calc(100% - 160px);
  padding-right: 40px;
}
@media (max-width: 640px) {
  .design_ne-002 .wrap .newsList .Txt .textBox {
    width: 100%;
    padding-right: 0;
  }
}
.design_ne-002 .wrap .newsList .Txt .textBox .newsInfoBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 12px;
  margin-bottom: 8px;
  letter-spacing: 0.2px;
}
.design_ne-002 .wrap .newsList .Txt .textBox .newsInfoBox .dateBox {
  margin-right: 3px;
}
.design_ne-002 .wrap .newsList .Txt .textBox .title {
  font-size: 18px;
  margin-bottom: 8px;
}
.design_ne-002 .wrap .newsList .Txt .textBox .text {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 23px;
  height: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}