@charset "utf-8";
* {
	box-sizing: border-box;
}
.event_wrap .e_container.bg_01 {
	background: #161616 url("https://contents.kyobobook.co.kr/pmtn/2026/book/260126_recover/bnJ_cont01_bg.jpg") no-repeat 50% 0;
}
.event_wrap .e_container.bg_02 {
	background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260126_recover/bnJ_cont02_bg.jpg") no-repeat bottom center;
}
.event_wrap .e_container.bg_03 {
	background: #00b5ee url("https://contents.kyobobook.co.kr/pmtn/2026/book/260126_recover/bnJ_cont03_bg.jpg") bottom center;
	padding-bottom: 100px;
}
.event_wrap .e_container.bg_04 {
	background: #f5f5f5 url("https://contents.kyobobook.co.kr/pmtn/2026/book/260126_recover/bnJ_cont04_bg.jpg") top center;
	padding-top: 100px;
}
.event_wrap .e_container.bg_05 {
	background-color: #fce797;
}
.event_wrap .inner.w938 {
	width: 938px;
	margin-top: 40px;
}
.event_wrap .inner.w1200 {
	width: 1200px;
}
.event_wrap .e_book_wrap {
	background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260126_recover/bnJ_book_bg.png") no-repeat bottom 70px center;
	width: 451px;
	margin: 40px auto;
	position: relative;
	perspective: 3000px;
}
.event_wrap .e_book_wrap .e_book_inner {
	width: 340px;
	height: 483px;
	margin:0 auto;
	display: block;
	transition: all 1s;
	transform-style: preserve-3d;
	transform-origin: 50% 50%;
	cursor: pointer;
	transform: rotateY(0deg) translateX(10px);
}
.event_wrap .e_book_wrap .e_book_inner.rotate1 {
	transform: rotateY(40deg) translateX(58px);
}
.event_wrap .e_book_wrap .e_book_inner.rotate2 {
	transform: rotateY(200deg);
}
.event_wrap .e_book_wrap span {
	position: absolute;
	top: 0;
	height: 100%;
	backface-visibility: hidden;
	display: block;
}
.event_wrap .e_book_front {
	width: 100%;
	transform: translateZ(0px);
	z-index: 2;
}
.event_wrap .e_book_side {
	width: 58px;
	left: 0;
	transform: rotate3d(0, 1, 0, -90deg) translate3d(-58px, 0px, 0px);
	transform-origin: left;
	z-index: 1;
}
.event_wrap .e_book_side::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.1);
}
.event_wrap .e_book_front img {
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
}
.event_wrap .e_book_wrap .e_book_back {
	transform: rotateY(-197deg) translate3d(8px, 0, 0);
}
.event_wrap .e_book_wrap span img {
	width: 100%;
	height: 100%;
	display: block;
}
.event_wrap .eMap .e_link01 {
	top: 0;
	left: 13%;
	width: 37%;
	height: 29%;
}
.event_wrap .eMap .e_link02 {
	top: 0;
	right: 13%;
	width: 37%;
	height: 29%;
}
.event_wrap .e_comment_slide {
	font-family: "Pretendard",  sans-serif;
	position: relative;
}
.event_wrap .e_comment_slide .swiper-container {
	padding-left: 25px;
}
.event_wrap .e_comment_slide .swiper-slide {
	height: 300px;
	background-color: #fffefc;
	border-radius: 20px;
	overflow: hidden;
	padding: 50px;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.event_wrap .e_comment_slide .swiper-slide p {
	font-size: 23px;
	line-height: 1.5;
}
.event_wrap .e_comment_slide .swiper-slide span {
	display: block;
	font-size: 22px;
	color: #555;
	line-height: 1.5;
	margin-top: 20px;
}
.event_wrap .e_comment_slide .swiper-pagination {
	position: static;
	font-size: 0;
	margin-top: 50px;
}
.event_wrap .e_comment_slide .swiper-pagination-bullet {
	opacity: 1;
	width: 12px;
	height: 12px;
	background-color: #b3d2dc;
	margin: 0 10px;
}
.event_wrap .e_comment_slide .swiper-pagination-bullet-active {
	background-color: #fff;
}
.event_wrap .e_notice {
	width: 600px;
}
.event_wrap .e_notice p {
	font-size: 22px;
}
.event_wrap .e_notice ul li::before {
	background-color: #000;
}