/*pub3*/
/*bnD10*/
@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/251126_lifebook/bnD10_bg01.jpg") no-repeat top
        center/3000px 100%;
}
.event_wrap .e_con1 {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/eBook/251126_lifebook/bnD10_bg02.jpg") repeat top
        center/3000px 1585px;
    padding-top: 100px;
    padding-bottom: 100px;
}
.event_wrap .e_con2 {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/eBook/251126_lifebook/bnD10_bg03.jpg") no-repeat top
        center/3000px 100%;
}
.event_wrap .e_con3 {
    background-color: #1a1a1a;
}
.event_wrap .e_con4 {
    background-color: #262626;
}
.event_wrap .e_con5 {
    background-color: #333333;
}
.event_wrap .link {
    position: absolute;
    display: block;
}

.event_wrap .link.link_01 {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 76.3%;
    height: 28.3%;
}
.event_wrap .link.link_02 {
    top: 78.6%;
    left: 50%;
    transform: translateX(-50%);
    width: 68.3%;
    height: 12.5%;
}

.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: #999999;
    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: #999999;
    position: absolute;
    top: 14px;
    left: 0;
}

.event_wrap .blink_area {
    position: absolute;
    width: 750px;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.event_wrap .blink_zone {
    display: none;
}

.event_wrap .blink_zone.on {
    display: block;
}

.event_wrap .blink_zone img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.event_wrap .blink_zone img.on {
    display: block;
}

.event_wrap .e_navi {
    max-width: 670px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
    margin-bottom: 30px;
}

.event_wrap .e_navi li {
    background-color: #091926;
    border-radius: 15px;
    height: 80px;
    font-size: 26px;
    transition: 0.2s;
    letter-spacing: -0.05em;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #2e3b46;
    font-weight: 500;
    cursor: pointer;
    font-family: "SUIT";
}
.event_wrap .e_navi li.on {
    color: #fff;
    font-weight: 800;
}

.event_wrap .e_swiper_wrap {
    width: 100%;
    margin-top: 60px;
    overflow: hidden;
}

.event_wrap .e_swiperwrap1 .e_slide {
    padding: 0 55px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 40px;
    font-family: "SUIT", sans-serif;
}

.event_wrap .e_swiperwrap1 .e_slide_top {
    display: flex;
    align-items: flex-end;
    gap: 30px;
}

.event_wrap .e_swiperwrap1 .e_slide_top div:nth-child(1) {
    width: 220px;
    min-width: 220px;
}
.event_wrap .e_swiperwrap1 .e_slide_top div:nth-child(1) img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
}
.event_wrap .e_swiperwrap1 .e_slide_top div:nth-child(2) {
    width: 100%;
}
.event_wrap .e_swiperwrap1 .e_slide_top div:nth-child(2) p:nth-child(1) {
    font-size: 20px;
    line-height: 1;
    width: fit-content;
    margin-bottom: 26px;
    font-weight: 800;
    padding: 8px 10px;
    background-color: #faf053;
    border-radius: 5px;
}
.event_wrap .e_swiperwrap1 .e_slide_top div:nth-child(2) p:nth-child(2) {
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 12px;
}
.event_wrap .e_swiperwrap1 .e_slide_top div:nth-child(2) p:nth-child(3) {
    font-size: 22px;
    line-height: 1;
    font-weight: 500;
    color: #737373;
}
.event_wrap .e_swiperwrap1 .e_slide_bot {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
}

.event_wrap .e_swiperwrap2 .e_slide {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.event_wrap .e_swiperwrap2 .e_slide p:nth-of-type(1) {
    margin-top: 38px;
    margin-bottom: 24px;
    font-size: 36px;
    line-height: 1;
    font-weight: 800;
}
.event_wrap .e_swiperwrap2 .e_slide p:nth-of-type(2) {
    font-size: 20px;
    line-height: 1.5;
    padding: 0 55px;
    text-align: center;
    box-sizing: border-box;
}
@font-face {
    font-family: "GMarketSans";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff") format("woff");
    font-weight: 700;
    font-display: swap;
}
.event_wrap .e_swiperwrap3 .e_slide {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.event_wrap .e_swiperwrap3 .e_slide p:nth-of-type(1) {
    font-family: "GMarketSans";
    font-size: 34px;
    font-weight: 700;
    color: #29a7e1;
    line-height: 1.4;
    margin-bottom: 24px;
    text-align: center;
}
.event_wrap .e_swiperwrap3 .e_slide p:nth-of-type(2) {
    font-family: "SUIT", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 40px;
    padding: 0 55px;
    text-align: center;
    box-sizing: border-box;
}
.event_wrap .e_swiperwrap3 a.link_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    width: 500px;
    height: 90px;
    border-radius: 10px;
    background-color: #000;
    font-size: 26px;
    font-family: "SUIT", sans-serif;
    font-weight: 700;
    color: #fff;
}
.event_wrap .e_swiperwrap3 a.link_btn::after {
    content: "";
    display: block;
    width: 13px;
    aspect-ratio: 13/20;
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/eBook/251126_lifebook/bnD10_arrow.jpg") no-repeat
        center/100% 100%;
}
.event_wrap .swiper_pagination_wrapper {
    width: 100%;
    padding: 0 25px;
    box-sizing: border-box;
}
.event_wrap .swiper_pagination_wrapper .swiper-pagination {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    width: 100%;
    position: static;
    gap: 10px;
}

.event_wrap .swiper_pagination_wrapper .swiper-pagination-bullet {
    width: 100%;
    height: 60px;
    font-family: "SUIT", sans-serif;
    border-radius: 5px;
    opacity: 1;
    background-color: #eef2f5;
    transition: 0.3s;
    font-size: 20px;
    color: #bfbfbf;
    line-height: 1;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}
.event_wrap .swiper_pagination_wrapper1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: #000;
    font-weight: 800;
    background-color: #faf053;
}

