@charset "UTF-8";

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

@media all and (min-width:769px) {
    .org-chart .department {
        width:calc(100% / 11 - 1%);
    }
}

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

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

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