@charset "UTF-8";
*, *::before, *::after {
	box-sizing: border-box;
}
.event_wrap .e_container:not(.bg_01) {
	padding: 120px 0;
}
.event_wrap .e_container.bg_01 {
	background: #fff1cf url("https://contents.kyobobook.co.kr/pmtn/2026/book/260610_sibf/bnD12_cont01_bg.jpg") no-repeat 50% 0;
	padding: 70px 0;
}
.event_wrap .e_container.bg_02 {
	background: #268a50 url("https://contents.kyobobook.co.kr/pmtn/2026/book/260610_sibf/bnD12_cont02_bg.jpg") 50% 0;
}
.event_wrap .e_container.bg_03 {
	background: #eae2e4 url("https://contents.kyobobook.co.kr/pmtn/2026/book/260610_sibf/bnD12_cont03_bg.jpg") 50% 0;
}
.event_wrap .e_container.bg_04 {
	background: #42a86e url("https://contents.kyobobook.co.kr/pmtn/2026/book/260610_sibf/bnD12_cont04_bg.jpg") 50% 0;
}
/* ==========================
	공통 스타일
============================= */
.event_wrap img {
	width: 100%;
}
.event_wrap button {
	cursor: pointer;
}
.event_wrap .w500 {
	width: 500px;
	margin: 0 auto;
}
.event_wrap .w680 {
	width: 680px;
	margin: 0 auto;
}
.event_wrap .mT120 {
	margin-top: 120px;
}
.event_wrap .eMap .link_01 {
	bottom: 0;
	left: 11%;
	width: 78%;
	height: 6%;
}
.event_wrap .eMap .link_02 {
	bottom: 0;
	left: 11%;
	width: 78%;
	height: 15%;
}
.event_wrap .eMap .link_03 {
	bottom: 0;
	left: 11%;
	width: 78%;
	height: 14%;
}
/* ==========================
	영역별 스타일
============================= */
/* bg_03 */
.event_wrap .video_slide {
	position: relative;
	width: 750px;
	margin: 50px auto 60px;
}
.event_wrap .video_slide .swiper-container {
	width: 680px;
	margin: 0 auto;
}
.event_wrap .video_slide .vid_box {
	width: 680px;
	height: 380px;
	overflow: hidden;
}
.event_wrap .video_slide .vid_box iframe {
	width: 100%;
	height: 100%;
}
.event_wrap .video_slide .swiper-button-next, 
.event_wrap .video_slide .swiper-button-prev {
	opacity: 1;
	background-image: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260610_sibf/bnD12_slide_nav.png");
	background-color: transparent;
	background-size: contain;
	border-radius: 0;
	width: 26px;
	height: 44px;
}
.event_wrap .video_slide .swiper-button-next {
	right: -22px;
}
.event_wrap .video_slide .swiper-button-prev {
	left: -22px;
	transform: rotateY(180deg);
}
.event_wrap .video_slide .swiper-pagination {
	position: static;
	font-size: 0;
	margin-top: 26px;
}
.event_wrap .video_slide .swiper-pagination-bullet {
	opacity: 1;
	width: 10px;
	height: 10px;
	margin: 0 7px;
	background-color: #b7b7b7;
}
.event_wrap .video_slide .swiper-pagination-bullet-active {
	background-color: #fd6a29;
}
/* bg_04 */
.event_wrap .toggle_wrap {
	margin-top: 40px;
}
.event_wrap .toggle_wrap .toggle_btn {
	position: relative;
	width: 100%;
	hegiht: 80px;
	line-height: 80px;
	font-family: 'SUIT', sans-serif;
	font-size: 28px;
	font-weight: 600;
	letter-spacing: -0.07em;
	text-align: left;
	color: #105c2f;
	border: 2px solid #308e58;
	padding: 0 40px;
}
.event_wrap .toggle_wrap .toggle_btn::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 40px;
	background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260610_sibf/bnD12_icon_toggle.png") no-repeat center / contain;
	width: 40px;
	height: 40px;
	transform: translateY(-50%);
	transition: transform 0.3s;
}
.event_wrap .toggle_wrap .toggle_btn.on::after {
	transform: translateY(-50%) rotate(180deg);
}
.event_wrap .toggle_wrap .toggle_box {
	display: none;
	padding-top: 30px;
}
.event_wrap .toggle_wrap .toggle_box.on {
	display: block;
}
.event_wrap .e_notice {
	width: 100%;
	padding: 0;
}
.event_wrap .e_notice ul {
	padding: 0;
}
.event_wrap .e_notice ul li {
	font-family: 'SUIT', sans-serif;
	font-size: 22px;
	color: #105c2f;
}
.event_wrap .e_notice ul li::before {
	background-color: #105c2f;
}