/* pub3 */

@charset "UTF-8";

a {
    color: inherit;
}

.event_wrap .main_img {
    margin: auto;
    display: block;
}

.event_wrap .e_top_visual {
    background-color: #f8efdd;
    max-width: 1920px;
    margin: auto;
}
.event_wrap .e_con1 {
    background-color: #eee0c6;
    max-width: 1920px;
    margin: auto;
    padding-bottom: 80px;
}
.event_wrap .link {
    position: absolute;
    display: block;
}

.event_wrap .link.link_01 {
    width: 91%;
    height: 8.2%;
    left: 50%;
    transform: translateX(-50%);
    top: 64.7%;
}
.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: #787773;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    padding-top: 60px;
    width: fit-content;
    max-width: 680px;
}
.event_wrap .e_notice :where(ul, ol) {
    width: 100%;
    box-sizing: border-box;
    counter-reset: item; /* 카운터 초기화 */
}
.event_wrap .e_notice li {
    font-size: 24px;
    line-height: 36px;
    text-align: left;
    position: relative;
    text-indent: 0;
    padding-left: 24px;
    display: flex;
    align-items: center;
    letter-spacing: -0.05em;
    margin-bottom: 14px;
}
.event_wrap .e_notice h4 {
    width: 100%;
    font-size: 24px;
    box-sizing: border-box;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}
.event_wrap .e_notice li::before {
    counter-increment: item; /* 카운터 증가 */
    content: counter(item) ". "; /* '1. ' 형태로 표시 */
    display: block;
    aspect-ratio: 1;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}
.event_wrap .e_notice.col2 {
    color: #a35973;
}
.event_wrap .e_notice.col2 li::before {
    background-color: #a35973;
    width: 6px;
    height: 6px;
}
.event_wrap .e_notice h3 {
    width: 100%;
    font-size: 26px;
    box-sizing: border-box;
    font-weight: 700;
    margin-top: 68px;
    margin-bottom: 38px;
    text-align: center;
}
.event_wrap .e_notice h5 {
    width: 100%;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    padding-left: 44px;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-top: 20px;
}
