.members .organization .level_1right {
    position: relative;
    padding-bottom: 2.2rem;
    padding-left: calc(50%);
    margin-top: -22.2rem;
}

.introBusiness2 {
    margin-top: 100px;
}

.tempTable {
    width: 100%;
    margin-bottom: 5px;
    border-collapse: collapse;
    table-layout: fixed;
}

.temp_th_title {
    background: var(--main);
    color: #FFFFFF;
    font-size: 20px;
    width: 25%;
    padding: 10px;
    word-break: keep-all;
}

.temp_td_title {
    border-bottom: solid 1px var(--main);
    background: rgb(232 235 245);
    color: var(--main);
    font-size: 20px;
    width: 25%;
    padding: 10px;
    word-break: keep-all;
    text-align: center;
    vertical-align: middle;
}

.temp_td_content {
    border-bottom: solid 1px var(--main);
    color: #000000;
    font-size: 20px;
    width: 25%;
    padding: 20px;
    text-align: justify;
    line-height: 1.5;
    vertical-align: middle;
    word-break: break-word;
}

.memberTableWrap {
    text-align: center;
}

.memberCenter {
    text-align: center;
}

.memberEmail {
    text-align: center;
    word-break: break-all;
}

/* 기존 조직도 느낌 유지하면서 최소 수정 */
.memberLevel2Custom {
    justify-content: center;
    gap: 12rem;
}

.memberLevel2Custom .group .circle p {
    line-height: 1.4;
}

/* 혹시 기존 memberList 영역 스타일이 살아 있어도 안 보이게 */
.memberList {
    display: none !important;
}

@media all and (max-width: 800px) {
    .members .organization .level_1right {
        padding-bottom: 12px;
        margin-top: -112px;
        margin-left: 30px;
    }

    .introBusiness2 {
        margin-top: 50px;
    }

    .temp_th_title {
        font-size: 15px;
        width: 25%;
        padding: 10px 6px;
    }

    .temp_td_title {
        font-size: 15px;
        width: 25%;
        padding: 12px 8px;
    }

    .temp_td_content {
        font-size: 15px;
        width: 25%;
        padding: 12px 8px;
        text-align: center;
        line-height: 1.5;
    }

    .memberLevel2Custom {
        gap: 2rem;
    }

    .memberLevel2Custom .group .circle p {
        font-size: 15px;
    }
}