@charset "UTF-8";

/* 단 */
@import url(/global/_css/org.css);

@media all and (max-width:768px) {
    .org-chart .board:before {
        height:90px !important;
    }
}

.org-chart .board:before {
	height:76px;
}

.org-chart ul.departments li span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90px;
}

.org-chart .department li {
    padding-left: 25px;
    border-bottom: 2px solid #aaa;
    height: 100px;
}