/* pub3 */

@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/251229_lottery/bnD11_bg01.jpg") no-repeat top
        center/3000px 100%;
}
.event_wrap .e_con1 {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/general/251229_lottery/bnD11_bg02.jpg") no-repeat top
        center/3000px 100%;
}
.event_wrap .e_con2 {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/general/251229_lottery/bnD11_bg03.jpg") no-repeat top
        center/3000px 100%;
}
.event_wrap .e_con3 {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/general/251229_lottery/bnD11_bg04.jpg") no-repeat top
        center/3000px 100%;
}
.event_wrap .e_con4 {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/general/251229_lottery/bnD11_bg05.jpg") no-repeat top
        center/3000px 100%;
}
.event_wrap .e_con5 {
    background-color: #222222;
    max-width: 3000px;
    margin: auto;
    padding-bottom: 30px;
}
.event_wrap .link {
    position: absolute;
    display: block;
}
.event_wrap .link.link_01 {
    width: 45.5%;
    height: 15%;
    left: 50%;
    transform: translateX(-50%);
    top: 65%;
}

.event_wrap .link.link_02 {
    width: 38.2%;
    height: 12.4%;
    right: 50.6%;
    top: 14.3%;
}
.event_wrap .link.link_03 {
    width: 38.2%;
    height: 12.4%;
    left: 50.6%;
    top: 14.3%;
}
.event_wrap .link.link_04 {
    width: 61.8%;
    height: 5.3%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 13.8%;
}
.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: #8b814d;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    padding-top: 30px;
    width: fit-content;
    max-width: 680px;
}
.event_wrap .e_notice ul {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 50px;
}
.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;
    display: flex;
    align-items: center;
}

.event_wrap .e_notice li::before {
    content: "";
    display: block;
    width: 4px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #8b814d;
    position: absolute;
    top: 14px;
    left: 0;
}
.event_wrap .e_notice h3 {
    width: 100%;
    font-size: 26px;
    box-sizing: border-box;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}
.event_wrap .e_notice :where(h4, h5) {
    width: 100%;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    padding-left: 44px;
    box-sizing: border-box;
}
.event_wrap .e_notice.e_abs {
    top: 87%;
    left: 50%;
    transform: translateX(-50%);
}

.event_wrap .e_notice.col2 {
    color: #a7a7a7;
    padding-top: 80px;
}
.event_wrap .e_notice.col2 li::before {
    background-color: #a7a7a7;
}
.event_wrap .e_number {
    font-family: "SUIT";
    font-size: 32px;
    line-height: 1;
    color: #00fff0;
    font-weight: 800;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.event_wrap .e_number1 {
    top: 28%;
}
.event_wrap .e_number2 {
    top: 46%;
}

.event_wrap .e_numlist {
    font-family: "SUIT";
    font-size: 32px;
    line-height: 1;
    color: #00fff0;
    font-weight: 800;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 64%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px 26px;
}

.event_wrap .e_goal {
    position: relative;
}

.event_wrap .e_goal::after {
    content: "";
    display: block;
    width: 85%;
    height: 80%;
    position: absolute;
    top: 2.5%;
    left: 50%;
    transform: translateX(-50%);
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.6)
        url("https://contents.kyobobook.co.kr/pmtn/2025/general/251229_lottery/bnD11_blur.png") no-repeat center/280px
        58px;
}

.event_wrap .e_goal.nogoal::after {
    display: none;
}
