@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/251030_clinicanswer/bnD11_bg01.jpg") no-repeat
        center/2800px 100%;
}

.event_wrap .e_con1 {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/251030_clinicanswer/bnD11_bg02.jpg") no-repeat
        center/2800px 100%;
}

.event_wrap .e_con2 {
    padding-top: 155px;
    padding-bottom: 100px;
}
.event_wrap .e_swiperwrap1 {
    width: 1200px;
    margin: auto;
    position: relative;
}
.event_wrap .e_swiperwrap1 .e_swiper_cont {
    overflow: hidden;
}
.event_wrap .e_swiperwrap1 .swiper_pagination_wrapper {
    width: 1200px;
}

.event_wrap .e_swiperwrap1 .swiper-pagination {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    justify-content: center;
    margin-bottom: 50px;
    width: 100%;
    position: static;
    gap: 15px;
}

.event_wrap .e_swiperwrap1 .swiper-pagination-bullet {
    width: 220px;
    height: 115px;
    border-radius: 0;
    opacity: 1;
    background-color: transparent;
    transition: 0.3s;
    font-size: 0px;
}

.event_wrap .e_swiperwrap1 .swiper-pagination-bullet:nth-child(1) {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/251030_clinicanswer/bnD11_tap1.jpg") no-repeat
        center/100%;
}
.event_wrap .e_swiperwrap1 .swiper-pagination-bullet:nth-child(2) {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/251030_clinicanswer/bnD11_tap2.jpg") no-repeat
        center/100%;
}
.event_wrap .e_swiperwrap1 .swiper-pagination-bullet:nth-child(3) {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/251030_clinicanswer/bnD11_tap3.jpg") no-repeat
        center/100%;
}
.event_wrap .e_swiperwrap1 .swiper-pagination-bullet:nth-child(4) {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/251030_clinicanswer/bnD11_tap4.jpg") no-repeat
        center/100%;
}
.event_wrap .e_swiperwrap1 .swiper-pagination-bullet:nth-child(5) {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/251030_clinicanswer/bnD11_tap5.jpg") no-repeat
        center/100%;
}

.event_wrap .e_swiperwrap1 .swiper-pagination-bullet:nth-child(1).swiper-pagination-bullet-active {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/251030_clinicanswer/bnD11_tap1_on.jpg") no-repeat
        center/100%;
}
.event_wrap .e_swiperwrap1 .swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/251030_clinicanswer/bnD11_tap2_on.jpg") no-repeat
        center/100%;
}
.event_wrap .e_swiperwrap1 .swiper-pagination-bullet:nth-child(3).swiper-pagination-bullet-active {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/251030_clinicanswer/bnD11_tap3_on.jpg") no-repeat
        center/100%;
}
.event_wrap .e_swiperwrap1 .swiper-pagination-bullet:nth-child(4).swiper-pagination-bullet-active {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/251030_clinicanswer/bnD11_tap4_on.jpg") no-repeat
        center/100%;
}
.event_wrap .e_swiperwrap1 .swiper-pagination-bullet:nth-child(5).swiper-pagination-bullet-active {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/251030_clinicanswer/bnD11_tap5_on.jpg") no-repeat
        center/100%;
}

.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: 77.4%;
    height: 10.1%;
    left: 50%;
    transform: translateX(-50%);
    top: 77.1%;
}
.event_wrap .link.link_04 {
    width: 51.4%;
    height: 10.1%;
    left: 50%;
    transform: translateX(-50%);
    top: 83.3%;
}

.event_wrap .e_swiperwrap1 .e_swiper_prev,
.event_wrap .e_swiperwrap1 .e_swiper_next {
    width: 38px;
    aspect-ratio: 38/63;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 5;
}
.event_wrap .e_swiperwrap1 .e_swiper_prev {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/251030_clinicanswer/bnD11_prev.png") no-repeat
        center/100%;
    left: 80px;
}

.event_wrap .e_swiperwrap1 .e_swiper_next {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/251030_clinicanswer/bnD11_next.png") no-repeat
        center/100%;
    right: 80px;
}
