@charset "utf-8";
.scroll-hint-icon {
top:0;
  height:90%;
}
.scroll-hint-icon:before {
height:36px;}
.news-tit {
  font-weight: 400;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  line-height: calc(23/16);
  color: #1f1f1f;
}

.blogDetailImg {
  aspect-ratio: 351/235;
  margin-bottom: 13px;
}

.blogDetailImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.webgene-blog .webgene-item .element {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 12px;
}

.webgene-blog .webgene-item .element .date {
  font-family: var(--sans);
  font-weight: 400;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  color: #1a4164;
}

.webgene-blog .webgene-item .element .cate {
  font-family: var(--sans);
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background-color: #051C33;
  padding: 2px 10px;
}

.article-list .inner {
  padding: 100px 0 120px;
  display: flex;
  flex-direction: column;
  gap: 80px;
  width: 80%;
  margin: 0 auto;
}


.article-list .cate-list .scroll-area {
  width: 100%;
  overflow-x: auto;
  padding-bottom: 10px;
}

.article-list .cate-list .scroll-area,
.article-list .cate-list .webgene-blog {
  display: flex;
  align-items: center;
  gap: 40px;
}

.article-list .cate-list .scroll-area>a {
  font-family: var(--sans);
  font-weight: 400;
  font-size: clamp(1rem, 0.975rem + 0.13vw, 1.125rem);
  color: #051c33;
  position: relative;
  display: flex;
  align-items: center;
  padding: 16px 30px;
  transition: .4s ease;
  white-space: nowrap;
  border: 1px solid #051c33;
}

.article-list .cate-list .scroll-area>a:hover,
.article-list .cate-list .webgene-item a:hover {
  background: #150e06;
  color: #e6e2d8;
}



.article-list .cate-list .webgene-item {
  font-family: var(--sans);
  font-weight: 400;
  font-size: clamp(1rem, 0.975rem + 0.13vw, 1.125rem);
  color: #051c33;
  transition: 0.4s ease;
  white-space: nowrap;
  background: #fff;

}

.article-list .cate-list .webgene-item a {
  transition: var(--default);
  padding: 16px 30px;
  border: 1px solid #051c33;
}




.article-main .webgene-blog {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px 100px;
}

.article-main .webgeneLink {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: .4s ease;
  height: 100%;
}

.article-main .webgeneLink:hover {
  opacity: 50%;
}







.webgene-pagination {
  width: 100%;
  grid-column: 1/4;
}

.webgene-pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.webgene-pagination ul .number {
  font-family: var(--sans);
  font-weight: 500;
  font-size: clamp(1.5rem, 1.4rem + 0.5vw, 2rem);
  color: #959595;
  transition: var(--default);
}

.webgene-pagination ul .number.selected,
.webgene-pagination ul .number:hover {
  font-family: var(--sans);
  font-weight: 500;
  font-size: clamp(1.5rem, 1.4rem + 0.5vw, 2rem);
  color: #153250;
}

.article-detail .inner {
  padding: 80px 0 120px;
}


.blogDetail-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.blogDetail-wrap-title {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.article-detail .inner {
  max-width: 850px;
  width: 90%;
  margin: 0 auto;
  padding: 158px 0 120px;
  display: flex;
  flex-direction: column;
  gap: 80px;
  align-items: center;
}

.article-detail .element {
  margin-bottom: 16px;
}

.article-detail .blogDetailImg {
  aspect-ratio: unset;
  margin-bottom: 0;
}

.article-detail .blogDetailImg img {
  width: 100%;
  height: auto;
}

.article-detail .inTit01 {
  font-weight: 500;
  font-size: clamp(1.125rem, 1.05rem + 0.38vw, 1.5rem);
  line-height: calc(40 / 24);
  color: #1f1f1f;
}

.article-detail .txt01 {
  font-size: clamp(0.875rem, 0.85rem + 0.13vw, 1rem);
  color: #2f2f2f;
  line-height: calc(28/16);
  width: 100%;
}

.article-detail .morebtn .arrow img {
  transform: scaleX(-1);
}





@media (max-width: 1180px) {
  .article-main .webgene-blog {
    gap: 35px 40px;
  }
}

@media (max-width: 1023px) {
  .article-list .cate-list .scroll-area {
    width: 100%;
  }

  .article-main .webgene-blog {
    grid-template-columns: repeat(2, 1fr);
  }

  .webgene-pagination {
    grid-column: 1/3;
  }


}

@media (max-width: 767px) {
  .article-list .inner {
    padding: 40px 0 120px;
    gap: 32px;
  }

  .article-detail .inner {
    padding: 40px 0 120px;

  }

  .blogDetail-wrap {
    gap: 24px;
  }

  .article-detail .txt01 {
    padding-bottom: 64px;
  }



  .article-main .webgene-blog {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }

  .webgene-pagination {
    grid-column: 1/3;
  }

  .webgene-pagination ul .number {
    width: 28px;
    height: 27px;
  }

  .article-main .webgene-blog {
    grid-template-columns: 1fr;
  }

  .webgene-pagination {
    grid-column: 1/2;
  }
}