@charset "UTF-8";
/*
AUTH : ssooya
VERSION : version 2
*/
/**********
펑션
***********/
/**********
텍스트 자간
***********/
/**********
텍스트 말줄임
***********/
/**********
아이콘
***********/
.lab-top {
  width: 100%;
  height: 600px;
  background-image: url("../img/lab/top_image.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .lab-top {
    height: 310px;
  }
}
.lab-top .top-wrap {
  width: 100%;
}
.lab-top .top-wrap .txt-box {
  text-align: center;
}
@media (max-width: 1080px) {
  .lab-top .top-wrap .txt-box {
    padding: 0 20px;
  }
}
.lab-top .top-wrap .txt-box .tit {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.03px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .lab-top .top-wrap .txt-box .tit {
    font-size: 20px;
    letter-spacing: -0.01em;
    margin-bottom: 20px;
  }
}
.lab-top .top-wrap .txt-box .desc {
  color: #FFF;
  text-align: center;
  font-size: 45px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.03em;
}
@media (max-width: 768px) {
  .lab-top .top-wrap .txt-box .desc {
    font-size: 24px;
    letter-spacing: -0.02em;
  }
}
.lab-top .top-wrap .txt-box .desc .mo-br {
  display: none;
}
@media (max-width: 768px) {
  .lab-top .top-wrap .txt-box .desc .mo-br {
    display: inline;
  }
}

