/* 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/251217_creal/bnD6_bg01.jpg") no-repeat top
        center/3000px 100%;
}
.event_wrap .link {
    position: absolute;
    display: block;
}

.event_wrap .link.link_01 {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 89%;
    height: 21%;
}
.event_wrap .link.link_02 {
    width: 32.3%;
    height: 62.6%;
    left: 10.2%;
    top: 22.5%;
}
.event_wrap .link.link_03 {
    bottom: 14.4%;
    left: 50%;
    transform: translateX(-50%);
    width: 89%;
    height: 9.8%;
}

.event_wrap .e_rel {
    position: relative;
}

.event_wrap .e_fit {
    width: fit-content;
    margin: auto;
}

.event_wrap .e_abs {
    position: absolute;
}
.event_wrap .e_swiper_wrap {
    margin: auto;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}

.event_wrap .e_swiper_cont {
    overflow: hidden;
    width: 598px;
}

.event_wrap .e_swiper_wrap .swiper_book_list {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.event_wrap .e_swiper_wrap .img_wrap {
    aspect-ratio: 192/280;
    width: calc((100% - 20px) / 3);
    border-radius: 10px;
    overflow: hidden;
}

.event_wrap .e_swiper_wrap .img_wrap a {
    display: contents;
}

.event_wrap .e_swiper_wrap .img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.event_wrap .swiper-pagination {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 10px;
}
.event_wrap .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    aspect-ratio: 1;
    border-radius: 50%;
    opacity: 1;
    transition: 0.3s;
    font-size: 0px;
    border: 1px solid #000;
}
.event_wrap .swiper-pagination .swiper-pagination-bullet {
    background-color: transparent;
}
.event_wrap .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fcda01;
}
.event_wrap .e_swiper_prev,
.event_wrap .e_swiper_next {
    width: 13px;
    aspect-ratio: 13/24;
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 9;
}

.event_wrap .e_swiper_prev {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/251217_creal/bnD6_prev.jpg") no-repeat center/100%;
    left: -25px;
}

.event_wrap .e_swiper_next {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/251217_creal/bnD6_next.jpg") no-repeat center/100%;
    right: -22px;
}

.event_wrap .e_notice {
    color: #9d6a6e;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    padding-top: 50px;
    width: fit-content;
}
.event_wrap .e_notice li {
    font-size: 20px;
    line-height: 32px;
    padding-left: 50px;
    text-align: left;
    position: relative;
    text-indent: 0;
    padding-left: 14px;
    display: flex;
    align-items: center;
}
.event_wrap .e_notice h4 {
    width: 100%;
    font-size: 22px;
    box-sizing: border-box;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}
.event_wrap .e_notice li::before {
    content: "";
    display: block;
    width: 4px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #9d6a6e;
    position: absolute;
    top: 14px;
    left: 0;
}
