/**
 * NextBio Website - 슈퍼 드롭 프로세스 페이지 스타일
 */

.super-drop-page {
    background: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    overflow-x: hidden;
    width: 100%;
    padding: 0;
}

.super-drop-page .inner {
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
    position: relative;
    box-sizing: border-box;
}

/* 도입부 텍스트 - HPP/초미세저온분쇄와 동일: 상단 160px, 하단은 다음 섹션 padding으로 */
.super-drop-page .intro-section {
    width: 100%;
    padding: 160px 0 0 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    justify-content: center;
}

.super-drop-page .title-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}

.super-drop-page .sd-title {
    font-size: 64px;
    font-weight: 800;
    color: #000000;
    margin: 0;
    font-family: var(--font-family-suit);
    font-weight: 800;
    line-height: 1.2;
}

.super-drop-page .sd-eng {
    font-size: 24px;
    color: #808284;
    font-weight: 700;
    font-family: "Suit-Bold", sans-serif;
}

.super-drop-page .sd-description {
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    margin: 0;
    font-family: var(--font-family-suit);
    font-weight: 500;
    line-height: 1.6;
}

.super-drop-page .sd-section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 160px 240px;
    min-height: 960px;
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
}

/* 풀페이지 스크롤: JS(super-drop-fullpage.js)로 휠 시 섹션 단위 전환 */
@media (min-width: 1025px) {
    html.super-drop-snap {
        scroll-behavior: auto;
    }

    body.super-drop-snap {
        overflow-x: hidden;
    }

    /* 인트로는 콘텐츠 높이만 사용 (100vh 제거 → 큰 화면에서 1905px 등 과도한 높이 방지) */
    .super-drop-page .intro-section {
        flex-shrink: 0;
    }

    .super-drop-page .sd-section {
        height: 100vh;
        min-height: 100vh;
        flex-shrink: 0;
    }
}

.super-drop-page .sd-section .container {
    width: 100%;
    max-width: 1920px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 122px;
    z-index: 2;
}

.super-drop-page .sd-section .txt-side {
    flex: 1;
    max-width: 610px;
}

