.sec1 {
    margin: 6.25vw 0 7.5520833333vw;
    padding-bottom: 7.5520833333vw;
}

.sec1 .joke {
    width: 72.9166666667vw;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.sec1 .joke .year {
    width: 23.75vw;
    display: flex;
    position: relative;
    height: 9.375vw;
    margin-top: 7.8125vw;
}

.sec1 .joke .year svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 26.0416666667vw;
    height: 26.0416666667vw;
}

.sec1 .joke .year svg rect {
    transition-duration: .4s;
    transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
    transition-property: stroke-dashoffset;
    fill: none;
    stroke: #CCCCCC;
    stroke-width: 1.25;
    stroke-dasharray: 1;
    stroke-dashoffset: 2;
    rx: 13.0208333333vw;
    ry: 13.0208333333vw;
    transform-origin: 50% 50%;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
}

.sec1 .joke .year svg .js-sticky-history-progress {
    stroke: #324299;
    stroke-dashoffset: .999;
    stroke-width: .75;
    opacity: 1;
}

.sec1 .joke .year svg .path-loop {
    stroke-dashoffset: 130px;
    fill: none;
    stroke: #324299;
    stroke-miterlimit: 10;
    stroke-width: 0.1px;
}

.sec1 .joke .year svg .path-loop-bg {
    fill: none;
    stroke: transparent;
    stroke: #CCCCCC;
    stroke-miterlimit: 1;
    stroke-width: 0.1px;
}

.sec1 .joke .year .yearLeft {
    width: 9.8958333vw;
    font-size: 9.375vw;
    font-family: OsMedium;
    font-weight: 400;
    color: #324299;
    line-height: 1;
    position: relative;
    z-index: 2;
    text-align: right;
}

.sec1 .joke .year .yearRight {
    height: 31.25vw;
    overflow: hidden;
    position: relative;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
}

.sec1 .joke .year .yearRight .yearRight_list {
    position: relative;
    height: 31.25vw;
}

.sec1 .joke .year .yearRight .yearRight_list .swiper-slide p {
    font-size: 9.375vw;
    font-family: OsMedium;
    font-weight: 400;
    color: #F5F5F5;
    line-height: 1;
    transition-duration: .4s;
    transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
    transition-property: color;
}

.sec1 .joke .year .yearRight .yearRight_list .swiper-slide-active p {
    color: #324299;
}

.sec1 .joke .yearList {
    width: 31.25vw;
    padding-top: 13.5416666667vw;
}

.sec1 .joke .yearList .flex .item {
    padding-bottom: 1.875vw;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 1.8229166667vw;
}

.sec1 .joke .yearList .flex .item h5 {
    font-size: 1.1458333333vw;
    font-family: OsMedium;
    font-weight: 400;
    color: #999999;
    margin-bottom: 0.8333333333vw;
}

.sec1 .joke .yearList .flex .item p {
    font-size: 0.8333333333vw;
    font-weight: 400;
    color: #333333;
    line-height: 1.6666666667vw;
    min-height: 2.7604166667vw;
}

/*# sourceMappingURL=event.css.map */
@media screen and (max-width: 1024px) {
    .sec1 .joke .year {
        display: none;
    }

    .sec1 .joke .yearList {
        width: 100%;
        padding-top: 0;
    }

    .sec1 .joke .yearList .flex .item h5 {
        font-size: 24px;
    }

    .sec1 .joke .yearList .flex .item p {
        font-size: 16px;
        line-height: 1.5;
    }

    .sec1 .joke {
        width: 90%;
    }

    .sec1 .joke .yearList {
        display: flex;
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 768px) {
    .sec1 .joke .yearList .flex .item h5 {
        margin-bottom: 15px;
        font-size: 20px;
    }

    .sec1 .joke .yearList .flex .item {
        margin-bottom: 15px;
    }

    .sec1 .joke .yearList .flex .item p {
        font-size: 14px;
    }

}
