@charset "utf-8";
* {
	box-sizing: border-box;
}
.event_wrap .e_container.bg_01 {
	background: #fbf4e2 url("https://contents.kyobobook.co.kr/pmtn/2025/book/250910_lan/bnD7_cont01_bg.jpg") no-repeat 50% 0;
}
.event_wrap .e_container.bg_02 {
	background: #fa8e08;
}
.event_wrap .e_container.bg_03 {
	background: #fae0bf;
	padding-bottom:100px;
}
/* 월별 링크 이동 */
.event_wrap .e_container.bg_01 .e_monthly_links {
	position:absolute;
	top:80px;
	right:0;
	z-index:10;
	width:190px;
}
.event_wrap .e_container.bg_01 .e_monthly_links button {
	width:100%;
	height:44px;
	border-radius: 5px;
	font-size:14px;
	text-align: left;
	padding:0 45px 0 25px;
	border: 1px solid #d5d5d5;
	background-color:#fff;
	position:relative;
	cursor: pointer;
}
.event_wrap .e_container.bg_01 .e_monthly_links button::after {
	content:'';
	background:url("https://contents.kyobobook.co.kr/pmtn/2025/book/250415_lan/bnD8_arrow_down.png") no-repeat;
	width:14px;
	height:9px;
	position:absolute;
	top:50%;
	right:25px;
	transform:translateY(-50%);
	transition: all 0.25s;
}
.event_wrap .e_container.bg_01 .e_monthly_links button.on::after {
	transform:translateY(-50%) rotate(180deg);
}
.event_wrap .e_container.bg_01 .e_monthly_links .e_monthly_list {
	display:none;
}
.event_wrap .e_container.bg_01 .e_monthly_links .e_monthly_list ul {
	background-color:#fff;
	border-radius: 5px;
	overflow: hidden;
	margin-top:5px;
	border: 1px solid #d5d5d5;
}
.event_wrap .e_container.bg_01 .e_monthly_links .e_monthly_list ul li a {
	display:block;
	font-size:14px;
	line-height:44px;
	padding:0 25px;
	transition: all 0.3s;
}
.event_wrap .e_container.bg_01 .e_monthly_links .e_monthly_list ul li a:hover {
	background-color:#f5f5f5;
}
/* 링크 */
.event_wrap .e_link_box {
	position:relative;
}
.event_wrap .e_link_box a {
	position:absolute;
}
.event_wrap .e_link_box .e_link01 {
	top: 48%;
	left: 25%;
	width: 50%;
	height: 39%;
}
.event_wrap .e_link_box .e_link02 {
	bottom: 0;
	left: 9%;
	width: 40.5%;
	height: 6.5%;
}
.event_wrap .e_link_box .e_link03 {
	bottom: 0;
	right: 9%;
	width: 40.5%;
	height: 6.5%;
}
/* notice */
.event_wrap .e_notice {
	width:670px;
}
.event_wrap .e_notice p {
	font-size:22px;
}
.event_wrap .e_notice p,
.event_wrap .e_notice ul li {
	color:#fff;
}
.event_wrap .e_notice ul li::before {
	background: #fff;
}
/* 슬라이드 */
.event_wrap .e_slide_box {
	width:521px;
	margin:35px auto 0;
	position:relative;
}
.event_wrap .e_slide_box .e_img {
	width:521px;
	margin:0 auto;
	position:relative;
}
.event_wrap .e_slide_box .e_img a {
	position:absolute;
	bottom: 7%;
	left: 24%;
	width: 52%;
	height: 11%;
}
.event_wrap .e_slide_box .swiper-button-next, 
.event_wrap .e_slide_box .swiper-button-prev {
	background:url("https://contents.kyobobook.co.kr/pmtn/2025/book/250910_lan/bnD7_slide_nav.png") no-repeat center / cover;
	background-color:transparent;
	width:36px;
	height:64px;
	transform:translateY(-50%);
}
.event_wrap .e_slide_box .swiper-button-prev {
	left:-60px;
	transform:translateY(-50%) rotate(180deg);
}
.event_wrap .e_slide_box .swiper-button-next {
	right:-60px;
}
.event_wrap .e_slide_box .swiper-pagination {
	position:initial;
	margin-top:30px;
	font-size:0;
}
.event_wrap .e_slide_box .swiper-pagination .swiper-pagination-bullet {
	width:12px;
	height:12px;
	opacity:1;
	border:1px solid #ee8505;
	background:none;
	margin:0 7px;
}
.event_wrap .e_slide_box .swiper-pagination .swiper-pagination-bullet-active {
	background:#ee8505;
}