/* CSS Document */
.ib_news_002 .newsList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.ib_news_002 .newsList .newsItem {
  width: 100%;
  padding: 40px;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 1440px) {
  .ib_news_002 .newsList .newsItem {
    padding: 30px;
  }
}
@media (max-width: 480px) {
  .ib_news_002 .newsList .newsItem {
    padding: 20px;
  }
}
.ib_news_002 .newsList .newsItem::after {
  content: "";
  position: absolute;
  height: 100%;
  width: calc(100% - 100px);
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid rgba(0, 0, 0, 0.5);
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .ib_news_002 .newsList .newsItem::after {
    width: 100%;
    right: 0;
    top: 0;
    -webkit-transform: none;
            transform: none;
  }
}
.ib_news_002 .newsList .item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 1180px) {
  .ib_news_002 .newsList .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.ib_news_002 .newsList .Img {
  width: 50%;
  max-width: 650px;
}
@media (max-width: 1180px) {
  .ib_news_002 .newsList .Img {
    width: 100%;
  }
}
.ib_news_002 .newsList .Img img {
  max-width: 100%;
}
.ib_news_002 .newsList .Txt {
  width: 50%;
  padding: 30px;
}
@media (max-width: 1180px) {
  .ib_news_002 .newsList .Txt {
    width: 100%;
    max-width: 650px;
  }
}
@media (max-width: 480px) {
  .ib_news_002 .newsList .Txt {
    padding: 0px;
    padding-top: 20px;
  }
}
.ib_news_002 .newsList .Txt .newsInfoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.ib_news_002 .newsList .Txt .newsInfoBox .newsInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ib_news_002 .newsList .Txt .newsInfoBox .newsInfo .dateBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #a6a6a6;
  position: relative;
  gap: 50px;
}
.ib_news_002 .newsList .Txt .newsInfoBox .newsInfo .dateBox::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 50px;
  background-color: #a6a6a6;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  top: 40%;
  left: 10%;
  margin: 15px 0;
}
.ib_news_002 .newsList .Txt .newsInfoBox .newsInfo .dateBox .month {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 1.2;
}
.ib_news_002 .newsList .Txt .newsInfoBox .newsInfo .dateBox .day {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1.2;
  margin-top: 5px;
}
@media (max-width: 480px) {
  .ib_news_002 .newsList .Txt .newsInfoBox .newsInfo .dateBox .day {
    font-size: 12px;
  }
}
.ib_news_002 .newsList .Txt .newsInfoBox .textBox {
  width: 100%;
}
.ib_news_002 .newsList .Txt .title a {
  width: 100%;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
  color: #2f2f2f;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 1.2;
  font-family: "Oswald", "Noto Sans TC", sans-serif;
}
@media (max-width: 700px) {
  .ib_news_002 .newsList .Txt .title a {
    font-size: 17px;
  }
}
.ib_news_002 .newsList .Txt .text {
  margin-top: 10px;
  color: #666;
  line-height: 1.5;
  font-size: 15px;
  height: 60px;
}

.contentBox .topBox .newsInfoBox {
  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;
  padding-bottom: 10px;
}
.contentBox .topBox .newsInfoBox .dateBox,
.contentBox .topBox .newsInfoBox .classTitle {
  padding: 5px 0;
}
.contentBox .topBox .newsInfoBox .dateBox .date {
  line-height: 1;
}
.contentBox .topBox .newsInfoBox .classTitle {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 10px 15px;
  background-color: #0095e9;
  color: #fff;
  border-radius: 30px;
}