@charset "utf-8";
* {
	box-sizing: border-box;
}
.event_wrap .e_container.bg_01 {
	background: #4c9dff url("https://contents.kyobobook.co.kr/pmtn/2025/book/251017_ybm/bnD7_cont01_bg.jpg") repeat-x 50% 0;
}
.event_wrap .e_container.bg_02 {
	background: #cad7ff url("https://contents.kyobobook.co.kr/pmtn/2025/book/251017_ybm/bnD7_cont02_bg.jpg") repeat-x 50% 0;
}
/* bg_02 */
.event_wrap .bg_wrap {
	width:900px;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 30px;
	overflow:hidden;
}
/* 링크 */
.event_wrap .eMap .e_link01 {
	top: 4%;
	left: 6%;
	width: 41%;
	height: 28%;
}
.event_wrap .eMap .e_link02 {
	top: 36%;
	right: 6%;
	width: 41%;
	height: 28%;
}
.event_wrap .eMap .e_link03 {
	bottom: 4%;
	left: 6%;
	width: 41%;
	height: 28%;
}
/* 사은품 슬라이드 */
.event_wrap .e_gift_slide .swiper-pagination {
	top:0;
	right:0;
	background-color:rgba(255, 255, 255, 0.7);
	border-radius: unset;
	left: auto;
	transform: translateX(0);
	font-family: 'Verdana', sans-serif;
}
.event_wrap .e_gift_slide .swiper-pagination span {
	font-size:20px;
	color:#000;
	letter-spacing: -2px;
	font-family: inherit;
}
.event_wrap .e_gift_slide .swiper-pagination.swiper-pagination-fraction .swiper-pagination-total:before {
	content:'/';
	color:#000;
}
.event_wrap .e_gift_slide .swiper-button-prev, 
.event_wrap .e_gift_slide .swiper-button-next {
	width:70px;
	height:80px;
	background-image:url("https://contents.kyobobook.co.kr/pmtn/common/slider/btn_left_01.png");
	background-color:transparent;
	background-size: 100% 100%;
	border-radius: unset;
	top: 50%;
	transform: translateY(-50%);
	margin-top:0;
	display:none;
}
.event_wrap .e_gift_slide:hover .swiper-button-prev, 
.event_wrap .e_gift_slide:hover .swiper-button-next {
	display:block;
}
.event_wrap .e_gift_slide .swiper-button-prev {
	transform:rotate(0) translateY(-50%);
	left:0;
}
.event_wrap .e_gift_slide .swiper-button-next {
	right:0;
	transform: translateY(-50%) rotate(180deg);
}
.event_wrap .e_gift_slide .e_bullets {
	margin-top:35px;
	text-align: center;
	font-size:0;
}
.event_wrap .e_gift_slide .e_bullets .custom-bullet {
	display:inline-block;
	width:12px;
	height:12px;
	background:#8fc9ff;
	margin:0 10px;
	border-radius: 50%;
	cursor: pointer;
}
.event_wrap .e_gift_slide .e_bullets .custom-bullet.active {
	background:#47a2f6;
}
/* notice */
.event_wrap .e_notice {
	width:700px;
}
.event_wrap .e_notice p {
	font-size:22px;
}
.event_wrap .e_notice p,
.event_wrap .e_notice ul li {
	color:#313638;
}
.event_wrap .e_notice ul li::before {
	background: #313638;
}