/* CSS Document */
.design_ne-006 .newsList .Txt .text, .design_ne-006 .newsList .Txt .newsInfoBox, .Img.imh_opacity {
  transition: all 0.5s;
}

img {
  width: 100%;
  display: block;
  height: auto;
}

.Img.imh_opacity {
  background-color: transparent;
}
@media (min-width: 1201px) {
  .Img.imh_opacity:hover {
    background-color: #243269;
  }
}

.design_ne-006 {
  padding: 66px 0;
}
.design_ne-006 .contentBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.design_ne-006 .contentBox > .leftBox {
  width: 25%;
  padding-right: 50px;
}
.design_ne-006 .contentBox > .rightBox {
  width: 75%;
}
@media (max-width: 1280px) {
  .design_ne-006 .contentBox .leftBox {
    width: 30%;
    padding-right: 25px;
  }
  .design_ne-006 .contentBox > .rightBox {
    width: 70%;
  }
}
@media (max-width: 1023px) {
  .design_ne-006 .contentBox > .leftBox {
    width: 100%;
    padding: 0;
  }
  .design_ne-006 .contentBox > .rightBox {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .design_ne-006 .classBoxColumn .classLink a {
    width: 100%;
    font-size: 16px;
    position: relative;
    color: #000;
    letter-spacing: 0;
    text-align: center;
  }
}
@media (min-width: 1024px) and (min-width: 1201px) {
  .design_ne-006 .classBoxColumn .classLink a:hover {
    background-color: #243269;
    color: #fff;
  }
}
@media (min-width: 1024px) {
  .design_ne-006 .classBoxColumn .classLink a.current {
    background-color: #243269;
    color: #fff;
  }
}
.design_ne-006 .newsList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.design_ne-006 .newsList .newsItem {
  width: 33.3333333333%;
  padding: 0 10px 24px;
}
@media (max-width: 1023px) {
  .design_ne-006 .newsList .newsItem {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .design_ne-006 .newsList .newsItem {
    width: 100%;
  }
}
.design_ne-006 .newsList .Txt {
  padding: 8px 0px;
}
.design_ne-006 .newsList .Txt .newsInfoBox {
  color: #b6b6b6;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-size: 12px;
  margin-bottom: 9px;
  letter-spacing: 0.2px;
}
.design_ne-006 .newsList .Txt .title {
  font-size: 18px;
  margin-bottom: 8px;
}
.design_ne-006 .newsList .Txt .text {
  font-size: 14px;
  line-height: 1.77;
  margin-bottom: 23px;
  height: 57px;
}
.design_ne-006 .newsList .btnBox .btn {
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 40px;
  border-radius: 20px;
  padding: 0 33px;
}
.design_ne-006 .newsList .btnBox .btn .arrow {
  position: static;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}