/* clean1_wrap 시작 */

.clean1_wrap {
    background: #5DBEFF;
    background: linear-gradient(180deg,rgba(93, 190, 255, 1) 0%, rgba(0, 153, 255, 1) 100%);
    padding: 180px 0 0px;
}

.clean1_wrap::after {
    display: block;
    content: '';
    background-image: url(../img/pages/cleaning/clean1_bg.png);
    width: 100%;
    height: 120px;
    background-position: bottom;
}


.clean1_wrap .clean1_tit {
    max-width: 1120px;
    margin: 0 auto;
    color: var(--white-text);
    display: flex;
    justify-content: space-between;
}

.clean1_wrap .clean1_tit > div {
    display: flex;
    gap: 40px;
}

.clean1_wrap .clean1_tit > div h6 {
    font-size: var( --content1-txt);
    font-weight: 500;
    padding-top: 25px;
}

.clean1_wrap .clean1_tit .clean1_content {

}

.clean1_wrap .clean1_tit .clean1_content h1 {
    font-weight: 500;
    font-size: var(--hero-title);
    line-height: 1.2;
}

.clean1_wrap .clean1_tit .clean1_content h1 span {
    font-weight: 700;
    text-emphasis: dot;
}

.clean1_wrap .clean1_tit .clean1_content h2 {
    font-size: var(--hero-title);
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 24px;

}

.clean1_wrap .clean1_tit .clean1_content p {
    font-size: var(--content1-tit);
    font-weight: 400;
    line-height: 1.3;

}

.clean1_wrap .clean1_tit img {
    height: 100%;
    max-width: 250px;
}

.clean1_wrap .clean1_txt {
    /* max-width: 1120px; */
    margin: 0 auto;
}

.clean1_txt > img {
    margin: 40px auto;
}

.clean1_wrap .clean1_footer {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    color: var(--white-text);
    max-width: 1120px;
    text-align: center;
}

.clean1_wrap .clean1_footer::before {
    display: block;
    content: '';
    width: 2px;
    height: 160px;
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    margin: 40px auto;
}

.clean1_wrap .clean1_footer h3 {
    font-size: var(--main2-title);
    font-weight: 100;
}

.clean1_wrap .clean1_footer h3 span {
    font-weight: 500;
}

.clean1_wrap .clean1_footer > h4 {
    font-size: var(--main1-title);
    font-weight: 500;
    width: 640px;
    line-height: 1.2;
    margin: 10px auto 40px;
}

.clean1_wrap .clean1_footer ul {
    display: flex;
    max-width: 1120px;
    box-sizing: border-box;
    width: 100%;
    gap: 10px;
}

.clean1_wrap .clean1_footer ul li {
    background: var(--white-text);
    color: var(--dark-text);
    text-align: left;
    padding: 25px;
    border-radius: 10px;
    width: calc(25% - 10px);
    box-sizing: border-box;
    text-align: center;
    letter-spacing: -1px;
}

.clean1_wrap .clean1_footer ul li h6 {
    color: var(--gary-background40);
    font-size: var(  --content2-txt);
    line-height: 1.5;
    font-weight: 300;
}

.clean1_wrap .clean1_footer ul li h4 {
    font-size: var(--content1-tit);
    line-height: 1.4;
    color: var(--main-color);
    margin: auto;
    font-weight: 600;
}

.clean1_wrap .clean1_footer ul li img {
    margin: 40px 0 16px;
    max-width: 60px;
}

.clean1_wrap .clean1_footer ul li p {
    font-size: var(--content1-txt);
    line-height: 1.3;
    font-weight: 600;
}

.clean1_wrap .clean1_footer ul li p span {
    font-weight: 300;
}

.clean1_wrap .clean1_footer .clean1_benefit {
    margin-top: 80px;
}

.clean1_wrap .clean1_footer .clean1_benefit > div {
    background: var(--white-text);
    color: var(--dark-text);
    border-radius: 20px;
    padding: 30px;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 40px;
}

.clean1_wrap .clean1_footer .clean1_benefit h4 {
    width: 750px;
    font-size: var(--hero-title);
    font-weight: 500;
    line-height: 1.2;
    margin: 10px auto 40px;
}

.clean1_wrap .clean1_footer .clean1_benefit .solution {
    width: calc(50% - 0px);
    text-align: center;
    letter-spacing: -1px;
}

.clean1_wrap .clean1_footer .clean1_benefit .solution h6 {
    color: var(--gary-background40);
    font-size: var(--content2-txt);
    font-weight: 300;
}

.clean1_wrap .clean1_footer .clean1_benefit .solution h4 {
    font-size: var( --content1-tit);
    color: var(--main-color);
    margin: auto;
    width: auto;
}

.clean1_wrap .clean1_footer .clean1_benefit .solution img {
    margin: 40px 0 15px;
}

.clean1_wrap .clean1_footer .clean1_benefit .solution p {
    font-size: var(--content1-txt);
    line-height: 1.3;
    font-weight: 600;
}

.clean1_wrap .clean1_footer .clean1_benefit .text_box {
    display: flex;
    gap: 30px;
    flex-direction: column;
    text-align: left;
}

