/* 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/2026/book/260219_kiddong/bnO_bg01.jpg") no-repeat top
        center/1920px 100%;
}
.event_wrap .e_con1 {
    background-color: #ffe36b;
    max-width: 1920px;
    margin: auto;
    padding-bottom: 120px;
}
.event_wrap .e_con2 {
    background-color: #a6e290;
    max-width: 1920px;
    margin: auto;
}
.event_wrap .e_con3 {
    background: #ffdee9 url("https://contents.kyobobook.co.kr/pmtn/2026/book/260219_kiddong/bnO_bg02.jpg") no-repeat top
        center/1920px 3737px;
    padding-bottom: 80px;
}
.event_wrap .e_con4 {
    background-color: #375794;
    max-width: 1920px;
    margin: auto;
}
.event_wrap .link {
    position: absolute;
    display: block;
}

.event_wrap .link.link_01 {
    width: 89%;
    height: 13.2%;
    left: 50%;
    transform: translateX(-50%);
    top: 70.7%;
}
.event_wrap .link.link_02 {
    width: 89%;
    height: 13.2%;
    left: 50%;
    transform: translateX(-50%);
    top: 86.8%;
}

.event_wrap .link.link_03 {
    width: 26.9%;
    height: 50.7%;
    left: 7.2%;
    top: 0;
}
.event_wrap .link.link_04 {
    width: 26.9%;
    height: 50.7%;
    left: 36.8%;
    top: 0;
}
.event_wrap .link.link_05 {
    width: 26.9%;
    height: 50.7%;
    left: 66.4%;
    top: 0;
}

.event_wrap .link.link_06 {
    width: 89.5%;
    height: 9%;
    left: 50%;
    transform: translateX(-50%);
    top: 78.7%;
}
.event_wrap .e_rel {
    position: relative;
}

.event_wrap .e_fit {
    width: fit-content;
    margin: auto;
}

.event_wrap .e_abs {
    position: absolute;
}

.event_wrap .e_swiper_wrap {
    margin: auto;
    position: relative;
    width: fit-content;
}

.event_wrap .e_swiper_cont {
    width: 670px;
    overflow: hidden;
}
.event_wrap .swiper-pagination {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 10px;
    margin-top: 20px;
    position: static;
}
.event_wrap .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    aspect-ratio: 1;
    border-radius: 50%;
    opacity: 1;
    transition: 0.3s;
    font-size: 0px;
}
.event_wrap .swiper-pagination .swiper-pagination-bullet {
    background-color: #d9d9d9;
}
.event_wrap .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #e84b85;
}

.event_wrap .e_notice {
    color: #205e0a;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    padding-top: 30px;
    width: fit-content;
    max-width: 680px;
}
.event_wrap .e_notice ul {
    width: 100%;
    box-sizing: border-box;
}
.event_wrap .e_notice li {
    font-size: 20px;
    line-height: 32px;
    text-align: left;
    position: relative;
    text-indent: 0;
    padding-left: 14px;
    display: flex;
    align-items: center;
    letter-spacing: -0.05em;
}
.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: #205e0a;
    position: absolute;
    top: 14px;
    left: 0;
}
.event_wrap .e_notice.col2 {
    color: #a35973;
}
.event_wrap .e_notice.col2 li::before {
    background-color: #a35973;
    width: 6px;
    height: 6px;
}
.event_wrap .e_notice h3 {
    width: 100%;
    font-size: 26px;
    box-sizing: border-box;
    font-weight: 700;
    margin-top: 68px;
    margin-bottom: 38px;
    text-align: center;
}
.event_wrap .e_notice h5 {
    width: 100%;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    padding-left: 44px;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-top: 20px;
}

.event_wrap .bookswrapper {
    width: 670px;
    margin: auto;
}

.event_wrap .booksheader {
    display: flex;
    height: 119px;
}
.event_wrap .booksheader li {
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.event_wrap .booksheader li.on {
    cursor: default;
}
.event_wrap .booksheader li:nth-child(1) {
    background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260219_kiddong/bnO_tap1.png") no-repeat center/100%
        100%;
}
.event_wrap .booksheader li:nth-child(2) {
    background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260219_kiddong/bnO_tap2.png") no-repeat center/100%
        100%;
}
.event_wrap .booksheader li:nth-child(3) {
    background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260219_kiddong/bnO_tap3.png") no-repeat center/100%
        100%;
}
.event_wrap .booksheader li:nth-child(1).on {
    background-image: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260219_kiddong/bnO_tap1_on.png");
}
.event_wrap .booksheader li:nth-child(2).on {
    background-image: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260219_kiddong/bnO_tap2_on.png");
}
.event_wrap .booksheader li:nth-child(3).on {
    background-image: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260219_kiddong/bnO_tap3_on.png");
}

.event_wrap .booksbody {
    box-sizing: border-box;
    padding: 60px 30px 40px;
    background-color: #fff;
    font-family: "SUIT";
    line-height: 1.5;
    border-radius: 0 0 20px 20px;
}

.event_wrap .booksbody .bookslist {
    display: none;
}

.event_wrap .booksbody .bookslist ul {
    display: flex;
    gap: 30px;
    margin-bottom: 42px;
}
.event_wrap .booksbody .bookslist.on {
    display: block;
}

.event_wrap .booksbody .bookslist li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.event_wrap .booksbody .bookslist .imgwrap {
    display: flex;
    align-items: flex-end;
}
.event_wrap .booksbody .bookslist:nth-child(1) .imgwrap {
    height: 282px;
}
.event_wrap .booksbody .bookslist:nth-child(2) .imgwrap {
    height: 259px;
}
.event_wrap .booksbody .bookslist:nth-child(3) .imgwrap {
    height: 264px;
}
.event_wrap .booksbody .bookslist .imgwrap img {
    width: 100%;
}

.event_wrap .booksbody .bookslist h4 {
    width: 83px;
    aspect-ratio: 83/44;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.05em;
}

.event_wrap .booksbody .bookslist li:nth-child(1) h4 {
    background-color: #def6a7;
}
.event_wrap .booksbody .bookslist li:nth-child(2) h4 {
    background-color: #caef7a;
}
.event_wrap .booksbody .bookslist li:nth-child(3) h4 {
    background-color: #9ed524;
}
.event_wrap .booksbody .bookslist h5 {
    font-size: 24px;
    font-weight: 600;
    color: #767676;
    margin-top: 8px;
    margin-bottom: 30px;
    letter-spacing: -0.05em;
}
.event_wrap .booksbody .bookslist h5 em {
    font-style: normal;
    color: #000;
}

.event_wrap .booksbody .bookslist h6 {
    font-size: 22px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 12px;
    letter-spacing: -0.05em;
    width: 100%;
    height: 66px;
}
.event_wrap .booksbody .bookslist p {
    font-size: 22px;
    font-weight: 700;
    color: #767676;
    letter-spacing: -0.05em;
    width: 100%;
}

.event_wrap .booksbody .booksbtn,
.event_wrap .booksbody .booksbtn img {
    width: 100%;
}

.event_wrap .goodswrap {
    width: 670px;
    border-radius: 20px;
    overflow: hidden;
    background-color: #fff;
    margin: auto;
}

.event_wrap .goodswrap.notlast {
    margin-bottom: 60px;
}

.event_wrap .goodstxt {
    box-sizing: border-box;
    padding: 40px 40px;
    font-family: "SUIT";
    line-height: 1.3;
}

.event_wrap .goodstxt h4 {
    font-size: 34px;
    font-weight: 800;
    letter-spacing: -0.05em;
}
.event_wrap .goodstxt h4 em {
    display: inline-flex;
    font-style: normal;
    width: 60px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background-color: #fb478a;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    margin-left: 10px;
    vertical-align: text-top;
}

.event_wrap .goodstxt h5 {
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 26px;
    font-weight: 700;
}

.event_wrap .goodstxt li {
    font-size: 24px;
    font-weight: 600;
    color: #767676;
    position: relative;
    padding-left: 30px;
}
.event_wrap .goodstxt li::before {
    content: "";
    display: block;
    width: 6px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #767676;
    position: absolute;
    top: 12px;
    left: 12px;
}

.event_wrap .goodstxt p {
    font-size: 24px;
    font-weight: 600;
    color: #767676;
    margin-bottom: 10px;
}
.kiddongpopwrap {
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 99;
}

.kiddongpopwrap.on {
    display: flex;
}

.kiddongpop {
    display: none;
    width: 680px;
    padding-bottom: 60px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 40px;
    overflow: hidden;
}

.kiddongpop.on {
    display: block;
}

.kiddongheader {
    position: relative;
}
.kiddongheader > img {
    width: 100%;
    height: 100%;
    display: block;
}

.kiddongclose {
    width: 6.3%;
    aspect-ratio: 1;
    position: absolute;
    top: 10%;
    right: 7%;
    cursor: pointer;
}

.kidbookimg {
    width: 240px;
    height: 310px;
    border-radius: 8px;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 40%;
}

.kidbookimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kiddongpop p {
    padding: 0 80px;
    box-sizing: border-box;
    text-align: center;
    font-size: 26px;
    line-height: 1.4;
    font-weight: 600;
    font-family: "SUIT";
    margin-top: 40px;
    letter-spacing: -0.05em;
}