.event_wrap .swiper_pagination_wrapper2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: #fff;
    font-weight: 800;
    background-color: #02b192;
}
.event_wrap .swiper_pagination_wrapper3 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: #fff;
    font-weight: 800;
    background-color: #29a7e1;
}

.event_wrap .e_cont_box {
    display: flex;
    flex-direction: column;
    width: 670px;
    margin: auto;
}

.event_wrap .e_cont_wrap {
    background-color: #fff;
}

.event_wrap .e_treesect {
    position: relative;
}

.event_wrap .names {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}

.event_wrap .glow {
    position: absolute;
    width: 12%;
    aspect-ratio: 1;
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 60%);
    border-radius: 50%;
    transform: scale(0.8);
    animation: glow 0.5s linear infinite alternate;
}
@keyframes glow {
    0% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1.5);
    }
}
.event_wrap .glow:nth-child(1) {
    top: 12.55%;
    left: 43.95%;
}
.event_wrap .glow:nth-child(2) {
    left: 35.8%;
}
.event_wrap .glow:nth-child(3) {
    left: 52.2%;
}
.event_wrap .glow:where(:nth-child(2), :nth-child(3)) {
    top: 31.45%;
}
.event_wrap .glow:nth-child(4) {
    left: 27.55%;
}
.event_wrap .glow:nth-child(5) {
    left: 44.1%;
}
.event_wrap .glow:nth-child(6) {
    left: 60.5%;
}
.event_wrap .glow:where(:nth-child(4), :nth-child(5), :nth-child(6)) {
    top: 50.4%;
}
.event_wrap .glow:nth-child(7) {
    left: 17.2%;
}
.event_wrap .glow:nth-child(8) {
    left: 35%;
}
.event_wrap .glow:nth-child(9) {
    left: 53%;
}
.event_wrap .glow:nth-child(10) {
    left: 70.9%;
}
.event_wrap .glow:where(:nth-child(7), :nth-child(8), :nth-child(9), :nth-child(10)) {
    top: 69.2%;
}

.event_wrap .e_content {
    display: none;
}

.event_wrap .e_content.on {
    display: block;
}

.event_wrap .e_best {
    width: 670px;
    box-sizing: border-box;
    padding: 30px 0;
    padding-left: 15px;
    display: flex;
    align-items: center;
    margin: auto;
    margin-top: 50px;
    background-color: #fff;
    border-radius: 20px;
}

.event_wrap .e_best_title {
    width: 180px;
    min-width: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    padding: 0 40px;
    box-sizing: border-box;
}

.event_wrap .e_best_title p:nth-child(1) {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 800;
    font-family: "SUIT";
    text-align: center;
    letter-spacing: -0.05em;
}

.event_wrap .e_best_title p:nth-child(2) {
    background-color: #000;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    font-family: "SUIT";
    font-size: 24px;
    font-weight: 800;
    color: #fff;
}

.event_wrap .e_swiperwrap4 {
    width: 100%;
    height: 200px;
    margin: 0;
}

.event_wrap .e_swiperwrap4 .swiper-wrapper {
    height: 200px;
}

.event_wrap .e_swiperwrap4 .e_slide a {
    display: flex;
    align-items: center;
    height: 200px;
    gap: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

.event_wrap .e_swiperwrap4 .img_wrap {
    width: 135px;
    min-width: 135px;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.event_wrap .e_swiperwrap4 .img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    image-rendering: -webkit-optimize-contrast;
}

.event_wrap .e_swiperwrap4 .txt-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.event_wrap .e_swiperwrap4 .txt-wrap p {
    font-family: "SUIT";
}

.event_wrap .e_swiperwrap4 .txt-wrap p:nth-child(1) {
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
}

.event_wrap .e_swiperwrap4 .txt-wrap p:nth-child(2) {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 800;
}

.event_wrap .e_swiperwrap4 .txt-wrap p:nth-child(3) {
    font-size: 22px;
    line-height: 1;
    font-weight: 500;
}
.event_wrap .not_area {
    border-bottom: 1px solid #414141;
}
.event_wrap .not_btn {
    position: relative;
    cursor: pointer;
    margin-bottom: 0;
    height: 100%;
    width: 100%;
}
.event_wrap .not_btn img {
    margin: auto;
}
.event_wrap .not_btn img:nth-child(1) {
    display: block;
}
.event_wrap .not_btn img:nth-child(2) {
    display: none;
}
.event_wrap .not_btn.on img:nth-child(1) {
    display: none;
}
.event_wrap .not_btn.on img:nth-child(2) {
    display: block;
}
.event_wrap .not_btn .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: 860px;
    padding-top: 40px;
    padding-bottom: 40px;
}
