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

.newsInfoBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 10px;
}
.newsInfoBox .dateBox, .newsInfoBox .classTitle {
  padding: 5px 0;
}
.newsInfoBox .dateBox .date {
  line-height: 1;
}

.insTopBox {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 12px;
  position: relative;
  border-bottom: 1px solid #eee;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .insTopBox {
    flex-direction: column;
    align-items: start;
    gap: 12px;
  }
}
.insTopBox .articleTitle {
  width: 100%;
  margin-bottom: 0;
}
.insTopBox .articleTitle::before {
  display: none;
}
@media (max-width: 768px) {
  .insTopBox .articleTitle {
    font-size: 22px;
  }
}
.insTopBox .newsInfoBox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  padding-bottom: 0;
  width: 100%;
}
.insTopBox .newsInfoBox .classTitle {
  display: inline-block;
  flex-shrink: 0;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 12px 24px;
  background-color: rgba(19, 138, 247, 0.1);
  color: #138AF7;
  border-radius: 8px;
}

.ib_news_002 .newsList {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.ib_news_002 .newsList .newsItem {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 40px;
}
@media (max-width: 900px) {
  .ib_news_002 .newsList .newsItem {
    margin-bottom: 20px;
  }
}
.ib_news_002 .newsList .newsItem:nth-child(even) .item {
  flex-direction: row;
}
@media (max-width: 900px) {
  .ib_news_002 .newsList .newsItem:nth-child(even) .item {
    flex-direction: column;
  }
}
.ib_news_002 .newsList .newsItem:nth-child(even) .Txt {
  margin-right: 0;
  margin-left: -7%;
}
@media (max-width: 900px) {
  .ib_news_002 .newsList .newsItem:nth-child(even) .Txt {
    margin-left: 0;
  }
}
.ib_news_002 .newsList .item {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
@media (min-width: 1181px) {
  .ib_news_002 .newsList .item:hover .Img img {
    transform: scale(1.03);
  }
}
@media (max-width: 900px) {
  .ib_news_002 .newsList .item {
    flex-direction: column;
    align-items: stretch;
  }
}
.ib_news_002 .newsList .Img {
  width: 65%;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 16px;
}
.ib_news_002 .newsList .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 900px) {
  .ib_news_002 .newsList .Img {
    width: 100%;
    height: auto;
    border-radius: 16px 16px 0 0;
  }
  .ib_news_002 .newsList .Img img {
    border-radius: 16px 16px 0 0;
  }
}
.ib_news_002 .newsList .Txt {
  width: 42%;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  margin-right: -7%;
  background-color: #fff;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
  padding: 40px 36px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 16px;
}
.ib_news_002 .newsList .Txt .title {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
  color: #138AF7;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .ib_news_002 .newsList .Txt .title {
    font-size: 22px;
  }
}
.ib_news_002 .newsList .Txt .title a {
  display: inline-block;
  vertical-align: middle;
}
.ib_news_002 .newsList .Txt .subtitle {
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ib_news_002 .newsList .Txt .text {
  margin-top: 7px;
  color: #666;
  line-height: 1.8;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ib_news_002 .newsList .Txt .btnBox {
  margin-top: 24px;
}
.ib_news_002 .newsList .Txt .btnBox a {
  background-color: #138AF7;
  border-radius: 28px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  letter-spacing: 0.5px;
  padding: 16px 36px;
  text-align: center;
  position: relative;
  font-size: 16px;
  line-height: 1.25;
  text-transform: uppercase;
}
.ib_news_002 .newsList .Txt .btnBox a:hover {
  background-color: #F9A92B;
  color: #fff;
}
@media (max-width: 900px) {
  .ib_news_002 .newsList .Txt {
    width: 100%;
    margin-right: 0;
    text-align: left;
    border-radius: 0 0 16px 16px;
  }
}

.sideDataArea .classTitle {
  display: inline-block;
  flex-shrink: 0;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 12px 24px;
  background-color: rgba(19, 138, 247, 0.1);
  color: #138AF7;
  border-radius: 8px;
}
.sideDataArea .Txt .newsInfoBox {
  margin-bottom: 0;
}
.sideDataArea .Txt .title {
  font-size: 24px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .sideDataArea .Txt .title {
    font-size: 22px;
  }
}
.sideDataArea .Txt .title a {
  color: #333333;
}
.sideDataArea .Txt .title a:hover {
  color: #F9A92B;
}
.sideDataArea .Img {
  max-width: 100%;
}
.sideDataArea .Img img {
  border-radius: 16px;
}

.sideDataArea .sideDataList {
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 640px) {
  .sideDataArea .sideDataItem {
    padding: 0 10px;
  }
}
