@charset "utf-8";
*, *::before, *::after {
	box-sizing: border-box;
}
.event_wrap {
	font-family: 'SUIT', sans-serif;
}
.event_wrap button {
	cursor: pointer;
}
.noto_emoji {
	font-family: "Noto Color Emoji", sans-serif;
}
.event_wrap .e_container.bg_01 {
	background: #2c0d68 url("https://contents.kyobobook.co.kr/pmtn/2026/book/260415_luckybook/bnD6_cont01_bg.jpg") no-repeat 50% 0;
	padding-top: 90px;
	overflow: hidden;
}
.event_wrap .e_container.bg_02 {
	background-color: #301873;
	padding: 90px 0;
}
.event_wrap .e_container.bg_03 {
	background: #07113c url("https://contents.kyobobook.co.kr/pmtn/2026/book/260415_luckybook/bnD6_cont03_bg.jpg") no-repeat 50% 0;
	padding: 90px 0;
}
.event_wrap .w1200 {
	width: 1200px;
	margin: 0 auto;
}
.event_wrap .title_box {
	margin-bottom: 40px;
}
.event_wrap .btn_box {
	width: 500px;
	margin: 0 auto;
}
.event_wrap .btn_box .e_btn {
	display: block;
	width: 100%;
	height: 100px;
	line-height: 100px;
	font-size: 32px;
	font-weight: 800;
	letter-spacing: -0.02em;
	text-align: center;
	color: #1c1b30;
	background-color: #ffde85;
	border-radius: 5px;
	overflow: hidden;
}
.event_wrap .btn_box .e_btn_link img{
	vertical-align: baseline;
	padding-left: 15px;
}
/* bg_01 */
/* 메인 타이틀 모션 */
.event_wrap .title_ani {
	position: relative;
}
.event_wrap .title_ani img {
	width: 100%;
}
.event_wrap .title_ani .main_title {
	font-family: 'HakgyoansimByeolbichhaneul';
	font-size: 140px;
	font-weight: lighter;
	line-height: 1;
	text-align: center;
	color: #ffde85;
	position: absolute;
	top: 78px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}
