@charset "utf-8";
.news {
      position: relative;
    z-index: 30;
}
.news__inner {
        padding-top: 80px;
    padding-bottom: clamp(5rem, 3.333rem + 3.47vw, 7.5rem);
    background-color: #fff;
    padding-left: clamp(1.25rem, -17.917rem + 39.93vw, 30rem);
    padding-right: clamp(1.25rem, -17.917rem + 39.93vw, 30rem);
}

.newsDetail-header {
      display: flex;
    column-gap: 15px;
  align-items: center;
}
.newsDetailTime {
      color: #EC3480;
    font-weight: 600;
}
.newsDetailCate {
      min-width: 88px;
    font-size: 12px;
    font-weight: 600;
    color: #EC3480;
    background-color: #fff;
    border: 2px solid #EC3480;
    border-radius: 15px;
    line-height: 1;
    text-align: center;
    padding: 8px 20px;
}
.newsDetailTit {
      margin-top: 18px;
  font-weight: 700;
    font-size: 20px;
}
.newsDetailImg {
  margin-top: 24px;
}
.newsDetailTxt {
      margin-top: 40px;
    line-height: 1.7;
    font-weight: 500;
}
.newsDetailTxt h2{
  padding: 1rem .5rem 1rem 1.5rem;
  border-left: 6px solid #E30074;
  background-color: #f0f0f0;
  font-size: 1.5rem;
}
.newsBtnBox {
      padding-top: 40px;
    border-top: 1px solid #D1D1D1;
    display: flex;
    align-items: center;
   justify-content: space-between;
}
.blog-pdf {
  padding: 32px 0;
}
.webgene-item-aroundPageLink {
      font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
    font-weight: 600;
    transition: all 0.5s;
}
.webgene-item-aroundPageLink:hover {
  opacity: 0.5;
}

@media (max-width: 767px) {
  .news__inner {
        position: relative;
    padding-bottom: 160px;
  }
  .newsDetailTit {
    font-size: 16px;
  }
  .newsDetailTxt h2 {
        font-size: 18px;
    padding-left: 8px;
  }
  .newsdetail__btn {
        position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
  }
  .webgene-item-aroundPageLink {
    font-size: 12px;
  }
}