/* 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/hottracks/251110_recommend/bnD7_bg01.jpg") no-repeat top
        center/1920px 100%;
}
.event_wrap .e_con1 {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/hottracks/251110_recommend/bnD7_bg02.jpg") no-repeat top
        center/1920px 100%;
    height: 1287px;
    position: relative;
}
.event_wrap .e_con2 {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/hottracks/251110_recommend/bnD7_bg03.jpg") no-repeat top
        center/1920px 100%;
}
.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: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.event_wrap .e_notice {
    color: #ffffff;
    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: 20px;
    /* 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;
    padding-bottom: 3px;
}

.event_wrap .e_notice li::before {
    content: "";
    display: block;
    width: 4px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #ffffff;
    position: absolute;
    top: 14px;
    left: 0;
}

.event_wrap .e_tit_box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 60px;
}
.event_wrap .e_tit_box img {
    animation: heartbeat 1.5s ease-in-out infinite both;
}
@keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

.event_wrap .clickitem {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 300px;
    cursor: pointer;
}

.event_wrap .clickitem .e_arrow {
    position: absolute;
    top: 60px;
    right: -80px;
    animation: arrowani 1s ease-in-out infinite both alternate;
}

@keyframes arrowani {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-30px, 20px);
    }
}

.event_wrap .mainitem {
    width: 640px;
    box-sizing: border-box;
    padding: 30px;
    padding-bottom: 40px;
    position: absolute;
    top: 300px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    display: none;
}

.event_wrap .mainitem a {
    display: contents;
}

.event_wrap .mainitem img {
    border-radius: 20px;
    width: 100%;
}

.event_wrap .e_item_txt_box {
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1;
}

.event_wrap .e_item_txt_box h4 {
    font-size: 34px;
    font-weight: 700;
    letter-spacing: -0.05em;
}

.event_wrap .e_price_box {
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.event_wrap .e_price_box_left {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.event_wrap .e_price_box_left p {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -0.05em;
}

.event_wrap .e_price_box_left p:nth-child(1) {
    color: #737373;
}

.event_wrap .e_price_box_left p:nth-child(1) span {
    display: inline-block;
    position: relative;
    font-weight: 700;
}

.event_wrap .e_price_box_left p:nth-child(1) span::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #737373;
    position: absolute;
    top: 50%;
}

.event_wrap .e_price_box_left p:nth-child(2) {
    color: #000;
}

.event_wrap .e_price_box_left p:nth-child(2) span {
    font-weight: 700;
}

.event_wrap .e_price_box .e_deriber {
    background-color: #000;
    width: fit-content;
    padding: 4px 8px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.event_wrap .e_sale_box {
    width: 100px;
    aspect-ratio: 1;
    background-color: #dc2a2a;
    font-size: 28px;
    font-weight: 500;
    color: #fff59f;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.event_wrap .e_sale_box span {
    font-size: 38px;
    font-weight: 700;
}
