/*공통적용*/
.bussiness_padding_style {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: clamp(120px, 7.3vw, 190px);
}
.br {
    display: block;
}
.highlight-text-color {
    color: var(--signature-color);
}
/* 섹션 시작 */

/* 1섹션 */
.Platform-title {
    text-align: start;
}
.Platform-title h6 {
    font-size: clamp(16px, 1.042vw, 20px);
    color: var(--signature-color);
    line-height: var(--text-font-size-line);
    padding-bottom: clamp(16px, 3vw, 30px);
}
.Platform-title h1 {
    font-size: clamp(32px, 2.5vw, 48px);
    font-weight: 800;
    padding-bottom: clamp(23px, 1.82vw, 35px);
}
.Platform-title p {
    font-size: var(--text-font-size);
    line-height: 1.65;
}

/*플랫폼 이미지 컨텐츠 시작*/
.Platform-img-wrap {
    padding: clamp(64px, 12vw, 140px) 0;
}
.platform-img {
    gap: 50px;
    padding-bottom: clamp(20px, 1.56vw, 30px);
}
.platform-img img {
    width: 100%;
    max-width: 646px;
    object-fit: contain;
}
.platform-img {
    display: flex;
}
.platform-img-cont {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.platform-img-cont h2 {
    padding-bottom: 25px;
    font-size: clamp(20px, 1.25vw, 24px);
}
.platform-img-cont span {
    font-size: clamp(16px, 1.042vw, 20px);
    line-height: 1.65;
}

/* 1섹션 미디어쿼리 */
@media screen and (max-width: 1200px) {
    .platform-img {
        flex-direction: column;
        justify-content: center;
    }
    .platform-img img {
        max-width: none;
    }
    .platform-img {
        padding-bottom: clamp(40px, 3.125vw, 60px);
    }
}

/* 2섹션 */
.mission-title {
    text-align: center;
}
.mission-title h1,
.mission-title-text {
    font-size: clamp(18px, 2vw, 24px);
    line-height: clamp(26px, 2.8vw, 35px);
    letter-spacing: 0;
    padding-bottom: clamp(24px, 3vw, 40px);
}
.mission-cont-text {
    font-size: clamp(16px, 1.8vw, 20px);
    line-height: clamp(24px, 2.6vw, 35px);
    letter-spacing: 0;
}

/* diagram container */
.round-diagram-wrap {
    width: 100%;
    padding: clamp(120px, 18vw, 220px) 0;
    display: flex;
    justify-content: center;
}
.big-round-container {
    width: clamp(280px, 55vw, 599px);
    height: clamp(280px, 55vw, 599px);
    border: 1px solid var(--base-color-lightGrey2);
    border-radius: 50%;
    position: relative;
}
.small-round-container {
    width: clamp(240px, 45vw, 496px);
    height: clamp(240px, 45vw, 496px);
    border: 1px dashed var(--base-color-lightGrey2);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: relative;
}
.small-round-color-container {
    width: clamp(140px, 22vw, 230px);
    height: clamp(140px, 22vw, 230px);
    background-color: var(--signature-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.small-round-color-container p {
    color: #fff;
    font-weight: 800;
    font-size: clamp(16px, 2.2vw, 26px);
    line-height: clamp(24px, 3.4vw, 44px);
    letter-spacing: 0;
    text-align: center;
}
.gray-round-1 {
    width: clamp(90px, 22vw, 161px);
    height: clamp(90px, 22vw, 161px);
    background-color: var(--base-color-lightGrey2);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.gray-round-1 p,
.gray-round-2 p,
.gray-round-3 p {
    color: #fff;
    font-weight: 600;
    font-size: clamp(20px, 2.2vw, 26px);
    line-height: clamp(32px, 3.4vw, 44px);
    letter-spacing: 0;
}
.gray-round-2 {
    width: clamp(90px, 22vw, 161px);
    height: clamp(90px, 22vw, 161px);
    background-color: var(--base-color-lightGrey2);
    border-radius: 50%;
    position: absolute;
    top: 80%;
    left: 10%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.gray-round-3 {
    width: clamp(90px, 22vw, 161px);
    height: clamp(90px, 22vw, 161px);
    background-color: var(--base-color-lightGrey2);
    border-radius: 50%;
    position: absolute;
    top: 80%;
    right: 13%;
    transform: translate(50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.arrow_bk_01 {
    width: clamp(14px, 2vw, 20px);
    height: auto;
    transform: rotate(246deg);
    position: absolute;
    top: 28%;
    left: 2%;
}
.arrow_bk_02 {
    width: clamp(14px, 2vw, 20px);
    height: auto;
    transform: rotate(376deg);
    position: absolute;
    top: 28%;
    right: 2%;
}
.arrow_bk_03 {
    width: clamp(14px, 2vw, 20px);
    height: auto;
    transform: rotate(486deg);
    position: absolute;
    bottom: -2%;
    right: 50%;
}

/* 네모상자 시작 */
.square-mission-wrap {
    width: 100%;
    max-width: 1400px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 121px;
    gap: 20px;
}
.square-mission {
    width: clamp(280px, 70vw, 450px);
    height: clamp(145px, 28vw, 221px);
    background-color: var(--background-light-gray);
    display: flex;
    justify-content: space-between;
}
.square-cont-text {
    padding: clamp(16px, 3vw, 30px) 0 0 clamp(16px, 3vw, 30px);
}
.square-cont-text p {
    font-size: clamp(16px, 2.2vw, 24px);
    line-height: clamp(24px, 3vw, 33px);
    font-weight: 600;
    padding-bottom: clamp(20px, 5vw, 30px);
}
.square-cont-text span {
    font-size: clamp(15px, 1.8vw, 20px);
    line-height: clamp(22px, 2.6vw, 33px);
    letter-spacing: 0;
    font-weight: 400;
}
.square-icon-wrap {
    padding: 20px 30px 0 0;
}

/* 스토리 핵심 이미지 */
.company-story-wrap {
    background-image: url(../img/story_bg_img.png);
    max-width: 1600px;
    margin: 0 auto;
}
.company-story-wrap p {
    font-size: clamp(22px, 3.2vw, 30px);
    line-height: clamp(36px, 5.2vw, 59px);
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    font-weight: 600;
    padding: clamp(100px, 18vw, 171px) clamp(16px, 4vw, 20px);
    background-repeat: no-repeat;
    background-position: center center;
}

/* 네모박스 미디어쿼리 */
@media screen and (max-width: 700px) {
    .square-mission-wrap {
        display: flex;
        flex-direction: column;
    }
    .square-mission {
        width: 100%;
    }
}
/* 섹션2 다각화된 수익 모델 */
.sub2_2_section_2 {
    padding: 100px 0 180px 0;
    max-width: 1400px;
    margin: 0 auto;
}
.revenue-model-wrap {
    display: flex;
    flex-direction: column;
    gap: clamp(10px, 4vw, 20px);
    padding-top: clamp(40px, 14vw, 80px);
}
.revenue-wrap {
    display: flex;
    gap: 20px;
}
.revenue-01 {
    width: 30%;
    height: auto;
    background-color: var(--base-color-lightGrey2);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: clamp(20px, 5vw, 43px);
}
.revenue-01 img {
    width: clamp(36px, 6vw, 53px);
    padding-bottom: clamp(12px, 3vw, 20px);
}
.revenue-01 p {
    text-align: center;
    font-size: var(--text-font-title-size);
    line-height: var(--text-font-title-size-line);
    font-weight: 600;
}
.revenue-02 {
    width: 70%;
    height: auto;
    background-color: var(--background-light-gray);
    padding: clamp(20px, 5vw, 53px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.revenue-02 p {
    font-size: var(--title-point-font-size);
    line-height: var(--title-point-font-size-line);
    font-weight: 600;
    padding-bottom: 20px;
}
.revenue-02 span {
    font-size: var(--text-font-title-size);
    line-height: var(--text-font-title-size-line);
    font-weight: 400;
}

/* 2섹션 다각화된 수익모델 미디어쿼리 */
@media screen and (max-width: 500px) {
    .revenue-wrap {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding-bottom: 20px;
        gap: 10px;
    }
    .revenue-01 {
        width: 100%;
    }
    .revenue-02 {
        width: 100%;
    }
}

/* ####################### sub2_1 ##################### */
.remanufacturing-img-wrap {
    display: flex;
    max-width: 1600px;
    gap: clamp(12px, 3vw, 20px);
    margin: 0 auto;
    padding: clamp(64px, 12vw, 110px) 0;
}
.remanufacturing-img-wrap img {
    width: 32.5%;
}
/* 섹션 사이 컨텐츠 텍스트 */
.section-middle-text {
    text-align: center;
    padding: 0 0 110px 0;
}
.section-middle-text span {
    font-size: var(--text-font-title-size);
    line-height: var(--text-font-title-size-line);
    font-weight: 500;
    word-break: keep-all;
}
.section-middle-text h1 {
    display: inline;
    font-size: var(--text-font-title-size);
    line-height: var(--text-font-title-size-line);
}
/* 2섹션 다각화된 수익모델 미디어쿼리 */
@media screen and (max-width: 1700px) {
    .remanufacturing-img-wrap {
        gap: 10px;
    }
}
@media screen and (max-width: 800px) {
    .remanufacturing-img-wrap {
        flex-direction: column;
    }
    .remanufacturing-img-wrap img {
        width: 100%;
        height: clamp(160px, 30vh, 320px);
        object-fit: cover;
    }
}

/* remanufacturing-bg-wrap */
.remanufacturing-bg-wrap {
    background-image: url(../img/remanufacturing-bg-img.png);
    padding: clamp(100px, 18vw, 150px) 0;
}
.remanufacturing-bg-wrap p {
    text-align: center;
    font-size: var(--text-font-title-size);
    line-height: var(--text-font-size-line);
    font-weight: 600;
    color: #fff;
}
.main-function-wrap {
    width: 100%;
    display: flex;
    align-items: flex-end;
    gap: 30px;
    max-width: 1400px;
    margin: 0 auto;
    padding-bottom: clamp(12px, 3vw, 20px);
}
.padding-low {
    padding-top: clamp(56px, 12vw, 97px);
}
.func-01 {
    width: 40%;
}
.func-02 {
    width: 60%;
}
.func-02 p {
    font-size: var(--text-font-title-size);
    line-height: var(--text-font-title-size-line);
    font-weight: 600;
    padding-bottom: clamp(12px, 3vw, 20px);
}
.func-02 span {
    font-size: var(--text-font-size);
    line-height: var(--text-font-size-line);
    word-break: keep-all;
}
/* 플랫폼 주요기능 */
@media screen and (max-width: 1000px) {
    .main-function-wrap {
        flex-direction: column;
    }
    .func-01 {
        width: 100%;
        text-align: center;
    }
    .func-02 {
        width: 100%;
        text-align: center;
    }
}
.logo-cont-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: clamp(170px, 15vw, 210px) 0;
}
.logo-cont-wrap img {
    width: clamp(220px, 35vw, 351px);
    padding-bottom: clamp(48px, 6vw, 82px);
}
.logo-cont-wrap span {
    text-align: center;
    font-size: var(--title-point-font-size);
    line-height: var(--title-point-font-size-line);
    font-weight: 600;
}
.logo-cont-wrap h1 {
    display: inline;
    font-size: var(--title-point-font-size);
    line-height: var(--title-point-font-size-line);
    font-weight: 600;
}
.logo-cont-wrap h6 {
    font-size: var(--text-font-title-size);
    line-height: var(--text-font-title-size-line);
    font-weight: 400;
    padding: clamp(24px, 5vw, 50px) 0;
    color: var(--base-color-darkblack);
    text-align: center;
    word-break: keep-all;
}
/* ############################ 섹션2 ######################### */
.sub2_1_section_3 {
    width: 100%;
    background-color: #f6f4f4;
}
.platform-process-wrap {
    display: flex;
    justify-content: center;
    padding: clamp(40px, 8vw, 80px) 0;
}
.process-01 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.process-01-title p {
    text-align: center;
    font-size: var(--sub_title-font-size);
    font-weight: 800;
    color: var(--base-color-darkblack);
}
.process-01-icons {
    display: flex;
    justify-content: center;
}
.process-icon-wrap {
    width: auto;
    flex: 0 0 150px;
    text-align: center;
}
.process-01-icons img {
    width: clamp(56px, 6vw, 72px);
}
.process-icon-wrap p {
    font-size: var(--text-font-size);
    line-height: var(--text-font-size-line);
    font-weight: 400;
}
.process-01-contents {
    text-align: center;
}
.square-customer-cont {
    background-color: var(--base-color-darkblack);
}
.square-customer-cont p {
    font-size: var(--title-point-font-size);
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding: clamp(12px, 3vw, 20px);
}
.process-01-contents span {
    display: inline-block;
    padding-top: clamp(12px, 3vw, 20px);
    font-size: var(--text-font-size);
    color: var(--base-color-darkblack);
    line-height: var(--text-font-size);
}
.process-02 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.process-02-cont1 {
    display: flex;
    flex-direction: column;
    padding: 0 clamp(32px, 6vw, 90px) clamp(24px, 5vw, 50px) clamp(32px, 6vw, 90px);
    text-align: center;
}
.process-02-cont1 img {
    width: min(251px, 100%);
    height: auto;
}
.process-02-cont1 span,
.process-02-cont1 h1 {
    font-size: var(--text-font-size);
    line-height: var(--text-font-size-line);
}
.process-03 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: clamp(16px, 4vw, 40px);
}
.insure-bgc {
    background-color: #d9d9d9;
    padding: clamp(24px, 5vw, 43px) /* top */ clamp(40px, 8vw, 100px) /* right */ clamp(24px, 5vw, 43px) /* bottom */
        clamp(24px, 6vw, 53px); /* left */
}
.insure-bgc p {
    font-size: var(--text-font-title-size);
    line-height: var(--text-font-title-size-line);
    font-weight: 600;
    padding-bottom: 20px;
}
.insure-bgc span {
    font-size: var(--text-font-size);
    line-height: var(--text-font-size-line);
    font-weight: 400;
}
.platform-process-wrap-m {
    display: none;
}

/* ############### 논스탑 솔루션 ################### */
.non-stop-cont-wrap {
    padding: 0 0 clamp(60px, 12vw, 150px) 0;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.non-stop-cont-title {
    padding: clamp(64px, 12vw, 120px) 0;
}
.non-stop-cont-title h1,
.non-stop-cont-title span {
    display: block;
    font-size: var(--sub-title-font-size);
    line-height: var(--sub-title-font-size-line);
    font-weight: 600;
    text-align: center;
}
.non-stop-cont-title h1 {
    font-weight: 800;
    font-size: var(--sub_title-font-size);
    line-height: var(--sub_title-font-size-line);
}
.non-stop-cont-cont {
    display: flex;
    justify-content: space-between;
}
.process-arrow-img {
    max-width: 32px;
}
.non-stop-process img {
}
.non-stop-process-text h5 {
    font-size: var(--text-font-size);
    line-height: var(--text-font-size-line);
    color: var(--base-color-darkblack);
    text-align: center;
    font-weight: 400;
}
.non-stop-process-text h2 {
    font-size: var(--text-font-title-size);
    line-height: var(--text-font-title-size-line);
    color: var(--base-color-darkblack);
    text-align: center;
    padding-top: clamp(24px, 5vw, 48px);
}
/* 3섹션 프로세스 표 미디어쿼리 */
@media screen and (max-width: 1200px) {
    .process-01-icons {
        padding-bottom: clamp(40px, 8vw, 100px);
    }
    .platform-process-wrap {
        display: none;
    }
    .platform-process-wrap-m {
        display: block;
        padding: 0 15px;
    }
    .process-01-title-m p {
        font-size: var(--title-point-font-size);
        line-height: var(--title-point-font-size-line);
        font-weight: 600;
        text-align: center;
        padding: 50px;
    }
    .process-02-cont1-m {
        display: flex;
        flex: 0 0 auto; /* 절대 늘어나지 말 것 */
        width: auto;
        display: flex;
        justify-content: center;
    }
    .process-02-cont1-m img {
        display: block;
        width: clamp(40px, 10vw, 130px);
        width: auto;
    }
    .process-02-cont1 {
        display: flex;
        flex-direction: row;
        margin: 0 auto;
        justify-content: center;
        align-items: center;
    }
    .process-02-m {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: clamp(60px, 5vw, 170px) 0;
    }
    .process-02-cont1-m span {
        text-align: center;
        word-break: keep-all;
    }

    .process-02-cont1-m {
        display: grid;
        grid-template-columns: 1fr auto 1fr; /* 가운데가 진짜 중앙 */
        align-items: center;
        column-gap: clamp(12px, 4vw, 28px);
    }
    .process-02-cont1-m img {
        justify-self: center; /* 가운데 고정 */
    }

    .process-02-cont1-m h1 {
        justify-self: start; /* 오른쪽 칸에서 왼쪽 정렬 */
        text-align: left;
    }
    .process-01-contents-m {
        padding-top: 50px;
    }
    .square-customer-cont-m {
        background-color: var(--base-color-darkblack);
    }
    .square-customer-cont-m span {
        padding: 15px;
        text-align: center;
        font-size: var(--title-point-font-size);
        line-height: var(--title-point-font-size-line);
        color: #fff;
        font-weight: 600;
        display: block;
    }
    .sub-cont-text-font {
        font-size: var(--text-font-size);
        line-height: var(--text-font-size-line);
        color: var(--base-color-darkblack);
        display: block;
        text-align: center;
        padding: 20px 0;
    }
    .process-icon-wrap {
        width: auto;
        flex: 0 0 110px;
        text-align: center;
    }
    .non-stop-cont-cont {
        flex-direction: column;
        max-width: 200px;
        justify-content: center;
        align-items: center;
    }
    .process-arrow-img {
        transform: rotate(90deg);
        padding: 80px 0;
    }
}

/* ############################ 4섹션 ############################# */
.platform-mobile-wrap {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    padding: 70px 0 140px 0;
    align-items: center;
}
.mobile-cont-wrap img {
    max-width: 300px;
}
.mobile-phone img {
    width: clamp(320px, 28vw, 516px);
}
.mobile-cont-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    padding: 20px 0;
}
.mobile-cont-text p {
    font-size: var(--title-point-font-size);
    font-weight: 600;
    line-height: var(--title-point-font-size-line);
    padding-bottom: 25px;
}
.mobile-cont-text span {
    font-size: var(--text-font-size);
    line-height: var(--text-font-size-line);
    color: var(--base-color-darkblack);
}
/* ############### 모바일 폰 미디어쿼리 ################ */
@media screen and (max-width: 1200px) {
    .platform-mobile-wrap {
        flex-direction: column;
    }
    .mobile-phone img {
        width: 320px;
    }
}
@media screen and (max-width: 700px) {
    .mobile-cont-wrap {
        flex-direction: column;
    }
    .mobile-cont-text {
        text-align: center;
    }
    .mobile-cont-wrap {
        padding: 50px 0;
    }
}
