/* CSS Document */
.newsInfoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
}
.newsInfoBox .dateBox, .newsInfoBox .classTitle {
  padding: 5px 0;
}
.newsInfoBox .dateBox .date {
  line-height: 1;
}
.newsInfoBox .classTitle {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 5px 10px;
  background-color: #0196DC;
  color: #fff;
  border-radius: 50px;
}

.ib_news_002 .newsList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ib_news_002 .newsList .newsItem {
  width: 100%;
  margin-bottom: 60px;
}
.ib_news_002 .newsList .newsItem:nth-child(even) .item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 660px) {
  .ib_news_002 .newsList .newsItem {
    margin-bottom: 40px;
  }
}
.ib_news_002 .newsList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 50px;
}
@media (max-width: 1180px) {
  .ib_news_002 .newsList .item {
    gap: 30px;
  }
}
@media (max-width: 900px) {
  .ib_news_002 .newsList .item {
    gap: 24px;
  }
}
@media (max-width: 660px) {
  .ib_news_002 .newsList .item {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    gap: 20px;
  }
}
.ib_news_002 .newsList .Img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 46%;
          flex: 0 1 46%;
  max-width: 440px;
  min-width: 0;
  border-radius: 20px;
  overflow: hidden;
}
.ib_news_002 .newsList .Img a {
  display: block;
  width: 100%;
  height: 100%;
}
.ib_news_002 .newsList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 660px) {
  .ib_news_002 .newsList .Img {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: 100%;
    width: 100%;
    aspect-ratio: 4/3;
  }
}
.ib_news_002 .newsList .Txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  min-width: 0;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
}
@media (max-width: 660px) {
  .ib_news_002 .newsList .Txt {
    padding: 0;
  }
}
.ib_news_002 .newsList .Txt .newsInfoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 20px;
}
.ib_news_002 .newsList .Txt .newsInfoBox .dateBox {
  padding: 0;
}
.ib_news_002 .newsList .Txt .newsInfoBox .dateBox .date {
  line-height: 1;
  color: #0196DC;
}
.ib_news_002 .newsList .Txt .newsInfoBox .classTitle {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
  font-weight: 300;
  padding: 5px 10px;
  background-color: #0196DC;
  color: #fff;
  border-radius: 50px;
  margin-left: 10px;
}
.ib_news_002 .newsList .Txt .title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 12px;
}
.ib_news_002 .newsList .Txt .title a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
}
@media (max-width: 660px) {
  .ib_news_002 .newsList .Txt .title {
    font-size: 17px;
  }
}
.ib_news_002 .newsList .Txt .text {
  color: #666;
  line-height: 1.8;
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}