@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/general/250930_milibili/bnD7_bg01.jpg") no-repeat top center/3000px 100%;
}
.event_wrap .e_con1 {
    background-color: #fff9d0;
    max-width: 3000px;
    margin: auto;
}
.event_wrap .e_con2 {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/general/250930_milibili/bnD7_bg02.jpg") no-repeat top center/3000px 100%;
}
.event_wrap .e_con3 {
    background-color: #fffab2;
    max-width: 3000px;
    margin: auto;
    padding-bottom: 100px;
}
.event_wrap .e_con4 {
    background-color: #fff190;
    max-width: 3000px;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 80px;
}
.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: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    padding-top: 40px;
    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: #000;
    position: absolute;
    top: 14px;
    left: 0;
}
.event_wrap .youtubewrap {
    width: 560px;
    aspect-ratio: 560/315;
    margin: auto;
}

.ani {
    position: absolute;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, 100px);
}
.ani1 {
    bottom: 29%;
    animation: anima 1s forwards;
}
.ani2 {
    bottom: 0;
    animation: anima 1s 0.5s forwards;
}

@keyframes anima {
    0% {
        opacity: 0;
        transform: translate(-50%, 100px);
    }
    100% {
        opacity: 1;
        transform: translate(-50%, 0);
    }
}
