@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/250910_writing/bnD7_bg01.jpg") no-repeat top center/3000px 2100px;
    height: 2100px;
}
.event_wrap .e_con1 {
    background-color: #ffd755;
}
.event_wrap .e_con2 {
    background-color: #ffe89c;
    padding-bottom: 100px;
}
.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: 56%;
    height: 26%;
    bottom: 17%;
    left: 50%;
    transform: translateX(-50%);
}
.event_wrap .link.link_02 {
    width: 69%;
    height: 42%;
    bottom: 37%;
    left: 50%;
    transform: translateX(-50%);
}
.event_wrap .e_notice {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: fit-content;
}
.event_wrap .e_notice.col2 {
    color: #a79350;
}
.event_wrap .e_notice h4 {
    width: 100%;
    text-align: center;
    font-size: 18px;
    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: #fff;
    position: absolute;
    top: 14px;
    left: 0;
}
.event_wrap .e_notice.col2 li::before {
    background-color: #a79350;
}
.event_wrap .youtubewrap {
    width: 560px;
    aspect-ratio: 560/315;
    margin: auto;
}