.clean1_wrap .clean1_footer .clean1_benefit .text_box p {
    font-size: var(--content1-txt);
    color: var(--gary-background50);
    line-height: 1.4;
}

@media (max-width : 1120px) {
    .clean1_wrap .clean1_tit,
    .clean1_wrap .clean1_footer {
        width: 92%;
    }

    .clean1_wrap .clean1_tit .clean1_content h1,
    .clean1_wrap .clean1_tit .clean1_content h2 {
        font-size: var(--main2-title);
    }

    .clean1_wrap .clean1_tit .clean1_content p {
        font-size: var(--content1-txt);
    }
}

@media (max-width : 999px) {
    .clean1_wrap .clean1_tit img {
        max-width: 200px;
    }

    .clean1_wrap .clean1_footer h3 {
        font-size: var(--content1-tit);
    }

    .clean1_wrap .clean1_footer > h4 {
        font-size: var(--main2-title);
        width: 500px;
    }
    .clean1_wrap .clean1_footer ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .clean1_wrap .clean1_footer ul li {
        width: calc(50% - 10px);
    }

    .clean1_wrap .clean1_footer .clean1_benefit h4 {        
        font-size: var(--main2-title);
        width: 600px;
    }

    .clean1_wrap .clean1_footer .clean1_benefit > div {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        gap: 8px;
    }

    .clean1_wrap .clean1_footer .clean1_benefit .text_box p {
        text-align: center;
    }

}

@media (max-width : 767px) {
    .clean1_wrap {
        padding: 140px 0 0;
    }

    
    .clean1_wrap .clean1_tit img {
        position: absolute;
        top: 150px;
        right: 0px;
        width: 18vw;
        height: auto;
    }

    .clean1_wrap .clean1_tit > div {
        flex-direction: column;
        gap: 20px;
    }
    
    .clean1_wrap .clean1_tit > div h6 {
        font-size: 1.3rem;
        margin-top: 0;
    }

    .clean1_wrap .clean1_tit .clean1_content h1,
    .clean1_wrap .clean1_tit .clean1_content h2 {
        font-size: 2rem;
    }

    .clean1_wrap .clean1_tit .clean1_content p {
        font-size: 1.2rem;
    }

    .clean1_txt > img {
        margin-bottom: 30px;
    }

    .clean1_wrap .clean1_footer h3 {
        font-size: 1.6rem;
    }

    .clean1_wrap .clean1_footer h4 {
        font-size: 2rem;
        width: 100%;
    }
    .clean1_wrap .clean1_footer .clean1_benefit {
        margin-top: 40px;
    }

    .clean1_wrap .clean1_footer .clean1_benefit h4 {
        width: 100%;
        font-size: 2rem;
    }

    .clean1_wrap .clean1_footer ul li h6,
    .clean1_wrap .clean1_footer .clean1_benefit .solution h6 {
        font-size: 1rem;
    }
    .clean1_wrap .clean1_footer ul li h4,
    .clean1_wrap .clean1_footer .clean1_benefit .solution h4 {
        font-size: 1.4rem;
    }
    .clean1_wrap .clean1_footer ul li p,
    .clean1_wrap .clean1_footer .clean1_benefit .solution p {
        font-size: 1.3rem;
        padding-right: 0;
    }

    .clean1_wrap .clean1_footer .clean1_benefit .solution {
        width: 100%;
    }

    .clean1_wrap .clean1_footer .clean1_benefit .text_box p {
        font-size: 1.2rem;
    }

    .clean1_wrap .clean1_footer .clean1_benefit .text_box img {
        width: 450px;
        margin: 0 auto;
    }

}

@media (max-width : 575px) {

    .clean1_wrap .clean1_tit > div h6 {
        font-size: 1.2rem;
        padding-top :0;
    }

    .clean1_wrap .clean1_tit img {
        top: 90px;
        max-width: 130px;
        width: 100%;
    }

    .clean1_wrap .clean1_tit .clean1_content h1 {
        font-size: 2rem;
        line-height: 1.5;
    }
    
    .clean1_wrap .clean1_tit .clean1_content h2 {
        font-size: 2rem;
        line-height: 1.4;
    }

    .clean1_wrap .clean1_footer::before {
        margin: 20px auto;
    }

    .clean1_wrap .clean1_footer h3 {
        font-size: 1.1rem;
    }

    .clean1_wrap .clean1_footer h4 {
        font-size: 1.4rem;
        margin: 10px 0 20px;
    }

    .clean1_wrap .clean1_footer .clean1_benefit h4 {
        font-size: 1.7rem;
    }

    .clean1_wrap .clean1_footer ul li {
        padding: 10px;
    }

    .clean1_wrap .clean1_footer ul li img,
    .clean1_wrap .clean1_footer .clean1_benefit .solution img {
        margin: 20px auto 0;
        max-width: 50px;
    }

    .clean1_wrap .clean1_footer ul li h6,
    .clean1_wrap .clean1_footer .clean1_benefit .solution h6 {
        font-size: 0.9rem;
    }
    .clean1_wrap .clean1_footer ul li h4,
    .clean1_wrap .clean1_footer .clean1_benefit .solution h4 {
        font-size: 1rem;
    }
    .clean1_wrap .clean1_footer ul li p,
    .clean1_wrap .clean1_footer .clean1_benefit .solution p {
        font-size: 0.9rem;
    }

    .clean1_wrap .clean1_footer .clean1_benefit .solution {
        width: 100%;
    }

    .clean1_wrap .clean1_footer .clean1_benefit .text_box {
        gap: 20px;
    }

    .clean1_wrap .clean1_footer .clean1_benefit .text_box p {
        font-size: 1rem;
    }

    .clean1_wrap .clean1_footer .clean1_benefit .text_box img {
        width: 300px;
        margin: auto;
    }

    .clean1_wrap .clean1_footer .clean1_benefit > div {
        gap: 8px;
    }
    
}

