@charset "UTF-8";

a {
    color: inherit;
}

.event_wrap .inner img {
    width: 2800px;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.event_wrap .main_img {
    margin: auto;
    display: block;
}

.event_wrap .e_top_visual {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/250818_international/bnD10_bg01.jpg") no-repeat
        center/3000px 100%;
    height: 1310px;
}

.event_wrap .e_con1 {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/250818_international/bnD10_bg02.jpg") no-repeat
        center/3000px 100%;
    height: 1120px;
}

.event_wrap .e_con2 {
    background-color: #296c09;
}
.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: 32.2%;
    height: 45%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.event_wrap .link.link_02 {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.event_wrap .e_swiper_wrap {
    width: 1100px;
    padding-top: 70px;
    margin: auto;
    position: relative;
    overflow-x: hidden;
}

.event_wrap .e_swiper_wrap.e_swiperwrap2 {
    padding-top: 40px;
}

.event_wrap .e_swiper_wrap .swiper .swiper-wrapper {
    align-items: center;
    transition-timing-function: linear;
}

.event_wrap .e_swiper_wrap .swiper-slide img {
    width: 100%;
}
