/* CSS Document */
.ib_news_001 .newsList .title, .ib_news_001 .newsList .newsItem {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.ib_news_001 .newsList {
  display: block;
}
.ib_news_001 .newsList .newsItem {
  width: 100%;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px 0;
}
.ib_news_001 .newsList .newsItem::before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #005e66;
  right: 0;
  bottom: -1px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
@media (min-width: 1181px) {
  .ib_news_001 .newsList .newsItem:hover::before {
    width: 100%;
    left: 0;
    right: auto;
  }
  .ib_news_001 .newsList .newsItem:hover .title a {
    color: #005e66;
  }
  .ib_news_001 .newsList .newsItem:hover .arrowBox {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  .ib_news_001 .newsList .newsItem:hover .arrowBox .arrow {
    background-color: #005e66;
  }
  .ib_news_001 .newsList .newsItem:hover .arrowBox .arrow::after {
    background-color: #005e66;
  }
}
@media (max-width: 1023px) {
  .ib_news_001 .newsList .newsItem {
    padding: 25px 0;
  }
}
@media (max-width: 480px) {
  .ib_news_001 .newsList .newsItem {
    padding: 20px 0;
  }
}
.ib_news_001 .newsList .item {
  position: relative;
  cursor: pointer;
}
.ib_news_001 .newsList .Txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.ib_news_001 .newsList .newsInfoBox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 1440px) {
  .ib_news_001 .newsList .newsInfoBox {
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .ib_news_001 .newsList .newsInfoBox {
    padding-right: 20px;
    gap: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.ib_news_001 .newsList .newsInfoBox .dateBox {
  color: #8B8B8B;
}
.ib_news_001 .newsList .newsInfoBox .dateBox .date {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .ib_news_001 .newsList .newsInfoBox .dateBox .date {
    font-size: 13px;
  }
}
.ib_news_001 .newsList .newsInfoBox .classTitle {
  display: none; /* 暫時隱藏 */
  font-size: 14px;
  letter-spacing: 0.5px;
  padding: 5px 10px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .ib_news_001 .newsList .newsInfoBox .classTitle {
    font-size: 13px;
    padding: 3px 8px;
  }
}
.ib_news_001 .newsList .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  color: #202020;
  font-size: 17px;
  letter-spacing: 1.5px;
}
@media (max-width: 1023px) {
  .ib_news_001 .newsList .title {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .ib_news_001 .newsList .title {
    font-size: 15px;
  }
}
.ib_news_001 .newsList .title a {
  color: inherit;
  text-decoration: none;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ib_news_001 .newsList .text {
  display: none;
}
.ib_news_001 .newsList .Txt > .arrowBox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 35px;
  height: 1px;
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .ib_news_001 .newsList .Txt > .arrowBox {
    width: 25px;
    margin-left: 15px;
  }
}
.ib_news_001 .newsList .Txt > .arrowBox .arrow {
  width: 100%;
  height: 1px;
  background-color: #727272;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.ib_news_001 .newsList .Txt > .arrowBox .arrow::after {
  content: "";
  display: block;
  width: 7px;
  height: 1px;
  background-color: #727272;
  -webkit-transform: translateY(-50%) rotate(30deg);
          transform: translateY(-50%) rotate(30deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
.ib_news_001 .newsList .Img {
  display: none;
}