/* 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/251031_kimyoungha/bnD10_bg01.jpg") no-repeat top
        center/3000px 100%;
}
.event_wrap .e_con1 {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/251031_kimyoungha/bnD10_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 {
    width: 82%;
    height: 9%;
    top: 68.2%;
    left: 50%;
    transform: translateX(-50%);
}
.event_wrap .link.link_02 {
    width: 82%;
    height: 9%;
    top: 79.1%;
    left: 50%;
    transform: translateX(-50%);
}
.event_wrap .link.link_03 {
    width: 22%;
    height: 25%;
    top: 29.1%;
    left: 37%;
}
.event_wrap .link.link_04 {
    width: 22%;
    height: 25%;
    top: 34.5%;
    left: 37%;
}
.event_wrap .link.link_05 {
    width: 22%;
    height: 25%;
    top: 37.1%;
    left: 37%;
}
.event_wrap .e_notice {
    color: #7d7970;
    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;
    padding-bottom: 3px;
}

.event_wrap .e_notice li::before {
    content: "";
    display: block;
    width: 4px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #7d7970;
    position: absolute;
    top: 14px;
    left: 0;
}

.event_wrap .e_swiper_wrap {
    width: 750px;
    position: relative;
    overflow-x: hidden;
    margin: auto;
}

.event_wrap .swiper-pagination {
    display: flex;
    justify-content: center;
    width: 100%;
    position: static;
    gap: 15px;
    margin-top: 30px;
}
.event_wrap .swiper-wrapper {
    align-items: center;
}
.event_wrap .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    aspect-ratio: 1;
    border-radius: 50%;
    opacity: 1;
    background-color: #e6d8d1;
    transition: 0.3s;
    font-size: 0px;
}

.event_wrap .swiper-pagination-bullet-active {
    background-color: #fff;
}

.event_wrap .e_slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 420px;
    height: 300px;
    border-radius: 20px;
    font-size: 20px;
    line-height: 1.5;
    gap: 20px;
    background-color: #fff;
    text-align: center;
}

.event_wrap .e_slide p:nth-child(2) {
    color: #555555;
}

.event_wrap em {
    font-weight: 700;
    font-style: normal;
}
