/*pub3*/
/*bnD6*/
@charset "UTF-8";
@font-face {
    font-family: "SpokaHanSansNeo";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SpoqaHanSansNeo-Regular.woff") format("woff");
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: "SpokaHanSansNeo";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SpoqaHanSansNeo-Medium.woff") format("woff");
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "SpokaHanSansNeo";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SpoqaHanSansNeo-Bold.woff") format("woff");
    font-weight: 700;
    font-display: swap;
}

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/251128_festival/bnD6_bg01.jpg") no-repeat top
        center/3000px 100%;
}
.event_wrap .e_con1 {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/eBook/251128_festival/bnD6_bg02.jpg") no-repeat top
        center/3000px 100%;
}
.event_wrap .e_con2 {
    background-color: #313131;
    max-width: 3000px;
    margin: auto;
}
.event_wrap .link {
    position: absolute;
    display: block;
}

.event_wrap .link.link_01 {
    top: 79%;
    left: 50%;
    transform: translateX(-50%);
    width: 35.3%;
    height: 8.3%;
}
.event_wrap .link.link_02 {
    top: 82.6%;
    left: 50%;
    transform: translateX(-50%);
    width: 35.3%;
    height: 5.85%;
}

.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: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: fit-content;
}
.event_wrap .e_notice h4 {
    width: 100%;
    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_swiper_wrap {
    width: 500px;
    aspect-ratio: 500/55;
    background-color: #2d2d2d;
    position: absolute;
    left: 33.1%;
}
.event_wrap .e_swiperwrap1 {
    top: 49.2%;
}
.event_wrap .e_swiperwrap2 {
    top: 60.8%;
}
.event_wrap .e_swiperwrap3 {
    top: 72.2%;
}
.event_wrap .e_swiperwrap4 {
    top: 83.8%;
}
.event_wrap .e_swiper_wrap .e_swiper_cont {
    overflow: hidden;
    height: 100%;
}
.event_wrap .e_swiper_wrap a {
    width: 100%;
    height: 55px;
    display: flex;
    align-items: center;
}
.event_wrap .e_swiper_wrap p {
    font-family: "SpokaHanSansNeo";
    color: #fff;
    line-height: 1;
    white-space: nowrap;
}
.event_wrap .e_swiper_wrap p:nth-child(1) {
    font-size: 26px;
    font-weight: 700;
    width: 78px;
    min-width: 78px;
    text-align: center;
    position: relative;
}

.event_wrap .e_swiper_wrap p:nth-child(1)::after {
    content: "";
    display: block;
    width: 2px;
    height: 20px;
    background-color: #5e5e5e;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.event_wrap .e_swiper_wrap p:nth-child(2) {
    width: 100%;
    font-size: 26px;
    font-weight: 700;
    padding-left: 14px;
    padding-right: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.event_wrap .e_swiper_wrap p:nth-child(3) {
    width: fit-content;
    padding-right: 16px;
    font-size: 18px;
    font-weight: 500;
}
.event_wrap .e_swiper_wrap .swiper-wrapper {
    height: 55px;
}
.event_wrap .not_area {
    height: 84px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #414141;
}
.event_wrap .not_btn {
    position: relative;
    font-size: 22px;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin-bottom: 0;
    padding: 0 60px;
    transition: 0.5s;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    max-width: 690px;
}

.event_wrap .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 .not_btn.on::after {
    transform: rotate(270deg);
}
.event_wrap .not_flip {
    max-height: 0;
    padding: 0;
    overflow: hidden;
    transition: 0.5s;
}

.event_wrap .not_flip.on {
    max-height: 800px;
    padding-top: 40px;
    padding-bottom: 40px;
}
