/* 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/hottracks/251217_freederi/bnD7_bg01.jpg") no-repeat top
        center/1920px 100%;
}
.event_wrap .e_con1 {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/hottracks/251217_freederi/bnD7_bg02.jpg") no-repeat top
        center/1920px 100%;
}
.event_wrap .e_con2 {
    background-color: #40acf2;
    max-width: 1920px;
    margin: auto;
}
.event_wrap .link {
    position: absolute;
    display: block;
}
.event_wrap .link:where(.link_01, .link_02) {
    top: 47.5%;
    width: 42.7%;
    height: 14.5%;
}
.event_wrap .link.link_01 {
    right: 52.5%;
}
.event_wrap .link.link_02 {
    left: 52.5%;
}
.event_wrap .link.link_03 {
    bottom: 14.4%;
    left: 50%;
    transform: translateX(-50%);
    width: 89%;
    height: 9.8%;
}

.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_btn {
    border-bottom: 1px solid #66bdf5;
}
.event_wrap .e_notice_btn .e_btn {
    display: none;
    cursor: pointer;
}
.event_wrap .e_notice_btn .e_btn.on {
    display: block;
}
.event_wrap .e_notice_flip {
    overflow: hidden;
    max-height: 0;
    transition: 0.5s;
}
.event_wrap .e_notice_flip.on {
    max-height: 113px;
}
.event_wrap .e_notice {
    color: #9d6a6e;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    padding-top: 50px;
    width: fit-content;
}
.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;
}
.event_wrap .e_notice li::before {
    content: "";
    display: block;
    width: 4px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #9d6a6e;
    position: absolute;
    top: 14px;
    left: 0;
}
