@charset "UTF-8";

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

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

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

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