@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/250918_htmain/bnD10_bg01.jpg") no-repeat top
        center/3000px 100%;
}
.event_wrap .e_con1 {
    max-width: 3000px;
    margin: auto;
    background-color: #cd1d25;
}
.event_wrap .e_con2 {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/250918_htmain/bnD10_bg02.jpg") no-repeat top
        center/3000px 100%;
}
.event_wrap .e_con3 {
    background-color: #f0f2f4;
    padding-bottom: 120px;
}
.event_wrap .e_con4 {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/250918_htmain/bnD10_bg03.jpg") no-repeat top
        center/3000px 100%;
}
.event_wrap .e_con5 {
    background: linear-gradient(#ffedd9 0%, #fff9f3 100%);
    padding-bottom: 100px;
}
.event_wrap .e_con6 {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/250918_htmain/bnD10_bg05.jpg") no-repeat top
        center/3000px 100%;
}
.event_wrap .link {
    position: absolute;
    display: block;
}

.event_wrap .link.link_01 {
    top: 79%;
    right: 25%;
    width: 25.3%;
    height: 8.3%;
}
.event_wrap .link:where(.link_02, .link_03, .link_04, .link_05) {
    width: 322px;
    aspect-ratio: 323/185;
    left: 298px;
}

.event_wrap .link.link_02 {
    top: 308px;
}
.event_wrap .link.link_03 {
    top: 522px;
}
.event_wrap .link.link_04 {
    top: 757px;
}
.event_wrap .link.link_05 {
    top: 983px;
}
.event_wrap .link.link_06 {
    top: 74.8%;
    right: 25.3%;
    width: 25.3%;
    height: 8.3%;
}
.event_wrap .link.link_07 {
    bottom: 0;
    left: 50%;
    width: 54%;
    height: 14.3%;
    transform: translateX(-50%);
}
.event_wrap .link:where(.link_08, .link_09, .link_10, .link_11) {
    width: 70%;
    height: 20%;
    left: 50%;
    transform: translateX(-50%);
}
.event_wrap .link.link_08 {
    top: 0%;
}
.event_wrap .link.link_09 {
    top: 20%;
}
.event_wrap .link.link_10 {
    top: 40%;
}
.event_wrap .link.link_11 {
    top: 60%;
}
.event_wrap .link.link_12 {
    bottom: 18%;
    left: 34.5%;
    width: 31%;
    height: 34%;
}

.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: #000;
    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: 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: #000;
    position: absolute;
    top: 14px;
    left: 0;
}

.event_wrap .wordwrap {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
    max-width: 750px;
    height: 540px;
}

.event_wrap .word {
    height: 122px;
    position: absolute;
    opacity: 0;
    transition: 0.8s;
    transform: translateY(200px);
}
.event_wrap .wordwrap.on .word {
    opacity: 1;
    transform: translateY(0);
}

.event_wrap .word:nth-child(1) {
    width: 445px;
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/250918_htmain/bnD10_word1.png") no-repeat
        center/100% 100%;
    top: 80px;
    left: 34px;
}
.event_wrap .word:nth-child(2) {
    width: 460px;
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/250918_htmain/bnD10_word2.png") no-repeat
        center/100% 100%;
    top: 190px;
    right: 84px;
    transition-delay: 0.2s;
}
.event_wrap .word:nth-child(3) {
    width: 364px;
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/250918_htmain/bnD10_word3.png") no-repeat
        center/100% 100%;
    top: 300px;
    left: 77px;
    transition-delay: 0.4s;
}
.event_wrap .word:nth-child(4) {
    width: 446px;
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/250918_htmain/bnD10_word4.png") no-repeat
        center/100% 100%;
    top: 410px;
    right: 34px;
    transition-delay: 0.6s;
}

.event_wrap .titlewrapper li {
    display: flex;
    flex-direction: column;
    height: 185px;
    justify-content: center;
    gap: 20px;
    position: absolute;
    left: 656px;
}

.event_wrap .titlewrapper li:nth-child(1) {
    top: 308px;
}
.event_wrap .titlewrapper li:nth-child(2) {
    top: 522px;
}
.event_wrap .titlewrapper li:nth-child(3) {
    top: 757px;
}
.event_wrap .titlewrapper li:nth-child(4) {
    top: 983px;
}

.event_wrap .titlewrapper .e_title {
    width: fit-content;
    padding: 6px 10px 8px;
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.05em;
}

.event_wrap .titlewrapper li:nth-child(1) .e_title {
    background-color: #c87a54;
}
.event_wrap .titlewrapper li:nth-child(2) .e_title {
    background-color: #665a5a;
}
.event_wrap .titlewrapper li:nth-child(3) .e_title {
    background-color: #809662;
}
.event_wrap .titlewrapper li:nth-child(4) .e_title {
    background-color: #628db0;
}

.event_wrap .titlewrapper .e_desc {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: -0.05em;
}

.event_wrap .e_prd_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 50px;
    width: 1076px;
    margin: auto;
}
.event_wrap .e_prd_list li a {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.event_wrap .e_prd_list li img {
    width: 100%;
}

.event_wrap .e_prd_list .e_prd_tit {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    height: 45px;
}

.event_wrap .e_prd_list a {
    display: block;
}

.event_wrap .e_prd_list .e_prd_prcwrap {
    display: flex;
    gap: 14px;
}
.event_wrap .e_prd_list .e_prd_dis {
    width: 55px;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f07d00;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
.event_wrap .e_prd_list .e_prd_prc {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.event_wrap .e_prd_list .e_prd_prc p {
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    color: #000;
}

.event_wrap .e_prd_list .e_prd_prc p em {
    font-weight: 700;
    font-style: normal;
}
.event_wrap .e_prd_list .e_prd_prc p span {
    position: relative;
    display: inline-block;
}
.event_wrap .e_prd_list .e_prd_prc p:nth-child(1) {
    color: #999999;
}
.event_wrap .e_prd_list .e_prd_prc p span::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #999999;
    position: absolute;
    top: 48%;
}
.event_wrap .e_prd_list .e_prd_deli {
    width: fit-content;
    padding: 6px 8px;
    background-color: #000;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}

.event_wrap .e_swiperwrap1 {
    width: 253px;
    position: absolute;
    top: 377px;
    left: 299px;
}
.event_wrap .e_swiper_wrap .e_swiper_cont {
    overflow: hidden;
    height: 100%;
}
.event_wrap .e_swiperwrap2 {
    width: 253px;
    height: 515px;
    position: absolute;
    top: 314px;
    left: 304px;
}

.event_wrap .e_swiperwrap2 .swiper {
    height: 100%;
}