@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/251224_pinkpong/bnD7_bg01.jpg") no-repeat top
        center/3000px 100%;
}
.event_wrap .e_con1 {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/251224_pinkpong/bnD7_bg02.jpg") no-repeat top
        center/3000px 100%;
    padding-bottom: 80px;
}
.event_wrap .e_con2 {
    background-color: #60d8ff;
    max-width: 3000px;
    margin: auto;
}
.event_wrap .e_con3 {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/251224_pinkpong/bnD7_bg03.jpg") no-repeat top
        center/3000px 100%;
}
.event_wrap .e_con4 {
    background-color: #f7d95d;
    max-width: 3000px;
    margin: auto;
}
.event_wrap .link {
    position: absolute;
    display: block;
}

.event_wrap .link.link_01 {
    width: 65%;
    height: 7.6%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.event_wrap .link:where(.link_02, .link_03, .link_04) {
    width: 16.9%;
    height: 37%;
    top: 22.5%;
}
.event_wrap .link.link_02 {
    left: 22.3%;
}
.event_wrap .link.link_03 {
    left: 41.6%;
}
.event_wrap .link.link_04 {
    left: 60.8%;
}
.event_wrap .link:where(.link_05, .link_06, .link_07) {
    width: 16.9%;
    height: 33.5%;
    top: 21%;
}
.event_wrap .link.link_05 {
    left: 22.3%;
}
.event_wrap .link.link_06 {
    left: 41.6%;
}
.event_wrap .link.link_07 {
    left: 60.8%;
}
.event_wrap .link:where(.link_08, .link_09, .link_10) {
    width: 16.9%;
    height: 35%;
    top: 21%;
}
.event_wrap .link.link_08 {
    left: 22.3%;
}
.event_wrap .link.link_09 {
    left: 41.6%;
}
.event_wrap .link.link_10 {
    left: 60.8%;
}
.event_wrap .link:where(.link_11, .link_12, .link_13) {
    width: 16.9%;
    height: 28.5%;
    top: 18%;
}
.event_wrap .link.link_11 {
    left: 22.3%;
}
.event_wrap .link.link_12 {
    left: 41.6%;
}
.event_wrap .link.link_13 {
    left: 60.8%;
}

.event_wrap .link.link_14 {
    width: 77%;
    height: 19.5%;
    top: 31%;
    left: 50%;
    transform: translateX(-50%);
}
.event_wrap .link.link_15 {
    width: 77%;
    height: 19.5%;
    top: 55.5%;
    left: 50%;
    transform: translateX(-50%);
}
.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: #3e5b65;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    padding-top: 40px;
    width: fit-content;
    font-family: "SUIT", sans-serif;
}
.event_wrap .e_notice h4 {
    width: 100%;
    font-size: 22px;
    box-sizing: border-box;
    font-weight: 800;
    margin-bottom: 10px;
    text-align: center;
}
.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;
    font-family: "SUIT", sans-serif;
}

.event_wrap .e_notice li::before {
    content: "";
    display: block;
    width: 4px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #3e5b65;
    position: absolute;
    top: 14px;
    left: 0;
}

.event_wrap .e_notice.col2 {
    color: #635831;
}
.event_wrap .e_notice.col2 li::before {
    background-color: #635831;
}
.event_wrap .set {
    width: 20px;
    aspect-ratio: 20/19;
    display: inline-block;
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/250903_imokase/bnD11_set.png") no-repeat
        center/100%;
    margin-left: 1px;
    transform: translateY(3px);
}

.event_wrap em {
    font-style: normal;
    font-weight: 800;
}

.event_wrap .e_notice_btn {
    width: fit-content;
    margin: auto;
    cursor: pointer;
    margin-top: 50px;
}
.event_wrap .e_notice_btn img {
    display: none;
}
.event_wrap .e_notice_btn img.on {
    display: block;
}

.event_wrap .e_notice.flip {
    max-height: 0;
    padding-top: 0;
    transition: 0.5s;
    overflow: hidden;
}
.event_wrap .e_notice.flip.on {
    max-height: 300px;
    padding-top: 40px;
}
