.works {
  overflow: hidden;
}

.page-data__category > .webgene-blog {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.page-data__category-link {
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 999px;
  color: #1b58cd;
  display: inline-flex;
  font-size: 14px;
  font-weight: 500;
  justify-content: center;
  letter-spacing: normal;
  line-height: 1;
  min-width: 120px;
  overflow: hidden;
  padding: 12px 20px;
  position: relative;
  text-align: center;
  transition: all 0.3s ease;
}
.page-data__category-link:hover, .page-data__category-link.is-select {
  background-color: #1b58cd;
  border-color: #1b58cd;
  color: #ffffff;
  opacity: 1;
}

.page-works {
  padding: 60px 20px 80px;
}

.works__data {
  margin-inline: auto;
  max-width: 450px;
}
.works__data > .webgene-blog {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.page-works .works__data {
  margin-top: 40px;
}
.c-works__link {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.c-works__link:hover {
  opacity: 1;
}
.c-works__link:hover .c-link-triangle::before {
  width: 100%;
}
.c-works__link .c-works__head {
  margin-top: 20px;
}
.c-works__link .c-link-triangle {
  margin-left: auto;
  margin-top: 14px;
}

.c-date__head,
.c-works__head {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.c-works__img {
  aspect-ratio: 354/250;
  background-color: #d9d9d9;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}
.c-works__img img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
  width: 100%;
}

.c-works__title {
  color: #505050;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: calc(30 / 14);
  margin-top: 9px;
}

.c-date__cate {
  background: #47a5e9;
  border-radius: 5px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1;
  overflow-wrap: anywhere;
  padding: 6px 5px;
  width: -moz-fit-content;
  width: fit-content;
}

.c-date__day {
  color: #43423f;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}

.page-news {
  padding: 60px 0 80px;
}
.page-news .news__data {
  margin-top: 40px;
}
.page-news > .c-inner {
  max-width: 1186px;
  padding-inline: 20px;
}

.news__data > .webgene-blog {
  display: flex;
  flex-direction: column;
}

.c-news__list {
  padding-inline: 20px;
  position: relative;
}
.c-news__list:nth-of-type(1) .c-news__item {
  border-top: 1px solid #d9d9d9;
}
.c-news__list::after {
  background-color: rgba(71, 165, 233, 0.1);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}
.c-news__list:has(.c-news__item:hover)::after {
  opacity: 1;
}

.c-news__item {
  border-bottom: solid 1px #cccccc;
  display: block;
  padding-block: 19px;
  padding-right: 30px;
  position: relative;
  transition: border 0.3s ease;
  width: 100%;
  z-index: 2;
}
.c-news__item::after {
  background-image: url(../images/news_arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  flex-shrink: 0;
  height: 22px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
  width: 22px;
}
.c-news__item:hover {
  opacity: 1;
}

.c-news__contents {
  display: flex;
  flex-direction: column;
  gap: 5px 15px;
  width: 100%;
}

.c-news__head {
  align-items: center;
  display: flex;
}
.c-news__head .c-date__day {
  color: #47a5e9;
  flex-shrink: 0;
  min-width: 74px;
}

.c-news__title {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: calc(30 / 14);
}

.page-detail {
  padding: 0 20px 80px;
}

@media (min-width: 768px) {
  .page-data__category-link {
    min-width: 160px;
    padding: 16px 34px;
  }
  .page-works {
    padding: 100px 20px 140px;
  }
  .works__data {
    max-width: 100%;
  }
  .works__data > .webgene-blog {
    display: grid;
    gap: 60px 40px;
    grid-template-columns: repeat(2, 1fr);
  }
  .page-works .works__data {
    margin-top: 60px;
  }
  .page-news {
    padding: 100px 0 140px;
  }
  .c-news__contents {
    align-items: center;
    flex-direction: row;
    gap: 17px;
  }
  .page-detail {
    padding: 0 40px 120px;
  }
}

@media (min-width: 1024px) {
  .works__data > .webgene-blog {
    grid-template-columns: repeat(3, 1fr);
  }
  .page-news .news__data {
    margin-top: 70px;
  }
  .c-news__item {
    padding-block: 32px;
    padding-left: 30px;
    padding-right: 65px;
  }
  .c-news__item::after {
    right: 28px;
  }
  .c-news__head {
    max-width: 165px;
    width: 100%;
  }
}

@media (min-width: 1366px) {
  .page-works {
    padding: 100px 20px 150px;
  }
  .page-news {
    padding: 100px 0 150px;
  }
  .c-news__item {
    padding-left: 43px;
    padding-right: 80px;
  }
  .c-news__item::after {
    right: 42px;
  }
  .page-detail {
    padding: 0 0 140px;
  }
}