@charset "UTF-8";
/**
 * AI SORTER PAGE SCSS
 * AI 선별기 페이지
 */
/* ========================================
   Sub Tabs (탭메뉴)
   ======================================== */
.sub-tabs {
  background-color: #ffffff;
  border-bottom: 0.0625rem solid #e1e1e4;
}
.sub-tabs-inner {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  height: 3.75rem;
}
@media only screen and (max-width: 767px) {
  .sub-tabs-inner {
    overflow-x: auto;
    gap: 2px;
  }
  .sub-tabs-inner::-webkit-scrollbar {
    display: none;
  }
}

.sub-tab-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.625rem;
  font-family: "Pretendard", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
  color: #505050;
  text-decoration: none;
  border: 0;
  border-bottom: 2px solid transparent;
  height: 100%;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.sub-tab-item:hover {
  color: #367cfe;
}
.sub-tab-item.active {
  color: #367cfe;
  font-weight: 700;
  border-bottom-color: #367cfe;
}
@media only screen and (max-width: 767px) {
  .sub-tab-item {
    font-size: 0.875rem;
    padding: 0.5rem;
  }
}

/* ========================================
   AI Sorter Section
   ======================================== */
.ai-sorter-section {
  display: flex;
  flex-direction: column;
  gap: 6.25rem;
  padding-top: 5rem;
  padding-bottom: 10rem;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .ai-sorter-section {
    gap: 5rem;
    padding-top: 3.75rem;
    padding-bottom: 7.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .ai-sorter-section {
    gap: 3.75rem;
    padding-top: 2.5rem;
    padding-bottom: 5rem;
  }
}

/* ========================================
   Header Section
   ======================================== */
.sorter-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .sorter-header {
    gap: 0.375rem;
  }
}

