@charset "UTF-8";
*, *::before, *::after {
	box-sizing: border-box;
}
.event_wrap .e_container:not(.bg_01) {
	padding: 120px 0;
}
.event_wrap .e_container.bg_01 {
	position: relative;
	overflow: hidden;
	background: #F2F2D6 url("https://contents.kyobobook.co.kr/pmtn/2026/book/260921_short/bnC_cont01_bg.jpg") no-repeat 50% 0;
	height: 981px;
}
.event_wrap .e_container.bg_02 {
	position: relative;
}
.event_wrap .e_container.bg_03 {
	background-color: #4BA25E;
}
.event_wrap .e_container.bg_04 {
	background-color: #EDEAEA;
}
/* ==========================
	공통 스타일
============================= */
.event_wrap {
	font-family: "Pretendard",  sans-serif;
}
.event_wrap img {
	width: 100%;
}
.event_wrap button {
	cursor: pointer;
}
.event_wrap .w1200 {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
.event_wrap .eMap .link_btn {
	position: absolute;
}
/* ==========================
	영역별 스타일
============================= */
/* bg_01 */
.event_wrap .main_block_wrap {
	position: absolute;
	top: 0;
	left: 50%;
	width: 2800px;
	height: 100%;
	transform: translateX(-50%);
}
.event_wrap .main_block_wrap .main_block {
	position: absolute;
	opacity: 0;
	transition: opacity 0.1s linear;
}
.main_block_wrap .main_block.on {
	opacity: 1;
}
.event_wrap .main_block_wrap .main_block.block01 {
	bottom: 0;
	left: 0;
	width: 1050px;
	height: 250px;
	background-color: #EEBDE7;
}
.event_wrap .main_block_wrap .main_block.block02 {
	top: 0;
	left: 2px;
	width: 566px;
}
.event_wrap .main_block_wrap .main_block.block03 {
	top: 296px;
	left: 250px;
	width: 699px;
}
.event_wrap .main_block_wrap .main_block.block04 {
	top: 514px;
	right: 2px;
	width: 398px;
}
.event_wrap .main_block_wrap .main_block.block05 {
	top: 0;
	right: 0;
	width: 800px;
	height: 295px;
	background-color: #E67945;
}
/* bg_02 */
.event_wrap .bg_02 .eMap .link_btn {
	bottom: 0;
	left: 3%;
	width: 94%;
	height: 24%;
}
/* bg_03 */
.event_wrap .bg_03 .title_img {
	width: 583px;
	margin: 0 auto 32px;
}
.event_wrap .bg_03 .e_comment {
	width: 700px;
	margin: 0 auto;
}
.event_wrap .bg_03 .eMap .link_btn {
	top: 67.6%;
	left: 7%;
	width: 86%;
	height: 9%;
}
/* 팝업 */
.event_wrap .popup_bg.on,
.event_wrap .popup_container.on {
	display: block;
}
.event_wrap .popup_bg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999;
}
.event_wrap .popup_container {
	display: none;
	position: absolute;
	top: 34px;
	left: 50%;
	width: 814px;
	min-height: 750px;
	max-height: 1530px;
	transform: translateX(-50%);
	z-index: 1000;
}
.event_wrap .popup_container .popup_inner {
	border-radius: 16px;
	overflow: hidden;
	background-color: #fff;
	padding: 28px 32px 32px;
}
.event_wrap .popup_container .popup_head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 24px;
	border-bottom: 1px solid #EAEAEA;
	margin-bottom: 24px;
}
.event_wrap .popup_container .popup_head h4 {
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: -0.01em;
}
.event_wrap .popup_container .popup_head .popup_close_btn {
	width: 24px;
	height: 24px;
	background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260921_short/bnC_icon_close.png") no-repeat center center / contain;
}
/* 테스트 팝업 */
.event_wrap .popup_container#test_popup .test_content {
	padding: 74px 32px 60px;
	background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260921_short/bnC_test_bg.jpg") no-repeat top center / cover;
}
.event_wrap .popup_container#test_popup .test_paging {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: -0.01em;
	color: #989877;
	text-align: center;
	padding-bottom: 16px;
}
.event_wrap .popup_container#test_popup .test_paging span.current {
	font-weight: 700;
	color: #453838;
}
.event_wrap .popup_container#test_popup .test_question {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 80px 0;
}
.event_wrap .popup_container#test_popup .test_question p {
	font-size: 28px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: -0.01em;
	color: #453838;
	text-align: center;
}
.event_wrap .popup_container#test_popup .test_choices {
	width: 682px;
	margin: 4px auto 0;
}
.event_wrap .popup_container#test_popup .test_choices .choice_btn {
	width: 50%;
	height: 100px;
	font-family: "Black Han Sans", sans-serif;
	font-size: 48px;
	line-height: 1.4;
	letter-spacing: -0.01em;
	color: #fff;
	text-align: center;
}
.event_wrap .popup_container#test_popup .test_choices .choice_btn[data-answer="O"] {
	background-color: #3965CE;
}
.event_wrap .popup_container#test_popup .test_choices .choice_btn[data-answer="X"] {
	background-color: #E67945;
	border-left: 2px solid #453838;
}
.event_wrap .popup_container#test_popup .result_btn {
	width: 100%;
	height: 80px;
	line-height: 80px;
	background-color: #ccc;
	font-size: 26px;
	line-height: 1.5;
	text-align: center;
	color: #fff;
}
.event_wrap .popup_container#test_popup .result_btn.on {
	background-color: #453838;
}
.event_wrap .popup_container#test_popup .result_btn span {
	position: relative;
}
.event_wrap .popup_container#test_popup .result_btn span::after {
	content: '';
	display: inline-block;
	background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260921_short/bnC_icon_btn_arrow.png") no-repeat center center / contain;
	width: 32px;
	height: 32px;
	margin-left: 24px;
	vertical-align: middle;
}
/* 테스트 결과 팝업 */
.event_wrap .popup_container#result_popup .result_content {
	display: none;
	position: relative;
	background-color: #F2F2D6;
	padding: 40px 32px 64px;
}
.event_wrap .popup_container#result_popup .result_content.on {
	display: block;
}
.event_wrap .popup_container#result_popup .result_content::before,
.event_wrap .popup_container#result_popup .result_content::after {
	content: '';
	position: absolute;
	top: 0;
	width: 2px;
	height: 100%;
	background-color: #998F8F;
	z-index: 1;
}
.event_wrap .popup_container#result_popup .result_content::before {
	left: 32px;
}
.event_wrap .popup_container#result_popup .result_content::after {
	right: 32px;
}
.event_wrap .popup_container#result_popup .result_title {
	width: 686px;
	margin: 0 auto;
}
.event_wrap .popup_container#result_popup .presc_wrap {
	position: relative;
	background-color: #fff;
	padding: 48px 24px;
}
.event_wrap .popup_container#result_popup .presc_wrap::before,
.event_wrap .popup_container#result_popup .presc_wrap::after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 750px;
	height: 2px;
	background-color: #998F8F;
}
.event_wrap .popup_container#result_popup .presc_wrap::after {
	top: 100%;
}
.event_wrap .popup_container#result_popup .presc_wrap .txt_box {
	text-align: center;
	color: #453838;
	margin-bottom: 56px;
}
.event_wrap .popup_container#result_popup .presc_wrap .txt_box h6 {
	font-size: 32px;
	font-weight: 800;
	line-height: 1.6;
}
.event_wrap .popup_container#result_popup .presc_wrap .txt_box p {
	font-size: 24px;
	line-height: 1.5;
	letter-spacing: -0.01em;
	margin-top: 16px;
}
.event_wrap .popup_container#result_popup .presc_wrap .presc_title {
	font-size: 28px;
	font-weight: 600;
	line-height: 1.4;
	color: #333;
	text-align: center;
}
.event_wrap .popup_container#result_popup .presc_wrap .book_slide {
	position: relative;
	width: 638px;
	margin: 32px auto 56px;
}
.event_wrap .popup_container#result_popup .presc_wrap .swiper-button-next,
.event_wrap .popup_container#result_popup .presc_wrap .swiper-button-prev {
	opacity: 1;
	background-image: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260921_short/bnC_slide_nav.png");
	background-color: transparent;
	background-size: contain;
	width: 44px;
	height: 44px;
	border-radius: 0;
	top: 145px;
	margin-top: 0;
}
.event_wrap .popup_container#result_popup .presc_wrap .swiper-button-next {
	right: 0;
}
.event_wrap .popup_container#result_popup .presc_wrap .swiper-button-prev {
	left: 0;
	transform: rotateY(180deg);
}
.event_wrap .popup_container#result_popup .presc_wrap .book_slide .thumb {
	width: 158px;
	margin: 0 auto;
	border: 1px solid #EAEAEA;
}
.event_wrap .popup_container#result_popup .presc_wrap .book_slide .info {
	text-align: center;
	margin-top: 16px;
}
.event_wrap .popup_container#result_popup .presc_wrap .book_slide .info p {
	line-height: 1.4;
	letter-spacing: -0.0025em;
	color: #453838;
	word-break: keep-all;
} 
.event_wrap .popup_container#result_popup .presc_wrap .book_slide .info .book_title {
	font-size: 22px;
	font-weight: 600;
}
.event_wrap .popup_container#result_popup .presc_wrap .book_slide .info .book_desc {
	font-size: 20px;
}
.event_wrap .popup_container#result_popup .btn_box {
	display: flex;
	gap: 0 16px;
	width: 638px;
	margin: 0 auto;
}
.event_wrap .popup_container#result_popup .btn_box .com_btn {
	display: block;
	width: 100%;
	height: 110px;
	line-height: 110px;
	background-color: #453838;
	color: #fff;
	border-radius: 16px;
	overflow: hidden;
	font-size: 32px;
	letter-spacing: -0.01em;
	text-align: center;
}
/* bg_04 */
.event_wrap .bg_04 .title_img {
	width: 650px;
	margin: 0 auto 64px;
}
/* ==========================
	keyframes
============================= */