/* 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/251128_sandel/bnD6_bg01.jpg") no-repeat top
        center/3000px 100%;
}
.event_wrap .e_con1 {
    background-color: #463115;
    max-width: 3000px;
    margin: auto;
    padding-bottom: 100px;
}
.event_wrap .e_con2 {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/251128_sandel/bnD6_bg02.jpg") no-repeat top
        center/3000px 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 {
    left: 25.5%;
}
.event_wrap .link.link_02 {
    right: 25.5%;
}
.event_wrap .link:where(.link_01, .link_02) {
    top: 63%;
    width: 23.2%;
    height: 22.22%;
}
.event_wrap .e_swiper_wrap {
    width: 558px;
    padding: 0 20px;
    box-sizing: border-box;
    overflow: hidden;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    bottom: 8%;
}

.event_wrap .e_swiper_wrap img {
    width: 100%;
}

.event_wrap .swiper-pagination {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    width: 100%;
    position: static;
    gap: 18px;
}
.event_wrap .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    aspect-ratio: 1;
    border-radius: 50%;
    opacity: 1;
    background-color: #906d3e;
    transition: 0.3s;
    font-size: 0px;
}

.event_wrap .swiper-pagination-bullet-active {
    background-color: #e3a45a;
}

.event_wrap .e_swiper_wrap2 {
    width: 580px;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.event_wrap .e_swiper_scroll {
    width: 400px;
    height: 8px;
    background-color: #ebebeb;
    border-radius: 4px;
    margin: auto;
    margin-top: 33px;
}

.event_wrap .e_swiper_scroll .swiper-scrollbar-drag {
    height: 10px;
    top: -1px;
}

.event_wrap .e_swiper_scroll.scroll1 .swiper-scrollbar-drag {
    background-color: #bf8948;
}

.event_wrap .e_notice {
    color: #55676d;
    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: 24px;
    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: #55676d;
    position: absolute;
    top: 14px;
    left: 0;
}
