/* ########################## sub3_1_3 ############################ */
.etching-system-title {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.etching-system-title p {
    font-size: var(--title-text-font);
    color: var(--main-color);
    font-weight: var(--font-bold-weight);
    text-align: center;
    padding-bottom: clamp(40px, 6vw, 70px);
}
/* 공통클래스 */

.cont {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.br {
    display: block;
}

/* 공통클래스 끝 */
.etching-title {
    text-align: center;
}

.etching-title h1 {
    font-size: var(--title-font);
}

.etching-title h5 {
    font-size: var(--text-font);
    font-weight: 200;
    padding-top: clamp(20px, 4vw, 40px);
}

/* 1wrap 콘텐츠 시작 */
.cont-1-cont-wrap {
    width: 100%;
    padding: clamp(60px, 15vw, 130px) 0;
    max-width: 1400px;
}

.cont-1-bg {
    background-color: var(--gray-color-3);
    /* padding: 81px 110px; */
    padding: clamp(50px, 6vw, 81px) clamp(24px, 6vw, 110px);
    border-radius: 20px;
    width: 95%;
    margin: 0 auto;
}

.cont-1-cont-title h1 {
    font-size: var(--title-text-font);
    text-align: center;
    color: var(--main-color);
    line-height: var(--title-text-line-height);
    font-weight: var(--font-bold-weight);
}

.etching-product-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: clamp(60px, 6.25vw, 90px);
}

.etching-product-01,
.etching-product-02,
.etching-product-03 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.etching-product-01 img,
.etching-product-02 img,
.etching-product-03 img {
    padding-bottom: clamp(50px, 4.8vw, 70px);
}

.etching-product-text h2 {
    font-size: var(--text-font);
    font-weight: var(--font-bold-weight);
    text-align: center;
    line-height: var(--title-text-line-height);
    /* padding-bottom: 20px; */
    padding-bottom: clamp(12px, 2vw, 20px);
}

.etching-product-text > p {
    font-size: var(--sub-text);
    line-height: var(--text-font-line-height);
    word-break: keep-all;
}

/* 1wrap 개요 */
.title-box-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: clamp(80px, 10vw, 140px);
}

.title-box-wrap p {
    padding: clamp(14px, 2vw, 20px) clamp(30px, 5vw, 50px);
    background-color: var(--main-color);
    font-size: var(--title-text-font);
    font-weight: var(--font-bold-weight);
    color: var(--white);
    border-radius: 10px;
}

.etching-sum-text {
    padding: clamp(30px, 5vw, 50px) 0;
}

.etching-sum-text p {
    line-height: var(--title-text-line-height);
    font-size: var(--text-font);
    word-break: keep-all;
}

.etching-sum-wrap {
    display: flex;
    align-items: flex-end;
}

.etching-sum-wrap img {
    width: 40%;
    object-fit: contain;
}

/* 2wrap 시작 */
.cont-2-wrap {
    padding: clamp(24px, 6vw, 50px) 0;
}

.cont-2-cont-title {
    font-size: var(--title-text-font);
    text-align: center;
    color: var(--main-color);
    line-height: var(--title-text-line-height);
    font-weight: var(--font-bold-weight);
}

/* 네모박스 이미지 설명 시작 */
.cont-2-cont-wrap {
    width: 100%;
    display: flex;
    padding: clamp(40px, 10vw, 110px) 0;
    margin: 0 auto;
    justify-content: center;
}

.cont-2-left {
    width: 70%;
}

.cont-2-left-bg {
    background-color: var(--gray-color-3);
    padding: clamp(24px, 6vw, 50px) clamp(24px, 6vw, 50px);
    border-radius: 20px;
    margin: 0 0 0 clamp(6px, 3vw, 15px);
}

.cont-2-left-01 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #eaeaea;
    /* margin: 20px 50px; */
    margin: clamp(16px, 3vw, 20px) clamp(20px, 4vw, 50px);
    position: relative;
    border-radius: 20px;
}

.cont-2-01-title {
    width: 100%;
    position: absolute;
    top: clamp(-20px, -5vw, -40px);
    left: 0;
    display: flex;
    justify-content: center;
}

.cont-2-01-title p {
    width: 95%;
    background-color: #a3e4e4;
    /* padding: 20px 50px; */
    padding: clamp(12px, 2.5vw, 20px) clamp(20px, 4vw, 50px);
    text-align: center;
    font-size: var(--text-font);
    color: var(--black-color);
    border-radius: 10px;
}

