@charset "UTF-8";
*, *::before, *::after {
	box-sizing: border-box;
}
.e_hidden {
	position: absolute;
	clip: rect(0 0 0 0);
	width: 1px;
	height: 1px;
	margin: -1px;
	overflow: hidden;
}
.event_wrap {
	width: 1200px;
	margin: 0 auto;
	border: 1px solid #d9d9d9;
}
.event_wrap .inner.w1200 {
	width: 1200px;
}
.event_wrap .e_container.bg_01 {
	background: url("https://contents.kyobobook.co.kr/pmtn/2025/general/251231_sign/cont01_bg.jpg") no-repeat 50% 0 / cover;
	padding: 65px 0 80px;
}
.event_wrap .e_container.bg_02 {
	background: #ebf2f9;
	padding: 60px 0 70px;
}
.event_wrap .e_container.bg_03 {
	background: #fff;
	padding: 65px 0;
}
.event_wrap .e_main_title {
	width: 486px;
	margin: 0 auto 50px;
}
.event_wrap .e_date {
	font-family: "Noto Serif KR", serif;
	font-size: 40px;
	color: rgba(255, 255, 255, 0.7);
	text-align: center;
	line-height: 1.1;
	font-weight: 200;
}
.event_wrap .e_book_wrap {
	width: 610px;
	margin: 20px auto 35px;
	position: relative;
	z-index: 1;
	padding-bottom: 36px;
}
.event_wrap .e_book_wrap::before {
	content: '';
	background: #6d88b3;
	width: 100%;
	min-height: 420px;
	height: calc(100% - 220px);
	border-radius: 50px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.event_wrap .e_book_wrap .e_thumb {
	width: 290px;
	margin: 0 auto 25px;
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
}
.event_wrap .e_book_wrap .e_thumb img {
	width: 100%;
	aspect-ratio: 290 / 433;
}
.event_wrap .e_book_wrap .e_title {
	font-family: 'Spoqa Han Sans Neo', sans-serif;
	font-size: 29px;
	text-align: center;
	font-weight: 700;
	line-height: 1.4;
	color: #0d1120;
	margin-bottom: 40px;
	letter-spacing: -1px;
	padding: 0 15px;
	word-break: keep-all;
}
.event_wrap .e_btn_box {
	font-family: 'Spoqa Han Sans Neo', sans-serif;
	width: 372px;
	margin: 0 auto;
}
.event_wrap .e_btn_box .btn_buy,
.event_wrap .e_btn_box .btn_end {
	display: block;
	width: 100%;
	height: 65px;
	line-height: 65px;
	font-size: 26px;
	color: #fff;
	text-align: center;
	background: #0c101b;
}
.event_wrap .e_desc {
	font-family: 'Spoqa Han Sans Neo', sans-serif;
	font-size: 20px;
	line-height: 1.3;
	color: #95a4b4;
	text-align: center;
}
.event_wrap .e_text_wrap {
	font-family: 'Spoqa Han Sans Neo', sans-serif;
	font-size: 29px;
	text-align: center;
	line-height: 1.5;
	letter-spacing: -2px;
}
.event_wrap .e_text_wrap::after {
	content: '';
	background: #000;
	width: 950px;
	height: 1px;
	margin: 75px auto;
	display: block;
}
.event_wrap .e_text_wrap strong {
	color: rgba(0, 50, 155, 0.9);
	font-weight: 500;
}
.event_wrap .e_text_wrap p {
	color: rgba(85, 85, 85, 0.9);
}
.event_wrap .e_infolist {
	width: 610px;
	margin: 0 auto;
}
.event_wrap .e_infolist li {
	font-family: 'Spoqa Han Sans Neo', sans-serif;
	font-size: 28px;
	line-height: 1.4;
	position: relative;
	padding-left: 17px;
	margin-bottom: 10px;
}
.event_wrap .e_infolist li::before {
	content: '';
	width: 7px;
	height: 7px;
	background: #555;
	border-radius: 50%;
	position: absolute;
	top: 14px;
	left: 0;
}
.event_wrap .e_txt_box {
	font-family: 'Spoqa Han Sans Neo', sans-serif;
	line-height: 1.5;
	word-break: keep-all;
	padding: 0 30px 0 90px;
}
.event_wrap .e_txt_box strong {
	display: block;
	font-size: 21px;
	margin-bottom: 20px;
	color: #6d6d6d;
}
.event_wrap .e_txt_box p {
	color: #6d6d6d;
	font-size: 19px;
}