@charset "UTF-8";
*, *::before, *::after {
	box-sizing: border-box;
}
.event_wrap .e_container {
	padding: 100px 0;
}
.event_wrap .e_container.bg_01 {
	background: linear-gradient(to bottom, #219C6F 816px, #EFECEB 816px);
}
.event_wrap .e_container.bg_03 {
	background-color: #78C8FF;
}
/* ==========================
	공통 스타일
============================= */
.event_wrap {
	font-family: "Pretendard",  sans-serif;
}
.event_wrap a {
	color: #000;
}
.event_wrap img {
	width: 100%;
}
.event_wrap .w670 {
	width: 670px;
	margin: 0 auto;
}
.event_wrap .title_box {
	text-align: center;
	margin-bottom: 64px;
	background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260911_forecast/bnX_quote.png") no-repeat top center / contain;
	background-size: 50px 42px;
	padding-top: 62px;
}
.event_wrap .title_box h3 {
	font-family: "BookkMyungjo_Bold";
	font-size: 54px;
	line-height: 70px;
	letter-spacing: -0.03em;
}
.event_wrap .title_box p {
	font-size: 30px;
	line-height: 40px;
	letter-spacing: -0.03em;
	margin-top: 36px;
}
/* ==========================
	영역별 스타일
============================= */
/* bg_01 */
.event_wrap .main_box {
	width: 722px;
	margin: 0 auto;
}
.event_wrap .main_box .link_btn {
	top: 16%;
	left: 25%;
	width: 51%;
	height: 41%;
}
/* bg_02 */
.event_wrap .book_ani_list {
	padding-left: 30px;
}
.event_wrap .book_ani_list li {
	position: relative;
	display: flex;
	align-items: center;
	gap: 0 24px;
	margin-top: 40px;
}
.event_wrap .book_ani_list li::before {
	content: '';
	position: absolute;
	bottom: calc(100% - 9px);
	left: 34px;
	width: 2px;
	height: 58px;
	background-color: #DEDEDE;
}
.event_wrap .book_ani_list li:first-child::before {
	content: none;
}
.event_wrap .book_ani_list .num_box {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	font-family: "BookkMyungjo_Bold";
	font-size: 40px;
	line-height: 70px;
	letter-spacing: -0.03em;
	background-color: #DEDEDE;
	text-align: center;
	color: rgba(0, 0, 0, 0.4);
	transition: all 0.3s;
}
.event_wrap .book_ani_list li.on .num_box {
	background-color: #78C8FF;
	color: #000;
}
.event_wrap .book_ani_list .txt_box {
	opacity: 0.4;
	transition: all 0.3s;
}
.event_wrap .book_ani_list li.on .txt_box {
	opacity: 1;
}
.event_wrap .book_ani_list .txt_box p {
	line-height: 44px;
	letter-spacing: -0.03em;
}
.event_wrap .book_ani_list .txt_box .book_title {
	font-family: "BookkMyungjo_Bold";
	font-size: 30px;
}
.event_wrap .book_ani_list .txt_box .book_desc {
	font-size: 26px;
	color: #6B6B6B;
}
/* bg_03 */
.event_wrap .archive_wrap .archive_text_box {
	background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260911_forecast/bnX_quote02.png") no-repeat top center / contain;
	background-size: 50px 42px;
	padding-top: 62px;
}
.event_wrap .archive_wrap .login_1,
.event_wrap .archive_wrap .login_2,
.event_wrap .archive_wrap .login_3 {
	display: none;
}
.event_wrap .archive_wrap.on .login_1.on,
.event_wrap .archive_wrap.on .login_2.on,
.event_wrap .archive_wrap.on .login_3.on {
	display: block;
}
.event_wrap .archive_wrap.on .no_login {
	display: none;
}
.event_wrap .archive_wrap .archive_text_box h3 {
	font-size: 60px;
}
.event_wrap .archive_wrap .archive_text_box .no_login h3 {
	font-family: "BookkMyungjo_Light";
	font-weight: normal;
}
.event_wrap .archive_wrap .archive_text_box .no_login h3 span,
.event_wrap .archive_wrap .archive_text_box p .count {
	font-weight: bold;
}
.event_wrap .archive_wrap .archive_text_box h3 .user_name,
.event_wrap .archive_wrap .archive_text_box p .count {
	color: #1724DD;
}
.event_wrap .archive_wrap .archive_text_box p {

}
.event_wrap .archive_wrap .login_btn {
	display: block;
	width: 380px;
	margin: 28px auto 0;
}
.event_wrap .archive_book_list {
	position: relative;
}
.event_wrap .archive_book_list .book_box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 63px 0;
}
.event_wrap .archive_book_list .book_box li {
	position: relative;
	height: 33.9%;
}
.event_wrap .archive_book_list .book_box li .book_link {
	position: absolute;
	top: 56px;
	right: 104px;
	width: 220px;
	height: 330px;
}
.event_wrap .archive_book_list .book_box li .status_box {
	position: absolute;
	top: 187px;
	left: 104px;
}
.event_wrap .archive_book_list .status_box .status {
	display: inline-block;
	border-radius: 80px;
	overflow: hidden;
	font-size: 26px;
	font-weight: 600;
	letter-spacing: -0.03em;
	min-width: 148px;
	height: 64px;
	line-height: 64px;
	color: #fff;
	text-align: center;
}
.event_wrap .archive_book_list .status_box .status.none {
	display: none;
}
.event_wrap .archive_book_list .status_box .status_y {
	background-color: #0A3BD1;
}
.event_wrap .archive_book_list .status_box .status_n {
	background-color: #000;
}
.event_wrap .sub_text {
	font-size: 28px;
	line-height: 40px;
	letter-spacing: -0.03em;
	color: #404040;
	text-align: center;
	margin-top: 36px;
}