@charset "utf-8";

.article-list .inner {
  padding: 80px 0 120px;
  display: flex;
  flex-direction: column;
  gap: 76px;
}

.article-list .cate-list .scroll-area {
  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>a {
  font-weight: 700;
  font-size: clamp(0.875rem, 0.784rem + 0.39vw, 1.25rem);
  color: #0b3570;
  padding: 14px 64px 14px 0;
  position: relative;
  border-right: 1px solid #adadad;
  white-space: nowrap;
}

.article-list .cate-list .webgene-item a {
  font-weight: 700;
  font-size: clamp(0.875rem, 0.814rem + 0.26vw, 1.125rem);
  padding: 14px 64px 14px 64px;
  color: #192633;
  border-right: 1px solid #adadad;
  transition: 0.4s ease;
  white-space: nowrap;
}

.article-main {
  margin-bottom: 80px;
}

.article-main .webgene-blog {
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.article-main .webgeneLink {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 51px;
  font-weight: 700;
  align-items: center;
  font-size: clamp(0.875rem, 0.814rem + 0.26vw, 1.125rem);
  transition: var(--default);
  color: #192633;
  padding-bottom: 20px;
}

.article-main .webgeneLink:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

.article-main .webgeneLink .ItemTit {
  width: 90%;
  font-weight: 700;
  font-size: clamp(0.875rem, 0.814rem + 0.26vw, 1.125rem);
  color: #192633;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}

.article-main .webgeneLink .arrow {
  width: 6px;
  height: 9px;
  margin-left: auto;
}

.article-main .webgene-item {
  border-bottom: 1px solid #000;
}

.webgene-pagination {
  width: 100%;
}

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

.webgene-pagination ul .number {
  width: 30px;
  height: 35px;
  font-weight: 400;
  font-size: clamp(1.188rem, 1.112rem + 0.32vw, 1.5rem);
  display: flex;
  align-items: center;
  justify-content: center;

  color: #c3c3c3;

  transition: var(--default);
}

.webgene-pagination ul .number.selected,
.webgene-pagination ul .number:hover {
  border-bottom: 2px solid #0b3570;
  color: #0b3570;
}

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

.article-detail .box {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.16);
}

.article-detail .box .box-inner {
  padding: 65px 0 80px;
  width: 90%;
  margin: 0 auto;
}

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

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

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

.article-detail .inTit01 {
  font-weight: 700;
  font-size: clamp(0.875rem, 0.784rem + 0.39vw, 1.25rem);
  line-height: calc(29 / 20);
  color: #192633;
  margin-bottom: 12px;
}

.article-detail .txt01 {
  font-weight: 400;
  font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
  line-height: calc(24 / 16);
  color: #000;
}

.article-detail .morebtn {
  max-width: 242px;
  margin: 0 auto;
  width: 100%;
}

@media (max-width: 1200px) {}

@media (max-width: 767px) {
  .article-list .cate-list {
    width: 90%;
    margin: 0 auto 48px;
  }

  .article-list .inner {
    padding: 30px 0 80px;
    width: 90%;
  }

  .article-list .cate-list>a,
  .article-list .cate-list .webgene-item a {
    padding: 5px 23px;
  }

    .article-list .cate-list .scroll-area,
  .article-list .cate-list .webgene-blog {
    gap: 10px;
  }

  .article-list .inner .linkarea {
    width: 70%;
    margin: 0 auto;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .article-main .webgene-blog {
    gap: 32px;
  }

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

  .article-detail .inner {
    padding: 60px 0;
    width: 90%;
  }

  .article-detail .blogItemText {
    gap: 16px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .article-detail .blogDetailImg {
    margin-bottom: 30px;
  }

  .article-detail .txt01 {
    width: 90%;
    margin: 0 auto 34px;
    padding-bottom: 30px;
  }
}