@media (max-width : 375px) {

    .clean1_wrap .clean1_tit > div h6 {
        font-size: 1rem;
    }

    .clean1_wrap .clean1_tit .clean1_content h1,
    .clean1_wrap .clean1_tit .clean1_content h2 {
        font-size: 1.6rem;
    }

    .clean1_wrap .clean1_tit .clean1_content p {
        font-size: 1rem;
    }

    .clean1_wrap .clean1_footer h3 {
        font-size: 1rem;
    }

    .clean1_wrap .clean1_footer h4 {
        font-size: 1.2rem;
    }

    .clean1_wrap .clean1_footer ul li {
        /* width: 100%; */
        text-align: center;
    }
    .clean1_wrap .clean1_footer ul li img {
        max-width: 40px;
        margin: 20px 0 8px;
    }

    .clean1_wrap .clean1_footer ul li h4,
    .clean1_wrap .clean1_footer .clean1_benefit .solution h4 {
        font-size: 1rem;
    }
    .clean1_wrap .clean1_footer ul li p,
    .clean1_wrap .clean1_footer .clean1_benefit .solution p,
    .clean1_wrap .clean1_footer .clean1_benefit .text_box p {
        font-size: 0.8rem;
    }

    .clean1_wrap .clean1_footer .clean1_benefit h4 {
        font-size: 1.2rem;
        margin: 10px auto 20px;
    }

    .clean1_wrap .clean1_footer ul li img,
    .clean1_wrap .clean1_footer .clean1_benefit .solution img {
        margin: 20px 0 15px;
    }
}

@media (max-width : 340px) {
    .clean1_wrap .clean1_footer ul li {
        width: 100%;
    }

    .clean1_wrap .clean1_footer ul li img, .clean1_wrap .clean1_footer .clean1_benefit .solution img {
        margin: 12px 0 0;
    }

}

@media (max-width : 320px) {

    .clean1_wrap .clean1_footer h4,
    .clean1_wrap .clean1_footer .clean1_benefit h4 {
        font-size: 1rem;
    }
}

/* clean2_wrap 시작 */

.clean2_wrap {
    background: var(--bg2);
    text-align: center;
    padding: 120px 0;
    color: var(--dark-text2);
}

.clean2_wrap .clean2_tit h2 {
    font-size: var(--main1-title);
    font-weight: 500;
    line-height: 1;
    margin-bottom: 12px;
}

.clean2_wrap .clean2_tit h2 span {
    font-weight: 700;
}

.clean2_wrap .clean2_tit p {
    font-size: var(--sub-title);
    font-weight: 400;
    line-height: 1.3;
}

.clean2_wrap .clean2_txt {
    margin-top: 40px;
}

.clean2_wrap .clean2_txt img {
    width: 100%;
    max-width: 1120px;
}

@media (max-width : 767px) {
    
    .clean2_wrap .clean2_tit {
        width: 92%;
        margin: auto;
    }

    .clean2_wrap .clean2_tit h2 {
        font-size: 2.2rem;
    }

    .clean2_wrap .clean2_tit p {
        font-size: 1.3rem;
    }
}

@media (max-width : 575px) {

    .clean2_wrap {
        padding: 60px 0;
    }

    .clean2_wrap .clean2_tit h2 {
        font-size: 2rem;
        line-height: 1.3;
    }

    .clean2_wrap .clean2_txt {
        margin-top: 20px;
    }

    .clean2_wrap .clean2_tit p {
        font-size: 1rem;
    }
}

@media (max-width : 375px) {

    .clean2_wrap .clean2_tit h2 {
        font-size: 1.6rem;
    }

}
/* clean2_wrap 끝 */


/* clean3_wrap 시작 */

.clean3_wrap {
    text-align: center;
    padding: 120px 0;
    color: var(--dark-text2);
    letter-spacing: -1px;
}

.clean3_wrap .clean3_tit h2 {
    font-size: var(--main1-title);
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 12px;
}

.clean3_wrap .clean3_tit h2 span {
    font-weight: 600;
    color: var(--main-color);
}

.clean3_wrap .clean3_tit p {
    font-size: var(--sub-title);
    font-weight: 400;
}

