/* CSS Document */
.ib_news_004 .newsList .title, .ib_news_004 .newsList .Img img, .ib_news_004 .newsList .item {
  -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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding-bottom: 10px;
}
.newsInfoBox .classTitle {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.035em;
  line-height: 1.5;
  background-color: #ffe100;
  color: #000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 20px;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .newsInfoBox .classTitle {
    font-size: 13px;
  }
}
.newsInfoBox .dateBox {
  position: relative;
  font-family: "Poppins", sans-serif;
}
.newsInfoBox .dateBox .date {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: #8b8b8b;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .newsInfoBox .dateBox .date {
    font-size: 13px;
  }
}

.ib_news_004 .newsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 48px 84px;
  margin-bottom: 64px;
}
@media (max-width: 1366px) {
  .ib_news_004 .newsList {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
}
@media (max-width: 1180px) {
  .ib_news_004 .newsList {
    -webkit-column-gap: 48px;
       -moz-column-gap: 48px;
            column-gap: 48px;
  }
}
@media (max-width: 991px) {
  .ib_news_004 .newsList {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media (max-width: 768px) {
  .ib_news_004 .newsList {
    row-gap: 32px;
  }
}
.ib_news_004 .newsList .newsItem {
  width: calc(33.3333333333% - 56px);
}
@media (max-width: 1366px) {
  .ib_news_004 .newsList .newsItem {
    width: calc(33.3333333333% - 40px);
  }
}
@media (max-width: 1180px) {
  .ib_news_004 .newsList .newsItem {
    width: calc(33.3333333333% - 32px);
  }
}
@media (max-width: 991px) {
  .ib_news_004 .newsList .newsItem {
    width: calc(33.3333333333% - 20px);
  }
}
@media (max-width: 850px) {
  .ib_news_004 .newsList .newsItem {
    width: calc(50% - 15px);
  }
}
@media (max-width: 575px) {
  .ib_news_004 .newsList .newsItem {
    width: 100%;
  }
}
.ib_news_004 .newsList .item {
  position: relative;
  padding: 10px 12px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 10px 40px 0px rgba(21, 21, 21, 0.08);
          box-shadow: 0px 10px 40px 0px rgba(21, 21, 21, 0.08);
  cursor: pointer;
}
@media (max-width: 1180px) {
  .ib_news_004 .newsList .item {
    padding: 8px 10px 36px;
  }
}
@media (min-width: 1181px) {
  .ib_news_004 .newsList .item:has(.linkWrap):hover {
    translate: 0 -20px;
  }
  .ib_news_004 .newsList .item:has(.linkWrap):hover .Img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .ib_news_004 .newsList .item:has(.linkWrap):hover .title {
    color: #ffe100;
  }
}
.ib_news_004 .newsList .Img {
  border-radius: 20px;
  overflow: clip;
  position: relative;
}
.ib_news_004 .newsList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
}
.ib_news_004 .newsList .classTitle {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.035em;
  line-height: 1.5;
  background-color: #ffe100;
  color: #000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 20px;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .ib_news_004 .newsList .classTitle {
    font-size: 13px;
  }
}
.ib_news_004 .newsList .Txt {
  position: relative;
  padding: 30px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
@media (max-width: 1366px) {
  .ib_news_004 .newsList .Txt {
    padding: 16px 8px 0;
  }
}
.ib_news_004 .newsList .dateBox {
  font-family: "Poppins", sans-serif;
}
.ib_news_004 .newsList .dateBox .date {
  color: #ffe100;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.8px;
  line-height: 1;
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 1180px) {
  .ib_news_004 .newsList .dateBox .date {
    font-size: 32px;
  }
}
.ib_news_004 .newsList .dateBox .MY {
  color: #bfbfbf;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 1180px) {
  .ib_news_004 .newsList .dateBox .MY {
    font-size: 13px;
  }
}
.ib_news_004 .newsList .title {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.7;
  height: 65px;
}
.ib_news_004 .newsList .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.insPage .newsInfoBox {
  margin-bottom: 8px;
}