@charset "UTF-8";
*, *::before, *::after {
	box-sizing: border-box;
}
.event_wrap .e_container:not(.bg_01, .e_tab_wrap) {
	padding: 120px 0;
}
.event_wrap .e_container.bg_01 {
	background: #fcf3d9 url("https://contents.kyobobook.co.kr/pmtn/2026/book/260708_bookdream/bnD12_cont01_bg.jpg") no-repeat 50% 0;
}
.event_wrap .e_container.e_tab_wrap {
	background-color: #f59222;
}
.event_wrap .e_container.bg_02 {
	background: #feedb2 url("https://contents.kyobobook.co.kr/pmtn/2026/book/260708_bookdream/bnD12_cont02_bg.jpg") 50% 0;
}
.event_wrap .e_container.bg_03 {
	background-color: #f7f3e7;
}
.event_wrap .e_container.bg_04 {
	background-color: #e2e3b3;
}
/* ==========================
	공통 스타일
============================= */
.event_wrap {
	font-family: "Pretendard",  sans-serif;
}
.event_wrap img {
	width: 100%;
}
.event_wrap button {
	cursor: pointer;
}
.event_wrap .w680 {
	width: 680px;
	margin: 0 auto;
}
.event_wrap .mB120 {
	margin-bottom: 120px;
}
.event_wrap .title_img {
	margin: 0 auto 40px;
}
/* ==========================
	영역별 스타일
============================= */
/* 카운트다운 */
.event_wrap .countdown_wrap {
	position: relative;
	z-index: 10;
	font-family: 'SUIT', sans-serif;
	padding: 36px 0;
	background-color: #e6e6e6;
}
.event_wrap .countdown_wrap .num_box {
	display: flex;
	text-align: center;
	justify-content: center;
	gap: 0 20px;
	font-size: 80px;
	line-height: 1;
	font-weight: 900;
}
.event_wrap .countdown_wrap .box_inner .num {
	display: block;
}
.event_wrap .countdown_wrap .box_inner .txt {
	display: block;
	font-size: 22px;
	line-height: 1.2;
	font-weight: 600;
	color: #a1a1a1;
}
.event_wrap .countdown_wrap .dday_text {
	font-size: 26px;
	line-height: 1.4;
	font-weight: 500;
	text-align: center;
	margin-top: 26px;
}
.event_wrap .countdown_wrap .dday_text b {
	font-weight: 800;
}
/* tab */
.event_wrap .e_tab_wrap .e_nav_tab {
	display: flex;
	height: 100px;
}
.event_wrap .e_tab_wrap .e_nav_tab li {
	width: calc(100% / 4);
}
.event_wrap .e_tab_wrap .e_nav_tab li .tab_btn {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.15;
}
.event_wrap .e_tab_wrap .e_nav_tab li .tab_btn.on {
	opacity: 1;
}
.event_wrap .e_tab_wrap .e_nav_tab .tab_btn01 {
	background-image: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260708_bookdream/bnD12_tab01.png");
	background-size: 116px 31px;
}
.event_wrap .e_tab_wrap .e_nav_tab .tab_btn02 {
	background-image: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260708_bookdream/bnD12_tab02.png");
	background-size: 103px 63px;
}
.event_wrap .e_tab_wrap .e_nav_tab .tab_btn03 {
	background-image: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260708_bookdream/bnD12_tab03.png");
	background-size: 104px 30px;
}
.event_wrap .e_tab_wrap .e_nav_tab .tab_btn04 {
	background-image: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260708_bookdream/bnD12_tab04.png");
	background-size: 105px 64px;
}
/* bg_02 */
.event_wrap .bg_02 .title_img {
	width: 434px;
}
.event_wrap .vid_box {
	width: 680px;
	height: 380px;
	margin: 70px auto 0;
}
.event_wrap .vid_box iframe {
	width: 100%;
	height: 100%;
}
/* bg_03 */
.event_wrap .bg_03 .title_img {
	width: 498px;
}
.event_wrap .bg_03 .e_notice {
	width: 550px;
	padding: 30px 0 0 0;
}
.event_wrap .bg_03 .e_notice ul li {
	color: #797773;
}
.event_wrap .bg_03 .e_notice ul li::before {
	background-color: #797773;
}
/* bg_04 */
.event_wrap .bg_04 .title_img {
	width: 520px;
}
.event_wrap .bg_04 .title_img02 {
	width: 144px;
	margin: 0 auto 30px;
}
.event_wrap .bg_wrap {
	border-radius: 15px;
	overflow: hidden;
	background-color: #fff;
	padding: 60px 40px;
}
.event_wrap .donation_list {
	width: 540px;
	margin: 0 auto;
}
.event_wrap .donation_list li {
	display: flex;
	background-color: #faf4da;
	border-radius: 20px;
	overflow: hidden;
	padding: 24px 40px;
	margin-bottom: 10px;
}
.event_wrap .donation_list li:last-child {
	margin-bottom: 0;
}
.event_wrap .donation_list li .num {
	display: inline-block;
	width: 33px;
	height: 33px;
	border-radius: 50%;
	background-color: #f9b81b;
	font-size: 24px;
	line-height: 1.3;
	letter-spacing: -0.02em;
	color:#fff;
	text-align: center;
}
.event_wrap .donation_list li p {
	flex: 1;
	font-size: 24px;
	line-height: 1.3;
	letter-spacing: -0.02em;
	word-break: keep-all;
	padding-left: 8px;
}
.event_wrap .donation_list li p span {
	display: block;
	font-size: 18px;
	line-height: 1.4;
	letter-spacing: -0.02em;
	color: rgba(0, 0, 0, 0.5);
}
.event_wrap .bg_04 .e_notice {
	width: 540px;
	padding: 30px 0 0 0;
}
.event_wrap .bg_04 .e_notice ul li {
	color: #7f7f7f;
}
.event_wrap .bg_04 .e_notice ul li::before {
	background-color: #7f7f7f;
}
/* 기부 달성률 영역 */
.event_wrap .donate_info_wrap .num_box {
	display: flex;
	justify-content: space-between;
}
.event_wrap .donate_info_wrap .num_box .percent_txt {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: -0.03em;
}
.event_wrap .donate_info_wrap .num_box .percent_txt .percent {
	font-size: 40px;
	color: #fd7702;
}
.event_wrap .donate_info_wrap .num_box .percent_txt .percent span {
	font-size: 28px;
}
.event_wrap .donate_info_wrap .num_box .total_txt {
	font-size: 38px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: -0.025em;
}
/* 달성률 수치 / 금액 */
.event_wrap .donate_info_wrap .goal_txt {
	font-size: 18px;
	letter-spacing: -0.05em;
	line-height: 1.3;
	text-align: right;
	color: rgba(0, 0, 0, 0.4);
	margin-top: 10px;
}
/* 프로그레스바 */
.event_wrap .progress_bar {
	width: 600px;
	margin: 15px auto 0;
	height: 20px;
	background-color: #e1e1e1;
	border-radius: 10px;
	overflow: hidden;
}
.event_wrap .progress_bar .bar {
	height: 100%;
	background-color: #fd7702;
}
/* 책장 이미지 */
.event_wrap .shelf_img_wrap { 
	position: relative;
	width: 600px;
	margin: 26px auto 0;
}
.event_wrap .shelf_img_wrap .shelf_img {
	display: none;
}
.event_wrap .shelf_img_wrap .shelf_img.active { 
	display: block;
}
.event_wrap .desc_text {
	font-size: 20px;
	line-height: 1.4;
	letter-spacing: -0.03em;
	color: #71715e;
	text-align: center;
	margin-top: 30px;
}