/* CSS Document */
.ib_news_000 .newsList .Txt .title a, .ib_news_000 .newsList .Txt, .ib_news_000 .newsList .Img, .ib_news_000 .newsInfoBox .newsInfoBox {
  -webkit-transition: all 0.5s cubic-bezier(0, 0.55, 0.45, 1);
  transition: all 0.5s cubic-bezier(0, 0.55, 0.45, 1);
}

.contentBox {
  padding: 60px 0;
}

.ib_news_000 .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;
}
.ib_news_000 .newsInfoBox .dateBox,
.ib_news_000 .newsInfoBox .classTitle {
  padding: 5px 0;
}
.ib_news_000 .newsInfoBox .dateBox .date {
  line-height: 1;
}
.ib_news_000 .newsInfoBox .newsInfoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #333;
}
.ib_news_000 .newsInfoBox .classTitle {
  font-size: 14px;
  line-height: 1;
}
.ib_news_000 .newsList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 33.33% 30px 33.33% 30px 33.33%;
  grid-template-columns: repeat(3, 33.33%);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 30px;
}
.ib_news_000 .newsList > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.ib_news_000 .newsList > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.ib_news_000 .newsList > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
@media (max-width: 1180px) {
  .ib_news_000 .newsList {
    -ms-grid-columns: (50%)[2];
    grid-template-columns: repeat(2, 50%);
  }
}
@media (max-width: 820px) {
  .ib_news_000 .newsList {
    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_000 .newsList .newsItem {
  position: relative;
}
@media (min-width: 1181px) {
  .ib_news_000 .newsList .newsItem:hover .Txt {
    background-color: transparent;
  }
  .ib_news_000 .newsList .newsItem:hover .Txt .newsInfoBox,
  .ib_news_000 .newsList .newsItem:hover .Txt .title,
  .ib_news_000 .newsList .newsItem:hover .Txt .text,
  .ib_news_000 .newsList .newsItem:hover .Txt a {
    color: #fff;
  }
  .ib_news_000 .newsList .newsItem:hover .Img {
    opacity: 1;
  }
  .ib_news_000 .newsList .newsItem:hover:not(:has(.Img)) .Txt {
    background-color: #333;
  }
}
.ib_news_000 .newsList .newsItem:not(:has(.Img)) .Txt {
  position: relative;
  background-color: #ededed;
  opacity: 1;
  aspect-ratio: 540/310;
}
.ib_news_000 .newsList .Img {
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-filter: brightness(0.65);
          filter: brightness(0.65);
  opacity: 0;
}
.ib_news_000 .newsList .Img img {
  aspect-ratio: 540/310;
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.ib_news_000 .newsList .Txt {
  background-color: #ededed;
  padding: 15px;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.ib_news_000 .newsList .Txt .title a {
  display: block;
  font-size: 20px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1180px) {
  .ib_news_000 .newsList .Txt .title a {
    font-size: 22px;
  }
}
.ib_news_000 .newsList .Txt .title a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.ib_news_000 .newsList .Txt .text {
  color: #333;
  padding-top: 10px;
  position: relative;
  pointer-events: none;
  height: 55px;
  letter-spacing: 0.64px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .ib_news_000 .newsList .Txt .text {
    font-size: 14px;
  }
}
.ib_news_000 .newsList .Txt .viewMoreBox {
  margin-top: 20px;
  padding: 20px 0;
  border-top: 1px solid #ccc;
  font-size: 12px;
}
.ib_news_000 .shareBox {
  float: right;
}
.ib_news_000 .shareBox .btn-fb {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.ib_news_000 .shareBox .back {
  display: inline-block;
  vertical-align: middle;
  padding: 3px 5px;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  background: rgb(174, 66, 51);
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(174, 66, 51)), to(rgb(196, 76, 76)));
  background: linear-gradient(to bottom, rgb(174, 66, 51) 0%, rgb(196, 76, 76) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ae4233", endColorstr="#c44c4c", GradientType=0);
  /* IE6-9 */
  cursor: pointer;
}
@media (min-width: 1181px) {
  .ib_news_000 .shareBox .back:hover {
    background: #398cb1;
  }
}

.sideDataArea .sideDataList {
  margin: 0;
  padding-bottom: 60px;
}
/*# sourceMappingURL=ib_news_000.css.map */