@charset "utf-8";
* {
	box-sizing: border-box;
}
.event_wrap .e_container.bg_01 {
	background: #f7fcdd;
}
.event_wrap .e_container.bg_02 {
	background: #1eb8cc url("https://contents.kyobobook.co.kr/pmtn/2025/book/250813_jlpt/bnD6_cont02_bg.jpg") 50% 0;
	padding-bottom:100px;
}
.event_wrap .e_container.bg_03 {
	background: #f7fcdd url("https://contents.kyobobook.co.kr/pmtn/2025/book/250813_jlpt/bnD6_cont03_bg.jpg") 50% 0;
	padding:80px 0 100px;
}
.event_wrap .e_container.bg_04 {
	background: #c8ecf1;
	padding-top:70px;
}
.event_wrap .inner.w761 {
	width:761px;
}
.event_wrap .inner.w1200 {
	width:1200px;
}
/* D-day */
.event_wrap .e_dday_wrap {
	width:554px;
	margin:0 auto 40px;
	position:relative;
}
.event_wrap .e_dday_wrap #e_days {
	position:absolute;
	top:73px;
	right:8px;
	font-family: 'SUIT', sans-serif;
	text-align: center;
	font-size:0;
}
.event_wrap .e_dday_wrap #e_days .digit {
	color:#1eb8cc;
	font-size:102px;
	font-weight: 900;
	display: inline-block;
	width:120px;
	height:120px;
	line-height:120px;
	margin-left:10px;
}
/* slide */
.event_wrap .e_slide_wrap {
	width:820px;
	margin:0 auto 100px;
}
.event_wrap .e_slide_wrap:last-of-type {
	margin-bottom:0;
}
.event_wrap .e_slide_wrap .e_title_box {
	margin-bottom:40px;
}
.event_wrap .e_slide_wrap .e_slide_box .swiper-slide:not(.swiper-slide-active) {
	transform:scale(0.8);
}
.event_wrap .e_slide_wrap .e_slide_box .swiper-slide:not(.swiper-slide-active) .e_title {
	opacity:0;
	visibility: visible;
}
.event_wrap .e_slide_wrap .e_slide_box .e_thumb {
	position:relative;
	overflow: hidden;
	width:254px;
	height:350px;
	border-radius: 10px;
	border:1px solid #d2d2d2;
	margin:0 auto 30px;
}
.event_wrap .e_slide_wrap .e_slide_box .e_thumb img {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	width:100%;
	height:100%;
	object-fit: cover;
}
.event_wrap .e_slide_wrap .e_slide_box .e_title {
	display:block;
	font-size:24px;
	text-align: center;
	line-height:1.3;
	font-weight:500;
	color:#000;
	word-break: keep-all;
	letter-spacing: -1px;
	padding:0 15px;
}
.event_wrap .e_slide_wrap .e_btn_box {
	width:420px;
	margin:40px auto 0;
}
/* notice */
.event_wrap .e_notice {
	width:695px;
}
.event_wrap .e_notice p {
	font-size:22px;
}
.event_wrap .e_notice p,
.event_wrap .e_notice ul li {
	color:#4d7c83;
}
.event_wrap .e_notice ul li::before {
	background: #4d7c83;
}