.page-content.section-team-blur {
    background: #171717;
    position: relative;
}
.about-introduction {
    background: url(../img/about/introduction.png) no-repeat center / cover;
    padding: 64px;
    border-radius: 16px;
}
.about-introduction-body {
    width: 60%;
}
.about-introduction-body .section-title {
    text-align: left;
}
.about-introduction-body .section-title-main {
    color: #fff;
}
.about-introduction .page-body {
    line-height: 32px;
    color: #fff;
    font-size: 1.375rem;
    display: flex;
    justify-content: space-between;
}
.team-about {
    text-align: center;
    padding: 34px 80px;
    color: #fff;
}
.team-about-title {
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 72px;
}
.team-about-txt {
    font-size: 1.25rem;
    line-height: 34px;
}
.about-impressive {
    padding-top: 64px;
}
.about-impressive .section-title {
    text-align: center;
}
.about-impressive-item {
    width: calc(100% / 3);
    border-right: 1px solid #D9D9D9;
}
.about-impressive-body {
    display: flex;
    width: 100%;
}
.about-impressive-item-body {
    display: flex;
    justify-content: center;
    align-items: center;
}
.impressive-item-txt {
    padding-left: 24px;
    text-align: center;
}
.impressive-item-txt h2 {
    font-family: "Inter", sans-serif;
    color: #96C60B;
    font-size: 3.5rem;
    line-height: 72px;
    font-weight: 800;
}
.about-impressive .section-title-main {
    color: #fff;
}
.slide-about-sp {
    margin-top: 120px;
}
.activities-item {
    margin: 0px 20px;
}
.leader-about {
    padding-top: 200px;
    position: relative;
    padding-bottom: 140px;
}
.leader-title {
    color: #fff;
    font-size: 32px;
}
.leader-title p {
    line-height: 46px;
}
.leader-title span {
    color: #96C60B;
}
.leader-group {
    display: flex;
    padding-top: 40px;
}
.leader-information {
    width: calc(100% - 385px);
}
.leader-item {
    transition: padding .3s ease-out, background-color .3s ease-out, color .3s ease-out;
    padding: 17px 30px;
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-size: 24px;
    border-top: 1px solid #fff;
    cursor: pointer;
    align-items: center;
}
.leader-position {
    font-size: 18px;
}
.leader-item:last-child {
    border-bottom: 1px solid #fff;
}
.leader-item:last-child {
    border-bottom: 1px solid #fff;
}
.leader-img img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}
.leader-bg {
    position: absolute;
    z-index: -1;
    top: -327px;
    opacity: 0.6;
}
.leader-img {
    position: relative;
    width: 385px;
}
.leader-item:hover {
    padding: 17px 40px;
    background-color: #161f40;
    color: #96C60B;
}
.poup.active img {
    opacity: 1;
}