.event_wrap{
    font-family: 'Noto Sans KR', sans-serif;
    overflow: hidden;
}
.event_wrap .inner {width:750px;}
.event_wrap .inner.wide_inner{
    width: 1200px;
}
/* background */
.event_wrap .bg_01 {
    background:#050405 url('https://contents.kyobobook.co.kr/pmtn/2025/book/250804_inapsquare/bnR_e01/background.jpg') no-repeat 50% 0;
}
.event_wrap .bg_02 {
    padding-bottom: 167px;
    background:#000203 url('https://contents.kyobobook.co.kr/pmtn/2025/book/250804_inapsquare/bnR_e02/background.jpg') no-repeat 50% 0;
}
.event_wrap .bg_03 {
    padding: 120px 0;
    background:#e3e3e3 url('https://contents.kyobobook.co.kr/pmtn/2025/book/250804_inapsquare/bnR_e03/background.png') no-repeat 50% 0;
}
.event_wrap .bg_04 {
    padding: 130px 0;
    background:#1ac322 url('https://contents.kyobobook.co.kr/pmtn/2025/book/250804_inapsquare/bnR_e04/background.jpg') no-repeat 50% 0;
}
.event_wrap .bg_05 {
    padding: 130px 0 0;
    background:#fff url('https://contents.kyobobook.co.kr/pmtn/2025/book/250804_inapsquare/bnR_e05/background.jpg') no-repeat 50% 0;
}

