/* 조직도 */
.org_wrap { text-align: center; padding: 0 11.5rem; margin-top: 1rem; }
.org_wrap .std { display: flex; justify-content: center; align-items: center; max-width:12.5rem; height:3rem; font-size:1rem; margin: 0 auto; border-radius:0.5rem; font-size: 0.85rem; }

.org_wrap .org_dep1{ position:relative;}
.org_wrap .org_dep1::before { position: absolute; top: 0; left: 50%; width: 1px; height: 100%; background: #ccc; content: ""; z-index: -1; }
.org_wrap h2 { position: relative; padding-bottom: 1rem; }
.org_wrap h2 .std { font-size: 1rem; font-weight: 600; color:#fff; background:#215c00; border:1px solid #ccc; }
.org_wrap h3 { position: relative; padding-bottom: 2rem;}
.org_wrap h3 .std { border:1px solid #585858; height: 2.5rem; background: #585858; font-weight: 600; color: #fff;}
.org_wrap h4 { position: relative; }
.org_wrap h4 .std { height: 2.5rem; background: #f1f1f1; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; color: #111; font-weight: 600;}

.org_wrap .org_dep2 > ul { display: flex; gap: 1.5rem; }
.org_wrap .org_dep2 > ul > li { position:relative; flex: 1; padding-top: 2rem;}
.org_wrap .org_dep2 > ul > li::before { position: absolute; top: 0; left: 50%; width: 1px; height: 100%; background: #ccc; content: ""; z-index: -1; }
.org_wrap .org_dep2 > ul > li::after { position: absolute; top: 0; left: 50%; width: calc(50% + 1.5rem); height: 1px; background: #ccc; content: ""; z-index: -1; }
.org_wrap .org_dep2 > ul > li:nth-child(2)::after { left: auto; right: 50%; }


.org_wrap .org_dep3{ max-width: 12.5rem; min-height: 100%; margin:0 auto; border-radius: 0.5rem; border:1px solid #ccc; background:#fff;}
.org_wrap .org_dep3 > ul{ padding: 0.5rem;}
.org_wrap .org_dep3 > ul > li{ font-size: 0.8rem; margin: 0.25rem 0; color: #000;}


@media (max-width: 940px) {

    .org_wrap { padding: 0; }
}

@media (max-width: 480px) {

    .org_wrap .org_dep2 > ul{ gap: 0.5rem;}
}