@charset "UTF-8";
*, *::before, *::after {
	box-sizing: border-box;
}
.event_wrap .e_container.bg_01 {
	background: linear-gradient(to bottom, #fff 0%, #9CFB93 100%);
	height: 1008px;
}
.event_wrap .e_container.bg_02 {
	background-color: #EF002F;
	padding: 100px 0;
}
.event_wrap .e_container.bg_03 {
	background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260921_ripe_read/bnD12_cont03_bg.jpg") 50% 0;
	padding: 110px 0 120px;
}
.event_wrap .e_container.bg_04 {
	padding: 120px 0;
}
.event_wrap .e_container.bg_05 {
	background: #3BC16A url("https://contents.kyobobook.co.kr/pmtn/2026/book/260921_ripe_read/bnD12_cont05_bg.jpg") 50% 0;
	padding: 120px 0;
}
.event_wrap .e_container.bg_06 {
	background-color: #9CFB93;
	padding: 120px 0;
}
/* ==========================
	공통 스타일
============================= */
.event_wrap {
	font-family: 'SUIT', sans-serif;
}
.event_wrap img {
	width: 100%;
}
.event_wrap a {
	color: #000;
}
.event_wrap button {
	cursor: pointer;
}
.event_wrap .w670 {
	width: 670px;
	margin: 0 auto;
}
.event_wrap .title_img {
	margin: 0 auto 40px;
}
.event_wrap .swiper-button-prev,
.event_wrap .swiper-button-next {
	opacity: 1;
	border-radius: 0;
	background-color: transparent;
	background-size: contain;
	background-image: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260921_ripe_read/bnD12_slide_nav.png");
	width: 30px;
	height: 60px;
}
.event_wrap .swiper-button-prev {
	transform: rotateY(180deg);
}
.event_wrap .swiper-pagination {
	position: static;
	font-size: 0;
	margin-top: 35px;
}
.event_wrap .swiper-pagination-bullet {
	opacity: 0.3;
	width: 12px;
	height: 12px;
	background-color: #EF002F;
	margin: 0 10px;
}
.event_wrap .swiper-pagination-bullet-active {
	opacity: 1;
}
/* ==========================
	영역별 스타일
============================= */
/* bg_01 */
.event_wrap .main_obj_wrap {
	padding-top: 76px;
}
.event_wrap .main_obj_wrap .main_title {
	width: 485px;
	margin: 15px auto 9px;
	animation: fadeIn 1s 3s ease-in-out both;
}
.event_wrap .main_obj_wrap .main_title img {
	margin-left: 12px;
}
.event_wrap .main_obj_area {
	font-size: 0;
}
.event_wrap .main_obj_wrap .main_obj {
	position: relative;
	animation: dropIn 0.3s ease-in-out both;
}
/* 접시 */
.event_wrap .main_obj_wrap .main_obj.obj01 {
	z-index: 3;
}
/* 빵 밑 */
.event_wrap .main_obj_wrap .main_obj.obj02 {
	width: 470px;
	margin: 0 auto;
	z-index: 1;
	animation-delay: 0.3s
}
/* 고기 */
.event_wrap .main_obj_wrap .main_obj.obj03 {
	width: 370px;
	margin: 0 auto;
	animation-delay: 0.6s
}
/* 양상추 */
.event_wrap .main_obj_wrap .main_obj.obj04 {
	width: 300px;
	left: 178px;
	animation-delay: 0.9s;
}
/* 토마토 */
.event_wrap .main_obj_wrap .main_obj.obj05 {
	position: absolute;
	width: 155px;
	left: 46px;
	bottom: 55px;
	z-index: 2;
	animation-delay: 1.2s;
}
/* 감자 */
.event_wrap .main_obj_wrap .main_obj.obj06 {
	position: absolute;
	width: 135px;
	left: 575px;
	bottom: 53px;
	z-index: 2;
	animation-delay: 1.4s;
}
/* 햄 */
.event_wrap .main_obj_wrap .main_obj.obj07 {
	width: 400px;
	left: 143px;
	animation-delay: 1.5s;
}
/* 사과 */
.event_wrap .main_obj_wrap .main_obj.obj08 {
	position: absolute;
	width: 125px;
	left: 572px;
	bottom: 160px;
	animation-delay: 1.6s;
}
/* 토마토책 */
.event_wrap .main_obj_wrap .main_obj.obj09 {
	width: 361px;
	left: 218px;
	animation-delay: 1.7s;
}
/* 노란연필 */
.event_wrap .main_obj_wrap .main_obj.obj10 {
	width: 351px;
	left: 121px;
	animation-delay: 2.2s;
}
/* 양상추 */
.event_wrap .main_obj_wrap .main_obj.obj11 {
	width: 291px;
	left: 282px;
	animation-delay: 2.3s;
}
/* 고기 */
.event_wrap .main_obj_wrap .main_obj.obj12 {
	width: 341px;
	left: 205px;
	bottom: -4px;
	animation-delay: 2.4s;
}
/* 빨간연필 */
.event_wrap .main_obj_wrap .main_obj.obj13 {
	width: 325px;
	left: 153px;
	bottom: -10px;
	animation-delay: 2.5s;
}
/* 빵 위 */
.event_wrap .main_obj_wrap .main_obj.obj14 {
	width: 470px;
	margin: 0 auto;
	/* animation-delay: 3.6s; */
	animation: dropIn 0.3s 3.9s ease-in-out both, dropInTopBun 0.3s 4.2s ease-in-out both;
}
.event_wrap .main_obj_wrap .main_obj.obj14 img {
	height: 54px;
}
/* bg_02 */
.event_wrap .sub_text_img {
	width: 665px;
	margin: 0 auto;
}
/* bg_03 */
.event_wrap .bg_03 .title_img:first-of-type {
	width: 300px;
}
.event_wrap .bg_03 .title_img:nth-of-type(2) {
	width: 286px;
}
.event_wrap .main_dish_wrap {
	margin-bottom: 120px;
}
.event_wrap .main_dish_wrap .swiper-button-prev,
.event_wrap .main_dish_wrap .swiper-button-next {
	margin-top: 0;
	top: 282px;
}
.event_wrap .main_dish_wrap .swiper-button-prev {
	left: 40px;
}
.event_wrap .main_dish_wrap .swiper-button-next {
	right: 40px;
}
.event_wrap .main_dish_wrap .book_box {
	background-color: #fff;
	padding: 90px 60px;
	border-radius: 20px 20px 0 0;
	overflow: hidden;
}
.event_wrap .main_dish_wrap .book_box .thumb {
	display: flex;
	justify-content: center;
	align-items: center;
	background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260921_ripe_read/bnD12_cont03_plate.png") no-repeat center;
	background-size: 100% 100%;
	width: 490px;
	height: 490px;
	margin: 0 auto;
}
.event_wrap .main_dish_wrap .book_box .thumb img {
	display: block;
	max-width: 260px;
	margin: 0 auto;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
}
.event_wrap .main_dish_wrap .book_box .info {
	text-align: center;
	width: 370px;
	margin: 20px auto 0;
}
.event_wrap .main_dish_wrap .book_box .info .book_title {
	font-size: 28px;
	font-weight: 800;
	line-height: 1.4;
	letter-spacing: -0.03em;
}
.event_wrap .main_dish_wrap .book_box .info .book_author {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: -0.03em;
	color: rgba(0, 0, 0, 0.5);
}
.event_wrap .main_dish_wrap .book_box .info .book_desc {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: -0.01em;
	margin-top: 10px;
	word-break: keep-all;
}
.event_wrap .main_dish_wrap .paring_box {
	background-color: #FEF8C2;
	padding: 60px;
	border-radius: 0 0 20px 20px;
	overflow: hidden;
}
.event_wrap .main_dish_wrap .paring_box .sub_title_img {
	width: 344px;
	margin: 0 auto 40px;
}
.event_wrap .main_dish_wrap .paring_box .prod_list {
	display: flex;
	gap: 0 30px;
}
.event_wrap .main_dish_wrap .paring_box .prod_list li {
	width: calc((100% / 2) - 15px);
}
.event_wrap .main_dish_wrap .paring_box .prod_list .thumb {
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 25px;
}
.event_wrap .main_dish_wrap .paring_box .prod_list .info .prod_name {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 60px;
	text-overflow: ellipsis;
	font-size: 22px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: -0.03em;
}
.event_wrap .main_dish_wrap .paring_box .prod_list .price_box {
	margin-top: 10px;
}
.event_wrap .main_dish_wrap .paring_box .prod_list .price_box .rate {
	font-size: 23px;
	font-weight: 800;
	line-height: 23px;
	letter-spacing: -0.03em;
	color: #EF002F;
}
.event_wrap .main_dish_wrap .paring_box .prod_list .price_box .final {
	font-size: 23px;
	font-weight: 800;
	line-height: 23px;
	letter-spacing: -0.03em;
	padding: 0 5px;
}
.event_wrap .main_dish_wrap .paring_box .prod_list .price_box .original {
	font-size: 18px;
	line-height: 16px;
	letter-spacing: -0.03em;
	color: rgba(0, 0, 0, 0.4);
}
.event_wrap .side_dish_wrap {
	position: relative;
}
.event_wrap .side_dish_wrap .wrap_inner {
	background-color: #fff;
	border-radius: 20px;
	padding: 70px 10px;
}
.event_wrap .side_dish_wrap .swiper-container {
	padding: 20px 20px 0 20px;
}
.event_wrap .side_dish_wrap .swiper-button-prev {
	left: -70px;
}
.event_wrap .side_dish_wrap .swiper-button-next {
	right: -70px;
}
.event_wrap .side_dish_wrap .side_list {
	display: flex;
	gap: 0 35px;
}
.event_wrap .side_dish_wrap .side_list li {
	position: relative;
	width: calc((100% / 3) - 23px);
}
.event_wrap .side_dish_wrap .side_list .pick {
	position: absolute;
	top: -20px;
	left: -20px;
	width: 80px;
}
.event_wrap .side_dish_wrap .side_list .thumb {
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 20px;
	border: 1px solid #D9D9D9;
}
.event_wrap .side_dish_wrap .side_list .info {
	text-align: center;
}
.event_wrap .side_dish_wrap .side_list .info p {
	font-size: 22px;
	line-height: 30px;
	letter-spacing: -0.03em;
	word-break: keep-all;
}
.event_wrap .side_dish_wrap .side_list .book_title,
.event_wrap .side_dish_wrap .side_list .prod_name {
	/* display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis; */
	font-weight: 700;
}
.event_wrap .side_dish_wrap .side_prod_list {
	margin-top: 60px;
}
/* bg_04 */
.event_wrap .bg_04 .title_img {
	width: 572px;
}
.event_wrap .bg_04 .eMap a {
	left: 0;
	width: 100%;
	height: 110px;
}
.event_wrap .bg_04 .eMap .link_01 {
	top: 0;
}
.event_wrap .bg_04 .eMap .link_02 {
	top: 40%;
}
.event_wrap .bg_04 .eMap .link_03 {
	top: 57%;
}
/* bg_05 */
.event_wrap .bg_05 .title_img {
	width: 526px;
}
.event_wrap .plate_wrap {
	position: relative;
	width: 650px;
	height: 650px;
	margin: 0 auto;
	background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260921_ripe_read/bnD12_cont05_plate.png") no-repeat center;
	background-size: 100% 100%;
	margin-bottom: 20px;
}
.event_wrap .plate_wrap .plate_item_box {
	position: relative;
}
.event_wrap .plate_wrap .plate_item_box .plate_item {
	position: absolute;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
	filter: grayscale(100%);
}
.event_wrap .plate_wrap .plate_item_box .plate_item.on {
	filter: none;
}
.event_wrap .plate_wrap .plate_item_box .plate_item.item_book {
	top: 98px;
	left: 113px;
	width: 260px;
	height: 392px;
	transform: rotate(-15.86deg);
	background-color: #888;
}
.event_wrap .plate_wrap .plate_item_box .plate_item.item_book:has(img[src]:not([src=""])) {
	height: auto;
}
.event_wrap .plate_wrap .plate_item_box .plate_item.item_prod {
	background-color: #fff;
	padding: 10px 10px 35px 10px;
	border-radius: 3px;
}
.event_wrap .plate_wrap .plate_item_box .plate_item.item_prod.item_prod01 {
	top: 70px;
	right: 95px;
	width: 210px;
	height: 275px;
}
.event_wrap .plate_wrap .plate_item_box .plate_item.item_prod.item_prod02 {
	top: 305px;
	right: 118px;
	width: 163px;
	height: 214px;
	transform: rotate(27.18deg);
}
.event_wrap .plate_wrap .plate_item .prod_thumb {
	position: relative;
	background-color: #888;
}
.event_wrap .plate_wrap .plate_item_box .item_prod01 .prod_thumb {
	width: 190px;
	height: 230px;
}
.event_wrap .plate_wrap .plate_item_box .item_prod02 .prod_thumb {
	width: 144px;
	height: 170px;
}
.event_wrap .plate_wrap .plate_item .prod_thumb img {
	object-fit: cover;	
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translateX(-50%);
}
.event_wrap .plate_wrap .plate_item .prod_thumb img {
	
}
.event_wrap .plate_wrap .search_btn {
	position: absolute;
	background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260921_ripe_read/bnD12_icon_search.png") no-repeat center / contain;
	width: 70px;
	height: 70px;
}
.event_wrap .plate_wrap .search_btn.search_btn01 {
	top: 112px;
	left: 41px;
}
.event_wrap .plate_wrap .search_btn.search_btn02 {
	top: 210px;
	right: 60px;
}
.event_wrap .plate_wrap .search_btn.search_btn03 {
	top: 463px;
	right: 116px;
}
.event_wrap .bg_05 .e_notice {
	width: 100%;
	padding: 0;
}
.event_wrap .bg_05 .e_notice ul li {
	color: rgba(0, 0, 0, 0.4);
}
.event_wrap .bg_05 .e_notice ul li::before {
	background-color: rgba(0, 0, 0, 0.4);
}
.event_wrap .bg_05 .btn_box {
	width: 510px;
	margin: 40px auto 0;
}
/* bg_06 */
.event_wrap .bg_06 .title_img {
	width: 372px;
}
.event_wrap .e_steps .link_btn {
	bottom: 70px;
	left: 80px;
	width: 510px;
	height: 80px;
}
.event_wrap .bg_06 .e_notice {
	width: 528px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}
.event_wrap .e_notice ul li {
	font-size: 22px;
	line-height: 34px;
	letter-spacing: -0.03em;
	color: rgba(0, 0, 0, 0.6);
}
.event_wrap .bg_06 .e_notice ul li::before {
	background-color: rgba(0, 0, 0, 0.6);
}
/* ==========================
	keyframes
============================= */
/* 메인 샌드위치 모션 */
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes dropIn {
	0% {
		opacity: 0;
		transform: translateY(-1008px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes dropInTopBun {
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(-20px);
	}
	100% {
		transform: translateY(0);
	}
}