@charset "utf-8";
* {
	box-sizing: border-box;
}
.event_wrap {
	max-width:1920px;
	width:100%;
	margin:0 auto;
}
.event_wrap .e_container:not(.bg_01) {
	padding:45px 0 100px;
}
.event_wrap .e_container.bg_01 {
	background: #070b02 url("https://contents.kyobobook.co.kr/pmtn/2025/hottracks/251128_bestawards/bnD11_cont01_bg.jpg") no-repeat 50% 0;
}
.event_wrap .e_container.bg_02 {
	background: #1c4714 url("https://contents.kyobobook.co.kr/pmtn/2025/hottracks/251128_bestawards/bnD11_cont02_bg.jpg") 50% 0;
}
.event_wrap .e_container.bg_03 {
	background: #722a17 url("https://contents.kyobobook.co.kr/pmtn/2025/hottracks/251128_bestawards/bnD11_cont03_bg.jpg") 50% 0;
}
.event_wrap .e_container.bg_04 {
	background: #a04a30 url("https://contents.kyobobook.co.kr/pmtn/2025/hottracks/251128_bestawards/bnD11_cont04_bg.jpg") 50% 0;
}
.event_wrap .e_container.bg_05 {
	background: #040000 url("https://contents.kyobobook.co.kr/pmtn/2025/hottracks/251128_bestawards/bnD11_cont05_bg.jpg") 50% 0;
	padding: 100px 0;
}
.event_wrap .e_slide_wrap {
	max-width:1200px;
	width:100%;
	margin:10px auto 0;
}
.event_wrap .e_slide_wrap .swiper-container {
	padding-top:20px;
}
.event_wrap .e_slide_wrap .swiper-wrapper {
	align-items: center;
}
.event_wrap .e_slide_wrap .swiper-slide {
	width:292px;
	overflow:visible;
}
.event_wrap .e_slide_wrap .swiper-slide.swiper-slide-active img {
	width:292px;
	height:292px;
	margin-left:0;
	margin-top:0;
}
.event_wrap .e_slide_wrap .swiper-slide.swiper-slide-prev img {
	margin-left:20px;
}
.event_wrap .e_slide_wrap .swiper-slide.swiper-slide-next img {
	margin-left:40px;
}
.event_wrap .e_slide_wrap .swiper-slide.swiper-slide-prev img,
.event_wrap .e_slide_wrap .swiper-slide.swiper-slide-next img {
	width:234px;
	height:234px;
	margin-top:-80px;
}
.event_wrap .e_slide_wrap .swiper-slide.swiper-slide-next + .swiper-slide img {
	margin-left:20px;
}
.event_wrap .e_slide_wrap .swiper-slide img {
	width:180px;
	height:180px;
	margin-left:95px;
	display:block;
	margin-top: -75px;
	border-radius: 10px;
	overflow: hidden;
	object-fit: cover;
}
.event_wrap .e_slide_wrap .e_thumb {
	position:relative;
}
.event_wrap .e_slide_wrap .e_thumb .e_tag {
	background:url("https://contents.kyobobook.co.kr/pmtn/2025/hottracks/251128_bestawards/bnD11_tag.png") no-repeat center / contain;
	width:90px;
	height:110px;
	position:absolute;
	top:-25px;
	left:-23px;
	font-size:24px;
	font-weight: 900;
	color:#997614;
	font-family: 'SUIT', sans-serif;
}
.event_wrap .e_slide_wrap .e_thumb .e_tag span {
	display:flex;
	justify-content: center;
	padding-top:40px;
}
.event_wrap .e_slide_wrap .swiper-slide:not(.swiper-slide-active) .e_tag {
	display:none;
}
.event_wrap .e_slide_wrap .e_title {
	font-family: 'SUIT', sans-serif;
	font-size: 22px;
	line-height:1.4;
	text-align: center;
	color:#fff;
	font-weight: 600;
	margin-top:20px;
}
.event_wrap .e_slide_wrap .swiper-slide:not(.swiper-slide-active) .e_title {
	display:none;
}
.event_wrap .swiper-pagination {
	position:static;
	font-size: 0;
	margin-top: 35px;
}
.event_wrap .swiper-pagination-bullet {
	width:12px;
	height:12px;
	margin: 0 10px;
	opacity:1;
	background: #fff;
}
.event_wrap .swiper-pagination-bullet-active {
	background:#ffb8bd;
}
.event_wrap .e_btn_box {
	width:500px;
	margin: 30px auto 0;
	display:flex;
	flex-wrap:wrap;
	gap:10px 10px;
}
.event_wrap .e_btn_box .e_btn {
	font-family: 'SUIT', sans-serif;
	display:block;
	width:calc((100% / 2) - 5px);
	height:76px;
	font-size: 24px;
	line-height:76px;
	text-align: center;
	font-weight: 800;
	border-radius: 10px;
	overflow:hidden;
}
.event_wrap .e_btn_box .e_btn.e_btn01 {
	background: #eaf7ff;
	color:#0088df;
}
.event_wrap .e_btn_box .e_btn.e_btn02 {
	background: #ffeee1;
	color:#ed6a00;
}
.event_wrap .e_btn_box .e_btn.e_btn03 {
	background: #fbe7ff;
	color:#b200d2;
}
.event_wrap .e_btn_box .e_btn.e_btn04 {
	background: #ffe2e4;
	color:#ff3f4d;
}