.clean3_txt .system_wrap {
    display: flex;
    max-width: 1120px;
    margin: 0 auto;
    gap: 20px
}

.clean3_wrap .clean3_txt {
    margin-top: 40px;
}

.clean3_txt .system_wrap > div {
    width: calc(50% - 0px);
    background: var(--white-text);    
    box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.1), 0 0px 5px 0 rgba(0, 0, 0, 0.1);
    padding: 40px 15px;
    border-radius: 10px;
    letter-spacing: -1px;
}

.clean3_txt .system_wrap > div h4 {
    font-size: var(--content2-tit);
    color: var(--main-color);
    font-weight: 500;
}

.clean3_txt .system_wrap > div img {
    margin: 20px auto;
}

.clean3_txt .system_wrap > div p {
    font-size: var(--content1-txt);
    font-weight: 400;
}

.clean3_txt .clean3_event {
    max-width: 1120px;
    width: 100%;
    margin: 0px auto;
}

.clean3_txt .clean3_event img {
    margin: 40px 0;
}


.clean3_txt .clean3_event .event_content h4 {
    font-size: var(--content1-tit);
    color: var(--dark-text);
    font-weight: 300;
    display: flex;
    align-items: center;
    gap: 20px;
}

.clean3_txt .clean3_event .event_content h4::after {
    flex-grow: 1;
    content: '';
    height: 1px;
    background: var(--gary-background30);
}

.clean3_txt .clean3_event .event_content h4::before {
    flex-grow: 1;
    content: '';
    height: 1px;
    background: var(--gary-background30);
}

.clean3_txt .clean3_event .event_content ul {
    display: flex;
    gap: 12px;
    margin-top: 16px;
}

.clean3_txt .clean3_event .event_content ul li {
    width: calc(25% - 0px);
    background: var(--gary-background5);
    box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.1), 0 0px 5px 0 rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 12px;
}

.clean3_txt .clean3_event .event_content ul li h5 {
    font-size: var(--content1-txt);
    font-weight: 400;
    color: var(--gary-background60);
}

.clean3_txt .clean3_event .event_content ul li p {
    font-size: var(--content2-txt);
    font-weight: 300;
    color: var(--gary-background30);
}

.clean3_txt .clean3_event .event_content ul li .free {
    color: var(--main-color);
    text-align: right;
    font-size: var(--content2-tit);
    font-weight: 700;
    width: 100%;
}


@media (max-width : 1120px) {

    .clean3_wrap {
        width: 92%;
        margin: auto;
    }

}

@media (max-width : 767px) {
    
    .clean3_wrap .clean3_tit h2 {
        font-size: 2.2rem;
    }

    .clean3_wrap .clean3_tit p {
        font-size: 1.3rem;
    }


    .clean3_wrap .clean3_txt {
        margin-top: 40px;
    }

    .clean3_txt .system_wrap > div h4 {
        font-size: 1.6rem;
    }

    .clean3_txt .system_wrap > div p {
        font-size: 1.2rem;
    }

    .clean3_txt .clean3_event img {
        margin: 40px auto;
        width: 500px;
    }

    .clean3_txt .clean3_event .event_content h4 {
        font-size: 1.3rem;
    }

    .clean3_txt .clean3_event .event_content ul {
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
    }

    .clean3_txt .clean3_event .event_content ul li {
        width: calc(48% - 0px);
        padding: 15px;
    }

    .clean3_txt .clean3_event .event_content ul li h5 {
        font-size: 1.3rem;
    }

    .clean3_txt .clean3_event .event_content ul li p {
        font-size: 1rem;
    }

    .clean3_txt .clean3_event .event_content ul li .free {
        font-size: 2rem;
    }
    
}

@media (max-width : 575px) {

    .clean3_wrap {
        padding: 60px 0;
    }
    
    .clean3_wrap .clean3_tit h2 {
        font-size: 2rem;
    }

    .clean3_wrap .clean3_tit p {
        font-size: 1rem;
    }

    .clean3_wrap .clean3_txt {
        margin-top: 32px;
    }
    
    .clean3_txt .system_wrap > div h4 {
        font-size: 1.2rem;
    }

    .clean3_txt .system_wrap > div img {
        margin: 0 0 8px;
        max-width: 70px;
        width: 100%;
    }

    .clean3_txt .system_wrap > div p {
        font-size: 1rem;
    }

    .clean3_txt .clean3_event img {
        margin: 20px auto;
    }

    .clean3_txt .clean3_event .event_content h4 {
        font-size: 1.3rem;
    }

    .clean3_txt .clean3_event .event_content ul li h5 {
        font-size: 1rem;
        line-height: 1.2;
    }

    .clean3_txt .clean3_event .event_content ul li p {
        font-size: 1rem;
    }

    .clean3_txt .clean3_event .event_content ul li .free {
        font-size: 1.6rem;
    }
    
}

@media (max-width : 375px) {

    .clean3_wrap .clean3_tit h2 {
        font-size: 1.6rem;
    }

    .clean3_txt .clean3_event .event_content h4 {
        font-size: 1rem;
    }

}