.super-drop-page .sd-section .label-group .num {
    display: block;
    color: var(--main, #8dc63f);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
}

.super-drop-page .sd-section .label-group .title {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 12px;
    color: #000000;
    margin-top: 0;
    font-family: var(--font-family-suit);
}

.super-drop-page .sd-section .label-group .sub-title {
    color: var(--gray-01, #808284);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 60px;
}

.super-drop-page .sd-section.section-02 .label-group .title {
    line-height: 1.35;
}

.super-drop-page .sd-section .img-side {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    flex-shrink: 0;
}

.super-drop-page .sd-section .bg-deco {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
    opacity: 0.05;
    z-index: 1;
    pointer-events: none;
}

.super-drop-page .sd-section .shadow-img {
    box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.4);
    object-fit: cover;
}

.super-drop-page .sd-section .cert-img {
    max-width: 420px;
    width: 100%;
    height: auto;
    border-radius: 16px;
    border: 1px solid var(--gray-02, #dfdfdf);
    object-fit: contain;
}

.super-drop-page .sd-section .wide-img {
    width: 100%;
    max-width: 708px;
    height: 400px;
    border-radius: 32px;
}

.super-drop-page .sd-section .content-side.process-wrap {
    flex: 1.2;
    display: flex;
    align-items: stretch;
    gap: 24px;
}

.super-drop-page .sd-section .process-box {
    flex: 1 1 0;
    min-width: 260px;
    min-height: 340px;
    background: #fff;
    border-radius: 16px;
    padding: 30px 24px;
    box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.super-drop-page .sd-section .icon-circle {
    width: 168px;
    height: 168px;
    border-radius: 50%;
    background: var(--sub-bg, #f4faec);
    border: 1px dashed var(--main, #8dc63f);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.super-drop-page .sd-section .icon-circle img {
    width: 70%;
    height: auto;
    object-fit: contain;
}

.super-drop-page .sd-section .box-txt {
    text-align: center;
}

.super-drop-page .sd-section .box-txt h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 12px 0;
    font-family: "Suit-Bold", sans-serif;
}

.super-drop-page .sd-section .box-txt p {
    font-size: 20px;
    color: #555555;
    text-align: left;
    line-height: 1.5;
    margin: 0 0 8px 0;
}

.super-drop-page .sd-section .box-txt p .dot {
    display: inline;
    width: auto;
    height: auto;
    background: none;
    border-radius: 0;
    color: var(--main, #8dc63f);
    margin-right: 4px;
    font-size: 0.5em;
    vertical-align: middle;
}

.super-drop-page .sd-section .arrow {
    flex-shrink: 0;
}

.super-drop-page .sd-section .content-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 122px;
}

.super-drop-page .sd-section .content-flex.column {
    flex-direction: column;
    gap: 60px;
}

.super-drop-page .text-box {
    display: flex;
    flex-direction: column;
    gap: 40px;
    flex: 1;
}

.super-drop-page .text-box.center {
    text-align: center;
    align-items: center;
}

.super-drop-page .sec-num {
    color: var(--main, #8dc63f);
    font-size: 24px;
    font-weight: 700;
    font-family: "Suit-Bold", sans-serif;
    margin: 0;
}

.super-drop-page .sec-title {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    color: #000000;
    margin: 0;
    font-family: var(--font-family-suit);
    font-weight: 800;
}

.super-drop-page .sec-subtitle {
    font-size: 24px;
    color: #808284;
    font-weight: 700;
    font-family: "Suit-Bold", sans-serif;
    margin: 0;
}

.super-drop-page .sec-subtitle.gray {
    color: #808284;
}

/* 불렛 리스트 스타일 */
.super-drop-page .bullet-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.super-drop-page .bullet-list.center {
    text-align: center;
}

.super-drop-page .bullet-list li {
    position: relative;
    padding-left: 20px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 15px;
    word-break: keep-all;
    font-family: var(--font-family-suit);
    font-weight: 500;
    color: #000000;
}

.super-drop-page .bullet-list li:last-child {
    margin-bottom: 0;
}

.super-drop-page .bullet-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #000000;
}

.super-drop-page .bullet-list li.point-orange {
    color: var(--point-01, #f5821f);
}

.super-drop-page .bullet-list li.point-orange::before {
    color: var(--point-01, #f5821f);
}

.super-drop-page .bullet-list li.inline {
    display: inline;
    padding-left: 0;
    margin: 0;
}

.super-drop-page .bullet-list li.inline::before {
    display: none;
}

.super-drop-page .point-orange {
    color: var(--point-01, #f5821f);
}

/* 이미지 박스 */
.super-drop-page .img-box {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 섹션 전체 이미지 */
.super-drop-page .section-full-img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
}

.super-drop-page .full-img-section {
    padding: 0 !important;
    margin: 0 !important;
    min-height: 0 !important;
    width: 100%;
    max-width: 100%;
}

.super-drop-page .full-img-section .section-full-img {
    width: 100%;
    max-width: 100%;
}

/* 풀 이미지 섹션 간 gap 제거 */
.super-drop-page > .full-img-section + .full-img-section {
    margin-top: 0 !important;
}

/* intro-section 다음 첫 번째 full-img-section의 gap 제거 */
.super-drop-page > .intro-section + .full-img-section {
    margin-top: 0 !important;
}

.super-drop-page .cert-img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
}

.super-drop-page .shadow-img {
    width: 100%;
    max-width: 708px;
    border-radius: 8px;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
}

/* 섹션 01: NET 인증 - 다른 기술 페이지와 동일한 컨테이너/이미지 위치 */
.super-drop-page .sd-section.section-01 .container {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.super-drop-page .section-01 {
    position: relative;
}

.super-drop-page .bg-watermark {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    opacity: 0.05;
    z-index: 0;
    overflow: hidden;
}

.super-drop-page .bg-watermark img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.super-drop-page .section-01 .content-flex {
    position: relative;
    z-index: 1;
}

.super-drop-page .sd-section.section-02 {
    padding: 160px 240px;
    box-sizing: border-box;
}

.super-drop-page .sd-section.section-02 .container {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    gap: 122px;
    align-items: center;
}

.super-drop-page .sd-section.section-02 .txt-side.txt {
    flex: 1;
    max-width: 610px;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.super-drop-page .sd-section.section-02 .label-group.p {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.super-drop-page .sd-section.section-02 .txt-side .num {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 0;
}

.super-drop-page .sd-section.section-02 .txt-side .title.crushing-micro-cutting {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 0;
}

.super-drop-page .sd-section.section-02 .bullet-list.section-02-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.super-drop-page .sd-section.section-02 .bullet-list.section-02-list li {
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative;
}

.super-drop-page .sd-section.section-02 .bullet-list.section-02-list li:last-child {
    margin-bottom: 0;
    white-space: nowrap;
}

.super-drop-page .sd-section.section-02 .bullet-list.section-02-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #000000;
    font-size: 24px;
    line-height: 36px;
}

.super-drop-page .sd-section.section-02 .content {
    flex-shrink: 0;
    width: 708px;
    height: 640px;
    position: relative;
}

.super-drop-page .sd-section.section-02 .box-wrap,
.super-drop-page .sd-section.section-02 .box-wrap * {
    box-sizing: border-box;
}

.super-drop-page .sd-section.section-02 .box-wrap {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    left: 48px;
    top: 50%;
    transform: translateY(-50%);
}

.super-drop-page .sd-section.section-02 .box {
    background: var(--fff, #ffffff);
    border-radius: 16px;
    padding: 30px 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    width: 340px;
    min-height: 380px;
    box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.4);
    overflow: hidden;
}

.super-drop-page .sd-section.section-02 .box .icon-circle.img {
    background: var(--sub, #f4faec);
    border-radius: 999px;
    border: 1px dashed var(--main, #8dc63f);
    flex-shrink: 0;
    width: 168px;
    height: 168px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.super-drop-page .sd-section.section-02 .box .icon-circle.img img {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
}

.super-drop-page .sd-section.section-02 .box .box-txt.p {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
}

.super-drop-page .sd-section.section-02 .box .crushing-process,
.super-drop-page .sd-section.section-02 .box .micro-cutting-process {
    color: var(--000, #000000);
    text-align: center;
    font-family: var(--p-24-font-family);
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin: 0;
}

.super-drop-page .sd-section.section-02 .box .particle-reduction,
.super-drop-page .sd-section.section-02 .box ._100-m {
    width: 100%;
    text-align: left;
    font-family: var(--p-20-r-font-family);
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    word-break: keep-all;
    overflow-wrap: normal;
}

.super-drop-page .sd-section.section-02 .box .sd-02-line {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    line-height: 1.5;
}
.super-drop-page .sd-section.section-02 .box .sd-02-line + .sd-02-line {
    margin-top: 6px;
}
.super-drop-page .sd-section.section-02 .box .particle-reduction .particle-reduction-span,
.super-drop-page .sd-section.section-02 .box ._100-m ._100-m-span {
    flex-shrink: 0;
}

.super-drop-page .sd-section.section-02 .box .particle-reduction-span,
.super-drop-page .sd-section.section-02 .box ._100-m-span {
    color: var(--main, #8dc63f);
}

.super-drop-page .sd-section.section-02 .box .particle-reduction-span2,
.super-drop-page .sd-section.section-02 .box ._100-m-span2 {
    color: var(--555, #555555);
}

.super-drop-page .sd-section.section-02 .box ._100-m-line {
    word-break: keep-all;
}

.super-drop-page .sd-section.section-02 .union {
    flex-shrink: 0;
    width: 24px;
    height: 20px;
    position: relative;
    overflow: visible;
}

/* 섹션 06: 주요 고객사 */
.super-drop-page .sd-section.section-06 .section-06-desc {
    font-family: var(--font-family-suit);
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    color: #000000;
    margin: 0;
    position: relative;
    padding-left: 20px;
}

.super-drop-page .sd-section.section-06 .section-06-desc::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #000000;
}

.super-drop-page .sd-section.section-06 .section-06-logo {
    width: 100%;
    max-width: 708px;
    height: 400px;
    object-fit: contain;
    border-radius: 32px;
}

.super-drop-page .content-box {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.super-drop-page .process-box-wrap {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
}

.super-drop-page .process-card {
    background: #ffffff;
    border-radius: 8px;
    padding: 40px 30px;
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
}

.super-drop-page .circle-img-dashed {
    width: 168px;
    height: 168px;
    border-radius: 50%;
    border: 1px dashed var(--main, #8dc63f);
    background: #f4faec;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.super-drop-page .dot-group {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 20px;
}

.super-drop-page .dot-group .dot {
    width: 8px;
    height: 8px;
    background-color: var(--main, #8dc63f);
    border-radius: 50%;
}

.super-drop-page .circle-img-dashed img {
    width: 80%;
    height: auto;
}

.super-drop-page .arrow-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}

.super-drop-page .card-txt {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.super-drop-page .card-txt strong {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    font-family: "Suit-Bold", sans-serif;
    margin: 0;
}

.super-drop-page .card-txt p {
    font-size: 18px;
    color: #555555;
    line-height: 1.5;
    margin: 0;
    font-family: var(--font-family-suit);
    font-weight: 400;
}

/* 섹션 03, 04: 그라데이션 배경 */
.super-drop-page .white-gradient-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* 섹션 06: 주요고객사 */
.super-drop-page .section-06 {
    padding-bottom: 160px;
}

.super-drop-page .client-grid {
    background: #ffffff;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 708px;
    min-height: 400px;
    position: relative;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
    padding: 40px 20px;
    box-sizing: border-box;
}

.super-drop-page .client-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(33.333% - 20px);
    height: 100px;
    padding: 10px;
    box-sizing: border-box;
}

.super-drop-page .client-item img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

/* 반응형 */
@media (max-width: 1440px) {
    .super-drop-page .inner {
        padding: 0 120px;
    }

    .super-drop-page .sd-section {
        padding: 160px 120px;
    }
    
    .super-drop-page .sd-section .content-flex {
        gap: 80px;
    }
}

@media (max-width: 1200px) {
    .super-drop-page {
        padding: 120px 0;
        gap: 120px;
    }
    
    .super-drop-page .sd-section {
        padding: 120px 60px;
    }
    
    .super-drop-page .sd-section .container {
        gap: 40px;
    }
    
    .super-drop-page .sd-section .label-group .title {
        font-size: 36px;
    }
    
    .super-drop-page .sd-section .content-flex {
        gap: 50px;
    }
    
    .super-drop-page .shadow-img {
        max-width: 550px;
    }
}

@media (max-width: 1024px) {
    .super-drop-page .intro-section {
        padding: 100px 0 0 0;
    }

    .super-drop-page {
        padding: 100px 0;
        gap: 100px;
    }
    
    .super-drop-page .inner {
        padding: 0 40px;
    }
    
    .super-drop-page .sd-section {
        padding: 100px 40px;
        min-height: auto;
    }
    
    .super-drop-page .sd-section .container {
        flex-direction: column;
        text-align: center;
    }
    
    .super-drop-page .sd-section .txt-side {
        max-width: 100%;
    }
    
    .super-drop-page .sd-section .bullet-list {
        display: inline-block;
        text-align: left;
    }
    
    .super-drop-page .sd-section .content-side.process-wrap {
        flex-direction: column;
        width: 100%;
    }

    .super-drop-page .sd-section.section-02 {
        padding: 100px 40px;
    }

    .super-drop-page .sd-section.section-02 .container {
        gap: 32px;
        min-width: 0;
    }

    /* 섹션02 왼쪽: 02. Crushing & Micro Cutting, 불릿 = 다른 섹션과 동일 (1024: 36px, 24px) */
    .super-drop-page .sd-section.section-02 .txt-side .num {
        font-size: 24px;
    }
    .super-drop-page .sd-section.section-02 .txt-side .title.crushing-micro-cutting {
        font-size: 36px;
        line-height: 1.3;
    }
    .super-drop-page .sd-section.section-02 .bullet-list.section-02-list li {
        font-size: 24px;
        line-height: 1.5;
    }

    .super-drop-page .sd-section.section-02 .box-wrap {
        gap: 20px;
    }

    .super-drop-page .sd-section.section-02 .box {
        padding: 20px 18px;
        min-height: 0;
    }

    .super-drop-page .sd-section.section-02 .content {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        height: auto;
        min-height: 0;
        box-sizing: border-box;
    }

    .super-drop-page .sd-section.section-02 .box-wrap {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        flex-direction: column;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        align-items: center;
        box-sizing: border-box;
    }

    .super-drop-page .sd-section.section-02 .box {
        max-width: 100%;
        box-sizing: border-box;
    }

    .super-drop-page .sd-section.section-02 .box .box-txt.p,
    .super-drop-page .sd-section.section-02 .box .particle-reduction,
    .super-drop-page .sd-section.section-02 .box ._100-m {
        overflow-wrap: normal;
        word-break: keep-all;
    }

    .super-drop-page .sd-section.section-02 .union {
        transform: rotate(90deg);
        margin: 8px 0;
    }

    .super-drop-page .sd-section.section-02 .box .icon-circle.img {
        width: 100px;
        height: 100px;
    }

    /* 섹션02 박스 글자 = 다른 섹션과 동일 (1024: 본문 24px) */
    .super-drop-page .sd-section.section-02 .box .crushing-process,
    .super-drop-page .sd-section.section-02 .box .micro-cutting-process {
        font-size: 24px;
        line-height: 1.35;
    }

    .super-drop-page .sd-section.section-02 .box .particle-reduction,
    .super-drop-page .sd-section.section-02 .box ._100-m {
        font-size: 24px;
        line-height: 1.5;
    }
    
    .super-drop-page .sd-section .arrow {
        transform: rotate(90deg);
        margin: 10px 0;
    }
    
    .super-drop-page .sd-section .bg-deco {
        width: 80%;
        top: 20%;
    }
    
    .super-drop-page .sd-section .content-flex {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }
    
    .super-drop-page .text-box {
        width: 100%;
        align-items: center;
    }
    
    .super-drop-page .bullet-list {
        text-align: left;
    }
    
    .super-drop-page .bullet-list.center {
        text-align: center;
    }
    
    .super-drop-page .shadow-img,
    .super-drop-page .client-grid {
        width: 100%;
        max-width: 708px;
    }

    /* 섹션06 주요 고객사 = 다른 섹션과 통일 (1024px) */
    .super-drop-page .sd-section.section-06 .section-06-desc {
        font-size: 24px;
        line-height: 1.5;
    }
    .super-drop-page .sd-section.section-06 .section-06-logo {
        max-width: 100%;
        height: auto;
        min-height: 0;
    }
    
    .super-drop-page .process-box-wrap {
        flex-direction: column;
    }
    
    .super-drop-page .arrow-icon {
        transform: rotate(90deg);
    }
}

@media (max-width: 768px) {
    .super-drop-page .intro-section {
        padding: 80px 0 0 0;
    }

    .super-drop-page {
        padding: 60px 0;
        gap: 60px;
    }
    
    .super-drop-page .inner {
        padding: 0 20px;
    }
    
    .super-drop-page .sd-title {
        font-size: 40px;
    }
    
    .super-drop-page .sd-eng,
    .super-drop-page .sd-description {
        font-size: 18px;
    }
    
    .super-drop-page .sec-title {
        font-size: 32px;
    }
    
    .super-drop-page .sec-subtitle {
        font-size: 18px;
    }
    
    .super-drop-page .sd-section {
        padding: 60px 20px;
    }
    
    .super-drop-page .sd-section .label-group .title {
        font-size: 28px;
    }
    
    .super-drop-page .sd-section .label-group .sub-title {
        font-size: 18px;
        margin-bottom: 30px;
    }
    
    .super-drop-page .sd-section .bullet-list li {
        font-size: 18px;
    }
    
    .super-drop-page .sd-section .wide-img {
        height: auto;
        aspect-ratio: 16/9;
    }
    
    .super-drop-page .sd-section .cert-img {
        max-width: 320px;
        width: 100%;
        height: auto;
    }
    
    .super-drop-page .sd-section .process-box {
        width: 100%;
        max-width: 320px;
    }

    .super-drop-page .sd-section.section-02 {
        padding: 60px 20px;
    }

    .super-drop-page .sd-section.section-02 .container {
        padding: 0;
        gap: 28px;
        max-width: 100%;
        overflow-x: hidden;
    }

    /* 섹션02 왼쪽: 02. Crushing & Micro Cutting, 불릿 = 다른 섹션과 동일 (28px, 18px) */
    .super-drop-page .sd-section.section-02 .txt-side .num {
        font-size: 24px;
    }
    .super-drop-page .sd-section.section-02 .txt-side .title.crushing-micro-cutting {
        font-size: 28px;
        line-height: 1.35;
    }
    .super-drop-page .sd-section.section-02 .bullet-list.section-02-list li {
        font-size: 18px;
        line-height: 1.5;
    }

    .super-drop-page .sd-section.section-02 .content {
        max-width: 100%;
        overflow-x: hidden;
    }

    .super-drop-page .sd-section.section-02 .box-wrap {
        gap: 18px;
    }

    .super-drop-page .sd-section.section-02 .box {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        padding: 18px 16px;
        min-height: 0;
        box-sizing: border-box;
    }
    
    .super-drop-page .sd-section.section-02 .bullet-list.section-02-list li:last-child {
        white-space: normal;
    }
    
    .super-drop-page .sd-section.section-02 .box .icon-circle.img {
        width: 88px;
        height: 88px;
    }

    /* 섹션02 박스 글자 = 다른 섹션과 동일 (라벨 서브 18px, 본문 18px) */
    .super-drop-page .sd-section.section-02 .box .crushing-process,
    .super-drop-page .sd-section.section-02 .box .micro-cutting-process {
        font-size: 18px;
        line-height: 1.4;
    }

    .super-drop-page .sd-section.section-02 .box .particle-reduction,
    .super-drop-page .sd-section.section-02 .box ._100-m {
        width: 100%;
        max-width: 100%;
        font-size: 18px;
        line-height: 1.5;
    }
    
    .super-drop-page .sd-section.section-02 .box ._100-m-line {
        white-space: normal;
    }
    
    .super-drop-page .bullet-list li {
        font-size: 18px;
    }
    
    .super-drop-page .process-card {
        width: 100%;
        max-width: 300px;
    }
    
    .super-drop-page .client-item {
        width: calc(50% - 10px);
    }
    
    .super-drop-page .client-grid {
        min-height: 300px;
        padding: 30px 15px;
    }

    /* 섹션06 주요 고객사 = 다른 섹션과 통일 (768px) */
    .super-drop-page .sd-section.section-06 {
        padding: 60px 20px;
    }
    .super-drop-page .sd-section.section-06 .section-06-desc {
        font-size: 18px;
        line-height: 1.5;
    }
    .super-drop-page .sd-section.section-06 .section-06-logo {
        max-width: 100%;
        height: auto;
        min-height: 0;
        aspect-ratio: 16/9;
    }
}

/* 480px: 초소형 화면 최적화 */
@media (max-width: 480px) {
    .super-drop-page .intro-section {
        padding: 48px 0 0 0;
    }

    .super-drop-page .inner {
        padding: 0 16px;
    }

    .super-drop-page .sd-title {
        font-size: 28px;
        line-height: 1.25;
    }

    .super-drop-page .sd-eng,
    .super-drop-page .sd-description {
        font-size: 16px;
    }

    .super-drop-page .sd-section {
        padding: 48px 16px;
    }

    .super-drop-page .sd-section.section-02 {
        padding: 48px 16px;
    }

    .super-drop-page .sd-section.section-02 .container {
        gap: 22px;
    }

    /* 섹션02 왼쪽: 02. Crushing & Micro Cutting, 불릿 = 다른 섹션과 동일 (22px, 16px) */
    .super-drop-page .sd-section.section-02 .txt-side .num {
        font-size: 20px;
    }
    .super-drop-page .sd-section.section-02 .txt-side .title.crushing-micro-cutting {
        font-size: 22px;
        line-height: 1.35;
    }
    .super-drop-page .sd-section.section-02 .bullet-list.section-02-list li {
        font-size: 16px;
        line-height: 1.5;
    }

    .super-drop-page .sd-section.section-02 .box-wrap {
        gap: 14px;
    }

    .super-drop-page .sd-section.section-02 .box {
        padding: 16px 14px;
        min-height: 0;
    }

    .super-drop-page .sd-section.section-02 .box .icon-circle.img {
        width: 76px;
        height: 76px;
    }

    /* 섹션02 박스 글자 = 다른 섹션과 동일 (480px: 제목 16px, 본문 16px) */
    .super-drop-page .sd-section.section-02 .box .crushing-process,
    .super-drop-page .sd-section.section-02 .box .micro-cutting-process {
        font-size: 16px;
        line-height: 1.4;
    }

    .super-drop-page .sd-section.section-02 .box .particle-reduction,
    .super-drop-page .sd-section.section-02 .box ._100-m {
        font-size: 16px;
        line-height: 1.5;
    }

    .super-drop-page .sd-section .label-group .num {
        font-size: 20px;
    }

    .super-drop-page .sd-section .label-group .title {
        font-size: 22px;
    }

    .super-drop-page .sd-section .label-group .sub-title {
        font-size: 16px;
        margin-bottom: 24px;
    }

    .super-drop-page .sd-section .bullet-list li {
        font-size: 16px;
    }

    .super-drop-page .sd-section .cert-img {
        max-width: 280px;
        width: 100%;
        height: auto;
    }

    /* 섹션06 주요 고객사 = 다른 섹션과 통일 (480px) */
    .super-drop-page .sd-section.section-06 {
        padding: 48px 16px;
    }
    .super-drop-page .sd-section.section-06 .section-06-desc {
        font-size: 16px;
        line-height: 1.5;
    }
    .super-drop-page .sd-section.section-06 .section-06-logo {
        max-width: 100%;
        height: auto;
        min-height: 0;
        aspect-ratio: 16/9;
    }

    .super-drop-page .client-item {
        width: 100%;
    }
}
