/* CSS Document */
@property --gradientColor-1 {
  syntax: "<color>";
  inherits: false;
  initial-value: #004a61;
}
@property --gradientColor-2 {
  syntax: "<color>";
  inherits: false;
  initial-value: #2ba9d1;
}
.ib_news_000 .newsList .Img img, .ib_news_000 .newsList .item {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.mainArea {
  padding: 100px 0;
}
@media (max-width: 1180px) {
  .mainArea {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .mainArea {
    padding: 60px 0;
  }
}

.ib_news_000 {
  overflow-x: clip;
}
.ib_news_000 .newsInfoBox {
  position: relative;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.ib_news_000 .newsInfoBox .dateBox {
  position: relative;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #444444;
}
@media (max-width: 1180px) {
  .ib_news_000 .newsInfoBox .dateBox {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .ib_news_000 .newsInfoBox .dateBox {
    font-size: 14px;
  }
}
.ib_news_000 .newsInfoBox .classTitle {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #444444;
}
@media (max-width: 1180px) {
  .ib_news_000 .newsInfoBox .classTitle {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .ib_news_000 .newsInfoBox .classTitle {
    font-size: 14px;
  }
}
.ib_news_000 .newsList {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  gap: 64px 42px;
}
@media (max-width: 1180px) {
  .ib_news_000 .newsList {
    gap: 48px 24px;
  }
}
@media (max-width: 991px) {
  .ib_news_000 .newsList {
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
}
@media (max-width: 768px) {
  .ib_news_000 .newsList {
    gap: 32px 24px;
  }
}
.ib_news_000 .newsList .newsItem {
  position: relative;
  width: calc(33.3333333333% - 28px);
}
@media (max-width: 1180px) {
  .ib_news_000 .newsList .newsItem {
    width: calc(33.3333333333% - 16px);
  }
}
@media (max-width: 991px) {
  .ib_news_000 .newsList .newsItem {
    width: calc(50% - 16px);
  }
}
@media (max-width: 768px) {
  .ib_news_000 .newsList .newsItem {
    width: calc(50% - 12px);
  }
}
@media (max-width: 575px) {
  .ib_news_000 .newsList .newsItem {
    width: 100%;
  }
}
.ib_news_000 .newsList .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  border-radius: 40px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 32px;
}
@media (max-width: 1180px) {
  .ib_news_000 .newsList .item {
    padding: 28px;
  }
}
@media (max-width: 768px) {
  .ib_news_000 .newsList .item {
    padding: 24px 20px;
    border-radius: 35px;
  }
}
@media (min-width: 1181px) {
  .ib_news_000 .newsList .item:has(.linkWrap):hover {
    translate: 0 -24px;
  }
  .ib_news_000 .newsList .item:has(.linkWrap):hover .Img img {
    scale: 1.1;
  }
}
.ib_news_000 .newsList .Img {
  overflow: clip;
  margin-bottom: 16px;
}
.ib_news_000 .newsList .Img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: scale;
}
.ib_news_000 .newsList .Txt {
  position: relative;
  width: 100%;
}
.ib_news_000 .newsList .Txt .textBox {
  position: relative;
}
.ib_news_000 .newsList .Txt .title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.35;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1180px) {
  .ib_news_000 .newsList .Txt .title {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .ib_news_000 .newsList .Txt .title {
    font-size: 16px;
  }
}
.ib_news_000 .newsList .Txt .text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #444444;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 70px;
  margin-top: 10px;
}
@media (max-width: 1180px) {
  .ib_news_000 .newsList .Txt .text {
    font-size: 15px;
    height: 65px;
  }
}
@media (max-width: 768px) {
  .ib_news_000 .newsList .Txt .text {
    font-size: 14px;
    height: 60px;
  }
}
.ib_news_000 .newsList .newsInfoBox {
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ced4dd;
}
@media (max-width: 1180px) {
  .ib_news_000 .newsList .newsInfoBox {
    margin-top: 16px;
    padding-top: 16px;
  }
}
@media (max-width: 768px) {
  .ib_news_000 .newsList .newsInfoBox {
    margin-top: 10px;
    padding-top: 10px;
  }
}
.ib_news_000 .newsList .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.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;
  }
}

.contentBox.ins {
  position: relative;
}
.contentBox.ins .newsInfoBox {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 16px;
}
@media (max-width: 1180px) {
  .contentBox.ins .newsInfoBox {
    margin-bottom: 8px;
  }
}
/*# sourceMappingURL=ib_news_000.css.map */