@charset "UTF-8";

.works__data {
  margin-inline: auto;
  max-width: 450px;
}
.works__data > .webgene-blog {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.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-date__head {
  margin-top: 22px;
}
.c-works__link .c-link-triangle {
  margin-left: auto;
}

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

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

.c-date__day {
  color: #43423f;
  font-family: "Urbanist", sans-serif;
  font-size: 12px;
  line-height: calc(16 / 12);
}

.c-date__cate {
  background-color: #0391db;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.36px;
  line-height: 1;
  padding: 5px;
}

.c-works__title {
  letter-spacing: 0.42px;
  line-height: calc(32 / 14);
  margin-top: 11px;
}

.c-news > .webgene-blog {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.c-news__list {
  background-color: #fff;
}

.c-news__item {
  border: solid 1px #fff;
  -moz-column-gap: 10px;
       column-gap: 10px;
  display: flex;
  flex-direction: column;
  padding-block: 25px;
  padding-inline: 20px 45px;
  position: relative;
  row-gap: 10px;
  transition: border 0.3s ease;
}
.c-news__item:hover {
  border: solid 1px #0391db;
  opacity: 1;
}
.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: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}

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

.c-news__title {
  letter-spacing: 0.42px;
  line-height: 2.14;
}

.page-works,
.page-news {
  margin-bottom: -50px;
  padding-bottom: 150px;
  padding-inline: 20px;
  padding-top: 55px;
  position: relative;
  z-index: 1;
}

.page-data__category > .webgene-blog {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.page-data__category-link {
  background-color: #ffffff;
  border-radius: 999px;
  color: #0391db;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: normal;
  min-width: 100px;
  overflow: hidden;
  padding: 10px 10px;
  position: relative;
  text-align: center;
  transition: all 0.3s ease;
}
.page-data__category-link:hover, .page-data__category-link.is-select {
  background-color: #0391db;
  color: #fff;
  opacity: 1;
}

.works__data {
  margin-top: 40px;
}

.page-news .c-news {
  margin-top: 40px;
}

.page-detail {
  padding-bottom: 100px;
  padding-inline: 20px;
  padding-top: 88px;
}

.page-detail__inner {
  margin-inline: auto;
  width: min(924px, 100%);
}

.page-detail__header {
  align-items: center;
  display: flex;
  gap: 12px;
}

.detail-text {
  color: #333;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.85;
  padding-top: 41px;
}

.detail__btn {
  align-items: center;
  background: #004fa4;
  border: 1px solid #004fa4;
  border-radius: 999px;
  color: #fff;
  display: block;
  display: flex;
  font-size: 15px;
  font-weight: 600;
  height: 47px;
  justify-content: center;
  margin-inline: auto;
  margin-top: 74px;
  transition: background 0.3s ease, color 0.3s ease;
  width: 183px;
}
.detail__btn:hover {
  background: #fff;
  color: #004fa4;
}
.detail__btn.pdfLink {
  background: #fff;
  color: #004fa4;
}
.detail__btn.pdfLink:hover {
  background: #004fa4;
  color: #fff;
}

.post-ttl {
  border-bottom: 1.5px solid rgba(139, 139, 139, 0.3);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4545454545;
  margin-top: 47px;
  padding-bottom: 18px;
  padding-left: 29px;
  padding-top: 10px;
  position: relative;
}
.post-ttl::before {
  background: #0391db;
  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;
  gap: 10px;
  margin-bottom: 35px;
  margin-top: 53px;
}
.post-detail__content h2::before {
  background: #0391db;
  border-radius: 5px;
  content: "";
  display: inline-flex;
  flex-shrink: 0;
  height: 18px;
  width: 18px;
}
.post-detail__content h3 {
  border-bottom: 1.5px solid #0391db;
  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;
}

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

@media (min-width: 1024px) {
  .works__data > .webgene-blog {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-news__item {
    align-items: center;
    -moz-column-gap: 17px;
         column-gap: 17px;
    flex-direction: row;
    padding-block: 30px;
    padding-inline: 40px 75px;
    row-gap: 15px;
  }
  .c-news__item::after {
    height: 22px;
    right: 40px;
    width: 22px;
  }
  .c-news__contents {
    align-items: center;
    flex-direction: row;
    gap: 25px;
  }
  .page-works,
  .page-news {
    margin-bottom: -145px;
    padding-bottom: 296px;
  }
  .page-data__category-link {
    min-width: 160px;
    padding: 16px 34px;
  }
  .works__data {
    margin-top: 75px;
  }
  .page-news .c-news {
    margin-top: 80px;
  }
  .page-detail {
    padding-bottom: 151px;
  }
}

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