@charset "utf-8";
* {
	box-sizing: border-box;
}
.event_wrap .e_container.bg_01 {
	background: #67240f url("https://contents.kyobobook.co.kr/pmtn/2025/book/250820_notredame/bnD7_cont01_bg.jpg") no-repeat 50% 0;
}
.event_wrap .e_container.bg_02 {
	background: #1c0900 url("https://contents.kyobobook.co.kr/pmtn/2025/book/250820_notredame/bnD7_cont02_bg.jpg") 50% 0;
}
.event_wrap .e_container.bg_03 {
	background: #775437 url("https://contents.kyobobook.co.kr/pmtn/2025/book/250820_notredame/bnD7_cont03_bg.jpg") 50% 0;
	padding-top:100px;
}
/* 링크 */
.event_wrap .e_link_box {
	position:relative;
}
.event_wrap .e_link_box a {
	position: absolute;
}
.event_wrap .e_link_box .e_link01 {
	left: 20%;
	width: 60%;
	height: 41%;
	bottom: 28%;
}
.event_wrap .e_link_box .e_link02 {
	left: 13%;
	width: 34%;
	height: 16.5%;
	top: 8.5%;
}
.event_wrap .e_link_box .e_link03 {
	right: 13%;
	width: 34%;
	height: 16.5%;
	top: 8.5%;
}
.event_wrap .e_link_box .e_link04 {
	left: 13%;
	width: 34%;
	height: 16.5%;
	top: 41.5%;
}
.event_wrap .e_link_box .e_link05 {
	right: 13%;
	width: 34%;
	height: 16.5%;
	top: 41.5%;
}
.event_wrap .e_link_box .e_link06 {
	left: 13%;
	width: 34%;
	height: 16.5%;
	bottom: 9%;
}
.event_wrap .e_link_box .e_link07 {
	right: 13%;
	width: 34%;
	height: 16.5%;
	bottom: 9%;
}
.event_wrap .e_link_box .e_link08 {
	left: 16%;
	width: 68%;
	height: 11%;
	bottom: 0;
}
.event_wrap .e_notice {
	width:640px;
}
.event_wrap .e_notice p {
	font-size:22px;
}
.event_wrap .e_notice p,
.event_wrap .e_notice ul li {
	color:rgba(255, 255, 255, 0.75);
}
.event_wrap .e_notice ul li::before {
	background: rgba(255, 255, 255, 0.75);
}