@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: url("https://contents.kyobobook.co.kr/pmtn/2025/book/250813_maeil/bnD11_bg1.jpg") no-repeat center/3000px 100%;
}

.event_wrap .e_con1 {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/250813_maeil/bnD11_bg2.jpg") no-repeat center/3000px 100%;
}

.event_wrap .e_con2 {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/250813_maeil/bnD11_bg3.jpg") no-repeat center/3000px 100%;
    padding-bottom: 40px;
}
.event_wrap .e_con3 {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/250813_maeil/bnD11_bg4.jpg") no-repeat center/3000px 100%;
}

.event_wrap .e_con4 {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/250813_maeil/bnD11_bg5.jpg") repeat top center/3000px 3266px;
    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 .link.link_01 {
    width: 35%;
    height: 50%;
    top: 22%;
    left: 20%;
}

.event_wrap .link.link_02 {
    width: 590px;
    height: 47%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.event_wrap .link.link_03 {
    width: 590px;
    height: 47%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.event_wrap .link.link_04 {
    width: 21%;
    height: 52%;
    top: 25%;
    left: 27%;
}
.event_wrap .link.link_05 {
    width: 43.55%;
    height: 91.5%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.event_wrap .link.link_06 {
    width: 552px;
    height: 20%;
    top: 15.5%;
    left: 50%;
    transform: translateX(-50%);
}
.event_wrap .link.link_07 {
    width: 552px;
    height: 20%;
    top: 41.7%;
    left: 50%;
    transform: translateX(-50%);
}

.event_wrap .link.link_08 {
    width: 552px;
    height: 39%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.event_wrap .e_swiper_wrap {
    width: 680px;
    height: 330px;
    padding-top: 36px;
    margin: auto;
    position: relative;
    overflow-x: hidden;
}

.event_wrap .e_swiper_wrap .swiper .swiper-wrapper {
    align-items: center;
}

.event_wrap .e_swiper_wrap .swiper-slide img {
    width: 100%;
}
.event_wrap .e_swiper_wrap .swiper-slide {
    transition: transform 0.3s ease;
    transform: scale(1);
}
.event_wrap .e_swiper_wrap .swiper-slide.swiper-slide-active {
    transform: scale(1.3);
}
.event_wrap .e_swiper_prev,
.event_wrap .e_swiper_next {
    width: 19px;
    aspect-ratio: 24/40;
    position: absolute;
    top: calc(50% - 18px);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 9;
}

.event_wrap .e_swiper_prev {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/250725_csat/bnD6_prev.png") no-repeat center/100%;
    left: 190px;
}

.event_wrap .e_swiper_next {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/250725_csat/bnD6_next.png") no-repeat center/100%;
    right: 190px;
}

.event_wrap .e_swiper_wrap_type2 {
    width: 750px;
    aspect-ratio: 750/500;
    overflow: hidden;
    margin: auto;
    position: relative;
}

.event_wrap :where(.swiper-arrow-prev, .swiper-arrow-next) {
    width: 70px;
    height: 80px;
    z-index: 2;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: 0.2s;
}

.event_wrap .swiper:hover :where(.swiper-arrow-prev, .swiper-arrow-next) {
    opacity: 1;
}

.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 .swiper-paging {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    font-family: "Verdana", sans-serif;
    background-color: #fff;
    padding: 5px;
    z-index: 2;
    line-height: 1;
}

.event_wrap .swiper-paging em {
    font-weight: bolder;
    font-style: normal;
}

.event_wrap .e_notice {
    color: #efefef;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    padding-bottom: 50px;
    margin-top: 30px;
}

.event_wrap .e_notice.color2 {
    color: #cdd0d7;
}

.event_wrap .e_notice h4 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin: 45px 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: #efefef;
    position: absolute;
    top: 14px;
    left: 0;
}

.event_wrap .notice_flip_btn {
    width: 550px;
    aspect-ratio: 550/76;
    background-color: #b1b1b1;
    margin: auto;
    border-radius: 10px;
    padding: 20px 34px;
    letter-spacing: -0.05em;
    box-sizing: border-box;
    font-size: 27px;
    color: #ffffff;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.event_wrap .notice_flip_btn div {
    width: 25px;
    aspect-ratio: 1;
    position: relative;
}

.event_wrap .notice_flip_btn div::before,
.event_wrap .notice_flip_btn div::after {
    content: "";
    display: block;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.event_wrap .notice_flip_btn div::before {
    width: 100%;
    height: 2px;
}

.event_wrap .notice_flip_btn div::after {
    width: 2px;
    height: 100%;
    transform: translate(-50%, -50%) scaleY(0);
    transform-origin: center;
    opacity: 0;
    transition: all 0.5s ease;
}

.event_wrap .notice_flip_btn.on div::after {
    transform: translate(-50%, -50%) scaleY(1);
    opacity: 1;
}

.event_wrap .notice_flip {
    width: 550px;
    font-size: 16.5px;
    line-height: 1.5;
    margin: auto;
    background-color: #fff;
    padding: 0 30px;
    box-sizing: border-box;
    border-radius: 10px;
    max-height: 0;
    transition: 0.5s;
    overflow: hidden;
    margin-bottom: 65px;
}
.event_wrap .notice_flip.on {
    padding: 30px;
    max-height: 310px;
}
.event_wrap .notice_flip li {
    position: relative;
    text-indent: 0;
    padding-left: 14px;
}
.event_wrap .notice_flip li::before {
    content: "";
    display: block;
    width: 4px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    top: 12px;
    left: 0;
}

.event_wrap .cart_list {
    width: 652px;
    margin: auto;
    background-color: #fff;
    border-radius: 0 0 11px 11px;
    display: flex;
    justify-content: center;
    gap: 60px;
    padding: 0 90px;
    box-sizing: border-box;
    padding-bottom: 62px;
}

.event_wrap .cart_list li {
    display: flex;
    flex-direction: column;
    gap: 26px;
    align-items: center;
    font-size: 20px;
    line-height: 1.3;
    text-align: center;
}
.event_wrap .cart_list li a {
    color: inherit;
    display: contents;
}
.event_wrap .cart_list li .imgwrap {
    height: 313px;
    border: 1px solid #d2d2d2;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.event_wrap .cart_list li .imgwrap img {
    height: 100%;
}

.event_wrap .cart_list li p:nth-of-type(1) {
    font-weight: 700;
}

.event_wrap .cart_list li .e_basket_btn {
    position: absolute;
    display: block;
    right: 0;
    bottom: 0px;
    width: 68px;
    height: 68px;
    background: url("https://contents.kyobobook.co.kr/pmtn/2024/book/240408_bookday/e_basket_btn.png") 50% no-repeat;
    background-size: cover;
    cursor: pointer;
}
.event_wrap p.active_book {
    font-size: 26px;
    height: 70px;
    font-weight: 700;
    color: #001434;
    text-align: center;
    line-height: 1.3;
    width: 240px;
    margin: auto;
    word-break: keep-all;
    padding-bottom: 100px;
}

.event_wrap .e_top_banner {
    background-color: #231815;
    font-size: 20px;
    color: #fff;
    padding: 16px 0;
    white-space: nowrap;
    overflow: hidden;
    display: flex;
}

.event_wrap .e_top_banner ul {
    display: flex;
    width: max-content;
    animation: bannerAni 8s linear infinite;
}

.event_wrap .e_top_banner ul li {
    width: 470px;
    text-align: center;
}

@keyframes bannerAni {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}
