@media screen and (max-width: 768px) {
    .toggle-navi {
        width: 100%;
        padding: 0;
        border-radius: 40px;
    }
    .w-box {
        border-radius: 40px 40px 0 0;
        padding: 5px;
    }
    .esg-bgimg-wrap {
        background-size: cover;
    }
    .gray-round {
        width: 109px;
        height: auto;
        background-color: var(--gray-color-1);
        border-radius: 100px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .shadow-text {
        font-size: var(--shadow-text-font-size);
        font-weight: 800;
        padding: 0px;
        color: var(--gray-color-1);
    }
    .gray-round-wrap p {
        font-size: var(--sub-sub-font);
        text-align: center;
    }
    .gray-round {
        width: 80px;
        height: 80px;
        background-color: var(--gray-color-1);
        border-radius: 100px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }
    .gray-round img {
        width: 60%;
    }
    .gray-round-wrap {
        width: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-right: 10px;
    }
    .gray-round-wrap:nth-child(3) {
        width: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-right: 20px;
    }
    .gray-round-wrap p,
    .gray-round-wrap span {
        font-size: var(--sub-sub-font);
        text-align: center;
        padding: 0;
        color: var(--main-color);
    }
    .esg-icon-box-wrap {
        margin: 0;
        padding: 0;
    }
    .title-text p:nth-child(1) {
        font-size: 20px;
    }
    .esg-icon-box-wrap {
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: space-between;
    }
    /* ------------------------------- 4_1_1------------------------------- */
    .input-box2_2,
    .input-box3_2 {
        flex-direction: column;
    }
    .input-box2-2_2,
    .input-box2-1_2 {
        width: 100%;
    }
    .addfile-wrap {
        width: 20%;
    }
    .file-name {
        width: 70%;
    }
    .file-label {
        width: 20%;
    }
    .file-name {
    }
    .addfile-1 {
        width: 100%;
        font-size: var(--sub-sub-font);
        text-align: center;
        line-height: 58px;
        letter-spacing: -1px;
    }
    .file-label {
        width: 20%;
        letter-spacing: -4px;
    }
    .submit_2 {
        width: 30%;
        height: 50px;
        border-radius: 50px;
        border: 1px solid var(--white);
        background-color: #202020;
        color: var(--white);
        font-size: var(--text-font);
    }

    /* 글로벌 지도 이미지 조정*/
    .global-map-img > img {
        width: 100%;
    }
}
