/* CSS Document */
.design_ne-001 .newsList .newsItem .Txt .title, .design_ne-001 .newsList .newsItem .Img img, .design_ne-001 .newsList .newsItem .classTitle, .design_ne-007 .newsList .item .classTitle, .design_ne-007 .newsList .item .Img img:not(.noPic), .design_ne-007 .newsList .newsItem::after, .design_ne-007 .newsList .newsItem {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.mainArea.ins .dateBox {
  margin-right: 10px;
}

.newsInfoBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 10px;
}
.newsInfoBox .dateBox .date {
  font-weight: 500;
  color: #3b5998;
  line-height: 1;
}

.design_ne-007 .contentBox {
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.design_ne-007 .contentBox > .leftBox {
  width: 25%;
}
.design_ne-007 .contentBox > .rightBox {
  width: 75%;
}
@media (max-width: 1023px) {
  .design_ne-007 .contentBox > .leftBox {
    width: 100%;
  }
  .design_ne-007 .contentBox > .rightBox {
    width: 100%;
    padding-left: 0px;
  }
}
.design_ne-007 .newsList .newsItem {
  padding: 15px;
  position: relative;
}
@media (min-width: 1201px) {
  .design_ne-007 .newsList .newsItem:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  .design_ne-007 .newsList .newsItem:hover::after {
    content: "";
    position: absolute;
    opacity: 1;
  }
}
.design_ne-007 .newsList .newsItem::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  left: 0;
  top: 0;
  background-color: #f8f7f7;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  opacity: 0;
  z-index: -1;
}
.design_ne-007 .newsList .item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 160px;
  position: relative;
}
@media (max-width: 640px) {
  .design_ne-007 .newsList .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1201px) {
  .design_ne-007 .newsList .item:hover .classTitle {
    border-color: #e9aa09;
    background-color: #e9aa09;
    color: #fff;
  }
}
.design_ne-007 .newsList .item .Img {
  width: 250px;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
  font-size: 0;
}
@media (max-width: 640px) {
  .design_ne-007 .newsList .item .Img {
    display: none;
  }
}
.design_ne-007 .newsList .item .Img a {
  display: block;
  max-width: 100%;
  height: 100%;
}
.design_ne-007 .newsList .item .Img img:not(.noPic) {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.design_ne-007 .newsList .item .Txt {
  margin-left: 50px;
  height: 100%;
  width: calc(100% - 250px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 1180px) {
  .design_ne-007 .newsList .item .Txt {
    margin-left: 30px;
  }
}
@media (max-width: 640px) {
  .design_ne-007 .newsList .item .Txt {
    margin-left: 0;
    width: 100%;
  }
}
.design_ne-007 .newsList .item .dateBox {
  padding: 20px 25px 20px 0;
  border-right: 1px solid #e0e0e0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #3b5998;
}
@media (max-width: 640px) {
  .design_ne-007 .newsList .item .dateBox {
    display: none;
  }
}
.design_ne-007 .newsList .item .dateBox .year {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0px;
}
.design_ne-007 .newsList .item .dateBox .date {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -1.5px;
}
.design_ne-007 .newsList .item .textBox {
  padding-left: 25px;
}
.design_ne-007 .newsList .item .textBox .textTopBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 640px) {
  .design_ne-007 .newsList .item .textBox .textTopBox {
    margin-bottom: 10px;
  }
}
.design_ne-007 .newsList .item .textBox .mobileDateBox {
  color: #3b5998;
  font-weight: 500;
}
@media (min-width: 641px) {
  .design_ne-007 .newsList .item .textBox .mobileDateBox {
    display: none;
  }
}
@media (max-width: 640px) {
  .design_ne-007 .newsList .item .textBox {
    padding-left: 0;
  }
}
.design_ne-007 .newsList .item .classTitle {
  color: #3b5998;
  font-size: 12px;
  font-weight: 500;
  border-radius: 12px;
  padding: 5px 10px;
  border: 1px solid #3b5998;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
  letter-spacing: 0.6px;
}
@media (max-width: 640px) {
  .design_ne-007 .newsList .item .classTitle {
    margin-right: 10px;
    margin-bottom: 0;
  }
}
.design_ne-007 .newsList .item .title {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 10px;
  letter-spacing: 1.5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.design_ne-007 .newsList .item .title, .design_ne-007 .newsList .item .title a {
  color: #5a5a5a;
}
@media (min-width: 1201px) {
  .design_ne-007 .newsList .item .title:hover, .design_ne-007 .newsList .item .title a:hover {
    color: #3b5998;
  }
}
.design_ne-007 .newsList .item .title a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media (max-width: 1180px) {
  .design_ne-007 .newsList .item .title {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .design_ne-007 .newsList .item .title {
    font-size: 14px;
  }
}
.design_ne-007 .newsList .item .text {
  font-size: 15px;
  color: #999999;
  letter-spacing: 1.5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 640px) {
  .design_ne-007 .newsList .item .text {
    font-size: 14px;
  }
}

.design_ne-001 .newsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
.design_ne-001 .newsList .newsItem {
  width: 33.3333333333%;
  padding: 0 15px 37px;
}
@media (max-width: 1023px) {
  .design_ne-001 .newsList .newsItem {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .design_ne-001 .newsList .newsItem {
    width: 100%;
  }
}
@media (min-width: 1201px) {
  .design_ne-001 .newsList .newsItem:hover .title {
    color: #3b5998;
  }
  .design_ne-001 .newsList .newsItem:hover .Img img {
    scale: 1.1;
  }
}
.design_ne-001 .newsList .newsItem .dateBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #3b5998;
  margin-bottom: 10px;
}
.design_ne-001 .newsList .newsItem .date {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.7px;
}
.design_ne-001 .newsList .newsItem .classTitle {
  color: #3b5998;
  font-size: 12px;
  font-weight: 500;
  border-radius: 12px;
  padding: 5px 10px;
  border: 1px solid #3b5998;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
  letter-spacing: 0.6px;
}
.design_ne-001 .newsList .newsItem .Img {
  overflow: hidden;
}
.design_ne-001 .newsList .newsItem .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.design_ne-001 .newsList .newsItem .Txt {
  border: 1px solid #e0e0e0;
  padding: 10px 15px;
}
.design_ne-001 .newsList .newsItem .Txt .title {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 10px;
  letter-spacing: 1.5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.design_ne-001 .newsList .newsItem .Txt .text {
  font-size: 14px;
  color: #999999;
  height: 60px;
  letter-spacing: 1.4px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.design_ne-001 .newsList .newsItem .Txt .newsInfoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.design_ne-001 .pageBox .pageList.number {
  border: none;
  padding: 21px 0;
}
.design_ne-001 .pageBox .pageList.number li {
  margin: 5px 18px 5px 20px;
}
@media (max-width: 767px) {
  .design_ne-001 .pageBox .pageList.number li {
    margin: 5px;
  }
}
.design_ne-001 .pageBox .pageList.number a {
  border: none;
  padding: 0 5px;
}
.design_ne-001 .pageBox .pageList.number a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #000;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  margin-top: -2px;
}
@media (min-width: 1201px) {
  .design_ne-001 .pageBox .pageList.number a:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #000;
  }
  .design_ne-001 .pageBox .pageList.number a:hover::after {
    width: 100%;
  }
}
.design_ne-001 .pageBox .pageList.number a.current {
  background-color: rgba(0, 0, 0, 0);
  color: #000;
}
.design_ne-001 .pageBox .pageList.number a.current::after {
  width: 100%;
}
.design_ne-001 .pageBox .pageList.number a.prevBtn::before, .design_ne-001 .pageBox .pageList.number a.nextBtn::before {
  width: 8px;
  height: 8px;
}
@media (min-width: 1201px) {
  .design_ne-001 .pageBox .pageList.number a.prevBtn:hover::before, .design_ne-001 .pageBox .pageList.number a.nextBtn:hover::before {
    border-color: #000;
  }
}
.design_ne-001 .pageBox .pageList.number a.firstBtn::after, .design_ne-001 .pageBox .pageList.number a.prevBtn::after, .design_ne-001 .pageBox .pageList.number a.nextBtn::after, .design_ne-001 .pageBox .pageList.number a.lastBtn::after {
  display: none;
}
@media (min-width: 1201px) {
  .design_ne-001 .pageBox .pageList.number a.firstBtn:hover::before, .design_ne-001 .pageBox .pageList.number a.prevBtn:hover::before, .design_ne-001 .pageBox .pageList.number a.nextBtn:hover::before, .design_ne-001 .pageBox .pageList.number a.lastBtn:hover::before {
    border-color: #000;
  }
}