


.ls-sd-a-nav .center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.ls-sd-a-nav .center .on {
    color: var(--jinsom-color);
}
.ls-sd-a>li {
    margin: 10vw 3.5vw 0;
    box-shadow: 0 0 2vw #ccc;
    border-radius: 2vw;
    padding: 6vw 3vw 3vw;
    position: relative;
    min-height: 15vw;
}
.ls-sd-a>li>img {
    position: absolute;
    max-width: 10vw;
    max-height: 10vw;
    border-radius: 10vw;
    top: -7vw;
    z-index: 2;
    box-shadow: 0 0 1vw #ccc;
    border: 1vw #fff solid;
}
.ls-sd-a>li>span {
    position: absolute;
    right: 0;
    top: -5vw;
    z-index: 2;
    font-size: 3vw;
    color: #fff;
    padding: 0 3vw 0 4vw;
    border-radius: 3vw 0 0 3vw;
    line-height: 4.5vw;
}
.ls-sd-a>li>span:before {
    background: #fff;
    width: 3vw;
    height: 3vw;
    position: absolute;
    top: 0.5vw;
    right: -1.5vw;
    z-index: 1;
    content: "";
    border-radius: 0.3vw;
    transform: rotateY(1deg) rotateZ(-45deg) scaleX(1) scaleY(1) scaleZ(1);
}
.ls-sd-a>li>span:after {
    background: #FFF;
    border-radius: 5vw;
    width: 1.5vw;
    height: 1.5vw;
    position: absolute;
    top: 1.3vw;
    left: 1vw;
    z-index: 2;
    content: "";
}
.ls-sd-a>li>a {
    display: block;
    color: #fff;
}
