@charset "UTF-8";
*, *::before, *::after {
	box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
}
.event_wrap .e_container {
	padding: 120px 0;
}
.event_wrap .e_container.bg_01 {
	background: #009FE7 url("https://contents.kyobobook.co.kr/pmtn/2026/book/260513_culture/bnX_cont01_bg.png") no-repeat 50% 0;
}
.event_wrap .e_container.bg_02 {
	background-color: #F1F1F5;
}
.event_wrap .e_container.bg_03 {
	background-color: #78CF2C;
	overflow: hidden;
}
/* ==========================
	공통 스타일
============================= */
.event_wrap {
	font-family: "Pretendard",  sans-serif;
}
.event_wrap img {
	width: 100%;
}
.event_wrap .top_deco {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 74px 30px;
	padding-top: 58px;
}
/* ==========================
	영역별 스타일
============================= */
/* bg_01 */
.event_wrap .main_title {
	width: 670px;
	margin: 0 auto; 
}
/* bg_02 */
.event_wrap .sub_text_box {
	text-align: center;
}
.event_wrap .sub_text_box.top_deco {
	background-image: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260513_culture/bnX_title_deco01.png");
}
.event_wrap .sub_text_box strong {
	display: block;
	font-size: 36px;
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.4;
	margin-bottom: 28px;
}
.event_wrap .sub_text_box p {
	font-size: 28px;
	font-weight: 500;
	letter-spacing: -0.03em;
	line-height: 1.4;
}
/* bg_03 */
.event_wrap .bg_03 .title_box.top_deco {
	background-image: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260513_culture/bnX_title_deco02.png");
}
.event_wrap .title_box {
	text-align: center;
}
.event_wrap .title_box h3 {
	font-size: 52px;
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.4;
}
.event_wrap .curator_tabs {
	margin: 100px auto 60px;
}
.event_wrap .curator_tabs .swiper-container {
	overflow: visible;
}
.event_wrap .curator_tabs .swiper-slide {
	width: auto;
	display: block;
	border-radius: 20px;
	padding: 24px;
	background-color: #fff;
	cursor: pointer;
}
.event_wrap .curator_tabs .swiper-slide::before {
	content:'';
	position: absolute;
	bottom: -24px;
	left: 50%;
	background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260513_culture/bnX_tab_on_arrow.png") no-repeat center bottom / contain;
	width: 48px;
	height: 29px;
	transform: translateX(-50%);
	z-index: 1;
	opacity: 0;
}
.event_wrap .curator_tabs .swiper-slide.on::before {
	opacity: 1;
}
.event_wrap .curator_tabs .swiper-slide.on {
	background-color: #009FE7;
}
.event_wrap .curator_tabs .img_box {
	width: 252px;
	margin: 0 auto 20px;
}
.event_wrap .curator_tabs .curator_name {
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.2;
}
.event_wrap .curator_tabs .curator_name span {
	display: block;
	font-weight: 500;
}
.event_wrap .curator_tabs .swiper-slide.on .curator_name {
	color: #fff;
}
.event_wrap .curation_wrap {
	width: 670px;
	margin: 0 auto 100px;
}
.event_wrap .curation_wrap .curation_box {
	display: none;
	border-radius: 20px;
	overflow: hidden;
	padding: 60px 50px;
	background-color: #fff;
}
.event_wrap .curation_wrap .curation_box.on {
	display: block;
}
.event_wrap .curation_wrap .curation_title {
	position: relative;
	width: 460px;
	margin: 0 auto 40px;
	text-align: center;
	font-size: 32px;
	font-weight: 500;
	letter-spacing: -0.03em;
	line-height: 1.4;
	color: #111;
}
.event_wrap .curation_wrap .curation_title::before,
.event_wrap .curation_wrap .curation_title::after {
	content:'';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	background-color: #009FE7;
	border-radius: 50%;
}
.event_wrap .curation_wrap .curation_title::before {
	left: 0;
}
.event_wrap .curation_wrap .curation_title::after {
	right: 0;
}
.event_wrap .curation_wrap .pic {
	margin-bottom: 40px;
}
.event_wrap .curation_wrap .book_list li {
	display: flex;
	align-items: flex-start;
	padding: 48px 0;
	border-top: 1px solid #6C6C6C;
}
.event_wrap .curation_wrap .book_list .thumb {
	width: 152px;
}
.event_wrap .curation_wrap .book_list .thumb.bd {
	border: 1px solid #D9D9D9;
}
.event_wrap .curation_wrap .book_list .info {
	flex: 1;
	color: #111;
	word-break: keep-all;
	padding-left: 28px;
}
.event_wrap .curation_wrap .book_list .info .book_title {
	font-size: 26px;
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.4;
	margin-bottom: 20px;
}
.event_wrap .curation_wrap .book_list .info .book_desc {
	font-size: 24px;
	letter-spacing: -0.03em;
	line-height: 1.4;
}
.event_wrap .btn_up {
	display: block;
	width: 670px;
	height: 88px;
	line-height: 88px;
	margin: 0 auto;
	background-color: #111;
	border-radius: 20px;
	overflow: hidden;
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: -0.03em;
	color: #fff;
}