/* 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/book/251029_luxury/bnD10_bg01.jpg") no-repeat top center/3000px 100%;
}
.event_wrap .e_con1 {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/251029_luxury/bnD10_bg02.jpg") no-repeat top center/3000px 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: 68%;
    height: 4.5%;
    top: 91%;
    left: 50%;
    transform: translateX(-50%);
}
.event_wrap .link.link_02 {
    width: 68%;
    height: 4.5%;
    top: 91%;
    left: 50%;
    transform: translateX(-50%);
}
.event_wrap .link.link_03 {
    width: 68%;
    height: 4.5%;
    top: 84.65%;
    left: 50%;
    transform: translateX(-50%);
}
.event_wrap .link.link_04 {
    width: 68%;
    height: 31%;
    top: 54%;
    left: 50%;
    transform: translateX(-50%);
}
.event_wrap .link.link_05 {
    width: 22%;
    height: 25%;
    top: 37.1%;
    left: 37%;
}
.event_wrap .e_notice {
    color: #7d7970;
    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: #7d7970;
    position: absolute;
    top: 14px;
    left: 0;
}

.event_wrap .e_swiper_wrap {
    width: 600px;
    position: relative;
    overflow-x: hidden;
    margin: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.event_wrap .e_swiper_wrap.e_swiperwrap1 {
    top: 61.1%;
}
.event_wrap .e_swiper_wrap.e_swiperwrap2 {
    top: 60.75%;
}
.event_wrap .e_swiper_wrap.e_swiperwrap3 {
    top: 55.6%;
}
.event_wrap .swiper-pagination {
    display: flex;
    justify-content: center;
    width: 100%;
    position: static;
    gap: 15px;
    margin-top: 50px;
}
.event_wrap .swiper-wrapper {
    align-items: center;
}
.event_wrap .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    aspect-ratio: 1;
    border-radius: 50%;
    opacity: 1;
    background-color: #999999;
    transition: 0.3s;
    font-size: 0px;
}

.event_wrap .swiper-pagination-bullet-active {
    background-color: #ee93a6;
}

.event_wrap .e_video {
    width: 650px;
    height: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.event_wrap .e_video1 {
    top: 22.2%;
}
.event_wrap .e_video2 {
    top: 21.2%;
}
.event_wrap .e_video3 {
    top: 17%;
    height: 19.9%;
}
