/* 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/251001_screen/bnD7_bg01.jpg") no-repeat top center/3000px 100%;
}
.event_wrap .e_con1 {
    background-color: #08252b;
    max-width: 3000px;
    margin: auto;
}
.event_wrap .e_con2 {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/251001_screen/bnD7_bg02.jpg") no-repeat top center/3000px 1091px;
    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: 75%;
    height: 37.5%;
    bottom: 33%;
    left: 50%;
    transform: translateX(-50%);
}
.event_wrap .link.link_02 {
    width: 85.5%;
    height: 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.event_wrap .link.link_03 {
    width: 85.5%;
    height: 48%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.event_wrap .link.link_04 {
    width: 75%;
    height: 13%;
    bottom: 16.3%;
    left: 50%;
    transform: translateX(-50%);
}
.event_wrap .e_notice {
    color: #593308;
    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;
}

.event_wrap .e_notice li::before {
    content: "";
    display: block;
    width: 4px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #593308;
    position: absolute;
    top: 14px;
    left: 0;
}
.event_wrap .e_swiper_wrap {
    width: 980px;
    height: 490px;
    padding-top: 48px;
    margin: auto;
    position: relative;
    overflow-x: hidden;
}

.event_wrap .e_swiper_wrap .swiper .swiper-wrapper {
    align-items: center;
}

.event_wrap .e_swiper_wrap .swiper-slide img {
    width: 100%;
    border-radius: 20px;
}
.event_wrap .e_swiper_wrap .swiper-slide {
    transition: transform 0.3s ease;
    transform: scale(1);
}
.event_wrap .e_swiper_wrap .swiper-slide.swiper-slide-active {
    transform: scale(1.3);
}
.event_wrap .e_swiper_prev,
.event_wrap .e_swiper_next {
    width: 27px;
    aspect-ratio: 27/46;
    position: absolute;
    top: calc(50% - 18px);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 9;
}

.event_wrap .e_swiper_prev {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/251001_screen/bnD7_prev.png") no-repeat center/100%;
    left: 270px;
}

.event_wrap .e_swiper_next {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/251001_screen/bnD7_next.png") no-repeat center/100%;
    right: 270px;
}
.event_wrap .set {
    width: 20px;
    aspect-ratio: 20/19;
    display: inline-block;
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/250903_imokase/bnD11_set.png") no-repeat
        center/100%;
    margin-left: 1px;
}
.event_wrap .swiper-pagination {
    display: flex;
    justify-content: center;
    margin-top: 95px;
    width: 100%;
    position: static;
    gap: 15px;
}
.event_wrap .swiper-wrapper {
    align-items: center;
}
.event_wrap .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    aspect-ratio: 1;
    border-radius: 50%;
    opacity: 1;
    background-color: #8cbdc7;
    transition: 0.3s;
    font-size: 0px;
}

.event_wrap .swiper-pagination-bullet-active {
    background-color: #277b8c;
}
