/* 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/251226_boomup/bnD10_bg01.jpg") no-repeat top
        center/3000px 100%;
}
.event_wrap .e_con1 {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/eBook/251226_boomup/bnD10_bg02.jpg") no-repeat top
        center/3000px 100%;
}
.event_wrap .e_con2 {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/eBook/251226_boomup/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/251226_boomup/bnD10_bg04.jpg") no-repeat top
        center/3000px 100%;
}
.event_wrap .e_con4 {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/eBook/251226_boomup/bnD10_bg05.jpg") no-repeat top
        center/3000px 100%;
}
.event_wrap .e_cont5 {
    background-color: #333333;
    max-width: 3000px;
    margin: auto;
    padding-bottom: 80px;
}
.event_wrap .link {
    position: absolute;
    display: block;
}

.event_wrap .link.link_01 {
    width: 69%;
    height: 14%;
    left: 50%;
    transform: translateX(-50%);
    top: 71%;
}
.event_wrap .link.link_02 {
    width: 69%;
    height: 10%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.event_wrap .link.link_03 {
    width: 69%;
    height: 14%;
    left: 50%;
    transform: translateX(-50%);
    top: 69%;
}

.event_wrap .e_rel {
    position: relative;
}

.event_wrap .e_fit {
    width: fit-content;
    margin: auto;
}

.event_wrap .e_abs {
    position: absolute;
}
.event_wrap .e_nav {
    height: 100px;
    position: relative;
}

.event_wrap .nav_inn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    z-index: 99;
    transform: translateY(0);
    transition: 0.2s;
    background-color: #000;
}
.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: 1200px;
    height: 100%;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}
.event_wrap .nav_inn li {
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: 0.5s;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 900;
    color: #3d363c;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "SUIT";
    border-bottom: transparent 5px solid;
    box-sizing: border-box;
}
.event_wrap .nav_inn li.on {
    color: #fff;
    border-color: #457ced;
}

.event_wrap .bookcont {
    width: 670px;
    margin: auto;
    background-color: #fff;
    border-radius: 15px;
    font-family: "SUIT";
    text-align: center;
}
.event_wrap .bookcont a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px 0;
    width: 100%;
    height: 100%;
}
.event_wrap .bookcont img {
    width: 330px;
    border-radius: 10px;
    margin-bottom: 36px;
}
.event_wrap .bookcont h4 {
    font-weight: 900;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 16px;
}
.event_wrap .bookcont h5 {
    font-size: 23px;
    line-height: 1;
    color: #808080;
    margin-bottom: 20px;
    font-weight: 500;
}
.event_wrap .bookcont p {
    font-size: 23px;
    line-height: 1.4;
    font-weight: 500;
}
.event_wrap .e_swiper_wrap {
    margin: auto;
    position: relative;
    width: fit-content;
}

.event_wrap .e_swiper_cont {
    width: 670px;
    overflow: hidden;
}
.event_wrap .swiper-pagination {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 10px;
    margin-top: 30px;
    position: static;
}
.event_wrap .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    aspect-ratio: 1;
    border-radius: 50%;
    opacity: 1;
    transition: 0.3s;
    font-size: 0px;
    border: 1px solid #000;
}
.event_wrap .swiper-pagination .swiper-pagination-bullet {
    background-color: transparent;
}
.event_wrap .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #000;
}

.event_wrap .e_swiper_prev,
.event_wrap .e_swiper_next {
    width: 37px;
    aspect-ratio: 37/65;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 9;
}

.event_wrap .e_swiper_prev {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/eBook/251226_boomup/bnD10_prev.jpg") no-repeat
        center/100% 100%;
    left: -87px;
}

.event_wrap .e_swiper_next {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/eBook/251226_boomup/bnD10_next.jpg") no-repeat
        center/100% 100%;
    right: -87px;
}
.event_wrap .e_notice {
    color: #778861;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    padding-top: 30px;
    width: fit-content;
    max-width: 680px;
}
.event_wrap .e_notice ul {
    width: 100%;
    box-sizing: border-box;
}
.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: #778861;
    position: absolute;
    top: 14px;
    left: 0;
}
.event_wrap .e_notice.col2 {
    color: #999999;
}
.event_wrap .e_notice.col2 li::before {
    background-color: #999;
}
.event_wrap .e_notice h3 {
    width: 100%;
    font-size: 26px;
    box-sizing: border-box;
    font-weight: 700;
    margin-top: 68px;
    margin-bottom: 38px;
    text-align: center;
}
.event_wrap .e_notice h5 {
    width: 100%;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    padding-left: 44px;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-top: 20px;
}