.event_wrap .title_ani .main_title span {
	display: inline-block;
	background: linear-gradient(
		180deg,
		#b88a2b 0%,
		#f7d774 20%,
		#fffefd 35%,
		#f7d774 50%,
		#d4a93a 65%,
		#fff1a8 80%,
		#b88a2b 100%
	);
	background-size: 100% 300%;
	background-position: 0% 0%;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;

	animation: goldFlowY 3s linear infinite alternate-reverse;
}
/* 메인 배경 오브제 모션 */
.event_wrap .main_deco_wrap {
	position: absolute;
	top:0;
	left:50%;
	transform: translateX(-50%);
	width: 1200px;
	height: 100%;
}
.event_wrap .main_deco {
	position: absolute;
}
.event_wrap .main_deco img {
	width: 100%;
}
.event_wrap .main_deco.main_deco01 {
	top: 0;
	left: 133px;
	width: 445px;
	opacity: 0;
	transform: rotate(-38deg);
	animation: starMotionRotate 1s ease-in-out both;
}
.event_wrap .main_deco.main_deco02 {
	top: 508px;
	left: 170px;
	opacity: 0;
	animation: starMotion 1s 0.3s ease-in-out both;
}
.event_wrap .main_deco.main_deco03 {
	top: 250px;
	right: 26px;
	width: 255px;
	opacity: 0;
	transform: rotate(-38deg);
	animation: starMotionRotate 0.7s 1s ease-in-out both;
}
.event_wrap .main_deco.main_deco04 {
	top: 711px;
	right: -130px;
	animation: blink 1.5s ease-in-out infinite;
}
.event_wrap .main_deco.main_deco05 {
	bottom: 377px;
	left: -138px;
	animation: blink 1.5s 0.3s ease-in-out infinite;
}
/* 드롭박스 */
.event_wrap .dropbox {
	position: relative;
	width: 170px;
	height: 45px;
	margin-left: auto;
	margin-bottom: 20px;
	z-index: 1;
}
.event_wrap .dropbox .dropbox_btn {
	position: relative;
	width: 100%;
	height: 100%;
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	font-size: 23px;
	font-weight: 600;
	line-height: 45px;
	letter-spacing: -0.02em;
	text-align: left;
	color: #fff;
	border: 2px solid #fff;
	padding: 0 30px 0 10px;
}
.event_wrap .dropbox .dropbox_btn::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260415_luckybook/bnD6_toggle_arrow.png") no-repeat center;
	width: 14px;
	height: 10px;
	transition: all 0.3s;
}
.event_wrap .dropbox .dropbox_btn.on::after {
	transform: translateY(-50%) rotate(180deg);
}
.event_wrap .dropbox .link_list {
	display: none;
	border: 2px solid #fff;
	margin-top: 10px;
	background-color: #0d164f;
}
.event_wrap .dropbox .link_list.on {
	display: block;
}
.event_wrap .dropbox .link_list li a {
	display: block;
	font-size: 23px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	text-align: left;
	color: #fff;
	padding: 10px 12px;
}
.event_wrap .bg_01 .title_box {
	width: 557px;
	margin: 0 auto 68px;
}
.event_wrap .bg_01 .title_box img {
	width: 100%;
}
.event_wrap .tarot_wrap {
	position: relative;
	width: 1060px;
	margin: 0 auto;
	background-color: #261a63;
	border-radius: 80px 80px 0 0;
	padding: 72px 134px 100px 134px;
}
.event_wrap .tarot_wrap::before {
	content: '';
	position: absolute;
	bottom: -10px;
	right: -70px;
	background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260415_luckybook/bnD6_cont01_obj.png") no-repeat center;
	width: 139px;
	height: 551px;
	z-index: 1;
}
.event_wrap .tarot_wrap .card_list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 10px;
}
.event_wrap .tarot_wrap .card_list li {
	position: relative;
	width: calc((100% / 3) - 7px);
	perspective: 1100px;
}
.event_wrap .tarot_wrap .card_list li:has(.card_inner.flip) {
	z-index: 1;
}
.event_wrap .tarot_wrap .card_list li.is-flip {
	z-index: 1;
}
.event_wrap .tarot_wrap .card_list .card_inner {
	position: relative;
	width: 255px;
	height: 394px;
	cursor: pointer;
	transform-style: preserve-3d;
	transition: transform 0.3s ease-in-out;
}
.event_wrap .tarot_wrap .card_list .card_inner.flip {
	transform: rotateY(180deg);
}
.event_wrap .tarot_wrap .card {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
}
.event_wrap .tarot_wrap .card.front {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260415_luckybook/bnD6_card_front_bg.png") no-repeat center / contain;
	padding: 45px 48px;
	transform: rotateY(180deg);
}
.event_wrap .tarot_wrap .card.front .thumb {
	width: 160px;
	border-radius: 10px;
	overflow: hidden;
	margin: 0 auto 26px;
}
.event_wrap .tarot_wrap .card.front .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.event_wrap .tarot_wrap .card.front .book_title {
	font-size: 20px;
	font-weight: 800;
	line-height: 1.2;
	color: #fff;
	text-align: center;
}
.event_wrap .tarot_wrap .card img {
	width: 100%;
}
.event_wrap .tarot_wrap .btn_box {
	width: 500px;
	margin: 40px auto 0;
}
.event_wrap .tarot_wrap .btn_box .shuffle_btn {
	display: block;
	width: 100%;
	height: 90px;
	line-height: 90px;
	font-size: 32px;
	font-weight: 800;
	letter-spacing: -0.02em;
	color: #181551;
	background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260415_luckybook/bnD6_btn_bg.jpg") no-repeat center / cover;
	border-radius: 5px;
	overflow: hidden;
}
.event_wrap .tarot_wrap .btn_box .shuffle_btn.off {
	pointer-events: none;
}
/* 팝업 */
.event_wrap .popup_bg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 999;
}
.event_wrap .popup_wrap {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 480px;
	width: 100%;
	height: 868px;
	border-radius: 10px;
	z-index: 1000;
	background-color: #fff;
}
.event_wrap .popup_bg.on,
.event_wrap .popup_wrap.on,
.event_wrap .tarot_result_wrap.on {
	display: block;
}
.event_wrap .popup_wrap .popup_close {
	position: absolute;
	top: -20px;
	right: -17px;
	width: 45px;
	height: 45px;
	background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260415_luckybook/tarot/bnD6_popup_close.png") no-repeat center / contain;
}
.event_wrap .tarot_result_wrap {
	display: none;
	padding: 70px 26px 70px 40px;
	background: #110e46 url("https://contents.kyobobook.co.kr/pmtn/2026/book/260415_luckybook/tarot/bnD6_popup_bd.png") no-repeat center;
	background-size: 480px 868px;
	height: 868px;
}
.event_wrap .tarot_result_wrap .tarot_result_inner {
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 10px;
}
.event_wrap .tarot_result_wrap .tarot_result_inner::-webkit-scrollbar {
	width: 6px;
}
.event_wrap .tarot_result_wrap .tarot_result_inner::-webkit-scrollbar-track {
	background-color: #221d70;
	border-radius: 3px;
}
.event_wrap .tarot_result_wrap .tarot_result_inner::-webkit-scrollbar-thumb {
	background-color: #ffde85;
	border-radius: 3px;
}
.event_wrap .tarot_result_wrap .title_img {
	width: 124px;
	margin: 0 auto 16px;
}
.event_wrap .tarot_result_wrap .title_img img {
	width: 100%;
}
.event_wrap .tarot_result_wrap .book_box {
	text-align: center;
}
.event_wrap .tarot_result_wrap .book_box .thumb {
	width: 222px;
	margin: 0 auto 36px;
	border-radius: 10px;
	overflow: hidden;
}
.event_wrap .tarot_result_wrap .book_box .thumb img {
	width: 100%;
}
.event_wrap .tarot_result_wrap .book_box .info .book_title {
	font-size: 28px;
	font-weight: 800;
	line-height: 1.4;
	color: #fff;
	margin-bottom: 10px;
}
/* 공통 서브 텍스트 */
.event_wrap .tarot_result_wrap .sub_text {
	font-size: 23px;
	font-weight: 500;
	line-height: 1.4;
	color: #e2e1ff;
}
.event_wrap .tarot_result_wrap .sub_text b {
	font-weight: 800;
	color: #fff;
}
.event_wrap .tarot_result_wrap .sub_text b.b_block {
	display: block;
}
/* 공통 서브 박스 */
.event_wrap .tarot_result_wrap .sub_box {
	text-align: center;
	padding-top: 114px;
	background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260415_luckybook/tarot/bnD6_popup_line.jpg") no-repeat top 50px center / contain;
}
.event_wrap .tarot_result_wrap .sub_box .sub_title {
	margin-bottom: 24px;
}
.event_wrap .tarot_result_wrap .btn_box {
	width: 400px;
	margin: 56px auto 0;
}
.event_wrap .tarot_result_wrap .btn_box .com_btn {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 110px;
	border-radius: 10px;
	overflow: hidden;
	padding: 26px 30px;
	text-align: left;
}
.event_wrap .tarot_result_wrap .btn_box .com_btn:not(:last-child) {
	margin-bottom: 10px;
}
.event_wrap .tarot_result_wrap .btn_box .com_btn span {
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	font-size: 25px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: -0.02em;
}
.event_wrap .tarot_result_wrap .btn_box .com_btn.bg_blue {
	background-color: #60eae5;
}
.event_wrap .tarot_result_wrap .btn_box .com_btn.bg_yellow {
	background-color: #ffde85;
}
.event_wrap .tarot_result_wrap .btn_box .com_btn.bg_white {
	background-color: #fff;
}
.event_wrap .tarot_result_wrap .btn_box .com_btn.down::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 26px;
	transform: translateY(-50%);
	background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260415_luckybook/bnD6_icon_down.png") no-repeat center;
	width: 24px;
	height: 25px;
}
.event_wrap .tarot_result_wrap .btn_box .com_btn.link::after {
	content: '>';
	position: absolute;
	top: 50%;
	right: 26px;
	transform: translateY(-50%);
	font-size: 25px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: -0.02em;
}
/* 행운의 주인공 당첨 */
.event_wrap .tarot_result_wrap .lucky .img_box {
	/* width: 420px; */
}
.event_wrap .tarot_result_wrap .lucky .img_box img {
	width: 100%;
}
/* // 행운의 주인공 당첨 */
.event_wrap .tarot_short {
	display: none;
	width: 1080px;
	margin: 0 auto;
}
.event_wrap .tarot_short img {
	width: 100%;
}
/* bg_02 */
.event_wrap .eMap .link_01 {
	top: 57%;
	left: 20%;
	width: 60%;
	height: 12%;
}
.event_wrap .eMap .link_02 {
	position: absolute;
	top: 69%;
	left: 20%;
	width: 60%;
	height: 12%;
}
.event_wrap .bg_02 .e_notice {
	width: 620px;
	padding: 20px 0 0 0;
}
.event_wrap .bg_02 .e_notice p {
	font-size: 20px;
	text-align: left;
	padding: 0 0 20px 30px
}
.event_wrap .bg_02 .e_notice p,
.event_wrap .bg_02 .e_notice ul li {
	font-family: 'SUIT', sans-serif;
	color: #d5d2f4;
}
.event_wrap .bg_02 .e_notice ul li::before {
	background-color: #d5d2f4;
}
/* bg_03 */
.event_wrap .e_app {
	width: 800px;
	margin: 60px auto 135px;
}
.event_wrap .eMap .link_03 {
	bottom: 19%;
	left: 10%;
	width: 38%;
	height: 30%;
}
.event_wrap .eMap .link_04 {
	bottom: 19%;
	right: 10%;
	width: 38%;
	height: 30%;
}
.event_wrap .e_luckylink {
	width: 800px;
	margin: 0 auto;
}
.event_wrap .e_luckylink li:not(:first-child) {
	margin-top: 20px;
}
.event_wrap .eMap .link_05 {
	bottom: 15%;
	left: 6%;
	width: 42%;
	height: 28%;
}

/* =========================== 
	animation keyframes
=============================*/
@keyframes blink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.3;
	}
	100% {
		opacity: 1;
	}
}
@keyframes starMotion {
	0% {
		transform: translateY(-30px) translateX(50px);
		opacity: 0;
	}
	100% {
		transform: translateY(0px) translateX(0);
		opacity: 1;
	}
}
@keyframes starMotionRotate {
	0% {
		transform: translateY(-30px) translateX(50px) rotate(-38deg);
		opacity: 0;
	}
	100% {
		transform: translateY(0px) translateX(0) rotate(-38deg);
		opacity: 1;
	}
}
@keyframes goldFlowY {
	0% { background-position: 0% 0%; }
	100% { background-position: 0% 100%; }
}