/* CSS Document */
.ib_news_002 .newsList .Img img, .ib_news_002 .newsList .item {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.newsInfoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 5px;
  padding: 10px 0;
}
.newsInfoBox .dateBox {
  padding-right: 10px;
  color: #009de6;
}
.newsInfoBox .dateBox .date {
  font-weight: bold;
  text-transform: uppercase;
}
.newsInfoBox .classTitle {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 0px 15px;
  background-color: transparent;
  color: #009de6;
  border-radius: 0px;
  position: relative;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.newsInfoBox .classTitle::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  top: 50%;
  right: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ib_news_002 .newsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
.ib_news_002 .newsList .newsItem {
  width: 33.3333333333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  padding: 10px;
}
@media (max-width: 1180px) {
  .ib_news_002 .newsList .newsItem {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .ib_news_002 .newsList .newsItem {
    width: 100%;
  }
}
.ib_news_002 .newsList .item {
  position: relative;
}
@media (min-width: 1181px) {
  .ib_news_002 .newsList .item:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-filter: brightness(0.8);
            filter: brightness(0.8);
  }
}
.ib_news_002 .newsList .Img {
  border-radius: 20px;
  overflow: hidden;
}
.ib_news_002 .newsList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.ib_news_002 .newsList .Txt {
  padding: 10px 5px;
}
.ib_news_002 .newsList .Txt .title {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1.2;
  color: #000;
  margin-bottom: 5px;
  line-height: 25px;
  height: 60px;
}
.ib_news_002 .newsList .Txt .text {
  font-size: 18px;
  font-weight: 350;
  letter-spacing: 0px;
  line-height: 1.2;
  line-height: 20px;
  height: 40px;
}