@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: #2b45a2 url("https://contents.kyobobook.co.kr/pmtn/2025/eBook/250826_ebookreader/bnD10_bg01.jpg")
        no-repeat top center/3000px 2849px;
}

.event_wrap .e_con1 {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/eBook/250826_ebookreader/bnD10_bg02.jpg") repeat top
        center/3000px 4666px;
}

.event_wrap .e_con2 {
    background-color: #fcf797;
}
.event_wrap .e_con3 {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/eBook/250826_ebookreader/bnD10_bg03.jpg") repeat top
        center/3000px 100%;
}
.event_wrap .e_con4 {
    background-color: #1c2b63;
}
.event_wrap .e_con5 {
    background-color: #101a3e;
}

.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: 54.5%;
    height: 26.8%;
    bottom: 60.8%;
    left: 50%;
    transform: translateX(-50%);
}
.event_wrap .link.link_02 {
    width: 45.5%;
    height: 56.8%;
    top: 0;
    right: 50%;
}
.event_wrap .link.link_03 {
    width: 45.5%;
    height: 56.8%;
    top: 0;
    left: 50%;
}

.event_wrap .link:where(.link_04, .link_05, .link_06, .link_07) {
    width: 44.7%;
    height: 42.8%;
}
.event_wrap .link:where(.link_04, .link_05) {
    top: 0;
}
.event_wrap .link:where(.link_06, .link_07) {
    top: 47.8%;
}
.event_wrap .link:where(.link_04, .link_06) {
    right: 52%;
}
.event_wrap .link:where(.link_05, .link_07) {
    left: 52%;
}
.event_wrap .link.link_08 {
    width: 68%;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.event_wrap .e_swiper_wrap {
    width: 900px;
    margin: auto;
    position: relative;
    overflow: hidden;
    background-color: #d5daec;
}
.event_wrap .e_swiper_wrap2 {
    width: 680px;
    margin: auto;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}
.event_wrap .e_swiper_cont {
    width: 530px;
    margin: auto;
    overflow: hidden;
}
.event_wrap .e_swiper_wrap2 .e_swiper_cont {
    width: 346px;
    margin: auto;
    overflow: hidden;
}
.event_wrap .e_swiper_wrap .swiper-slide img {
    width: 100%;
}
.event_wrap .e_swiper_prev,
.event_wrap .e_swiper_next {
    width: 60px;
    aspect-ratio: 1;
    position: absolute;
    top: calc(50%);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 9;
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/eBook/250826_ebookreader/bnD10_arrow1.jpg") no-repeat
        center/100%;
}

.event_wrap .e_swiper_wrap2 .e_swiper_prev,
.event_wrap .e_swiper_wrap2 .e_swiper_next {
    background-image: url("https://contents.kyobobook.co.kr/pmtn/2025/eBook/250826_ebookreader/bnD10_arrow2.jpg");
}

.event_wrap .e_swiper_prev {
    left: 100px;
}

.event_wrap .e_swiper_next {
    transform: translateY(-50%) rotate(180deg);
    right: 100px;
}
.event_wrap .e_notice {
    color: #8e95b1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    padding-bottom: 100px;
    padding-top: 100px;
}

.event_wrap .e_notice.color2 {
    color: #cdd0d7;
}

.event_wrap .e_notice h4 {
    font-size: 26px;
    line-height: 1.5;
    font-weight: 700;
    margin: 0 0 30px;
}

.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;
}

.event_wrap .e_notice li em {
    font-weight: 700;
    font-style: normal;
}

.event_wrap .e_notice li::before {
    content: "";
    display: block;
    width: 4px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #8e95b1;
    position: absolute;
    top: 14px;
    left: 0;
}

.event_wrap .notice_btn {
    font-size: 24px;
    line-height: 60px;
    color: #888d9f;
    width: fit-content;
    margin: auto;
    padding: 0 30px;
    position: relative;
    cursor: pointer;
}

.event_wrap .notice_btn::before,
.event_wrap .notice_btn::after {
    content: "";
    display: block;
    width: 20px;
    aspect-ratio: 20/15;
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/eBook/250826_ebookreader/bnD10_arrow3.jpg") no-repeat
        center/100%;
    position: absolute;
    top: 50%;
    transform: translateY(-40%);
}
.event_wrap .notice_btn.on::before,
.event_wrap .notice_btn.on::after {
    transform: translateY(-40%) rotate(180deg);
}
.event_wrap .notice_btn::before {
    left: 0;
}
.event_wrap .notice_btn::after {
    right: 0;
}

.event_wrap .notice_wrapper {
    border-top: 0px solid #585f78;
    overflow: hidden;
    transition: 0.5s;
    padding: 0;
    max-height: 0;
}
.event_wrap .notice_wrapper.on {
    border-width: 1px;
    padding: 60px 0 120px;
    max-height: 740px;
}

.event_wrap .notice_wrapper .e_notice {
    padding: 0;
    width: fit-content;
}
.event_wrap .notice_wrapper h4 {
    font-size: 20px;
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 40px;
    box-sizing: border-box;
}

.event_wrap .e_books_pop_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
    justify-content: center;
    overflow-y: scroll;
    padding: 200px 0 100px;
    box-sizing: border-box;
}

.event_wrap .e_books_pop_wrapper.on {
    display: flex;
}

.event_wrap .e_books_pop {
    width: 700px;
    border-radius: 30px;
    overflow-x: hidden;
    height: fit-content;
    position: relative;
}

.event_wrap .e_books_pop table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

.event_wrap .e_books_pop th {
    height: 100px;
    background-color: #54b9ff;
    font-size: 24px;
    color: #fff;
    font-weight: 700;
}

.event_wrap .e_books_pop th:first-child,
.event_wrap .e_books_pop td:first-child {
    border-right: 1px solid #fff;
}

.event_wrap .e_books_pop tr:nth-child(even) td {
    background-color: #fff;
}
.event_wrap .e_books_pop tr:nth-child(odd) td {
    background-color: #f2f2f2;
}
.event_wrap .e_books_pop tr td {
    font-size: 20px;
    color: #636363;
    height: 60px;
}

.event_wrap .e_books_pop .e_books_pop_close {
    position: absolute;
    z-index: 1;
    width: 47px;
    aspect-ratio: 1;
    top: 16px;
    right: 16px;
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/eBook/250826_ebookreader/popclose.jpg") no-repeat
        center/100%;
    cursor: pointer;
}

body.on {
    overflow: hidden;
}
