@charset "utf-8";
* {
	box-sizing: border-box;
}
.event_wrap .e_container.bg_01 {
	background: #f6e64c url("https://contents.kyobobook.co.kr/pmtn/2025/book/250721_shedining/bnD6_cont01_bg.jpg") repeat-x 50% 0;
	padding-top:110px;

}
.event_wrap .e_container.bg_02 {
	background: #7224d1 url("https://contents.kyobobook.co.kr/pmtn/2025/book/250721_shedining/bnD6_cont02_bg.jpg") no-repeat 50% 0;
	padding:110px 0 120px;
}
.event_wrap .e_container.bg_03 {
	background: #ecddff;
	padding-top:95px;
}
.event_wrap .e_container.bg_04 {
	background: #771fe2;
}
.event_wrap .e_container.bg_05 {
	background: #ff8330;
}
/* 링크 */
.event_wrap .e_link_box {
	position:relative;
}
.event_wrap .e_link_box a {
	position:absolute;
}
.event_wrap .e_link_box .e_link01 {
	top: 8%;
	left: 32%;
	width: 36%;
	height: 38%;
}
.event_wrap .e_link_box .e_link02 {
	top: 31%;
	left: 19%;
	width: 22%;
	height: 15%;
	border-radius: 50%;
	z-index: 2;
}
.event_wrap .e_link_box .e_link03 {
	top: 22.5%;
	left: 20.5%;
	width: 59%;
	height: 18.5%;
}
.event_wrap .e_link_box .e_link04,
.event_wrap .e_link_box .e_link05,
.event_wrap .e_link_box .e_link06 {
	width:10%;
	height:84%;
	bottom:0;
}
.event_wrap .e_link_box .e_link04 {
	right:27.1%;
}
.event_wrap .e_link_box .e_link05 {
	right:16.6%;
}
.event_wrap .e_link_box .e_link06 {
	right:6%;
}
/* bg_01 */
.event_wrap .e_main {
	width:834px;
	margin:0 auto;
}
/* bg_02 */
.event_wrap .e_container.bg_02 .e_link_box {
	margin-top:160px;
}
.event_wrap .e_btn_box {
	width:480px;
	margin:36px auto 0;
}
/* notice */
.event_wrap .e_notice {
	width:520px;
}
.event_wrap .e_notice ul li {
	color:#865699;
	line-height:1.6;
}
.event_wrap .e_notice ul li::before {
	background: #865699;
}