@charset "UTF-8";

a {
    color: inherit;
}

.event_wrap .main_img {
    margin: auto;
    display: block;
}

.event_wrap .e_top_visual {
    position: relative;
}

.event_wrap .e_top_visual {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/general/250915_icecreamsam/bnD7_bg01.jpg") no-repeat center/3000px 100%;
}

.event_wrap .e_con1 {
    background-color: #04053d;
}
.event_wrap .e_con2 {
    background-color: #f6f7ff;
}
.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: 43%;
    height: 19%;
    right: 4.4%;
    top: 61%;
}
.event_wrap .link.link_02 {
    width: 70%;
    height: 8.5%;
    left: 50%;
    transform: translateX(-50%);
    top: 73.8%;
}
.event_wrap .link.link_03 {
    width: 27.4%;
    height: 22%;
    left: 5.7%;
    top: 50.2%;
}
.event_wrap .link.link_04 {
    width: 27.4%;
    height: 22%;
    left: 36.3%;
    top: 50.2%;
}
.event_wrap .link.link_05 {
    width: 27.4%;
    height: 22%;
    right: 5.9%;
    top: 50.2%;
}
.event_wrap .link.link_06 {
    width: 27.4%;
    height: 22%;
    left: 21%;
    top: 73.9%;
}
.event_wrap .link.link_07 {
    width: 27.4%;
    height: 22%;
    right: 21%;
    top: 73.9%;
}
.event_wrap .e_notice {
    color: #737373;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: fit-content;
    margin-top: 30px;
    padding-bottom: 100px;
}
.event_wrap .e_notice h4 {
    width: 100%;
    text-align: center;
    font-size: 20px;
    padding-left: 30px;
    box-sizing: border-box;
    font-weight: 700;
    margin-bottom: 10px;
}
.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: #737373;
    position: absolute;
    top: 14px;
    left: 0;
}
