/* CSS Document */
.ib_news_002 .newsList .Txt .newsBtn .btnArrow, .ib_news_002 .newsList .Txt .newsBtn .btnText, .ib_news_002 .newsList .Txt .newsBtn {
  -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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
  padding-bottom: 10px;
}
.newsInfoBox .dateBox, .newsInfoBox .classTitle {
  padding: 5px 0;
}
.newsInfoBox .dateBox .date {
  color: #999999;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.4px;
  line-height: 1;
}
.newsInfoBox .classTitle {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
  background: #00ada9;
  border-radius: 50px;
  padding: 5px 10px;
  color: #ffffff;
}
@media (max-width: 1180px) {
  .newsInfoBox .classTitle {
    font-size: 12px;
  }
}

.ib_news_002 .newsList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.ib_news_002 .newsList .newsItem {
  width: 100%;
  padding: 20px 25px;
}
.ib_news_002 .newsList .newsItem:not(:last-of-type) {
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 1180px) {
  .ib_news_002 .newsList .newsItem {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.ib_news_002 .newsList .Img {
  margin-bottom: 20px;
}
.ib_news_002 .newsList .Img img {
  max-width: 100%;
}
.ib_news_002 .newsList .Txt {
  position: relative;
  overflow: hidden;
}
.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 .Txt .newsBtn {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.3019607843);
  border: 0px solid transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 10px 15px;
}
@media (max-width: 1180px) {
  .ib_news_002 .newsList .Txt .newsBtn {
    position: relative;
    top: 0;
    -webkit-transform: translate(0);
            transform: translate(0);
    padding: 5px 10px;
    margin-top: 10px;
  }
}
@media (min-width: 1181px) {
  .ib_news_002 .newsList .Txt .newsBtn:hover {
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.3019607843);
  }
  .ib_news_002 .newsList .Txt .newsBtn:hover .btnText {
    color: rgba(0, 0, 0, 0.3019607843);
  }
  .ib_news_002 .newsList .Txt .newsBtn:hover .btnArrow {
    background: rgba(0, 0, 0, 0.3019607843);
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
.ib_news_002 .newsList .Txt .newsBtn div {
  display: inline-block;
}
.ib_news_002 .newsList .Txt .newsBtn .btnText {
  color: #ffffff;
  font-size: 14px;
  white-space: nowrap;
}
.ib_news_002 .newsList .Txt .newsBtn .btnArrow {
  width: 10px;
  height: 15px;
  clip-path: polygon(0 40%, 60% 40%, 60% 20%, 100% 50%, 60% 80%, 60% 60%, 0 60%);
  background: #ffffff;
}