@charset "utf-8";
* {
	box-sizing: border-box;
}
.event_wrap .e_container.bg_01 {
	background: #000101 url("https://contents.kyobobook.co.kr/pmtn/2025/book/250718_brain/bnD8_cont01_bg.jpg") no-repeat 50% 0;
	padding-top:95px;
	height: 3378px;
}
.event_wrap .e_container.bg_02 {
	background: #039cfd url("https://contents.kyobobook.co.kr/pmtn/2025/book/250718_brain/bnD8_cont02_bg.jpg") 50% 0;
	padding-top:100px;
}
.event_wrap .e_graph_box {
	width:708px;
	margin:70px auto 100px;
}
/* 링크 */
.event_wrap .e_link_box {
	position:relative;
}
.event_wrap .e_link_box a {
	position:absolute;
}
.event_wrap .e_link_box .e_link01 {
	top:200px;
	right:60px;
	width:38%;
	height:29%;
}
.event_wrap .e_link_box .e_link02 {
	top:670px;
	left:100px;
	width:210px;
	height:324px;
}
.event_wrap .e_link_box .e_link03 {
	top:670px;
	right:100px;
	width:210px;
	height:324px;
}
.event_wrap .e_container.bg_02 .e_link_box {
	margin:0 auto 50px;
}
.event_wrap .e_container.bg_02 .e_link_box a {
	top: 36%;
	left: 11%;
	width: 36%;
	height: 50%;
}
/* 탭 + 컨텐츠 */
.event_wrap .e_tab_wrap {
	width:680px;
	margin:50px auto;
}
.event_wrap .e_tab_wrap .swiper-wrapper {
	transition-timing-function: linear;
}
.event_wrap .e_tab_wrap .swiper-slide {
	width:auto;
}
.event_wrap .e_tab_wrap button {
	cursor: pointer;
}
.event_wrap .e_keyword_wrap {
	width:708px;
	margin:0 auto;
}
.event_wrap .e_keyword_wrap .e_key {
	display:none;
}
.event_wrap .e_keyword_wrap .e_key.on {
	display:block;
}
.event_wrap .flexslider {
	margin-top:60px;
}
/* notice */
.event_wrap .e_notice {
	width:690px;
}
.event_wrap .e_notice ul li {
	color:#fff;
}
.event_wrap .e_notice ul li::before {
	background: #fff;
}