/* 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/251229_playlist/bnD11_bg01.jpg") no-repeat top
        center/3000px 100%;
}
.event_wrap .e_con1 {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/251229_playlist/bnD11_bg02.jpg") no-repeat top
        center/3000px 100%;
    padding-bottom: 100px;
}
.event_wrap .e_con2 {
    background-color: #fff8e3;
    max-width: 3000px;
    margin: auto;
}
.event_wrap .e_con3 {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/251229_playlist/bnD11_bg03.jpg") no-repeat top
        center/3000px 3496px;
    padding-bottom: 80px;
}
.event_wrap .e_con4 {
    background-color: #000;
    max-width: 3000px;
    margin: auto;
}
.event_wrap .link {
    position: absolute;
    display: block;
}

.event_wrap .link.link_01 {
    width: 64%;
    height: 38%;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
}
.event_wrap .link.link_02 {
    width: 53%;
    height: 14%;
    top: 78.6%;
    left: 50%;
    transform: translateX(-50%);
}

.event_wrap .e_rel {
    position: relative;
}

.event_wrap .e_fit {
    width: fit-content;
    margin: auto;
}

.event_wrap .e_abs {
    position: absolute;
}

.event_wrap .e_swiperwrap1 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.event_wrap .e_swiperwrap1 .e_swiper_cont {
    overflow: hidden;
    width: 418px;
}
.event_wrap .e_swiperwrap3 .e_swiper_cont {
    overflow: hidden;
    width: 100%;
}
.event_wrap .swiper_pagination_wrapper {
    width: 100%;
    padding: 0 25px;
    box-sizing: border-box;
}
.event_wrap .swiper-pagination {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 20px;
    margin-top: 30px;
    position: static;
}
.event_wrap .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    aspect-ratio: 1;
    border-radius: 50%;
    opacity: 1;
    transition: 0.3s;
    font-size: 0px;
}
.event_wrap .swiper-pagination .swiper-pagination-bullet {
    background-color: #c4c5c6;
}
.event_wrap .swiper-pagination1 .swiper-pagination-bullet-active {
    background-color: #0092f0;
}
.event_wrap .swiper-pagination2 .swiper-pagination-bullet-active {
    background-color: #f02953;
}
.event_wrap .swiper-pagination3 .swiper-pagination-bullet-active {
    background-color: #f09300;
}
.event_wrap .e_swiper_wrap2 {
    width: 750px;
    margin: auto;
    position: relative;
    overflow: hidden;
}
.event_wrap :where(.swiper-arrow-prev, .swiper-arrow-next) {
    width: 70px;
    height: 80px;
    z-index: 2;
    cursor: pointer;
    position: absolute;
    top: 210px;
    transform: translateY(-50%);
}

.event_wrap .swiper-arrow-prev {
    background: url("https://contents.kyobobook.co.kr/pmtn/common/slider/btn_left_01.png") no-repeat center 100%;
}

.event_wrap .swiper-arrow-next {
    background: url("https://contents.kyobobook.co.kr/pmtn/common/slider/btn_right_01.png") no-repeat center 100%;
    right: 0;
}
.event_wrap .e_notice {
    color: #596898;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    padding-top: 30px;
    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: 22px;
    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: #596898;
    position: absolute;
    top: 14px;
    left: 0;
}

.event_wrap .youtubewrap {
    width: 750px;
    aspect-ratio: 750/420;
}

.event_wrap .e_swiper_sect {
    position: relative;
    width: 680px;
    aspect-ratio: 680/540;
    margin: auto;
    background-color: #fff;
    border-radius: 15px;
}
.event_wrap .e_swiper_sect2 {
    position: relative;
    width: 1060px;
    aspect-ratio: 1060/750;
    margin: auto;
    background-color: #fff9e5;
    border-radius: 15px;
    padding: 0 36px;
    box-sizing: border-box;
}

.event_wrap .e_flip {
    display: none;
}
.event_wrap .e_flip.on {
    display: block;
}

.event_wrap .e_notice_flip_btn {
    margin: auto;
    margin-top: 60px;
    margin-bottom: 26px;
    width: fit-content;
    cursor: pointer;
}

.event_wrap .e_notice_flip {
    padding: 0;
    width: 600px;
    box-sizing: border-box;
    border: 0 solid #333026;
    border-radius: 15px;
    max-height: 0;
    transition: 0.8s;
    overflow: hidden;
}

.event_wrap .e_notice_flip.on {
    padding: 50px 0 30px;
    max-height: 1000px;
    border-width: 1px;
}

.event_wrap .e_notice_flip.e_notice {
    color: #333026;
}
.event_wrap .e_notice_flip.e_notice li::before {
    background-color: #333026;
}
.event_wrap .e_notice_flip.e_notice h4 {
    text-align: left;
    padding-left: 40px;
    font-size: 20px;
}
.event_wrap .e_notice_flip.e_notice ul {
    width: 100%;
    box-sizing: border-box;
}
.event_wrap .e_notice_flip.e_notice li {
    letter-spacing: -0.05em;
}

.event_wrap .e-prev,
.event_wrap .e-next {
    width: 34px;
    aspect-ratio: 34/58;
    cursor: pointer;
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
}

.event_wrap .e-prev {
    left: -80px;
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/251229_playlist/bnD11_prev.jpg") no-repeat center/
        100% 100%;
}
.event_wrap .e-next {
    right: -80px;
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/251229_playlist/bnD11_next.jpg") no-repeat center/
        100% 100%;
}
