@charset "UTF-8";
*, *::before, *::after {
	box-sizing: border-box;
}
.event_wrap .e_container:not(.bg_01) {
	padding: 100px 0;
}
.event_wrap .e_container.bg_01 {
	background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260720_hellodal/bnS_cont01_bg.jpg") no-repeat 50% 0;
	height: 482px;
	padding-top: 80px;
}
.event_wrap .e_container.bg_02 {
	background: #33A599 url("https://contents.kyobobook.co.kr/pmtn/2026/book/260720_hellodal/bnS_cont02_bg.jpg") no-repeat 50% 0;
}
.event_wrap .e_container.bg_03 {
	background-color: #B2F1EB;
}
.event_wrap .e_container.bg_04 {
	background-color: #E8F5F7;
}
.event_wrap .e_container.bg_05 {
	background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260720_hellodal/bnS_cont05_bg.jpg") no-repeat 50% 0;
}
.event_wrap .e_container.bg_06 {
	background-color: #FFF9DC;
}
/* ==========================
	공통 스타일
============================= */
.event_wrap {
	font-family: "Pretendard",  sans-serif;
}
.event_wrap img {
	width: 100%;
}
.event_wrap button {
	cursor: pointer;
	font-family: "Pretendard",  sans-serif;
}
.event_wrap .w670 {
	width: 670px;
	margin: 0 auto;
}
.event_wrap .title_img {
	margin: 0 auto 40px;
}
/* ==========================
	영역별 스타일
============================= */
/* bg_01 */
.event_wrap .main_title {
	width: 700px;
	margin: 0 auto;
}
/* bg_02 */
.event_wrap .bg_02 .title_img {
	width: 426px;
}
.event_wrap .book_cover {
	width: 380px;
	height: 440px;
	margin: 0 auto 40px;
}
.event_wrap .book_cover a {
	display: block;
	width: 100%;
	height: 100%;
	perspective: 2000px;
}
.event_wrap .ani_flip {
	width: 100%;
	height: 100%;
	transform-origin: left center;
	transform-style: preserve-3d;
	filter: drop-shadow(0px 0px 0px rgba(0,0,0,0));
	transition: transform 1.2s cubic-bezier(0.25, 0.1, 0.25, 1), filter 1.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.event_wrap .book_cover a:hover .ani_flip {
	transform: rotateY(-20deg);
	filter: drop-shadow(-12px 12px 20px rgba(0,0,0,0.20));
}
.event_wrap .ani_flip img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	backface-visibility: hidden;
}
.event_wrap .sub_text_box {
	text-align: center;
}
.event_wrap .sub_text_box p {
	font-size: 28px;
	line-height: 1.5;
	letter-spacing: -0.025em;
	color: #fff;
	margin-top: 16px;
}
/* bg_03 */
.event_wrap .bg_03 .title_img {
	width: 472px;
}
.event_wrap .eMap .link_person {
	top: 16%;
	left: 33%;
	width: 35%;
	height: 48%;
}
.event_wrap .question_tabs {
	display: flex;
	gap: 0 8px;
	margin: 40px auto 20px;
}
.event_wrap .question_tabs li {
	width: calc((100% / 4) - 6px);
}
.event_wrap .question_tabs li button {
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	border-radius: 10px;
	overflow: hidden;
	color: #4FB8AE;
	background-color: #fff;
	font-size: 26px;
	font-weight: 600;
	letter-spacing: -0.01em;
	text-align: center;
}
.event_wrap .question_tabs li button.on {
	font-weight: 700;
	color: #fff;
	background-color: #4FB8AE;
}
.event_wrap .answer_box {
	background: #fff url("https://contents.kyobobook.co.kr/pmtn/2026/book/260720_hellodal/bnS_cont03_illust.png") no-repeat center bottom 40px;
	background-size: 550px 499px;
	border-radius: 20px;
	overflow: hidden;
	padding: 40px 30px 580px;
}
.event_wrap .answer_box .ansnwer_inner {
	display: none;
}
.event_wrap .answer_box .ansnwer_inner.on {
	display: block;
}
.event_wrap .answer_box .q_box,
.event_wrap .answer_box .a_box {
	position: relative;
	border-radius: 20px;
	padding: 16px 20px;
}
.event_wrap .answer_box .q_box::before,
.event_wrap .answer_box .a_box::before {
	content: '';
	position: absolute;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
}
.event_wrap .answer_box .q_box {
	background-color: #33A599;
}
.event_wrap .answer_box .q_box::before {
	background-image: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260720_hellodal/bnS_edge01.png");
	left: -9px;
}
.event_wrap .answer_box .a_box {
	background-color: #FDF6CF;
	margin-top: 20px;
}
.event_wrap .answer_box .a_box::before {
	background-image: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260720_hellodal/bnS_edge02.png");
	right: -9px;
}
.event_wrap .answer_box .q_box p {
	font-size: 26px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: -0.01em;
	color: #fff;
}
.event_wrap .answer_box .a_box p {
	font-size: 26px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: -0.02em;
	color: #292929;
}
/* bg_04 */
.event_wrap .bg_04 .title_img {
	width: 372px;
}
.event_wrap .eMap .link_01 {
	top: 0;
	left: 0;
	width: 37%;
	height: 30%;
}
.event_wrap .eMap .link_02 {
	top: 35%;
	right: 0;
	width: 37%;
	height: 30%;
}
.event_wrap .eMap .link_03 {
	bottom: 0;
	left: 0;
	width: 37%;
	height: 30%;
}
/* bg_05 */
.event_wrap .bg_05 .title_img {
	width: 244px;
}
.event_wrap .book_slide {
	position: relative;
	width: 695px;
	margin: 0 auto;
}
.event_wrap .book_slide .swiper-button-next, 
.event_wrap .book_slide .swiper-button-prev {
	top: 168px;
	margin-top: 0;
	opacity: 1;
	background-image: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260720_hellodal/bnS_slide_nav01.png");
	background-size: contain;
	width: 60px;
	height: 60px;
}
.event_wrap .book_slide .swiper-button-next {
	right: -10px;
}
.event_wrap .book_slide .swiper-button-prev {
	left: -10px;
	transform: rotateY(180deg);
}
.event_wrap .book_slide .swiper-slide:not(.swiper-slide-active) .slide_inner {
	transform: scale(0.8);
	opacity: 0.6;
}
.event_wrap .book_slide .swiper-slide:not(.swiper-slide-active) img {
	margin-top: 36px;
} 
.event_wrap .book_slide .slide_inner .thumb {
	width: 228px;
	margin: 0 auto;
}
.event_wrap .book_slide .slide_inner .thumb img {
	aspect-ratio: 228 / 328;
	height: 100%;
	object-fit: cover;
}
.event_wrap .book_slide .slide_inner .book_title {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: -0.01em;
	text-align: center;
	word-break: keep-all;
	margin-top: 12px;
}
.event_wrap .book_slide .swiper-slide:not(.swiper-slide-active) .book_title {
	display: none;
}
/* bg_06 */
.event_wrap .bg_06 .title_img {
	width: 732px;
	margin-bottom: 0;
}
.event_wrap .gift_slide {
	position: relative;
	width: 756px;
	margin: 0 auto;
}
.event_wrap .gift_slide .swiper-button-next, 
.event_wrap .gift_slide .swiper-button-prev {
	opacity: 1;
	background-image: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260720_hellodal/bnS_slide_nav02.png");
	background-size: contain;
	border-radius: 0;
	width: 60px;
	height: 60px;
}
.event_wrap .gift_slide .swiper-button-next {
	right: 3px;
}
.event_wrap .gift_slide .swiper-button-prev {
	left: 3px;
	transform: rotateY(180deg);
}
.event_wrap .e_notice {
	width: 700px;
	padding: 40px 0 0 0;
}
.event_wrap .e_notice ul li {
	font-family: "Pretendard",  sans-serif;
	font-size: 22px;
	color: #62561B;
}
.event_wrap .e_notice ul li::before {
	background-color: #62561B;
}