/* 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/251030_gwanghwa/bnD7_bg01.jpg") no-repeat top center/3000px 100%;
}
.event_wrap .e_con1 {
    background-color: #d0fcf7;
    max-width: 3000px;
    margin: auto;
}
.event_wrap .e_con2 {
    background-color: #e1fffc;
    max-width: 3000px;
    margin: auto;
}
.event_wrap .e_con3 {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/251030_gwanghwa/bnD7_bg02.jpg") no-repeat top center/3000px 100%;
    padding-bottom: 100px;
}

.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 {
    top: 4.4%;
    left: 50%;
    transform: translateX(-50%);
    width: 48%;
    height: 46.5%;
}
.event_wrap .link.link_02 {
    top: 80.4%;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    height: 6.5%;
}
.event_wrap .link.link_03 {
    top: 640px;
    left: 50%;
    transform: translateX(-50%);
    width: 84%;
    height: 9.8%;
}
.event_wrap .e_swiper_wrap {
    width: 631px;
    margin: auto;
    overflow: hidden;
    position: absolute;
    top: 1.5%;
    left: 50%;
    transform: translateX(-50%);
}
.event_wrap .e_swiper_wrap1 {
    width: 631px;
    margin: auto;
    overflow: hidden;
}
.event_wrap .swiper-pagination {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    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: #a3dad4;
    transition: 0.3s;
    font-size: 0px;
}

.event_wrap .swiper-pagination-bullet-active {
    background-color: #29a092;
}
.event_wrap .e_container {
    align-items: center;
}
.event_wrap .e_slide {
    height: 100%;
}

.event_wrap .e_notice {
    color: #3c3c3a;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    padding-top: 40px;
    width: fit-content;
    font-family: "suit", sans-serif;
}

.event_wrap .e_notice h4 {
    width: 100%;
    font-size: 22px;
    padding-left: 30px;
    box-sizing: border-box;
    font-weight: 700;
    margin-bottom: 10px;
}
.event_wrap .e_notice li {
    font-size: 19px;
    line-height: 32px;
    padding-left: 50px;
    text-align: left;
    position: relative;
    text-indent: 0;
    padding-left: 14px;
    font-family: "suit", sans-serif;
}

.event_wrap .e_notice li::before {
    content: "";
    display: block;
    width: 4px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #3c3c3a;
    position: absolute;
    top: 14px;
    left: 0;
}
.event_wrap .e_cont {
    width: 1200px;
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/251030_gwanghwa/bnD10_bg02.jpg") no-repeat center/100% 100%;
    height: 2708px;
    margin: auto;
}

.event_wrap em {
    font-weight: 700;
}

.event_wrap .e_detail {
    width: 680px;
    margin: auto;
    border-radius: 20px;
    background-color: #fffff8;
    border: 1px solid #c8e7e3;
    padding-bottom: 70px;
    position: relative;
}

.event_wrap .e_ui_btn {
    cursor: pointer;
    display: none;
}
.event_wrap .e_ui_btn.on {
    display: block;
}

.event_wrap .e_ui_cont {
    max-height: 0;
    overflow: hidden;
    transition: 0.5s;
}

.event_wrap .e_ui_cont.on {
    max-height: 500px;
}