@charset "utf-8";
*, *::before, *::after {
	box-sizing: border-box;
}
.event_wrap {
	font-family: "Pretendard", sans-serif;
}
.event_wrap .e_container.bg_01 {
	background: #FFE5A6 url("https://contents.kyobobook.co.kr/pmtn/2026/book/260323_kimtoesa/bnS_cont01_bg.jpg") repeat-x 50% 0;
	padding: 166px 0 116px;
}
.event_wrap .e_container:not(.bg_01) {
	padding: 120px 0;
}
.event_wrap .e_container.bg_03 {
	background-color: #FED66A;
}
.event_wrap .e_container img {
	width: 100%;
}
/* 공통 제목 */
.event_wrap .title_box {
	text-align: center;
	margin-bottom: 40px;
}
.event_wrap .bg_03 .title_box img {
	width: 78px;
}
.event_wrap .bg_04 .title_box img {
	width: 102px;
}
.event_wrap .title_box h3 {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.1;
	margin-top: 16px;
}
/* bg_01 */
.event_wrap .main_wrap {
	width: 612px;
	margin: 0 auto;
}
.event_wrap .main_wrap .flip_obj {
	width: 470px;
	margin: -35px auto 0;
	perspective: 1000px;
}
.event_wrap .main_wrap .flip_obj .flip_inner {
	animation: flipMotion 4s ease-in-out infinite;
	transform-style: preserve-3d;
}
.event_wrap .eMap .link_01 {
	bottom: 0;
	left: 23%;
	width: 16%;
	height: 32%;
}
.event_wrap .eMap .link_02 {
	bottom: 0;
	left: 42%;
	width: 16%;
	height: 32%;
}
.event_wrap .eMap .link_03 {
	bottom: 0;
	right: 23%;
	width: 16%;
	height: 32%;
}
.event_wrap .eMap .link_04 {
	top: 11%;
	left: 24%;
	width: 52%;
	height: 66%;
}
/* bg_02 */
.event_wrap .sub_text {
	font-size: 26px;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
	color: #1D212C;
	margin-bottom: 40px;
}
.event_wrap .cartoon_list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 10px;
	width: 680px;
	margin: 0 auto;
}
.event_wrap .cartoon_list li {
	width: calc((100% / 2) - 5px);
}
.event_wrap .bubble {
	position: relative;
	z-index: 1;
	width: 620px;
	margin: -24px auto 0;
}
/* bg_03 */
.event_wrap .flexslider {
	z-index: 2;
}
.event_wrap .flexslider::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% + 2px);
	height: 100%;
	background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260323_kimtoesa/bnS_gift_frame.png") no-repeat center / cover;
	z-index: 1;
}
.event_wrap .flexslider .flex-nav-prev a,
.event_wrap .flexslider .flex-nav-next a {
	background-image: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260323_kimtoesa/bnS_slide_nav.png");
	background-size: contain;
	width: 60px;
	height: 60px;
}
.event_wrap .flexslider .flex-nav-prev a {
	transform: rotate(180deg);
}
/* notice */
.event_wrap .e_notice {
	width: 730px;
	padding: 40px 0 0 0;
}
.event_wrap .e_notice ul li {
	font-size: 22px;
	font-family: "Pretendard", sans-serif;
}
.event_wrap .e_notice ul li::before {
	background-color: #000;
}

@keyframes flipMotion {
	0% {transform: rotateY(0deg);}
	100% {transform: rotateY(360deg);}
}
