@charset "utf-8";
*, *::before, *::after {
	box-sizing: border-box;
}
.event_wrap button {
	cursor: pointer;
}
.event_wrap .e_container.bg_01 {
	background: #282828 url("https://contents.kyobobook.co.kr/pmtn/2025/book/250806_liberationday/bnD6_cont01_bg.jpg") no-repeat 50% 0;
	padding-top:160px;
	height:1167px;
}
.event_wrap .e_container.bg_02 {
	background:#000 url("https://contents.kyobobook.co.kr/pmtn/2025/book/250806_liberationday/bnD6_cont02_bg.jpg") no-repeat 50% 0;
	height:200px;
	display:flex;
	align-items: center;
	justify-content: center;
}
.event_wrap .e_container.bg_03 {
	background: #e2e2e2;
	padding-top:100px;
}
.event_wrap .e_container.bg_04 {
	background:#2c2c2c url("https://contents.kyobobook.co.kr/pmtn/2025/book/250806_liberationday/bnD6_cont04_bg.jpg") no-repeat 50% 0;
	padding-top:100px;
}
.event_wrap .mB30 {
	margin-bottom:30px;
}
.event_wrap .mB50 {
	margin-bottom:50px;
}
/* 링크 */
.event_wrap .e_link_box {
	position:relative;
}
.event_wrap .e_link_box a {
	position:absolute;
}
.event_wrap .e_link_box .e_link01 {
	bottom: 8%;
	left: 20%;
	width: 60%;
	height: 12%;
}
.event_wrap .e_link_box .e_link02,
.event_wrap .e_link_box .e_link03 {
	bottom: 21.5%;
	left: 13%;
	width: 74%;
	height: 12.5%;
}
.event_wrap .e_link_box .e_link03 {
	bottom: 8.5%;
}
/* bg_02 */
.event_wrap .e_count_txt {
	font-size:42px;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: -1px;
	color:#fff2cb;
	position:relative;
	z-index:1;
	text-align: center;
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
}
.event_wrap .e_count_txt strong {
	display:inline-block;
	background:#fff2ca url("https://contents.kyobobook.co.kr/pmtn/2025/book/250806_liberationday/bnD6_cont02_txt_bg.jpg") 50% 0;
	height:45px;
	line-height: 45px;
	color:#000;
	font-size:44px;
	font-weight: 600;
	margin-right:9px;
	padding:0 10px;
}
.event_wrap .w640,
.event_wrap .quiz_wrap,
.event_wrap .e_slide_box {
	width:640px;
	margin:0 auto;
}
/* 퀴즈 */
.event_wrap .quiz_wrap {
	margin:30px auto 140px;
}
.event_wrap .quiz_wrap .quiz_question {
	display:none;
}
.event_wrap .quiz_wrap .question_timer {
	background:#000;
	height:100px;
	display:flex;
	justify-content: center;
	align-items: center;
}
.event_wrap .quiz_wrap .question_timer .timer_txt {
	font-size:32px;
	color:#fff;
	font-weight: 700;
	line-height:1.3;
	font-family: 'SUIT', sans-serif;
}
.event_wrap .quiz_wrap .question_timer .timer_wrap {
	background:#fff2ca;
	margin-left:10px;
	font-size:46px;
	font-weight:600;
	line-height:1.2;
}
.event_wrap .quiz_wrap .question_timer .timer_wrap span {
	margin:0 7px;
}
.event_wrap .quiz_wrap .question_inner {
	background: #fff;
	padding: 60px 90px 70px 90px;
}
.event_wrap .quiz_wrap .question_inner .q_txt_wrap {
	line-height:1.4;
	text-align: center;
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	word-break: keep-all;
}
.event_wrap .quiz_wrap .question_inner .q_txt_wrap .q_txt {
	font-size:26px;
}
.event_wrap .quiz_wrap .question_inner .q_txt_wrap .q_txt.title {
	font-size:45px;
	display:block;
	margin-bottom:30px;
}
.event_wrap .quiz_wrap .question_inner .btn_box {
	margin: 50px auto 0;
}
.event_wrap .quiz_wrap .question_inner .btn_box .ox_btns {
	display:flex;
	justify-content: center;
	gap:0 20px;
}
.event_wrap .quiz_wrap .question_inner .btn_box .ox_btns button {
	display:block;
	width:180px;
	height:180px;
	background:#f5f5f5;
	font-size:104px;
	font-weight: 800;
	font-family: 'SUIT', sans-serif;
}
.event_wrap .quiz_wrap .question_inner .btn_box .ox_btns button.active {
	background:#fff2ca;
	border:2px solid #000;
	position:relative;
}
.event_wrap .quiz_wrap .question_inner .btn_box .ox_btns button.active::before {
	content:'';
	background:url("https://contents.kyobobook.co.kr/pmtn/2025/book/250806_liberationday/bnD6_quiz_checked.png") no-repeat center;
	width:40px;
	height:40px;
	position:absolute;
	top:-18px;
	left:50%;
	transform:translateX(-50%);
}
.event_wrap .quiz_wrap .question_inner .btn_box button.quiz_btn.submit {
	display:block;
	width:460px;
	height:80px;
	background-repeat: no-repeat;
	background-position: center;
	background-image:url("https://contents.kyobobook.co.kr/pmtn/2025/book/250806_liberationday/bnD6_btn_quiz01.png");
	margin:50px auto 0;
}
.event_wrap .quiz_wrap .question_inner .btn_box button.quiz_btn.submit.on {
	background-image:url("https://contents.kyobobook.co.kr/pmtn/2025/book/250806_liberationday/bnD6_btn_quiz02.png");
}
.event_wrap .quiz_wrap .quiz_result {
	display:none;
}
.event_wrap .quiz_wrap .quiz_result.on {
	display:block;
}
.event_wrap .quiz_wrap .quiz_result .result_box {
	background:url("https://contents.kyobobook.co.kr/pmtn/2025/book/250806_liberationday/bnD6_quiz_result.jpg") no-repeat center;
	height:617px;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;	
}
.event_wrap .quiz_wrap .quiz_result p {
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	font-size: 44px;
	line-height: 1.5;
	font-weight: 600;
	text-align: center;
	letter-spacing: -1px;
	width:100%;
}
.event_wrap .quiz_wrap .quiz_result p.deco::before,
.event_wrap .quiz_wrap .quiz_result p.deco::after {
	content:'';
	background:url("https://contents.kyobobook.co.kr/pmtn/2025/book/250806_liberationday/bnD6_quiz_deco.png") no-repeat center;
	width:37px;
	height:37px;
	display:inline-block;
}
.event_wrap .quiz_wrap .quiz_result p.deco::before {
	margin-right:13px;
}
.event_wrap .quiz_wrap .quiz_result p.deco::after {
	margin-left:6px;
}
.event_wrap .quiz_wrap .quiz_result p span {
	display: inline-block;
	background: #000;
	color:#fff;
	width:105px;
	height:57px;
	line-height: 57px;
	margin-right:10px;
}
.event_wrap .e_btn_box {
	width:500px;
	margin:40px auto 0;
}
.event_wrap .e_btn_box .e_coupon_btn {
	display:block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image:url("https://contents.kyobobook.co.kr/pmtn/2025/book/250806_liberationday/bnD6_btn02.png");
	width:500px;
	height:80px;
}
.event_wrap .e_btn_box .e_coupon_btn.on {
	background-image:url("https://contents.kyobobook.co.kr/pmtn/2025/book/250806_liberationday/bnD6_btn01.png");
}
/* 슬라이드 */
.event_wrap .e_slide_box {
	margin-bottom:120px;
}
.event_wrap .e_slide_box .e_slide_box_inner {
	background-color: #fff;
	padding:60px;
}
.event_wrap .e_slide_box .e_thumb {
	width:254px;
	position:relative;
	border-radius: 10px;
	border:1px solid #d2d2d2;
	padding-top:66.924%;
	overflow:hidden;
	margin:0 auto 30px;
}
.event_wrap .e_slide_box .e_thumb img {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	width:100%;
	height:100%;
	object-fit: cover;
}
.event_wrap .e_slide_box .e_info {
	text-align: center;
	line-height: 1.4;
	word-break: keep-all;
}
.event_wrap .e_slide_box .e_info .e_title {
	font-size:24px;
}
.event_wrap .e_slide_box .e_info .e_desc {
	font-size: 22px;
	line-height:1.6;
	margin-top:25px;
}
.event_wrap .e_slide_box .swiper-button-next, 
.event_wrap .e_slide_box .swiper-button-prev {
	background-color:transparent;
	background-size:cover;
	background-image:url("https://contents.kyobobook.co.kr/pmtn/2025/book/250806_liberationday/bnD6_slide_nav.png");
	width:24px;
	height:38px;
	top:240px;
	opacity:1;
}
.event_wrap .e_slide_box .swiper-wrapper {
	align-items: center;
}
.event_wrap .e_slide_box .swiper-button-prev {
	transform:rotate(180deg);
}
.event_wrap .e_slide_box .swiper-pagination {
	position:static;
	margin-top:30px;
	font-size:0;
}
.event_wrap .e_slide_box .swiper-pagination .swiper-pagination-bullet {
	width:10px;
	height:10px;
	background:#b2b2b2;
	opacity:1;
	margin:0 10px;
}
.event_wrap .e_slide_box .swiper-pagination .swiper-pagination-bullet-active {
	background:#fff2ca;
}
/* bg_03 notice */
.event_wrap .e_container.bg_03 .e_notice ul li {
	color:#222;
}
.event_wrap .e_container.bg_03 .e_notice ul li::before {
	background: #222;
}
/* bg_04 notice */
.event_wrap .e_container.bg_03 .e_notice,
.event_wrap .e_container.bg_04 .e_notice {
	width:550px;
}
.event_wrap .e_container.bg_04 .e_notice p {
	font-size: 22px;
}
.event_wrap .e_container.bg_04 .e_notice p,
.event_wrap .e_container.bg_04 .e_notice ul li {
	color:#979797;
}
.event_wrap .e_container.bg_04 .e_notice ul li::before {
	background: #979797;
}
/* 팝업 */
.event_wrap .e_popup_dimmed {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, 0.5);
	z-index: 999;
	display:none;
}
.event_wrap #e_popup {
	display:none;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	max-width:640px;
	width:100%;
	height:auto;
	z-index: 1000;
}
.event_wrap #e_popup .e_popup_close {
	position:absolute;
	top:20px;
	right:20px;
	width:45px;
	height:45px;
	cursor: pointer;
}