/* CSS Document */
.articlesList .Txt .text, .articlesList .Txt .title, .articlesList .Txt .articlesInfoBox .date, .articlesList .Txt .articlesInfoBox .classTitle, .articlesList .ImgMask, .articlesList .item, .newsList .Txt .arrBtn::before, .newsList .Txt .title, .ib_news_000 .newsInfoBox .classTitle {
  transition: all 0.5s ease-in-out;
}

.ib_news_000 .newsInfoBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 10px;
}
.ib_news_000 .newsInfoBox .dateBox, .ib_news_000 .newsInfoBox .classTitle {
  padding: 5px 0;
}
.ib_news_000 .newsInfoBox .dateBox .date {
  line-height: 1;
}
.ib_news_000 .newsInfoBox .classTitle {
  background-color: #1A3A5F;
  border-radius: 25px;
  padding: 5px 23px;
  color: white;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
}

.newsList .newsItem {
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid #B1B1B1;
  margin-bottom: 24px;
}
@media (min-width: 1181px) {
  .newsList .newsItem:hover .Txt .title {
    color: #1A3A5F;
  }
  .newsList .newsItem:hover .arrBtn::before {
    opacity: 0;
  }
}
.newsList .linkWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.newsList .newsInfoBox {
  display: flex;
  align-items: center;
}
.newsList .newsInfoBox .classTitle {
  background-color: #1A3A5F;
  border-radius: 25px;
  padding: 5px 23px;
  color: white;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
}
.newsList .newsInfoBox .date {
  margin-left: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #767676;
}
.newsList .Txt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.newsList .Txt .textBox {
  padding-right: 60px;
}
.newsList .Txt .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #333333;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.newsList .Txt .text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  position: relative;
  margin-top: 5px;
  color: #4C4C4C;
  letter-spacing: 0.4px;
}
.newsList .Txt .arrBtn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1A3A5F;
}
.newsList .Txt .arrBtn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: linear-gradient(135deg, #0072BF 0%, #0072BF 30%, #5BB8E0 100%);
  z-index: 0;
}
.newsList .Txt .arrBtn img {
  position: relative;
  z-index: 1;
  width: 14px;
}

.articlesList {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
@media (max-width: 1180px) {
  .articlesList {
    margin: 0 -15px;
  }
}
.articlesList .articlesItem {
  width: 33.3333333333%;
  position: relative;
  padding: 0px 5px 10px;
}
@media (max-width: 1180px) {
  .articlesList .articlesItem {
    padding: 0 15px 30px;
    padding-bottom: 30px;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .articlesList .articlesItem {
    width: 100%;
  }
}
@media (min-width: 1181px) {
  .articlesList .articlesItem:hover .item {
    background-color: #1A3A5F;
  }
  .articlesList .articlesItem:hover .ImgMask {
    opacity: 1;
  }
  .articlesList .articlesItem:hover .articlesInfoBox .classTitle {
    background-color: white;
    color: #1A3A5F;
  }
  .articlesList .articlesItem:hover .articlesInfoBox .date {
    color: white;
  }
  .articlesList .articlesItem:hover .title {
    color: white;
  }
  .articlesList .articlesItem:hover .text {
    color: white;
  }
}
.articlesList .linkWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.articlesList .item {
  border-radius: 20px;
  background-color: transparent;
  padding: 30px 20px 50px;
}
@media (max-width: 1180px) {
  .articlesList .item {
    padding: 0;
  }
}
.articlesList .ImgBox {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.articlesList .Img {
  position: relative;
  display: block;
}
.articlesList .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.articlesList .ImgMask {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.articlesList .ImgMask .maskTxt {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.37px;
  color: white;
  padding-right: 25px;
}
.articlesList .ImgMask .maskTxt .knowMoreArr {
  position: absolute;
  top: 55%;
  right: 0;
  transform: translate(0%, -50%);
}
.articlesList .Txt {
  position: relative;
  padding-top: 25px;
}
@media (max-width: 1180px) {
  .articlesList .Txt {
    padding-top: 20px;
  }
}
.articlesList .Txt .articlesInfoBox {
  display: flex;
  align-items: center;
  gap: 10px;
}
.articlesList .Txt .articlesInfoBox .classTitle {
  background-color: #1A3A5F;
  border-radius: 25px;
  padding: 5px 23px;
  color: white;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
}
.articlesList .Txt .articlesInfoBox .date {
  margin-left: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #767676;
}
.articlesList .Txt .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 15px;
  color: #333333;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.5px;
}
@media (max-width: 1180px) {
  .articlesList .Txt .title {
    margin-top: 10px;
  }
}
.articlesList .Txt .text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 10px;
  line-height: 1.8;
  color: #4C4C4C;
  letter-spacing: 0.4px;
}
@media (max-width: 1180px) {
  .articlesList .Txt .text {
    margin-top: 5px;
  }
}

.podcastBox {
  margin-top: 20px;
}
.podcastBox .podcastTitle {
  margin-bottom: 10px;
  margin-left: 20px;
  color: #1A3A5F;
  font-size: 18px;
  font-weight: 600;
}