/* CSS Document */
.newsList .Img img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.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-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
.newsInfoBox .dateBox,
.newsInfoBox .classTitle {
  position: relative;
}
.newsInfoBox .date,
.newsInfoBox .classTitle {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  color: #666666;
}
@media (max-width: 1366px) {
  .newsInfoBox .date,
  .newsInfoBox .classTitle {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .newsInfoBox .date,
  .newsInfoBox .classTitle {
    font-size: 15px;
  }
}

.newsList {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem;
}
@media (max-width: 1366px) {
  .newsList {
    gap: 3rem 1.875rem;
  }
}
@media (max-width: 1180px) {
  .newsList {
    gap: 2rem 1.5rem;
  }
}
@media (max-width: 768px) {
  .newsList {
    gap: 2rem 1rem;
  }
}
.newsList .newsItem {
  position: relative;
  width: calc(33.3333333333% - 2rem);
}
@media (max-width: 1366px) {
  .newsList .newsItem {
    width: calc(33.3333333333% - 1.25rem);
  }
}
@media (max-width: 1180px) {
  .newsList .newsItem {
    width: calc(33.3333333333% - 1rem);
  }
}
@media (max-width: 991px) {
  .newsList .newsItem {
    width: calc(50% - 0.75rem);
  }
}
@media (max-width: 768px) {
  .newsList .newsItem {
    width: calc(50% - 0.5rem);
  }
}
@media (max-width: 575px) {
  .newsList .newsItem {
    width: 100%;
  }
}
.newsList .item {
  position: relative;
  border-radius: 30px;
  padding: 1.5rem;
  border: 1px solid #dddddd;
}
@media (max-width: 1180px) {
  .newsList .item {
    padding: 1rem;
  }
}
.newsList .Img {
  border-radius: 25px;
  overflow: hidden;
}
.newsList .Img a {
  display: block;
}
@media (min-width: 1181px) {
  .newsList .Img a:hover img {
    scale: 1.1;
  }
}
.newsList .Img img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: scale;
}
.newsList .Txt {
  position: relative;
  margin-top: 1.25rem;
}
@media (max-width: 1180px) {
  .newsList .Txt {
    padding: 0 0.625rem;
  }
}
@media (max-width: 768px) {
  .newsList .Txt {
    padding: 0 0.5rem;
    margin-top: 1rem;
  }
}
.newsList .Txt .title {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: #333333;
}
@media (max-width: 1180px) {
  .newsList .Txt .title {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .newsList .Txt .title {
    font-size: 20px;
  }
}
@media (max-width: 375px) {
  .newsList .Txt .title {
    font-size: 18px;
  }
}
.newsList .Txt .title a {
  display: block;
  color: inherit;
}
@media (min-width: 1181px) {
  .newsList .Txt .title a:hover {
    color: #e9ca49;
  }
}
.newsList .Txt .text {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: #666666;
  margin-top: 0.625rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 51px;
}
@media (max-width: 1366px) {
  .newsList .Txt .text {
    font-size: 16px;
    height: 48px;
  }
}
@media (max-width: 768px) {
  .newsList .Txt .text {
    font-size: 15px;
    height: 45px;
  }
}
.newsList .newsInfoBox {
  border-top: 1px solid #dddddd;
  padding-top: 1rem;
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .newsList .newsInfoBox {
    padding-top: 0.625rem;
    margin-top: 1rem;
  }
}

.insPage .contentBox .newsInfoBox {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 1rem;
}
/*# sourceMappingURL=ib_news_000.css.map */