@charset "UTF-8";
*, *::before, *::after {
	box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
}
.event_wrap .e_container.bg_01 {
	background: #8DED56 url("https://contents.kyobobook.co.kr/pmtn/2026/book/260723_dday/bnX_cont01_bg.jpg") repeat-x 50% 0;
	padding-top: 80px;
}
.event_wrap .e_container.bg_02 {
	background: #8DED56 url("https://contents.kyobobook.co.kr/pmtn/2026/book/260723_dday/bnX_cont02_bg.png") no-repeat bottom 266px center;
	padding: 60px 0 120px;
}
.event_wrap .e_container.bg_03 {
	background-color: #F6FFC2;
	padding: 120px 0;
}
.event_wrap .e_container.bg_04 {
	background-color: #EBEBEB;
	padding: 120px 0;
}
/* ==========================
	공통 스타일
============================= */
.event_wrap {
	font-family: "Pretendard",  sans-serif;
}
.event_wrap img {
	width: 100%;
}
.event_wrap .w670 {
	width: 670px;
	margin: 0 auto;
}
.event_wrap .w690 {
	width: 690px;
	margin: 0 auto;
}
.event_wrap .title_img {
	margin: 0 auto 48px;
}
/* ==========================
	영역별 스타일
============================= */
/* bg_01 */
.event_wrap .countdown_wrap p {
	font-size: 32px;
	line-height: 1.4;
	letter-spacing: -0.025em;
	color: #1D4406;
	text-align: center;
	margin-bottom: 24px;
}
.event_wrap .countdown_wrap .countdown_box {
	display: flex;
	justify-content: center;
	gap: 0 32px;
}
.event_wrap .countdown_wrap .countdown_box .box_inner {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
.event_wrap .countdown_wrap .countdown_box .box_inner::before,
.event_wrap .countdown_wrap .countdown_box .box_inner::after {
	content: '';
	position: absolute;
	top: 36px;
	width: 4px;
	height: 22px;
	border-radius: 22px;
	overflow: hidden;
	background-color: #08741E;
}
.event_wrap .countdown_wrap .countdown_box .box_inner::before {
	left: -6px;
}
.event_wrap .countdown_wrap .countdown_box .box_inner::after {
	right: -6px;
}
.event_wrap .countdown_wrap .countdown_box .box_inner .dday {
	display: inline-block;
	padding: 8px 10px;
	border-radius: 8px;
	border: 3px solid #249A3C;
	background-color: #1CAD39;
	font-size: 70px;
	font-weight: 600;
	line-height: 1;
	color: #fff;
	margin-bottom: 10px;
}
.event_wrap .countdown_wrap .countdown_box .box_inner .dday:not(#days) {
	width: 110px;
}
.event_wrap .countdown_wrap .countdown_box .box_inner .dday#days {
	color: #FFFF88;
}
.event_wrap .countdown_wrap .countdown_box .box_inner .dday_txt {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.3;
	color: #1CAD39;
}
.event_wrap .main_title {
	margin-top: 64px;
}
/* bg_02 */
.event_wrap .bg_02 .title_img {
	width: 645px;
	margin-bottom: 64px;
}
.event_wrap .bg_02 .good_img {
	width: 712px;
	margin: 0 auto 64px;
}
.event_wrap .gift_slide {
	position: relative;
	width: 750px;
	margin: 0 auto;
}
.event_wrap .gift_slide .swiper-button-next, 
.event_wrap .gift_slide .swiper-button-prev {
	opacity: 1;
	background-color: transparent;
	background-size: contain;
	border-radius: 0;
	background-image: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260723_dday/bnX_slide_nav.png");
	width: 60px;
	height: 60px;
}
.event_wrap .gift_slide .swiper-button-next {
	right: 0;
}
.event_wrap .gift_slide .swiper-button-prev {
	left: 0;
	transform: rotateY(180deg);
}
.event_wrap .gift_slide .swiper-pagination {
	top: 0;
	right: 0;
	left: auto;
	bottom: auto;
	min-width: auto;
	border-radius: 0;
	transform: none;
	min-height: auto;
	height: 44px;
	padding: 0 18px;
}
.event_wrap .gift_slide .swiper-pagination span {
	font-size: 26px;
	font-weight: 500;
	line-height: 44px;
	letter-spacing: -0.03em;
	color: #fff;
}
.event_wrap .swiper-pagination.swiper-pagination-fraction .swiper-pagination-current {
	font-weight: 700;
}
.event_wrap .swiper-pagination.swiper-pagination-fraction .swiper-pagination-total:before {
	content: '/';
	color: #fff;
}
.event_wrap .e_notice {
	width: 700px;
	padding: 40px 0 0 0;
}
.event_wrap .e_notice ul li {
	font-family: "Pretendard",  sans-serif;
	font-size: 26px;
	font-weight: 500;
	color: #246500;
}
.event_wrap .e_notice ul li::before {
	background-color: #246500;
}
/* bg_03 */
.event_wrap .cate_tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 22px;
	margin-bottom: 16px;
}
.event_wrap .cate_tabs li:nth-child(1), 
.event_wrap .cate_tabs li:nth-child(2) {
	width: 220px;
}
.event_wrap .cate_tabs li:nth-child(3) {
	width: 186px;
}
.event_wrap .cate_tabs li:nth-child(4) {
	width: 290px;
}
.event_wrap .cate_tabs li:nth-child(5) {
	width: 358px;
}
.event_wrap .cate_tabs li .tab_btn {
	display: block;
	height: 86px;
	line-height: 86px;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: -0.025em; 
	color: #ABABAB;
	text-align: center;
	border-radius: 10px;
	overflow: hidden;
	background-color: #fff;
	padding: 0 40px;
}
.event_wrap .cate_tabs li .tab_btn.on {
	color: #fff;
	background-color: #24C870;
}
.event_wrap .cate_container {
	border-radius: 12px;
	overflow: hidden;
	padding-top: 64px;
	scroll-margin-top: 60px;
}
.event_wrap .cate_container .cate_title {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: -0.025em;
	text-align: center;
	margin-bottom: 28px;
}
.event_wrap .cate_container .cate_title::before,
.event_wrap .cate_container .cate_title::after {
	content: '';
	display: inline-block;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	vertical-align: middle;
}
.event_wrap .cate_container .cate_title::before {
	margin-right: 10px;
}
.event_wrap .cate_container .cate_title::after {
	margin-left: 10px;
}
.event_wrap .bg_03 .cate_container .cate_title::before,
.event_wrap .bg_03 .cate_container .cate_title::after {
	background-image: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260723_dday/bnX_cont03_sub_deco.png");
	width: 33px;
	height: 33px;
}
.event_wrap .bg_04 .cate_container .cate_title::before,
.event_wrap .bg_04 .cate_container .cate_title::after {
	background-image: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260723_dday/bnX_cont04_sub_deco.png");
	width: 30px;
	height: 30px;
}
.event_wrap .cate_container .book_slide {
	background-color: #fff;
	padding: 40px;
}
.event_wrap .cate_container .book_slide .scrollbar_wrap {
	height: 8px;
	overflow: hidden;
	margin-top: 48px;
}
.event_wrap .cate_container .book_slide .scrollbar_wrap .swiper-scrollbar {
	position: static;
	height: 8px;
	background-color: #EAEAEA;
}
.event_wrap .cate_container .book_slide .scrollbar_wrap .swiper-scrollbar-drag {
	background-color: #999;
	cursor: grab;
}
.event_wrap .cate_container .book_slide .thumb {
	width: 180px;
	border: 1px solid #EAEAEA;
	margin-bottom: 20px;
}
.event_wrap .cate_container .book_slide .book_title {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 26px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: -0.025em;
	color: #111;
}
.event_wrap .cate_container .link_btn {
	display: block;
	height: 80px;
	line-height: 80px;
	font-size: 26px;
	font-weight: 600;
	letter-spacing: -0.025em;
	color: #fff;
	text-align: center;
	background-color: #24C870;
}