@charset "utf-8";

/* ======================
newsdetail
====================== */
.news {
  padding-top: clamp(2.5rem, -0.833rem + 6.944vw, 7.5rem);
  padding-bottom: clamp(5rem, 1.667rem + 6.944vw, 10rem);
  background-color: #fff;
}
.news__inner {
  padding-right: clamp(1.25rem, -16.958rem + 37.934vw, 28.562rem);
  padding-left: clamp(1.25rem, -16.958rem + 37.934vw, 28.562rem);
}
.news__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.news__block {
  width: 100%;
  max-width: 1006px;
  min-width: 0;
}
.newsDetail {
  margin: 0;
  padding-bottom: clamp(1.5rem, 0.833rem + 1.389vw, 2.5rem);
  border-bottom: 1px solid #000;
}
.newsDetail-header {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.newsDetailTime {
  font-family: "Elms Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.286;
  color: #000;
  white-space: nowrap;
}
.newsItemCate {
  padding: 0 4px;
  background-color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.143;
  color: #fff;
  white-space: nowrap;
}
.newsDetailTit {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(1rem, 0.833rem + 0.347vw, 1.25rem);
  font-weight: 400;
  line-height: 1.45;
  color: #000;
}
.newsDetailImg {
  margin-top: clamp(1.5rem, 0.833rem + 1.389vw, 2.5rem);
}
.webgene-item-main-image {
  width: 100%;
  aspect-ratio: 1005 / 549;
  object-fit: cover;
}
.newsDetailTxt {
  margin-top: clamp(1.5rem, 0.833rem + 1.389vw, 2.5rem);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  color: #000;
  word-break: break-all;
}
.newsDetailTxt > div:empty {
  display: none;
}
.news-pdf {
  margin-top: clamp(1.5rem, 0.833rem + 1.389vw, 2.5rem);
}
.pdfLink {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.429;
  color: #000;
  text-decoration: underline;
  transition: opacity 0.5s;
}
.pdfLink:hover {
  opacity: 0.5;
}
.news__container > a {
  display: block;
  width: fit-content;
  margin-top: clamp(2rem, 1.333rem + 1.389vw, 3rem);
}
.newsdetail__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(12.5rem, 8.708rem + 7.899vw, 18.188rem);
  height: clamp(3rem, 2.583rem + 0.868vw, 3.625rem);
  border: 1px solid #000;
  border-radius: 5px;
  background-color: #fff;
  font-family: "Elms Sans", sans-serif;
  font-size: clamp(1rem, 0.917rem + 0.174vw, 1.125rem);
  font-weight: 400;
  line-height: 1;
  color: #000;
  transition: background-color 0.5s, color 0.5s;
}
.news__container > a:hover .newsdetail__btn {
  background-color: #000;
  color: #fff;
}

@media (max-width: 767px) {
  .news {
    padding-top: 66px;
    padding-bottom: 120px;
  }
  .newsDetail {
    padding-bottom: 32px;
  }
  .newsDetailTit {
    margin-top: 10px;
    padding-bottom: 0;
    border-bottom: none;
    line-height: 1.5;
  }
  .newsDetailImg {
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;
  }
  .newsDetailTxt {
    margin-top: 32px;
    font-size: 12px;
  }
  .news-pdf {
    margin-top: 32px;
  }
  .newsdetail__btn {
    width: 206px;
    height: 47px;
  }
}