.cont-2-left-01-cont {
    padding: clamp(40px, 10vw, 130px) 0 clamp(20px, 5vw, 30px) 0;
}

.cont-2-left-imgs {
    padding: clamp(40px, 10vw, 80px) 0 clamp(20px, 5vw, 30px) 0;
}

.cont-2-left-01-cont p {
    text-align: center;
    padding: clamp(24px, 6vw, 50px) 0;
    font-size: var(--text-font);
    font-weight: var(--font-bold-weight);
}

.cont-2-left-imgs {
    width: 100%;
    display: flex;
    gap: clamp(20px, 6vw, 60px);
    justify-content: center;
    align-items: center;
}

.cont-2-left-imgs img {
    max-width: 100%;
    height: auto;
}

.interactive-imgs {
    width: 100%;
    display: flex;
    justify-content: center;
    /* padding: 50px 0 20px 0; */
    padding: clamp(28px, 6vw, 50px) 0 clamp(16px, 4vw, 20px) 0;
    position: relative;
}

.interactive-imgs p {
    position: absolute;
    top: 45%;
    background-color: var(--main-color);
    padding: clamp(8px, 3vw, 10px) clamp(18px, 6vw, 30px);
    font-size: var(--text-font);
    color: var(--white);
    border-radius: 10px;
    white-space: nowrap;
}

.cont-2-left-03 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #eaeaea;
    margin: 20px 50px;
    position: relative;
    border-radius: 20px;
    padding: clamp(24px, 6vw, 50px) 0;
}

.cont-2-left-03 p {
    text-align: center;
    padding: clamp(15px, 6vw, 20px) 0;
    font-size: var(--text-font);
    font-weight: var(--font-bold-weight);
}

