/* 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/book/251106_order/bnD11_bg01.jpg") no-repeat top
        center/3000px 100%;
    height: 2341px;
}
.event_wrap .e_con1 {
    background-color: #cdd8ec;
    max-width: 3000px;
    margin: auto;
}
.event_wrap .e_con2 {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/251105_koenemann/bnD7_bg02.jpg") no-repeat top
        center/3000px 100%;
    padding-bottom: 80px;
}
.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: 82%;
    height: 9%;
    top: 68.2%;
    left: 50%;
    transform: translateX(-50%);
}
.event_wrap .link.link_02 {
    width: 82%;
    height: 9%;
    top: 79.1%;
    left: 50%;
    transform: translateX(-50%);
}
.event_wrap .link.link_03 {
    width: 22%;
    height: 25%;
    top: 29.1%;
    left: 37%;
}
.event_wrap .link.link_04 {
    width: 22%;
    height: 25%;
    top: 34.5%;
    left: 37%;
}
.event_wrap .link.link_05 {
    width: 22%;
    height: 25%;
    top: 37.1%;
    left: 37%;
}
.event_wrap .e_notice {
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    padding-top: 40px;
    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: 10px;
    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;
    padding-bottom: 3px;
}

.event_wrap .e_notice li::before {
    content: "";
    display: block;
    width: 4px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #ffffff;
    position: absolute;
    top: 14px;
    left: 0;
}
.event_wrap .e_swiper_wrap {
    position: relative;
    width: 450px;
    margin: auto;
}
.event_wrap .e_swiper_cont {
    position: relative;
    overflow-y: hidden;
    overflow-x: hidden;
}

.event_wrap .e_slide p {
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-top: 30px;
}
.event_wrap .e_slide img {
    width: 100%;
}

.event_wrap em {
    font-weight: 700;
    font-style: normal;
}
.event_wrap .e_swiper_prev,
.event_wrap .e_swiper_next {
    width: 32px;
    aspect-ratio: 32/46;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 9;
}

.event_wrap .e_swiper_prev {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/251106_order/bnD11_prev.png") no-repeat center/100%;
    left: -80px;
}

.event_wrap .e_swiper_next {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/251106_order/bnD11_next.png") no-repeat center/100%;
    right: -80px;
}
.event_wrap .swiper-pagination {
    display: flex;
    justify-content: center;
    margin-top: 35px;
    width: 100%;
    position: static;
    gap: 15px;
}
.event_wrap .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    aspect-ratio: 1;
    border-radius: 50%;
    opacity: 1;
    background-color: #f0f0f0;
    transition: 0.3s;
    font-size: 0px;
}

.event_wrap .swiper-pagination-bullet-active {
    background-color: #848484;
}
.event_wrap .flow_tag_wrap1,
.event_wrap .flow_tag_wrap2 {
    width: 100%;
    max-width: 3000px;
    margin: auto;
    overflow: hidden;
}
.event_wrap .flow_tag {
    display: flex;
}
.event_wrap .flow_tag_wrap1 .flow_tag {
    animation: bannerAni 10s linear infinite;
}
.event_wrap .flow_tag_wrap2 .flow_tag {
    animation: bannerAni2 10s linear infinite;
}
@keyframes bannerAni {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-1211px);
    }
}
@keyframes bannerAni2 {
    0% {
        transform: translateX(-1199px);
    }
    100% {
        transform: translateX(0);
    }
}