@charset "utf-8";
* {
	box-sizing: border-box;
}
.event_wrap .e_container {
	position:relative;
}
.event_wrap .e_container.bg_01 {
	background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/250923_monthlybookcover/cont01_bg.jpg") repeat-x 50% 0;
	height:904px;
}
.event_wrap .e_container.bg_02 {
	background: #f6f1ed url("https://contents.kyobobook.co.kr/pmtn/2025/book/250923_monthlybookcover/cont02_bg.png") repeat-x top -1px left 12px;
	height:243px;
	z-index: 1;
}
.event_wrap .e_container.bg_03 {
	background: #f6f1ed;
}
.event_wrap .e_container.bg_05 {
	background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/250923_monthlybookcover/cont05_bg.jpg") repeat-x 50% 0;
	height:737px;
	padding-top:100px;
}
.event_wrap .e_container.bg_06 {
	background: #ad1e22 url("https://contents.kyobobook.co.kr/pmtn/2025/book/250923_monthlybookcover/cont06_bg.jpg") repeat-x bottom center / cover;
	padding: 75px 0 530px;
}
/* 사과 모션 */
.event_wrap .e_deco_wrap {
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	width:750px;
	top:0;
}
.event_wrap .e_deco img {
	width:100%;
}
.event_wrap .e_deco {
	position:absolute;
}
.event_wrap .e_deco_wrap .e_deco01 {
	top: -127px;
	left: -72px;
	animation: wobble 1.5s ease-in-out infinite;
}
.event_wrap .e_deco_wrap .e_deco02 {
	left: -84px;
	top: 170px;
	animation: wobble 1.5s 0.2s ease-in-out infinite;
}
.event_wrap .e_deco_wrap .e_deco03 {
	right: -53px;
	top: -16px;
	animation: wobble 2s 0.3s ease-in-out infinite;
}
.event_wrap .e_deco04 {
	top: -74px;
	left: calc(50% - 450px);
	z-index: 2;
	width:225px;
	animation: wobble 3s 0.4s ease-in-out infinite;
}
.event_wrap .e_deco_wrap .e_deco05 {
	top: 30px;
	right: -112px;
	width:211px;
	animation: wobble 4s 0.6s ease-in-out infinite;
}
.event_wrap .e_deco_wrap .e_deco06 {
	top: -46px;
	right: -54px;
	width:115px;
	animation: wobble 2s 0.3s ease-in-out infinite;
}
.event_wrap .e_deco_wrap .e_deco07 {
	top: 258px;
	left: -52px;
	animation: wobble 1.5s ease-in-out infinite;
}
.event_wrap .e_deco_wrap .e_deco08 {
	top: 122px;
	left: -67px;
	width: 91px;
	animation: wobble 1.5s 0.3s ease-in-out infinite;
}
.event_wrap .e_deco_wrap .e_deco09 {
	top: -35px;
	right: -26px;
	animation: wobble 2s 0.4s ease-in-out infinite;
}
.event_wrap .e_deco_wrap .e_deco10 {
	top: 86px;
	left: -150px;
	animation: wobble 1.5s 0.5s ease-in-out infinite;
}
.event_wrap .e_deco_wrap .e_deco11 {
	top: 379px;
	right: -200px;
	animation: wobble 2.5s 0.3s ease-in-out infinite;
}
.event_wrap .e_deco_wrap .e_deco12 {
	top: 500px;
	left: -120px;
	animation: wobble 1.5s 0.5s ease-in-out infinite;
}

/* bg_01 */
.event_wrap .e_main_txt {
	width:728px;
	margin: 0 auto;
}
/* bg_02 */
.event_wrap .e_container.bg_02 .e_img {
	width:549px;
	margin:0 auto;
	padding-top:60px;
}
/* bg_03 */
.event_wrap .e_container.bg_03 .e_img img {
	width:100%;
}
/* bg_04 */
.event_wrap .e_flexbox {
	display:flex;
	align-items: center;
	padding:60px 50px 40px;
}
.event_wrap .e_flexbox .e_slide {
	width:320px;
}
.event_wrap .e_slide .swiper-pagination {
	position:static;
	margin-top: 8px;
	font-size:0;
}
.event_wrap .e_slide .swiper-pagination-bullet {
	opacity:1;
	background: #bfc0c0;
	margin:0 3px;
	width:8px;
	height:8px;
}
.event_wrap .e_slide .swiper-pagination-bullet-active {
	background: #ad1e23;
}
.event_wrap .e_flexbox .e_info {
	width:calc(100% - 320px);
	padding-left:30px;
}
.event_wrap .e_flexbox img {
	width:100%;
}
/* bg_05 */
/* 링크 */
/* .event_wrap .eMap .e_link01 {
	border:1px solid blue;
	bottom: 0;
	right: 0;
	width: 51%;
	height: 28%;
} */
/* bg_06 */
.event_wrap .e_container.bg_06 .e_img {
	width:700px;
	margin:0 auto;
}
.event_wrap .e_container.bg_06 .e_img img {
	width:100%;
}

@keyframes wobble {
	0% {transform:rotate(0deg);}
	25% {transform:rotate(5deg);}
	50% {transform:rotate(-5deg);}
	70% {transform:rotate(4deg);}
}