/* CSS Document */
.ib_news_002 .newsList .imgBox .hoverBox {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.newsInfoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
}
.newsInfoBox .dateBox,
.newsInfoBox .classTitle {
  padding: 5px 0;
}
.newsInfoBox .classTitle {
  background-color: #866d4f;
  padding: 10px 15px;
  clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px), 0 10px);
  -webkit-clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px), 0 10px);
}

.dateBox {
  font-family: "Cormorant Infant", "Noto Serif TC", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.dateBox .day {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 1.2;
  color: #fff;
}
.dateBox .month {
  color: #bfbfbf;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 1.2;
  text-transform: uppercase;
}

.classTitle {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 1.2;
  color: #fff;
}

.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;
}
@media (max-width: 640px) {
  .ib_news_002 .newsList {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.ib_news_002 .newsList .newsItem {
  width: calc(33.3333333333% - 50px);
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 10px;
}
@media (max-width: 1180px) {
  .ib_news_002 .newsList .newsItem {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 640px) {
  .ib_news_002 .newsList .newsItem {
    width: calc(100% - 20px);
    max-width: 450px;
  }
}
@media (min-width: 1181px) {
  .ib_news_002 .newsList .newsItem:hover .hoverBox {
    opacity: 1;
  }
  .ib_news_002 .newsList .newsItem:hover .title a {
    color: #866d4f;
  }
}
.ib_news_002 .newsList .item {
  position: relative;
}
.ib_news_002 .newsList .infoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  width: 100%;
  color: #fff;
  padding-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ib_news_002 .newsList .infoBox .line {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.ib_news_002 .newsList .imgBox {
  position: relative;
}
.ib_news_002 .newsList .imgBox .Img {
  position: relative;
  overflow: hidden;
  outline: 1px solid #866d4f;
}
.ib_news_002 .newsList .imgBox .Img img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  will-change: transform;
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.ib_news_002 .newsList .imgBox .hoverBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  opacity: 0;
  pointer-events: none;
}
.ib_news_002 .newsList .Txt {
  padding-top: 20px;
  color: #fff;
}
.ib_news_002 .newsList .Txt .title a {
  display: block;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 1.2;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ib_news_002 .newsList .Txt .text {
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 0.75px;
  line-height: 1.5;
  height: 55px;
  color: #cecece;
}
.ib_news_002 .newsList .linkBtn {
  width: 55px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(255, 255, 255, 0.2470588235);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  border: 1px solid #fff;
  border-radius: 50px;
  color: #fff;
}
.ib_news_002 .newsList .linkBtn svg {
  width: 10px;
  height: 10px;
}
@media (min-width: 1181px) {
  .ib_news_002 .newsList .linkBtn:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.4745098039);
  }
}