@charset "UTF-8";
*, *::before, *::after {
	box-sizing: border-box;
}
.event_wrap .e_container:not(.bg_01) {
	padding: 120px 0;
}
.event_wrap .e_container.bg_01 {
	background: #14142F url("https://contents.kyobobook.co.kr/pmtn/2026/book/260624_world/bnH_cont01.png") no-repeat 50% 0;
	height: 780px;
}
.event_wrap .e_container.bg_02 {
	background-color: #FFFAEB;
}
.event_wrap .e_container.bg_03 {
	background-color: #FFEECB;
}
.event_wrap .e_container.bg_04 {
	background-color: #FFFAEB;
}
/* ==========================
	공통 스타일
============================= */
.event_wrap {
	font-family: "Pretendard",  sans-serif;
}
.event_wrap img {
	width: 100%;
}
.event_wrap .w670 {
	width: 670px;
	margin: 0 auto;
}
.event_wrap .title_box {
	text-align: center;
	margin-bottom: 60px;
}
.event_wrap .title_box h3 {
	font-size: 44px;
	font-weight: 800;
	line-height: 1.4;
	letter-spacing: -0.025em;
}
.event_wrap .title_box p {
	font-size: 24px;
	font-weight: 300;
	line-height: 1.4;
	letter-spacing: -0.025em;
	margin-top: 20px;
}
.event_wrap .swiper-button-next, 
.event_wrap .swiper-button-prev {
	opacity: 1;
	background-image: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260624_world/bnH_slide_nav.png");
	background-color: transparent;
	background-size: contain;
	border-radius: 0;
}
.event_wrap .swiper-button-prev {
	transform: rotateY(180deg);
}
/* ==========================
	영역별 스타일
============================= */
/* bg_02 */
.event_wrap .book_tab_wrap {
	position: relative;
	display: flex;
	gap: 0 36px;
	margin-bottom: 100px;
	padding: 0 20px;
}
.event_wrap .book_tab_wrap::after {
	content:'';
	position: absolute;
	bottom: -24px;
	left: 50%;
	width: 670px;
	height: 24px;
	background-color: #1A160A;
	box-shadow: 0px 12px 0px #E5DECF;
	transform: translateX(-50%);
}
.event_wrap .book_tab_wrap li {
	width: calc((100% / 4) - 27px);
}
.event_wrap .book_tab_wrap .book_tab {
	display: block;
	width: 100%;
}
.event_wrap .book_tab_wrap .text_bubble {
	display: block;
	width: 130px;
	height: 82px;
	font-size: 26px;
	font-weight: 700;
	line-height: 68px;
	letter-spacing: -0.025em;
	color: #898159;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260624_world/bnH_cont02_tab.png");
}
.event_wrap .book_tab_wrap .book_tab.on .text_bubble {
	color: #fff;
	background-image: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260624_world/bnH_cont02_tab_on.png");
}
.event_wrap .book_tab_wrap .book_img {
	width: 130px;
	height: 185px;
	margin-top: 26px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.event_wrap .book_tab_wrap .book_tab01 .book_img {
	background-image: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260624_world/bnH_cont02_book01.jpg");
}
.event_wrap .book_tab_wrap .book_tab02 .book_img {
	background-image: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260624_world/bnH_cont02_book02.jpg");
}
.event_wrap .book_tab_wrap .book_tab03 .book_img {
	background-image: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260624_world/bnH_cont02_book03.jpg");
}
.event_wrap .book_tab_wrap .book_tab04 .book_img {
	background-image: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260624_world/bnH_cont02_book04.jpg");
}
.event_wrap .book_tab_wrap .book_tab01.on .book_img {
	background-image: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260624_world/bnH_cont02_book01_on.jpg");
}
.event_wrap .book_tab_wrap .book_tab02.on .book_img {
	background-image: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260624_world/bnH_cont02_book02_on.jpg");
}
.event_wrap .book_tab_wrap .book_tab03.on .book_img {
	background-image: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260624_world/bnH_cont02_book03_on.jpg");
}
.event_wrap .book_tab_wrap .book_tab04.on .book_img {
	background-image: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260624_world/bnH_cont02_book04_on.jpg");
}
.event_wrap .pub_slide .swiper-button-next, 
.event_wrap .pub_slide .swiper-button-prev {
	top: 48px;
	margin-top: 0;
	width: 34px;
	height: 24px;
}
.event_wrap .pub_slide .swiper-button-next {
	right: 23px;
}
.event_wrap .pub_slide .swiper-button-prev {
	left: 23px;
}
/* bg_03 */
.event_wrap .book_slide .swiper-button-next, 
.event_wrap .book_slide .swiper-button-prev {
	top: 0;
	margin-top: 0;
	width: 96px;
	height: 96px;
	background-size: 34px 24px;
	background-color: #fff;
	border: 1px solid #000;
}
.event_wrap .book_slide .swiper-button-next {
	right: 0;
}
.event_wrap .book_slide .swiper-button-prev {
	left: 0;
}
.event_wrap .book_slide .eMap .link_01 {
	top: 140px;
	left: 8%;
	width: 152px;
	height: 225px;
}
.event_wrap .book_slide .eMap .link_02 {
	top: 140px;
	left: 39%;
	width: 152px;
	height: 225px;
}
.event_wrap .book_slide .eMap .link_03 {
	top: 140px;
	right: 8%;
	width: 152px;
	height: 225px;
}
.event_wrap .book_slide .eMap .link_04 {
	bottom: 38px;
	left: 8%;
	width: 152px;
	height: 225px;
}
/* bg_04 */
.event_wrap .title_box .img_box {
	width: 458px;
	margin: 0 auto 8px;
}