.c_name {
    padding-bottom: 20px;
    font-size: 24px;
    color: #005eb8;
}
.profile p {
    text-indent: 30px;
    line-height: 32px;
    font-size: 16px;
    color: #666;
}
.profile h1 {
    font-size: 32px;
    color: #005eb8;
    text-align: center;
    padding: 20px 0;
}
.number {
    display: flex;
    justify-content: center;
    align-items: center;
}
.number .img {
    margin-right: 100px;
}
.number .img img {
    width: 100%;
}
.number dl {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 20px;
    width: 50%;
    align-items: center;
}
.number dt {
    width: 60%;
    color: #35363b;
    font-size: 20px;
}
.data {
    display: flex;
    align-items: center;
}
.data span {
    font-size: 40px;
    color: #005eb8;
    font-weight: 700;
    letter-spacing: 0.04em;
}
.data b {
    font-size: 28px;
    color: #005eb8;
    font-weight: normal;
}
.over-title {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #005eb8;
    border-bottom: 1px solid #005eb8;
    align-items: center;
    margin-bottom: 25px;
}
.over-title h2 {
    font-size: 36px;
    color: #000;
    padding: 20px 0;
}
.over-title span {
    position: relative;
    font-size: 14px;
    color: #005eb8;
}
.over-title span::before {
    position: absolute;
    content: "";
    left: -16px;
    top: 4px;
    height: 12px;
    width: 1px;
    background-color: #005eb8;
}
.over-detail {
    display: flex;
    justify-content: space-between;
}
.over-left {
    width: 60%;
}
.over-left p {
    font-size: 20px;
    line-height: 32px;
    color: #666;
}
.over-right {
    width: 26%;
}
.over-right .imgbox {
    overflow: hidden;
    position: relative;
}
.over-right .imgbox img {
    width: 100%;
    transition: 0.3s;
}
.over-right .imgbox:hover img {
    transform: scale(1.1);
}
.members {
    background: url(../images/team_bg.png);
    background-size: cover;
    padding: 80px 80px 20px 80px;
    margin-top: 50px;
}
.members .swiper-slide {
    display: flex;
    justify-content: center;
}
.members .m_img {
    width: 40%;
    text-align: center;
    
}
.members .m_img img {
    width: 240px;
    height: 240px;
    border-radius: 50%;
}
.members .m-detail h2 {
    font-size: 40px;
    color: #000;
    line-height: 52px;
}
.members .m-detail span {
    font-size: 16px;
    line-height: 28px;
    color: #000;
}
.members .m-detail p {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    margin-top: 20px;
    width: 400px;
}
.members .swiper-pagination {
    position: relative;
    padding-top: 80px;
}