#section-image {
    width: 100%;
    height: 556px;
    background-image: url('../image/keshi.png');
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

#box-section {
    width: 1360px;
    height: auto;
    display: flex;
    align-items: center;
    
}

#section-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 88px;
}



#box-list {
    width: 1360px;
    height: auto;
    display: flex;
    gap: 30px;
    margin-top: 18px;
    flex-wrap: wrap;
    padding-left: 0px;

}

#box-list li {
    list-style: none;
    width: 201.67px;
    height: 224px;
    margin-top: 30px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
    background: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;

}

#box-list a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.active-li {
    background: rgb(0, 133, 121) !important;
}

#box-list li a h2 {
    font-family: PingFang SC;
    font-size: 22px;
    font-weight: 400;
    line-height: 0px;
    letter-spacing: 0%;
    margin-top: 27px;
    color: rgb(68, 68, 68)
}

.active-li a h2 {
    color: rgb(255, 255, 255) !important;

}

#box-list li a p {
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: 400;
    line-height: 0px;
    letter-spacing: 0%;
    color: rgb(148, 148, 148);

}

.active-li a p {
    color: rgb(255, 255, 255) !important;

}

#box-list :hover {
    background: rgb(19, 96, 142) !important;
    color: rgb(255, 255, 255) !important;
}

#box-list :hover h2 {
    color: rgb(255, 255, 255) !important;
}

#box-list :hover p {
    color: rgb(255, 255, 255) !important;
}