.c-news__title {
  font-size: 14px;
  font-weight: 500;
  line-height: calc(21 / 14);
}

.c-news__date {
  border-top: solid 1px rgba(51, 51, 51, 0.1);
}
.c-news__link {
  border-bottom: solid 1px rgba(51, 51, 51, 0.1);
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-block: 20px;
  padding-right: 60px;
  position: relative;
  width: 100%;
}
.c-news__link:hover {
  opacity: 1;
}
.c-news__link:hover::after {
  transform: translateY(-50%) translateX(5px);
}
.c-news__link::after {
  background: url(../images/arrow_gray.svg) no-repeat center center/contain;
  content: "";
  height: 10px;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  width: 10px;
}
.c-news__link::before {
  background: #333333;
  content: "";
  height: calc(100% - 30px);
  opacity: 0.1;
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}
.works__data {
  margin-inline: auto;
  max-width: 450px;
}
.works__data > .webgene-blog {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.c-works__link {
  display: flex;
  flex-direction: column;
}
.c-works__link .c-date__head {
  margin-top: 22px;
}
.c-works__link:hover {
  opacity: 1;
}
.c-works__link:hover .c-works__img img {
  transform: scale(1.1);
}

.c-works__img {
  aspect-ratio: 360/220;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}
.c-works__img img {
  transition: transform 0.3s ease;
}

.c-date__head {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.c-date__head .c-date__day {
  align-items: center;
  border-left: solid 0.5px rgba(51, 51, 51, 0.3);
  display: flex;
  margin-block: auto;
  padding-left: 15px;
}

.c-date__day {
  color: #888;
  font-size: 10px;
  font-weight: normal;
  line-height: calc(15 / 10);
}

.c-date__cate {
  background-color: rgba(51, 51, 51, 0.1);
  border-radius: 11px;
  color: #888;
  font-size: 12px;
  line-height: calc(15 / 11);
  padding: 0px 10px;
}

.c-works__title {
  font-size: 16px;
  font-weight: 500;
  line-height: calc(26.4 / 16);
  margin-top: 17px;
}

.c-data__inner {
  margin-inline: auto;
  max-width: 1200px;
}

.c-data__head {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.c-date-category > .webgene-blog {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.c-date-category__link {
  background-color: #fff;
  border: solid 1px #d0d5de;
  border-radius: 999px;
  color: #333;
  font-size: 14px;
  font-weight: 300;
  line-height: calc(21 / 14);
  min-width: 100px;
  padding: 10px;
  text-align: center;
  transition: all 0.3s ease;
}
.c-date-category__link:hover {
  background-color: #333;
  color: #eff3fb;
  opacity: 1;
}
.c-date-category__link.is-select {
  background-color: #333;
  color: #eff3fb;
}

.p-news,
.p-works {
  padding-bottom: 100px;
  padding-inline: 20px;
  padding-top: 100px;
}

.p-news__inner,
.p-works__inner {
  margin-inline: auto;
  max-width: 1200px;
}

.p-news__data {
  margin-top: 60px;
}
.p-works__data {
  margin-top: 60px;
}
.p-detail {
  padding-bottom: 150px;
  padding-inline: 20px;
  padding-top: 100px;
}

.p-detail__inner {
  margin-inline: auto;
  max-width: 925px;
}

.detail-text {
  color: #00132b;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 2.29;
  padding-top: 41px;
}

.detail__btn {
  background-color: #333;
  border: 1px solid #333;
  border-radius: 999px;
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: calc(23 / 15);
  margin-inline: auto;
  margin-top: 74px;
  max-width: 185px;
  padding: 13px 20px;
  text-align: center;
  transition: background 0.3s ease, color 0.3s ease;
  width: 100%;
}
.detail__btn:hover {
  background: #fff;
  color: #333;
}
.detail__btn.detail__btn--pdf {
  background: #fff;
  color: #333;
}
.detail__btn.detail__btn--pdf:hover {
  background-color: #333;
  color: #fff;
}

.post-ttl {
  border-bottom: 1.5px solid #d0d0d0;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 1.32px;
  line-height: 1.5;
  margin-top: 47px;
  padding-bottom: 18px;
  padding-left: 29px;
  padding-top: 10px;
  position: relative;
}
.post-ttl::before {
  background: #333333;
  content: "";
  height: 57%;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.post-detail__content > h2:first-child {
  margin-top: 0;
}
.post-detail__content h2 {
  align-items: center;
  display: flex;
  font-size: 20px;
  font-weight: 300;
  gap: 10px;
  letter-spacing: 0.06em;
  margin-bottom: 35px;
  margin-top: 53px;
}
.post-detail__content h2::before {
  background: #333333;
  border-radius: 3px;
  content: "";
  display: inline-flex;
  flex-shrink: 0;
  height: 18px;
  width: 18px;
}
.post-detail__content h3 {
  border-bottom: 1.5px solid #333333;
  font-size: 18px;
  letter-spacing: 0.06em;
  margin-bottom: 40px;
  margin-top: 83px;
  padding-bottom: 12px;
}

.post-detail__content img,
.page-detail__item img {
  border-radius: 10px;
  display: block;
  margin: 40px auto 10px;
  margin-inline: auto;
  max-width: 600px !important;
}

@media (min-width: 768px) {
  .works__data {
    max-width: 100%;
  }
  .works__data > .webgene-blog {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .post-detail__content img,
  .page-detail__item img {
    margin: 75px auto 20px;
    width: 43.9238653001vw;
  }
}

@media (min-width: 1024px) {
  .c-news__link {
    align-items: center;
    flex-direction: row;
    padding-block: 30px;
  }
  .c-news__link .c-date__head {
    min-width: 240px;
  }
  .works__data > .webgene-blog {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-data__head {
    align-items: flex-end;
    flex-direction: row;
    gap: 40px;
    justify-content: space-between;
  }
  .c-date-category__link {
    min-width: 160px;
    padding: 15px;
  }
  .p-news,
  .p-works {
    padding-bottom: 150px;
  }
}

@media (min-width: 1366px) {
  .works__data > .webgene-blog {
    gap: 60px;
  }
}