.eveCont.slideCont {
    background-color: #00af73;
}

.eveCont.slideCont .topImg {
    width: 100%;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.mnbSwiper .swiper-slide-active .topImg {
    opacity: 1;
}

.mnbSwiper .swiper-slide-active .btmImg  {
    position: relative;
    z-index: 2;
}

.eveCont .fadeWrap {
    position: absolute;
    left: 50%;
    top: 21.5%;
    width: 90.4%;
    height: 24.1%;
    transform: translateX(-50%);
    z-index: 2;
}

.eveCont.slideCont .fadeInit {
    width: auto;
    position: absolute;
    opacity: 0;
    transform: translateY(-50px);
    transition: none;
}

.mnbSwiper .swiper-slide-active .fadeWrap .fadeInit {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.8s, transform 0.8s;
}

.eveCont.slideCont .fade01 {
    width: 52.4%;
    top: 0;
    left: 0;
    z-index: 1;
}

.eveCont.slideCont .fade02 {
    width: 55%;
    top: 17%;
    right: 0;
    transition-delay: 0.3s !important;
}

.eveCont.slideCont .fade03 {
    width: 46.5%;
    top: 53%;
    left: 6%;
    transition-delay: 0.6s !important;
}

.eveCont.slideCont .fade04 {
    width: 46.5%;
    top: 58%;
    right: 3%;
    transition-delay: 0.9s !important;
    z-index: 1;
}

.eveCont.slideCont .fade05 {
    width: calc(287 / 678 * 100%);
    top: 6%;
    left: 5%;    
}

.eveCont.slideCont .fade06 {
    width: calc(338 / 678 * 100%);
    top: 17%;
    right: 6%;
    transition-delay: 0.3s !important;
    z-index: 1;
}

.eveCont.slideCont .fade07 {
    width: calc(324 / 678 * 100%);
    top: 35%;
    left: 0;
    transition-delay: 0.6s !important;
    z-index: 1;
}

.eveCont.slideCont .fade08 {
    width: calc(302 / 678 * 100%);
    top: 56%;
    right: 3%;
    transition-delay: 0.9s !important;
}

#wrap.eveCont .mnbSwiper {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
}

.eveCont .mnbSwiper .swiper-slide {
    width: 100%;
    margin: 0%;    
}

.eveCont .mnbSwiper .swiper-slide:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url('https://inm-cdn.innisfree.com/publish/event/2026/greenteaMilk/bg_slide.webp') 0 0 / 100% auto no-repeat;
    z-index: 1;
}