@charset "UTF-8";
*, *::before, *::after {
	box-sizing: border-box;
}
.event_wrap .e_container.bg_01 {
	background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260708_youtube/bnD12_cont01_bg.jpg") no-repeat 50% 0;
}
.event_wrap .e_container.bg_02 {
	background: #ff8523;
}
.event_wrap .e_container.bg_03 {
	background: #eff1f0 url("https://contents.kyobobook.co.kr/pmtn/2026/book/260708_youtube/bnD12_cont03_bg.jpg") no-repeat 50% 0;
	padding-bottom: 86px;
}
/* ==========================
	공통 스타일
============================= */
.event_wrap img {
	width: 100%;
}
.event_wrap .w510 {
	width: 510px;
	margin: 0 auto;
}
.event_wrap .w670 {
	width: 670px;
	margin: 0 auto;
}
body .event_wrap .mB60 {
	margin-bottom: 60px;
}
/* ==========================
	영역별 스타일
============================= */
/* bg_02 */
.event_wrap .vid_box {
	width: 670px;
	height: 375px;
	margin: 0 auto;
}
.event_wrap .vid_box iframe {
	width: 100%;
	height: 100%;
}	
.event_wrap .eMap .link_01 {
	bottom: 18.5%;
	left: 16%;
	width: 68%;
	height: 7.5%;
}
.event_wrap .eMap .link_02 {
	bottom: 10.4%;
	left: 16%;
	width: 68%;
	height: 7.5%;
}
/* bg_03 */
.event_wrap .slide_box {
	position: relative;
	width: 670px;
	margin: 0 auto 40px;
}
.event_wrap .slide_box .vid_slide {
	width: 670px;
	height: 780px;
	margin: 0 auto;
}
.event_wrap .slide_box .vid_slide iframe {
	width: 100%;
	height: 100%;
}
.event_wrap .slide_box .swiper-button-next, 
.event_wrap .slide_box .swiper-button-prev {
	opacity: 1;
	background-image: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260708_youtube/bnD12_slide_nav.png");
	background-color: transparent;
	background-size: contain;
	border-radius: 0;
	width: 47px;
	height: 82px;
}
.event_wrap .slide_box .swiper-button-next {
	right: -94px;
}
.event_wrap .slide_box .swiper-button-prev {
	left: -94px;
}
.event_wrap .slide_box .swiper-pagination {
	position: static;
	font-size: 0;
	margin-top: 25px;
}
.event_wrap .slide_box .swiper-pagination-bullet {
	opacity: 1;
	width: 10px;
	height: 10px;
	border: 1px solid #1e61c5;
	background: transparent;
	border-radius: 0;
	margin: 0 5px;
}
.event_wrap .slide_box .swiper-pagination-bullet-active {
	background: #1e61c5;
}
.event_wrap .eMap .link_03 {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 28%;
}
.event_wrap .toggle_wrap {
	margin-top: 50px;
}
.event_wrap .toggle_wrap .toggle_btn {
	position: relative;
	width: 100%;
	height: 80px;
	line-height: 80px;
	font-family: 'SUIT', sans-serif;
	font-size: 28px;
	font-weight: 600;
	letter-spacing: -0.07em;
	text-align: left;
	color: #8f8f8f;
	border: 2px solid #d0d0d0;
	padding-left: 44px;
	cursor: pointer;
}
.event_wrap .toggle_wrap .toggle_btn span::after {
	content:'';
	position: absolute;
	top: 50%;
	right: 40px;
	background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260708_youtube/bnD12_toggle_arrow.png") no-repeat center / contain;
	width: 40px;
	height: 40px;
	transform: translateY(-50%);
	transition: all 0.3s;
}
.event_wrap .toggle_wrap .toggle_btn.on span::after {
	transform: translateY(-50%) rotate(180deg);
}
.event_wrap .toggle_wrap .toggle_box {
	display: none;
	margin-top: 40px;
}
.event_wrap .toggle_wrap .toggle_box.on {
	display: block;
}
.event_wrap .toggle_wrap .e_notice {
	width: 100%;
	padding: 0;
}
.event_wrap .toggle_wrap .e_notice ul li {
	font-family: 'SUIT', sans-serif;
	font-size: 22px;
	line-height: 1.35;
	color: #8e8e8e;
}
.event_wrap .toggle_wrap .e_notice ul li::before {
	background: #8e8e8e;
}