strong {
    font-weight: bold;
}

.leadership-expand-wrap.activity-section.senior-management .expand-part .photo {
    height: 300px;
    background-position: top;
}

.highlight-list > li {
    width: calc(100% / 3 - 60px);
}

.three-cols {

    flex-wrap: wrap;
}

.news-detail-wrap p {
    font-size: 15px;
}

.selectric-items ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    min-height: 20px;
    text-align: center;
    overflow: scroll;
    min-height: 150px;
    max-height: 300px;
}

::-webkit-scrollbar {
    display: none;
}
.home-project-slider .home-project-slide .photo-wrap {
    cursor: default;
}
.center-select-wrap {
    z-index: 9;
}

@media screen and (max-width: 768px) {

    .community-intro-section .five-cols > li {
        width: 100%;
    }
    .community-intro-section .five-cols .circle {
        max-width: 200px;
    }

}
@media screen and (max-width: 480px) {

    #group-members .group-project-section .project-hori-list .photo-wrap {
        max-width: 100%;
    }
    #strength .activity-section.accreditation-expand h5 {
        font-size: 18px;
        box-sizing: border-box;
        text-align: center;
        padding: 0 20px;
    }
    #green-engagement .circle-arrow-slide .slick-next {
        right: -40px;
    }
    #green-engagement .circle-arrow-slide .slick-prev{
        left: -40px;
    }
}