/* 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/251029_upbeat/bnD6_bg01.jpg") no-repeat top
        center/3000px 100%;
}
.event_wrap .e_con1 {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/251029_upbeat/bnD6_bg02.jpg") no-repeat top
        center/3000px 100%;
}
.event_wrap .e_con2 {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/251029_upbeat/bnD6_bg03.jpg") no-repeat top
        center/3000px 100%;
    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 .e_abs {
    position: absolute;
}

.event_wrap .link.link_01 {
    width: 31.5%;
    height: 8.5%;
    top: 1.5%;
    right: 58%;
}
.event_wrap .link.link_02 {
    width: 31.5%;
    height: 8.4%;
    top: 11.8%;
    left: 58%;
}
.event_wrap .link.link_03 {
    width: 31.5%;
    height: 8.5%;
    top: 22%;
    right: 58%;
}
.event_wrap .link.link_04 {
    width: 31.5%;
    height: 8.5%;
    top: 33.2%;
    left: 58%;
}
.event_wrap .link.link_05 {
    width: 31.5%;
    height: 8.5%;
    top: 43.6%;
    right: 58%;
}
.event_wrap .link.link_06 {
    width: 31.5%;
    height: 8.5%;
    top: 54.5%;
    left: 58%;
}
.event_wrap .link.link_07 {
    width: 31.5%;
    height: 8.5%;
    top: 65.8%;
    right: 58%;
}
.event_wrap .link.link_08 {
    width: 31.5%;
    height: 8.5%;
    top: 79.4%;
    left: 58%;
}
.event_wrap .link.link_09 {
    width: 31.5%;
    height: 8.5%;
    top: 89.8%;
    right: 58%;
}
.event_wrap .link.link_10 {
    width: 69.5%;
    height: 15%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.event_wrap .e_notice {
    color: #989ed6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    padding-top: 40px;
    width: fit-content;
}
.event_wrap .e_notice ul {
    width: 100%;
}
.event_wrap .e_notice h4 {
    width: 100%;
    font-size: 22px;
    /* padding-left: 30px; */
    box-sizing: border-box;
    font-weight: 700;
    margin-bottom: 10px;
    color: #dbdef3;
}
.event_wrap .e_notice h4:not(:first-child) {
    padding-top: 30px;
}
.event_wrap .e_notice li {
    font-size: 20px;
    line-height: 1.5;
    text-align: left;
    position: relative;
    text-indent: 0;
    padding-left: 14px;
    display: flex;
    align-items: center;
    padding-bottom: 3px;
}

.event_wrap .e_notice li::before {
    content: "";
    display: block;
    width: 4px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #989ed6;
    position: absolute;
    top: 14px;
    left: 0;
}

.event_wrap em {
    font-weight: 700;
    font-style: normal;
}

.event_wrap .e_beatcode {
    font-family: "SUIT", sans-serif;
    font-size: 56px;
    line-height: 1;
    font-weight: 800;
    color: #4dff6f;
    position: absolute;
    top: 31.5%;
    left: 50%;
    transform: translateX(-50%);
}

.event_wrap .e_beatcode span {
    color: #fff;
}
