@charset "utf-8";

.scroll-hint-icon {
  top: 0;
  height: 90%;
}

.scroll-hint-icon:before {
  height: 26px;
}


.webgene-blog .webgene-item .news-tit {
  font-family: var(--sans);
  font-weight: 500;
  font-size: clamp(1rem, 0.97rem + 0.13vw, 1.125rem);
  line-height: calc(26/18);
  color: #000;
  margin-bottom: 16px;
}

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

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

.webgene-blog .webgene-item {
  padding-bottom: 8px;
  border-bottom: 1px solid #c90601;
}

.webgene-blog .webgene-item .webgeneLink {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.webgene-blog .webgene-item .txt01 {
  font-family: var(--sans);
  font-weight: 500;
  font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
  line-height: calc(24 / 16);
  color: #7b7b7b;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 20px;
}

.webgene-blog .webgene-item .date {
  font-family: var(--sans);
  font-weight: 500;
  font-size: clamp(0.75rem, 0.689rem + 0.26vw, 1rem);
  text-align: right;
  color: #7b7b7b;
  width: 100%;
}

.webgene-blog .webgene-item .cate {
  font-family: var(--sans);
  font-weight: 500;
  font-size: clamp(0.875rem, 0.814rem + 0.26vw, 1.125rem);
  text-align: center;
  color: #fff;
  border-radius: 3px;
  background: #c90601;
  padding: 0 9px;
  margin-bottom: 8px;
}

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

.article-list .cate-list {
  width: 90%;
  overflow: hidden;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 20px 65px;
}

.article-list .cate-list .webgene-blog .webgene-item {
  padding: 0;
  border-bottom: none;
  padding: 0 25px;
  border-right: 1px solid #cbcbcb;
}

.article-list .cate-list .scroll-area {
  width: 100%;
  overflow: auto;
}

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

.article-list .cate-list .scroll-area .cate-wrap>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 20px;
  transition: .4s ease;
  white-space: nowrap;
  border-radius: 5px;
}

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



.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;
  border-radius: 5px;
}

.article-list .cate-list .cate-wrap {
  padding-right: 24px;
  border-right: 1px solid #cbcbcb;
}

.article-list .cate-list .webgene-item a {
  transition: var(--default);
  padding: 16px 20px;
  border-radius: 5px;
  display: block;
}




.article-main .webgene-blog {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

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

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


.article-list .cate-list .scroll-area {

  cursor: grab;

  user-select: none;

}

.article-list .cate-list .scroll-area.is-dragging {

  cursor: grabbing;

}




.webgene-pagination {
  margin-top: 40px;
  width: 100%;
  grid-column: 1/2;
}

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

.webgene-pagination ul .number {
  font-weight: 600;
  font-size: 20px;
  color: #000;
  transition: var(--default);
  padding: 14px 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.webgene-pagination ul .number.selected,
.webgene-pagination ul .number:hover {
  color: #FFF;
  background: #c90601;
}

.article-detail {
  background-color: #FDF9F9;
}

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

.article-detail .article-wrapper {
  width: 90%;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin: 0 auto;
  padding: 40px 0 80px;
}

.article-detail .article-wrapper .webgene-blog {
  width: 90%;
  margin: 0 auto;
}

.article-detail .article-wrapper .webgene-blog .webgene-item {
  padding: 0;
  border: none;
}

.article-detail .article-wrapper .webgene-blog .txt01 {
  margin: 0;
  display: block;

  -webkit-box-orient: initial;

  -webkit-line-clamp: unset;

  overflow: visible;
}

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

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

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

.article-detail .blogDetail-wrap-title {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-bottom: 24px;
  border-bottom: 1px solid #c9c9c9;
}

.article-detail .element {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
}

.article-detail .element .date {
  width: auto;
}

.article-detail .element .cate {
  margin-bottom: 0;
}

.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: 1023px) {
  .article-list .inner {
    width: 90%;
  }

  .article-list .cate-list .scroll-area {
    width: 100%;
  }

  .article-list .cate-list {
    padding: 15px 48px;
    width: 100%;
  }

  .article-list .cate-list .scroll-area .cate-wrap>a {
    padding: 10px 12px;
  }

  .article-list .cate-list .cate-wrap {
    padding-right: 18px;
  }

  .article-list .cate-list .webgene-blog .webgene-item {
    padding: 0 18px;
  }



}

@media (max-width: 767px) {

  .breadlist {
    width: 80%;
  }

  .article-list .inner {
    padding: 24px 0 120px;
    gap: 64px;
  }

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

  .article-detail .article-wrapper {
    width: 100%;
    padding: 24px 0 32px;
  }

  .article-detail .blogDetail-wrap-title {
    gap: 7px;
  }







  .webgene-pagination ul .number {
    padding: 5px 10px;
  }

}

.newsDetailTxt h2{
  padding: 1rem .5rem 1rem 1.5rem;
  border-left: 6px solid #567EB4;
  background-color: #F0F0F0;
  font-size: 1.5rem;
}