@charset "UTF-8";

a {
    color: inherit;
}

.event_wrap .e_container {
    background-size: 2800px 100%;
    background-position: center;
}

.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_container:nth-child(1) {
    background-image: url("https://contents.kyobobook.co.kr/pmtn/2025/book/250721_summer/bnD7_bg.jpg");
}
.event_wrap .e_container:nth-child(2) {
    position: relative;
}

.event_wrap .e_container:nth-child(2)::before, 
.event_wrap .e_container:nth-child(2)::after {
    content: '';
    display: block;
    width: 50%;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: -1;
}
.event_wrap .e_container:nth-child(2)::before {
    left: 0;
    background-color: #192358;
}
.event_wrap .e_container:nth-child(2)::after  {
    right: 0;
    background-color: #301757;
}
/* .event_wrap .inner.w1200 {width:1200px;} */

/* background */
/* .event_wrap .e_container {
    background-position: top center;
    background-size: cover;
} */
/* .event_wrap .e_top_visual {
    background-image: url("images/bnD6_top_visual_bg.jpg");
}
.event_wrap .e_con1 {
    background-image: url("images/bnD6_con1_bg.jpg");
}
.event_wrap .e_con2 {
    background-image: url("images/bnD6_con2_bg.jpg");
} */

.event_wrap .e_swiper_wrap {
    width: 1200px;
    padding-bottom: 100px;
    margin: 0 auto;
    overflow: hidden;
}

.event_wrap .booklist {
    margin: auto;
    width: fit-content;
}

.event_wrap .booklist li {
    display: flex;
}

.event_wrap .booklist li .books {
    position: relative;
}


.event_wrap .link {
    display: block;
    position: absolute;
    z-index: 1;
}


.event_wrap .link.link01 {
    top: 24.4%;
    left: 50%;
    transform: translateX(-50%);
    width: 68%;
    height: 45%;
}

.event_wrap .link.link02 {
    top: 0;
    right: 12.5%;
    width: 26.5%;
    aspect-ratio: 99/147;
}

.event_wrap .link.link02.link02_1 {
    top: 17.5%;
}
.event_wrap .link.link02.link02_2 {
    top: 15%;
}
.event_wrap .link.link02.link02_3 {
    top: 13%;
}
.event_wrap .link.link02.link02_4 {
    top: 11%;
}

.event_wrap .e_notice {
    color: #ffd4d1;
    padding-top: 50px;
    padding-bottom: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.event_wrap .e_notice h6 {
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 32px;
}

.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: #ffd4d1;
    position: absolute;
    top: 14px;
    left: 0;
}
