/* 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/2026/book/260211_snowbook/bnS_bg01.jpg") no-repeat top
        center/1920px 100%;
}
.event_wrap .e_con1 {
    background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260211_snowbook/bnS_bg02.jpg") no-repeat top
        center/1920px 100%;
}
.event_wrap .e_con2 {
    background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260211_snowbook/bnS_bg03.jpg") no-repeat top
        center/1920px 100%;
}
.event_wrap .link {
    position: absolute;
    display: block;
}

.event_wrap .link.link_01 {
    width: 44.7%;
    height: 35%;
    left: 50%;
    transform: translateX(-50%);
    top: 24%;
}
.event_wrap .link.link_02 {
    width: 18%;
    height: 9.2%;
    left: 29%;
    top: 60.8%;
}
.event_wrap .link.link_03 {
    width: 44.7%;
    height: 30%;
    left: 50%;
    transform: translateX(-50%);
    top: 0%;
}
.event_wrap .link.link_04 {
    width: 44.7%;
    height: 30%;
    left: 50%;
    transform: translateX(-50%);
    top: 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_swiper_wrap {
    margin: auto;
    position: relative;
    width: fit-content;
}

.event_wrap .e_swiper_cont,
.event_wrap .e_slide {
    width: 300px;
    height: 404px;
    overflow: hidden;
}
.event_wrap .e_swiper_cont img {
    width: 100%;
}
.event_wrap .e_notice {
    color: #205e0a;
    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;
    text-align: left;
    position: relative;
    text-indent: 0;
    padding-left: 14px;
    display: flex;
    align-items: center;
    letter-spacing: -0.05em;
}
.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: #205e0a;
    position: absolute;
    top: 14px;
    left: 0;
}
.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;
}

.event_wrap .snowtxt {
    position: absolute;
    transition: 1s;
    font-size: 0;
    opacity: 0;
}
.event_wrap .snowtxt.on {
    opacity: 1;
}

.event_wrap .snowtxt1 {
    background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260211_snowbook/bnS_txt1.png") no-repeat center/
        100% 100%;
    width: 204px;
    aspect-ratio: 204/104;
    top: 50%;
    left: 9%;
    transition-delay: 0.5s;
}
.event_wrap .snowtxt2 {
    background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260211_snowbook/bnS_txt2.png") no-repeat center/
        100% 100%;
    width: 248px;
    aspect-ratio: 248/126;
    top: 56%;
    right: 8%;
    transition-delay: 2s;
}

.event_wrap .snowcanvas {
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 100vh;
    top: 0;
    left: 0;
    z-index: 3;
    pointer-events: none;
}

.event_wrap .e_taps {
    display: flex;
    gap: 16px;
    width: fit-content;
    margin: auto;
    margin-bottom: 40px;
}

.event_wrap .e_taps li {
    width: 120px;
    height: 80px;
    padding: 2px;
    border: 1px solid transparent;
    border-radius: 15px;
    transition: 0.3s;
    cursor: pointer;
}
.event_wrap .e_taps li.on {
    border-color: #fff;
    cursor: default;
}

.event_wrap .e_taps li:nth-child(1) {
    background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260211_snowbook/bnS_tap1.png") no-repeat
        center/120px 80px;
}
.event_wrap .e_taps li:nth-child(2) {
    background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260211_snowbook/bnS_tap2.png") no-repeat
        center/120px 80px;
}
.event_wrap .e_taps li:nth-child(3) {
    background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260211_snowbook/bnS_tap3.png") no-repeat
        center/120px 80px;
}
.event_wrap .e_taps li:nth-child(1).on {
    background-image: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260211_snowbook/bnS_tap1_on.png");
}
.event_wrap .e_taps li:nth-child(2).on {
    background-image: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260211_snowbook/bnS_tap2_on.png");
}
.event_wrap .e_taps li:nth-child(3).on {
    background-image: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260211_snowbook/bnS_tap3_on.png");
}

.event_wrap .e_bookcover {
    width: 300px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    pointer-events: none;
}

.event_wrap .snowbook_wrap {
    display: none;
}
.event_wrap .snowbook_wrap.on {
    display: block;
}

.snowpopwrap {
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    z-index: 1000;
}
.snowpopwrap.on {
    display: flex;
}

.snowpop {
    width: 560px;
    box-sizing: border-box;
    padding: 28px 32px 32px;
    background-color: #fff;
    border-radius: 16px;
    font-family: "SUIT";
}

.snowheader {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.snowheader h3 {
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    font-family: "SUIT";
    display: flex;
    align-items: center;
}
.snowheader h3 span {
    display: inline-block;
    max-width: 170px;
    height: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.snowclose {
    width: 24px;
    aspect-ratio: 1;
    background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260211_snowbook/bnS_close.png") no-repeat
        center/100% 100%;
    cursor: pointer;
}

.snowbody {
    width: 100%;
    height: 560px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
    margin-bottom: 32px;
    gap: 14px;
    background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260211_snowbook/bnS_popbg.png") no-repeat center/100% 100%;
}

.snowbody h4 {
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    color: #474C98;
}

.snowbook {
    width: 300px;
    aspect-ratio: 300/403;
    position: relative;
    overflow: hidden;
}
.snowbook img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.snowlink {
    width: 270px;
    aspect-ratio: 270/44;
    border-radius: 40px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #474C98;
}
.snowlink span {
    display: inline-block;
    width: 12px;
    aspect-ratio: 1;
    background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260211_snowbook/bnS_arrow.png?ver=1") no-repeat
        center/100% 100%;
    margin-left: 2px;
    margin-bottom: 2px;
}

.snowfooter {
    display: flex;
    justify-content: center;
    gap: 8px;
    font-family: "SUIT";
}

.snowbtn {
    width: 164px;
    aspect-ratio: 164/44;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background-color: #767676;
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
    color: #fff;
}
.snowbtn.snowbtnactive {
    background-color: #5055b1;
}

.snowbtn span {
    display: inline-block;
    width: 24px;
    aspect-ratio: 1;
    background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260211_snowbook/bnS_share.png") no-repeat
        center/100% 100%;
    margin-right: 4px;
}

.capturesnow {
    width: 1080px;
    aspect-ratio: 1080/1920;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: -999vw;
    top: -999vw;
    background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260211_snowbook/bnS_capturebg.jpg") no-repeat
        center/100% 100%;
}
.capturesnow .capimgwrap {
    width: 600px;
    aspect-ratio: 600/808;
    position: relative;
    overflow: hidden;
}
.capturesnow .capimgwrap img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.capturesnow .capimgwrap img:nth-child(2) {
    aspect-ratio: 600/808;
}