@charset "UTF-8";

a {
    color: inherit;
}

.event_wrap .inner img {
    width: 2800px;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.event_wrap .main_img {
    margin: auto;
    display: block;
}

.event_wrap .e_top_visual {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/250818_twoyeeun/bnD11_bg01.jpg") no-repeat center/3000px 100%;
    height: 3368px;
}

.event_wrap .e_con1 {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/250818_twoyeeun/bnD11_bg02.jpg") no-repeat center/3000px 100%;
    height: 2477px;
}

.event_wrap .e_con2 {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/250818_twoyeeun/bnD11_bg03.jpg") no-repeat center/3000px 100%;
    height: 1230px;
}
.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: 35%;
    height: 50%;
    top: 22%;
    left: 50%;
    transform: translateX(-50%);
}

.event_wrap .link.link_02 {
    width: 445px;
    height: 42%;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
}

.event_wrap .e_notice {
    color: #efefef;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    padding-bottom: 50px;
    margin-top: 30px;
}

.event_wrap .e_notice.color2 {
    color: #cdd0d7;
}

.event_wrap .e_notice h4 {
    font-size: 16px;
    line-height: 32px;
    font-weight: 700;
    margin: 45px 0 30px;
}

.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;
}

.event_wrap .e_notice li em {
    font-weight: 700;
    font-style: normal;
}

.event_wrap .e_notice li::before {
    content: "";
    display: block;
    width: 4px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #efefef;
    position: absolute;
    top: 14px;
    left: 0;
}

.event_wrap .e_notice.e_abs {
    top: 77%;
    left: 50%;
    transform: translateX(-50%);
    color: #b4b3b4;
}
.event_wrap .e_notice.e_abs ul {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.event_wrap .e_notice.e_abs li {
    width: fit-content;
    font-size: 17px;
    line-height: 1.3;
    padding-left: 10px;
}
.event_wrap .e_notice.e_abs li::before {
    top: 10px;
}

.event_wrap .e_youtube {
    position: absolute;
    top: 33.1%;
    left: 15%;
    width: 69.3%;
    aspect-ratio: 560/315;
    border: 1px solid #000;
}