.memorabilia {
    position: relative;
    min-height: 200vh;
    margin-bottom: 5.208vw;
}
.memorabilia_content{
    position: sticky;
    top: 0;
}
.memorabilia .memorabilia_body {
    margin-top: 6.51vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.memorabilia .memorabilia_body .img_year {
    position: relative;
    align-items: center;
    display: none;
}

.memorabilia .memorabilia_body .img_year .img_bg {
    cursor: pointer;
    position: relative;
    width: 31.25vw;
    height: 20.833vw;
    border-radius: 0.521vw;
    background: rgba(255, 255, 255, 1);
    border: 0.521vw solid rgba(255, 255, 255, 1);
    z-index: 2;
    overflow: hidden;
}
.img_bg img{
    transition: transform 2s;
}
.img_bg:hover img{
    transform: scale(1.2);
}
.img_bg:hover .year-item-active {
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 3;
    background-color: rgba(0,0,0,0.5);
    border-radius: 0.26vw;
}
.year-item-active-icon-wrap{
    display: none;
}
.img_bg:hover .year-item-active-icon-wrap{
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
}
.year-item-active-icon-wrap .year-item-active-icon{
    width: 2.604vw !important;
    height: 2.604vw !important;
    background-color: rgba(26, 105, 171);
    border-radius: 50% !important;
    padding: 0.78125vw;
}
.year-item-active-text{
    margin-top: 0.521vw;
    color: #ffffff;
}
.memorabilia .memorabilia_body .img_year .img_bg img {
    width: 100%;
    height: 100%;
    border-radius: 0.521vw;
    box-shadow: 0vw 0.104vw 1.042vw rgba(0, 62, 133, 0.2);
}
.memorabilia .memorabilia_body .img_year .year {
    font-size: 11.458vw;
    font-weight: 700;
    letter-spacing: 2.083vw;
    line-height: 11.458vw;
    color: rgba(42, 130, 228, 1);
}
.memorabilia .memorabilia_body .img_year .left{
    /*width: 18.229vw;*/
    margin-right: -3.333vw;
}
.memorabilia .memorabilia_body .img_year .right {
    /*width: 18.229vw;*/
    margin-left: -1.275vw;
}
.memorabilia .memorabilia_body .m_content{
    display: none;
    align-items: center;
    flex-direction: column;
}
.memorabilia .memorabilia_body .m_content .content_year{
    margin-top: 3.646vw;
    font-size: 2.5vw;
    font-weight: 700;
    letter-spacing: 0vw;
    line-height: 3.646vw;
    color: rgba(51, 51, 51, 1);
}
.memorabilia .memorabilia_body .m_content .content_title{
    margin-top: 0.833vw;
    font-size: 1.25vw;
    font-weight: 400;
    letter-spacing: 0vw;
    line-height: 2.396vw;
    color: rgba(51, 51, 51, 0.6);

}
.memorabilia .memorabilia_body .m_content .more{
    display: flex;
    align-items: center;
    background-image: url("/img/index/more.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 0.46875vw 1.302vw;
    margin-top: 4.6875vw;
    cursor: pointer;
}
.memorabilia .memorabilia_body .m_content .more .text{
    font-size: 0.833vw;
    font-weight: 400;
    letter-spacing: 0vw;
    line-height: 1.207vw;
    color: rgba(255, 255, 255, 1);
    margin-right: 0.417vw;
}
.memorabilia .memorabilia_body .m_content .more .more_img{
    width: 0.9375vw;
    height: 0.729vw;
}
.memorabilia .memorabilia_body .active{
    display: flex;
}
