/* 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/251020_chicken/bnD10_bg01.jpg") no-repeat top center/3000px 100%;
}
.event_wrap .e_con1 {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/251020_chicken/bnD10_bg02.jpg") no-repeat top center/3000px 100%;
}
.event_wrap .e_con2 {
    background-color: #e3e5ff;
    max-width: 3000px;
    margin: auto;
    padding-bottom: 80px;
}
.event_wrap .e_con3 {
    background-color: #4552ff;
    max-width: 3000px;
    margin: auto;
}
.event_wrap .e_con4 {
    background-color: #ff8330;
    max-width: 3000px;
    margin: auto;
}
.event_wrap .e_con5 {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/general/251013_loungex/bnD6_bg06.jpg") no-repeat top
        center/3000px 100%;
}
.event_wrap .e_con6 {
    background: #151515;
    max-width: 3000px;
    margin: auto;
    padding-bottom: 60px;
}
.event_wrap .link {
    position: absolute;
    display: block;
}

.event_wrap .e_rel {
    position: relative;
}

.event_wrap .e_fit {
    width: fit-content;
    margin: auto;
}

.event_wrap .e_abs {
    position: absolute;
}

.event_wrap .link.link_01 {
    width: 21%;
    height: 23.5%;
    top: 33.3%;
    left: 50%;
    transform: translateX(-50%);
}
.event_wrap .link.link_02 {
    width: 33.4%;
    height: 4%;
    top: 87.9%;
    left: 50%;
    transform: translateX(-50%);
}
.event_wrap .link.link_03 {
    width: 58%;
    height: 34%;
    top: 57.5%;
    left: 50%;
    transform: translateX(-50%);
}
.event_wrap .link:where(.link_04, .link_05, .link_06, .link_07) {
    top: 15%;
    height: 85%;
}
.event_wrap .link.link_04 {
    left: 61%;
    width: 8%;
}
.event_wrap .link.link_05 {
    left: 69%;
    width: 7.5%;
}
.event_wrap .link.link_06 {
    left: 76.5%;
    width: 7.5%;
}
.event_wrap .link.link_07 {
    left: 84%;
    width: 10.5%;
}
.event_wrap .link.link_08 {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.event_wrap .e_notice {
    color: #656887;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    padding-top: 40px;
    width: fit-content;
}
.event_wrap .e_notice h4 {
    width: 100%;
    font-size: 20px;
    padding-left: 30px;
    box-sizing: border-box;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}
.event_wrap .e_notice li {
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    position: relative;
    text-indent: 0;
    padding-left: 14px;
    display: flex;
    align-items: center;
}

.event_wrap .e_notice li::before {
    content: "";
    display: block;
    width: 4px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #656887;
    position: absolute;
    top: 14px;
    left: 0;
}