.section01 {
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .section01 {
    padding-bottom: 80px;
  }
}
.section01__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 976px;
  width: 100%;
}
.section01__inner .webgene-blog {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .section01__inner .webgene-blog {
    gap: 20px;
  }
}
.section01__inner .webgene-item a {
  align-items: center;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .section01__inner .webgene-item a {
    gap: 25px;
  }
}
@media screen and (max-width: 576px) {
  .section01__inner .webgene-item a {
    gap: 10px;
  }
}
.section01__inner .webgene-item a .img {
  aspect-ratio: 1/1;
  border-radius: 15px;
  flex-shrink: 0;
  overflow: hidden;
  width: 18.45%;
}
@media screen and (max-width: 576px) {
  .section01__inner .webgene-item a .img {
    width: 25.45%;
  }
}
.section01__inner .webgene-item a .img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}
.section01__inner .webgene-item a .blogItemBox {
  flex-grow: 1;
}
.section01__inner .webgene-item a .date {
  color: #b1b1b1;
  font-family: "Teko", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .section01__inner .webgene-item a .date {
    font-style: 13px;
  }
}
@media screen and (max-width: 576px) {
  .section01__inner .webgene-item a .date {
    font-size: 11px;
  }
}
.section01__inner .webgene-item a .cat {
  background-color: #1a1a1a;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-top: 12px;
  padding-bottom: 1.5px;
  padding-left: 23px;
  padding-right: 23px;
  padding-top: 1.5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .section01__inner .webgene-item a .cat {
    font-style: 12px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 576px) {
  .section01__inner .webgene-item a .cat {
    font-size: 10px;
    margin-top: 5px;
  }
}
.section01__inner .webgene-item a .blogItemTitle {
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.75;
  margin-top: 16px;
}
@media screen and (max-width: 1280px) {
  .section01__inner .webgene-item a .blogItemTitle {
    font-size: 18px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .section01__inner .webgene-item a .blogItemTitle {
    font-size: 16px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 576px) {
  .section01__inner .webgene-item a .blogItemTitle {
    font-size: 14px;
    margin-top: 5px;
  }
}
/*# sourceMappingURL=sourcemaps/news.css.map */