/* 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/eBook/251031_salefesta/bnD6_bg01.jpg") no-repeat top
        center/3000px 100%;
}
.event_wrap .e_con1 {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/eBook/251031_salefesta/bnD6_bg02.jpg") no-repeat top
        center/3000px 100%;
}
.event_wrap .e_con2 {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/eBook/251031_salefesta/bnD6_bg03.jpg") no-repeat top
        center/3000px 100%;
}
.event_wrap .e_con3 {
    background-color: #2a2a2a;
    max-width: 3000px;
    margin: auto;
    padding: 80px 0 50px;
}
.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 {
    top: 80.2%;
    left: 50%;
    transform: translateX(-50%);
    width: 40%;
    height: 8.6%;
}
.event_wrap .link.link_02 {
    top: 79.1%;
    left: 50%;
    transform: translateX(-50%);
    width: 65%;
    height: 9.4%;
}
.event_wrap .link.link_03 {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 65%;
    height: 15.3%;
}
.event_wrap .link.link_04 {
    top: 70.1%;
    left: 50%;
    transform: translateX(-50%);
    width: 65%;
    height: 13.9%;
}
.event_wrap .e_notice.e_abs {
    top: 57%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}
.event_wrap .e_notice {
    color: #d4d4d4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: fit-content;
}
.event_wrap .e_notice h4 {
    width: 100%;
    color: #fff;
    font-size: 22px;
    padding-left: 30px;
    box-sizing: border-box;
    font-weight: 700;
    margin-bottom: 20px;
}
.event_wrap .e_notice li {
    font-size: 20px;
    line-height: 28px;
    text-align: left;
    position: relative;
    text-indent: 0;
    padding-left: 14px;
    display: flex;
    align-items: center;
    padding-bottom: 5px;
}

.event_wrap .e_notice li::before {
    content: "";
    display: block;
    width: 4px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #d4d4d4;
    position: absolute;
    top: 14px;
    left: 0;
}
.event_wrap .e_swiper_wrap {
    width: 100%;
    margin: auto;
    overflow: hidden;
}

.event_wrap .e_swiper_wrap.e_swiperwrap1 {
    width: 1200px;
}

.event_wrap .e_swiper_wrap .img_wrap {
    height: 310px;
}

.event_wrap .e_swiper_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event_wrap em {
    font-weight: 700;
}

.event_wrap .sld_txt {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
    color: #fff;
    margin-top: 16px;
    letter-spacing: -0.05em;
}

.event_wrap .sld_sale {
    font-size: 22px;
    line-height: 1.3;
    font-weight: 500;
    color: #fff;
    margin-top: 16px;
    width: fit-content;
    background-color: #7d35c5;
    padding: 2px 4px;
}

.event_wrap .sld_img {
    border-radius: 8px;
}
.event_wrap .e_swiper_scroll {
    width: 520px;
    height: 8px;
    background-color: #ff9fc3;
    border-radius: 4px;
    margin: auto;
    margin-top: 80px;
}

.event_wrap .e_swiper_scroll .swiper-scrollbar-drag {
    height: 10px;
    top: -1px;
}

.event_wrap .e_swiper_scroll.scroll1 .swiper-scrollbar-drag {
    background-color: #7d35c5;
}

.event_wrap .e_notice .not_btn {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin-bottom: 0;
    transition: 0.5s;
    padding-bottom: 10px;
    border-bottom: 1px solid #414141;
    padding-left: 0;
    margin-left: 20px;
    box-sizing: border-box;
    padding-right: 10px;
    width: calc(100% - 40px);
}

.event_wrap .e_notice .not_btn.on {
    margin-bottom: 20px;
}
.event_wrap .e_notice .not_btn::after {
    content: "";
    display: block;
    width: 12px;
    aspect-ratio: 14/22;
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/eBook/251031_salefesta/bnD6_arrow.png") no-repeat center/100% 100%;
    transform: rotate(90deg);
}
.event_wrap .e_notice .not_btn.on::after {
    transform: rotate(270deg);
}
.event_wrap .not_flip {
    max-height: 0;
    overflow: hidden;
    transition: 0.5s;
}

.event_wrap .not_flip.on {
    max-height: 510px;
}