@charset "utf-8";
* {
	box-sizing: border-box;
}
.event_wrap .e_container.bg_01 {
	background: #fffcc9 url("https://contents.kyobobook.co.kr/pmtn/2025/book/250903_sign/bnD6_ebg_01.jpg") no-repeat 50% 0;
}
.event_wrap .e_container.bg_02 {
	background: #fffeed url("https://contents.kyobobook.co.kr/pmtn/2025/book/250903_sign/bnD6_cont02_bg.jpg") no-repeat 50% 0;
}
.event_wrap .e_container.bg_03 {
	background: #fffcc9 url("https://contents.kyobobook.co.kr/pmtn/2025/book/250903_sign/bnD6_ebg_03.jpg") 50% 0;
}
.event_wrap .e_container.bg_04 {
	background: #ffeaa7 url("https://contents.kyobobook.co.kr/pmtn/2025/book/250903_sign/bnD6_ebg_04.jpg") 50% 0;
}
/* 링크 */
.event_wrap .e_link_box {
	position:relative;
}
.event_wrap .e_link_box a {
	position:absolute;
}
.event_wrap .e_link_box .e_link01 {
	bottom: 9%;
	left: 18%;
	width: 64%;
	height: 4.7%;
}
.event_wrap .e_link_box .e_link02 {
	bottom: 42%;
	left: 31%;
	width: 38%;
	height: 34%;
}
.event_wrap .e_link_box .e_link03 {
	bottom: 5.3%;
	left: 7%;
	width: 86%;
	height: 4%;
}
.event_wrap .e_bookwrap {
	position:relative;
}
.event_wrap .e_bookwrap .e_thumb {
	width:395px;
	height:585px;
	margin:70px auto 0;
	position:relative;
}
.event_wrap .e_bookwrap .e_thumb img {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	width:100%;
	height:100%;
	object-fit:cover;
}
.event_wrap .e_bookwrap img.e_badge {
	position:absolute;
	top:-70px;
	right:115px;
	z-index: 2;
}