@charset "utf-8";
* {
	box-sizing: border-box;
}
.event_wrap .e_container.bg_01 {
	background: #0c0812 url("https://contents.kyobobook.co.kr/pmtn/2025/book/250918_2026trend/bnD10_cont01_bg.jpg") no-repeat 50% 0;
	padding-bottom:120px;
}
.event_wrap .e_container.bg_02 {
	background: #5cb1b5 url("https://contents.kyobobook.co.kr/pmtn/2025/book/250918_2026trend/bnD10_cont02_bg.jpg") 50% 0;
}
.event_wrap .inner.w681 {
	width:681px;
}
.event_wrap .e_main_wrap {
	position:relative;
}
.event_wrap .e_main_wrap .e_blinkingbar {
	position:absolute;
	top:370px;
	left:172px;
	width:5px;
	height:64px;
	background: #fff;
	animation: blinking 1s step-end infinite;
}
/* 링크 */
.event_wrap .eMap .e_link01 {
	top: 2%;
	left: -1%;
	width: 55%;
	height: 39%;
	transform: rotate(-17deg);
	z-index: 4;
}
.event_wrap .eMap .e_link02 {
	top: 19%;
	right: 10%;
	width: 47%;
	height: 37.5%;
	transform: rotate(23deg);
	z-index: 3;
}
.event_wrap .eMap .e_link03 {
	top: 47%;
	left: 7%;
	width: 49%;
	height: 38%;
	transform: rotate(-18deg);
	z-index: 2;
}
.event_wrap .eMap .e_link04 {
	bottom: -1%;
	right: 11%;
	width: 48%;
	height: 37%;
	transform: rotate(26deg);
	z-index: 1;
}
/* notice */
.event_wrap .e_notice {
	width:600px;
}
.event_wrap .e_notice ul li {
	color:rgba(255, 255, 255, 0.6);
}
.event_wrap .e_notice ul li::before {
	background: rgba(255, 255, 255, 0.6);;
}

@keyframes blinking {
	50% {opacity:0;}
}