.detail {
  display: flex;
  width: 1280px;
  max-width: 1280px;
  padding: 240px 60px 0 60px !important;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media (max-width: 768px) {
  .detail {
    width: 100%;
    padding: 50px 20px 0 20px !important;
    gap: 20px;
  }
}
.detail .detail-top {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1080px) {
  .detail .detail-top {
    padding: 8px 0;
    margin-top: 48px;
  }
}
.detail .detail-top .list-btn {
  display: flex;
  padding: 0 18px 0 12px;
  height: 46px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 100px;
  border: 1px solid #121212;
  background: radial-gradient(100% 100% at 50% 0%, rgba(90, 41, 217, 0.15) 0%, rgba(90, 41, 217, 0) 100%);
  align-self: flex-start;
  text-decoration: none;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  box-sizing: border-box;
}
@media (max-width: 1080px) {
  .detail .detail-top .list-btn {
    height: 36px;
  }
}
.detail .detail-top .list-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-radius: 100px 100px 0 0;
  background: linear-gradient(to right, #121212 0%, #3A3E6D 50%, #121212 100%);
}
.detail .detail-top .list-btn .btn-txt {
  color: #FFF;
  text-align: center;
  font-family: "Pretendard Variable", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.18px;
}
@media (max-width: 1080px) {
  .detail .detail-top .list-btn .btn-txt {
    color: #FFF;
    text-align: center;
    font-family: "Pretendard Variable", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.13px;
  }
}
.detail .detail-top .list-btn .icon-box {
  display: flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1080px) {
  .detail .detail-top .list-btn .icon-box {
    width: 18px;
    height: 18px;
  }
}
.detail .detail-top .list-btn .icon-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.detail .detail-top .detail-label {
  color: #1EEB7D;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.02em;
}
.detail .detail-header {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  align-items: center;
}
.detail .detail-header .detail-title {
  color: #FFF;
  text-align: center;
  font-family: "Pretendard Variable", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.02em;
}
.detail .detail-header .labels {
  display: flex;
  gap: 24px;
}
.detail .detail-header .labels .label {
  display: inline-flex;
  padding: 9px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 24px;
  border: 1px solid #121212;
  background: radial-gradient(100% 100% at 50% 0%, rgba(90, 41, 217, 0.15) 0%, rgba(90, 41, 217, 0) 100%);
  backdrop-filter: blur(12px);
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.detail .detail-header .labels .label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-radius: 24px 24px 0 0;
  background: linear-gradient(to right, #121212 0%, #3A3E6D 50%, #121212 100%);
}
.detail .detail-header .labels .label .icon-box {
  display: flex;
  width: 24px;
  height: 24px;
  padding: 6px;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  background: #1EEB7D;
  flex-shrink: 0;
}
.detail .detail-header .labels .label .icon-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.detail .detail-header .labels .label .txt {
  color: #FFF;
  text-align: center;
  font-family: "Pretendard Variable", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.28px;
}
@media (max-width: 768px) {
  .detail .detail-header .labels {
    order: 4;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
  }
  .detail .detail-header .labels .label {
    padding: 9px 15px;
    gap: 10px;
    border-radius: 24px;
    border: 1px solid #121212;
    background: radial-gradient(100% 100% at 50% 0%, rgba(90, 41, 217, 0.15) 0%, rgba(90, 41, 217, 0) 100%);
    backdrop-filter: blur(12px);
  }
  .detail .detail-header .labels .label::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-radius: 24px 24px 0 0;
    background: linear-gradient(to right, #121212 0%, #3A3E6D 50%, #121212 100%);
  }
}
.detail .detail-header .detail-subtitle {
  color: #797B89;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.02em;
}
@media (max-width: 768px) {
  .detail .detail-header {
    gap: 12px;
  }
  .detail .detail-header .detail-title {
    order: 2;
    color: #FFF;
    text-align: center;
    font-family: "Pretendard Variable", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* 23.4px */
    letter-spacing: -0.36px;
  }
  .detail .detail-header .detail-subtitle {
    order: 3;
    color: #797B89;
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 16.9px */
    letter-spacing: -0.26px;
  }
}
.detail .detail-contents {
  display: flex;
  flex-direction: column;
  gap: 45px;
  width: 100%;
  color: #FFF !important;
  font-family: "Pretendard Variable", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.32px;
  align-self: flex-start;
}
.detail .detail-contents * {
  color: #FFF !important;
}
.detail .detail-contents .content-img {
  display: flex;
  height: 640px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  aspect-ratio: 29/16;
  border-radius: 24px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .detail .detail-contents {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    gap: 24px;
  }
  .detail .detail-contents .content-img {
    border-radius: 0;
    height: auto;
    aspect-ratio: auto;
  }
}
.detail .detail-toc {
  display: flex;
  padding: 24px 18px;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  border-radius: 12px;
  border: 1px solid #121212;
  background: radial-gradient(100% 100% at 50% 0%, rgba(90, 41, 217, 0.15) 0%, rgba(90, 41, 217, 0) 100%);
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.detail .detail-toc::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-radius: 12px 12px 0 0;
  background: linear-gradient(to right, #121212 0%, #3A3E6D 50%, #121212 100%);
}
.detail .detail-toc .vertical-line {
  background: #1EEB7D;
  width: 2px;
  align-self: stretch;
}
.detail .detail-toc .toc-content {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.detail .detail-toc .toc-content .toc-title {
  color: #FFF;
  font-family: "Pretendard Variable", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.36px;
}
.detail .detail-toc .toc-content .toc-list {
  color: #FFF;
  font-family: "Pretendard Variable", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.36px;
}
.detail .detail-toc .toc-content .toc-list.indent {
  padding-left: 24px;
}
.detail .ai-analysis-link {
  color: #1EEB7D;
  font-family: "Pretendard Variable", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.36px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.detail .detail-medium-title {
  color: #FFF;
  font-family: "Pretendard Variable", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.6px;
  align-self: flex-start;
}
@media (max-width: 768px) {
  .detail .detail-medium-title {
    order: 1;
    align-self: center;
    text-align: center;
  }
}
.detail .detail-text {
  color: #FFF;
  font-family: "Pretendard Variable", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.32px;
  align-self: flex-start;
}
@media (max-width: 768px) {
  .detail .detail-text {
    order: 3;
    align-self: center;
    text-align: center;
  }
}
.detail .detail-small-title {
  color: #FFF;
  font-family: "Pretendard Variable", sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.42px;
  align-self: flex-start;
}
@media (max-width: 768px) {
  .detail .detail-small-title {
    order: 2;
    align-self: center;
    text-align: center;
  }
}
.detail table.detail-table {
  width: 100%;
  max-width: 1280px;
  border-radius: 12px;
  border: 1px solid #121212;
  background: radial-gradient(100% 100% at 50% 0%, rgba(90, 41, 217, 0.15) 0%, rgba(90, 41, 217, 0) 100%);
  position: relative;
  box-sizing: border-box;
}
.detail table.detail-table::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-radius: 12px 12px 0 0;
  background: linear-gradient(to right, #121212 0%, #3A3E6D 50%, #121212 100%);
}
.detail table.detail-table {
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
}
.detail table.detail-table thead th {
  background: rgba(255, 255, 255, 0.03);
}
.detail table.detail-table th,
.detail table.detail-table td {
  padding: 18px 24px;
  color: #FFF;
  font-family: "Pretendard Variable", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.detail table.detail-table th:last-child,
.detail table.detail-table td:last-child {
  border-right: none;
}
.detail table.detail-table tr:last-child td {
  border-bottom: none;
}
.detail .download-box {
  display: flex;
  padding: 24px;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  border-radius: 12px;
  border: 1px solid #121212;
  background: radial-gradient(100% 100% at 50% 0%, rgba(90, 41, 217, 0.15) 0%, rgba(90, 41, 217, 0) 100%);
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.detail .download-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-radius: 12px 12px 0 0;
  background: linear-gradient(to right, #121212 0%, #3A3E6D 50%, #121212 100%);
}
.detail .download-box .file-name {
  flex: 1;
  color: #FFF;
  font-family: "Pretendard Variable", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.36px;
  display: flex;
  align-items: center;
  text-align: center;
}
.detail .download-box .file-info {
  display: flex;
  align-items: center;
  gap: 12px;
}
.detail .download-box .file-info .file-size {
  color: #FFF;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.3px;
  margin-top: 2px;
}
.detail .download-box .file-info img {
  display: block;
}
.detail .list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-self: flex-start;
}
.detail .list-wrapper .detail-list-label {
  color: #FFF;
  font-family: "Pretendard Variable", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.36px;
  align-self: flex-start;
}
.detail .list-wrapper .detail-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-self: flex-start;
  padding-left: 20px;
  margin: 0;
}
.detail .list-wrapper .detail-list li {
  color: #FFF;
  font-family: "Pretendard Variable", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.36px;
  list-style-type: disc;
}
.detail .callout-box {
  display: flex;
  padding: 24px 18px;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  border-radius: 12px;
  border: 1px solid #121212;
  background: radial-gradient(100% 100% at 50% 0%, rgba(90, 41, 217, 0.15) 0%, rgba(90, 41, 217, 0) 100%);
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.detail .callout-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-radius: 12px 12px 0 0;
  background: linear-gradient(to right, #121212 0%, #3A3E6D 50%, #121212 100%);
}
.detail .callout-box .vertical-line {
  background: rgba(255, 255, 255, 0.3);
  width: 2px;
  align-self: stretch;
}
.detail .callout-box .callout-text {
  color: #FFF;
  font-family: "Pretendard Variable", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.36px;
}
@media (max-width: 768px) {
  .detail .detail-toc,
  .detail .ai-analysis-link,
  .detail .detail-table,
  .detail .download-box,
  .detail .list-wrapper,
  .detail .callout-box {
    display: none !important;
  }
}

.lab {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
@media (max-width: 768px) {
  .lab {
    margin-top: 50px !important;
    padding-top: 0 !important;
  }
}
@media (max-width: 768px) {
  .lab .tabs-group {
    overflow: hidden;
    width: 100%;
    padding: 0 10px;
  }
}
.lab .tabs-group .tabs-wrap {
  border-radius: 100px;
  border: 1px solid #121212;
  background: radial-gradient(100% 100% at 50% 0%, rgba(90, 41, 217, 0.15) 0%, rgba(90, 41, 217, 0) 100%);
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (max-width: 768px) {
  .lab .tabs-group .tabs-wrap {
    padding: 0 10px;
    width: auto;
    justify-content: flex-start;
    overflow-x: auto;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: relative;
  }
}
.lab .tabs-group .tabs-wrap::-webkit-scrollbar {
  display: none;
}
.lab .tabs-group .tabs-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-radius: 100px 100px 0 0;
  background: linear-gradient(to right, #121212 0%, #3A3E6D 50%, #121212 100%);
}
.lab .tabs-group .tabs-wrap .tab-arrow {
  display: none;
  top: 50%;
  transform: translateY(-50%);
}
.lab .tabs-group .tabs-wrap .tab-arrow .arrow-wrap {
  background: radial-gradient(100% 100% at 50% 0%, rgba(90, 41, 217, 0.15) 0%, rgba(90, 41, 217, 0) 100%) #2D2D2D;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: 100;
  position: relative;
}
@media (max-width: 1080px) {
  .lab .tabs-group .tabs-wrap .tab-arrow {
    padding: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 10;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 100%;
    background: radial-gradient(100% 100% at 50% 0%, rgba(90, 41, 217, 0.15) 0%, rgba(90, 41, 217, 0) 100%);
    overflow: hidden;
    box-sizing: border-box;
  }
}
.lab .tabs-group .tabs-wrap .tab-arrow img {
  width: 12px;
  height: 12px;
  object-fit: contain;
}
.lab .tabs-group .tabs-wrap .tab-arrow.tab-arrow-left {
  left: 8px;
}
.lab .tabs-group .tabs-wrap .tab-arrow.tab-arrow-right {
  right: 8px;
}
.lab .tabs-group .tabs-wrap .tabs {
  display: flex;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .lab .tabs-group .tabs-wrap .tabs {
    width: max-content;
    display: inline-flex;
    overflow-x: auto;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-y: hidden;
  }
  .lab .tabs-group .tabs-wrap .tabs::-webkit-scrollbar {
    display: none;
  }
}
.lab .tabs-group .tabs-wrap .tabs .tab-item {
  position: relative;
}
.lab .tabs-group .tabs-wrap .tabs .tab-item:hover .hash-tag {
  display: flex;
}
@media (max-width: 1080px) {
  .lab .tabs-group .tabs-wrap .tabs .tab-item:hover .hash-tag {
    display: none;
  }
}
.lab .tabs-group .tabs-wrap .tabs .hash-tag {
  display: none;
  padding: 6px 18px 6px 6px;
  align-items: center;
  flex: 1;
  min-width: 0;
  gap: 6px;
  border-radius: 100px;
  background: #FFFFFF;
  box-sizing: border-box;
  flex-shrink: 0;
  position: absolute;
  top: 58px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: max-content;
}
.lab .tabs-group .tabs-wrap .tabs .hash-tag:before {
  content: "";
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  z-index: 1;
}
.lab .tabs-group .tabs-wrap .tabs .hash-tag .icon-box {
  display: flex;
  width: 24px;
  height: 24px;
  padding: 6px;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  background: #1EEB7D;
  flex-shrink: 0;
}
.lab .tabs-group .tabs-wrap .tabs .hash-tag .icon-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.lab .tabs-group .tabs-wrap .tabs .hash-tag .txt {
  color: #000;
  text-align: center;
  font-family: "Pretendard Variable", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.18px;
}
.lab .tabs-group .tabs-wrap .tabs .tab {
  display: flex;
  padding: 12px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: transparent;
  border: none;
  flex-shrink: 0;
  position: relative;
}
.lab .tabs-group .tabs-wrap .tabs .tab .tab-txt {
  white-space: nowrap;
  color: #FFF;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 768px) {
  .lab .tabs-group .tabs-wrap .tabs .tab .tab-txt {
    font-size: 13px;
  }
}
.lab .tabs-group .tabs-wrap .tabs .tab.active {
  border-radius: 100px;
  background: #fff;
}
.lab .tabs-group .tabs-wrap .tabs .tab.active .tab-txt {
  color: #000;
}

.lab .tabs-group .tabs-wrap .tabs .tab:hover {
  cursor: pointer;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.1);
}
.lab .tabs-group .tabs-wrap .tabs .tab:hover .tab-txt {
  color: #FFF;
}
.lab .no-result {
  margin-top: 102px;
  width: 100%;
  max-width: 1160px;
}
@media (max-width: 1200px) {
  .lab .no-result {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .lab .no-result {
    margin-top: 32px;
  }
}
.lab .no-result {
  border-radius: 24px;
  border: 1px solid #121212;
  background: radial-gradient(100% 100% at 50% 0%, rgba(90, 41, 217, 0.15) 0%, rgba(90, 41, 217, 0) 100%);
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.lab .no-result::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-radius: 24px 24px 0 0;
  background: linear-gradient(to right, #121212 0%, #3A3E6D 50%, #121212 100%);
}
.lab .no-result {
  display: flex;
  justify-content: center;
  padding: 48px 24px;
  align-items: center;
  gap: 36px;
  flex: 1 0 0;
  color: #9393B0;
  font-family: "Pretendard Variable", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.72px;
}
.lab .lab-group {
  padding-top: 102px;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1080px) {
  .lab .lab-group {
    padding-top: 50px;
  }
}
.lab .lab-group ul.lab-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media (max-width: 1080px) {
  .lab .lab-group ul.lab-list {
    gap: 12px;
    margin: 0 auto;
    max-width: 460px;
  }
}
.lab .lab-group ul.lab-list li.lab-item {
  min-width: 0;
}
.lab .lab-group ul.lab-list li.lab-item .item-wrap {
  display: flex;
  align-items: center;
  border-radius: 18px;
  backdrop-filter: blur(12px);
  padding: 24px;
  border: 1px solid #121212;
  background: radial-gradient(26.36% 50% at 50% 0%, rgba(90, 41, 217, 0.06) 0%, rgba(90, 41, 217, 0) 100%), url("../img/lab/lab_bg.png");
  background-size: cover;
  background-position: center;
  position: relative;
  gap: 24px;
}
.lab .lab-group ul.lab-list li.lab-item .item-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-radius: 24px 24px 0 0;
  background: linear-gradient(to right, #121212 0%, #3A3E6D 50%, #121212 100%);
}
@media (max-width: 1080px) {
  .lab .lab-group ul.lab-list li.lab-item .item-wrap {
    display: flex;
    flex-direction: column;
  }
}
.lab .lab-group ul.lab-list li.lab-item .item-wrap .info-box {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
@media (max-width: 1080px) {
  .lab .lab-group ul.lab-list li.lab-item .item-wrap .info-box {
    width: 100%;
    order: 2;
    padding-top: 0;
  }
}
.lab .lab-group ul.lab-list li.lab-item .item-wrap .info-box .label-box {
  color: #1FEB7E;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.01em;
}
@media (max-width: 1080px) {
  .lab .lab-group ul.lab-list li.lab-item .item-wrap .info-box .label-box {
    font-size: 14px;
  }
}
.lab .lab-group ul.lab-list li.lab-item .item-wrap .info-box .date-box {
  color: #9393B0;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.02em;
}
.lab .lab-group ul.lab-list li.lab-item .item-wrap .info-box .subject-box {
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #fff;
}
.lab .lab-group ul.lab-list li.lab-item .item-wrap .info-box .subject-box.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 31px;
  height: 93px;
  max-width: 100%;
  height: auto;
}
@media (max-width: 1080px) {
  .lab .lab-group ul.lab-list li.lab-item .item-wrap .info-box .subject-box.text-ellipsis {
    line-height: 23px;
  }
}
@media (max-width: 1080px) {
  .lab .lab-group ul.lab-list li.lab-item .item-wrap .info-box .subject-box {
    font-size: 18px;
  }
}
.lab .lab-group ul.lab-list li.lab-item .item-wrap .info-box .tag-list {
  display: flex;
  flex-flow: row wrap;
  gap: 9px;
}
@media (max-width: 1080px) {
  .lab .lab-group ul.lab-list li.lab-item .item-wrap .info-box .tag-list {
    gap: 6px;
  }
}
.lab .lab-group ul.lab-list li.lab-item .item-wrap .info-box .tag-list .tag-item {
  border-radius: 24px;
  padding: 0 15px;
  height: 37px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.01em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1F1C2A;
}
@media (max-width: 1080px) {
  .lab .lab-group ul.lab-list li.lab-item .item-wrap .info-box .tag-list .tag-item {
    height: 30px;
    font-size: 14px;
    padding: 0 12px;
    border-radius: 18px;
  }
}
.lab .lab-group ul.lab-list li.lab-item .item-wrap .view-box {
  flex-shrink: 0;
  width: 267px;
}
@media (max-width: 1080px) {
  .lab .lab-group ul.lab-list li.lab-item .item-wrap .view-box {
    width: 100%;
    order: 1;
  }
}
.lab .lab-group ul.lab-list li.lab-item .item-wrap .view-box .img-box {
  aspect-ratio: 267/200;
  display: flex;
}
.lab .lab-group ul.lab-list li.lab-item .item-wrap .view-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lab .lab-group .lab-more {
  padding-top: 36px;
}
@media (max-width: 1080px) {
  .lab .lab-group .lab-more {
    padding-top: 20px;
  }
}

article.paging {
  padding-top: 36px;
}
@media (max-width: 767px) {
  article.paging {
    padding-top: 20px;
  }
}
article.paging .paging-list {
  padding: 24px 0;
}
article.paging .paging-list .nav-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
article.paging .paging-list .nav-box .paging-btn {
  width: 42px;
  height: 42px;
}
@media (max-width: 767px) {
  article.paging .paging-list .nav-box .paging-btn {
    width: 38px;
    height: 38px;
  }
}
article.paging .paging-list .nav-box .paging-btn.prev {
  background: url("../img/lab/ic_paging_prev.svg") no-repeat center;
  margin-right: 12px;
}
@media (max-width: 767px) {
  article.paging .paging-list .nav-box .paging-btn.prev {
    margin-right: 6px;
  }
}
article.paging .paging-list .nav-box .paging-btn.next {
  background: url("../img/lab/ic_paging_next.svg") no-repeat center;
  margin-left: 12px;
}
@media (max-width: 767px) {
  article.paging .paging-list .nav-box .paging-btn.next {
    margin-left: 6px;
  }
}
article.paging .paging-list .nav-box .paging-btn:disabled {
  opacity: 0.6;
}
article.paging .paging-list .num-list {
  display: inline-flex;
  align-items: center;
}
article.paging .paging-list .num-list .num-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  font-size: 24px;
  font-weight: 700;
  color: #9393B0;
}
@media (max-width: 767px) {
  article.paging .paging-list .num-list .num-btn {
    width: 28px;
    height: 28px;
    font-size: 14px;
  }
}
article.paging .paging-list .num-list .num-btn.current {
  color: #85B4F5;
}

.page-navigation {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  margin: 63px auto 240px auto;
  padding: 0 60px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .page-navigation {
    flex-direction: column;
    gap: 12px;
    padding: 0 20px;
    margin: 36px auto 100px auto;
  }
}
.page-navigation .nav-group {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 768px) {
  .page-navigation .nav-group {
    flex-direction: row;
    align-items: center;
    gap: 12px;
    width: 100%;
  }
  .page-navigation .nav-group.next {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    justify-content: flex-end;
  }
}
.page-navigation .nav-btn {
  display: flex;
  padding: 15px 21px;
  align-items: center;
  gap: 60px;
  border-radius: 100px;
  border: 1px solid #121212;
  background: radial-gradient(100% 100% at 50% 0%, rgba(90, 41, 217, 0.15) 0%, rgba(90, 41, 217, 0) 100%);
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.page-navigation .nav-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-radius: 100px 100px 0 0;
  background: linear-gradient(to right, #121212 0%, #3A3E6D 50%, #121212 100%);
}
.page-navigation .nav-btn {
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  .page-navigation .nav-btn {
    gap: 10px;
  }
}
.page-navigation .nav-btn span {
  color: #FFF;
  font-family: "Pretendard Variable", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.36px;
}
.page-navigation .nav-title {
  color: #FFF;
  font-family: "Pretendard Variable", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.36px;
}

/*# sourceMappingURL=lab.css.map */
