/**
 * NextBio Website - 추출 임가공 서비스 페이지 스타일
 */

.toll-extraction-page {
    width: 100%;
    background: #ffffff;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    gap: 160px;
    padding: 160px 0;
}

.toll-extraction-page .inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
}

/* 섹션 01 (프로세스 탭) */
.toll-extraction-page .section-01 {
    width: 100%;
}

.toll-extraction-page .p-header {
    display: flex;
    flex-direction: column;
    gap: 48px;
    align-items: center;
    text-align: center;
    margin-bottom: 120px;
}

.toll-extraction-page .toll-processing {
    font-size: 48px;
    font-weight: 800;
    line-height: 60px;
    color: #000000;
    margin: 0;
    font-family: var(--font-family-suit);
    font-weight: 800;
}

.toll-extraction-page .intro-desc {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    color: #000000;
    word-break: keep-all;
    margin: 0;
    font-family: var(--font-family-suit);
    font-weight: 500;
}

.toll-extraction-page .box-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.toll-extraction-page .box {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #dfdfdf;
    padding: 48px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.toll-extraction-page .box:hover {
    transform: translateY(-5px);
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}

.toll-extraction-page .box img {
    height: 100px;
    width: auto;
    object-fit: contain;
}

.toll-extraction-page .box.active {
    background: var(--main, #8dc63f);
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
    border: none;
}

.toll-extraction-page .box.active .box-title {
    color: #ffffff;
}

.toll-extraction-page .box.active img {
    filter: brightness(0) invert(1);
}

.toll-extraction-page .box-title {
    font-size: 24px;
    font-weight: 700;
    color: #555555;
    margin: 0;
    font-family: "Suit-Bold", sans-serif;
}

/* 섹션 02 (서비스 상세 - 녹색 배경) */
.toll-extraction-page .section-02 {
    background: #f4faec;
    padding: 120px 0;
    width: 100%;
}

.toll-extraction-page .section-02 .inner {
    padding: 0 20px;
}

.toll-extraction-page .flex-row {
    display: flex;
    gap: 122px;
    align-items: flex-start;
}

.toll-extraction-page .main-img {
    width: 708px;
    height: 530px;
    border-radius: 32px;
    object-fit: cover;
    flex-shrink: 0;
}

.toll-extraction-page .txt-wrap {
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    gap: 60px;
    flex: 1;
}

.toll-extraction-page .detail-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    color: #000000;
    margin: 0;
    font-family: "Suit-Bold", sans-serif;
}

.toll-extraction-page .detail-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.toll-extraction-page .p-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.toll-extraction-page .highlight-title {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 8px 0;
    font-family: var(--font-family-suit);
    font-weight: 600;
}

.toll-extraction-page .orange {
    color: var(--point-01, #f5821f);
}

.toll-extraction-page .list {
    padding-left: 20px;
    list-style: disc;
    color: #555555;
    font-size: 18px;
    line-height: 26px;
    margin: 8px 0 0 0;
    font-family: var(--font-family-suit);
    font-weight: 400;
}

.toll-extraction-page .list li {
    margin-bottom: 8px;
}

.toll-extraction-page .list li:last-child {
    margin-bottom: 0;
}

/* 섹션 03 (설비) */
.toll-extraction-page .section-03 {
    width: 100%;
}

.toll-extraction-page .side-title {
    border-left: 2px solid var(--main, #8dc63f);
    padding-left: 24px;
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 48px 0;
    font-family: "Suit-Bold", sans-serif;
}

.toll-extraction-page .box-wrap2 {
    display: flex;
    gap: 48px;
}

.toll-extraction-page .equip-card {
    width: 448px;
    border-radius: 16px;
    border: 1px solid #dfdfdf;
    overflow: hidden;
    background: #ffffff;
}

.toll-extraction-page .equip-card img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.toll-extraction-page .equip-txt {
    padding: 24px;
    border-top: 1px solid #dfdfdf;
}

.toll-extraction-page .model-name {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 12px 0;
    font-family: var(--font-family-suit);
    font-weight: 600;
}

.toll-extraction-page .spec-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.toll-extraction-page .spec-item {
    display: flex;
    gap: 24px;
    align-items: center;
}

.toll-extraction-page .spec-item .label {
    color: var(--main, #8dc63f);
    font-weight: 600;
    font-size: 18px;
    min-width: 63px;
    font-family: var(--font-family-suit);
    font-weight: 600;
}

.toll-extraction-page .spec-item .val {
    color: #555555;
    font-size: 18px;
    font-family: var(--font-family-suit);
    font-weight: 400;
}

/* 섹션 04 (패키징) */
.toll-extraction-page .section-04 {
    width: 100%;
}

.toll-extraction-page .box-wrap-packaging {
    display: flex;
    gap: 24px;
}

.toll-extraction-page .pkg-card {
    width: 342px;
    border-radius: 16px;
    border: 1px solid #dfdfdf;
    overflow: hidden;
    background: #ffffff;
}

.toll-extraction-page .pkg-img {
    background: #dfdfdf;
    height: 244px;
    background-size: cover;
    background-position: center;
}

.toll-extraction-page .pkg-txt {
    padding: 24px;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    background: #ffffff;
    border-top: 1px solid #dfdfdf;
    color: #000000;
    margin: 0;
    font-family: var(--font-family-suit);
    font-weight: 600;
}

/* 섹션 05 (문의) */
.toll-extraction-page .section-05 {
    width: 100%;
    text-align: center;
}

.toll-extraction-page .section-05.last {
    padding-bottom: 0;
}

.toll-extraction-page .v-line {
    width: 1px;
    height: 120px;
    background: #dfdfdf;
    margin: 0 auto 60px;
}

.toll-extraction-page .inquiry-box {
    border: 1px solid #dfdfdf;
    border-radius: 16px;
    padding: 80px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
}

.toll-extraction-page .moq-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #000000;
    margin: 0;
    font-family: "Suit-Bold", sans-serif;
    word-break: keep-all;
}

.toll-extraction-page .contact-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.toll-extraction-page .contact-item {
    display: flex;
    gap: 12px;
    align-items: center;
}

.toll-extraction-page .contact-item .label {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    font-family: var(--font-family-suit);
    font-weight: 600;
}

.toll-extraction-page .contact-item .val {
    font-size: 20px;
    color: #555555;
    font-family: var(--font-family-suit);
    font-weight: 400;
}

.toll-extraction-page .sep-line {
    width: 1px;
    height: 18px;
    background: #555555;
    opacity: 0.5;
}

/* 반응형 */
@media (max-width: 1440px) {
    .toll-extraction-page .inner {
        padding: 0 120px;
    }
    
    .toll-extraction-page .box-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 1200px) {
    .toll-extraction-page {
        padding: 120px 0;
        gap: 120px;
    }
    
    .toll-extraction-page .flex-row {
        flex-direction: column;
        gap: 60px;
    }
    
    .toll-extraction-page .main-img {
        width: 100%;
        height: auto;
        max-height: 400px;
    }
    
    .toll-extraction-page .txt-wrap {
        padding-top: 0;
    }
    
    .toll-extraction-page .box-wrap-packaging {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 1024px) {
    .toll-extraction-page {
        padding: 100px 0;
        gap: 100px;
    }
    
    .toll-extraction-page .inner {
        padding: 0 40px;
    }
    
    .toll-extraction-page .box-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .toll-extraction-page .box-wrap2 {
        flex-direction: column;
        gap: 32px;
    }
    
    .toll-extraction-page .equip-card {
        width: 100%;
    }
    
    .toll-extraction-page .box-wrap-packaging {
        grid-template-columns: repeat(2, 1fr);
        display: grid;
    }
    
    .toll-extraction-page .pkg-card {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .toll-extraction-page {
        padding: 60px 0;
        gap: 80px;
    }
    
    .toll-extraction-page .inner {
        padding: 0 20px;
    }
    
    .toll-extraction-page .p-header {
        margin-bottom: 60px;
        gap: 32px;
    }
    
    .toll-extraction-page .toll-processing {
        font-size: 32px;
        line-height: 1.3;
    }
    
    .toll-extraction-page .intro-desc {
        font-size: 18px;
        line-height: 1.5;
    }
    
    .toll-extraction-page .box-wrap {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .toll-extraction-page .box {
        padding: 40px 0;
        gap: 20px;
    }
    
    .toll-extraction-page .box img {
        height: 80px;
    }
    
    .toll-extraction-page .box-title {
        font-size: 20px;
    }
    
    .toll-extraction-page .section-02 {
        padding: 60px 0;
    }
    
    .toll-extraction-page .detail-title {
        font-size: 28px;
        line-height: 1.4;
    }
    
    .toll-extraction-page .highlight-title {
        font-size: 18px;
    }
    
    .toll-extraction-page .list {
        font-size: 16px;
        line-height: 1.5;
    }
    
    .toll-extraction-page .side-title {
        font-size: 20px;
        margin-bottom: 30px;
    }
    
    .toll-extraction-page .box-wrap-packaging {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .toll-extraction-page .pkg-img {
        height: 200px;
    }
    
    .toll-extraction-page .pkg-txt {
        font-size: 18px;
    }
    
    .toll-extraction-page .v-line {
        height: 60px;
        margin-bottom: 40px;
    }
    
    .toll-extraction-page .inquiry-box {
        padding: 60px 20px;
        gap: 40px;
    }
    
    .toll-extraction-page .moq-title {
        font-size: 18px;
        line-height: 1.5;
    }
    
    .toll-extraction-page .contact-row {
        flex-direction: column;
        gap: 20px;
    }
    
    .toll-extraction-page .sep-line {
        width: 18px;
        height: 1px;
    }
    
    .toll-extraction-page .contact-item {
        flex-direction: column;
        gap: 8px;
    }
    
    .toll-extraction-page .contact-item .label,
    .toll-extraction-page .contact-item .val {
        font-size: 18px;
    }
}
