@charset "utf-8";
* {
	box-sizing: border-box;
}
.event_wrap button {
	cursor: pointer;
}
.event_wrap .swiper-button-next, 
.event_wrap .swiper-button-prev {
	background-color: transparent;
	background-size: contain;
	opacity:1;
}
.event_wrap .swiper-button-prev {
	transform:rotate(180deg);
}
.event_wrap .swiper-pagination {
	font-size:0;
	position:static;
	margin: 30px auto 40px;
}
.event_wrap .swiper-pagination-bullet {
	width:12px;
	height:12px;
	opacity:1;
	background: #ccc;
	margin:0 10px;
}
.event_wrap .swiper-pagination-bullet-active {
	background: #dfaf73;
}
.event_wrap .e_container.bg_01 {
	background: #171717 url("https://contents.kyobobook.co.kr/pmtn/2025/eBook/251201_sam/bnD6_cont01.jpg") no-repeat 50% 0;
	height:962px;
}
.event_wrap .e_container.bg_02 {
	background: #0d0d0d;
	padding: 80px 0 110px;
}
.event_wrap .e_container.bg_03 {
	background: #3a3a3a url("https://contents.kyobobook.co.kr/pmtn/2025/eBook/251201_sam/bnD6_cont03_bg.jpg") 50% 0;
	padding-top: 110px;
}
.event_wrap .e_container.bg_04 {
	background: #131313 url("https://contents.kyobobook.co.kr/pmtn/2025/eBook/251201_sam/bnD6_cont04_bg.jpg") 50% 0;
	padding: 100px 0 90px;
}
.event_wrap .e_container.bg_05 {
	background: #2b2b2b;
	padding: 60px 0 85px;
}
/* tab navigation */
.event_wrap .e_container.e_tab_wrap {
	background: #d09f5f;
}
.event_wrap .e_nav_tab {
	height:100px;
	display:flex;
}
.event_wrap .e_nav_tab li {
	width: calc(100% / 3);
}
.event_wrap .e_nav_tab li button {
	width:100%;
	height:100%;
	font-size:25px;
	line-height:1.3;
	letter-spacing: -1px;
	font-weight: 600;
	color:#aa7e43;
	font-family: 'Spoqa Han Sans Neo', sans-serif;
}
.event_wrap .e_nav_tab li button.on {
	color:#2e1d09;
	background: url("https://contents.kyobobook.co.kr/pmtn/2025/eBook/251201_sam/bnD6_tab_on.jpg") repeat-x center / cover;
}
/* 공통 제목 */
.event_wrap .e_title_box {
	margin-bottom:30px;
}
/* 공통 버튼 */
.event_wrap .e_btn_box {
	width:480px;
	margin:0 auto;
}
.event_wrap .e_btn_box .e_link_btn {
	display:flex;
	justify-content: center;
	align-items: center;
	font-family: 'SUIT', sans-serif;
	font-size:27px;
	font-weight:800;
	width:480px;
	height:80px;
	line-height:1.3;
	text-align: center;
	letter-spacing: -1px;
	color:#fff;
}
.event_wrap .e_btn_box .e_link_btn:nth-child(n+2) {
	margin-top:20px;
}
.event_wrap .e_btn_box .e_link_btn.red {
	background:#a01e2a;
}
.event_wrap .e_btn_box .e_link_btn.gray {
	background:#646464;
}
.event_wrap .e_btn_box .e_link_btn.gold {
	color:#000;
	background: #e0b177;
}
.event_wrap .e_title_box .e_subtext {
	font-family: 'Spoqa Han Sans Neo', sans-serif;
	text-align: center;
	margin-top:20px;
}
.event_wrap .e_title_box .e_subtext p {
	font-size:25px;
	line-height:1.4;
	color:#ccc;
	letter-spacing: -1px;
}
.event_wrap .e_title_box .e_subtext p.p_mB {
	margin-bottom: 25px;
}
.event_wrap .e_title_box .e_subtext p strong {
	color:#fff;
}
/* card */
.event_wrap .e_card_list {
	width:940px;
	margin:20px auto 50px;
	display:flex;
	flex-wrap: wrap;
	gap:20px 20px;
	justify-content: space-evenly;
}
.event_wrap .e_card_list li {
	width:calc((100% / 3) - 14px);
}
.event_wrap .e_card_list .e_card_wrap {
	position:relative;
	perspective: 1100px;
	cursor: pointer;
	height:416px;
}
.event_wrap .e_card_list .e_card_wrap .e_wrap_inner {
	height: 100%;
	transform-style: preserve-3d;
	transition: 0.3s;
}
.event_wrap .e_card_list .e_card_wrap .e_wrap_inner.flipped {
	transform: rotateY(180deg);
}
.event_wrap .e_card_wrap .e_card {
	position:absolute;
	width:100%;
	height:100%;
	backface-visibility: hidden;
}
.event_wrap .e_card_wrap .e_card.back {
	border-radius: 8px;
	border:1px solid rgba(100, 100, 100, 0.6);
	background: url("https://contents.kyobobook.co.kr/pmtn/2025/eBook/251201_sam/bnD6_card_back_pattern.jpg") center;
	background-size: 100% 100%;
	padding:30px 32px;
}
.event_wrap .e_card_wrap .e_card.back .back_inner {
	text-align: center;
	line-height:1.4;
	letter-spacing: -1px;
	background: #4a4a4a;
	padding:40px 30px 25px 30px;
	border:1px solid #3d3d3d;
}
.event_wrap .e_card_wrap .e_card.back .back_inner p {
	font-size:20px;
	color:rgba(197, 197, 197, 0.4);
	font-weight: 500;
	line-height:1.2;
}
.event_wrap .e_card_wrap .e_card.back .back_inner .e_genre {
	width:151px;
	height:41px;
	background:#363636;
	color:#fff;
	font-size:26px;
	font-weight: 600;
	margin:10px auto 0;
}
.event_wrap .e_card_wrap .e_card.back .back_inner .e_obj {
	width:163px;
	margin:15px auto 0;
}
.event_wrap .e_card_wrap .e_card.front {
	transform: rotateY(180deg);
}
.event_wrap .e_card_wrap .e_card.front .front_inner {
	background: #252525;
	border-radius: 8px;
	border:1px solid rgba(231, 197, 149, 0.6);
	padding:6px;
}
.event_wrap .e_card_wrap .e_card.front .front_inner .front_box {
	border-radius: 6px;
	border:1px solid #f9dfba;
	background: url("https://contents.kyobobook.co.kr/pmtn/2025/eBook/251201_sam/bnD6_card_front_pattern.jpg") center;
	background-size: 100% 100%;
	padding:34px 10px;
}
.event_wrap .e_card_list .e_card_wrap .e_wrap_inner.flipped .front_inner,
.event_wrap .e_card_list .e_card_wrap .e_wrap_inner.flipped .front_box {
	height:100%;
}
.event_wrap .e_card_wrap .e_card.front .e_thumb {
	border:1px solid #515151;
	aspect-ratio: 212 / 310;
	width:212px;
	margin:0 auto;
}
.event_wrap .e_card_wrap .e_card.front .e_thumb img {
	width:100%;
	height:100%;
	object-fit: cover;
}
.event_wrap .e_card_wrap .e_card.front .e_text {
	text-align: center;
	letter-spacing: -1px;
}
.event_wrap .e_card_wrap .e_card.front .e_text .e_title {
	font-size:24px;
	font-weight:600;
	line-height:1.3;
	color:#fff;
	margin-top:15px;
}
.event_wrap .e_card_wrap .e_card.front .e_text .e_pub {
	font-size:22px;
	line-height:1.3;
	color:#b0b0b0;
	display:block;
	margin:10px 0 15px;
}
.event_wrap .e_card_wrap .e_card.front .e_text .e_desc {
	font-size:22px;
	color:#ccc;
	line-height:1.4;
}
.event_wrap .e_bnr_box {
	width: 660px;
	margin:0 auto;
}
.event_wrap .e_bnr_box a {
	display: block;
}
.event_wrap .e_bnr_box a:not(:first-child) {
	margin-top:10px;
}
/* bg_03 */
.event_wrap .e_invitation {
	width:878px;
	margin:0 auto;
}
.event_wrap .e_container.bg_03 .e_btn_box {
	transform:translateY(-115px);
}
/* bg_04 */
.event_wrap .w620 {
	width:620px;
	margin: 0 auto;
}
.event_wrap .mT140 {
	margin-top:140px;
}
.event_wrap .e_info_list {
	width:620px;
	padding:0;
	margin: 20px auto 40px;
}
.event_wrap .e_info_list ul {
	padding:0;
}
.event_wrap .e_info_list ul li {
	color:#ccc;
	font-size:24px;
}
.event_wrap .e_info_list ul li b {
	color:#e9e9e9;
}
.event_wrap .e_info_list ul li b::after {
	content:'';
	width:1px;
	height:17px;
	background: #858585;
	display:inline-block;
	margin:0 10px;
}
.event_wrap .e_info_list ul li span.colored {
	color:#f8deb9;
}
.event_wrap .e_info_list ul li::before {
	background: #e9e9e9;
}
.event_wrap .e_bg_wrap .e_bg_wrap_inner {
	background: #1b1b1b;
	padding: 50px 0;
}
.event_wrap .e_bg_wrap .e_pl_box {
	background:url("https://contents.kyobobook.co.kr/pmtn/2025/eBook/251201_sam/bnD6_cont04_logo.png") no-repeat left 60px top 50px;
	padding: 0 35px 0 223px;
}
.event_wrap .e_bg_wrap .e_pl_box p {
	color:#ccc;
	font-size:24px;
	line-height: 1.6;
	letter-spacing: -1px;
}
.event_wrap .e_bg_wrap .e_pl_box p strong {
	color:#f8deb9;
}
.event_wrap .e_bg_wrap .e_benefit_slide {
	position:relative;
	width:520px;
	margin:50px auto 0;
	padding-top:50px;
	border-top:1px solid #2f2f2f;
}
.event_wrap .e_benefit_slide .swiper-button-next, 
.event_wrap .e_benefit_slide .swiper-button-prev {
	background-image: url("https://contents.kyobobook.co.kr/pmtn/2025/eBook/251201_sam/bnD6_slide_nav01.jpg");
	width:13px;
	height:26px;
}
.event_wrap .e_benefit_slide .swiper-button-next {
	right:-30px;
}
.event_wrap .e_benefit_slide .swiper-button-prev {
	left:-30px;
}
.event_wrap .e_kit_slide {
	margin-top:40px;
}
.event_wrap .e_kit_slide .swiper-button-next, 
.event_wrap .e_kit_slide .swiper-button-prev {
	background-image: url("https://contents.kyobobook.co.kr/pmtn/2025/eBook/251201_sam/bnD6_slide_nav02.png");
	width:52px;
	height:52px;
}
.event_wrap .e_kit_slide .swiper-button-next {
	right:30px;
}
.event_wrap .e_kit_slide .swiper-button-prev {
	left:30px;
}
.event_wrap .e_desc_text {
	text-align: center;
	line-height: 1.4;
	letter-spacing: -1px;
}
.event_wrap .e_desc_text h4 {
	font-size:25px;
	margin-bottom:10px;
	color:#fff;
	font-weight: 600;
}
.event_wrap .e_desc_text p {
	font-size:25px;
	color:#ccc;
}
/* bg_05 */
.event_wrap .e_container.bg_05 .e_notice {
	width:710px;
	padding:35px 0 0 0;
}
.event_wrap .e_container.bg_05 .e_notice p {
	color:#fff;
	text-align: left;
	font-size:22px;
	padding-left: 30px;
}
.event_wrap .e_container.bg_05 .e_notice p.font_gray {
	padding:0 0 10px 40px;
}
.event_wrap .e_container.bg_05 .e_notice p.font_gray,
.event_wrap .e_container.bg_05 .e_notice ul li {
	color:#aaa;
}
.event_wrap .e_container.bg_05 .e_notice ul li::before {
	background: #aaa;
}