@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: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260427_family/bnX_cont01_bg.png") no-repeat 50% 0;
}
.event_wrap .e_container.bg_02 {
	background-color: #FFF49B;
}
.event_wrap .e_container.bg_03 {
	background-color: #CAECFF;
}
.event_wrap .e_container.bg_04 {
	background-color: #D4EC8B;
}
.event_wrap .e_container.bg_05 {
	background-color: #FFFBDA;
}
.event_wrap .e_container.bg_06 {
	background-color: #EBFFAF;
}
.event_wrap .e_container.bg_07 {
	background-color: #FFEBF5;
}
/* ==========================
	공통 스타일
============================= */
.event_wrap {
	font-family: "Pretendard",  sans-serif;
}
.event_wrap button {
	cursor: pointer;
}
.event_wrap img {
	width: 100%;
}
/* title img */
.event_wrap .title_box {
	margin: 0 auto 64px;
}
/* tab - contents */
.event_wrap .tab_box {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 14px;
	width: 534px;
	margin: 0 auto 36px;
}
.event_wrap .tab_box li {
	width: calc((100% / 2) - 7px);
}
.event_wrap .tab_box li .tab_btn {
	display: block;
	width: 100%;
	height: 72px;
	line-height: 72px;
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	color: #AEA2A2;
}
.event_wrap .tab_box li .tab_btn.on.bg_pink {
	background-color: #FFD5EA;
	color: #C10463;
}
.event_wrap .tab_box li .tab_btn.on.bg_green {
	background-color: #D4EC8B;
	color: #486000;
}
.event_wrap .tab_box li .tab_btn.on.bg_blue {
	background-color: #CAECFF;
	color: #007CC2;
}
.event_wrap .tab_box li .tab_btn.on.bg_orange {
	background-color: #FFB94E;
	color: #965B00;
}
.event_wrap .tab_box li .tab_btn.on.bg_yellow {
	background-color: #FCE981;
	color: #726000;
}
.event_wrap .tab_box li .tab_btn span {
	font-family: "WILDgag-Bold", sans-serif;
	font-size: 32px;
	letter-spacing: -0.03em;
	text-align: center;
}
.event_wrap .keyword_slide {
	width: 670px;
	margin: 0 auto;
}
.event_wrap .keyword_slide .swiper-pagination {
	position: static;
	font-size: 0;
	margin-top: 40px;
}
.event_wrap .keyword_slide .swiper-pagination-bullet {
	opacity: 1;
	width: 18px;
	height: 18px;
	background-color: #fff;
	margin: 0 4px;
}
.event_wrap .keyword_slide .swiper-pagination-bullet-active {
	background-color: #5B4D4D;
}
.event_wrap .keyword_slide .book_link {
	top: 50px;
	left: 50px;
	width: 163px;
	height: 222px;
}
.event_wrap .keyword_slide #key03_01 .book_link {
	height: 240px;
}
.event_wrap .keyword_slide .book_preview {
	bottom: 47px;
	left: 27%;
	width: 46%;
	height: 85px;
}
/* button */
.event_wrap .btn_box {
	width: 670px;
	margin: 64px auto 0;
}
.event_wrap .btn_box .com_btn {
	display: block;
	width: 100%;
	height: 88px;
	line-height: 88px;
	border-radius: 20px;
	overflow: hidden;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: -0.03em;
	text-align: center;
}
/* notice */
.event_wrap .e_notice {
	width: 700px;
	padding-bottom: 0;
}
.event_wrap .e_notice p,
.event_wrap .e_notice ul li {
	font-family: "Pretendard",  sans-serif;
	font-size: 28px;
	font-weight: 500;
	letter-spacing: -0.03em;
}

/* ==========================
	영역별 스타일
============================= */
/* bg_02 */
.event_wrap .bg_02 .title_box {
	width: 456px;
}
/* bg_03 */
.event_wrap .bg_03 .title_box {
	width: 456px;
}
/* bg_04 */
.event_wrap .bg_04 .title_box {
	width: 480px;
}
/* bg_05 */
.event_wrap .bg_05 .title_box {
	width: 466px;
}
.event_wrap .bg_05 .e_img {
	width: 640px;
	margin: 0 auto;
}
.event_wrap .bg_05 .btn_box .com_btn {
	background-color: #7BA400;
	color: #fff;
}
.event_wrap .bg_05 .title_box {
	width: 466px;
}
.event_wrap .bg_05 .e_notice ul li {
	color: #B19912;
}
.event_wrap .bg_05 .e_notice ul li::before {
	background-color: #B19912;
}
/* bg_06 */
.event_wrap .bg_06 .e_img {
	width: 604px;
	margin: 0 auto;
}
.event_wrap .eMap .link_01 {
	bottom: 0;
	left: 31%;
	width: 38%;
	height: 10%;
}
/* bg_07 */
.event_wrap .bg_07 .e_img {
	width: 574px;
	margin: 0 auto;
}
.event_wrap .e_container.bg_07 .btn_box .com_btn {
	background-color: #65B6AC;
	color: #fff;
}
.event_wrap .bg_07 .e_notice ul li {
	color: #AA4B6C;
}
.event_wrap .bg_07 .e_notice ul li::before {
	background-color: #AA4B6C;
}