/* 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/251205_baro/bnD10_bg01.jpg") no-repeat top
        center/3000px 100%;
    overflow: hidden;
}
.event_wrap .e_con1 {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/eBook/251205_baro/bnD10_bg02.jpg") no-repeat top
        center/3000px 100%;
    height: 1939px;
}
.event_wrap .e_con2 {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/eBook/251205_baro/bnD10_bg03.jpg") no-repeat top
        center/3000px 100%;
    padding-bottom: 80px;
}
.event_wrap .e_con3 {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/eBook/251205_baro/bnD10_bg04.jpg") no-repeat top
        center/3000px 100%;
    padding-bottom: 80px;
}
.event_wrap .e_con4 {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/eBook/251205_baro/bnD10_bg05.jpg") no-repeat top
        center/3000px 100%;
    padding-bottom: 80px;
}
.event_wrap .link {
    position: absolute;
    display: block;
}
.event_wrap .link.link_01 {
    width: 32%;
    height: 52%;
    left: 11.9%;
    bottom: 60px;
}
.event_wrap .link.link_02 {
    width: 36%;
    height: 52.1%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 72px;
}
.event_wrap .link.link_03 {
    width: 66.5%;
    height: 5.5%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 3.1%;
}
.event_wrap .link.link_04 {
    width: 66.5%;
    height: 19.5%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 14.5%;
}
.event_wrap .link.link_05 {
    width: 66.5%;
    height: 11%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.event_wrap .link.link_06 {
    width: 66.5%;
    height: 4.2%;
    left: 50%;
    transform: translateX(-50%);
    top: 14.2%;
}
.event_wrap .e_rel {
    position: relative;
}
.event_wrap .e_fit {
    width: fit-content;
    margin: auto;
}

.event_wrap .e_abs {
    position: absolute;
}

.event_wrap .e_swiper_wrap {
    width: 750px;
    margin: auto;
    position: relative;
}
.event_wrap .e_swiper_wrap .e_swiper_cont {
    overflow: hidden;
}
.event_wrap .e_swiper_prev,
.event_wrap .e_swiper_next {
    width: 37px;
    aspect-ratio: 37/65;
    position: absolute;
    bottom: 232px;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 9;
}

.event_wrap .e_swiper_prev {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/eBook/251205_baro/bnD10_prev.png") no-repeat center/100%;
    left: -45px;
}

.event_wrap .e_swiper_next {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/eBook/251205_baro/bnD10_next.png") no-repeat center/100%;
    right: -45px;
}
.event_wrap .swiper-pagination {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    width: 100%;
    position: static;
    gap: 20px;
}
.event_wrap .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    aspect-ratio: 1;
    border-radius: 50%;
    opacity: 1;
    transition: 0.3s;
    font-size: 0px;
}
.event_wrap .swiper-pagination.col1 .swiper-pagination-bullet {
    background-color: #595959;
}
.event_wrap .swiper-pagination.col1 .swiper-pagination-bullet-active {
    background-color: #e5c195;
}
.event_wrap .e_notice {
    color: #948586;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    padding-top: 40px;
    width: fit-content;
}
.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 h4 {
    width: 100%;
    font-size: 22px;
    box-sizing: border-box;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}
.event_wrap .e_notice li::before {
    content: "";
    display: block;
    width: 4px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #948586;
    position: absolute;
    top: 14px;
    left: 0;
}
.event_wrap .e_notice.col2 {
    color: #b08c8c;
}
.event_wrap .e_notice.col2 li::before {
    background-color: #b08c8c;
}
.event_wrap .e_notice.col3 {
    color: #c19293;
}
.event_wrap .e_notice.col3 li::before {
    background-color: #c19293;
}
.event_wrap .e_notice.col4 {
    color: #926b6c;
}
.event_wrap .e_notice.col4 li::before {
    background-color: #926b6c;
}
.event_wrap .e_youtube {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translateX(-50%);
    width: 69.3%;
    aspect-ratio: 560/315;
}
