@charset "utf-8";
*, *::before, *::after {
	box-sizing: border-box;
}
.event_wrap button {
	cursor: pointer;
}
.event_wrap .e_container.bg_01 {
	background:#ffecaf url("https://contents.kyobobook.co.kr/pmtn/2025/eBook/250822_univ/bnD10_cont01_bg.jpg") no-repeat 50% 0;
	padding-top:120px;
	height:895px;
}
.event_wrap .e_container.bg_02 {
	background: #00af8d url("https://contents.kyobobook.co.kr/pmtn/2025/eBook/250822_univ/bnD10_cont02_bg.jpg") no-repeat 50% 0;
	padding:130px 0 100px;
}
.event_wrap .e_container.bg_03 {
	background: #9be0d2 url("https://contents.kyobobook.co.kr/pmtn/2025/eBook/250822_univ/bnD10_cont03_bg.jpg") 50% 0;
	padding:100px 0;
}
.event_wrap .e_container.bg_04 {
	background: #fff5d3 url("https://contents.kyobobook.co.kr/pmtn/2025/eBook/250822_univ/bnD10_cont04_bg.jpg") 50% 0;
	padding:100px 0;
}
.event_wrap .e_container.bg_05 {
	background: #ffe594;
	padding:100px 0 120px;
}
.event_wrap .e_container.bg_06 {
	background: #333;
}
.event_wrap .inner.w700 {
	width:700px;
}
.event_wrap .mT100 {
	margin-top:100px;
}
.event_wrap .mB120 {
	margin-bottom:120px;
}
/* bg_01 */
.event_wrap .e_main_txt .e_txt01 {
	width:497px;
	margin:0 auto;
	animation: fadeUp 0.7s linear both;
}
.event_wrap .e_main_txt .e_txt02 {
	width:629px;
	margin:23px auto 0;
	animation: fadeUp 0.7s 0.5s linear both;
}
/* bg_02 */
.event_wrap .e_tab_wrap {
	margin-top:45px;
	position:relative;
	z-index: 1;
}
.event_wrap .e_tab_wrap::before {
	content:'';
	width:100%;
	height:80px;
	border-radius: 10px 10px 0 0;
	background:#d1e2df;
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.event_wrap .e_tab_wrap ul {
	display:flex;
	flex-wrap:wrap;
	padding:0 35px;
	gap:10px 20px;
}
.event_wrap .e_tab_wrap ul li {
	width:calc((100% / 3) - 14px);
}
.event_wrap .e_tab_wrap ul li button {
	display:block;
	background-repeat: no-repeat;
	background-position: center;
	width:197px;
	height:60px;
	transition: all 0.3s;
}
.event_wrap .e_tab_wrap ul li:nth-child(1) button {
	background-image: url("https://contents.kyobobook.co.kr/pmtn/2025/eBook/250822_univ/bnD10_tab01.png");
}
.event_wrap .e_tab_wrap ul li:nth-child(2) button {
	background-image: url("https://contents.kyobobook.co.kr/pmtn/2025/eBook/250822_univ/bnD10_tab02.png");
}
.event_wrap .e_tab_wrap ul li:nth-child(3) button {
	background-image: url("https://contents.kyobobook.co.kr/pmtn/2025/eBook/250822_univ/bnD10_tab03.png");
}
.event_wrap .e_tab_wrap ul li:nth-child(4) button {
	background-image: url("https://contents.kyobobook.co.kr/pmtn/2025/eBook/250822_univ/bnD10_tab04.png");
}
.event_wrap .e_tab_wrap ul li:nth-child(5) button {
	background-image: url("https://contents.kyobobook.co.kr/pmtn/2025/eBook/250822_univ/bnD10_tab05.png");
}
.event_wrap .e_tab_wrap ul li:nth-child(6) button {
	background-image: url("https://contents.kyobobook.co.kr/pmtn/2025/eBook/250822_univ/bnD10_tab06.png");
}
.event_wrap .e_tab_wrap ul li:nth-child(1) button.on {
	background-image: url("https://contents.kyobobook.co.kr/pmtn/2025/eBook/250822_univ/bnD10_tab01_on.png");
}
.event_wrap .e_tab_wrap ul li:nth-child(2) button.on {
	background-image: url("https://contents.kyobobook.co.kr/pmtn/2025/eBook/250822_univ/bnD10_tab02_on.png");
}
.event_wrap .e_tab_wrap ul li:nth-child(3) button.on {
	background-image: url("https://contents.kyobobook.co.kr/pmtn/2025/eBook/250822_univ/bnD10_tab03_on.png");
}
.event_wrap .e_tab_wrap ul li:nth-child(4) button.on {
	background-image: url("https://contents.kyobobook.co.kr/pmtn/2025/eBook/250822_univ/bnD10_tab04_on.png");
}
.event_wrap .e_tab_wrap ul li:nth-child(5) button.on {
	background-image: url("https://contents.kyobobook.co.kr/pmtn/2025/eBook/250822_univ/bnD10_tab05_on.png");
}
.event_wrap .e_tab_wrap ul li:nth-child(6) button.on {
	background-image: url("https://contents.kyobobook.co.kr/pmtn/2025/eBook/250822_univ/bnD10_tab06_on.png");
}
.event_wrap .e_btn_box {
	width:610px;
	margin: 40px auto 0;
}
.event_wrap .e_floating {
	width:225px;
	margin:0 auto;
	animation: floating 1.5s linear infinite;
}
.event_wrap .e_bookslide {
	background: #fff;
	border-radius: 10px;
	padding: 70px 80px;
	position:relative;
	z-index: 1;
}
.event_wrap .e_bookslide .e_booklist {
	display:flex;
	gap:0 60px;
}
.event_wrap .e_bookslide .e_booklist li {
	width:calc(100% / 2);
}
.event_wrap .e_bookslide .e_booklist .e_thumb {
	width:240px;
	height:340px;
	margin:0 auto 25px;
	border-radius: 10px;
	overflow:hidden;
	border:1px solid #b3b3b3;
}
.event_wrap .e_bookslide .e_booklist .e_thumb img {
	width:100%;
	height:100%;
	object-fit: cover;
}
.event_wrap .e_bookslide .e_booklist .e_title {
	display: block;
	font-size:24px;
	line-height:1.4;
	font-family: 'SUIT', sans-serif;
	font-weight: 700;
	text-align: center;
	letter-spacing: -1.2px;
	padding:0 5px;
}
.event_wrap .e_bookslide .swiper-button-next, 
.event_wrap .e_bookslide .swiper-button-prev {
	background-image:url("https://contents.kyobobook.co.kr/pmtn/2025/eBook/250822_univ/bnD10_slide_nav01.png");
	background-repeat: no-repeat;
	background-position: center;
	background-color:transparent;
	background-size: contain;
	opacity:1;
	width:28px;
	height:45px;
	margin-top:0;
	top: calc(50% - 70px);
}
.event_wrap .e_bookslide .swiper-button-next {
	right:30px;
}
.event_wrap .e_bookslide .swiper-button-prev {
	left:30px;
	transform:rotate(180deg);
}
/* bg_03 */
.event_wrap .e_desc {
	font-size:24px;
	line-height:1.4;
	font-family: 'SUIT', sans-serif;
	text-align: center;
	font-weight: 500;
	margin-top:20px;
}
.event_wrap .e_container.bg_03 .e_desc {
	color:#565656;
}
.event_wrap .e_container.bg_04 .e_desc {
	color:#444;
}
/* bg_04 */
.event_wrap .e_imgslide {
	width:502px;
	margin:40px auto 80px;
	position:relative;
}
.event_wrap .e_imgslide .swiper-slide div {
	width:400px;
	margin:0 auto;
	
}
.event_wrap .e_imgslide .swiper-button-next, 
.event_wrap .e_imgslide .swiper-button-prev {
	background-image:url("https://contents.kyobobook.co.kr/pmtn/2025/eBook/250822_univ/bnD10_slide_nav02.png");
	background-repeat: no-repeat;
	background-position: center;
	background-color:transparent;
	background-size: contain;
	opacity:1;
	width:28px;
	height:45px;
}
.event_wrap .e_imgslide .swiper-button-next {
	right:0;
}
.event_wrap .e_imgslide .swiper-button-prev {
	left:0;
	transform:rotate(180deg);
}
.event_wrap .e_imgslide .swiper-pagination {
	position:static;
	margin-top:30px;
	font-size:0;
}
.event_wrap .e_imgslide .swiper-pagination .swiper-pagination-bullet {
	opacity:1;
	width:10px;
	height:10px;
	background:#b7b7b7;
	margin:0 6px;
}
.event_wrap .e_imgslide .swiper-pagination .swiper-pagination-bullet-active {
	background:#00b18d;
}
.event_wrap .e_vid_box {
	width:600px;
	margin:0 auto;
}
.event_wrap .e_vid_inner {
	height:400px;
}
.event_wrap .e_vid_inner iframe {
	width:100%;
	height:100%;
}
/* notice */
.event_wrap .e_notice {
	width:630px;
}
.event_wrap .e_notice ul li {
	line-height:1.5;
}
.event_wrap .e_container.bg_05 .e_notice {
	padding:0;
}
.event_wrap .e_container.bg_05 .e_notice p.text_left {
	font-size:20px;
	text-align:left;
	padding:20px 0 10px 45px;
}
.event_wrap .e_container.bg_05 .e_notice p,
.event_wrap .e_container.bg_05 .e_notice ul li {
	color:#b2a067;
}
.event_wrap .e_container.bg_05 .e_notice ul li::before {
	background: #b2a067;
}
.event_wrap .e_container.bg_06 .e_toggle_box {
	border-bottom:1px solid rgba(255, 255, 255, 0.3);
}
.event_wrap .e_container.bg_06 .e_toggle_box button {
	display:block;
	width:auto;
	height:60px;
	font-size:24px;
	margin:0 auto;
	font-family: 'SUIT', sans-serif;
	color:#adadad;
	font-weight: 600;
}
.event_wrap .e_container.bg_06 .e_toggle_box button::before,
.event_wrap .e_container.bg_06 .e_toggle_box button::after {
	content:'';
	display:inline-block;
	background:url("https://contents.kyobobook.co.kr/pmtn/2025/eBook/250822_univ/bnD10_toggle.png") no-repeat center;
	width:20px;
	height:16px;
	margin:0 15px;
	transition: all 0.3s;
}
.event_wrap .e_container.bg_06 .e_toggle_box button.on::before,
.event_wrap .e_container.bg_06 .e_toggle_box button.on::after {
	transform:rotate(180deg);
}
.event_wrap .e_container.bg_06 .e_notice {
	display:none;
}
.event_wrap .e_container.bg_06 .e_notice p,
.event_wrap .e_container.bg_06 .e_notice ul li {
	color:#adadad;
}
.event_wrap .e_container.bg_06 .e_notice ul li::before {
	background: #adadad;
}

@keyframes floating {
	0% {transform:translateY(0);}
	50% {transform:translateY(10px);}
	100% {transform:translateY(0);}
}
@keyframes fadeUp {
	0% {opacity:0; transform:translateY(30px);}
	100% {opacity:1; transform:translateY(0);}
}