.cont-2-right {
    width: 30%;
    padding-left: clamp(16px, 3vw, 40px);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.cont-2-right-cont-01 {
    display: flex;
    gap: clamp(16px, 3vw, 40px);
}

.cont-2-right-img-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cont-2-right-img-wrap img {
    width: clamp(12rem, 60%, 24rem);
    max-width: 100%;
    height: auto;
}

.cont-2-right-cont-01 {
    padding-top: clamp(60px, 15vw, 200px);
}

.arrow-inter {
    width: 30%;
}

.cont-2-right-img-wrap p {
    font-size: var(--text-font);
    font-weight: var(--font-bold-weight);
    text-align: center;
    padding-top: clamp(24px, 6vw, 50px);
    word-break: keep-all;
}

.cont-2-left-03 {
    position: relative;
}

.cont-2-left-03 span {
    width: 95%;
    background-color: #a3e4e4;
    /* padding: 20px 50px; */
    padding: clamp(12px, 2.5vw, 20px) clamp(20px, 4vw, 50px);
    text-align: center;
    font-size: var(--text-font);
    color: var(--black-color);
    border-radius: 10px;
}

.cont-2-01-title-02 {
    width: 100%;
    position: absolute;
    top: clamp(-20px, -5vw, -40px);
    left: 0;
    display: flex;
    justify-content: center;
}

.arrow-wrap {
    display: flex;
    justify-content: space-around;
    position: relative;
    align-items: center;
}

.arrow-wrap p {
    height: auto;
    padding: clamp(10px, 3vw, 16px) clamp(12px, 6vw, 16px);
    background-color: var(--main-color);
    border-radius: 10px;
    margin-top: 20px;
    font-size: var(--sub-sub-font);
    color: var(--white);
    word-break: keep-all;
    text-align: center;
}

.cont-3-imgs-wrap {
    position: relative;
}

.round-bg-img {
    width: clamp(140px, 22vw, 340px);
    height: clamp(140px, 22vw, 340px);
    background-color: #53c5c527;
    border-radius: 500px;
    position: absolute;
    top: clamp(-20px, -8vw, -60px);
    left: 0%;
    z-index: -1;
}

.cont-3-imgs-01,
.cont-3-imgs-02 {
    display: flex;
    position: static;
}

.round-wrap-01,
.round-wrap-02 {
    display: flex;
}

/* 3wrap */
.cont-3-cont-wrap {
    width: 85%;
    padding: 80px 0 clamp(40px, 10vw, 100px) 0;
    margin-bottom: clamp(40px, 10vw, 100px);
    margin-top: 140px;
    max-width: 1400px;
    display: flex;
    justify-content: space-around;
}

.cont-3-wrap {
    padding: clamp(80px, 18vw, 230px) 0;
}

.bg-round {
    width: 340px;
    height: 340px;
    background-color: #53c5c52a;
    border-radius: 500px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

.round-wrap-01,
.round-wrap-02 {
    gap: 40px;
    padding-bottom: 40px;
}
.bg-round-text {
    margin-left: clamp(24px, 8vw, 150px);
}
.bg-round-text-cont p {
    word-break: keep-all;
    margin-bottom: 10px;
}
.round-img-01,
.round-img-02,
.round-img-03 {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.round-img-01 p,
.round-img-02 p,
.round-img-03 p,
.round-img-04 p {
    font-size: var(--text-font);
    font-weight: var(--font-bold-weight);
    text-align: center;
    padding-top: 40px;
    word-break: keep-all;
}

.bg-round-title-text {
    padding-bottom: 50px;
}

.bg-round-text span {
    font-size: var(--title-text-font);
    font-weight: var(--font-bold-weight);
    margin-bottom: 50px;
}

.bg-round-text-cont p {
    line-height: var(--title-text-line-height);
    font-size: var(--text-font);
}

.cont-2-cont-wrap img {
    width: 85%;
}

/* 4wrap 시작*/
.cont-4-cont-wrap {
    width: 85%;
    margin: 0 auto;
}

.cont-4-cont {
    overflow-x: auto;
}

.cont-4-title {
    display: flex;
    justify-content: center;
    padding-bottom: clamp(40px, 10vw, 110px);
}

.box-title-color {
    padding: 10px 40px;
    font-size: var(--title-text-font);
    font-weight: var(--font-bold-weight);
    background-color: var(--main-color);
    border-radius: 10px;
    text-align: center;
    color: var(--white);
}

.cont-4-cont tr th {
    padding: clamp(18px, 4vw, 30px) 0;
}

.cont-4-cont table {
    width: 100%;
    border-collapse: collapse;
}

.cont-4-cont tr {
    border-top: 1px solid #c5c5c5;
    text-align: center;
}

.cont-4-cont th {
    font-size: var(--text-font);
}

.cont-4-cont td {
    padding: 20px 0;
    text-align: center;
    border-bottom: 1px solid #c5c5c5;
    font-size: var(--text-font);
}

.cont-4-cont {
    padding: 0 0 clamp(40px, 10vw, 100px) 0;
}

/* ############################# 미디어쿼리 ################################ */
@media screen and (max-width: 1700px) {
    .cont-2-left-imgs {
        display: flex;
        flex-direction: column;
    }

    .cont-2-left-imgs img {
        height: auto;
        width: 70%;
    }

    .cont-2-right-img-wrap img {
        width: 100%;
    }

    .arrow-inter {
        width: 30%;
        max-width: 100px;
        position: absolute;
        left: -50px;
    }

    .cont-2-right-img-wrap {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .cont-2-right-cont-01 {
        height: 50%;
        position: relative;
        padding-right: clamp(8px, 3vw, 20px);
    }

    .cont-2-right-cont-01 {
        height: 50%;
        display: flex;
        align-items: center;
    }
}

@media screen and (max-width: 1500px) {
    .etching-product-wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: clamp(60px, 6.25vw, 90px);
        flex-direction: column;
        gap: 50px;
        width: 80%;
        margin: 0 auto;
    }

    .etching-sum-wrap {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }

    .etching-sum-wrap img {
        width: 60%;
        object-fit: contain;
    }

    .etching-sum-wrap {
        padding-top: clamp(30px, 4vw, 50px);
    }

    .etching-product-01 img,
    .etching-product-02 img,
    .etching-product-03 img {
        width: 80%;
    }

    .cont-2-left-imgs {
        display: flex;
        flex-direction: column;
    }

    .cont-2-left-01 {
        margin: 0;
    }

    .cont-2-left-03 {
        margin: 0;
    }

    .cont-3-cont-wrap {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .bg-round-text {
        padding-top: clamp(180px, 15vw, 200px);
    }
}

@media screen and (max-width: 1200px) {
    .line {
        display: none;
    }

    .main2-wrap {
        flex-direction: column;
    }

    .left-cont {
        display: none;
    }

    .toggle-navi2 > ul > li {
        width: 95%;
        padding: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: clamp(6px, 1.2vw, 12px);
    }

    .w-box {
        width: 100%;
        /* height: 178px; */
        background-color: #fff;
        border-radius: 100px 100px 0 0;
    }

    .right-cont {
        width: 100%;
        text-align: center;
    }

    .line-gray {
        display: none;
    }

    .caracter-image {
        width: 250px;
        position: absolute;
        top: 40px;
        right: 18px;
    }

    /*배너 공통적용*/
    .partners-bgimg-wrap {
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url(../img/partners_bg.svg);
    }

    .esg-bgimg-wrap {
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url(../img/esg_bg.png);
    }

    .bgimg-wrap-company {
        width: 100%;

        background-repeat: no-repeat;
        background-position: left center;
        background-size: cover;
        background-image: url(../img/sub-banner01.png);
    }

    .bgimg-wrap-partners {
        width: 100%;
        /* height: 100%; */
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url(../img/partners_bg.svg);
        padding: 13% 0;
    }

    .bgimg-wrap-partners {
        padding: 13% 0;
        width: 100%;
        /* height: 100%; */
        background-repeat: no-repeat;
        background-size: cover;
    }

    .bg-white-partners {
        padding: 0 5%;
    }

    .global-bgimg-wrap {
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .bgimg-wrap-pcb {
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
    }

    /*토글 공통 적용*/

    .toggle-navi2,
    .toggle-navi,
    .toggle-navi4 {
        max-width: 1400px;
        backdrop-filter: blur(30px) brightness(120%);
        border-radius: 40px;
        width: 85%;
        height: auto;
        bottom: 0;
        /* height: 90px; */
    }

    /* ------------------------------- 2_1_1------------------------------- */
    .product-table-wrap2 {
        flex-direction: column;
        align-items: center;
    }

    .product-table-wrap2 > table:nth-of-type(1) {
        margin-bottom: 50px;
    }

    .EF-MAX-MECHANISM-cont > img {
        width: 100%;
    }

    .table-cont-wrap {
        overflow-x: auto;
    }

    /* ------------------------------- 2_1_3------------------------------- */
    .Chlorate-oxidizer-wrap,
    .chlorate-oxidizer-table-wrap {
        flex-direction: column;
        align-items: center;
    }

    .Chlorate-oxidizer-wrap > div,
    .chlorate-oxidizer-table-wrap > table {
        width: 100%;
        margin-bottom: 50px;
    }

    /*2랩 시작*/
    .product-Performance-character-3 {
        position: absolute;
        top: -200px;
        right: 0;
    }

    .Etching-Speed-table {
        overflow-x: auto;
    }

    .bg-gray {
        margin-top: 200px;
    }

    .product-etching-condition-wrap {
        flex-direction: column;
        align-items: center;
    }

    .etching-table-wrap {
        width: 100%;
        margin-top: 100px;
    }

    /* ------------------------------- 2_2_1------------------------------- */
    .product-table-wrap2 {
        overflow-x: auto;
    }

    .round-img-01 img,
    .round-img-02 img,
    .round-img-03 img,
    .round-img-04 img {
        width: 90%;
    }
}

@media screen and (max-width: 1000px) {
    .nav-wrap {
        display: none;
    }
    .paper_plane {
        display: none;
    }
    .icon-list-wrap img {
        width: 50%;
    }
    .global-bgimg-wrap {
        padding: 150px 0;
    }
    .wlcsp-gray-box-wrap p {
        text-align: center;
        word-break: keep-all;
    }
    .icon-list-wrap img {
        width: 50%;
    }
    .icon-list-wrap {
        display: flex;
        flex-direction: column;
    }
    .icon-list {
        display: flex;
        flex-direction: column;
    }
    .icon-list {
        width: 100%;
    }
    .company-table1-1 {
        width: 100%;
    }
    .right-cont > p {
        margin: 50px 0;
    }

    .right-cont > p > span {
        display: inline-block;
    }

    .toggle-navi2 > ul {
        display: flex;
        flex-direction: column;
    }

    .Classification-table {
        overflow-x: auto;
    }

    .cont-4-cont {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .cont-4-cont table {
        min-width: 700px;
    }

    .round-img-03 > img {
        width: 85%;
    }

    .interactive-imgs img {
        width: 20%;
    }

    .interactive-imgs {
        width: 100%;
        display: flex;
        justify-content: center;
        padding-bottom: clamp(24px, 6vw, 50px);
    }

    .interactive-imgs p {
        position: absolute;
        top: 41%;
        background-color: var(--main-color);
        padding: clamp(8px, 3vw, 10px) clamp(18px, 6vw, 30px);
        font-size: var(--text-font);
        color: var(--white);
        border-radius: 10px;
        white-space: nowrap;
    }

    .cont-1-wrap {
        padding: 0 15px;
    }

    .cont-2-cont-wrap {
        width: 100%;
        display: flex;
        padding: clamp(40px, 10vw, 110px) 15px;
        margin: 0 auto;
        justify-content: space-between;
    }

    .cont-2-cont-wrap img {
        width: 100%;
        display: flex;
        /* padding: clamp(40px, 10vw, 110px) 15px; */
        margin: 0 auto;
        justify-content: space-between;
    }

    /* -----푸터 위로 올라가는 화살표 ----- */
    .footer-wrap {
        position: relative;
    }

    .up-arrow-wrap {
        width: 100%;
        position: fixed;
        bottom: 50px;
        right: 50px;
        display: flex;
        justify-content: flex-end;
    }

    .up-arrow {
        width: 48px;
        height: 48px;
        background-color: var(--main-color);
        border-radius: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .up-arrow img {
        width: 24px;
        height: 24px;
        background-color: var(--main-color);
        border-radius: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .w-box {
        width: 100%;
        /* height: 178px; */
        background-color: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
        border-radius: 100px 100px 0 0;
    }

    .etching-sum-wrap img {
        width: 80%;
        object-fit: contain;
        display: flex;
    }

    .etching-sum-wrap {
        flex-direction: column-reverse;
    }

    .etching-sum-text p {
        line-height: var(--title-line-height);
        word-break: keep-all;
    }

    .cont-1-bg {
        background-color: var(--gray-color-3);

        border-radius: 20px;
    }

    /* -----푸터 위로 올라가는 화살표 끝 ----- */
    /*** 헤더 시작 ***/
    .m-logo {
        width: 100%;
    }

    .m-logo > img {
        width: 90px;
    }

    .incruit {
        display: none;
    }

    #gnb {
        height: 70px;
    }

    .english {
        display: none;
    }

    .ham-btn-wrap {
        width: 42px;
        height: 42px;
        display: flex;
        align-items: center;
        border-radius: 50px;
        background-color: #fff;
        border: 1px solid var(--black-color);
        flex-direction: column;
        justify-content: space-evenly;
        padding: 9px;
    }

    .w-box {
        border-radius: 60px 60px 0 0;
    }

    .scroll-down-animation {
        right: 0;
    }

    .shadow-text {
        padding: 30px;
    }

    .ham-btn-wrap span {
        width: 100%;
        border-top: 2px solid var(--black-color);
    }

    .ham-btn-div-wrap {
        width: 42px;
        height: 42px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .ham-btn {
        width: 42px;
        height: 42px;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ham-btn div {
        width: 20px;
        height: 20px;
        border-top: 1px solid var(--black-color);
    }

    .ham-bg-wrap {
        background-color: #ffffff;
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 500;
        display: none;
    }

    .nav-wrap_2 {
        width: 100%;
        height: 100vh;
        overflow-y: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .nav-wrap_2 ul {
        width: 80%;
        position: relative;
        z-index: 1000;
    }

    .nav-wrap_2 > ul > li {
        font-size: 18px;
        font-weight: 700;
        text-align: right;
        display: flex;
        align-items: center;
        flex-direction: column;
        text-align: center;
        padding-top: 40px;
    }

    .nav-wrap_2 li {
        text-align: center;
    }

    .nav-wrap_2 a:nth-child(2) {
        font-weight: var(--font-bold-weight);
        color: var(--main-color);
        border-top: 2px solid var(--gray-color-1);
        padding-top: 20px;
    }

    .mo_deps_1 {
        border: none;
    }

    .nav-wrap_2 a {
        /* display: none; */
        text-align: right;
        font-weight: 400;
        line-height: 28px;
        font-size: var(--text-font);
    }

    .deps_2_sub {
        display: block;
    }

    /*** 헤더 끝 ***/

    .main-banner-img {
        width: 100%;
        /* height: 100vh; */
        padding: 60% 5%;
    }

    .main-txt-wrap h1 {
        width: 100%;
        height: 50px;
    }

    .main-txt-wrap h1 {
        font-size: 40px;
    }

    .main-txt-wrap p {
        font-size: 20px;
    }

    .main-txt-wrap span {
        font-size: 18px;
    }

    .sub-txt-wrap a {
        font-size: 18px;
    }

    .shadow-text p {
        font-size: var(--shadow-text-font-size);
        font-weight: 800;
        color: var(--gray-color-1);
    }

    .main2-wrap {
        width: 100%;
        display: flex;
        flex-direction: column;
        /* border: 1px solid #000; */
    }

    .left-cont > button {
        position: absolute;
        bottom: -119%;
        left: 50%;
    }

    .menu-line {
        display: none;
    }

    .title-tab {
        width: 100%;
        margin: 0;
    }

    .title-tab > p:nth-child(1) {
        width: 100%;
        height: 50px;
        font-size: 32px;
    }

    .title-tab > p:nth-child(2) {
        font-size: 18px;
    }

    .right-cont {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .tab-menu {
        /* border: 1px solid #000; */
        width: 100%;
        position: relative;
        z-index: 10;
        overflow: hidden;
    }

    .m-cont {
        display: flex;
        flex-direction: column;
        align-items: start;
    }

    .m-title {
        justify-content: center;
    }

    .m-title-text {
        width: 100%;
        justify-content: space-between;
    }

    .caracter-image {
        position: static;
        margin: 30px 0;
    }

    /*** 2랩 시작 ***/
    .title > h1 {
        font-size: 32px;
    }

    .title > p {
        font-size: 18px;
    }

    .main3-wrap {
        width: 100%;
        height: auto;
        background-color: #ffffff;
        display: flex;
        /* border: 1px solid #000; */
        flex-direction: column;
        align-items: center;
        padding: 0;
        margin: 0;
    }

    .map {
        height: 512px;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        overflow: hidden;
        /* border: 1px solid #000; */
    }

    .paper_plane {
        width: 60%;
        translate: none;
        rotate: none;
        scale: none;
        transform-origin: 50% 50%;
        transform: translate(-145.132px, -361.94px);
    }

    .num {
        font-size: 40px;
    }

    .No {
        font-size: 40px;
    }

    .count-sub {
        width: 50%;
    }

    .count-sub p {
        font-size: 16px;
    }

    .move-global {
        margin: 0;
        width: 15%;
        display: flex;
        align-items: flex-start;
        padding-top: 54px;
    }

    .move-global button {
        width: 30%;
        font-size: 16px;
    }

    .main4-wrap {
        width: 100%;
    }

    .main4-wrap {
        padding: 0px 15px;
    }

    .partners-logo {
        margin-top: 20px;
    }

    .partners {
        height: 20%;
    }

    .logo-name {
        width: 49%;
        position: relative;
        overflow: hidden;
        text-align: center;
        background: #fff;
        min-height: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid var(--gray-color-2);
        object-fit: cover;
    }

    /* 지도 */
    .circle_main {
        width: 6px;
        height: 6px;
    }

    .circle_main_wrap {
        margin: 50px 0;
    }

    /*메인 6랩*/
    .main6-wrap {
        padding: 50px 20px;
    }

    .mailing {
        width: 100%;
        height: 50%;
        margin: 0;
        display: flex;
        align-items: center;
        flex-direction: column;
        padding: 0;
    }

    .title {
        padding: 15px;
    }

    .title-text {
        font-size: var(--title-font);
        text-align: center;
        font-weight: var(--font-bold-weight);
        margin-bottom: 100px;
        flex-direction: column;
        justify-content: flex-end;
    }

    .title-text p:nth-child(1) {
        font-size: 32px;
    }

    .title-text > p:nth-child(2) {
        font-size: 20px;
        font-weight: var(--font-light-weight);
        text-align: center;
        margin-top: 18px;
    }

    /* 컨택트어스 폼메일 */
    .mailing {
        height: 80%;
        /* border: 1px solid #000; */
    }

    .mailing > form {
        width: 100%;
        height: 100%;
        /* border: 1px solid #000; */
    }

    .input-box1 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .input-box2,
    .input-box3 {
        width: 100%;
        display: flex;
        margin-top: 10px;
        justify-content: space-between;
        align-items: flex-start;
    }

    .name {
        height: 40px;
        width: 100%;
    }

    .input-box2-2 {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .input-box3-1,
    .input-box3-2 {
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
        align-items: flex-start;
    }

    .input-box3 > div > p {
        margin: 0;
    }

    .text-tile {
        width: 100%;
        height: 150px;
    }

    /* ------------------------------- 1_1_4------------------------------- */

    .sub-esg-inner {
        width: 100%;
        padding: 50px 30px;
    }

    .esg-title h2 {
        font-size: var(--smalltitle-media);
    }

    .esg-title p {
        font-size: var(--textfont-18-media);
        padding: 30px;
    }

    .esg-item {
        flex-direction: column;
        align-items: center;
    }

    .esg-item img {
        width: 100%;
    }

    .esg-desc-box {
        width: 100%;
    }

    .esg-desc {
        width: 100%;
    }

    .esg-mini-title {
        margin-top: 50px;
    }

    .esg-mini-title h3 {
        font-size: var(--textfont-20-media);
    }

    /** sub 1_1_4끝 **/
    /* ------------------------------- 1_1_4_1------------------------------- */

    .quality-wrap,
    .safe-wrap,
    .ethic-wrap {
        height: auto;
    }

    .safe-wrap,
    .ethic-wrap {
        margin-top: 100px;
    }

    .quality-text-wrap,
    .safe-text-wrap,
    .ethic-text-wrap {
        width: 100%;
        height: 100px;
    }

    .quality-text-wrap p,
    .safe-text-wrap p,
    .ethic-text-wrap p {
        font-size: var(--smalltitle-media);
    }

    .quality-text-wrap span,
    .safe-text-wrap span,
    .ethic-text-wrap span {
        font-size: var(--textfont-18-media);
    }

    .quality-text,
    .safe-text,
    .ethic-text {
        width: 100%;
        padding: 30px;
    }

    .quality-text > p,
    .safe-text > p,
    .ethic-text > p {
        width: 100%;
        font-size: var(--textfont-16-media);
        margin-bottom: 50px;
    }

    .quality-cont-wrap,
    .safe-cont-wrap,
    .ethic-cont-wrap {
        width: 100%;
        height: 900px;
        margin-top: 100px;
        flex-direction: column;
        align-items: center;
    }

    .ethic-cont-wrap {
        margin-bottom: 300px;
    }

    .quality-img,
    .safe-img,
    .ethic-img {
        width: 100%;
    }

    .quality-img img,
    .safe-img img,
    .ethic-img img {
        width: 100%;
        height: 250px;
        border-radius: 50px;
    }

    /** 넘버링 시작**/
    .quality-text-num-total,
    .safe-text-num-total,
    .ethic-text-num-total2 {
        width: 100%;
        height: 400px;
        margin-top: 0;
    }

    .quality-text-num-wrap,
    .safe-text-num-wrap,
    .ethic-text-num-wrap2 {
        width: 100%;
        height: 20px;
    }

    .quality-text-num,
    .safe-text-num,
    .ethic-text-num2 {
        width: 100%;
        height: auto;
    }

    .ethic-text-num2 {
        flex-direction: column;
    }

    .quality-text-num-round,
    .safe-text-num-round,
    .ethic-text-num-round2 {
        width: 20px;
        height: 20px;
        background-color: var(--main-color);
        border-radius: 50px;
    }

    .ethic-text-num-round2 {
        width: 100%;
        background-color: #fff;
    }

    .quality-text-num-round p,
    .safe-text-num-round p {
        font-size: var(--textfont-16-media);
    }

    .ethic-text-num-round2 > p {
        font-size: var(--textfont-16-media);
        font-weight: var(--font-light-weight);
    }

    .ethic-text-num-round2 > span {
        font-size: var(--textfont-16-media);
        font-weight: var(--font-bold-weight);
        padding-left: 20px;
        width: 100%;
    }

    .quality-text-cont,
    .safe-text-cont,
    .ethic-text-cont2 {
        font-size: var(--textfont-16-media);
        font-weight: var(--font-light-weight);
    }

    .ethic-text-cont2 {
        margin-left: 40px;
    }

    /** sub 1_1_4_1끝 **/
    /* ------------------------------- 1_1_4_2------------------------------- */

    .esg-result-wrap {
        width: 100%;
        height: auto;
        margin-bottom: 100px;
    }

    .title-wrap {
        font-size: var(--smalltitle-media);
    }

    .title-wrap > p {
        font-size: var(--smalltitle-media);
        line-height: var(--title-text-line-height);
        word-break: keep-all;
    }

    .title-box-wrap2 > p {
        padding: 5px 50px;
        font-size: var(--title-text-font);
    }

    /* 토글네비 */
    .toggle-navi {
        padding: 10px 50px;
    }

    .esg-magin {
        margin-top: 80px;
    }

    /*esg 성과 아이콘 시작*/
    .esg-icon-box-wrap {
        height: auto;
        margin-top: 50px;
    }

    /*** esg 활동 시작 ***/

    /*토글 네비게이션*/

    .esg-activity-wrap {
        padding: 100px 50px;
        height: auto;
    }

    .esg-activity-title {
        font-size: var(--smalltitle-media);
    }

    .esg-activity-sub {
        font-size: var(--textfont-18-media);
        line-height: 23px;
    }

    .esg-activity-cont-wrap {
        width: 100%;
        height: auto;
        margin-top: 50px;
    }

    .activity-wrap {
        width: 100%;
        display: flex;
    }

    .activity-imgs {
        width: 50%;
        height: 50%;
        object-fit: cover;
    }

    .activity-imgs {
        width: 100%;
    }

    .activity-text {
        width: 100%;
        height: 350px;
    }

    .activity-text p {
        font-size: var(--textfont-18-media);
        font-weight: var(--font-bold-weight);
        margin-bottom: 26px;
    }

    .activity-text span {
        line-height: 36px;
        font-size: var(--textfont-16-media);
    }

    .activity-imgs img {
        width: 100%;
    }

    .activity-wrap {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .social-wrap {
        display: flex;
        flex-direction: column-reverse;
    }

    .activity-text p {
        font-size: var(--text-font);
    }

    .activity-text span {
        font-size: var(--text-font);
    }

    .sub-title-text > p {
        font-size: var(--md-font-size);
        font-weight: var(--font-light-weight);
        padding: 10px 0;
        line-height: clamp(26px, 2vw, 28px);
    }

    /* ** 메인배너 ** */
    .main-title-text {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .main-title-text h1 {
        font-size: var(--title-font);
        font-weight: var(--font-bold-weight);
    }

    .quality-text-num-round {
    }

    .quality-text-num-round {
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: var(--sub-sub-font);
        font-weight: var(--font-bold-weight);
        color: var(--white);
    }

    /*** 기업소개 ***/
    .circles {
        display: none;
    }

    .txt-box {
        padding: 30px;
    }

    .connection-cont {
        margin: 0;
    }

    .dot-line {
    }

    .spec-wrap {
        width: 100%;
        overflow-x: auto;
    }

    .hq-south-korea-wrap {
        flex-direction: column;
        gap: 30px;
    }

    .MTV-SouthKorea-wrap {
        flex-direction: column-reverse;
        gap: 30px;
    }

    .company-img1,
    .company-table1,
    .company-img2 {
        width: 100%;
    }

    .imgs-wrap,
    .history-imgs {
        display: none;
    }

    .history-animation {
        width: 100%;
    }

    /* ------------------------------- 2_1_1------------------------------- */
    .product-table-wrap2 {
        flex-direction: column;
        align-items: center;
    }

    .product-table-wrap2 > table:nth-of-type(1) {
        margin-bottom: 50px;
    }

    .table-cont-wrap {
        overflow-x: auto;
    }

    /* ------------------------------- 2_1_3------------------------------- */
    .Chlorate-oxidizer-wrap,
    .chlorate-oxidizer-table-wrap {
        flex-direction: column;
        align-items: center;
    }

    .Chlorate-oxidizer-wrap > div,
    .chlorate-oxidizer-table-wrap > table {
        width: 100%;
        margin-bottom: 50px;
    }

    /*2랩 시작*/
    .product-Performance-character-3 {
        position: absolute;
        top: -200px;
        right: 0;
    }

    .Etching-Speed-table {
        overflow-x: auto;
    }

    .bg-gray {
        margin-top: 200px;
    }

    .product-etching-condition-wrap {
        flex-direction: column;
        align-items: center;
    }

    .etching-table-wrap {
        width: 100%;
        margin-top: 100px;
    }

    /* ------------------------------- 2_2_1------------------------------- */
    .product-table-wrap2 {
        overflow-x: auto;
    }

    /* ------------------------------- 2_1_2------------------------------- */
    /*     .product-graph-wrap {
        flex-direction: column; align-items: center;
    }

    .product-graph-wrap>div {
        width: 100%;
    } */
    /* ------------------------------- 4_1_1------------------------------- */
    .input-box2_2,
    .input-box3_2 {
        flex-direction: column;
    }

    .input-box2-2_2,
    .input-box2-1_2,
    .input-box3-1_2,
    .input-box3-2_2 {
        width: 100%;
    }

    .addfile-wrap {
        width: 13%;
    }

    .file-name {
        width: 73%;
    }

    .file-label {
        width: 20%;
    }
}
