@charset "utf-8";
* {
	box-sizing: border-box;
}
.event_wrap button {
	cursor: pointer;
}
.event_wrap .e_container.bg_01 {
	background: #d0d7db url("https://contents.kyobobook.co.kr/pmtn/2025/book/250806_sydneysmith/bnD10_cont01_bg.jpg") repeat-x 50% 0;
	padding:110px 0;
}
.event_wrap .e_container.bg_02 {
	background: #003b5f;
	padding:70px 0 120px;
}
.event_wrap .e_container.bg_03 {
	background: #c8d6de url("https://contents.kyobobook.co.kr/pmtn/2025/book/250806_sydneysmith/bnD10_cont03_bg.jpg") 50% 0;
	padding:120px 0;
}
.event_wrap .e_container.bg_04 {
	background: #a6bbc7;
	padding-top:120px;
}
/* 여백 */
.event_wrap .mB70 {
	margin-bottom:70px;
}
.event_wrap .mB100 {
	margin-bottom:100px !important;
}
/* 링크 */
.event_wrap .e_link_box {
	position:relative;
}
.event_wrap .e_link_box a {
	position:absolute;
}
.event_wrap .e_link_box .e_link01 {
	top: 40%;
	left: 29%;
	width: 47%;
	height: 46%;
}
.event_wrap .e_link_box .e_link02 {
	top: 24.2%;
	right: 25.5%;
	width: 96px;
	height: 96px;
}
.event_wrap .e_link_box .e_link03,
.event_wrap .e_link_box .e_link04 {
	top: 28%;
	width: 36%;
	height: 47%;
}
.event_wrap .e_link_box .e_link03 {
	left: 11.5%;
}
.event_wrap .e_link_box .e_link04 {
	right: 11.5%;
	height: 39%;
}
.event_wrap .e_link_box .e_link05,
.event_wrap .e_link_box .e_link06,
.event_wrap .e_link_box .e_link07,
.event_wrap .e_link_box .e_link08 {
	top: 32%;
	left: 11.5%;
	width: 36%;
	height: 43%;
}
.event_wrap .e_link_box .e_link06 {
	left:auto;
	right: 11.5%;
}
.event_wrap .e_link_box .e_link07 {
	height:39%;
}
.event_wrap .e_link_box .e_link08 {
	left:auto;
	right: 11.5%;
	height:35%;
}
/* bg_04 */
.event_wrap .e_btn_box {
	width:680px;
	margin:30px auto 0;
	display: flex;
	gap:0 10px;
}
/* notice */
.event_wrap .e_notice {
	width:620px;
}
.event_wrap .e_notice p {
	font-size: 22px;
}
.event_wrap .e_notice p,
.event_wrap .e_notice ul li {
	color:#4e6280;
}
.event_wrap .e_notice ul li::before {
	background: #4e6280;
}