/* CSS Document */
.ib_news_000 .newsInfoBox {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ib_news_000 .newsInfoBox.ins {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 600px) {
  .ib_news_000 .newsInfoBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.ib_news_000 .newsInfoBox .dateBox,
.ib_news_000 .newsInfoBox .classTitle {
  padding: 5px 0;
}
.ib_news_000 .newsInfoBox .dateBox .date {
  line-height: 1;
  font-size: 50px;
  font-weight: 700;
  font-family: "Manrope", sans-serif;
  color: #131e63;
}
.ib_news_000 .newsInfoBox .dateBox .year {
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  text-align: center;
  color: #398cb1;
}
.ib_news_000 .newsInfoBox .classTitle {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.5px;
  white-space: nowrap;
  font-weight: 500;
  color: #15bed4;
}
.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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px -15px;
}
.ib_news_000 .newsList .newsItem {
  width: 100%;
  padding: 0 15px 30px;
}
.ib_news_000 .newsList .item {
  padding: 20px 0px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 1024px) {
  .ib_news_000 .newsList .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ib_news_000 .newsList .item::before {
  content: "";
  display: block;
  width: 80%;
  height: 100%;
  position: absolute;
  right: 0;
  border: 1px solid #928f8f;
  border-radius: 20px;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .ib_news_000 .newsList .item::before {
    width: 100%;
    height: 80%;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.ib_news_000 .newsList .Img {
  width: 50%;
  max-width: 650px;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .ib_news_000 .newsList .Img {
    width: 100%;
  }
}
.ib_news_000 .newsList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.ib_news_000 .newsList .TxtBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 600px) {
  .ib_news_000 .newsList .TxtBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ib_news_000 .newsList .Txt {
  padding: 30px 40px;
  overflow: hidden;
  width: 50%;
  border-radius: 15px;
}
@media (max-width: 1024px) {
  .ib_news_000 .newsList .Txt {
    width: 100%;
  }
}
.ib_news_000 .newsList .Txt .title a {
  text-align: left;
  display: block;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 1180px) {
  .ib_news_000 .newsList .Txt .title a {
    font-size: 18px;
  }
}
.ib_news_000 .newsList .Txt .text {
  color: #8B8B8B;
  font-size: 16px;
  padding-top: 20px;
}
@media (max-width: 1180px) {
  .ib_news_000 .newsList .Txt .text {
    font-size: 14px;
  }
}
.ib_news_000 .newsList .Txt .btnBox {
  margin-top: 50px;
}
.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;
  }
}

.sideShare {
  gap: 10px;
}