@charset "utf-8";
* {
	box-sizing: border-box;
}
.event_wrap {
	font-family: 'SUIT', sans-serif;
}
.event_wrap .e_container.bg_01 {
	background: #0d204a url("https://contents.kyobobook.co.kr/pmtn/2025/eBook/250807_mdstaste/bnD10_cont01_bg.jpg") no-repeat 50% 0;
	height:1309px;
	padding-top:70px;
}
.event_wrap .e_container.bg_02 {
	background: #0d204a url("https://contents.kyobobook.co.kr/pmtn/2025/eBook/250807_mdstaste/bnD10_cont02_bg.jpg") no-repeat 50% 0;
	padding-top:120px;
}
/* bg_01 */
.event_wrap .inner.w764 {
	width:764px;
}
.event_wrap .inner.w780 {
	width:780px;
}
.event_wrap .e_main_wrap {
	position:relative;
}
.event_wrap .e_main_wrap .e_main_title {
	position:absolute;
	top:270px;
	left:calc(50% - 12px);
	transform:translateX(-50%);
}
.event_wrap .e_main_wrap .e_main_title::before {
	content:'';
	background:url("https://contents.kyobobook.co.kr/pmtn/2025/eBook/250807_mdstaste/bnD10_main_title02_on.png") no-repeat center;
	width:100%;
	height:100%;
	position:absolute;
	top: 50%;
    left: 50%;
	transform:translate(-50%, -50%);
	animation: opaAni 2s ease-in-out infinite;
}
/* bg_02 */
.event_wrap .e_bg_wrap {
	width:700px;
	margin:0 auto 103px;
	background-repeat: no-repeat;
	background-position: center;
	background:url("https://contents.kyobobook.co.kr/pmtn/2025/eBook/250807_mdstaste/bnD10_box.png");
	background-size:100% 100%;
	padding:85px 40px;
	box-shadow: 0px 0px 31.54px 6.46px rgba(235, 191, 144, 0.21);
}
.event_wrap .e_bg_wrap.mB50 {
	margin-bottom:50px;
}
.event_wrap .e_bg_wrap.box_s {
	background-image:url("https://contents.kyobobook.co.kr/pmtn/2025/eBook/250807_mdstaste/bnD10_box_s.png");
}
.event_wrap .e_bg_wrap .e_title_box {
	width:237px;
	margin:0 auto 20px;
}
.event_wrap .e_bg_wrap .e_curation_box {
	line-height: 1.4;
	text-align: center;
	color:#fff;
	margin-bottom:60px;
	padding:0 15px;
}
.event_wrap .e_bg_wrap .e_curation_box .e_keyword {
	display:inline-block;
	font-size:54px;
	font-weight: 800;
	line-height:1.2;
	margin-bottom:30px;
	background:url("https://contents.kyobobook.co.kr/pmtn/2025/eBook/250807_mdstaste/bnD10_quote_left.png") no-repeat top 5px left, 
	url("https://contents.kyobobook.co.kr/pmtn/2025/eBook/250807_mdstaste/bnD10_quote_right.png") no-repeat top 5px right;
	padding:0 35px;
}
.event_wrap .e_bg_wrap .e_curation_box p {
	font-size:24px;
}
.event_wrap .e_bg_wrap .e_curation_box .e_highlight {
	color:#ecbf90;
}
.event_wrap .e_bg_wrap .e_booklist {
	display:flex;
	gap:0 25px;
}
.event_wrap .e_bg_wrap .e_booklist li {
	width:calc(100% / 3);
}
.event_wrap .e_bg_wrap .e_booklist li .e_thumb {
	width:190px;
	height:270px;
	position:relative;
	overflow:hidden;
	margin-bottom:15px;
}
.event_wrap .e_bg_wrap .e_booklist li .e_thumb img {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	width:100%;
	height:100%;
	object-fit: cover;
}
.event_wrap .e_bg_wrap .e_book_info {
	text-align: center;
}
.event_wrap .e_bg_wrap .e_book_info .e_flex {
	display:flex;
	gap:0 50px;
	width:530px;
	margin:50px auto 37px;
}
.event_wrap .e_bg_wrap .e_book_info .e_flex > div {
	max-width:240px;
	width:calc(100% / 2);
}
.event_wrap .e_bg_wrap .e_book_info .e_thumb {
	width:240px;
	height:340px;
	position:relative;
	overflow:hidden;
	margin:40px auto 24px;
	border:1px solid #b3b3b3;
}
.event_wrap .e_bg_wrap .e_book_info .e_flex .e_thumb {
	overflow:visible;
	margin: 0 auto;
}
.event_wrap .e_bg_wrap .e_book_info .e_thumb img {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	width:100%;
	height:100%;
	object-fit: cover;
}
.event_wrap .e_bg_wrap .e_book_info .e_thumb .e_tag {
	position:absolute;
	top:20px;
	left:20px;
	width:84px;
	height:84px;
}
.event_wrap .e_bg_wrap .e_book_info .e_title {
	font-size:28px;
	color:#ecbf90;
	line-height: 1.4;
	margin-bottom:10px;
}
.event_wrap .e_bg_wrap .e_book_info .e_desc {
	display:block;
	font-size:22px;
	color:#fff;
	line-height: 1.4;
	word-break: keep-all;
	padding:0 15px;
}
.event_wrap .e_bg_wrap .e_slide_box {
	width:470px;
	margin:60px auto 0;
}
.event_wrap .e_bg_wrap .e_slide_box img {
	display:block;
	margin:0 auto;
	max-width:370px;
	max-height:520px;
	width:100%;
	height:100%;
}
.event_wrap .e_bg_wrap .e_btn_box {
	width:506px;
	margin:40px auto 0;
}
.event_wrap .e_bg_wrap .e_slide_box .swiper-button-next, 
.event_wrap .e_bg_wrap .e_slide_box .swiper-button-prev {
	width:28px;
	height:45px;
	background-image:url("https://contents.kyobobook.co.kr/pmtn/2025/eBook/250807_mdstaste/bnD10_slide_nav.png");
	background-color:transparent;
	background-size:cover;
	border-radius: 0;
}
.event_wrap .e_bg_wrap .e_slide_box .swiper-button-prev {
	transform:rotate(180deg);
	left:0;
}
.event_wrap .e_bg_wrap .e_slide_box .swiper-button-next {
	right:0;
}
.event_wrap .e_bg_wrap .w581 {
	width:581px;
	margin:0 auto;
}
/* notice */
.event_wrap .e_notice {
	width:540px;
	padding-top:0;
}
.event_wrap .e_notice ul li {
	color:#9c8676;
}
.event_wrap .e_notice ul li::before {
	background: #9c8676;
}
@keyframes opaAni {
	0% {opacity:0;}
	50% {opacity:1;}
	100% {opacity:0;}
}