/* CSS Document */
.ib_news_team .dataItem .item::before {
  transition: all 0.5s ease-in-out;
}

.ib_news_team .wrap {
  max-width: 1250px;
}
.ib_news_team:not(:has(.classBox)) .dataList {
  padding-top: 30px;
}
.ib_news_team .dataList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  align-items: start;
  -moz-column-gap: 3.906vw;
       column-gap: 3.906vw;
  row-gap: 3.385vw;
}
.ib_news_team .dataList.moreThanOne {
  padding-bottom: 70px;
}
@media (max-width: 992px) {
  .ib_news_team .dataList {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 30px;
  }
}
@media (max-width: 768px) {
  .ib_news_team .dataList {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media (max-width: 537px) {
  .ib_news_team .dataList {
    grid-template-columns: 1fr;
  }
}
.ib_news_team .dataItem {
  max-width: 400px;
}
@media (min-width: 993px) {
  .ib_news_team .dataItem:nth-child(3n+2) {
    transform: translateY(70px);
  }
}
@media (max-width: 992px) {
  .ib_news_team .dataItem:nth-child(2n) {
    transform: translateY(70px);
  }
}
@media (max-width: 537px) {
  .ib_news_team .dataItem:nth-child(2n) {
    transform: unset;
  }
}
.ib_news_team .dataItem.noImg {
  border-radius: 40px 40px 40px 0;
  aspect-ratio: 333/460;
  width: 100%;
  height: 100%;
  background-color: #f4f4f4;
}
.ib_news_team .dataItem.noImg .item {
  width: 100%;
  height: 100%;
}
.ib_news_team .dataItem .item {
  position: relative;
}
.ib_news_team .dataItem .item .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.ib_news_team .dataItem .item::before {
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
  border-radius: 40px 40px 40px 0;
  background-color: transparent;
  border: 4px solid transparent;
  pointer-events: none;
}
.ib_news_team .dataItem .item .more {
  color: #AE0014;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 600;
  writing-mode: vertical-lr;
  position: absolute;
  top: 40px;
  right: 20px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 19px;
  clip-path: inset(0 0 100% 0);
  transition: all 0.3s ease-in-out;
}
.ib_news_team .dataItem .item .more::after {
  content: "";
  background: url(../images/teamArrow.png) no-repeat;
  width: 7px;
  height: 79px;
}
@media (min-width: 1181px) {
  .ib_news_team .dataItem .item:hover::before {
    background-color: rgba(254, 95, 95, 0.2);
    border: 4px solid #D54855;
  }
  .ib_news_team .dataItem .item:hover .more {
    clip-path: inset(0 0 0 0);
  }
}
.ib_news_team .dataItem .Img {
  border-radius: 40px 40px 40px 0;
  overflow: hidden;
}
.ib_news_team .dataItem .Img img {
  width: 100%;
  height: auto;
  display: block;
}
.ib_news_team .dataItem .Txt {
  padding: 16px 18px 16px 26px;
  width: 85%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.ib_news_team .dataItem .Txt .textBox {
  position: relative;
  z-index: 1;
}
.ib_news_team .dataItem .Txt::after {
  content: "";
  background: url(../images/teamTitleBg.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  border-radius: 20px 20px 0 0;
}
@media (max-width: 1180px) {
  .ib_news_team .dataItem .Txt {
    padding: 15px 18px;
  }
}
@media (max-width: 640px) {
  .ib_news_team .dataItem .Txt {
    width: 100%;
  }
  .ib_news_team .dataItem .Txt::after {
    border-radius: 20px 20px 20px 0;
  }
}
.ib_news_team .dataItem .title {
  display: flex;
  align-items: center;
}
.ib_news_team .dataItem .title a {
  display: block;
  color: #FFF;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 1px;
  white-space: nowrap;
}
@media (max-width: 640px) {
  .ib_news_team .dataItem .title a {
    font-size: 20px;
  }
}
.ib_news_team .dataItem .title .jobTitle {
  position: relative;
  padding-left: 20px;
  margin-left: 8px;
}
.ib_news_team .dataItem .title .jobTitle::before {
  content: "";
  display: block;
  background-color: #FFF;
  width: 1px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  transform: rotate(35deg) translateY(-50%);
}
.ib_news_team .dataItem .title .jobTitle .job {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  margin-top: 9px;
  display: block;
}
@media (max-width: 640px) {
  .ib_news_team .dataItem .title .jobTitle .job {
    font-size: 14px;
  }
}
.ib_news_team .dataItem .text {
  color: #FFF;
  font-size: 16px;
  padding-top: 9px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 640px) {
  .ib_news_team .dataItem .text {
    font-size: 14px;
  }
}

.topBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.topBox:not(:has(.leftBox)) .rightBox {
  width: 100%;
}
.topBox .jobTitle {
  width: 100%;
  color: #515151;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 30px;
  padding: 12px 0;
  position: relative;
}
.topBox .jobTitle::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #F0C0C0;
  border-radius: 20px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1024px) {
  .topBox .jobTitle {
    padding: 0;
    margin-bottom: 5px;
  }
  .topBox .jobTitle::before {
    display: none;
  }
}
@media (max-width: 480px) {
  .topBox .jobTitle {
    font-size: 20px;
  }
}
.topBox .jobTitle + .articleTitle {
  width: 100%;
}
@media (max-width: 1024px) {
  .topBox .jobTitle + .articleTitle {
    font-size: 30px;
    padding-top: 0px;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .topBox .jobTitle + .articleTitle {
    font-size: 26px;
  }
}
.topBox .leftBox {
  width: 30%;
}
.topBox .leftBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 40px 40px 40px 0;
}
@media (max-width: 1024px) {
  .topBox .leftBox {
    width: 100%;
  }
  .topBox .leftBox .Img {
    width: 40%;
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  .topBox .leftBox .Img {
    width: 60%;
  }
}
@media (max-width: 360px) {
  .topBox .leftBox .Img {
    width: 80%;
  }
}
.topBox .rightBox {
  width: 65%;
}
.topBox .rightBox .articleTitle {
  padding: 0;
  font-size: 32px;
}
.topBox .rightBox .articleTitle::before {
  display: none;
}
@media (max-width: 1024px) {
  .topBox .rightBox {
    width: 100%;
  }
}
