.story {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 2rem;
}
.story-title {
    font-size: 2rem;
    color: #363636;
    padding-left: 25px;
    line-height: 1;
    width: 1100px;
    border-left: 0.2rem solid #363636;
}
.story-title span {
    margin-left: 35px;
    color: #920783;
}
.story-desc {
    color: #363636;
    font-size: 1.2rem;
    line-height: 1.8;
    margin-top: 30px;
}
.story-layer {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 40px;
}
.story-layer-left {
    width: 30%;
    height: auto;
    overflow: hidden;
    float: left;
}
.story-layer-left img {
    width: 100%;
}
.story-layer-right {
    width: 69%;
    height: auto;
    overflow: hidden;
    float: right;
}
.story-layer-title {
    color: #920783;
    font-size: 1rem;
    line-height: 1;
    margin-bottom: 10px;
}
.story-layer-content {
    color: #363636;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 0.8rem;
}
#gundong {
    width: 90%;
    height: auto;
    overflow: hidden;
    padding:90px 0;
    margin-left: auto;
    margin-right: auto;

}
#gundong .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: auto;
    overflow: hidden;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition-property:all;
    margin: 0 !important;
}
#gundong .swiper-slide img {
    width: auto;
    height: 126px;
}
.gundong {
    width: 1300px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}
.gundong .gundong-left {
    background-image: url("../Content/example/employees/left.png");
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 140px;
    left: 0;
}
.gundong .gundong-right {
    background-image: url("../Content/example/employees/right.png");
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 140px;
    right: 0;
}