@charset "UTF-8";
*, *::before, *::after {
	box-sizing: border-box;
}
.event_wrap .e_container:not(.e_tab_wrap, .bg_04) {
	padding: 120px 0;
}
.event_wrap .e_container.bg_01 {
	background: #ff7bd0 url("https://contents.kyobobook.co.kr/pmtn/2026/book/260814_2ndsemester/bnD12_cont01_bg.jpg") no-repeat 50% 0;
	height: 925px;
}
.event_wrap .e_container.bg_02 {
	background: #ffdc26 url("https://contents.kyobobook.co.kr/pmtn/2026/book/260814_2ndsemester/bnD12_cont02_bg.jpg") no-repeat 50% 0;
	height: 1824px;
}
.event_wrap .e_container.bg_03 {
	position: relative;
	background: #4cb33b url("https://contents.kyobobook.co.kr/pmtn/2026/book/260814_2ndsemester/bnD12_cont03_bg.jpg") no-repeat 50% 0;
	height: 834px;
}
.event_wrap .e_container.bg_04 {
	background: #000 url("https://contents.kyobobook.co.kr/pmtn/2026/book/260814_2ndsemester/bnD12_cont04_bg_off.jpg") no-repeat bottom center;
	padding: 62px 0 80px;
}
.event_wrap .e_container.bg_04:has(.result_wrap.active) {
	background: #000 url("https://contents.kyobobook.co.kr/pmtn/2026/book/260814_2ndsemester/bnD12_cont04_bg.jpg") no-repeat bottom center;
}
.event_wrap .e_container.bg_05 {
	background: #51b4e5 url("https://contents.kyobobook.co.kr/pmtn/2026/book/260814_2ndsemester/bnD12_cont05_bg.jpg") no-repeat bottom center;
	padding-top: 114px;
}
.event_wrap .e_container.bg_06 {
	background: #ffe952 url("https://contents.kyobobook.co.kr/pmtn/2026/book/260814_2ndsemester/bnD12_cont06_bg.jpg") no-repeat 50% 0;
}
.event_wrap .e_container.bg_07 {
	background: #ff7826 url("https://contents.kyobobook.co.kr/pmtn/2026/book/260814_2ndsemester/bnD12_cont07_bg.jpg") no-repeat 50% 0;
}
/* ==========================
	공통 스타일
============================= */
.event_wrap {
	font-family: 'SUIT', sans-serif;
}
.event_wrap img {
	width: 100%;
}
.event_wrap button {
	cursor: pointer;
}
.event_wrap .w670 {
	width: 670px;
	margin: 0 auto;
}
.event_wrap .w1200 {
	width: 1200px;
	margin: 0 auto;
}
.event_wrap .title_img {
	margin: 0 auto 40px;
}
.event_wrap .eMap .link_btn {
	position: absolute;
}
/* ==========================
	영역별 스타일
============================= */
/* bg_01 */
.event_wrap .main_title {
	width: 550px;
	margin: 0 auto;
}
/* tab */
.event_wrap .e_tab_wrap {
	background-color: #000;
	height: 70px;
	z-index: 1000;
}
.event_wrap .e_tab_wrap .e_nav_tab {
	display: flex;
	height: 100%;
}
.event_wrap .e_tab_wrap .e_nav_tab li {
	width: calc(100% / 4);
}
.event_wrap .e_tab_wrap .e_nav_tab li button {
	width: 100%;
	height: 100%;
	line-height: 70px;
	font-size: 26px;
	font-weight: 600;
	letter-spacing: -0.05em;
	color: #fff;
	opacity: 0.2;
	text-align: center;
}
.event_wrap .e_tab_wrap .e_nav_tab li button.on {
	opacity: 1;
	font-weight: 700;
}
/* bg_02 */
.event_wrap .bg_02 .title_img {
	width: 536px;
}
.event_wrap .bg_02 .title_img.mB {
	margin-bottom: 240px;
}
.event_wrap .item_list {
	display: flex;
	flex-wrap: wrap;
	gap: 34px 127px;
	width: 670px;
	margin: 0 auto 80px;
}
.event_wrap .item_list li {
	position: relative;
	width: calc((100% / 2) - 64px);
}
.event_wrap .item_list .bubble {
	position: absolute;
	width: 144px;
}
.event_wrap .item_list li:nth-child(1) .bubble {
	top: -47px;
	left: 14px;
}
.event_wrap .item_list li:nth-child(2) .bubble {
	width: 120px;
	right: -14px;
	top: -47px;
}
.event_wrap .item_list li:nth-child(3) .bubble {
	top: -28px;
	left: -17px;
}
.event_wrap .item_list li:nth-child(4) .bubble {
	top: -43px;
	right: -82px;
}
.event_wrap .item_list li:nth-child(5) .bubble {
	width: 170px;
	top: -85px;
	left: -54px;
}
.event_wrap .item_list li:nth-child(6) .bubble {
	right: -40px;
	top: -76px;
}
.event_wrap .item_list .inner_img {
	width: 270px;
	margin: 0 auto;
}
.event_wrap .item_list li.item_last::before {
	content: '';
	background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260814_2ndsemester/bnD12_cont02_item05_bg.png") no-repeat center / contain;
	width: 467px;
	height: 490px;
	position: absolute;
	top: -123px;
	left: -104px;
}
.event_wrap .item_list li.item_last:has(.bubble.aos-animate) {
	animation: scaleUp 1s 1.5s ease-in-out both;
}
.event_wrap .item_list li.item_last .bubble {
	z-index: 2;
}
.event_wrap .item_list li.item_last .inner_img {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.event_wrap .item_list li.item_last:has(.bubble.aos-animate) .inner_img {
	animation: floating 2s 2.5s ease-in-out infinite;
}
.event_wrap .item_list li.item_last .inner_img img {
	transform: translateY(-27px);
}
.event_wrap .item_list li.item_last .badge {
	position: absolute;
	bottom: -72px;
	left: 20px;
	width: 238px;
	z-index: 2;
}
.event_wrap .sub_text {
	font-size: 40px;
	line-height: 52px;
	letter-spacing: -0.045em;
	text-align: center;
	animation: ambientLight 1.2s ease-in-out infinite alternate;
}
.event_wrap .sub_text strong {
	font-weight: 800;
}
/* bg_03 */
.event_wrap .deco_wrap {
	width: 1304px;
	margin: 0 auto;
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: space-between;
}
.event_wrap .deco_wrap .deco {
	width: 277px;
	margin-top: 22px;
	animation: waddle 2.5s ease-in-out infinite;
}
.event_wrap .deco_wrap .deco.deco01 {
	animation-delay: 0s;
}
.event_wrap .deco_wrap .deco.deco02 {
	animation-delay: 0.3s;
}
.event_wrap .deco_wrap .deco.deco03 {
	animation-delay: 1s;
}
.event_wrap .deco_wrap .deco.deco04 {
	animation-delay: 0s;
}
.event_wrap .deco_wrap .deco.deco05 {
	animation-delay: 0.8s;
}
.event_wrap .deco_wrap .deco.deco06 {
	animation-delay: 0.5s;
}
.event_wrap .bg_03 .title_img {
	width: 550px;
}
.event_wrap .check_list {
	position: relative;
	z-index: 1;
	width: 580px;
	margin: 0 auto;
}
.event_wrap .check_list li {
	border: 2px solid #231916;
	background-color: #fff;
	margin-top: 10px;
}
.event_wrap .check_list li:first-child {
	margin-top: 0;
}
.event_wrap .check_list li input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}
.event_wrap .check_list li input[type="checkbox"] + label {
	position: relative;
	display: block;
	width: 100%;
	padding: 12px 45px;
	font-size: 26px;
	font-weight: 600;
	line-height: 52px;
	letter-spacing: -0.045em;
	cursor: pointer;
}
.event_wrap .check_list li input[type="checkbox"] + label::before {
	content: '';
	display: inline-block;
	width: 25px;
	height: 25px;
	border: 3px solid #111;
	background-color: #fff;
	vertical-align: middle;
	margin-right: 20px;
	margin-bottom: 4px;
}
.event_wrap .check_list li input[type="checkbox"] + label::after {
	content: '';
	position: absolute;
	top: 9px;
	left: 43px;
	background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260814_2ndsemester/bnD12_icon_check.png") no-repeat center / contain;
	width: 43px;
	height: 37px;
	opacity: 0;
}
.event_wrap .check_list li input[type="checkbox"]:checked + label::after {
	opacity: 1;
}
/* 팝업 */
.event_wrap .popup_bg.on,
.event_wrap .popup_wrap.on,
.event_wrap .popup_wrap .seat_cont.on {
	display: block;
}
.event_wrap .popup_bg {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 99;
}
.event_wrap .popup_wrap {
	display: none;
	position: absolute;
	top: 715px;
	left: 50%;
	transform: translateX(-50%);
	width: 670px;
	z-index: 100;
}
.event_wrap .popup_wrap .popup_close {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
}
.event_wrap .popup_wrap .seat_cont {
	display: none;
	border: 2px solid #111;
	padding: 60px 40px;
}
.event_wrap .popup_wrap .seat_cont#seat01 {
	background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260814_2ndsemester/bnD12_popup_bg01.jpg") center / cover;
}
.event_wrap .popup_wrap .seat_cont#seat02 {
	background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260814_2ndsemester/bnD12_popup_bg02.jpg") center / cover;
}
.event_wrap .popup_wrap .seat_cont#seat03 {
	background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260814_2ndsemester/bnD12_popup_bg03.jpg") center / cover;
}
.event_wrap .popup_wrap .seat_cont#seat04 {
	background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260814_2ndsemester/bnD12_popup_bg04.jpg") center / cover;
}
.event_wrap .popup_wrap .seat_cont .seat_title_box {
	text-align: center;
	margin-bottom: 40px;
	word-break: keep-all;
}
.event_wrap .popup_wrap .seat_cont .seat_title_box .seat_title {
	font-size: 34px;
	font-weight: 800;
	line-height: 40px;
	letter-spacing: -0.045em;
	margin-bottom: 20px;
}
.event_wrap .popup_wrap .seat_cont .seat_title_box .text_main {
	display: inline-block;
	font-weight: 800;
}
.event_wrap .popup_wrap .seat_cont .seat_title_box .text_main,
.event_wrap .popup_wrap .seat_cont .seat_title_box .text_sub {
	font-size: 24px;
	line-height: 32px;
	letter-spacing: -0.05em;
}
.event_wrap .popup_wrap .seat_cont .book_slide .swiper-container {
	width: 510px;
	margin: 0 auto;
}
.event_wrap .popup_wrap .seat_cont .book_slide .swiper-button-next, 
.event_wrap .popup_wrap .seat_cont .book_slide .swiper-button-prev {
	opacity: 1;
	margin-top: 0;
	background-image: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260814_2ndsemester/bnD12_slide_nav.png");
	background-size: contain;
	background-color: transparent;
	border-radius: 0;
	width: 23px;
	height: 36px;
}
.event_wrap .popup_wrap .seat_cont .book_slide .swiper-button-next {
	right: 40px;
}
.event_wrap .popup_wrap .seat_cont .book_slide .swiper-button-prev {
	left: 40px;
	transform: rotateY(180deg);
}
.event_wrap .popup_wrap .seat_cont .book_slide .thumb {
	/* width: 180px; */
	height: 260px;
	border-radius: 10px;
	overflow: hidden;
}
.event_wrap .popup_wrap .seat_cont .book_slide .thumb img {
	height: 100%;
	object-fit: cover;
}
.event_wrap .popup_wrap .seat_cont .btn_box {
	width: 510px;
	margin: 50px auto 0;
}
/* bg_04 */
.event_wrap .bg_04 .ani_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 445px;
	margin: 0 auto;
}
.event_wrap .bg_04 .ani_wrap .sub_title_img {
	width: 380px;
}
.event_wrap .bg_04 .ani_wrap .dot_loading {
	margin-left: 6px;
	margin-bottom: 10px;
}
.event_wrap .bg_04 .ani_wrap .dot_loading span {
	display: inline-block;
	width: 6px;
	height: 6px;
	background-color: #fff;
	margin: 0 6px;
	opacity: 0;
}
body .event_wrap .bg_04 .ani_wrap .dot_loading.done span {
	opacity: 1;
	animation: none;
}
.event_wrap .bg_04 .ani_wrap .dot_loading span:nth-child(1) { 
	animation: dotType1 1.5s infinite both; 
}
.event_wrap .bg_04 .ani_wrap .dot_loading span:nth-child(2) { 
	animation: dotType2 1.5s infinite both; 
}
.event_wrap .bg_04 .ani_wrap .dot_loading span:nth-child(3) { 
	animation: dotType3 1.5s infinite both; 
}
.event_wrap .result_wrap {
	display: none;
}
.event_wrap .result_wrap.active {
	display: block;
}
.event_wrap .result_box {
	background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260814_2ndsemester/bnD12_cont04_result_bg.jpg") center / cover;
	width: 580px;
	margin: 20px auto 0;
	padding: 40px 40px 30px;
	text-align: center;
}
.event_wrap .result_box .result_title {
	display: block;
	font-size: 34px;
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: -0.045em;
	color: #ff98e3;
	margin-bottom: 20px;
}
.event_wrap .result_box .result_desc {
	font-size: 24px;
	line-height: 1.4;
	letter-spacing: -0.045em;
	color: #fff;
}
.event_wrap .result_link_btn {
	width: 100%;
	margin-top: 28px;
}
.event_wrap .result_link_btn span {
	display: block;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: -0.025em;
	color: rgba(255, 255, 255, 0.8);
	text-align: center;
	text-decoration: underline;
}
/* bg_05 */
.event_wrap .bg_05 .title_img {
	width: 413px;
}
.event_wrap .seat_btn_wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 10px;
	margin: 60px auto 40px;
}
.event_wrap .seat_btn_wrap li {
	width: calc((100% / 2) - 5px);
}
/* bg_06 */
.event_wrap .bg_06 .title_img {
	width: 506px;
}
.event_wrap .goods_wrap {
	display: flex;
	align-items: center;
	width: 930px;
	margin: 0 auto 80px;
	gap: 0 48px;
}
.event_wrap .goods_wrap.reverse {
	flex-direction: row-reverse;
	gap: 0 40px;
}
.event_wrap .goods_wrap .goods_slide {
	position: relative;
	width: 480px;
}
.event_wrap .goods_wrap .goods_slide .swiper-container {
	height: 580px;
	border: 2px solid #000;
}
.event_wrap .goods_wrap .goods_slide .swiper-slide {
	width: 480px;
}
.event_wrap .goods_wrap .goods_slide .swiper-pagination {
	position: static;
	font-size: 0;
	margin-top: 30px;
}
.event_wrap .goods_wrap .goods_slide .swiper-pagination-bullet {
	opacity: 1;
	width: 12px;
	height: 12px;
	background-color: rgba(0, 0, 0, 0.22);
	margin: 0 10px;
}
.event_wrap .goods_wrap .goods_slide .swiper-pagination-bullet-active {
	background-color: #000;
}
.event_wrap .goods_wrap .goods_slide::before {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
}
.event_wrap .goods_wrap .goods_slide.goods01::before {
	content: '';
	background-image: url('https://contents.kyobobook.co.kr/pmtn/2026/book/260814_2ndsemester/bnD12_cont06_deco01.png');
	width: 131px;
	height: 116px;
	top: -116px;
	left: 40px;
}
.event_wrap .goods_wrap .goods_slide.goods02::before {
	content: '';
	background-image: url('https://contents.kyobobook.co.kr/pmtn/2026/book/260814_2ndsemester/bnD12_cont06_deco02.png');
	width: 114px;
	height: 140px;
	top: -119px;
	right: 52px;
	z-index: 2;
}
.event_wrap .goods_wrap .goods_slide img {
	height: 100%;
	object-fit: cover;
}
.event_wrap .goods_wrap .goods_txt {
	width: calc(100% - 480px);
}
.event_wrap .toggle_wrap .toggle_btn {
	position: relative;
	width: 100%;
	height: 80px;
	line-height: 80px;
	text-align: left;
	font-size: 28px;
	font-weight: 600;
	letter-spacing: -0.07em;
	padding-left: 44px;
	color: rgba(0, 0, 0, 0.35);
	border: 2px solid rgba(0, 0, 0, 0.1);
}
.event_wrap .toggle_wrap .toggle_btn::after {
	content: '';
	position: absolute;
	background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260814_2ndsemester/bnD12_icon_toggle.png") no-repeat center / contain;
	width: 40px;
	height: 40px;
	top: 50%;
	right: 43px;
	transform: translateY(-50%);
	transition: transform 0.3s;
}
.event_wrap .toggle_wrap .toggle_btn.on::after {
	transform: translateY(-50%) rotate(180deg);
}
.event_wrap .toggle_wrap .toggle_box {
	display: none;
	padding-top: 40px;
}
.event_wrap .toggle_wrap .toggle_box.on {
	display: block;
}
.event_wrap .e_notice {
	width: 100%;
	padding: 0;
}
.event_wrap .e_notice ul li {
	font-size: 22px;
	letter-spacing: -0.04em;
	color: rgba(0, 0, 0, 0.35);
}
.event_wrap .e_notice ul li::before {
	background-color: rgba(0, 0, 0, 0.35);
}
/* bg_07 */
.event_wrap .bg_07 .title_img {
	width: 625px;
}
.event_wrap .bg_07 .ani_wrap {
	position: relative;
}
.event_wrap .bg_07 .ani_wrap .ani_box {
	position: absolute;
	top: -126px;
	left: 14px;
	width: 191px;
	max-height: 1374px;
	overflow: hidden;
}
.event_wrap .bg_07 .ani_wrap .ani_box .ani_mid {
	height: 0;
	max-height: 1065px;
	animation: aniMove 4.5s ease-in infinite;
}
.event_wrap .bg_07 .eMap .link_01 {
	top: 23.5%;
	left: 58%;
	width: 80px;
	height: 80px;
}
.event_wrap .bg_07 .eMap .link_02 {
	top: 71%;
	left: 58%;
	width: 80px;
	height: 80px;
}
/* ==========================
	keyframes
============================= */
/* 최후의 1인 강조 */
@keyframes scaleUp {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.08);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes floating {
	0% {
		transform: translateX(-50%) translateY(0);
	}
	50% {
		transform: translateX(-50%) translateY(-7px);
	}
	100% {
		transform: translateX(-50%) translateY(0);
	}
}
@keyframes ambientLight {
	0% {
		text-shadow: 0 0 10px rgba(0, 0, 0, 0);
	}
	100% {
		text-shadow: 
			0 0 10px #fff,
			0 0 20px #fff,
			0 0 40px #fff, 
			0 0 20px #fff,
			0 0 20px #fff;
	}
}
/* bg_03 양 일러스트 */
@keyframes waddle {
	0% {
		transform: rotate(0deg) translateY(0);
	}
	50% {
		transform: rotate(-5deg) translateY(-5px);
	}
	100% {
		transform: rotate(0deg) translateY(0);
	}
}
/* Dot 타이핑 모션 - 순서대로 보임, 유지 3s마다 전체 리셋 */
@keyframes dotType1 {
	0% { opacity: 1; }
	96% { opacity: 1; }
	100% { opacity: 0; }
}
@keyframes dotType2 {
	0%, 33% { opacity: 0; }
	34% { opacity: 1; }
	96% { opacity: 1; }
	100% { opacity: 0; }
}
@keyframes dotType3 {
	0%, 66% { opacity: 0; }
	67% { opacity: 1; }
	96% { opacity: 1; }
	100% { opacity: 0; }
}
/* bg_07 영수증 이미지 */
@keyframes aniMove {
	0% { height: 0; }
	60% { height: 1065px; }
	100% { height: 1065px; }
}