/* 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/251216_ebs/bnD7_bg01.jpg") no-repeat top
        center/3000px 100%;
}
.event_wrap .e_con1 {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/251216_ebs/bnD7_bg02.jpg") no-repeat top
        center/3000px 100%;
    padding-bottom: 80px;
}
.event_wrap .e_con2 {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/251216_ebs/bnD7_bg03.jpg") no-repeat top
        center/3000px 100%;
}
.event_wrap .link {
    position: absolute;
    display: block;
}

.event_wrap .link.link_01 {
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    width: 69%;
    height: 20%;
}
.event_wrap .link.link_02 {
    top: 56.5%;
    left: 50%;
    transform: translateX(-50%);
    width: 69%;
    height: 20%;
}
.event_wrap .link:where(.link_03, .link_04) {
    bottom: 0;
    width: 38%;
    height: 54%;
}
.event_wrap .link.link_03 {
    right: 51.6%;
}
.event_wrap .link.link_04 {
    left: 51.6%;
}
.event_wrap .link:where(.link_05, .link_06, .link_07) {
    top: 46%;
    width: 24.8%;
    height: 24.1%;
}
.event_wrap .link.link_05 {
    left: 10.5%;
}
.event_wrap .link.link_06 {
    left: 37.6%;
}
.event_wrap .link.link_07 {
    left: 64.6%;
}
.event_wrap .e_rel {
    position: relative;
}

.event_wrap .e_fit {
    width: fit-content;
    margin: auto;
}

.event_wrap .e_abs {
    position: absolute;
}

.event_wrap .e_notice {
    color: #7a7780;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: fit-content;
}
.event_wrap .e_notice ul {
    width: 100%;
    box-sizing: border-box;
}
.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;
    display: flex;
    align-items: center;
}
.event_wrap .e_notice h4 {
    width: 100%;
    font-size: 22px;
    box-sizing: border-box;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 30px;
}
.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 .e_notice h4 + h5 {
    margin-top: 0;
}
.event_wrap .e_notice li::before {
    content: "";
    display: block;
    width: 4px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #7a7780;
    position: absolute;
    top: 14px;
    left: 0;
}