.header-icon {
  position: relative;
  width: 3rem;
  height: 3rem;
  padding: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-icon img {
  width: 2.113rem;
  height: 2.113rem;
  display: block;
}
.header-icon .icon-1 {
  position: relative;
  z-index: 1;
}
.header-icon .icon-2 {
  position: absolute;
  left: 0.86125rem;
  top: 0.83688rem;
  transform: rotate(180deg);
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .header-icon {
    width: 2.25rem;
    height: 2.25rem;
  }
  .header-icon img {
    width: 1.5rem;
    height: 1.5rem;
  }
  .header-icon .icon-2 {
    left: 0.5rem;
    top: 0.5rem;
  }
}

.sorter-title {
  font-family: "Pretendard", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
  color: #111111;
  text-align: center;
  margin: 0;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .sorter-title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .sorter-title {
    font-size: 1.75rem;
  }
}

.sorter-desc {
  font-family: "Pretendard", sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #505050;
  text-align: center;
  margin: 0;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .sorter-desc {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .sorter-desc {
    font-size: 1rem;
  }
  .sorter-desc br {
    display: none;
  }
}

/* ========================================
   Process Section
   ======================================== */
.process-section {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.process-content {
  display: flex;
  gap: 2.5rem;
  align-items: flex-start;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .process-content {
    flex-flow: column nowrap;
  }
}
@media only screen and (max-width: 767px) {
  .process-content {
    flex-direction: column;
    gap: 2rem;
  }
}

.process-image-wrapper {
  position: relative;
  flex-shrink: 0;
  width: 45.625rem;
  height: 34.25rem;
  border-radius: 1.25rem;
  background: rgba(0, 0, 0, 0.03);
  overflow: hidden;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .process-image-wrapper {
    width: 100%;
    height: auto;
    aspect-ratio: 730/548;
  }
}
@media only screen and (max-width: 767px) {
  .process-image-wrapper {
    width: 100%;
    height: auto;
    aspect-ratio: 730/548;
  }
}

.process-main-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1279px) and (min-width: 768px), only screen and (max-width: 767px) {
  .process-main-image {
    width: 100%;
    height: 100%;
  }
}

.process-badges {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.process-badge {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.375rem 0.75rem;
  background: #98A4AE;
  border-radius: 2.5rem;
  font-family: "Pretendard", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  box-shadow: 0 0 0 0.625rem rgba(152, 164, 174, 0.23);
}
.process-badge.active {
  background: #367CFE;
  box-shadow: 0 0 0 0.625rem rgba(54, 124, 254, 0.23);
}
.process-badge.badge-01 {
  top: 42%;
  left: 13.15%;
}
.process-badge.badge-02 {
  top: 30%;
  left: 39.45%;
}
.process-badge.badge-03 {
  top: 30%;
  left: 50.41%;
}
.process-badge.badge-04 {
  top: 35%;
  left: 62.74%;
}
.process-badge.badge-05 {
  top: 45%;
  left: 81.23%;
}
.process-badge.badge-06 {
  top: 62%;
  left: 81.23%;
}

.process-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding-top: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .process-info {
    padding-top: 0;
    gap: 1.875rem;
  }
}

.process-intro {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.process-label {
  font-family: "Pretendard", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5;
  color: #367CFE;
}
@media only screen and (max-width: 767px) {
  .process-label {
    font-size: 1rem;
  }
}

.process-title {
  font-family: "Pretendard", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #111111;
  margin: 0;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .process-title {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .process-title {
    font-size: 1.5rem;
  }
}

.process-list {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .process-list {
    gap: 1.25rem;
  }
}

.process-item {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  padding: 1.875rem;
  background: #F8F8FA;
  border-radius: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .process-item {
    padding: 1.25rem;
    gap: 0.5rem;
  }
}

.process-item-header {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.process-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.0625rem 0.75rem;
  background: #367CFE;
  border-radius: 1.9375rem;
  font-family: "Pretendard", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
  color: #ffffff;
}

.process-item-content {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0 0.25rem;
}
@media only screen and (max-width: 767px) {
  .process-item-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }
}

.process-item-title {
  font-family: "Pretendard", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5;
  color: #367CFE;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .process-item-title {
    font-size: 1.125rem;
  }
}

.process-item-desc {
  font-family: "Pretendard", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #111111;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .process-item-desc {
    font-size: 0.875rem;
  }
}

/* ========================================
   Section Divider
   ======================================== */
.section-divider {
  border: none;
  border-top: 0.125rem solid #367CFE;
  margin: 0;
}

/* ========================================
   Capacity Section
   ======================================== */
.capacity-section {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.capacity-header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .capacity-header {
    gap: 0.375rem;
  }
}

.capacity-label {
  font-family: "Pretendard", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5;
  color: #367CFE;
}
@media only screen and (max-width: 767px) {
  .capacity-label {
    font-size: 1rem;
  }
}

.capacity-title {
  font-family: "Pretendard", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #111111;
  margin: 0;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .capacity-title {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .capacity-title {
    font-size: 1.5rem;
  }
}

.capacity-highlight {
  font-family: "Pretendard", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #111111;
  margin: 0;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .capacity-highlight {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .capacity-highlight {
    font-size: 1.5rem;
  }
}

.highlight-text {
  color: #367CFE;
}

.capacity-desc {
  font-family: "Pretendard", sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #505050;
  margin: 0;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .capacity-desc {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .capacity-desc {
    font-size: 1rem;
  }
}

.capacity-image {
  width: 100%;
  height: 30rem;
  border-radius: 1.25rem;
  overflow: hidden;
}
.capacity-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .capacity-image {
    height: 25rem;
  }
}
@media only screen and (max-width: 767px) {
  .capacity-image {
    height: 18.75rem;
  }
}

/* ========================================
   Tech Section
   ======================================== */
.tech-section {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.tech-header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .tech-header {
    gap: 0.25rem;
  }
}

.tech-label {
  font-family: "Pretendard", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5;
  color: #367CFE;
}
@media only screen and (max-width: 767px) {
  .tech-label {
    font-size: 1rem;
  }
}

.tech-title {
  font-family: "Pretendard", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #111111;
  margin: 0;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .tech-title {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .tech-title {
    font-size: 1.5rem;
  }
}

.tech-desc {
  font-family: "Pretendard", sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #767676;
  height: 2.0625rem;
  margin: 0;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .tech-desc {
    font-size: 1.25rem;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .tech-desc {
    font-size: 1rem;
    height: auto;
  }
}

.tech-cards {
  display: flex;
  gap: 2.5rem;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .tech-cards {
    gap: 1.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .tech-cards {
    flex-direction: column;
    gap: 1.25rem;
  }
}

.tech-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  padding: 1.25rem;
  background: #F8F8FA;
  border: 1px solid #EFF2F6;
  border-radius: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .tech-card {
    padding: 1rem;
  }
}

.tech-card-header {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}

.tech-card-number {
  font-family: "Pretendard", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5;
  color: #367CFE;
  height: 2.0625rem;
}
@media only screen and (max-width: 767px) {
  .tech-card-number {
    font-size: 1rem;
    height: auto;
  }
}

.tech-card-title {
  font-family: "Pretendard", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  color: #111111;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .tech-card-title {
    font-size: 1rem;
  }
}

.tech-card-desc {
  font-family: "Pretendard", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #505050;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .tech-card-desc {
    font-size: 0.875rem;
  }
}

/* ========================================
   Effect Section
   ======================================== */
.effect-section {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.effect-header {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.effect-label {
  font-family: "Pretendard", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5;
  color: #367CFE;
}
@media only screen and (max-width: 767px) {
  .effect-label {
    font-size: 1rem;
  }
}

.effect-title {
  font-family: "Pretendard", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #111111;
  margin: 0;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .effect-title {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .effect-title {
    font-size: 1.5rem;
  }
}

.effect-list {
  display: block;
  font-family: "Pretendard", sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #111111;
  letter-spacing: -0.0344rem;
  margin: 0;
  padding-left: 2.0625rem;
}
.effect-list li {
  margin-bottom: 0;
  list-style: outside;
}
.effect-list li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .effect-list {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .effect-list {
    font-size: 1rem;
    padding-left: 1.5rem;
  }
}