@charset "utf-8";
* {
	box-sizing: border-box;
}
.event_wrap .e_container.bg_01 {
	background: #feeeee;
}
.event_wrap .e_container.bg_02 {
	background: #ffe1d9;
}
.event_wrap .e_container.bg_03 {
	background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260102_lan/cont03_bg.jpg") no-repeat 50% 0;
}
/* 월별 링크 이동 */
.event_wrap .e_container.bg_01 .e_monthly_links {
	position:absolute;
	top:100px;
	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 .eMap .e_link01 {
	bottom: 9%;
	left: 33%;
	width: 37%;
	height: 34%;
}
.event_wrap .eMap .e_link02 {
	bottom: 0;
	left: 16%;
	width: 34%;
	height: 6%;
}
.event_wrap .eMap .e_link03 {
	bottom: 0;
	right: 16%;
	width: 34%;
	height: 6%;
}
.event_wrap .eMap .e_link04 {
	top: 39%;
	left: 20%;
	width: 59%;
	height: 10%;
}
.event_wrap .e_notice {
	width:650px;
}
.event_wrap .e_notice p {
	font-size:22px;
}
.event_wrap .e_notice p,
.event_wrap .e_notice ul li {
	color:#767475;
}
.event_wrap .e_notice ul li::before {
	background: #767475;
}