@media (max-width : 350px) {

    .clean3_wrap .clean3_tit h2 {
        font-size: 1.6rem;
    }
}

@media (max-width : 325px) {

    .clean3_wrap .clean3_tit h2 {
        font-size: 1.45rem;
    }

    .clean3_txt .system_wrap {
        flex-wrap: wrap;
    }

    .clean3_txt .system_wrap > div {
        width: 100%;
        padding: 20px;
    }
    .clean3_txt .clean3_event .event_content ul li {
        width: 100%;
    }
}


/* clean4_wrap 시작 */

.clean4_wrap {
    text-align: center;
    padding: 120px 0;
    background: var(--bg2);
}

.clean4_wrap .clean4_tit h2 {
    font-size: var(--main1-title);
    font-weight: 500;
    line-height: 1.2;
    width: 500px;
    margin-bottom: 12px;
    margin: auto;
}

.clean4_wrap .clean4_tit h2 span {
    font-weight: 600;
}

.clean4_wrap .clean4_tit p {
    font-size: var(--sub-title);
    font-weight: 400;
}

.clean4_wrap .clean4_txt {
    max-width: 1120px;
    margin: 40px auto 0;
}

.clean4_txt .clean4_count {
    width: 100%;
    margin: auto;
}

.clean4_txt .clean4_count thead tr th {
    background: var(--gary-background10);
    border: 1px solid #c4c4c4;
    padding: 10px;
    font-size: 20px;
    font-weight: 500;
    color: var(--gary-background60);
}

.clean4_txt .clean4_count thead tr th.campaign {
    background: var(--bg2);
    color: var(--main-color);
    border-top: 3px solid var(--main-color);
    border-left: 3px solid var(--main-color);
    border-right: 3px solid var(--main-color);
    font-size: 26px;
}

.clean4_txt .clean4_count tbody tr td {
    background: var(--gary-background10);
    border: 1px solid #c4c4c4;
    padding: 10px;
    font-size: 20px;
    font-weight: 500;
    color: var(--gary-background60);
}

.clean4_txt .clean4_count tbody tr td:nth-child(2) {
    background: var(--gary-background5);
    font-weight: 300;
    font-size: 24px;
}

.clean4_txt .clean4_count tbody tr td:last-child {
    color: var(--main-color);
    background: var(--bg2);
    font-weight: 700;
    font-size: 36px;
    border-left: 3px solid var(--main-color);
    border-right: 3px solid var(--main-color);
}

.clean4_txt .clean4_count tbody tr:last-child  td:last-child {
    border-bottom: 3px solid var(--main-color);
}

@media (max-width : 1120px) {
    .clean4_wrap .clean4_txt {
        width: 92%;
    }
}


@media (max-width : 767px) {
    
    .clean4_wrap .clean4_tit h2 {
        font-size: 2.2rem;
        width: 92%;
    }

    .clean4_wrap .clean4_tit p {
        font-size: 1.3rem;
    }

    .clean4_txt .clean4_count thead tr th {
        font-size: 1.1rem;
    }

    .clean4_txt .clean4_count thead tr th.campaign {
        font-size: 1.3rem;
    }

    .clean4_txt .clean4_count tbody tr td {
        font-size: 1rem;
    }

    .clean4_txt .clean4_count tbody tr td:nth-child(2) {
        font-size: 1.2rem;
    }

    .clean4_txt .clean4_count tbody tr td:last-child {
        font-size: 1.5rem;
    }

}

@media (max-width : 575px) {
    .clean4_wrap {
        padding: 60px 0;
    }
    
    .clean4_wrap .clean4_tit h2 {
        font-size: 1.8rem;
    }

    .clean4_wrap .clean4_tit p {
        font-size: 1rem;
    }

    .clean4_txt .clean4_count thead tr th {
        font-size: 1rem;
    }

    .clean4_txt .clean4_count thead tr th.campaign {
        font-size: 1.1rem;
    }

    .clean4_txt .clean4_count tbody tr td {
        font-size: 0.9rem;
    }

    .clean4_txt .clean4_count tbody tr td:nth-child(2) {
        font-size: 1rem;
    }

    .clean4_txt .clean4_count tbody tr td:last-child {
        font-size: 1.2rem;
    }
}

@media (max-width : 375px) {

    .clean4_wrap .clean4_tit h2 {
        font-size: 1.6rem;
    }

    .clean4_txt .clean4_count thead tr th {
        font-size: 0.9rem;
    }

    .clean4_txt .clean4_count thead tr th.campaign {
        font-size: 1rem;
    }


    .clean4_txt .clean4_count tbody tr td:nth-child(2) {
        font-size: 0.9rem;
    }

    .clean4_txt .clean4_count tbody tr td:last-child {
        font-size: 1rem;
    }

}

@media (max-width : 325px) {
    .clean4_wrap .clean4_tit h2 {
        font-size: 1.45rem;
    }
}

/* clean4_wrap 끝 */

/* clean5_wrap 시작 */

.clean5_wrap {
    text-align: center;
    margin: 120px auto;
    letter-spacing: -1px;
}

