@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/250716_parenting/bnD7_bg01.jpg");
}
.event_wrap .e_container:nth-child(2) {
    background-color: #ffc9c9;
}
.event_wrap .e_container:nth-child(3) {
    background-image: url("https://contents.kyobobook.co.kr/pmtn/2025/book/250716_parenting/bnD7_bg02.jpg");
}
.event_wrap .e_container:nth-child(4) {
    background-color: #fff89d;
}
.event_wrap .e_container:nth-child(5) {
    background-image: url("https://contents.kyobobook.co.kr/pmtn/2025/book/250716_parenting/bnD7_bg03.jpg");
}
/* .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 .e_swiper_wrap .swiper-slide p {
    position: relative;
}

.event_wrap .e_swiper_wrap .swiper-slide img {
    width: 100%;
}

.event_wrap .e_swiper_wrap .swiper-slide a {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 750px;
    height: 100%;
}

.event_wrap .swiper_dots {
    width: 1200px;
    height: 105px;
    margin: 0 auto;
    display: flex;
}

.event_wrap .swiper_dots li {
    width: 100%;
    position: relative;
}

.event_wrap .swiper_dots li.parent {
    background-image: url("https://contents.kyobobook.co.kr/pmtn/2025/book/250716_parenting/bnD7_parent_off.png");
}

.event_wrap .swiper_dots li .clickarea {
    position: absolute;
    top: 0;
    cursor: pointer;
    height: 72px;
    width: 266px;
}

.event_wrap .swiper_dots li.parent .clickarea {
    right: 0;
}
.event_wrap .swiper_dots li.child .clickarea {
    left: 0;
}
.event_wrap .swiper_dots li.parent.on {
    background-image: url("https://contents.kyobobook.co.kr/pmtn/2025/book/250716_parenting/bnD7_parent_on.png");
}
.event_wrap .swiper_dots li.child {
    background-image: url("https://contents.kyobobook.co.kr/pmtn/2025/book/250716_parenting/bnD7_child_off.png");
}
.event_wrap .swiper_dots li.child.on {
    background-image: url("https://contents.kyobobook.co.kr/pmtn/2025/book/250716_parenting/bnD7_child_on.png");
}

.event_wrap .swiper_pagination {
    display: flex;
    justify-content: center;
    margin-top: 36px;
}
.event_wrap .swiper_pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    margin: 0 9px;
    background-color: #fffbc8;
}

.event_wrap .swiper_pagination .swiper-pagination-bullet-active {
    background-color: #fff;
}
.event_wrap .linkWrapper {
    width: 750px;
    position: absolute;
    left: calc(50% - 375px);
    z-index: 0;
}

.event_wrap .link {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
}

.event_wrap .linkWrapper.link01 {
    height: 60px;
    top: 240px;
}

.event_wrap .link.link01 {
    width: 236px;
    height: 100%;
    left: 61px;
}

.event_wrap .linkWrapper.link02 {
    height: 60px;
    top: 240px;
}

.event_wrap .link.link02 {
    width: 236px;
    height: 100%;
    left: 61px;
}

.event_wrap .linkWrapper.link03 {
    height: 95px;
    bottom: 0;
}

.event_wrap .link.link03 {
    left: 132px;
    height: 100%;
    width: 485px;
}

.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;
}
