@media screen and (max-width: 1200px) {
    .main2-wrap {
        flex-direction: column;
    }

    .left-cont {
        display: none;
    }

    .right-cont {
        width: 100%;
    }

    .caracter-image {
        width: 250px;
        position: absolute;
        top: 40px;
        right: 18px;
        z-index: 999;
    }

    /* ------------------------------- 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;
    }
}

/* ****************** 768 미디어쿼리 시작 ******************* */
/* 메인배너 시작 */

@media screen and (max-width: 768px) {
    /*** 헤더 시작 ***/
    .m-logo {
        width: 100%;
    }

    .m-logo > img {
        width: 90px;
    }

    .nav-wrap {
        display: none;
    }

    .incruit {
        display: none;
    }

    #gnb {
        height: 70px;
    }

    .hamberger {
        display: block;
    }

    .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: 100%;
        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;
    }

    .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;
        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: 100vh;
        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: 30px;
        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 {
        width: 100%;
        background-image: url(/hwabaek/img/main6-wrap-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        color: var(--white);
        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;
        height: 17%;
        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: 0 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: 50px;
    }

    .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);
    }

    .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-bgimg-wrap {
        padding: 0 50px;
    }

    .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);
    }

    .esg-bgimg-wrap {
        background-size: ;
    }

    .sub-title-text > p {
        font-size: var(--md-font-size);
        font-weight: var(--font-light-weight);
    }

    /* ** 메인배너 ** */
    .main-title-text h1 {
        font-size: var(--title-font);
        font-weight: var(--font-bold-weight);
    }

    .esg-bgimg-wrap {
        height: 100vh;
        background-size: cover;
    }

    .introduce {
        width: 100%;
        height: 46%;
        padding-top: var(--main-img-title-padding);
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .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 {
    }

    .connection-cont {
        margin: 0;
    }

    .dot-line {
    }

    /* ------------------------------- 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%;
    }
}
