/*
    인사채용 화면에 대한 CSS 코드
*/

.image-column-recruit p {
    background-color: #FFDAB9;
    color: #1F3A93;
}

/*인사채용 트리*/

.tree-recruit li a {
    background-color: #FFDAB9;
}
.tree-recruit li a:hover {
    background-color: #E6C4A6;
}
.tree-wrapper-recruit {
    background-color: #FFDAB9;
}