@charset "utf-8";
*, *::before, *::after {
	box-sizing: border-box;
}
.event_wrap .e_container.bg_01 {
	background: #007b86 url("https://contents.kyobobook.co.kr/pmtn/2025/book/250709_complete/bnD10_cont01_bg.jpg") no-repeat 50% 0;
	padding:120px 0 30px;
}
.event_wrap .e_container.bg_02 {
	background: #006777 url("https://contents.kyobobook.co.kr/pmtn/2025/book/250709_complete/bnD10_cont02_bg.jpg") no-repeat 50% 0;
	padding:100px 0 115px;
}
.event_wrap .e_container.bg_03 {
	background: #0b3f4c url("https://contents.kyobobook.co.kr/pmtn/2025/book/250709_complete/bnD10_cont03_bg.jpg") 50% 0;
	padding:120px 0;
}
.event_wrap .e_container.bg_04 {
	background: #0c323c url("https://contents.kyobobook.co.kr/pmtn/2025/book/250709_complete/bnD10_cont04_bg.jpg") 50% 0;
	padding-top:120px;
}
.event_wrap button {
	cursor: pointer;
}
.event_wrap .mB50 {
	margin-bottom:50px;
}
/* 링크 */
.event_wrap .e_link_box {
	position:relative;
}
.event_wrap .e_link_box a {
	position:absolute;
	width: 75%;
	left: 12%;
}
.event_wrap .e_link_box .e_link01 {
	bottom: 14%;
	height: 13%;
}
.event_wrap .e_link_box .e_link02 {
	bottom: 17%;
	height: 23%;
}
/* bg_01 main */
.event_wrap .e_main_wrap {
	width:813px;
	height:620px;
	margin: 70px auto 75px;
	display:flex;
	align-items: center;
	justify-content: center;
}
.event_wrap .e_main_wrap .e_center {
	width:420px;
	margin: 0 34px 0 9px;
}
.event_wrap .e_main_wrap .e_sliding_right {
	padding-right:22px;
}
.event_wrap .e_main_wrap .e_sliding_left,
.event_wrap .e_main_wrap .e_sliding_right {
	position:relative; 
	height:617px; 
	width:175px; 
	overflow:hidden;
}
.event_wrap .e_main_wrap .e_sliding_inner {
	position:absolute;
}
.event_wrap .e_main_wrap .e_sliding_left .e_sliding_inner.original {
	animation: 200s linear 0s infinite normal forwards running rollingUp;
}
.event_wrap .e_main_wrap .e_sliding_left .e_sliding_inner.cloned {
	animation: 200s linear 0s infinite normal none running rollingDown;
}
.event_wrap .e_main_wrap .e_sliding_right .e_sliding_inner.original {
	animation: 200s linear 0s infinite reverse forwards running rollingUp;
}
.event_wrap .e_main_wrap .e_sliding_right .e_sliding_inner.cloned {
	animation: 200s linear 0s infinite reverse none running rollingDown;
}
.event_wrap .e_main_wrap .e_center img {
	height:100%;
}
.event_wrap .e_main_wrap .e_sliding_inner div {
	width:148px;
	height:218px;
	margin-bottom:20px;
}
.event_wrap .e_main_wrap .e_sliding_inner div,
.event_wrap .e_main_wrap .e_center div {
	position:relative;
	box-shadow: 5px 9px 20px 0px rgba(0, 0, 0, 0.5);
	border-radius: 5px;
}
.event_wrap .e_main_wrap .e_sliding_inner div::after,
.event_wrap .e_main_wrap .e_center div::after {
	content:'';
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	width:100%;
	height:100%;
	background:url("https://contents.kyobobook.co.kr/pmtn/2025/book/250709_complete/bnD10_img_cover.png") no-repeat center;
	background-size: 100% 100%;
}
.event_wrap .e_main_wrap img {
	display: block;
	width:100%;
	height:100%;
	object-fit: cover;
	border-radius: inherit;
	overflow:hidden;
}
/* bg_02 slide */
.event_wrap .e_slide_box {
	width:1120px;
	margin:50px auto 0;
}
.event_wrap .e_slide_box .e_thumb {
	margin-bottom:37px;
}
.event_wrap .e_slide_box .e_thumb img {
	width:200px;
	height:290px;
	object-fit: cover;
	margin-top:58px;
	margin-left:20px;
	border-radius: 5px;
	overflow:hidden;
}
.event_wrap .e_slide_box .swiper-slide-active .e_thumb img {
	width:240px;
	height:350px;
	margin-top:0;
}
.event_wrap .e_slide_box .swiper-slide {
	width:200px;
}
.event_wrap .e_slide_box .swiper-slide-active {
	width:240px;
}
.event_wrap .e_slide_box .swiper-slide .e_desc {
	opacity:0;
}
.event_wrap .e_slide_box .swiper-slide.swiper-slide-active .e_desc {
	opacity:1;
	width:560px;
	margin-left:-161px;
	animation: fadeIn 0.4s linear forwards;
}
.event_wrap .e_slide_box .swiper-pagination {
	position:initial;
	margin-top:25px;
}
.event_wrap .e_slide_box .swiper-pagination .swiper-pagination-bullet {
	opacity:1;
	width:10px;
	height:10px;
	background: #66959b;
	margin:0 6px;
}
.event_wrap .e_slide_box .swiper-pagination .swiper-pagination-bullet-active {
	background:#c19c66;
}
/* 퀴즈 */
.event_wrap .quiz_wrap {
	width:690px;
	margin:0 auto;
	position:relative;
}
.event_wrap .quiz_before {
	width:690px;
	margin:0 auto 40px;
}
.event_wrap .quiz_wrap .quiz_question {
	position:relative;
	display:none;
}
.event_wrap .question_timer {
	background:#067c7e;
	color:#fff;
	height:118px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.event_wrap .question_timer .timer_txt {
	font-family: 'MaruBuriSemiBold';
	font-size:24px;
	line-height:1.4;
	text-align: center;
	margin-right:14px;
	color:rgba(255, 255, 255, 0.7);
}
.event_wrap .question_timer .timer_wrap {
	font-family: 'MaruBuriBold';
	display:inline-block;
}
.event_wrap .question_timer .timer_wrap span {
	display:inline-block;
	background:#003637;
	border-radius: 5px;
	height:50px;
	line-height:50px;
	padding:0 5px;
	margin-right:3px;
	font-size:39px;
}
.event_wrap .question_timer .timer_wrap b {
	font-size:26px;
	line-height:1.4;
	font-weight:500;
	display:inline-block;
	transform: translateY(-3px);
}
.event_wrap .question_inner {
	width:690px;
	background:url("https://contents.kyobobook.co.kr/pmtn/2025/book/250709_complete/bnD10_q_bg_body.jpg") repeat-y center;
	padding:10px 95px 20px;
	position:relative;
	margin:60px auto;
}
.event_wrap .question_inner::before,
.event_wrap .question_inner::after {
	content:'';
	background-repeat: no-repeat;
	background-position: center;
	width:100%;
	height:60px;
	position:absolute;
	left:50%;
	transform:translateX(-50%);
}
.event_wrap .question_inner::before {
	background-image:url("https://contents.kyobobook.co.kr/pmtn/2025/book/250709_complete/bnD10_q_bg_tb.jpg");
	top:-60px;
}
.event_wrap .question_inner::after {
	background-image:url("https://contents.kyobobook.co.kr/pmtn/2025/book/250709_complete/bnD10_q_bg_tb.jpg");
	transform:translateX(-50%) rotate(180deg);
	bottom:-60px;
}
.event_wrap .question_inner .q_txt_wrap {
	font-family: 'MaruBuriBold';
	line-height:1.4;
	margin-bottom:40px;
	text-align: center;
}
.event_wrap .question_inner .q_txt_wrap .q_txt.title {
	font-size:32px;
	color:#026668;
	display:block;
	margin-bottom:20px;
}
.event_wrap .question_inner .q_txt_wrap .q_txt {
	font-size:32px;
	word-break: keep-all;
}
.event_wrap .question_inner .q_content .q_img {
	width:194px;
	margin:30px auto 0;
}
.event_wrap .question_inner .q_content .q_img img {
	display:block;
	width:100%;
}
.event_wrap .question_inner .q_content .q_img img:not(.q_copyright) {
	border-radius: 5px;
	overflow:hidden;
}
.event_wrap .question_inner .q_content .q_img img.q_copyright {
	margin-top:10px;
}
.event_wrap .question_inner .btn_box [class^='a_0'] {
	display:block;
	background:#f0f0f0;
	width:400px;
	height:46px;
	display:flex;
	justify-content: center;
	align-items: center;
	margin:10px auto 0;
	
}
.event_wrap .question_inner .btn_box [class^='a_0'].active {
	color:#fff;
	background:#026668;
}
.event_wrap .question_inner .btn_box [class^='a_0']::before {
	content:'';
	display:inline-block;
	font-family: 'MaruBuri';
	font-size:18px;
	line-height:22px;
	text-align: center;
	background:#026668;
	color:#fff;
	width:22px;
	height:22px;
	border-radius: 50%;
	margin-right:11px;
}
.event_wrap .question_inner .btn_box [class^='a_0'].active::before {
	color:#026668;
	background:#fff;
}
.event_wrap .question_inner .btn_box [class^='a_0'] .a_txt {
	font-family: 'MaruBuri';
	font-size:22px;
	color:#026668;
}
.event_wrap .question_inner .btn_box [class^='a_0'].active .a_txt {
	color:#fff;
}
.event_wrap .question_inner .btn_box button:nth-child(1)::before {
	content:'1';
}
.event_wrap .question_inner .btn_box button:nth-child(2)::before {
	content:'2';
}
.event_wrap .question_inner .btn_box button:nth-child(3)::before {
	content:'3';
}
.event_wrap .question_inner .btn_box button:nth-child(4)::before {
	content:'4';
}
.event_wrap .question_inner .btn_box button:nth-child(5)::before {
	content:'5';
}
.event_wrap .question_inner button.quiz_btn.submit {
	display:block;
	background-image:url("https://contents.kyobobook.co.kr/pmtn/2025/book/250709_complete/bnD10_btn01.jpg");
	background-repeat: no-repeat;
	background-position: center;
	width:500px;
	height:80px;
	margin:40px auto 0;
}
.event_wrap .question_inner button.quiz_btn.submit.on {
	background-image:url("https://contents.kyobobook.co.kr/pmtn/2025/book/250709_complete/bnD10_btn02.jpg");
}
.quiz_result {
	position:relative;
	display:none;
}
.quiz_result.on {
	display:block;
}
.quiz_result a {
	position:absolute;
	top:50%;
	left: 12%;
	width: 75%;
	height: 22%;
}
/* bg_04 comment */
.event_wrap .e_float_box {
	position:relative;
	width:690px;
	margin: 50px auto 0;
}
.event_wrap .e_float_box a {
	position:absolute;
	bottom: 6%;
	left: 13%;
	width: 74%;
	height: 8%;
}
.event_wrap .e_float_box .e_comment_box {
	position:absolute;
	background:rgba(0, 10, 12, 0.52);
	padding:45px 40px;
	bottom:210px;
	left:50%;
	transform:translateX(-50%);
	width:590px;
	display:grid;
	grid-gap:21px;
}
.event_wrap .e_float_box .e_comment_box img {
	animation: upDown 2s ease-in-out infinite;
}
.event_wrap .e_float_box .e_comment_box img.e_comment02 {
	animation-delay: 0.3s;
}
.event_wrap .e_float_box .e_comment_box img.e_comment03 {
	animation-delay: 0.5s;
}
.event_wrap .e_float_box .e_comment_box img.e_comment04 {
	animation-delay: 0.7s;
}
.event_wrap .e_float_box .e_comment_box img.e_comment02,
.event_wrap .e_float_box .e_comment_box img.e_comment04 {
	justify-self: end;
}
/* notice */
.event_wrap .e_notice {
	width:620px;
}
.event_wrap .e_notice p,
.event_wrap .e_notice ul li {
	color:#6e868e;
}
.event_wrap .e_notice ul li::before {
	background: #6e868e;
}
@keyframes upDown {
	0% {transform:translateY(0);}
	50% {transform:translateY(-5px);}
	100% {transform:translateY(0);}
}
@keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes rollingUp { /* original */
	0% {transform:translateY(0);}
	50% {transform:translateY(-100%);}
	50.01% {transform:translateY(100%);}
	100% {transform:translateY(0);}
}
@keyframes rollingDown { /* cloned */
	0% {transform:translateY(0);}
	100% {transform:translateY(-200%);}
}