@charset "utf-8";
* {
	box-sizing: border-box;
}
.event_wrap .e_container.bg_01 {
	background:#493617 url("https://contents.kyobobook.co.kr/pmtn/2025/book/250710_copyconst/bnR_cont01.jpg") no-repeat 50% 0;
	height:690px;
}
.event_wrap .e_container.bg_02 {
	background: #f3f1eb;
	padding:90px 0 130px;
}
.event_wrap .e_container.bg_03 {
	background:#665d45 url("https://contents.kyobobook.co.kr/pmtn/2025/book/250710_copyconst/bnR_cont03_bg.jpg") no-repeat 50% 0;
	padding:120px 0 80px;
}
.event_wrap .e_container.bg_04 {
	background: #fdf6c1;
	padding-top:80px;
}
.event_wrap .e_btn_box {
	width:460px;
	margin:40px auto 95px;
}
/* 캘린더 */
.event_wrap .e_calender_board{
	/* display: flex;
	flex-wrap: wrap; */
	margin: 55px auto 0;
	width: 700px;
	height: 742px;
	background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/250710_copyconst/bnR_calendar.png") 50% 0 no-repeat;
}
/* e_stemp_box */
.e_calender_board .e_stemp_box{
	display: inline-block;
	transition: all 0.2s linear;
	opacity: 0;
	background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/250710_copyconst/bnR_stamp.png") no-repeat;
}
.e_calender_board .e_stemp_box.on{
	opacity: 1;
	background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/250710_copyconst/bnR_stamp.png") no-repeat;
	cursor: pointer;
}
.e_calender_board .e_stemp_line .e_stemp_box{
	width: 140px;
	height: 120px;
	background-position: 50% 53%;
}
.e_calender_board .e_stemp_line.first .e_stemp_box{
	width: 140px;
	height: 130px;
	background-position: 51% 61%;
}
/* 링크 */
.event_wrap .e_link_box {
	position:relative;
}
.event_wrap .e_link_box a {
	position:absolute;
}
.event_wrap .e_link_box .e_link01 {
	top: 25.5%;
	left: 26%;
	width: 48%;
	height: 8.6%;
}
.event_wrap .e_link_box .e_link02 {
	top: 37.5%;
	left: 26%;
	width: 48%;
	height: 8.6%;
}
.event_wrap .e_link_box .e_link03 {
	top: 49.5%;
	left: 26%;
	width: 48%;
	height: 8.6%;
}
.event_wrap .e_link_box .e_link04 {
	top: 60.2%;
	right: 24%;
	width: 14%;
	height: 2%;
}
.event_wrap .e_benefit {
	width:700px;
	margin:0 auto;
}
/* 슬라이드 */
.event_wrap .e_bookslide {
	width:800px;
	margin:60px auto 0;
}
.event_wrap .e_bookslide .swiper-slide {
	width:280px;
}
.event_wrap .e_bookslide .swiper-slide:not(.swiper-slide-active) .e_desc {
	display:none;
}
.event_wrap .e_bookslide .swiper-slide:not(.swiper-slide-active) .e_thumb {
	transform:scale(0.8);
}
.event_wrap .e_bookslide .e_thumb {
	height:390px;
	border-radius: 28px;
	overflow:hidden;
	margin:0 auto 60px;
}
.event_wrap .e_bookslide .e_thumb img {
	width:100%;
	height:100%;
	object-fit: cover;
}
.event_wrap .e_bookslide .e_desc {
	line-height:1.4;
	color:#fff;
	text-align: center;
	letter-spacing: -1px;
	word-break: keep-all;
}
.event_wrap .e_bookslide .e_desc .e_title {
	font-size:32px;
	font-weight:500;
}
.event_wrap .e_bookslide .e_desc .e_info {
	font-size:22px;
	margin-top:25px;
	opacity:0.8;
}
.event_wrap .flexslider {
	margin-top:35px;
}
/* notice */
.event_wrap .e_notice {
	width:600px;
}
.event_wrap .e_notice p {
	font-size: 22px;
}
.event_wrap .e_notice ul li::before {
	background:#000;
}