/* pub3 */

@charset "UTF-8";

a {
    color: inherit;
}

.event_wrap .main_img {
    margin: auto;
    display: block;
}

.event_wrap .e_top_visual {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/general/251013_loungex/bnD6_bg01.jpg") no-repeat top center/3000px 100%;
}
.event_wrap .e_con1 {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/general/251013_loungex/bnD6_bg02.jpg") no-repeat top center/3000px 100%;
}
.event_wrap .e_con2 {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/general/251013_loungex/bnD6_bg03.jpg") no-repeat top center/3000px 100%;
}
.event_wrap .e_con3 {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/general/251013_loungex/bnD6_bg04.jpg") no-repeat top center/3000px 100%;
}
.event_wrap .e_con4 {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/general/251013_loungex/bnD6_bg05.jpg") no-repeat top center/3000px 100%;
}
.event_wrap .e_con5 {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/general/251013_loungex/bnD6_bg06.jpg") no-repeat top center/3000px 100%;
}
.event_wrap .e_con6 {
    background: #151515;
    max-width: 3000px;
    margin: auto;
    padding-bottom: 60px;
}
.event_wrap .link {
    position: absolute;
    display: block;
}

.event_wrap .e_rel {
    position: relative;
}

.event_wrap .e_fit {
    width: fit-content;
    margin: auto;
}

.event_wrap .e_abs {
    position: absolute;
}

.event_wrap .link.link_01 {
    width: 40%;
    height: 21.5%;
    top: 59.3%;
    left: 50%;
    transform: translateX(-50%);
}
.event_wrap .e_notice {
    color: #a1a1a1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    padding-top: 60px;
    width: fit-content;
}
.event_wrap .e_notice h4 {
    width: 100%;
    font-size: 20px;
    padding-left: 30px;
    box-sizing: border-box;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}
.event_wrap .e_notice li {
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    position: relative;
    text-indent: 0;
    padding-left: 14px;
    display: flex;
    align-items: center;
}

.event_wrap .e_notice li::before {
    content: "";
    display: block;
    width: 4px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #a1a1a1;
    position: absolute;
    top: 14px;
    left: 0;
}
.event_wrap .e_swiper_wrap {
    width: 766px;
    margin: auto;
    overflow: hidden;
    bottom: 2%;
}

.event_wrap .e_swiper_wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.event_wrap .e_swiper_wrap .e_slide {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.event_wrap .swiper-pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    width: 100%;
    position: static;
    gap: 15px;
}
.event_wrap .swiper-wrapper {
    align-items: center;
}
.event_wrap .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    opacity: 1;
    background-color: #cacaca;
    transition: 0.3s;
    font-size: 0px;
}

.event_wrap .swiper-pagination-bullet-active {
    background-color: #000;
}
