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

.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: #5db9bf;
  color: #fff;
}

.ib_news_002 .titleBox .subtitle {
  font-size: 35px;
}
.ib_news_002 .titleBox .title {
  font-size: 35px;
  letter-spacing: 2.2px;
}
.ib_news_002 .newsList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ib_news_002 .newsList .newsItem {
  width: 100%;
  padding: 0 15px 30px;
  border-bottom: 1px solid #5db9bf;
  margin-bottom: 30px;
}
@media (max-width: 640px) {
  .ib_news_002 .newsList .newsItem {
    padding: 0 0 30px;
  }
}
.ib_news_002 .newsList .newsItem:last-child {
  border-bottom: none;
}
.ib_news_002 .newsList .newsItem:nth-child(odd) .Img {
  margin-right: 30px;
}
@media (max-width: 640px) {
  .ib_news_002 .newsList .newsItem:nth-child(odd) .Img {
    margin-right: 0px;
  }
}
.ib_news_002 .newsList .newsItem:nth-child(even) .Txt {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 640px) {
  .ib_news_002 .newsList .newsItem:nth-child(even) .Txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.ib_news_002 .newsList .newsItem:nth-child(even) .Img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 30px;
}
@media (max-width: 640px) {
  .ib_news_002 .newsList .newsItem:nth-child(even) .Img {
    margin-left: 0px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.ib_news_002 .newsList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0px;
}
@media (max-width: 640px) {
  .ib_news_002 .newsList .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0px;
  }
}
.ib_news_002 .newsList .Img {
  width: 35%;
}
@media (min-width: 1181px) {
  .ib_news_002 .newsList .Img:hover img {
    opacity: 0.8;
  }
}
@media (max-width: 640px) {
  .ib_news_002 .newsList .Img {
    width: 100%;
  }
}
.ib_news_002 .newsList .Img a {
  display: block;
  width: 100%;
}
.ib_news_002 .newsList .Img img {
  display: block;
  width: 100%;
}
.ib_news_002 .newsList .Txt {
  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;
  width: 65%;
  padding: 15px 0;
  overflow: hidden;
}
@media (max-width: 640px) {
  .ib_news_002 .newsList .Txt {
    width: 100%;
  }
}
.ib_news_002 .newsList .Txt .title {
  margin-bottom: 3px;
  font-size: 19px;
  font-weight: 400;
  color: #2f2f2f;
}
@media (max-width: 700px) {
  .ib_news_002 .newsList .Txt .title {
    font-size: 17px;
  }
}
.ib_news_002 .newsList .Txt .title a {
  display: inline-block;
  vertical-align: middle;
}
.ib_news_002 .newsList .Txt .text {
  margin-top: 7px;
  color: #666;
  line-height: 1.8;
  font-size: 15px;
  height: 60px;
}
.ib_news_002 .newsList .btnBox {
  margin-top: 20px;
}
@media (max-width: 450px) {
  .ib_news_002 .newsList .btnBox {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.ib_news_002 .newsList .btnBox .btn {
  padding: 15px 25px 15px 35px;
}
.ib_news_002 .newsList .btnBox .btn.hoverStyle {
  width: 200px;
  background-color: #5db9bf;
}