/* notice */
.e_no_tit{
    margin-bottom: 20px;
}
.e_notice p, .e_notice ul li{color:#3a3a3a;}
.e_notice ul li:before{background-color:#3a3a3a;}

/* common */
/* btn */
.event_wrap .evt_btn{
    display: block;
    margin: 0 auto;
    transition: all 0.2s linear;
}
.event_wrap .evt_btn.side_good_btn{
    width: 370px;
    margin: 46px 0 0 0;
}
.event_wrap .evt_btn.special_goods_btn{
    width: 540px;
    margin: 42px auto 0;
}
.event_wrap .evt_btn:hover{
    transform: scale(1.05);
}
/* title */
.event_wrap .e_title_wrap{
    font-size:26px;
    text-align: center;
    line-height: 1.5;
    letter-spacing: -1px;
    font-weight: 500;
}
.event_wrap .e_title_wrap.min_v{
    font-size: 24px;
}
.event_wrap .e_title_wrap .bg_line{
    position: relative;
    padding: 0 4px;
}
.event_wrap .e_title_wrap .bg_line>span{
    position: relative;
    z-index: 2;
    font-weight: 700;
}
.event_wrap .e_title_wrap .bg_line::after{
    position: absolute;
    content: '';
    top: 54%;
    left: 0;
    width: 100%;
    height: 90%;
    transform: translateY(-50%);
    z-index: 1;
}

/* sub_dis */
.event_wrap .sub_dis{
    margin-top: 50px;
}
.e_title_wrap .t_img{
    margin-bottom: 24px;
}

/* bubble_title */
.event_wrap .bubble_title{
    margin: 0 auto 34px;
    height: 50px;
    font-size: 20px;
    padding: 0 30px;
    width: fit-content;
    border-radius: 50px;
    font-weight: 600;
    box-sizing: content-box;
    line-height: 50px;
}

    /* background color */
    .e_title_wrap .bg_line.b_white::after{
        background-color: #fff;
    }
    .e_title_wrap .bg_line.b_black::after{
        background-color: #000;
    }
    .e_title_wrap .bubble_title.v_white{
        background-color: #fff;
        color: #000;
    }
    .e_title_wrap .bubble_title.v_black{
        background-color: #000;
        color: #fff;
    }

    /* font color */
    .event_wrap .e_title_wrap .f_white{
        color: #D6D6D6;
    }
     .event_wrap .e_title_wrap .f_white_st{
        color: #fff;
    }
    .event_wrap .e_title_wrap .f_black{
        color: #000;
    }
    .event_wrap .e_title_wrap .f_green{
        color: #3fef45;
    }
    .event_wrap .e_title_wrap .f_gray{
        color: #3b3b3b;
        margin-top: 22px;
        font-size: 22px;
    }
/* bg_01 */
/* animation */
.event_wrap .e_top_ani_wrap{
    padding-top: 88px;
    display: flex;
    gap: 0 10px;
}
    .e_top_ani_wrap .ani_01{
        margin-left: 180px;
        width: 345px;
        animation: flipInX 1.5s linear;
    }

    .e_top_ani_wrap .ani_02{
        margin-top: 14px;
        width: 117px;
        animation: bounce 3s 0.2s linear infinite;
    }

.event_wrap .e_title_ani_wrap{
    position: relative;
}
    .e_title_ani_wrap .ani_01{
        margin-left: 65px;
        width: 643px;
        animation: fadeIn 1s linear;
    }
    .e_title_ani_wrap .deco_ani_01{
        position: absolute;
        opacity: 0;
        top: 164px;
        left: 20px;
        width: 112px;
        height: 84px;
        animation: opacity 1s 1.2s linear forwards,tada 3s 1s linear infinite;
    }
    .e_title_ani_wrap .deco_ani_02{
        position: absolute;
        opacity: 0;
        bottom: 186px;
        left: 149px;
        width: 74px;
        height: 71px;
        animation: opacity 1s 1s linear forwards,pulse 2s 1s linear infinite;
    }
    .e_title_ani_wrap .deco_ani_03{
        position: absolute;
        opacity: 0;
        bottom: 166px;
        right: 58px;
        width: 178px;
        height: 89px;
        animation: opacity 1s 1.5s linear forwards,swing 3s 0.5s linear infinite;
    }

@keyframes opacity {
  0%{
	opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

/* main_dis */
.e_dis_wrap>div{
    font-size:26px;
    line-height: 1.5; 
    text-align: center;
    font-weight: 700;
    letter-spacing: -1px; 
}
.e_dis_wrap>div.sub_dis{
    margin-top: 34px;
}
.e_dis_wrap>div>span{
    color:#0F9013; 
}

/* e_intro_link */
.e_dis_wrap .e_intro_link{
    display: block;
    margin: 30px auto 0;
    padding: 2px 10px;
    position: relative;
    width: fit-content;
    font-size:26px; 
    letter-spacing:-1px;
    line-height: 1.2; 
    color:#FFF;
    text-align:center;
    transition: all 0.2s linear;
}
.e_dis_wrap .e_intro_link:hover{
    transform: scale(1.05);
}
.e_dis_wrap .e_intro_link.active::after{
    width: 100%;
    transition: all 0.5s linear;
}
.e_dis_wrap .e_intro_link::after{
    display: block;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #000;
    z-index: 1;
}
 .e_dis_wrap .e_intro_link span{
    position: relative;
    z-index: 2;
 }

.event_wrap .e_ticket_wrap{
    position: relative;
    overflow: hidden;
    padding-top: 10px;
    width: 100%;
    height: 540px;
    background: url(https://contents.kyobobook.co.kr/pmtn/2025/book/250804_inapsquare/bnR_e01/ticket_box.png) 50% 0 no-repeat;
}

.event_wrap .e_ticket_wrap::after{
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 193px;
    width: 362px;
    height: 16px;
    z-index: 10;
    background: url(https://contents.kyobobook.co.kr/pmtn/2025/book/250804_inapsquare/bnR_e01/ticket_top.jpg) 50% 0 no-repeat;
}
.event_wrap .e_ticket_wrap::before{
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 218px;
    width: 312px;
    height: 16px;
    box-shadow: 0px 12px 10px 1px rgb(0 0 0 / 0.4);
    z-index: 14;
}
    .e_ticket_wrap .e_ticket{
        position: absolute;
        top: 16px;
        left: 220px;
        width: 323px;
        height: 523px;
        transform: translateY(-100%);
        transition: transform 2s ease-in-out;
        z-index: 10;
    }


    .e_ticket_wrap.active .e_ticket{
        transform: translateY(0);
    }


/* text_motion */
.event_wrap .txtMotion05{
    position: absolute;
    bottom: 246px;
    display: flex;
    white-space: nowrap;
    overflow: hidden; background-color: #24b729;
}
.event_wrap .txtMotion05 .marquee{
	animation: txtMotion05 10s infinite linear;
}
.event_wrap .txtMotion05 .marquee img{
	width: 959px; height: 82px;
}
@keyframes txtMotion05 {
	0%{
		transform: translateX(0%);
	}
	100%{
		transform: translateX(-100%);
	}
}
/* bg_02 */
/* e_tile_s2_main */
.event_wrap .e_tile_s2_main{
    margin-bottom: 40px;
}
/* e_sample_img_wrap */
.event_wrap .e_sample_img_wrap{
    margin-top: 30px;
    position: relative;
}
    .e_sample_img_wrap .e_sample_img{
        margin: 0 auto;
        width: 679px;
        padding: 34px 0 4px;
    }
    .e_sample_img_wrap .e_book_deco{
        width: 129px;
        height: 100px;
        position: absolute;
        right: 0;
        top: 0;
        animation: swing 7s linear infinite;
        z-index: 10;
    }
/* swiper */
.event_wrap .e_store_cont{
    position: relative;
    width: 679px;
}
.event_wrap .e_store_cont::after{
    display: block;
    content: '';
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 679px;
    height: 390px;
    background: url(https://contents.kyobobook.co.kr/pmtn/2025/book/250804_inapsquare/bnR_e02/store_slide/frame.png) 50% 0 no-repeat;
    z-index: 9;
}
    .e_store_cont .e_store_swiper{
        margin: 0 auto;
        width: 674px;
    }

/* bg_03 */
/* e_sideRoll_wrap */
.event_wrap .e_sideRoll_wrap{
	display: flex;
	justify-content: center;
}
	/* e_side_swiper e_sideRoll_cont*/
	.e_sideRoll_wrap>div.e_sideRoll_cont{
        position: relative;
        width: 710px;
		overflow: hidden;
		box-sizing: border-box;
	}
    .e_sideRoll_wrap>div.e_sideRoll_cont::after{
        display: block;
        content: '';
        position: absolute;
        top: 0;
        left: 3px;
        width: 698px;
        height: 622px;
        background: url(https://contents.kyobobook.co.kr/pmtn/2025/book/250804_inapsquare/bnR_e03/slide_frame.png) 50% 0 no-repeat;
        z-index: 3;
    }
    .e_sideRoll_wrap>div.e_sideRoll_cont .open_popup{
        display: block;
        position: absolute;
        width: 58px;
        height: 58px;
        background: url(https://contents.kyobobook.co.kr/pmtn/2025/book/250804_inapsquare/bnR_e03/slide/popup_btn.png) 50% 0 no-repeat;
        top: 30px;
        right: 30px;
        z-index: 10;
    }
		/* e_side_swiper */
		.e_sideRoll_cont .e_side_swiper{
            padding-bottom: 46px;
			width: 686px;
			height: 628px;
			overflow: hidden;
		}
		.e_sideRoll_cont .e_side_swiper img{
            display: block;
            margin: 0 auto;
			width: 686px;
            height: 612px;
		}
	/* e_side_swiper e_sideGoods_cont*/
	.e_sideRoll_wrap>div.e_sideGoods_cont{
        padding-left: 30px;
		overflow: hidden;
		box-sizing: border-box;
	}

    .e_side_swiper .swiper-pagination{
        margin-top: 34px;
        display: flex;
        position: relative;
        justify-content: center;
        gap: 0 16px;
    }
        .e_side_swiper .swiper-pagination .swiper-pagination-bullet{
            width: 10px;
            height: 10px;
            background-color: #9b9b9b;
            opacity: 1;
        }

        .e_side_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
            background-color: #000;
        }
/* bg_04 */
.e_special_container .e_specialGoods_container{
    margin: 30px auto 0;
    position: relative;
    box-sizing: content-box;
}

    .e_specialGoods_container .e_frame{
        width: 982px;
        margin: 0 auto;
    }

    .e_specialGoods_container.right_frame .e_midRoll_conatier{
        position: absolute;
        top: 178px;
        right: 195px;
        width: 450px;
        height: 440px;
        overflow: hidden;
    }
    .e_specialGoods_container.left_frame .e_midRoll_conatier{
        position: absolute;
        top: 178px;
        left: 195px;
        width: 450px;
        height: 440px;
        overflow: hidden;
    }

        /* e_sideRoll_wrap */
        .e_midRoll_wrap .e_midRoll_cont .swiper-slide img{
            display: block;
            width: 100%;
            height: 406px;
        }

        .e_midRoll_wrap .e_midRoll_cont .swiper-pagination{
            display: flex;
            margin-top: 22px;
            position: relative;
            justify-content: center;
            gap: 0 16px;
        }
        .e_midRoll_wrap .e_midRoll_cont .swiper-pagination .swiper-pagination-bullet{
            width: 10px;
            height: 10px;
            opacity: 1;
            background-color: #d6d6d6;
        }
        .e_midRoll_wrap .e_midRoll_cont .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
            background-color: #000;
        }

    /* e_specialGoods_deco */
    .e_specialGoods_container .e_specialGoods_deco{
        position: absolute;
        z-index: 3;
    }
    .e_specialGoods_container .e_specialGoods_deco.sldie_deco_01{
        top: 72px;
        left: 250px;
        width: 84px;
        height: 65px;
        animation: swing 5s linear infinite;
    }
    .e_specialGoods_container .e_specialGoods_deco.sldie_deco_02{
        top: 66px;
        right: 310px;
        width: 39px;
        height: 62px;
        animation: tada 4s linear infinite;
    }
    .e_specialGoods_container .e_specialGoods_deco.sldie_deco_03{
        bottom: 86px;
        right: 70px;
        width: 83px;
        height: 113px;
        animation: pulse 3s linear infinite;
    }

    .e_specialGoods_container .e_specialGoods_deco.sldie_deco_04{
        top: 50px;
        left: 80px;
        width: 113px;
        height: 99px;
        animation: tada 4s linear infinite;
    }
    .e_specialGoods_container .e_specialGoods_deco.sldie_deco_05{
        top: 55px;
        right: 188px;
        width: 42px;
        height: 92px;
        animation: swing 5s linear infinite;
    }

    .e_specialGoods_container .e_specialGoods_deco.sldie_deco_06{
        top: 66px;
        left: 182px;
        width: 99px;
        height: 62px;
        animation: swing 5s linear infinite;
    }
    .e_specialGoods_container .e_specialGoods_deco.sldie_deco_07{
        top: 80px;
        right: 150px;
        width: 103px;
        height: 56px;
        animation: tada 4s linear infinite;
    }
    .e_specialGoods_container .e_specialGoods_deco.sldie_deco_08{
        bottom: 16px;
        right: 94px;
        width: 103px;
        height: 92px;
        animation: pulse 3s linear infinite;
    }

/* popup */
.event_wrap .e_pop_up_wrap{
    display: none;
}
.event_wrap .e_pop_up_wrap.active{
    display: block;
    position: fixed;
    top: 55%;
    left: 50%;
    transform: translate(-50% ,-45%);
    width: 660px;
    height: 800px;
    z-index: 1000;
}

    .event_wrap .e_pop_up_wrap.active .e_pop_frame{
        animation: fadeIn 0.2s linear forwards;
    }

    .e_pop_up_wrap .e_pop_frame{
        position: relative;
    }
        .e_pop_frame .pop_close{
            position: absolute;
            width: 44px;
            height: 44px;
            top: 30px;
            right: 30px;
            cursor: pointer;
        }

/* e_dim */
.event_wrap .e_dim{
    display: none;
}

.event_wrap .e_dim.active{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}