.clean5_wrap .clean5_tit h2 {
    font-size: var(--main1-title);
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 15px;
    margin: auto;
}

.clean5_wrap .clean5_tit h2 span {
    font-weight: 700;
}


.clean5_wrap .clean5_txt {
    max-width: 1120px;
    margin: 40px auto 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
}


.clean5_txt .process h3 {
    font-size: var(--content2-tit);
    color: var(--white-text);    
    background: #0072BE;
    padding: 10px 30px;
    border-radius: 50px;
    font-weight: 500;
    display: inline;
}

.clean5_txt .process ul {
    margin-top: 32px;
    display: flex;
    gap: 12px;
    
}

.clean5_txt .process ul li {
    background: var(--bg2);
    border-radius: 10px;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    text-align: center;
}

.clean5_txt .process ul li .title p {
    font-size: var(--content2-txt);
    color: var(--main-color);
    font-weight: 300;
    background: none;
    padding: 0;
}

.clean5_txt .process ul li .title h6 {
    font-size: var(--content1-tit);
    font-weight: 500;
    letter-spacing: -1px;
}

.clean5_txt .process ul li img {
    max-width: 100px;
    margin: auto;
}

.clean5_txt .process ul li div p {
    background: var(--white-text);
    padding: 15px 10px;
    border-radius: 10px;
    font-size: var(--content2-txt);
    font-weight: 400;
    line-height: 1.4;
}

.clean5_txt .process.personnel h5 {
    background: var(--dark-text);
    color: var(--white-text);
    border-radius: 10px;
    padding: 10px 10px;
    font-size: var(--content2-txt);
    font-weight: 500;
    width: 270px;
    margin: 0 auto 20px;
    position: relative;
}

.clean5_txt .process.personnel h5:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-bottom: 10px solid transparent;
    border-top: 10px solid var(--dark-text);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 100%);
}

.clean5_txt .process.personnel h3 {
    background: var(--mint-color500);
}

.clean5_txt .process.personnel ul li {
    background: var(--mint-color50);
}

.clean5_txt .process.personnel ul li .title p {
    color: var(--mint-color);
}

@media (max-width : 1120px) {
    .clean5_wrap {
        width: 92%;
    }
}

@media (max-width : 999px) {
    .clean5_txt .process ul li {
        gap: 20px;
    }
    
    .clean5_txt .process ul li .title h6 {
        font-size: 20px;
        line-height: 1.3;
    }

    .clean5_txt .process ul li img {
        width: 70px;
    }

    .clean5_txt .process ul li div p {
        font-size: 13px;
    }
}


@media (max-width : 767px) {

    .clean5_wrap {
        margin: 60px auto;
    }
    
    .clean5_wrap .clean5_tit h2 {
        font-size: 2.2rem;
        width: 92%;
    }

    .clean5_txt .process h3 {
        font-size: 1.3rem;
    }

    .clean5_txt .process ul {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }

    .clean5_txt .process ul li {
        width: calc(50% - 10px);
    }
    
    .clean5_txt .process ul li .title p {
        font-size: 1.1rem;
    }

    .clean5_txt .process ul li .title h6 {
        font-size: 1.6rem;
    }

    .clean5_txt .process ul li div p {
        font-size: 1.1rem;
    }

    .clean5_txt .process.personnel h5 {
        font-size: 1.1rem;
    }
}

@media (max-width : 575px) {
        
    .clean5_wrap .clean5_tit h2 {
        font-size: 2rem;
    }

    .clean5_wrap .clean5_txt {
        margin: 20px auto;
        gap: 40px;
    }

    .clean5_txt .process h3 {
        font-size: 1.3rem;
    }

    .clean5_txt .process ul li {
        gap: 20px;
    }

    .clean5_txt .process ul li .title p {
        font-size: 1rem;
    }
    .clean5_txt .process ul li .title h6 {
        font-size: 1.1rem;
        line-height: 1.2;
    }

    .clean5_txt .process ul li img {
        max-width: 55px;
    }

    .clean5_txt .process ul li div p {
        font-size: 0.8rem;
        padding: 10px;
    }

    .clean5_txt .process.personnel h5 {
        font-size: 1rem;
        width: 220px;
    }
}

@media (max-width : 375px) {

    .clean5_wrap .clean5_tit h2 {
        font-size: 1.6rem;
    }

    .clean5_txt .process h3 {
        font-size: 1rem;
    }

    .clean5_txt .process.personnel h5 {
        font-size: 0.9rem;
    }
}

@media (max-width : 350px) {
    .clean5_txt .process ul li {
        width: 100%;
    }
}
/* clean5_wrap 끝 */

/* clean6_wrap 시작 */

.clean6_wrap {
    background: var(--main-color);
    text-align: center;
    padding: 120px 30px;
}

.clean6_wrap .clean6_tit h2 {
    font-size: var(--main1-title);
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 15px;
    margin: 0 auto 12px;
    color: var(--white-text);
}

.clean6_wrap .clean6_tit p {
    font-size: var(--sub-title);
    font-weight: 400;
    color: var(--white-text);
}

