.participationpage-container .visual-section {
    background: url(../../src/img/visual_blue_bg.jpg) no-repeat center center / cover;
}
.participationpage-container .visual-section::before {
    width: 619px;
    height: 560px;
    background: url(../../src/img/participation/bg_sub_visual01.png) no-repeat center center / contain;
}
.participationpage-container .visual-section::after {
    width: 567px;
    height: 526px;
    background: url(../../src/img/participation/bg_sub_visual02.png) no-repeat center center / contain;
}
.participationpage-container .event-section {
    width: 100%;
    padding: 120px 0;
    overflow-x: hidden;
}
/* .participationpage-container .event-section .wrapper .swiper .swiper-wrapper {
    justify-content: center;
    gap: 110px;
} */
.participationpage-container .event-section .wrapper .swiper .swiper-wrapper .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* width: 440px; */
}
.participationpage-container .event-section .wrapper .swiper .swiper-wrapper .swiper-slide .img-box {
    width: 100%;
    aspect-ratio: 350 / 438;
    border-radius: 50px;
    overflow: hidden;
    margin-bottom: 36px;
}
.participationpage-container .event-section .wrapper .swiper .swiper-wrapper .swiper-slide .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.participationpage-container .event-section .wrapper .swiper .swiper-wrapper .swiper-slide .title-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}
.participationpage-container .event-section .wrapper .swiper .swiper-wrapper .swiper-slide .title-wrap h3 {
    font-size: 24px;
    text-align: center;
    color: var(--black950);
    word-break: keep-all;
}
.participationpage-container .event-section .wrapper .swiper .swiper-wrapper .swiper-slide .title-wrap h3 .m_br {
    display: none;
}
.participationpage-container .event-section .wrapper .swiper .swiper-wrapper .swiper-slide .title-wrap p {
    font-size: 20px;
    text-align: center;
    color: var(--black700);
    word-break: keep-all;
    padding: 0;
}
.participationpage-container .event-section .wrapper .swiper .swiper-wrapper .swiper-slide .participation-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 20px;
}
.participationpage-container .event-section .wrapper .swiper .swiper-wrapper .swiper-slide .participation-btn span {
    font-size: 18px;
    color: var(--red400);
    transition: 0.5s;
}
.participationpage-container .event-section .wrapper .swiper .swiper-wrapper .swiper-slide .participation-btn .icon {
    width: 24px;
    height: 24px;
    background: url(../../src/img/icon/arrow_forward_red4.svg) no-repeat center center / contain;
    transition: 0.5s;
}
.participationpage-container .event-section .wrapper .swiper .swiper-wrapper .swiper-slide .participation-btn:hover span {
    color: var(--red600);
}
.participationpage-container .event-section .wrapper .swiper .swiper-wrapper .swiper-slide .participation-btn:hover .icon {
    background: url(../../src/img/icon/arrow_forward_red6.svg) no-repeat center center / contain;
}

@media screen and (max-width:1280px) {
    .participationpage-container .event-section .wrapper .swiper {
        overflow: visible;
    }
    .participationpage-container .event-section .wrapper .swiper .swiper-wrapper .swiper-slide {
        width: 440px;
    }
    .participationpage-container .event-section .wrapper .swiper .swiper-wrapper .swiper-slide .title-wrap h3 {
        font-size: 20px;
    }
    .participationpage-container .event-section .wrapper .swiper .swiper-wrapper .swiper-slide .title-wrap h3 .m_br {
        display: block;
    }
    .participationpage-container .event-section .wrapper .swiper .swiper-wrapper .swiper-slide .title-wrap p {
        font-size: 16px;
    }
    .participationpage-container .event-section .wrapper .swiper .swiper-wrapper .swiper-slide .participation-btn span {
        font-size: 16px;
    }
    .participationpage-container .event-section .wrapper .swiper .swiper-wrapper .swiper-slide .participation-btn .icon {
        width: 20px;
        height: 20px;

    }
    .participationpage-container .visual-section::before {
        width: 495.2px;
        height: 448px;
    }
    .participationpage-container .visual-section::after {
        width: 453.6px;
        height: 420.8px;
    }
}

@media screen and (max-width: 768px) {
    .participationpage-container .event-section {
        padding: 60px 0;
    }
    .participationpage-container .visual-section::before {
        width: 100%;
        height: 100%;
        background: url(../../src/img/participation/bg_sub_visual_m.png) no-repeat center bottom / contain;
    }
 
    .participationpage-container .event-section .wrapper .swiper .swiper-wrapper .swiper-slide {
        width: 270px;
    }
    .participationpage-container .event-section .wrapper .swiper .swiper-wrapper .swiper-slide .img-box {
        border-radius: 30px;
        margin-bottom: 20px;
    }
    .participationpage-container .event-section .wrapper .swiper .swiper-wrapper .swiper-slide .title-wrap {
        gap: 10px;
        padding: 0;
    }
    .participationpage-container .event-section .wrapper .swiper .swiper-wrapper .swiper-slide .title-wrap p br {
        display: none;
    }

    .participationpage-container .event-section .wrapper .swiper .swiper-wrapper .swiper-slide .participation-btn {
        gap: 4px;
    }
    .participationpage-container .event-section .wrapper .swiper .swiper-wrapper .swiper-slide .participation-btn span {
        font-size: 15px;
    }
    .participationpage-container .event-section .wrapper .swiper .swiper-wrapper .swiper-slide .participation-btn .icon {
        width: 20px;
        height: 20px;
    }
}
