@charset "utf-8";
* {
	box-sizing: border-box;
}
.event_wrap .e_container.bg_01 {
	background: #b5d9e6 url("https://contents.kyobobook.co.kr/pmtn/2025/eBook/251212_audio/bnD11_cont01_bg.jpg") repeat-x 50% 0;
}
.event_wrap .e_container.bg_02 {
	background: #172b4d url("https://contents.kyobobook.co.kr/pmtn/2025/eBook/251212_audio/bnD11_cont02_bg.jpg") 50% 0;
}
.event_wrap .e_container.bg_03 {
	background: #cce2e9 url("https://contents.kyobobook.co.kr/pmtn/2025/eBook/251212_audio/bnD11_cont03_bg.jpg") 50% 0;
}
.event_wrap .mB95 {
	margin-bottom:95px;
}
.event_wrap .inner.w1200 {
	width:1200px;
}
.event_wrap .e_main_wrap {
	padding:100px 0 80px;
}
.event_wrap .e_main_wrap .e_main_text.e_main_text01 {
	width:364px;
	margin:0 auto;
}
.event_wrap .e_main_wrap .e_main_text.e_main_text02 {
	width:777px;
	margin:53px auto 0;
	position:relative;
}
.event_wrap .e_main_wrap .e_main_text.e_main_text03 {
	width:561px;
	margin:25px auto 0;
}
.event_wrap .e_main_wrap .e_deco_wrap .e_deco {
	position:absolute;
}
.event_wrap .e_main_wrap .e_deco_wrap .e_deco01 {
	top:254px;
	left:-80px;
	animation: floating 2s 0.8s ease-in-out infinite;
}
.event_wrap .e_main_wrap .e_deco_wrap .e_deco02 {
	top:-12px;
	right:-105px;
	animation: floating 2s 1.5s ease-in-out infinite;
}
.event_wrap .e_main_wrap .e_deco_wrap .e_deco03 {
	top:-63px;
	right:-30px;
	animation: floating 2s 1s ease-in-out infinite;
}
.event_wrap .e_inner_bg {
	width:1232px;
	margin:0 auto;
	background:url("https://contents.kyobobook.co.kr/pmtn/2025/eBook/251212_audio/bnD11_cont01_inner_bg.png") no-repeat top center;
	background-size:100% 100%;
	padding:130px 0 100px;
}
.event_wrap .e_booklist {
	width:680px;
	margin:0 auto;
	padding:0 10px;
	display:flex;
	flex-wrap:wrap;
	gap:50px 25px;
}
.event_wrap .e_booklist li {
	width:calc((100% / 3) - 17px);
}
.event_wrap .e_booklist .e_thumb {
	aspect-ratio: 200 / 278;
	position:relative;
	margin-bottom:20px;
}
.event_wrap .e_booklist .e_thumb::before {
	content:'';
	background:url("https://contents.kyobobook.co.kr/pmtn/2025/eBook/251212_audio/bnD11_audio.png") no-repeat center;
	width:61px;
	height:61px;
	position:absolute;
	top:-22px;
	right:-15px;
}
.event_wrap .e_booklist .e_thumb img {
	width:100%;
	height:100%;
	object-fit: cover;
	border-radius: 10px 10px 10px 0;
	overflow: hidden;
}
.event_wrap .e_booklist .e_info {
	font-family: 'SUIT', sans-serif;
	line-height:1.3;
	letter-spacing: -1px;
}
.event_wrap .e_booklist .e_info .e_title {
	font-size:24px;
	display:block;
	font-weight: 800;
	word-break: keep-all;
}
.event_wrap .e_booklist .e_info .e_pub {
	font-size:22px;
	display:block;
	margin: 15px 0;
	font-weight: 700;
}
.event_wrap .e_booklist .e_info .e_desc {
	font-size:22px;
}
.event_wrap .e_btn_box {
	width:520px;
	margin: 40px auto 0;
}
.event_wrap .e_btn_box .e_btn {
	display:block;
	width:100%;
	height:90px;
	line-height:90px;
	border-radius: 10px;
	overflow: hidden;
	background:#fff;
	text-align: center;
	font-family: 'SUIT', sans-serif;
	font-size:28px;
	font-weight: 800;
}
.event_wrap .e_notice {
	width:650px;
}
.event_wrap .e_notice p {
	font-size:20px;
}
.event_wrap .e_notice p,
.event_wrap .e_notice ul li {
	color:#a2aab8;
}
.event_wrap .e_notice ul li::before {
	background: #a2aab8;;
}

@keyframes floating {
	0% {transform:translateY(0);}
	50% {transform:translateY(-10px);}
	100% {transform:translateY(0);}
}