/* CSS Document */
/* home(ib_carousel_048) */
.titleBox {
  text-align: start;
}

.ib_news_003 .newsInfoBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 10px;
}
.ib_news_003 .newsInfoBox .dateBox {
  display: flex;
  align-items: flex-end;
  padding: 15px 0 5px;
}
.ib_news_003 .newsInfoBox .dateBox .day {
  font-size: 45px;
  font-weight: 800;
  color: #2CAFFF;
  line-height: 1;
}
.ib_news_003 .newsInfoBox .dateBox .yearMonth {
  font-weight: 800;
  color: #202020;
  padding-left: 15px;
  text-transform: uppercase;
}
.ib_news_003 .newsInfoBox .dateBox,
.ib_news_003 .newsInfoBox .classTitle {
  padding: 5px 0;
}
.ib_news_003 .newsInfoBox .classTitle {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 5px 0;
}
.ib_news_003 .newsList {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.ib_news_003 .newsList .newsItem {
  width: 100%;
  padding: 0 15px 30px;
}
.ib_news_003 .newsList .newsItem:nth-child(even) .item {
  flex-direction: row-reverse;
}
.ib_news_003 .newsList .newsItem:nth-child(even) .Img {
  margin: 0 0 0 10px;
}
.ib_news_003 .newsList .newsItem:nth-child(even) .Txt {
  padding: 15px 15px 15px 0;
}
.ib_news_003 .newsList .item {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0px;
}
.ib_news_003 .newsList .Img {
  display: flex;
  align-items: center;
  width: 40%;
  margin: 0 10px 0 0;
  aspect-ratio: 1/0.7;
}
.ib_news_003 .newsList .Img img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ib_news_003 .newsList .Txt {
  flex: 1;
  padding: 15px 0 15px 15px;
  overflow: hidden;
}
.ib_news_003 .newsList .Txt .title a {
  display: block;
  font-size: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1180px) {
  .ib_news_003 .newsList .Txt .title a {
    font-size: 22px;
  }
}
.ib_news_003 .newsList .Txt .text {
  color: #555;
  font-size: 16px;
  padding-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1180px) {
  .ib_news_003 .newsList .Txt .text {
    font-size: 15px;
    -webkit-line-clamp: 3;
  }
}
@media (max-width: 768px) {
  .ib_news_003 .newsList .Txt .text {
    -webkit-line-clamp: 2;
  }
}

.shareBox {
  float: right;
}
.shareBox .btn-fb {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.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: 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) {
  .shareBox .back:hover {
    background: #398cb1;
  }
}