.clean6_wrap .clean6_txt {
    display: flex;
    gap: 20px;
    max-width: 1120px;
    justify-content: center;
    margin: 40px auto 0;
    align-items: flex-start;
}

.clean6_txt .clean6_effect {
    width: calc(50% - 20px);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.clean6_txt .clean6_effect > img {
    max-width: 175px;
    margin: auto;
}

.clean6_txt .clean6_effect .title h4 {
    background: var(--white-text);
    padding: 15px 10px;
    font-size: var(--content2-tit);
    letter-spacing: -1px;
    font-weight: 500;
    border:3px solid transparent ;
    border-radius:10px;
}

.clean6_txt .clean6_effect .text_box {
    background: var(--white-text);
    text-align: left;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    letter-spacing: -2px;
}

.clean6_txt .clean6_effect .text_box li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 0;
    border-bottom: 1px solid var(--gary-background10);
}

.clean6_txt .clean6_effect .text_box li:last-child {
    border-bottom: none;
}

.clean6_txt .clean6_effect .text_box li > img {
    max-width: 30px;
    margin-top: 4px;
}


.clean6_txt .clean6_effect .text_box .point {
    color: var(--main-color);
}

.clean6_txt .clean6_effect .text_box li h5 {
    font-size: var(--content2-tit);
    font-weight: 500;
}

.clean6_txt .clean6_effect .text_box li p {
    color: var(--gary-background40);
    font-weight: 400;
    font-size: var(--content1-txt);
    line-height: 1.2;
}

.clean6_txt .clean6_effect .text_box li p span {
    font-size: var(--content2-txt);
}

@media (max-width : 999px) {
    .clean6_txt .clean6_effect .title h4 {
        font-size: 24px;
    }

    .clean6_txt .clean6_effect .text_box li > img {
        width: 20px;
    }

    .clean6_txt .clean6_effect .text_box li h5 {
        font-size: 18px;
    }

    .clean6_txt .clean6_effect .text_box li p {
        font-size: 14px;
    }
}


@media (max-width : 767px) {
    
    .clean6_wrap .clean6_tit h2 {
        font-size: 2.2rem;
    }

    .clean6_wrap .clean6_tit p {
        font-size: 1.3rem;
    }

    .clean6_txt .clean6_effect > img {
        max-width: 140px;
    }

    .clean6_txt .clean6_effect .text_box li {
        gap: 8px;
    }

    .clean6_txt .clean6_effect .title h4 {
        font-size: 1.3rem;
    }
    
    .clean6_txt .clean6_effect .text_box li h5 {
        font-size: 1.2rem;
    }

    .clean6_txt .clean6_effect .text_box li p {
        font-size: 1rem;
    }

    .clean6_txt .clean6_effect .text_box li > img {
        max-width: 20px;
    }
}

@media (max-width : 676px) {
    .clean6_wrap .clean6_txt {
        flex-wrap: wrap;
        gap: 20px;
    }
    .clean6_txt .clean6_effect {
        width: 100%;
    }
}

@media (max-width : 575px) {

    .clean6_wrap {
        padding: 60px 30px;
    }
    
    
    .clean6_wrap .clean6_tit h2 {
        font-size: 2rem;
    }

    .clean6_wrap .clean6_tit p {
        font-size: 1rem;
    }

    .clean6_txt .clean6_effect .title h4 {
        padding: 15px;
    }

    .clean6_txt .clean6_effect .title h4,
    .clean6_txt .clean6_effect .text_box li h5 {
        font-size: 1rem;
    }

    .clean6_txt .clean6_effect .text_box {
        font-size: 0.9rem;
    }

    .clean6_txt .clean6_effect > img {
        width: 135px;
    }
}

@media (max-width : 375px) {

    .clean6_wrap .clean6_tit h2 {
        font-size: 1.6rem;
    }

    .clean6_wrap .clean6_tit p {
        font-size: 0.9rem;
    }

    .clean6_txt .clean6_effect .title h4 {
        font-size: 1.2rem;
    }
    
}

@media (max-width : 320px) {
    .clean6_wrap .clean6_tit p {
        font-size: 0.8rem;
    }
}

/* clean6_wrap 끝 */

/* clean7_wrap 시작 */

.clean7_wrap {
    text-align: center;
    margin: 120px auto;
    color: var(--dark-text2);
}

.clean7_wrap .clean7_tit h2 {
    font-size: var(--main1-title);
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 15px;
}

.clean7_wrap .clean7_tit p {
    font-size: var(--sub-title);
    font-weight: 400;
    line-height: 1.3;
    width: 900px;
    margin: auto;
}

.clean7_wrap .clean7_txt {
    margin: 32px auto 0;
}

@media (max-width : 1120px) {
    .clean7_wrap .clean7_txt {
        width: 92%;
    }
}

@media (max-width : 999px) {
    .clean7_wrap .clean7_tit p  {
        width: 92%;
    }
}

