.event_wrap{ 
	max-width: 1920px;
	font-family:"Pretendard Variable";
}
.event_wrap .inner {width:750px;}
.event_wrap .inner.wide_inner{
	width: 1200px;
}
.event_wrap img{
	width: 100%;
}
.event_wrap .e_container{
	padding-bottom: 60px;
}
/* background */
.event_wrap .e_container.bg_01 {
	padding-bottom: 0;
	overflow: hidden;
	background:#FF8A03 url('https://contents.kyobobook.co.kr/pmtn/2025/book/251002_bookbook/bnM_bg01/bg.jpg') no-repeat 50% 0;}
.event_wrap .bg_02{
	padding-top: 60px;
	background-color:#FF8A03;
}
.event_wrap .bg_03, .event_wrap .bg_08 {
	background-color:#fff;
}
.event_wrap .bg_04, .event_wrap .bg_07 {
	background-color: #FFE44D;
}
.event_wrap .bg_05 {
	background-color: #6ACD8B;
}
.event_wrap .bg_06 {
	background-color: #4050FF;
}
.event_wrap .bg_09 {
	background-color:#FF8A03;
}



/* notice */
.e_notice p, .e_notice ul li{color:#000;}
.e_notice ul li:before{background-color:#000;}

/* common */
/* section_title_wrap */
.event_wrap .section_title_wrap{
	display: flex;
	margin: 0 auto;
	position: relative;
	width: 670px;
	flex-direction: column;
	gap: 8px;
	text-align: center;
	padding-top: 60px;
}
.event_wrap .section_title_wrap.min{
	padding-top: 40px;
}
.section_title_wrap .sub{
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: -0.45px;
}
	.bg_03 .section_title_wrap .sub{
		color: #828282;
	}
	.bg_04 .section_title_wrap .sub, .bg_07 .section_title_wrap .sub{
		color: #9A8300;
	}
	.bg_05 .section_title_wrap .sub{
		color: #197437;
	}
	.bg_06 .section_title_wrap .sub{
		color: #B5C7FF;
	}
	.bg_09 .section_title_wrap .sub{
		color: #FFD99C;
	}

.section_title_wrap .title{
	text-align: center;
	position: relative;
	font-size: 28px;
	font-weight: 700;
	line-height: 36px;
	letter-spacing: -0.7px;
}
	.bg_06 .section_title_wrap .title , .bg_09 .section_title_wrap .title{
		color: #fff;
	}
	.section_title_wrap .bingo_title{
		position: relative;
		z-index: 2;
		margin-top: 32px;
	}
/* button */
.event_wrap .e_btn{
    margin: 40px auto 0;
    display: block;
    border-radius: 12px;
    background: #000;
    width: 335px;
    height: 44px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -0.4px;
    transition: all 0.2s linear;
}
.event_wrap .e_btn:hover{
    transform: scale(1.05);
}
/* section_dis_wrap */
.event_wrap .section_dis_wrap{
    color: #836F00;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.4px;
}
.event_wrap .section_dis_wrap.bottom_dis{
	margin-top: 40px;
	color: #fff;
}
/* bg_01 */
/* e_main_ani_container */
.event_wrap .e_main_ani_container{
	padding: 50px 0 40px;
	position: relative;
}
.e_main_ani_container .e_title{
	margin: 0 auto;
	position: relative;
	width: 580px;
	z-index: 5;
	animation: flipInY 2s linear;
}
.e_main_ani_container .e_sub_title_01{
	position: absolute;
	top: 72px;
	left: 100px;
	width: 422px;
	z-index: 6;
	animation: fadeInDown 1s linear;
}
.e_main_ani_container .e_sub_title_02{
	position: absolute;
	top: 148px;
	left: 64px;
	width: 310px;
	z-index: 7;
	animation: fadeInDown 1s linear;
}
.e_main_ani_container .e_leaf_01{
	position: absolute;
	top: 146px;
	right: 178px;
	width: 252px;
	animation: fadeInTopRight 1s linear, e_leaf_rotate01 6s 1.5s ease-in-out infinite;
	transform-origin: 0% 100%;
}
.e_main_ani_container .e_leaf_02{
	position: absolute;
	bottom: 56px;
	left: 188px;
	width: 260px;
	animation: fadeInTopLeft 1.2s linear, e_leaf_rotate02 5s 1.5s ease-in-out infinite;
	transform-origin: 100% 100%;
}
.e_main_ani_container .e_letter_01{
	position: absolute;
	top: 0;
	left: 188px;
	width: 500px;
	animation: fadeInDown 1.5s linear;
}
.e_main_ani_container .e_letter_02{
	position: absolute;
	bottom: 0;
	right: 168px;
	width: 400px;
	animation: fadeInUp 1.5s linear;
}
.e_main_ani_container .e_deco_01{
	position: absolute;
	top: 288px;
	left: 100px;
	width: 66px;
	z-index: 7;
	animation: fadeInLeft 1s linear , headShake 4s 2s ease-in-out infinite;
}
.e_main_ani_container .e_deco_02{
	position: absolute;
	bottom: 206px;
	left: 74px;
	width: 76px;
	z-index: 7;
	animation: fadeInLeft 1s linear ,shakeY 8s 2s linear infinite;
}
.e_main_ani_container .e_deco_03{
	position: absolute;
	bottom: 36px;
	left: 284px;
	width: 84px;
	z-index: 7;
	animation: fadeInBottomLeft 1s linear, shakeX 10s 2s ease-in-out infinite;
}
.e_main_ani_container .e_deco_04{
	position: absolute;
	top: 42px;
	right: 292px;
	width: 100px;
	z-index: 7;
	animation: fadeInRight 1s linear, shakeY 10s 2s linear infinite;
}
.e_main_ani_container .e_deco_05{
	position: absolute;
	bottom: 200px;
	right: 204px;
	width: 64px;
	z-index: 7;
	animation: fadeInRight 1s linear, e_rotate 7s 2s linear infinite;
}
/* bg_02 */
.event_wrap .e_bg02_sub{
	color: #FFF;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: -0.45px;
}
/* bg_03 */
.event_wrap .e_tab{
	margin: 40px auto 0;
}
/* e_tab_list */
.e_tab .e_tab_list{
	display: flex;
	justify-content: center;
	gap: 0 4px;
}
	.e_tab_list>li{
		display: flex;
		justify-content: center;
		flex-direction: column;
		gap: 4px 0;
	}
	.e_tab_list>li .episode_btn{
		width: 64px;
		height: 64px;
		border-radius: 12px;
		background-color: #F1F1F5;
		border: 1px solid #DDDDE4;
		color: #B7B7C9;
		text-align: center;
		font-size: 20px;
		font-weight: 700;
		line-height: 22px;
		letter-spacing: -0.5px;
		line-height: 64px;
		cursor: pointer;
		transition: all 0.2s linear;
	}
	.e_tab_list>li.active .episode_btn{
		color: #fff;
		background-color: #FF4343;
	}

	.e_tab_list>li .date{
		color: #767676;
		text-align: center;
		font-size: 12px;
		font-weight: 500;
		line-height: 22px;
		letter-spacing: -0.3px;
	}

/* e_tab_container */
.e_tab_container .e_tab_wrap.unopened{
	display: none;
}
.e_intro_book_list .e_tab_wrap{
	width: 164px;
	overflow: hidden;
}

	.e_tab_container .e_intro_book_list{
		padding-top: 50px;
		display: flex;
		gap: 20px;
		justify-content: center;	
	}
	.e_intro_book_list .intro_book_cont{
		width: 164px;
	}
		.e_intro_book_list .intro_book_img{
			position: relative;
            height: 240px;
		}
		.e_intro_book_list .intro_book_img img{
			display: block;
			height: 100%;
			border-radius: 4px;
			border: 1px solid #DDDDE4;
			background: #000;
			overflow: hidden;
		}
		.e_intro_book_list .intro_book_img.recover::after{
			display: block;
			content: '';
			position: absolute;
			width: 144px;
			height: 44px;
			background: url(https://contents.kyobobook.co.kr/pmtn/2025/book/251002_bookbook/bnM_bg03/bubble.png) 50% no-repeat;
			background-size: cover;
			top: -16px;
			left: 10px;
			animation: e_bounce02 3s ease-in-out infinite;
		}

		.e_intro_book_list .intro_book_txt_wrap{
			margin-top: 16px;
			text-align: center;
		}
		.intro_book_txt_wrap .title{
			font-size: 16px;
			font-weight: 700;
			line-height: 24px;
			letter-spacing: -0.4px;
		}
		.intro_book_txt_wrap .dis{
			margin-top: 8px;
			color: #444;
			font-size: 14px;
			font-weight: 400;
			line-height: 20px;
			letter-spacing: -0.35px;
		}

/* bg_04 */
.event_wrap .e_goods_container{
    margin: 40px auto;
    display: flex;
    position: relative;
    justify-content: center;
	width: 670px;
	overflow: visible;
}
.e_goods_container>div{
    width: 670px;
    border-radius: 12px;
}
.e_goods_container>div .swiper-slide{
    border-radius: 12px;
    border: 1px solid #D2B300;
    overflow: hidden;
    box-sizing: border-box;
}
.e_goods_container .swiper-container{
    position: relative;
    margin: 0;
}
.e_goods_container .swiper-container .swiper-pagination{
    display: flex;
    position: absolute;
    justify-content: center;
    gap: 6px;
    z-index: 10;
    bottom: 20px;
    width: 100%;
}
.e_goods_container .swiper-container .swiper-pagination-bullet{
    background-color: #F1F1F5;
    opacity: 1;
}
.e_goods_container .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #FFE44D;
}

.e_goods_container .e_goods_deco{
    position: absolute;
}
.e_goods_container .e_goods_deco.e_goods_deco_01{
    width: 72px;
    right: -33px;
    bottom: 248px;
    z-index: 3;
	animation: e_leaf_rotate01 6s ease-in-out infinite; 
	transform-origin: 0% 100%;
}
.e_goods_container .e_goods_deco.e_goods_deco_02{
    width: 98px;
    right: -29px;
    top: -61px;
    z-index: 2;
	animation: e_leaf_rotate02 5s ease-in-out infinite; transform-origin: 100% 100%;
}
.e_goods_container .e_goods_deco.e_goods_deco_03{
    width: 180px;
    left: -61px;
    bottom: -15px;
    z-index: 2;
	animation: e_leaf_rotate01 5s ease-in-out infinite; 
	transform-origin: 100% 100%;
}
.e_goods_container .e_goods_deco.e_goods_deco_04{
    width: 72px;
    left: 44px;
    bottom: -21px;
    z-index: 3;
	animation: e_leaf_rotate02 4s ease-in-out infinite; 
	transform-origin: 50% 50%;
}
.event_wrap .e_noplastic_info{
    margin: 40px auto 0;
    padding-bottom: 10px;
    width: 670px;
    transition: all 0.2s linear;
}
.event_wrap .e_noplastic_info:hover{
    transform: scale(1.02);
}

/* bg_05 */
.event_wrap .e_purchase_list{
	margin: 40px auto 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 4px;
}
.e_purchase_list>li{
	padding: 16px 20px;
	display: flex;
	margin: 0 auto;
	width: 670px;
	align-items: center;
	box-sizing: border-box;
	border-radius: 12px;
	border: 1px solid #3AAD60;
	background: #FFF;
	color: #000;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: -0.4px;
}
.e_purchase_list>li span.txt_green{
	color: #3AAD60;
}
.e_purchase_list.step_list>li{
	padding: 20px;
}
.e_purchase_list>li.e_sorting_box{
	flex-direction: column;
	align-items: baseline;
	gap: 12px;
}
.e_purchase_list>li.e_green_box{
	background-color: #B4EBC6;
	color: #26673B;
}
.e_purchase_list>li.e_yellow_box{
	background-color: #FFEA8B;
	color: #735E00;
}
	.e_purchase_list>li .bubble{
		padding: 4px 8px;
		text-align: center;
		font-size: 14px;
		font-weight: 700;
		line-height: 20px;
		letter-spacing: -0.35px;
		border-radius: 8px;
	}
	.e_purchase_list>li .bubble.green{
		background: #309752;
		color: #D9F4E2;
	}
	.e_purchase_list>li .bubble.yellow{
		background: #FFEA8B;
		color: #CFA900;
	}
	.e_purchase_list>li.e_yellow_box.emphasis .bubble.yellow{
		background: #FFD102;
		color: #806900;
	}
	.e_purchase_list>li .min_txt{
		color: #969696;
		font-size: 14px;
		font-weight: 500;
		line-height: 20px;
		letter-spacing: -0.35px;
	}
.e_purchase_list>li::before{
	margin-right: 16px;
	display: flex;
	align-items: center;
	content: '';
	width: 20px;
	height: 30px;
	background: url(https://contents.kyobobook.co.kr/pmtn/2025/book/251002_bookbook/bnM_bg05/bookmark.png) 50% no-repeat;
	background-size: cover;
}
.e_purchase_list>li.e_green_box::before, .e_purchase_list.step_list>li::before{
	display: none;
}

/* notice */
.e_notice{
	padding: 0;
	width: 100%;
}
.e_notice ul{
	padding: 0;
}
.e_notice p, .e_notice ul li {
	color:#735E00;
	font-size: 16px;
}
.e_notice ul li:before {background-color:#735E00;}

/* bg_06 */
.section_title_wrap .e_keyring_deco_01{
	position: absolute;
	top: -32px;
	left: 60px;
	width: 144px;
}
.section_title_wrap .e_keyring_deco_02{
	position: absolute;
	top: -56px;
	right: 60px;
	width: 167px;
	z-index: 3;
}

/* e_bingo_board */
.event_wrap .e_bingo_board{
	margin: 8px auto 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2px;
}
.e_bingo_board .e_week{
	display: flex;
	margin: 0 auto;
	position: relative;
	align-items: center;
	justify-content: center;
	gap: 2px;
}
.e_bingo_board .e_week.week_03.lock::before{
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	background: url(https://contents.kyobobook.co.kr/pmtn/2025/book/251002_bookbook/bnM_bg06/lock_01_pc.png) 50% no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	background-size: cover;
}
.e_bingo_board .e_week.week_04.lock::before{
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	background: url(https://contents.kyobobook.co.kr/pmtn/2025/book/251002_bookbook/bnM_bg06/lock_02_pc.png) 50% no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	background-size: cover;
}
.e_bingo_board .e_week.week_05.lock::before{
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	background: url(https://contents.kyobobook.co.kr/pmtn/2025/book/251002_bookbook/bnM_bg06/lock_03_pc.png) 50% no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	background-size: cover;
}
.e_bingo_board .e_week .e_board_key{
	position: relative;
	width: 132px;
	height: 130px;
	background-color: #fff;
	border-radius: 16px;
	cursor: pointer;
	transition: all 0.2s linear;
}
.e_bingo_board .e_week .e_board_key.bingo{
	background-color: #FFEA8B;
}
.e_bingo_board .e_week .e_board_key.correct::after{
	display: block;
	content: '';
	position: absolute;
	top: 17px;
	left: 17px;
	width: 96px;
	height: 96px;
	background: url(https://contents.kyobobook.co.kr/pmtn/2025/book/251002_bookbook/bnM_bg06/correct.png) 50%;
	background-size: cover;
	animation: pulse 1s linear;
}
.e_bingo_board .e_week .e_board_key.wrong::after{
	display: block;
	content: '';
	position: absolute;
	top: 17px;
	left: 17px;
	width: 96px;
	height: 96px;
	background: url(https://contents.kyobobook.co.kr/pmtn/2025/book/251002_bookbook/bnM_bg06/wrong.png) 50%;
	background-size: cover;
	animation: pulse 1s linear;
}
.e_bingo_board .e_week .e_board_key img{
	display: block;
	width: 64px;
	height: 64px;
	margin: 31px auto;
}
/* bg_07 */
.event_wrap .e_keyproduct_wrap{
	margin: 40px auto 0;
	display: flex;
	justify-content: center;
	gap: 20px;
}
.e_keyproduct_wrap .e_product_box{
	width: 334px;
	border-radius: 12px;
	border: 1px solid #D2B300;
	box-sizing: border-box;
	overflow: hidden;
}
	.e_keyproduct_wrap .e_product_box .e_product_cont{
		box-sizing: border-box;
	}
	.e_keyproduct_wrap .e_product_box .e_product_cont.top_cont{
		padding: 20px;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		background-color: #F1F1F5;
		height: 140px;
		text-align: center;
		font-size: 16px;
		font-weight: 500;
		line-height: 24px;
		letter-spacing: -0.4px;
	}
	.e_keyproduct_wrap .e_product_box .e_product_cont.top_cont .e_st{
		font-weight: 700;
	}
	.e_keyproduct_wrap .e_product_box .e_product_cont.top_cont .e_min{
		font-weight: 700;
		color: #7E8291;
		font-size: 14px;
	}
	.e_keyproduct_wrap .e_product_box .e_product_cont.bottom_cont{
		background-color: #fff;
		height: 336px;
	}
	.e_product_cont.bottom_cont .e_leftkeyring_swiper, .e_product_cont.bottom_cont .e_rightkeyring_swiper{
		position: relative;
	}
	.e_product_cont.bottom_cont .e_leftkeyring_swiper .swiper-pagination, .e_product_cont.bottom_cont .e_rightkeyring_swiper .swiper-pagination{
		display: flex;
		justify-content: center;
		gap: 0 6px;
		bottom: 20px;
		left: 50%;
		transform: translateX(-50%);
	}
	.e_product_cont.bottom_cont .e_leftkeyring_swiper .swiper-pagination-bullet.swiper-pagination-bullet-active, .e_product_cont.bottom_cont .e_rightkeyring_swiper .swiper-pagination-bullet.swiper-pagination-bullet-active{
		background-color: #FFE44D;
	}
	.e_product_cont.bottom_cont .e_leftkeyring_swiper .swiper-pagination-bullet, .e_product_cont.bottom_cont .e_rightkeyring_swiper .swiper-pagination-bullet{
		opacity: 1;
		background-color: #fff;
	}
	.e_keyproduct_wrap .e_product_box .e_product_cont.bottom_cont.list_cont{
		padding: 20px;
		display: flex;
		flex-direction: column;
		gap: 12px;
		box-sizing: border-box;
	}

		.e_product_cont.bottom_cont.list_cont .ms_list_cont{
			padding-bottom: 12px;
			border-bottom: 1px solid #ECECEC;
			box-sizing: border-box;
		}
		.e_product_cont.bottom_cont.list_cont .ms_list_cont:last-child{
			border-bottom: 0;
			padding-bottom: 0;
		}
			.ms_list_cont .ms_top_cont>span{
				display: inline-block;
			}
			.ms_list_cont .ms_top_cont>span.bubble{
				margin-right: 8px;
				padding: 0 6px;
				gap: 10px;
				border-radius: 8px;
				background: #D8C6FF;
				color: #7D41FF;
				font-size: 14px;
				font-weight: 700;
				line-height: 24px;
				letter-spacing: -0.35px;
			}
			.ms_list_cont .ms_top_cont>span.title{
				font-size: 16px;
				font-weight: 700;
				line-height: 24px;
				letter-spacing: -0.4px;
			}
			.ms_list_cont .ms_bottom_cont{
				margin-top: 12px;
				color: #828282;
				font-size: 14px;
				font-weight: 500;
				line-height: 20px;
				letter-spacing: -0.35px;
			}

	.e_keyproduct_wrap .e_product_cont .swiper-container{
		position: relative;
	}
	.e_keyproduct_wrap .e_product_cont .swiper-container .e_nub_badge{
		position: absolute;
		top: 12px;
		left: 12px;
		width: 72px;
		height: 72px;
		z-index: 5;
		background: url(https://contents.kyobobook.co.kr/pmtn/2025/book/251002_bookbook/bnM_bg07/badge.png) 50% no-repeat;
		color: #7D41FF;
		text-align: center;
		font-size: 20px;
		font-weight: 700;
		line-height: 24px;
		letter-spacing: -0.5px;
		line-height: 72px;
	}
/* bg_08 */
.event_wrap .e_youtube_wrap{
	display: flex;
	padding: 60px 0 10px;
	justify-content: center;
	gap: 20px;
}
.event_wrap .e_youtube_wrap>a{
	display: block;
	width: 325px;
	transition: all 0.2s linear;
}
.event_wrap .e_youtube_wrap>a:hover{
	transform: scale(1.05);
}
/* bg_09 */
.event_wrap .e_envelope{
	margin: 40px auto 0;
	width: 196px;
	animation: pulse 4s linear infinite;
}
/* e_bingo_quiz */
.event_wrap .e_bingo_quiz{
	display: none;
	position: fixed;
	padding: 28px 32px 32px;
	top: 10%;
	left: 50%;
	transform: translate(-50%);
	width: 560px;
	border-radius: 16px;
	background:#FFF;
	z-index: 1000;
	box-sizing: border-box;
}
.event_wrap .e_bingo_quiz.open{
	display: block;
}
.e_bingo_quiz_container .top_txt{
	display: flex;
	padding-bottom: 24px;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #EAEAEA;
}
.e_bingo_quiz_container .top_txt>span{
	display: inline-block;
}
.e_bingo_quiz_container .top_txt>span.title{
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: -0.2px;
}
.e_bingo_quiz_container .top_txt>span.close_ico{
	width: 24px;
	height: 24px;
	background: url(https://contents.kyobobook.co.kr/pmtn/2025/book/251002_bookbook/bnM_pop/close_ico.png) 50% no-repeat;
	background-size: cover;
	cursor: pointer;
}

.e_bingo_quiz_container .e_quiz_area{
	margin-top: 24px;
	padding: 20px;
	border-radius: 12px;
	background: #F7F7F7;
}
.e_bingo_quiz_container .e_quiz_area .book_area{
	display: flex;
	gap: 20px;
	align-items: center;
}
.e_bingo_quiz_container .e_quiz_area .book_area .cover{
	width: 96px;
	height: 140px;
	border-radius: 4px;
	border: 1px solid #DDDDE4;
	background: #000;
	box-sizing: border-box;
	overflow: hidden;
}
.e_bingo_quiz_container .e_quiz_area .book_area .cover img{
	display: block;
	height: 100%;
}
.e_bingo_quiz_container .e_quiz_area .book_area .dis_area{
	width: calc(100% - 116px);
}
.e_bingo_quiz_container .e_quiz_area .book_area .dis_area .badge{
	padding: 0 6px;
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: -0.35px;
	border-radius: 8px;
	width: fit-content;
}
.e_bingo_quiz_container .e_quiz_area .book_area .dis_area .badge.red{
	color: #FF4144;
	background: #FFC6C7;
}
.e_bingo_quiz_container .e_quiz_area .book_area .dis_area .badge.yellow{
	color: #B19000;
	background: #FFEC96;
}
.e_bingo_quiz_container .e_quiz_area .book_area .dis_area .badge.green{
	color: #009D1F;
	background: #8BFFA2;
}
.e_bingo_quiz_container .e_quiz_area .book_area .dis_area .title{
	margin-top: 4px;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
	letter-spacing: -0.18px;
}
.e_bingo_quiz_container .e_quiz_area .book_area .dis_area .sub{
	margin-top: 4px;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: -0.14px;
}

.e_bingo_quiz_container .e_quiz_area .select_area{
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.e_bingo_quiz_container .e_quiz_area .select_area .select_btn{
	display: flex;
	align-items: center;
	padding: 0 20px;
	height: 54px;
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid #D5D5D5;
	box-sizing: border-box;
	color:  #767676;
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
	letter-spacing: -0.14px;
	cursor: pointer;
	transition: all 0.2s linear;
}
.e_bingo_quiz_container .e_quiz_area .select_area .select_btn.active{
	border: 1px solid #5055B1;
	color: #000;
}
.e_bingo_quiz_container .e_quiz_area .select_area .select_btn>span{
	display: inline-block;
}
.e_bingo_quiz_container .e_quiz_area .select_area .select_btn>span.ico{
	width: 22px;
	height: 22px;
	margin-right: 12px;
	background: url(https://contents.kyobobook.co.kr/pmtn/2025/book/251002_bookbook/bnM_pop/radio_icon_off.png) 50% no-repeat;
	background-size: cover;
}
.e_bingo_quiz_container .e_quiz_area .select_area .select_btn.active>span.ico{
	background: url(https://contents.kyobobook.co.kr/pmtn/2025/book/251002_bookbook/bnM_pop/radio_icon_on.png) 50% no-repeat;
	background-size: cover;
}

.e_bingo_quiz_container .e_submit_area{
	display: flex;
	margin: 32px auto 0;
	justify-content: center;
	gap: 8px;
}
.e_bingo_quiz_container .e_submit_area .quiz_btn{
	display: block;
	border-radius: 8px;
	background: #767676;
	width: 140px;
	height: 44px;
	color: #FFF;
	text-align: center;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 44px;
	letter-spacing: -0.14px;
}
.e_bingo_quiz_container .e_submit_area .quiz_btn.submit{
	background-color: #5055B1;
}
.e_bingo_quiz_container .e_submit_area .quiz_btn.disabled{
	pointer-events: none;
  	touch-action: none;
	background-color: #bebebe;
}
.e_bingo_quiz_container .e_submit_area .quiz_btn.submit.disabled{
	pointer-events: none;
  	touch-action: none;
	background-color: #a6a9d7;
}

.event_wrap .e_overlay{
	display: none;
}
.event_wrap .e_overlay.overlay_open{
	display: block;
	position: fixed;
	width: 100vw;
	height: 100vw;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 900;
	
}


@keyframes e_bounce02 {
  0%{
	transform: translateY(0px);
  }
  50%{
	transform: translateY(5px);
  }
  100%{
	transform: translateY(0px);
  }
}
@keyframes e_rotate{
	0%{transform: rotate(0deg);}
	100%{transform: rotate(360deg);}
}

@keyframes e_leaf_rotate01{
	0%{transform: rotate(0deg);}
	50%{transform: rotate(-6deg);}
	100%{transform: rotate(0deg);}
}
@keyframes e_leaf_rotate02{
	0%{transform: rotate(0deg);}
	50%{transform: rotate(4deg);}
	100%{transform: rotate(0deg);}
}