@charset "utf-8";
* {
	box-sizing: border-box;
}
.event_wrap .e_container.bg_01 {
	background:#874c2f url("https://contents.kyobobook.co.kr/pmtn/2025/book/250901_history/bnD7_cont01_bg.jpg") no-repeat 50% 0;
	height:1686px;
	padding-top:100px;
}
.event_wrap .e_container.bg_02 {
	background:#9a6f55 url("https://contents.kyobobook.co.kr/pmtn/2025/book/250901_history/bnD7_cont02_bg.jpg") no-repeat 50% 0;
	padding:100px 0 120px;
}
.event_wrap .e_container.bg_03 {
	background:#553125;
	padding-top:120px;
}
/* bg_01 */
.event_wrap .e_container.bg_01 .e_img_box {
	padding-top:100px;
}
.event_wrap .e_calendar_tab {
	width:823px;
	margin:40px auto 0;
	position:relative;
}
.event_wrap .e_calendar_tab li .e_tab_btn {
	position:absolute;
	background-repeat: no-repeat;
	background-position: center;
	width:90px;
	height:91px;
	cursor: pointer;
}
.event_wrap .e_calendar_tab li:nth-child(1) .e_tab_btn {
	background-image:url("https://contents.kyobobook.co.kr/pmtn/2025/book/250901_history/bnD7_tab01.png");
	top: 241px;
	left: 103px;
}
.event_wrap .e_calendar_tab li:nth-child(2) .e_tab_btn {
	background-image:url("https://contents.kyobobook.co.kr/pmtn/2025/book/250901_history/bnD7_tab02.png");
	top: 241px;
	left: 191px;
}
.event_wrap .e_calendar_tab li:nth-child(3) .e_tab_btn {
	background-image:url("https://contents.kyobobook.co.kr/pmtn/2025/book/250901_history/bnD7_tab03.png");
	top: 430px;
	left: 103px;
}
.event_wrap .e_calendar_tab li:nth-child(4) .e_tab_btn {
	background-image:url("https://contents.kyobobook.co.kr/pmtn/2025/book/250901_history/bnD7_tab04.png");
	top: 430px;
	right: 282px;
}
.event_wrap .e_calendar_tab li:nth-child(1).on .e_tab_btn {
	background-image:url("https://contents.kyobobook.co.kr/pmtn/2025/book/250901_history/bnD7_tab01_on.png");
}
.event_wrap .e_calendar_tab li:nth-child(2).on .e_tab_btn {
	background-image:url("https://contents.kyobobook.co.kr/pmtn/2025/book/250901_history/bnD7_tab02_on.png");
}
.event_wrap .e_calendar_tab li:nth-child(3).on .e_tab_btn {
	background-image:url("https://contents.kyobobook.co.kr/pmtn/2025/book/250901_history/bnD7_tab03_on.png");
}
.event_wrap .e_calendar_tab li:nth-child(4).on .e_tab_btn {
	background-image:url("https://contents.kyobobook.co.kr/pmtn/2025/book/250901_history/bnD7_tab04_on.png");
}
/* bg_02 */
.event_wrap .e_calendar_contents .e_cont {
	display:none;
}
.event_wrap .e_calendar_contents .e_cont.on {
	display:block;
}
.event_wrap .e_calendar_contents .e_cont .e_img_box {
	width:696px;
	margin:0 auto;
	position:relative;
}
.event_wrap .e_calendar_contents .e_cont .e_img_box a {
	position:absolute;
	bottom:23%;
	width: 42%;
	height: 37.5%;
}
.event_wrap .e_calendar_contents .e_cont .e_img_box .e_link_01 {
	left: 6.5%;
}
.event_wrap .e_calendar_contents .e_cont .e_img_box .e_link_02 {
	left: 52%;
}
.event_wrap .e_container.bg_02 .e_btn_box {
	width:696px;
	margin:60px auto 0;
}
.event_wrap .e_container.bg_02 .e_btn_box a {
	display: block;
}
.event_wrap .e_container.bg_02 .e_btn_box a:first-child {
	margin-bottom:10px;
}
/* bg_03 */
.event_wrap .e_container.bg_03 .e_img_box {
	margin-bottom:45px;
}
.event_wrap .e_container.bg_03 .e_notice {
	width:600px;
	margin:0 auto;
}
.event_wrap .e_container.bg_03 .e_notice p,
.event_wrap .e_container.bg_03 .e_notice ul li {
	color:#ddcebd;
}
.event_wrap .e_container.bg_03 .e_notice ul li::before {
	background:#ddcebd;
}