@charset "utf-8";
* {
	box-sizing: border-box;
}
.event_wrap {
	font-family: "Pretendard",  sans-serif;
	max-width:1920px;
	width:100%;
}
.event_wrap .e_container.bg_01 {
	background: #FDFDFD url("https://contents.kyobobook.co.kr/pmtn/2025/book/251127_kblibrary/cont01_bg.jpg") repeat-x 50% 0;
	padding-top:119px;
}
.event_wrap .e_container.bg_02 {
	background: #D1E2EA url("https://contents.kyobobook.co.kr/pmtn/2025/book/251127_kblibrary/cont02_bg.jpg") repeat-x 50% 0;
	padding-bottom:120px;
}
.event_wrap .e_container.bg_03 {
	background: #151C6D;
	padding:120px 0;	
}
.event_wrap .e_container.bg_04 {
	background: #F0F0F0 url("https://contents.kyobobook.co.kr/pmtn/2025/book/251127_kblibrary/cont04_bg.png") repeat-x bottom center;
	padding:120px 0;
}
.event_wrap .e_container.bg_05 {
	background: #F8F8F9 url("https://contents.kyobobook.co.kr/pmtn/2025/book/251127_kblibrary/cont05_bg.jpg") repeat-x 50% 0;
	padding:120px 0;
}
.event_wrap .e_container.bg_06 {
	background: #52B434;
	padding:120px 0;
}
.event_wrap .e_container.bg_07 {
	background: #E8E8E8 url("https://contents.kyobobook.co.kr/pmtn/2025/book/251127_kblibrary/cont07_bg.jpg") 50% 0;
}
.event_wrap .w698 {
	width:698px;
	margin:0 auto;
}
.event_wrap .w707 {
	width:707px;
	margin:0 auto;
}
.event_wrap .w757 {
	width:757px;
	margin:0 auto;
}
/* 공통 제목 */
.event_wrap .e_title_wrap {
	text-align: center;
	margin-bottom:60px;
}
.event_wrap .e_title_wrap p {
	font-size:28px;
	line-height:1.5;
	font-weight: 500;
	color:#242424;
	margin-top:40px;
}
/* 공통 버튼 */
.event_wrap .e_btn_wrap {
	width:700px;
	margin:80px auto 0;
	padding-bottom:5px;
}
.event_wrap .e_btn_wrap .e_btn {
	display:block;
	width:100%;
	height:100px;
	line-height:100px;
	color:#fff;
	background: #0077FF;
	font-size:32px;
	font-weight: 600;
	text-align: center;
	border-radius: 20px;
	overflow:hidden;
	box-shadow: 
		inset 0 2px 0 0 rgba(255, 255, 255, 0.25),
		inset 0 -6px 0 0 rgba(0,0,0,0.14),
		0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.event_wrap .e_btn_wrap .e_btn span {
	display: flex;
	align-items: center;
	justify-content: center;
}
.event_wrap .e_btn_wrap .e_btn span::after {
	content:'';
	background:url("https://contents.kyobobook.co.kr/pmtn/2025/book/251127_kblibrary/btn_arrow.png") no-repeat right center;
	width:30px;
	height:30px;
	display:inline-block;
	margin-left:10px;
}
/* bg_02 */
.event_wrap .e_text_wrap {
	text-align: center;
}
.event_wrap .e_text_wrap p {
	font-size:28px;
	line-height:1.5;
}
.event_wrap .e_text_wrap p:not(:first-child) {
	margin-top:32px;
}
/* bg_03 */
.event_wrap .e_slide {
	margin-top:80px;
}
.event_wrap .e_slide .swiper-slide {
	width: 560px;
}
.event_wrap .e_slide .e_slide_inner {
	border-radius: 40px;
	overflow:hidden;
	width:560px;
	margin:0 auto;
}
.event_wrap .e_slide .e_txt {
	background-color:#fff;
	background-repeat: no-repeat;
	background-position:bottom center;
	line-height:1.4;
	padding:56px 56px 438px 56px;
}
.event_wrap .e_slide .e_slide_inner.e_slide_inner_01 .e_txt {
	background-image:url("https://contents.kyobobook.co.kr/pmtn/2025/book/251127_kblibrary/cont03_illust01.png");
	background-position:bottom -82px left 92px;
}
.event_wrap .e_slide .e_slide_inner.e_slide_inner_02 .e_txt {
	background-image:url("https://contents.kyobobook.co.kr/pmtn/2025/book/251127_kblibrary/cont03_illust02.png");
	background-position:bottom -82px left 100px;
}
.event_wrap .e_slide .e_slide_inner.e_slide_inner_03 .e_txt {
	background-image:url("https://contents.kyobobook.co.kr/pmtn/2025/book/251127_kblibrary/cont03_illust03.png");
	background-position:bottom -15px center;
}
.event_wrap .e_slide .e_slide_inner.e_slide_inner_04 .e_txt {
	background-image:url("https://contents.kyobobook.co.kr/pmtn/2025/book/251127_kblibrary/cont03_illust04.png");
	background-position:bottom -72px center;
}
.event_wrap .e_slide .e_slide_inner.e_slide_inner_05 .e_txt {
	background-image:url("https://contents.kyobobook.co.kr/pmtn/2025/book/251127_kblibrary/cont03_illust05.jpg");
	background-position:bottom -120px center;
}
.event_wrap .e_slide .e_txt span {
	display:block;
	font-size:24px;
	color:#666;
	margin-bottom:10px;
}
.event_wrap .e_slide .e_txt b {
	font-size:36px;
}
.event_wrap .e_slide .e_key {
	font-size:40px;
	color:#fff;
	height:112px;
	font-weight: 600;
	padding:30px 0;
	display: flex;
    align-items: center;
    justify-content: center;
}
.event_wrap .e_slide .e_slide_inner.e_slide_inner_01 .e_key {
	background: #06B04A;
}
.event_wrap .e_slide .e_slide_inner.e_slide_inner_02 .e_key {
	background: #666DCB;
}
.event_wrap .e_slide .e_slide_inner.e_slide_inner_03 .e_key {
	background: #FFC00E;
}
.event_wrap .e_slide .e_slide_inner.e_slide_inner_04 .e_key {
	background: #13BECE;
}
.event_wrap .e_slide .e_slide_inner.e_slide_inner_05 .e_key {
	background: #FF941D;
}
.event_wrap .e_slide_nav {
	position:absolute;
	top:50%;
	left: 50%;
	transform:translate(-50%, -50%);
	z-index: 2;
	width:700px;
	height:80px;
}
.event_wrap .e_slide .swiper-button-next, 
.event_wrap .e_slide .swiper-button-prev {
	background-image:url("https://contents.kyobobook.co.kr/pmtn/2025/book/251127_kblibrary/slide_nav.png");
	width:80px;
	height:80px;
	background-color:rgba(255, 255, 255, 0.5);
	background-size: 16px 28px;
	backdrop-filter: blur(20px);
	margin-top: -40px;
}
.event_wrap .swiper-button-next {
	right:0;
	left:auto;
}
.event_wrap .swiper-button-prev {
	left:0;
	right:auto;
}
/* bg_04 */
.event_wrap .e_container.bg_04 .e_btn_wrap {
	margin-top:60px;
}
/* bg_05 */
.event_wrap .e_step_wrap {
	max-width:1150px;
	width:100%;
	margin:20px auto 0;
	display:flex;
	flex-wrap:wrap;
	gap: 30px 30px;
}
.event_wrap .e_step_wrap li {
	width:calc((100% / 2) - 15px);
}
.event_wrap .e_step_wrap li div {
	box-shadow:	0 6px 12px 0 rgba(0, 0, 0, 0.12),
				0 4px 8px 0 rgba(0, 0, 0, 0.08),
				0 0 4px 0 rgba(0, 0, 0, 0.08);
	border-radius: 40px;
	overflow: hidden;
}
.event_wrap .e_step_wrap li img {
	width:100%;
}
/* bg_06 */
.event_wrap .e_container.bg_06 .e_title_wrap p {
	color:#fff;
}
.event_wrap .e_book_slide {
	background:url("https://contents.kyobobook.co.kr/pmtn/2025/book/251127_kblibrary/cont06_shelf.png") no-repeat bottom center;
	padding-bottom: 75px;
}
.event_wrap .e_book_slide .swiper-wrapper {
	transition-timing-function: linear;
}
.event_wrap .e_book_slide .swiper-slide {
	width:210px;
}
.event_wrap .e_book_slide .e_thumb {
	aspect-ratio: 210 / 308;
	border-radius: 8px;
	overflow: hidden;
	border:1px solid #E6E6E6;
}
.event_wrap .e_book_slide .e_thumb img {
	width:100%;
	height:100%;
	object-fit: cover;
}