@media (max-width : 767px) {

    .clean7_wrap {
        margin: 60px auto;
    }

    .clean7_wrap .clean7_tit {
       padding: 0 30px;
    }
    
    .clean7_wrap .clean7_tit h2 {
        font-size: 2.2rem;
    }

    .clean7_wrap .clean7_tit p {
        font-size: 1.3rem;
        width: 100%;
    }

    .clean7_wrap .clean7_txt {
        width: 450px;
    }
}

@media (max-width : 575px) {
    .clean7_wrap .clean7_tit h2 {
        font-size: 2rem;
    }

    .clean7_wrap .clean7_tit p {
        font-size: 1rem;
    }

    .clean7_wrap .clean7_txt {
        width: 92%;
    }
}


@media (max-width : 375px) {

    .clean7_wrap .clean7_tit h2 {
        font-size: 1.6rem;
    }

}
/* clean7_wrap 끝 */

/* clean8_wrap 시작 */

.clean8_wrap {
    background: var(--bg2);
    padding: 30px;
    width: 100%;
}

.clean8_wrap .clean8_tit {
    max-width: 1120px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.clean8_wrap .clean8_tit div {
    display: flex;
    align-items: center;
    gap: 30px;
}

.clean8_wrap .clean8_tit h3 {
    font-size: 28px;
    font-weight: 700;
    display: flex;
    gap: 10px;
}

.clean8_wrap .clean8_tit h3::before {
    display: block;
    content: '';
    background: var(--main-color);
    width: 5px;
    height: auto;
    padding: 15px 0;
}

.clean8_wrap .clean8_tit ul {
    display: flex;
}

.clean8_wrap .clean8_tit ul li h2 {
    color: var(--main-color);
    font-size: 43px;
}

.clean8_wrap .clean8_tit .clean8_number {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
}

.clean8_wrap .clean8_tit .clean8_number h2 {
    font-size: 42px;
    color: var(--main-color);
}

.clean8_wrap .clean8_tit .clean8_number ul {
    font-size: 20px;
    font-weight: 400;
    color: var(--gary-background60);
    display: flex;
    gap: 13px;
    flex-wrap: wrap;
}

.clean8_wrap .clean8_tit .clean8_number ul li {
    display: flex;
    gap: 5px;
}

.clean8_wrap .clean8_tit .clean8_number ul li::before {
    display: block;
    content: '';
    background: var(--gary-background60);
    width: 2px;
    height: auto;
    margin: 5px 0;
}

.clean8_wrap .clean8_tit img {
    max-width: 100px;
    width: 100%;
    height: 100%;
}



@media (max-width: 767px) {
    .clean8_wrap {
        padding: 15px 20px;
    }
    .clean8_wrap .clean8_tit div {
        flex-direction: column;
        align-items: flex-start;
        gap: 0px;
    }

    .clean8_wrap .clean8_tit {
        align-items: flex-end;
    }    

    .clean8_wrap .clean8_tit h3::before {
        display: none;
    }

    .clean8_wrap .clean8_tit h3 {
        font-size: 1.2rem;
    }
    
    .clean8_wrap .clean8_tit .clean8_number h2 {
        font-size: 2rem;
    }

    .clean8_wrap .clean8_tit .clean8_number ul li {
        font-size: 1rem;
    }
    

}

@media (max-width: 575px) {
    
    .clean8_wrap .clean8_tit img {
        max-width: 80px;
    }

}


@media (max-width: 425px) {

    .clean8_wrap {
        padding: 15px;
    }

    .clean8_wrap .clean8_tit h3 {
        font-size: 1rem;
    }
    
    .clean8_wrap .clean8_tit .clean8_number h2 {
        font-size: 1.4rem;
    }

    .clean8_wrap .clean8_tit .clean8_number ul li {
        font-size: 0.9rem;
    }

    .clean8_wrap .clean8_tit img {
        max-width: 60px;
    }

}

@media (max-width: 320px) {

    .clean8_wrap {
        padding: 10px;
    }

    .clean8_wrap .clean8_tit h3 {
        font-size: 0.9rem;
    }
    
    .clean8_wrap .clean8_tit .clean8_number h2 {
        font-size: 1.1rem;
    }

    .clean8_wrap .clean8_tit img {
        max-width: 50px;
    }

}

/* clean8_wrap 끝 */

/* fixed 부분 시작 */

#floating {
    background: var(--main-color);
    color: var(--white-text);
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 20px;
    max-width: 700px;
    width: 100%;
    text-align: center;
    gap: 10px;
    position: fixed;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%, 0);
    opacity: 1;
    transition: all .3s ease;
    border: 1px solid var(--white-text);
}

#floating p {
    font-size: 18px;
    opacity: 0.7;
}

#floating.hide {
    transform: translate(-50%, 30px);
    opacity: 0;
    pointer-events: none;
}

@media (max-width: 767px) {
    #floating {
        width: 92%;
        font-size: 1rem;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 4px;
    }
    #floating p  {
        font-size: 1rem;
    }
}

@media (max-width: 575px) {
    #floating,
    #floating p {
        font-size: 0.8rem;
        gap: 0px;
    }
}
/* fixed 부분 끝 */
