@charset "utf-8";
* {
	box-sizing: border-box;
}
.event_wrap .e_container.bg_01 {
	background: #9a2621 url("https://contents.kyobobook.co.kr/pmtn/2025/book/251205_christmas/bnD7_cont01_bg.jpg") no-repeat 50% 0;
}
.event_wrap .e_container.bg_02 {
	background: #9a0f13 url("https://contents.kyobobook.co.kr/pmtn/2025/book/251205_christmas/bnD7_cont02_bg.jpg") 50% 0;
	padding:100px 0;
}
.event_wrap .e_container.bg_03 {
	background: #367055;
	padding-bottom: 100px;
}
.event_wrap .e_container.bg_04 {
	background: #005138 url("https://contents.kyobobook.co.kr/pmtn/2025/book/251205_christmas/bnD7_cont04_bg.jpg") 50% 0;
}
/* bg_02 */
.event_wrap .e_todo_list {
	width:695px;
	margin:0 auto;
	position:relative;
}
.event_wrap .e_todo_list  .e_todo_list_bg {
	background: #f9f6f6;
	border-radius: 20px;
	overflow: hidden;
	padding:50px 25px;
}
.event_wrap .e_todo_list .e_todo_box {
	display:flex;
	gap:0 10px;
	margin-bottom:40px;
}
.event_wrap .e_todo_list .e_todo_box .e_todo_title {
	width:calc(100% - 144px);
	background: #df131d;
	border-radius: 35px;
	overflow: hidden;
	text-align: center;
	font-size:33px;
	font-family: 'PartialSansKR', sans-serif;
	color:#fff;
	height:71px;
	line-height:71px;
}
.event_wrap .e_todo_list .e_todo_box .e_todo_title span {
	color:#fff6c4;
}
.event_wrap .e_todo_list .e_todo_box .e_switch_wrap {
	width:144px;
	background:url("https://contents.kyobobook.co.kr/pmtn/2025/book/251205_christmas/bnD7_check_bg.png") no-repeat center;
	background-size:144px 73px;
	height:73px;
	overflow:hidden;
	position:relative;
}
.event_wrap .e_todo_list .e_todo_box .e_switch_wrap .e_switch {
	width:67px;
	height:67px;
	border-radius: 50%;
	background:#df131d;
	border:6px solid #fff;
	box-shadow: 0 2px 24px 4px rgba(0, 0, 0, 0.04),
				2px 0 6px 0 rgba(0, 0, 0, 0.11);
	position:absolute;
	top:3px;
	left:3px;
	transition:all 0.5s;
}
.event_wrap .e_todo_list .e_todo_box .e_switch_wrap .e_switch.toggle {
	transform:translateX(70px);
	box-shadow: 0 2px 24px 4px rgba(0, 0, 0, 0.04),
				-2px 0 6px 0 rgba(0, 0, 0, 0.11);
}
.event_wrap .e_todo_list .e_text_box {
	text-align: center;
	line-height:1.3;
	margin-top:30px;
}
.event_wrap .e_todo_list .e_text_box .e_bold_box {
	display:inline-block;
	font-family: 'Cafe24Decobox', sans-serif;
	background: #367055;
	color:#fff6c4;
	font-size:27px;
	padding:0 5px;
	line-height:1.2;
	margin-bottom:14px;
}
.event_wrap .e_todo_list .e_text_box p {
	font-size:23px;
	letter-spacing: -1px;
	color:#222;
}
.event_wrap .e_todo_list .e_text_box p.emoji01::after {
	content:'';
	background:url("https://contents.kyobobook.co.kr/pmtn/2025/book/251205_christmas/bnD7_todo01.png") no-repeat center / contain;
	width:16px;
	height:34px;
	display:inline-block;
	vertical-align: middle;
	margin-left: 4px;
}
.event_wrap .e_todo_list .e_text_box p.emoji03::after {
	content:'';
	background:url("https://contents.kyobobook.co.kr/pmtn/2025/book/251205_christmas/bnD7_todo03.png") no-repeat center / contain;
	width:20px;
	height:24px;
	display:inline-block;
	vertical-align: middle;
	margin-left: 4px;
}
.event_wrap .e_todo_list .e_text_box p.emoji04::after {
	content:'';
	background:url("https://contents.kyobobook.co.kr/pmtn/2025/book/251205_christmas/bnD7_todo04.png") no-repeat center / contain;
	width:22px;
	height:22px;
	display:inline-block;
	vertical-align: middle;
	margin-left: 4px;
}
.event_wrap .e_todo_list .e_text_box .e_highlight {
	background: #fff3b3;
	padding:0 3px;
}
.event_wrap .e_todo_list .e_book_box {
	width:450px;
	margin: 50px auto 0;
	display:flex;
	gap:0 45px;
}
.event_wrap .e_todo_list .e_book_box li {
	width:calc(100% / 2);
}
.event_wrap .e_todo_list .e_book_box .e_thumb {
	width:200px;
	border-radius: 10px;
	overflow: hidden;
}
.event_wrap .e_todo_list .e_book_box .e_thumb img {
	aspect-ratio: 200 / 278;
	width:100%;
	height:100%;
	object-fit: cover;
}
.event_wrap .e_todo_list .e_book_box .e_info {
	text-align: center;
	line-height:1.3;
	margin-top:15px;
	color:#222;
}
.event_wrap .e_todo_list .e_book_box .e_info .e_title {
	font-size:24px;
	font-weight: 600;
	word-break: keep-all;
}
.event_wrap .e_todo_list .e_book_box .e_info .e_lead {
	font-size:20px;
	margin-top:15px;
}
.event_wrap .e_todo_list .swiper-button-next, 
.event_wrap .e_todo_list .swiper-button-prev {
	background-image: url("https://contents.kyobobook.co.kr/pmtn/2025/book/251205_christmas/bnD7_slide_nav.png");
	background-color:transparent;
	background-size:contain;
	width:27px;
	height:47px;
	opacity:1;
	top:370px;
}
.event_wrap .e_todo_list .swiper-button-next {
	right:0;
}
.event_wrap .e_todo_list .swiper-button-prev {
	left:0;
	transform:rotate(180deg);
}
.event_wrap .e_todo_list .swiper-pagination {
	position:static;
	font-size:0;
	margin-top:30px;
}
.event_wrap .e_todo_list .swiper-pagination-bullet {
	width:12px;
	height:12px;
	opacity:1;
	background: #f8fdff;
	margin:0 10px;
}
.event_wrap .e_todo_list .swiper-pagination-bullet-active {
	background: #ffe87e;
}
/* bg_03 */
.event_wrap .e_book_slide .swiper-slide {
	width:auto;
}
.event_wrap .e_book_slide .e_thumb {
	width: 200px;
    height: 278px;
    display: flex;
    align-items: flex-end;
}
.event_wrap .e_book_slide .e_thumb img {
	width:100%;
	border-radius: 10px;
	overflow: hidden;
}
.event_wrap .e_book_slide .e_thumb.e_h100 img {
	height:100%;
	object-fit: cover;
}
.event_wrap .e_book_slide .e_title {
	text-align: center;
	font-size:22px;
	font-weight:600;
	line-height:1.4;
	font-family: 'Pretendard', sans-serif;
	color:#fff;
	margin-top:20px;
	word-break: keep-all;
}
.event_wrap .e_book_slide .e_scrollbar_wrap {
	width:467px;
	margin:55px auto 0;
	padding:2px 0;
	overflow: hidden;
}
.event_wrap .e_book_slide .e_scrollbar_wrap .swiper-scrollbar {
	background:#f6f6f6;
	border-radius: 3px;
	height:6px;
}
.event_wrap .e_book_slide .e_scrollbar_wrap .swiper-scrollbar-drag {
	height:10px;
	background:#ffe87e;
	border-radius: 5px;
	top:-2px;
	cursor:grab;
}
.event_wrap .e_gift_slide .swiper-pagination {
	top:0;
	right:0;
	background-color:rgba(255, 255, 255, 0.7);
	border-radius: unset;
	left: auto;
	transform: translateX(0);
	font-family: 'Verdana', sans-serif;
}
.event_wrap .e_gift_slide .swiper-pagination span {
	font-size:20px;
	color:#000;
	letter-spacing: -2px;
	font-family: inherit;
}
.event_wrap .e_gift_slide .swiper-pagination.swiper-pagination-fraction .swiper-pagination-total:before {
	content:'/';
	color:#000;
}
.event_wrap .e_gift_slide .swiper-button-prev, 
.event_wrap .e_gift_slide .swiper-button-next {
	width:70px;
	height:80px;
	background-image:url("https://contents.kyobobook.co.kr/pmtn/common/slider/btn_left_01.png");
	background-color:transparent;
	background-size: 100% 100%;
	border-radius: unset;
	top: 50%;
	transform: translateY(-50%);
	margin-top:0;
	display:none;
}
.event_wrap .e_gift_slide:hover .swiper-button-prev, 
.event_wrap .e_gift_slide:hover .swiper-button-next {
	display:block;
}
.event_wrap .e_gift_slide .swiper-button-prev {
	transform:rotate(0) translateY(-50%);
	left:0;
}
.event_wrap .e_gift_slide .swiper-button-next {
	right:0;
	transform: translateY(-50%) rotate(180deg);
}
.event_wrap .e_gift_slide .e_bullets {
	margin-top:30px;
	text-align: center;
	font-size:0;
}
.event_wrap .e_gift_slide .e_bullets .custom-bullet {
	display:inline-block;
	width:12px;
	height:12px;
	background:#f8fdff;
	margin:0 10px;
	border-radius: 50%;
	cursor: pointer;
}
.event_wrap .e_gift_slide .e_bullets .custom-bullet.active {
	background:#ffe87e;
}
.event_wrap .e_notice {
	width:710px;
}
.event_wrap .e_notice p {
	font-size:20px;
}
.event_wrap .e_notice p,
.event_wrap .e_notice ul li {
	color: rgba(255, 255, 255, 0.7);
}
.event_wrap .e_notice ul li::before {
	background: rgba(255, 255, 255, 0.7);
}