/* 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/251127_wintervacation/bnD7_bg01.jpg") no-repeat top
        center/3000px 100%;
}
.event_wrap .e_con1 {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/251127_wintervacation/bnD7_bg02.jpg") no-repeat top
        center/3000px 100%;
    height: 2471px;
}
.event_wrap .e_con2 {
    background-color: #dbf7fe;
    max-width: 3000px;
    margin: auto;
}
.event_wrap .e_con3 {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/251127_wintervacation/bnD7_bg03.jpg") no-repeat top
        center/3000px 100%;
    height: 3414px;
}
.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 {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 75%;
    height: 58%;
}
.event_wrap .link:where(.link_02, .link_03, .link_04, .link_05) {
    width: 45%;
    height: 100%;
    top: 0;
    aspect-ratio: 95/38;
}
.event_wrap .link:where(.link_02, .link_04) {
    right: 50%;
}
.event_wrap .link:where(.link_03, .link_05) {
    left: 50%;
}
.event_wrap .link:where(.link_06, .link_07) {
    width: 58%;
    height: 10.5%;
    left: 50%;
    transform: translateX(-50%);
}
.event_wrap .link.link_06 {
    top: 39.2%;
}
.event_wrap .link.link_07 {
    top: 76.9%;
}
.event_wrap .link.link_08 {
    bottom: 0;
    width: 67.5%;
    height: 53.5%;
    left: 50%;
    transform: translateX(-50%);
}
.event_wrap .e_nav {
    height: 136px;
    position: relative;
}

.event_wrap .nav_inn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 136px;
    display: flex;
    justify-content: center;
    z-index: 99;
    transform: translateY(0);
    transition: 0.2s;
    background-color: #0082a3;
}
.event_wrap .nav_inn.fix {
    position: fixed;
}
.event_wrap .nav_inn.trans {
    transform: translateY(80px);
}
.event_wrap .nav_inn.trans2 {
    transform: translateY(-63px);
}
.event_wrap .nav_inn ul {
    width: 750px;
    height: 100%;
    display: flex;
    justify-content: center;
    padding: 0 30px;
    box-sizing: border-box;
}
.event_wrap .nav_inn li {
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: 0.5s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    line-height: 1.5;
    font-weight: 700;
    color: #b9d8ff;
    position: relative;
}
.event_wrap .nav_inn li:not(:last-child)::after {
    content: "";
    display: block;
    width: 1px;
    height: 50px;
    background-color: #66b4c8;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.event_wrap .nav_inn li.on {
    color: #fff;
}
.event_wrap .nav_inn li.on em {
    color: #fffbbd;
}
.event_wrap .e_swiper_wrap {
    width: 750px;
    margin: auto;
    overflow: hidden;
}

.event_wrap .e_swiper_wrap .imgwrap {
    overflow: hidden;
    align-items: center;
    width: 202px;
    height: 285px;
    display: flex;
    align-items: flex-end;
}
.event_wrap .e_swiper_wrap p {
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
    margin-top: 20px;
    letter-spacing: -0.05em;
}
.event_wrap .e_swiper_wrap img {
    width: 100%;
    border: 1px solid #eaeaea;
    border-radius: 10px;
}

.event_wrap .swiper-pagination {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    width: 100%;
    position: static;
    gap: 18px;
}
.event_wrap .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    aspect-ratio: 1;
    border-radius: 50%;
    opacity: 1;
    background-color: #fff;
    transition: 0.3s;
    font-size: 0px;
}

.event_wrap .swiper-pagination-bullet-active {
    background-color: #4e95a9;
}

.event_wrap .e_swiper_wrap2 {
    width: 750px;
    margin: auto;
    position: relative;
    overflow: hidden;
}
.event_wrap :where(.swiper-arrow-prev, .swiper-arrow-next) {
    width: 70px;
    height: 80px;
    z-index: 2;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: 0.2s;
}

.event_wrap .swiper:hover :where(.swiper-arrow-prev, .swiper-arrow-next) {
    opacity: 1;
}
.event_wrap .swiper-arrow-prev {
    background: url("https://contents.kyobobook.co.kr/pmtn/common/slider/btn_left_01.png") no-repeat center 100%;
}

.event_wrap .swiper-arrow-next {
    background: url("https://contents.kyobobook.co.kr/pmtn/common/slider/btn_right_01.png") no-repeat center 100%;
    right: 0;
}

.event_wrap .e_swiper_scroll {
    width: 400px;
    height: 8px;
    background-color: #ebebeb;
    border-radius: 4px;
    margin: auto;
    margin-top: 33px;
}

.event_wrap .e_swiper_scroll .swiper-scrollbar-drag {
    height: 10px;
    top: -1px;
}

.event_wrap .e_swiper_scroll.scroll1 .swiper-scrollbar-drag {
    background-color: #42a0bb;
}

.event_wrap .e_notice {
    color: #55676d;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    padding-top: 50px;
    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: 24px;
    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: #55676d;
    position: absolute;
    top: 14px;
    left: 0;
}
