.tree.p-0 li .org-box {
    overflow: hidden;
}
.tree li .org-box {
    position: relative;
    height: auto;
    width: 163px;
    padding: 1.5rem 0.5rem;
    text-decoration: none;
    background-color: white;
    color: #8b8b8b;
    z-index: 2;
    display: inline-block;
    box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.tree .org-box.title {
    width: 29% !important;
    font-size: 26px;
    background: #092166;
    color: #fff;
    font-weight: 500;
    margin-bottom: 25rem;
}
.tree .org-box.examine {
    font-size: 26px;
    padding: 1rem;
    top: 7rem;
    position: absolute;
    width: 300px;
    overflow: inherit !important;
}
.tree .org-box.top-under {
    width: 300px;
    font-size: 24px;
    font-weight: 500;
    top: -2rem;
    overflow: initial !important;
    text-align: left;
    color: #000;
    padding-left: 2rem;
}
.tree .org-box.secretary {
    border-radius: 10rem;
    font-size: 26px;
    padding: 1rem;
    position: absolute;
    top: 13rem;
    left: 42.6%;
    overflow: inherit !important;
}
.tree .org-box.sub-deputy {
    width: 366px;
    font-size: 24px;
    color: #000;
    font-weight: 500;
    height: 100px;
}
.tree li::before, .tree li::after {
    height: 35px;
}
.tree ul ul .group-under .sub::before {
    content: '';
    position: absolute;
    top: 0;
    height: 18px;
    width: 1px;
    border-left: 2px dotted #ebae00;
    left: 8px;
}
.tree ul ul .group-under .sub {
    padding-top: 0;
}
.tree ul.sub .org-box {
    position: relative;
    margin-top: 20px;
    overflow: inherit;
}
.tree .group-under ul.sub::before {
    position: relative;
}
.tree .cotton .circle::after {
    height: 300px;
}
.tree .group-under ul.sub:last-child .cotton .circle::after {
    display: none;
}