/* 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/eBook/251031_ebook/bnD10_bg01.jpg") no-repeat top
        center/3000px 100%;
}
.event_wrap .e_con1 {
    background-color: #000;
    max-width: 3000px;
    margin: auto;
}
.event_wrap .e_con2 {
    background-color: #fff5bc;
    max-width: 3000px;
    margin: auto;
}
.event_wrap .e_con3 {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/eBook/251031_ebook/bnD10_bg03.jpg") no-repeat top
        center/3000px 100%;
}
.event_wrap .e_con4 {
    background-color: #2a2a2a;
    max-width: 3000px;
    margin: auto;
    padding-top: 60px;
    padding-bottom: 100px;
}
.event_wrap .e_con5 {
    background-color: #1a1a1a;
    max-width: 3000px;
    margin: auto;
}

.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: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.event_wrap .link.link_02 {
    top: 0;
    right: 50.5%;
    width: 45%;
    height: 57%;
}
.event_wrap .link.link_03 {
    top: 0;
    left: 50.5%;
    width: 45%;
    height: 57%;
}
.event_wrap .link.link_04 {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 68%;
    height: 13.5%;
}
.event_wrap .e_swiper_wrap {
    width: 346px;
    margin: auto;
    overflow: hidden;
    position: relative;
}

.event_wrap .e_container {
    align-items: center;
}
.event_wrap .e_swiper_wrap img {
    width: 100%;
    border-radius: 20px;
}
.event_wrap :where(.swiper-arrow-prev, .swiper-arrow-next) {
    width: 60px;
    height: 60px;
    z-index: 2;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.event_wrap .swiper-arrow-prev {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/eBook/251031_ebook/bnD10_prev.jpg") no-repeat center
        100%;
    left: -100px;
}

.event_wrap .swiper-arrow-next {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/eBook/251031_ebook/bnD10_next.jpg") no-repeat center
        100%;
    right: -100px;
}

.event_wrap .e_notice {
    color: #959595;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    padding-top: 40px;
    width: fit-content;
}

.event_wrap .e_notice.notice2 {
    color: #86483b;
}
.event_wrap .e_notice h4 {
    width: 100%;
    font-size: 24px;
    /* padding-left: 30px; */
    box-sizing: border-box;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}

.event_wrap .e_notice h5 {
    font-size: 20px;
    font-weight: 700;
    padding-left: 30px;
    width: 100%;
}
.event_wrap .e_notice ul {
    padding: 0;
}
.event_wrap .e_notice.notice2 h4 {
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 400;
}

.event_wrap .e_notice.notice2 h4 em {
    font-weight: 700;
}
.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::before {
    content: "";
    display: block;
    width: 4px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #959595;
    position: absolute;
    top: 14px;
    left: 0;
}
.event_wrap .e_notice.notice2 li::before {
    background-color: #86483b;
}

.event_wrap em {
    font-weight: 700;
}
.event_wrap .e_cont {
    width: 1200px;
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/eBook/251031_ebook/bnD10_bg02.jpg") no-repeat
        center/100% 100%;
    height: 2708px;
    margin: auto;
}

.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;
}

.event_wrap .ui_title {
    width: 100%;
    border-bottom: 1px solid #434343;
    height: 60px;
    background: #1a1a1a url("https://contents.kyobobook.co.kr/pmtn/2025/eBook/251031_ebook/bnD10_ui.jpg") no-repeat
        center;
    cursor: pointer;
}

.event_wrap .ui_title.on {
    background-image: url("https://contents.kyobobook.co.kr/pmtn/2025/eBook/251031_ebook/bnD10_ui_on.jpg");
}

.event_wrap .ui_cont {
    max-height: 0;
    transition: 0.5s;
    overflow: hidden;
    padding-bottom: 0;
}

.event_wrap .ui_cont.on {
    max-height: 600px;
    padding-bottom: 60px;
}
