@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/250924_leejungmo/bnD7_bg01.jpg") no-repeat top center/3000px 100%;
    overflow: hidden;
}
.event_wrap .e_con1 {
    background-color: #297bab;
    max-width: 3000px;
    margin: auto;
}
.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: 60%;
    height: 50.5%;
    top: 5.5%;
    left: 50%;
    transform: translateX(-50%);
}
.event_wrap .link.link_02 {
    width: 41%;
    height: 9.5%;
    bottom: 4.7%;
    right: 50%;
}
.event_wrap .link.link_03 {
    width: 41%;
    height: 9.5%;
    bottom: 4.7%;
    left: 50%;
}
.event_wrap .e_notice {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    padding-top: 40px;
    padding-bottom: 80px;
    width: fit-content;
}
.event_wrap .e_notice h4 {
    width: 100%;
    font-size: 18px;
    padding-left: 30px;
    box-sizing: border-box;
    font-weight: 700;
    margin-bottom: 10px;
    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: #fff;
    position: absolute;
    top: 14px;
    left: 0;
}
