@charset "utf-8";

/* BMS 이벤트 */
.event-container {
	--kj-prod-ffffff: #fff;
	--kj-prod-000000: #000;
	--kj-prod-0565f0: #0565f0;
	--kj-prod-175ec7: #175ec7;
	--kj-prod-e5f1ff: #e5f1ff;
	--kj-prod-f0f6ff: #f0f6ff;
	--kj-prod-e5493a: #e5493a;
	--kj-prod-6e7780: #6e7780;
	--kj-prod-515961: #515961;
	--kj-prod-212529: #212529;
	--kj-prod-1d2d47: #1d2d47;
	--kj-prod-c0c6cc: #c0c6cc;
	--kj-prod-f5f7fa: #f5f7fa;
	--kj-prod-f2f5f7: #f2f5f7;
	--kj-prod-eceff4: #eceff4;
	--kj-prod-e1e3e5: #e1e3e5;
	--kj-prod-8c959f: #8c959f;
	--kj-prod-f8fff8: #f8fff8;
	--kj-prod-fff8f8: #fff8f8;
	--kj-prod-fffdf8: #fffdf8;
	--kj-prod-f8feff: #f8feff;
	--kj-prod-fdf8ff: #fdf8ff;
	--kj-prod-5451e1: #5451e1;
	--kj-prod-7d42ab: #7d42ab;
	--kj-prod-536cd7: #536cd7;
	--kj-prod-007f96: #007f96;
	--kj-prod-00a684: #00a684;
	--kj-prod-7d5d40: #7d5d40;
	--kj-prod-a162f7: #a162f7;
	--kj-prod-3c54bb: #3c54bb;
	--kj-prod-bf5887: #bf5887;
	--kj-prod-5697f0: #5697f0;
	--kj-prod-transparent: transparent;
	--kj-prod-fm-gothic: "HGGGothicssi";
	--kj-prod-fm-spoqa: "SpoqaHanSansNeo";
	--kj-prod-blue-0: #0565f0;
}

.event-container {
	margin-right: -20px;
	margin-left: -20px;
	color: #6e7780;
	font-size: 14px;
	font-weight: 400;
	background-color: var(--kj-prod-ffffff);
}

.event-container .event-inner {
	padding: 0 20px;
}

.event-container img {
	max-width: 100%;
}

.visual-img {
	margin-bottom: 48px;
}

.event-container .event-justify-info {
	display: flex;
	margin-top: 8px;

	gap: 12px;
}

.event-container .event-justify-info .info-left {
	color: var(--kj-prod-0565f0);
	font-size: 14px;
	white-space: nowrap;
	letter-spacing: -.1px;
	line-height: 24px;
}

.event-container .event-justify-info .info-left .info-title-rounded {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 110px;
	min-height: 32px;
	padding: 8px 14px;
	border-radius: 22px;
	color: var(--kj-prod-ffffff);
	font-weight: 700;
	text-align: center;
	background-color: #9e90f1;
}

.event-container .event-justify-info .info-right {
	flex: 1;
	font-size: 16px;
	letter-spacing: -.1px;
	line-height: 24px;
}

.event-container .event-justify-info .info-right .strong {
	display: block;
	color: var(--kj-prod-515961);
	font-weight: 700;
}

.event-container .event-justify-info .info-right .text-small {
	display: block;
	font-size: 14px;
	letter-spacing: -.1px;
	line-height: 24px;
}

.event-container .event-box {
	margin-top: 20px;
	padding: 20px;
	border-radius: 6px;
	color: var(--kj-prod-515961);
	background-color: var(--kj-prod-f5f7fa);
}

.event-container .list-circle-number {
	font-size: 14px;
	letter-spacing: -.1px;
	line-height: 24px;
}

.event-container .list-circle-number li {
	display: flex;

	gap: 8px;
}

.event-container .list-circle-number li:nth-child(1)::before {
	content: "\2460";
}

.event-container .list-circle-number li:nth-child(2)::before {
	content: "\2461";
}

.event-container .list-circle-number li:nth-child(3)::before {
	content: "\2462";
}

.event-container .list-circle-number li:nth-child(4)::before {
	content: "\2463";
}

.event-container .list-circle-number li:nth-child(5)::before {
	content: "\2464";
}

.event-container .list-circle-number li:nth-child(6)::before {
	content: "\2465";
}

.event-container .list-circle-number li:nth-child(7)::before {
	content: "\2466";
}

.event-container .list-circle-number li:nth-child(8)::before {
	content: "\2467";
}

.event-container .list-circle-number li:nth-child(9)::before {
	content: "\2468";
}

.event-container .list-circle-number li:nth-child(10)::before {
	content: "\2469";
}

.event-container .list-number {
	font-size: 14px;
	letter-spacing: -.1px;
	line-height: 24px;
}

.event-container .list-number li {
	display: flex;

	gap: 4px;
}

.event-container .list-number li:nth-child(1)::before {
	content: "1.";
}

.event-container .list-number li:nth-child(2)::before {
	content: "2.";
}

.event-container .list-number li:nth-child(3)::before {
	content: "3.";
}

.event-container .list-number li:nth-child(4)::before {
	content: "4.";
}

.event-container .list-number li:nth-child(5)::before {
	content: "5.";
}

.event-container .list-number li:nth-child(6)::before {
	content: "6.";
}

.event-container .list-number li:nth-child(7)::before {
	content: "7.";
}

.event-container .list-number li:nth-child(8)::before {
	content: "8.";
}

.event-container .list-number li:nth-child(9)::before {
	content: "9.";
}

.event-container .list-number li:nth-child(10)::before {
	content: "10.";
}

.event-container .list-asterism {
	font-size: 14px;
	letter-spacing: -.1px;
	line-height: 24px;
}

.event-container .list-asterism li {
	display: flex;

	gap: 8px;
}

.event-container .list-asterism li:first-child {
	margin-top: 0;
}

.event-container .list-asterism li::before {
	content: "※";
}

.event-container .list-dot {
	display: flex;
	flex-direction: column;

	gap: 8px;
	--event-list-dot-color: #6e7780;
}

.event-container .list-dot .text-danger {
	--event-list-dot-color: var(--kj-prod-danger);
}

.event-container .list-dot li {
	display: flex;
	color: var(--event-list-dot-color);
	font-size: 14px;
	font-weight: 500;
	letter-spacing: -.1px;
	line-height: 24px;

	gap: .5714em;
}

.event-container .list-dot li::before {
	content: "";
	width: 4px;
	height: 4px;
	margin-top: .6429em;
	border-radius: 50%;
	background-color: var(--event-list-dot-color);
	opacity: .5;
}

.event-container .list-dot div {
	flex: 1;
}

.event-container .content-desc {
	padding: 8px 8px 0;
}

.event-container .content-desc .list-asterism {
	font-size: 13px;
	line-height: 20px;
}

.event-container .content-desc .list-asterism li {
	margin-top: 4px;
}

.event-container .event-title-content-combine {
	margin-top: 24px;
}

.event-container .event-title-content-combine .title {
	color: var(--kj-prod-212529);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: -.1px;
	line-height: 22px;
}

.event-container .event-title-content-combine .content {
	margin-top: 12px;
}

.event-container table {
	border-collapse: collapse;
}

.event-container .content-desc {
	padding: 8px 8px 0;
}

.event-container .event-notice-accordion {
	margin-top: 48px;
	border-top: 1px solid #f2f5f7;
}

.event-container .event-notice-trigger {
	display: flex;
	align-items: start;
	padding: 12px 0;

	gap: 8px;
}

.event-container .event-notice-trigger img {
	vertical-align: top;
	width: 100%;
}

.event-container .event-notice-accordion.active .ico-arrow {
	transform: rotate(-180deg);
}

.event-container .event-notice-accordion.fixed-length .ico-arrow {
	display: none;
}

.event-container .event-notice-trigger .text {
	display: flex;
	align-items: center;
	flex: 1;
	font-weight: 500;
}

.event-container .event-notice-accordion .content {
	display: block;
	padding: 20px;
	border-radius: 6px;
	background-color: var(--kj-prod-f5f7fa);
}

.event-container .text-xsmall {
	font-size: 11px;
	letter-spacing: 0;
	line-height: 16px;
}

/*event - guide - helper*/
.event-container .fs-title-16 {
	color: #212529;
	font-size: 16px;
	font-weight: 700;
}

.event-container .fs-body-14 {
	font-size: 14px;
	letter-spacing: -.1px;
	line-height: 24px;
}

/* event-pig-wrap */
.event-container .kj-event-pig-wrap {
	display: flex;
	box-sizing: border-box;
	align-items: center;
	flex-direction: column;
	height: calc(100vh - 52px);
	min-height: 717px;
	padding: 80px 2px 20px;
	background: url("../../images/event/2024/goldpig/bg-event-gold-pig.png") no-repeat center / 100% 100%;
}

.event-container .kj-event-pig-title img {
	width: auto;
	max-height: 158px;
}

.event-container .kj-event-pig-group {
	display: flex;
	align-items: flex-end;
	justify-content: space-evenly;
	flex-wrap: wrap;
	min-width: 100%;
	min-height: 227px;
	margin-top: 40px;

	gap: 2px;
}

.event-container .kj-event-pig {
	overflow: hidden;
	width: 104px;
	height: 163px;
	background-color: var(--kj-transparent);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: auto 163px;
	animation: pigjump 1s infinite steps(2);
}

.event-container .kj-event-pig.kj-success {
	animation: none;
}

.event-container .kj-event-pig.kj-item01 {
	background-image: url("../../images/event/2024/goldpig/img-event-gold-pig01.png");
}

.event-container .kj-event-pig.kj-item02 {
	align-self: flex-start;
	background-image: url("../../images/event/2024/goldpig/img-event-gold-pig02.png");
}

.event-container .kj-event-pig.kj-item03 {
	background-image: url("../../images/event/2024/goldpig/img-event-gold-pig03.png");
}

.event-container .kj-event-pig.kj-item01.kj-active {
	background-image: url("../../images/event/2024/goldpig/img-event-gold-pig01-active.png");
}

.event-container .kj-event-pig.kj-item02.kj-active {
	background-image: url("../../images/event/2024/goldpig/img-event-gold-pig02-active.png");
}

.event-container .kj-event-pig.kj-item03.kj-active {
	background-image: url("../../images/event/2024/goldpig/img-event-gold-pig03-active.png");
}

.event-container .kj-event-pig.kj-item01.kj-success {
	background-image: url("../../images/event/2024/goldpig/img-event-gold-pig01-success.png");
}

.event-container .kj-event-pig.kj-item02.kj-success {
	background-image: url("../../images/event/2024/goldpig/img-event-gold-pig02-success.png");
}

.event-container .kj-event-pig.kj-item03.kj-success {
	background-image: url("../../images/event/2024/goldpig/img-event-gold-pig03-success.png");
}

@keyframes pigjump {
	to {
		background-position: -208px 0;
	}
}

@keyframes spinflower {
	0% {
		transform: rotate(15deg);
	}

	100% {
		transform: rotate(-15deg);
	}
}

.event-container .kj-flower-event {
	min-height: calc(100vh - 52px);
	padding-top: 40px;
	background-color: #dcefff;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
}

.event-container .kj-flower-event.kj-flower-select {
	background: #eaf4fc url("../../images/event//2024/flower/ev-flower-bg03.png") no-repeat left top;
	background-size: 100% auto;
}

.event-container .kj-flower-event .kj-flower-contents {
	position: relative;
	min-height: calc(100vh - 92px);
	padding-bottom: 100px;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 100% auto;
}

.event-container .kj-flower-event.kj-flower-select .kj-flower-contents {
	background: url("../../images/event//2024/flower/ev-flower-bg04.png") no-repeat left bottom;
	background-size: 100% auto;
}

.event-container .kj-flower-event .kj-point-title {
	margin-top: 40px;
	color: #282828;
	font-family: var(--kj-fm-gothic);
	font-size: 17px;
	font-weight: 700;
	text-align: center;
	letter-spacing: -.3px;
	line-height: 140%;
}

.event-container .kj-flower-event .kj-winner-products {
	display: flex;
	justify-content: space-around;
	margin-top: 16px;
	padding-bottom: 77px;
}

.event-container .kj-flower-event .kj-winner-products .kj-product {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	flex-direction: column;
}

.event-container .kj-flower-event .kj-winner-products .kj-product .img {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	max-width: 100px;
	border-radius: 50%;
	background-color: var(--kj-prod-ffffff);

	aspect-ratio: 1;
}

.event-container .kj-flower-event .kj-winner-products .kj-product img {
	width: 62.5px;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2);
}

.event-container .kj-flower-event .kj-winner-products .kj-product span {
	display: block;
	margin-top: 8px;
	color: rgba(33, 37, 41, .9);
	font-size: 13px;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	line-height: 140%;
}

.event-container .kj-flower-event .kj-select-products {
	box-sizing: content-box;
	position: relative;
	width: 317.8px;
	max-width: 100%;
	height: 380px;
	margin: 8px auto 0 auto;
	padding-bottom: 20px;
}

.event-container .kj-flower-event [class*="flower0"] {
	display: flex;
	position: absolute;
	align-items: center;
	justify-content: center;
	color: #a5aab0;
	font-family: var(--kj-fm-gothic);
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 20px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
}

.event-container .kj-flower-event [class*="flower0"] img {
	position: relative;
	top: 5px;
}

.event-container .kj-flower-event [class*="kj-flower0"] img {
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2);
}

.event-container .kj-flower-event [class*="kj-flower0"].kj-active:not(.result) {
	color: #2e863f;
	transform-origin: center center;
	animation: spinflower 1.5s ease-in-out infinite alternate;
}

.event-container .kj-flower-event .kj-flower01 {
	top: 32px;
	left: 0;
	width: 117px;
	height: 110.5px;
	padding: 19px 0 0 21px;
	background-image: url("../../images/event/2024/flower/bg-flower-type02.png");
}

.event-container .kj-flower-event .kj-flower01.kj-active {
	background-image: url("../../images/event/2024/flower/bg-flower-type02-active.png");
}

.event-container .kj-flower-event .kj-flower02 {
	top: 0;
	left: 177px;
	width: 107px;
	height: 104.5px;
	padding: 0;
	background-image: url("../../images/event/2024/flower/bg-flower-type01.png");
}

.event-container .kj-flower-event .kj-flower02.kj-active {
	background-image: url("../../images/event/2024/flower/bg-flower-type01-active.png");
}

.event-container .kj-flower-event .kj-flower03 {
	top: 120px;
	left: 135px;
	width: 107px;
	height: 104.5px;
	background-image: url("../../images/event/2024/flower/bg-flower-type05.png");
}

.event-container .kj-flower-event .kj-flower03.kj-active {
	background-image: url("../../images/event/2024/flower/bg-flower-type05-active.png");
}

.event-container .kj-flower-event .kj-flower04 {
	top: 186px;
	left: 0;
	width: 105.5px;
	height: 118.5px;
	padding: 22px 8px 0 0;
	background-image: url("../../images/event/2024/flower/bg-flower-type04.png");
}

.event-container .kj-flower-event .kj-flower04.kj-active {
	background-image: url("../../images/event/2024/flower/bg-flower-type04-active.png");
}

.event-container .kj-flower-event .kj-flower05 {
	top: 225px;
	left: 219px;
	width: 99px;
	height: 102.5px;
	padding: 0 9px 8px 0;
	background-image: url("../../images/event/2024/flower/bg-flower-type03.png");
}

.event-container .kj-flower-event .kj-flower05.kj-active {
	background-image: url("../../images/event/2024/flower/bg-flower-type03-active.png");
}

.event-container .kj-flower-event .kj-flower06 {
	top: 272px;
	left: 95px;
	width: 107px;
	height: 104.5px;
	background-image: url("../../images/event/2024/flower/bg-flower-type06.png");
}

.event-container .kj-flower-event .kj-flower06.kj-active {
	background-image: url("../../images/event/2024/flower/bg-flower-type06-active.png");
}

.event-container .kj-select-win-group {
	display: grid;
	align-items: center;
	justify-content: center;

	grid-template-columns: repeat(2, 1fr);
}

.event-container .kj-select-win-group .kj-select-win-products:nth-child(3) {
	grid-column-start: 1;
	grid-column-end: 3;
}

.event-container .kj-select-win-group>div {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.event-container .kj-select-win-group .img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 140px;
	height: 127.5px;
	background: url("../../images/event/2024/flower/bg-flower-type-lg.png") no-repeat left top;
	background-size: cover;
}

.event-container .kj-select-win-group .img img {
	width: 74px;
	transform: translate(-2px, 5px);
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2);
}

.event-container .kj-select-win-group .text {
	display: flex;
	justify-content: center;
	margin-top: 12px;
	color: var(--kj-212529);
	font-family: var(--kj-fm-gothic);
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}

.event-container .kj-flower-result {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	min-height: calc(100vh - 124px);
}

.event-container .kj-flower-result .img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 260px;
	height: 236.5px;
	background: url("../../images/event/2024/flower/bg-flower-type-xl.png") no-repeat;
	background-size: cover;
}

.event-container .kj-flower-result .img img {
	vertical-align: top;
	width: 123px;
	transform: translate(-4px, 7px);
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2);
}

.event-container .kj-flower-result .result-title {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 300px;
	height: 82px;
	margin-top: 24px;
	color: var(--kj-212529);
	font-family: var(--kj-fm-gothic);
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	letter-spacing: -.1px;
	line-height: 26px;
	background: url("../../images/event/2024/flower/bg-flower-title01.png") no-repeat;
	background-size: cover;
}

.event-container .kj-reward-stamp .kj-flex-item {
	max-width: 92px;
}

.event-container .kj-reward-stamp .kj-active .kj-text {
	color: var(--kj-0565f0);
}

/* 매주 누워서 돈벌기 */
.event-container .kj-event-week-money-intro {
	display: flex;
	overflow: hidden;
	position: relative;
	align-items: center;
	flex-direction: column;
	height: calc(100vh - 52px);
	min-height: 700px;
	padding: 28px 20px;
	background-color: #93aaff;
	background-image: url("../../images/event/2024/img-week-money-wave1.png");
	background-repeat: no-repeat;
	background-position: -15px -15px;
	background-size: 100vh 100vh;
	animation: wave 3s ease-in-out infinite alternate;

	gap: 24px;
}

.event-container .kj-event-week-money-intro .kj-money-paper {
	position: absolute;
	top: 132px;
	left: -30px;
	width: auto;
	height: 96px;
	animation: bounce 3s ease-in-out infinite alternate;
	animation-delay: .1s;
}

.event-container .kj-event-week-money-intro .kj-coin-blur {
	position: absolute;
	top: -30px;
	right: -50px;
	width: auto;
	height: 100px;
}

.event-container .kj-event-week-money-intro .kj-character-wrap {
	position: relative;
}

.event-container .kj-event-week-money-intro [class*=kj-star] {
	position: absolute;
	width: auto;
	transform: scale(.5);
	animation: star 1s ease-in-out infinite alternate;
}

.event-container .kj-event-week-money-intro .kj-star01 {
	top: 30px;
	left: 5px;
	height: 15px;
	animation-duration: .5s;
	animation-delay: .2s;
}

.event-container .kj-event-week-money-intro .kj-star02 {
	top: 50px;
	left: -20px;
	height: 37px;
	animation-duration: .8s;
	animation-delay: .5s;
}

.event-container .kj-event-week-money-intro .kj-star03 {
	right: 10px;
	bottom: 20px;
	height: 26px;
	animation-duration: .6s;
	animation-delay: .3s;
}

.event-container .kj-event-week-money-intro .kj-character {
	width: auto;
	height: 249px;
	animation: bounce 3s ease-in-out infinite alternate;
}

.event-container .kj-event-week-money-intro .kj-coupon {
	position: absolute;
	top: -50px;
	right: -30px;
	width: auto;
	height: 120px;
	border: 0;
	animation: bounce 2.7s ease-in-out infinite alternate;
}

.event-container .kj-event-week-money-intro .kj-gs25 {
	position: absolute;
	bottom: 80px;
	left: 25px;
	width: auto;
	height: 100px;
	animation: bounce 3s ease-in-out infinite alternate;
}

.event-container .kj-event-week-money-intro .kj-coin {
	position: absolute;
	right: 30px;
	bottom: 10px;
	width: auto;
	height: 120px;
}

@keyframes wave {
	to {
		background-position: 15px 15px;
	}
}

@keyframes bounce {
	to {
		transform: translate(5px, 10px);
	}
}

@keyframes star {
	to {
		transform: scale(1);
	}
}

.event-container .kj-event-week-money-board {
	overflow: hidden;
	position: relative;
	padding: 28px 24px 94px;
	background: url(../../images/event/2024/img-week-money-wave2.png) no-repeat center top #93aaff;
	background-size: cover;
}

.event-container .kj-event-week-money-board .kj-money-paper {
	position: absolute;
	top: 132px;
	left: -30px;
	width: auto;
	height: 96px;
}

.event-container .kj-event-week-money-board .kj-coin-blur {
	position: absolute;
	top: -30px;
	right: -50px;
	width: auto;
	height: 100px;
}

.event-container .kj-event-pill-title {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 24px;
	border-radius: 100px;

	gap: 4px;
}

.event-container .kj-event-slider {
	position: relative;
	margin: 50px 15px;
	border-radius: 20px;
	background-color: var(--kj-e1e3e5);
}

.event-container .kj-event-slider .kj-reward {
	position: absolute;
	top: -46px;
	right: -21px;
	width: 42px;
	height: 42px;
}

.event-container .kj-event-slider .kj-gauge {
	position: relative;
	min-width: 0;
	max-width: 100%;
	height: 14px;
	border-radius: 20px;
	background: linear-gradient(0deg, rgba(88, 153, 244, 1) 0%, rgba(37, 126, 255, 1) 100%);
}

.event-container .kj-event-slider .kj-gauge .kj-reward {
	right: 0;
	transform: translateX(50%);
}

.event-container .kj-event-slider .kj-gauge .kj-bubble {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	color: #fff;
	white-space: nowrap;
	background-color: #1d2d47;
	transform: translate(50%, 44px);
}

.event-container .kj-event-slider .kj-gauge .kj-bubble::before {
	width: 8px;
	height: 8px;
	background-color: #1d2d47;
}

.event-container .kj-event-slider [class*=kj-state] {
	position: absolute;
	bottom: -24px;
}

.event-container .kj-event-slider .kj-state-first {
	left: 0;
	transform: translateX(-50%);
}

.event-container .kj-event-slider .kj-state-last {
	right: 0;
	transform: translateX(50%);
}

/* 내일도 또 Wa! */
.event-container .kj-event-again {
	overflow: hidden;
	min-height: 812px;
	background: url("../../images/event/2024/again/bg-event-again00.png") no-repeat center center / cover #fffa50;
}

.event-container .kj-event-again .kj-event-title {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 260px;
	margin: auto;
	animation: againTitleForwards .5s ease-in-out forwards;
}

.event-container .kj-event-again .kj-event-title [class*=kj-star] {
	position: absolute;
	animation: againStarShake .6s infinite ease-in-out;
}

.event-container .kj-event-again .kj-event-title .kj-star01 {
	top: 58px;
	left: 58px;
	animation-delay: .2s;
}

.event-container .kj-event-again .kj-event-title .kj-star02 {
	top: 90px;
	right: 8px;
	animation-delay: .4s;
}

.event-container .kj-event-again .kj-event-title .kj-star03 {
	bottom: 90px;
	left: 48px;
	animation-delay: .1s;
}

.event-container .kj-event-again .kj-event-title .kj-star04 {
	right: 14px;
	bottom: 77px;
	animation-delay: .3s;
}

@keyframes againStarShake {
	from {
		transform: rotateY(-30deg);
	}

	to {
		transform: rotateY(30deg);
	}
}

@keyframes againTitleForwards {
	0% {
		transform: scale(1);
		opacity: 0;
	}

	80% {
		transform: scale(1.2);
		opacity: 1;
	}

	100% {
		transform: scale(1);
	}
}

.event-container .kj-event-again .kj-event-man-wrap {
	display: flex;
	overflow: hidden;
	position: relative;
	align-items: center;
	justify-content: center;
	margin-top: -40px;
	animation: againMan .5s ease-in-out forwards;
}

.event-container .kj-event-again .kj-event-man-wrap [class*=kj-light] {
	position: absolute;
	width: 168px;
	height: 250px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
	animation: againLight 1s infinite steps(2);
}

.event-container .kj-event-again .kj-event-man-wrap .kj-event-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-190px);
}

.event-container .kj-event-again .kj-event-man-wrap .kj-light-left {
	top: 0;
	left: 50%;
	background-image: url(../../images/event/2024/again/bg-event-again-light-left.png);
	transform: translateX(-100%);
}

.event-container .kj-event-again .kj-event-man-wrap .kj-light-right {
	top: 0;
	right: 50%;
	background-image: url(../../images/event/2024/again/bg-event-again-light-right.png);
	transform: translateX(160%);
}

@keyframes againLight {
	to {
		background-position: -338px;
	}
}

.event-container .kj-event-again .kj-event-man {
	transform: translateX(80px);
}

@keyframes againMan {
	0% {
		transform: scale(0);
		transform-origin: right bottom;
		opacity: 0;
	}

	90% {
		transform: scale(1.1);
		transform-origin: right bottom;
		opacity: 1;
	}

	100% {
		transform: scale(1);
		transform-origin: right bottom;
	}
}

.event-container .kj-event-again .kj-event-man-wrap .kj-event-item01 {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(120px);
	transform-origin: left center;
}

.event-container .kj-event-again .kj-event-man-wrap .kj-event-item02 {
	position: absolute;
	bottom: 90px;
	left: 50%;
	transform: translateX(140px);
}

.event-container .kj-event-again .kj-dim {
	position: relative;
}

.event-container .kj-event-again .kj-dim::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 6px;
	background: url("../../images/event/2024/again/img-finish.png") no-repeat center center / 137px auto rgba(0, 0, 0, .6);
}

.event-container .kj-again-board-wrap {
	min-height: 646px;
	padding: 0 20px 55px;
	background: url("../../images/event/2024/again/bg-event-again01.png") no-repeat center top / cover #fffba1;
}

.event-container .kj-again-board-wrap .kj-event-again {
	position: relative;
	min-height: 246px;
	margin-bottom: -40px;
	background: none;
}

.event-container .kj-again-board-wrap .kj-event-man-wrap {
	margin: 10px 0 0;
}

.event-container .kj-again-board-wrap .kj-event-man {
	transform: translateX(100px);
}

.event-container .kj-again-board-wrap .kj-event-man-wrap .kj-light-right {
	top: -50px;
	left: 50%;
	transform: translateX(80px) scale(.6);
}

.event-container .kj-again-board-wrap .kj-event-man-wrap .kj-event-item02 {
	bottom: 60px;
	transform: translateX(140px);
}

.event-container .kj-again-board-wrap .kj-event-man-wrap .kj-event-text {
	top: 60px;
	transform: translateX(-170px) scale(.7);
}

.event-container .kj-again-board {
	border-radius: 20px;
	text-align: center;
	box-shadow: 0 7px 10px 0 rgba(19, 21, 24, .02);
}

.event-container .kj-again-head::before {
	content: "";
	position: absolute;
	top: -22px;
	left: 20px;
	width: 42px;
	height: 33px;
	background: url(../../images/event/2024/again/img-event-again-clip.png) no-repeat 0 0 / cover;
}

.event-container .kj-again-head {
	position: relative;
	padding: 7px;
	border-radius: 20px 20px 0 0;
	background-color: var(--kj-000000);
}

.event-container .kj-again-head .kj-title {
	color: var(--kj-ffffff);
	font-family: var(--kj-fm-gothic);
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
}

.event-container .kj-again-body {
	position: relative;
	padding: 24px 20px 32px;
	border-radius: 0 0 20px 20px;
	background-color: var(--kj-ffffff);
}

.event-container .kj-again-body .kj-img-coin,
.event-container .kj-again-body .kj-img-stamp {
	position: absolute;
}

.event-container .kj-again-body .kj-img-coin {
	bottom: 53px;
	left: -16px;
	width: 32px;
}

.event-container .kj-again-body .kj-img-stamp {
	right: -16px;
	bottom: -12px;
	width: 78px;
}

.event-container .kj-again-coin {
	display: flex;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
}

@keyframes coinRotateY {
	to {
		transform: rotateY(360deg);
	}
}

.event-container .kj-calendar-head {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px 0;

	gap: 8px;
}

.event-container .kj-calendar-head button {
	background-color: var(--kj-transparent);
}

.event-container .kj-calendar-head .kj-prev {
	transform: rotateY(180deg);
}

.event-container .kj-calendar-head .kj-date {
	color: var(--kj-212529);
	font-size: 16px;
	font-weight: 700;
}

.event-container .kj-calendar {
	height: 343px;
}

.event-container .kj-calendar table {
	width: 100%;
	border-top: 1px solid var(--kj-e1e3e5);
	text-align: center;
}

.event-container .kj-calendar th,
.event-container .kj-calendar td {
	color: var(--kj-212529);
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
}

.event-container .kj-calendar thead th {
	padding: 24px 0 8px;
}

.event-container .kj-calendar td {
	height: 48px;
}

.event-container .kj-roulette-wrap {
	position: relative;
}

.event-container .kj-roulette-bg {
	position: relative;
}

.event-container .kj-property-wrap .roulette_area::before {
	height: 20%;
	background-image: url("../../images/event/2024/property/img-property-pin.png");
}

.event-container .kj-property-wrap .roulette_area::after {
	content: "";
	display: block;
	position: absolute;
	top: -9%;
	right: 0;
	left: 0;
	z-index: 8;
	height: 20%;
	background: url("../../images/event/2024/property/img-property-start-bg.png") no-repeat center top / auto 100%;
}

.event-container .kj-property-wrap .btn_start {
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	width: 65px;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

.event-container .kj-property-product {
	overflow: hidden;
	position: relative;
	margin-top: -50px;
	padding: 70px 24px 47px;
	background-color: #2c3e88;
}

.event-container .kj-property-product::before {
	content: "";
	position: absolute;
	top: -70px;
	right: -22px;
	left: -22px;
	height: 100px;
	border-radius: 100%;
	background-color: #c9dfff;
}

/* 모내기적금 */
.event-container .event-tab-list {
	display: flex;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	border-radius: 12px 12px 0 0;
}

.event-container .event-tab-list .event-tab {
	flex: 1;
	height: 44px;
	padding: 10px;
	color: var(--kj-ffffff);
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	line-height: 22px;
	background-color: #c9eff7;
}

.event-container .event-tab-list .event-tab.active {
	color: #149b9c;
	background-color: var(--kj-ffffff);
}

/* 돈터지는 생일 잔치 */
.event-container .kj-event-money-touch {
	padding-bottom: 40px;
	background: url("../../images/event/2025/money-touch/bg-money-touch01.png");
	background-size: 100% auto;
}

.kj-event-money-touch .kj-image-title {
	display: flex;
	position: relative;
	justify-content: center;
	width: 231px;
	margin: 0 auto;
	padding-top: 28px;
}

.kj-event-money-touch .kj-player-wrap {
	display: flex;
	position: relative;
	z-index: 1;
	justify-content: center;
	margin-top: -31px;
}

.kj-event-money-touch .kj-player-wrap .kj-layer {
	display: flex;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 4;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 266px;
	height: 188px;
	border-radius: 12px;
	background: rgba(49, 49, 49, .9);
	transition: opacity .5s;
	transform: translate(-50%, -50%);
	opacity: 0;
}

.kj-event-money-touch .kj-player-wrap .kj-layer.kj-active {
	opacity: 1;
}

.kj-event-money-touch .kj-player-wrap .kj-status {
	color: var(--kj-ffffff);
	font-family: var(--kj-fm-gothic);
	font-size: 18px;
	font-weight: 700;
	line-height: 26px;
}

.kj-event-money-touch .kj-player-wrap .kj-reward {
	color: var(--kj-c2dcff);
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	line-height: 32px;
}

.kj-event-money-touch .kj-player-wrap .kj-desc {
	margin-top: 8px;
	color: var(--kj-ffffff);
	font-size: 13px;
	font-weight: 400;
	letter-spacing: -.1px;
	line-height: 20px;
}

.kj-event-money-touch .player {
	position: relative;
}

.kj-event-money-touch .kj-money-motion-group {
	display: flex;
	position: relative;
	z-index: 3;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin: 24px 20px;
	padding: 36px 0 16px;
	border-radius: 15px;
	background: rgba(36, 176, 208, .80);
}

.kj-event-money-touch .kj-money-motion-group::after {
	content: "";
	display: block;
	position: absolute;
	top: -45px;
	left: 50%;
	width: 80px;
	height: 80px;
	background: url("../../images/event/2025/money-touch/bg-money-touch02.png");
	background-size: cover;
	transform: translateX(-50%);
}

.kj-event-money-touch .kj-money-motion {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 219px;
	height: 52px;
	margin-top: 10px;
	padding: 0 20px;
	border-radius: 4px;
	color: var(--kj-212529);
	font-family: "SpoqaHanSansNeo";
	font-size: 24px;
	font-weight: 700;
	line-height: 40px;
	background-color: #fff;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .18) inset;
}

.kj-event-money-touch .kj-btn-action {
	display: flex;
	vertical-align: top;
	justify-content: center;
	width: 173px;
	height: 59px;
	margin-top: 12px;
	padding-top: 12px;
	color: #fff;
	font-family: "HGGGothicssi";
	font-size: 19px;
	font-weight: 700;
	letter-spacing: -.1px;
	line-height: 24px;
	background: url("../../images/event/2025/money-touch/bg-money-touch03.png");
	background-size: cover;
}

.kj-event-money-touch .kj-btn-action.kj-failed {
	background: url("../../images/event/2025/money-touch/bg-money-touch04.png");
	background-size: cover;
}

.kj-event-money-touch .kj-my-point {
	display: flex;
	flex-direction: column;
	margin: 0 20px;
	padding: 32px 24px;
	border-radius: 20px;
	background-color: var(--kj-ffffff);

	gap: 24px;
}

.kj-event-money-touch .kj-my-point .kj-top {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.kj-event-money-touch .kj-my-point .kj-point {
	display: inline-flex;
	margin: 23px auto 0;
	padding: 16px 24px;
	border: 2px solid var(--kj-0565f0);
	border-radius: 12px;
	color: var(--kj-212529);
	font-weight: 700;
}

.kj-event-money-touch .kj-my-point .kj-point-bubble {
	position: relative;
	padding: 12px 24px;
	border-radius: 9999em;
	color: #fff;
	font-weight: 700;
	line-height: normal !important;
	background-color: #275fef;
}

.kj-event-money-touch .kj-my-point .kj-point-bubble::after {
	content: "";
	position: absolute;
	bottom: -12px;
	left: 50%;
	width: 12px;
	height: 12px;
	background-color: #275fef;
	transform: translate(-50%, -50%) rotate(45deg);
}

.kj-event-sales-up .sales-up-top {
	position: relative;
	padding: 160px 20px 20px;
	background: #ecffdb url("../../images/event/2024/sales-up/bg-salesup.png") no-repeat;
	background-position: top right;
	background-size: auto 205px;
}

.kj-event-sales-up .sales-up-top .title {
	position: absolute;
	top: 41px;
	left: 20px;
	width: 203px;
}

.kj-event-sales-up .top-content {
	padding: 24px 24px 32px;
	border-radius: 6px;
	background-color: #fff;
}

.kj-event-sales-up .kj-animation-warp {
	position: relative;
	padding: 80px 0 0;
}

.kj-event-sales-up .kj-pay-grid {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 8px;
	color: var(--kj-212529);
}

.kj-event-sales-up .kj-pay-grid>span {
	display: inline-flex;
	justify-content: center;
	width: 38px;
}

.kj-event-sales-up .kj-character {
	position: absolute;
	top: 20px;
	left: 0;
	width: 40px;
	height: 60px;
}

.kj-event-sales-up .kj-character img {
	width: 100%;
}

.kj-event-sales-up .kj-animation {
	padding: 0 18.5px;
}

.kj-event-sales-up .kj-animation .kj-animation-inner {
	position: relative;
	width: 100%;
}

.kj-event-sales-up .kj-animation img {
	display: block;
}

.kj-event-sales-up .kj-animation .kj-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--kj-e1e3e5);
}

.kj-event-sales-up .kj-animation .kj-inner .kj-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.kj-event-sales-up .kj-gradation {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: linear-gradient(180deg, #5899f4 0%, #257eff 95.31%), #344bfd;
}

/* 금나와라 뚝딱 이벤트 */
.event-container .kj-event-goldbar-wrap {
	background: #d5eeff url("../../images/event/2024/goldbar/bg-event.png") no-repeat 0 0;
	background-size: 100% auto;
}

.event-container .kj-event-goldbar-wrap .kj-event-inner {
	min-height: 1000px;
	background: url("../../images/event/2024/goldbar/bg-event03.png") no-repeat;
	background-position: -15px 145px;
	background-size: 110% auto;
	animation: goldbarbg2 3s ease-in-out infinite alternate;
}

.event-container .kj-event-goldbar-wrap .kj-event-visual-bg {
	background: url("../../images/event/2024/goldbar/bg-event-coin.png") no-repeat;
	background-size: 100% auto;
}

.event-container .kj-event-goldbar-wrap .kj-event-visual {
	position: relative;
	height: 580px;
}

.event-container .kj-event-goldbar-wrap .kj-event-box {
	padding: 0 20px 48px 20px;
}

.event-container .kj-event-goldbar-wrap .img-sub-tit01 {
	text-align: center;
	background-color: #2959c0;
}

.event-container .kj-event-goldbar-wrap .img-sub-tit01 img {
	width: auto;
	height: 18px;
}

.event-container .kj-event-goldbar-wrap .img-sub-tit02 img {
	width: auto;
	height: 18px;
}

.event-container .kj-event-goldbar-wrap .con-box {
	overflow: hidden;
	box-shadow: 0 8px 20px 0 rgba(33, 37, 41, .05), 0 2px 30px -1px rgba(33, 37, 41, .08);
}

.event-container .kj-event-goldbar-wrap .gift-item {
	display: grid;
	position: relative;
	text-align: center;

	grid-template-columns: 1fr 1fr 1fr;
	gap: 0 14px;
}

.event-container .kj-event-goldbar-wrap .gift-item .item {
	display: flex;
	box-sizing: border-box;
	position: relative;
	align-content: center;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	flex-wrap: nowrap;
	padding: 16px 0;
	border: 1px solid #b1cbda;
	border-radius: 6px;
	background-color: #fff;
	box-shadow: 5px 5px 0 0 #edf4f8;
}

.event-container .kj-event-goldbar-wrap .gift-item .item.on,
.event-container .kj-event-goldbar-wrap .gift-item .item:active {
	border: 1px solid #fff;
	outline: 2px solid #5697f0;
}

.event-container .kj-event-goldbar-wrap .gift-item .item .img_gift,
.event-container .kj-event-goldbar-wrap .gift-item .item strong {
	display: block;
	text-align: center;
}

.event-container .kj-event-goldbar-wrap .gift-item .img_gift {
	width: 60px;
	height: auto;
}

.event-container .kj-event-goldbar-wrap .gift-item .img_end {
	display: block;
	position: absolute;
	top: 16px;
	left: 50%;
	width: 60px;
	height: 60px;
	background: url("../../images/event/2024/goldbar/gift_end.png") no-repeat 0 0;
	background-size: 100% auto;
	transform: translateX(-50%);
}

.event-container .kj-event-goldbar-wrap .img_gift02 {
	width: 150px;
	height: auto;
}

.event-container .kj-event-goldbar-wrap .img_txt_gift02_01 {
	width: auto;
	height: 16px;
}

.event-container .kj-event-goldbar-wrap .kj-btn-event01 {
	display: block;
	max-width: 230px;
	margin: 0 auto;
}

.event-container .kj-event-goldbar-wrap .kj-btn-event01 img {
	width: 100%;
	height: auto;
}

.event-container .kj-event-goldbar-wrap .kj-event-visual .ani {
	position: absolute;
	left: 50%;
}

.event-container .kj-event-goldbar-wrap .kj-event-visual .ani.n02 {
	top: 65px;
	width: 42px;
	margin-left: -166px;
	transform: rotate(-20deg) scale(.5);
	transform-origin: center;
	animation: goldbar-star 3s 3s ease-in-out infinite;
	opacity: 0;
}

.event-container .kj-event-goldbar-wrap .kj-event-visual .ani.n04 {
	top: 345px;
	width: 47px;
	margin-left: 27px;
	transform: rotate(-20deg) scale(.5);
	transform-origin: center;
	animation: goldbar-star 2s 7s ease-in-out infinite;
	opacity: 0;
}

.event-container .kj-event-goldbar-wrap .kj-event-visual .n10 {
	top: 375px;
	width: 52px;
	margin-left: 96px;
}

.event-container .kj-event-goldbar-wrap .kj-event-visual .ani.n03 {
	top: 163px;
	width: 42px;
	margin-left: 100px;
	transform: rotate(20deg) scale(.5);
	transform-origin: center;
	animation: goldbar-star-right 3s 5s infinite ease-in-out;
	opacity: 0;
}

.event-container .kj-event-goldbar-wrap .kj-event-visual .ani.n05 {
	top: 163px;
	width: 98px;
	margin-left: 100px;
	transform-origin: center;
	opacity: 1;
}

.event-container .kj-event-goldbar-wrap .kj-event-visual .ani.n01 {
	top: 360px;
	width: 220px;
	margin-left: -110px;
	transform-origin: center;
}

.event-container .kj-event-goldbar-wrap .kj-event-visual .ani .n01-02 {
	transform-origin: center bottom;
	animation: heat 2s 2s infinite ease-in-out;
}

.event-container .kj-event-goldbar-wrap .kj-event-visual .ani.n07 {
	top: 48px;
	width: 256px;
	margin-left: -128px;
	animation: jackInTheBox .5s .5s both;
	opacity: 0;
}

.event-container .kj-event-goldbar-wrap .kj-event-visual .ani.n09 {
	top: 238px;
	width: 207px;
	margin-left: -103px;
	animation: lightSpeedInLeft .5s 1s both;
	opacity: 0;
}

.event-container .kj-event-goldbar-wrap .kj-event-visual .ani.n08 {
	top: 89px;
	width: 256px;
	margin-left: -128px;
	animation: jackInTheBox .5s .5s both;
}

@keyframes lightSpeedInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
		transform: translate3d(-100%, 0, 0) skewX(30deg);
		opacity: 0;
	}

	60% {
		-webkit-transform: skewX(-20deg);
		transform: skewX(-20deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: skewX(5deg);
		transform: skewX(5deg);
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes jackInTheBox {
	0% {
		-webkit-transform: scale(.1) rotate(30deg);
		transform: scale(.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		opacity: 0;
	}

	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
		opacity: 1;
	}

	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
		opacity: 1;
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes heat {

	0%,
	100% {
		margin-top: 0;
		transform: scale(1);
	}

	50% {
		margin-top: 5px;
		transform: scale(1.1);
	}
}

@keyframes zoomInDown {
	0% {
		transform: scale3d(.1, .1, .1) translate3d(500px, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		opacity: 0;
	}

	60% {
		transform: scale3d(1.1, 1.1, 1.1) translate3d(0, 30px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		opacity: 1;
	}
}

@keyframes goldbar-ani01 {
	0% {
		margin-top: 0;
	}

	50% {
		margin-top: 10px;
	}

	100% {
		margin-top: 0;
	}
}

@keyframes goldbar-star {

	0%,
	100% {
		transform: rotate(-15deg) scale(.8);
		opacity: 0;
	}

	40% {
		transform: rotate(0) scale(1);
		opacity: 1;
	}
}

@keyframes goldbar-star-right {

	0%,
	100% {
		transform: rotate(20deg) scale(.7);
		opacity: 0;
	}

	40% {
		transform: rotate(0) scale(1);
		opacity: 1;
	}
}

@keyframes goldbarbg2 {
	to {
		background-position: 0 145px;
	}
}

/* 꽝 없는 행운의 뽑기 */
.event-container .event-lucky-draw {
	display: flex;
	overflow: hidden;
	position: relative;
	align-items: flex-start;
	justify-content: center;
	height: 350px;
	padding-top: 38px;
	background-color: #cdf2f3;
}

.event-container .event-lucky-draw [class*=ball] {
	position: absolute;
}

.event-container .event-lucky-draw .ball01 {
	top: 0;
	left: 8px;
}

.event-container .event-lucky-draw .ball02 {
	top: 71px;
	right: 0;
	z-index: 3;
}

.event-container .event-lucky-draw .ball03 {
	bottom: 51px;
	left: 23px;
	z-index: 3;
}

.event-container .event-lucky-draw .ball04 {
	right: 12px;
	bottom: 56px;
}

.event-container .event-lucky-draw .title {
	position: relative;
	z-index: 4;
}

.event-container .event-lucky-draw .snow {
	position: absolute;
	z-index: 2;
	border-radius: 50%;
	background-color: white;
	animation: snowFall 10s linear;
}

@keyframes snowFall {
	0% {
		top: 0;
		transform: translateX(-5px);
		filter: blur(1px);
		opacity: 0;
	}

	10% {
		transform: translateX(5px);
		opacity: .8;
	}

	20% {
		transform: translateX(-5px);
	}

	30% {
		transform: translateX(5px);
	}

	40% {
		transform: translateX(-5px);
	}

	50% {
		transform: translateX(5px);
	}

	60% {
		transform: translateX(-5px);
	}

	70% {
		transform: translateX(5px);
	}

	80% {
		transform: translateX(-5px);
	}

	90% {
		transform: translateX(5px);
		opacity: 1;
	}

	100% {
		top: 350px;
		transform: translateX(-5px);
		opacity: 0;
	}
}

.event-container .event-lucky-draw [class*=item] {
	position: absolute;
	left: 50%;
	z-index: 3;
	transform-origin: 50% 50%;
	animation: ballBounce 5s infinite ease-in-out alternate;
}

.event-container .event-lucky-draw .item01 {
	top: 127px;
	margin-left: -170px;
	animation-duration: 5s;
	animation-delay: .5s;
}

.event-container .event-lucky-draw .item02 {
	top: 191px;
	margin-left: -120px;
}

.event-container .event-lucky-draw .item03 {
	top: 171px;
	margin-left: 60px;
	animation-duration: 6s;
	animation-delay: .2s;
}

@keyframes ballShake {
	0% {
		transform: rotate(0);
	}

	50% {
		transform: rotate(-30deg);
	}

	100% {
		transform: rotate(30deg);
	}
}

@keyframes ballBounce {
	0% {
		transform: translateY(0);
	}

	30% {
		transform: translateY(-10px);
	}

	60% {
		transform: translateY(10px);
	}

	100% {
		transform: translateY(0);
	}
}

.event-container .event-lucky-draw-product {
	display: flex;
	position: relative;
	z-index: 5;
	align-items: center;
	flex-direction: column;
	padding: 97px 20px 40px;
	background-color: #fed1eb;
}

.event-container .event-lucky-draw-product [class*=box] {
	position: absolute;
}

.event-container .event-lucky-draw-product .box01 {
	top: -32px;
	left: 0;
}

.event-container .event-lucky-draw-product .box02 {
	top: -60px;
	right: 0;
}

.event-container .event-lucky-draw-product .draw {
	position: absolute;
	top: 54px;
	left: 50%;
	transform: translateX(-50%);
}

.event-container .event-lucky-draw-product .game {
	position: absolute;
	top: -160px;
	left: 50%;
	transform: translateX(-50%);
}

.event-container .event-lucky-draw-product [class*=ball] {
	position: absolute;
}

.event-container .event-lucky-draw-product .ball05 {
	top: 38px;
	left: 20px;
}

.event-container .event-lucky-draw-product .ball06 {
	top: 22px;
	right: 53px;
}

.event-container .event-lucky-draw-product .ranking-label {
	display: flex;
	position: absolute;
	top: 0;
	left: -8px;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	color: var(--kj-ffffff);
	font-size: 11px;
	background-color: #f6b6d3;
}

/* 가위바위보 */
.kj-rock-paper-scissors {
	overflow: hidden;
	position: relative;
	width: 128px;
	height: 128px;
	margin: auto;
	animation: kj-prod-rock-paper-scissors 1s infinite steps(3);
}

@keyframes kj-prod-rock-paper-scissors {
	to {
		background-position: -384px 0;
	}
}

.kj-rock-paper-scissors-item {
	display: flex;
	overflow: hidden;
	position: relative;
	align-items: center;
	justify-content: center;
	flex: 1;
	flex-direction: column;
}

.kj-rock-paper-scissors-item input {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	clip: rect(0 0 0 0);
}

.kj-rock-paper-scissors-item .kj-name {
	display: flex;
	overflow: hidden;
	align-items: center;
	flex: 1;
	flex-direction: column;
	min-width: 100%;
	padding: 20px 10px;
	border-radius: 12px;
	text-align: center;
	background-color: var(--kj-f0f6ff);

	gap: 12px;
}

.kj-rock-paper-scissors-item .kj-name::before {
	content: "";
	width: 48px;
	height: 48px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.kj-rock-paper-scissors-item:nth-child(1) .kj-name::before {
	background-image: url(../../images/event/2025/randomGame-ver01/img-game01-off.png);
}

.kj-rock-paper-scissors-item:nth-child(2) .kj-name::before {
	background-image: url(../../images/event/2025/randomGame-ver01/img-game02-off.png);
}

.kj-rock-paper-scissors-item:nth-child(3) .kj-name::before {
	background-image: url(../../images/event/2025/randomGame-ver01/img-game03-off.png);
}

.kj-rock-paper-scissors-item :checked~.kj-name {
	background-color: var(--kj-ffffff);
	box-shadow: 0 0 0 2px #5697f0 inset;
}

.kj-rock-paper-scissors-item:nth-child(1) :checked~.kj-name::before {
	background-image: url(../../images/event/2025/randomGame-ver01/img-game01.png);
}

.kj-rock-paper-scissors-item:nth-child(2) :checked~.kj-name::before {
	background-image: url(../../images/event/2025/randomGame-ver01/img-game02.png);
}

.kj-rock-paper-scissors-item:nth-child(3) :checked~.kj-name::before {
	background-image: url(../../images/event/2025/randomGame-ver01/img-game03.png);
}

/* 모와모와 저축 챌린지 */
.event-container.event-mowa .kj-property-wrap .roulette_area::before {
	background-image: url(../../images/event/2025/mowamowa/img-property-pin.png);
}

.event-container.event-mowa .kj-property-wrap .roulette_area::after {
	background: url(../../images/event/2025/mowamowa/img-property-start-bg.png) no-repeat center top / auto 100%;
}

/* VIP 라운지 퀴즈 */
.kj-quiz-item .kj-num {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background-color: var(--bg);
}

.kj-quiz-box .kj-quiz-item {
	background-color: var(--bg);
}

.kj-quiz-box input:checked~.kj-quiz-item {
	background-color: var(--bg-checked);
}

.kj-quiz-box input:checked~.kj-quiz-item .kj-text {
	color: var(--kj-ffffff);
}

.kj-quiz-box input:checked~.kj-quiz-item .kj-num::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: var(--bg-img);
}

/* BMS 상품공시 */
/*kj-prod-container*/
.kj-prod-container {
	--kj-prod-ffffff: #fff;
	--kj-prod-000000: #000;
	--kj-prod-0565f0: #0565f0;
	--kj-prod-175ec7: #175ec7;
	--kj-prod-e5f1ff: #e5f1ff;
	--kj-prod-f0f6ff: #f0f6ff;
	--kj-prod-e5493a: #e5493a;
	--kj-prod-6e7780: #6e7780;
	--kj-prod-515961: #515961;
	--kj-prod-212529: #212529;
	--kj-prod-1d2d47: #1d2d47;
	--kj-prod-c0c6cc: #c0c6cc;
	--kj-prod-f5f7fa: #f5f7fa;
	--kj-prod-f2f5f7: #f2f5f7;
	--kj-prod-eceff4: #eceff4;
	--kj-prod-e1e3e5: #e1e3e5;
	--kj-prod-8c959f: #8c959f;
	--kj-prod-f8fff8: #f8fff8;
	--kj-prod-fff8f8: #fff8f8;
	--kj-prod-fffdf8: #fffdf8;
	--kj-prod-f8feff: #f8feff;
	--kj-prod-fdf8ff: #fdf8ff;
	--kj-prod-5451e1: #5451e1;
	--kj-prod-7d42ab: #7d42ab;
	--kj-prod-536cd7: #536cd7;
	--kj-prod-007f96: #007f96;
	--kj-prod-00a684: #00a684;
	--kj-prod-7d5d40: #7d5d40;
	--kj-prod-a162f7: #a162f7;
	--kj-prod-3c54bb: #3c54bb;
	--kj-prod-bf5887: #bf5887;
	--kj-prod-5697f0: #5697f0;
	--kj-prod-transparent: transparent;
	--kj-prod-fm-gothic: "HGGGothicssi";
	--kj-prod-fm-spoqa: "SpoqaHanSansNeo";
	--kj-prod-blue-0: #0565f0;
}

.kj-prod-container {
	margin-top: 24px;
	color: var(--kj-prod-515961);
	font-size: 14px;
	letter-spacing: -.1px;
	line-height: 24px;
}

.kj-prod-mt0 {
	margin-top: 0 !important;
}

.kj-prod-mt4 {
	margin-top: 4px !important;
}

.kj-prod-mt8 {
	margin-top: 8px !important;
}

.kj-prod-mt12 {
	margin-top: 12px !important;
}

.kj-prod-mt16 {
	margin-top: 16px !important;
}

.kj-prod-mt20 {
	margin-top: 20px !important;
}

.kj-prod-mt24 {
	margin-top: 24px !important;
}

.kj-prod-mt28 {
	margin-top: 28px !important;
}

.kj-prod-mt32 {
	margin-top: 32px !important;
}

.kj-prod-mt36 {
	margin-top: 36px !important;
}

.kj-prod-mt40 {
	margin-top: 40px !important;
}

.kj-prod-mt48 {
	margin-top: 48px !important;
}

.kj-prod-mb0 {
	margin-bottom: 0 !important;
}

.kj-prod-mb4 {
	margin-bottom: 4px !important;
}

.kj-prod-mb8 {
	margin-bottom: 8px !important;
}

.kj-prod-mb12 {
	margin-bottom: 12px !important;
}

.kj-prod-mb16 {
	margin-bottom: 16px !important;
}

.kj-prod-mb20 {
	margin-bottom: 20px !important;
}

.kj-prod-mb24 {
	margin-bottom: 24px !important;
}

.kj-prod-mb28 {
	margin-bottom: 28px !important;
}

.kj-prod-mb32 {
	margin-bottom: 32px !important;
}

.kj-prod-mb36 {
	margin-bottom: 36px !important;
}

.kj-prod-mb40 {
	margin-bottom: 40px !important;
}

.kj-prod-ml0 {
	margin-left: 0 !important;
}

.kj-prod-ml4 {
	margin-left: 4px !important;
}

.kj-prod-ml8 {
	margin-left: 8px !important;
}

.kj-prod-ml12 {
	margin-left: 12px !important;
}

.kj-prod-ml16 {
	margin-left: 16px !important;
}

.kj-prod-ml20 {
	margin-left: 20px !important;
}

.kj-prod-ml24 {
	margin-left: 24px !important;
}

.kj-prod-ml28 {
	margin-left: 28px !important;
}

.kj-prod-ml32 {
	margin-left: 32px !important;
}

.kj-prod-ml36 {
	margin-left: 36px !important;
}

.kj-prod-ml40 {
	margin-left: 40px !important;
}

.kj-prod-mr0 {
	margin-right: 0 !important;
}

.kj-prod-mr4 {
	margin-right: 4px !important;
}

.kj-prod-mr8 {
	margin-right: 8px !important;
}

.kj-prod-mr12 {
	margin-right: 12px !important;
}

.kj-prod-mr16 {
	margin-right: 16px !important;
}

.kj-prod-mr20 {
	margin-right: 20px !important;
}

.kj-prod-mr24 {
	margin-right: 24px !important;
}

.kj-prod-mr28 {
	margin-right: 28px !important;
}

.kj-prod-mr32 {
	margin-right: 32px !important;
}

.kj-prod-mr36 {
	margin-right: 36px !important;
}

.kj-prod-mr40 {
	margin-right: 40px !important;
}

.kj-prod-mx0 {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.kj-prod-mx4 {
	margin-right: 4px !important;
	margin-left: 4px !important;
}

.kj-prod-mx8 {
	margin-right: 8px !important;
	margin-left: 8px !important;
}

.kj-prod-mx12 {
	margin-right: 12px !important;
	margin-left: 12px !important;
}

.kj-prod-mx16 {
	margin-right: 16px !important;
	margin-left: 16px !important;
}

.kj-prod-mx20 {
	margin-right: 20px !important;
	margin-left: 20px !important;
}

.kj-prod-mx24 {
	margin-right: 24px !important;
	margin-left: 24px !important;
}

.kj-prod-mx28 {
	margin-right: 28px !important;
	margin-left: 28px !important;
}

.kj-prod-mx32 {
	margin-right: 32px !important;
	margin-left: 32px !important;
}

.kj-prod-mx36 {
	margin-right: 36px !important;
	margin-left: 36px !important;
}

.kj-prod-mx40 {
	margin-right: 40px !important;
	margin-left: 40px !important;
}

.kj-prod-my0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.kj-prod-my4 {
	margin-top: 4px !important;
	margin-bottom: 4px !important;
}

.kj-prod-my8 {
	margin-top: 8px !important;
	margin-bottom: 8px !important;
}

.kj-prod-my12 {
	margin-top: 12px !important;
	margin-bottom: 12px !important;
}

.kj-prod-my16 {
	margin-top: 16px !important;
	margin-bottom: 16px !important;
}

.kj-prod-my20 {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

.kj-prod-my24 {
	margin-top: 24px !important;
	margin-bottom: 24px !important;
}

.kj-prod-my28 {
	margin-top: 28px !important;
	margin-bottom: 28px !important;
}

.kj-prod-my32 {
	margin-top: 32px !important;
	margin-bottom: 32px !important;
}

.kj-prod-my36 {
	margin-top: 36px !important;
	margin-bottom: 36px !important;
}

.kj-prod-my40 {
	margin-top: 40px !important;
	margin-bottom: 40px !important;
}

.kj-prod-pt0 {
	padding-top: 0 !important;
}

.kj-prod-pt4 {
	padding-top: 4px !important;
}

.kj-prod-pt8 {
	padding-top: 8px !important;
}

.kj-prod-pt12 {
	padding-top: 12px !important;
}

.kj-prod-pt16 {
	padding-top: 16px !important;
}

.kj-prod-pt20 {
	padding-top: 20px !important;
}

.kj-prod-pt24 {
	padding-top: 24px !important;
}

.kj-prod-pt28 {
	padding-top: 28px !important;
}

.kj-prod-pt32 {
	padding-top: 32px !important;
}

.kj-prod-pt36 {
	padding-top: 36px !important;
}

.kj-prod-pt40 {
	padding-top: 40px !important;
}

.kj-prod-pb0 {
	padding-bottom: 0 !important;
}

.kj-prod-pb4 {
	padding-bottom: 4px !important;
}

.kj-prod-pb8 {
	padding-bottom: 8px !important;
}

.kj-prod-pb12 {
	padding-bottom: 12px !important;
}

.kj-prod-pb16 {
	padding-bottom: 16px !important;
}

.kj-prod-pb20 {
	padding-bottom: 20px !important;
}

.kj-prod-pb24 {
	padding-bottom: 24px !important;
}

.kj-prod-pb28 {
	padding-bottom: 28px !important;
}

.kj-prod-pb32 {
	padding-bottom: 32px !important;
}

.kj-prod-pb36 {
	padding-bottom: 36px !important;
}

.kj-prod-pb40 {
	padding-bottom: 40px !important;
}

.kj-prod-pl0 {
	padding-left: 0 !important;
}

.kj-prod-pl4 {
	padding-left: 4px !important;
}

.kj-prod-pl8 {
	padding-left: 8px !important;
}

.kj-prod-pl12 {
	padding-left: 12px !important;
}

.kj-prod-pl16 {
	padding-left: 16px !important;
}

.kj-prod-pl20 {
	padding-left: 20px !important;
}

.kj-prod-pl24 {
	padding-left: 24px !important;
}

.kj-prod-pl28 {
	padding-left: 28px !important;
}

.kj-prod-pl32 {
	padding-left: 32px !important;
}

.kj-prod-pl36 {
	padding-left: 36px !important;
}

.kj-prod-pl40 {
	padding-left: 40px !important;
}

.kj-prod-pr0 {
	padding-right: 0 !important;
}

.kj-prod-pr4 {
	padding-right: 4px !important;
}

.kj-prod-pr8 {
	padding-right: 8px !important;
}

.kj-prod-pr12 {
	padding-right: 12px !important;
}

.kj-prod-pr16 {
	padding-right: 16px !important;
}

.kj-prod-pr20 {
	padding-right: 20px !important;
}

.kj-prod-pr24 {
	padding-right: 24px !important;
}

.kj-prod-pr28 {
	padding-right: 28px !important;
}

.kj-prod-pr32 {
	padding-right: 32px !important;
}

.kj-prod-pr36 {
	padding-right: 36px !important;
}

.kj-prod-pr40 {
	padding-right: 40px !important;
}

.kj-prod-px0 {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.kj-prod-px4 {
	padding-right: 4px !important;
	padding-left: 4px !important;
}

.kj-prod-px8 {
	padding-right: 8px !important;
	padding-left: 8px !important;
}

.kj-prod-px12 {
	padding-right: 12px !important;
	padding-left: 12px !important;
}

.kj-prod-px16 {
	padding-right: 16px !important;
	padding-left: 16px !important;
}

.kj-prod-px20 {
	padding-right: 20px !important;
	padding-left: 20px !important;
}

.kj-prod-px24 {
	padding-right: 24px !important;
	padding-left: 24px !important;
}

.kj-prod-px28 {
	padding-right: 28px !important;
	padding-left: 28px !important;
}

.kj-prod-px32 {
	padding-right: 32px !important;
	padding-left: 32px !important;
}

.kj-prod-px36 {
	padding-right: 36px !important;
	padding-left: 36px !important;
}

.kj-prod-px40 {
	padding-right: 40px !important;
	padding-left: 40px !important;
}

.kj-prod-py0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.kj-prod-py4 {
	padding-top: 4px !important;
	padding-bottom: 4px !important;
}

.kj-prod-py8 {
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}

.kj-prod-py12 {
	padding-top: 12px !important;
	padding-bottom: 12px !important;
}

.kj-prod-py16 {
	padding-top: 16px !important;
	padding-bottom: 16px !important;
}

.kj-prod-py20 {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

.kj-prod-py24 {
	padding-top: 24px !important;
	padding-bottom: 24px !important;
}

.kj-prod-py28 {
	padding-top: 28px !important;
	padding-bottom: 28px !important;
}

.kj-prod-py32 {
	padding-top: 32px !important;
	padding-bottom: 32px !important;
}

.kj-prod-py36 {
	padding-top: 36px !important;
	padding-bottom: 36px !important;
}

.kj-prod-py40 {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}

/* helper*/
.kj-prod-color-ffffff {
	color: var(--kj-prod-ffffff) !important;
}

.kj-prod-color-000000 {
	color: var(--kj-prod-000000) !important;
}

.kj-prod-color-0565f0 {
	color: var(--kj-prod-0565f0) !important;
}

.kj-prod-color-175ec7 {
	color: var(--kj-prod-175ec7) !important;
}

.kj-prod-color-e5f1ff {
	color: var(--kj-prod-e5f1ff) !important;
}

.kj-prod-color-f0f6ff {
	color: var(--kj-prod-f0f6ff) !important;
}

.kj-prod-color-e5493a {
	color: var(--kj-prod-e5493a) !important;
}

.kj-prod-color-6e7780 {
	color: var(--kj-prod-6e7780) !important;
}

.kj-prod-color-515961 {
	color: var(--kj-prod-515961) !important;
}

.kj-prod-color-212529 {
	color: var(--kj-prod-212529) !important;
}

.kj-prod-color-1d2d47 {
	color: var(--kj-prod-1d2d47) !important;
}

.kj-prod-color-c0c6cc {
	color: var(--kj-prod-c0c6cc) !important;
}

.kj-prod-color-f5f7fa {
	color: var(--kj-prod-f5f7fa) !important;
}

.kj-prod-color-f2f5f7 {
	color: var(--kj-prod-f2f5f7) !important;
}

.kj-prod-color-eceff4 {
	color: var(--kj-prod-eceff4) !important;
}

.kj-prod-color-e1e3e5 {
	color: var(--kj-prod-e1e3e5) !important;
}

.kj-prod-color-8c959f {
	color: var(--kj-prod-8c959f) !important;
}

.kj-prod-color-3c54bb {
	color: var(--kj-prod-3c54bb) !important;
}

.kj-prod-color-bf5887 {
	color: var(--kj-prod-bf5887) !important;
}

.kj-prod-color-transparent {
	color: var(--kj-prod-transparent) !important;
}

.kj-prod-bg-ffffff {
	background-color: #ffffff !important;
}

.kj-prod-bg-000000 {
	background-color: #000000 !important;
}

.kj-prod-bg-0565f0 {
	background-color: #0565f0 !important;
}

.kj-prod-bg-175ec7 {
	background-color: #175ec7 !important;
}

.kj-prod-bg-e5f1ff {
	background-color: #e5f1ff !important;
}

.kj-prod-bg-f0f6ff {
	background-color: #f0f6ff !important;
}

.kj-prod-bg-e5493a {
	background-color: #e5493a !important;
}

.kj-prod-bg-6e7780 {
	background-color: #6e7780 !important;
}

.kj-prod-bg-515961 {
	background-color: #515961 !important;
}

.kj-prod-bg-212529 {
	background-color: #212529 !important;
}

.kj-prod-bg-1d2d47 {
	background-color: #1d2d47 !important;
}

.kj-prod-bg-c0c6cc {
	background-color: #c0c6cc !important;
}

.kj-prod-bg-f5f7fa {
	background-color: #f5f7fa !important;
}

.kj-prod-bg-f2f5f7 {
	background-color: #f2f5f7 !important;
}

.kj-prod-bg-eceff4 {
	background-color: #eceff4 !important;
}

.kj-prod-bg-e1e3e5 {
	background-color: #e1e3e5 !important;
}

.kj-prod-bg-8c959f {
	background-color: #8c959f !important;
}

.kj-prod-bg-f8fff8 {
	background-color: #f8fff8 !important;
}

.kj-prod-bg-fff8f8 {
	background-color: #fff8f8 !important;
}

.kj-prod-bg-fffdf8 {
	background-color: #fffdf8 !important;
}

.kj-prod-bg-f8feff {
	background-color: #f8feff !important;
}

.kj-prod-bg-fdf8ff {
	background-color: #fdf8ff !important;
}

.kj-prod-bg-5451e1 {
	background-color: #5451e1 !important;
}

.kj-prod-bg-7d42ab {
	background-color: #7d42ab !important;
}

.kj-prod-bg-536cd7 {
	background-color: #536cd7 !important;
}

.kj-prod-bg-007f96 {
	background-color: #007f96 !important;
}

.kj-prod-bg-00a684 {
	background-color: #00a684 !important;
}

.kj-prod-bg-7d5d40 {
	background-color: #7d5d40 !important;
}

.kj-prod-bg-a162f7 {
	background-color: #a162f7 !important;
}

.kj-prod-bg-3c54bb {
	background-color: #3c54bb !important;
}

.kj-prod-bg-bf5887 {
	background-color: #bf5887 !important;
}

.kj-prod-bg-5697f0 {
	background-color: #5697f0 !important;
}

.kj-prod-fm-gothic {
	font-family: var(--kj-prod-fm-gothic) !important;
}

.kj-prod-fm-spoqa {
	font-family: var(--kj-prod-fm-spoqa) !important;
}

.kj-prod-radius-6 {
	border-radius: 6px !important;
}

.kj-prod-underline {
	text-decoration: underline;
}

.kj-prod-flex {
	display: flex !important;
}

.kj-prod-block {
	display: block !important;
}

.kj-prod-inline {
	display: inline !important;
}

.kj-prod-inline-block {
	display: inline-block !important;
}

.kj-prod-inlne-flex {
	display: inline-flex !important;
}

.kj-prod-flex-column {
	display: flex;
	flex-direction: column;
}

.kj-prod-flex-row {
	display: flex;
	flex-wrap: wrap;
}

.kj-prod-flex-row .kj-prod-flex-item {
	flex: 1;
}

.kj-prod-flex-row .kj-prod-right {
	margin-left: auto;
}

.kj-prod-flex-1 {
	flex: 1;
}

.kj-prod-flex-2 {
	flex: 2;
}

.kj-prod-flex-3 {
	flex: 3;
}

.kj-prod-align-items-start {
	align-items: start !important;
}

.kj-prod-align-items-center {
	align-items: center !important;
}

.kj-prod-align-items-end {
	align-items: end !important;
}

.kj-prod-justify-content-start {
	justify-content: start !important;
}

.kj-prod-justify-content-center {
	justify-content: center !important;
}

.kj-prod-justify-content-end {
	justify-content: end !important;
}

.kj-prod-justify-content-between {
	justify-content: space-between !important;
}

.kj-prod-gap-0 {
	gap: 0 !important;
}

.kj-prod-gap-4 {
	gap: 4px !important;
}

.kj-prod-gap-8 {
	gap: 8px !important;
}

.kj-prod-gap-12 {
	gap: 12px !important;
}

.kj-prod-gap-16 {
	gap: 16px !important;
}

.kj-prod-gap-20 {
	gap: 20px !important;
}

.kj-prod-gap-24 {
	gap: 24px !important;
}

.kj-prod-text-align-center {
	text-align: center !important;
}

.kj-prod-text-align-left {
	text-align: left !important;
}

.kj-prod-text-align-right {
	text-align: right !important;
}

.kj-prod-fs28 {
	font-size: 28px !important;
	letter-spacing: 0 !important;
	line-height: 36px !important;
}

.kj-prod-fs20 {
	font-size: 20px !important;
	letter-spacing: 0 !important;
	line-height: 28px !important;
}

.kj-prod-fs18 {
	font-size: 18px !important;
	letter-spacing: 0 !important;
	line-height: 28px !important;
}

.kj-prod-fs16 {
	font-size: 16px !important;
	font-weight: 500 !important;
	letter-spacing: -.1px !important;
	line-height: 24px !important;
}

.kj-prod-fs14 {
	font-size: 14px !important;
	font-weight: 500 !important;
	letter-spacing: -.1px !important;
	line-height: 24px !important;
}

.kj-prod-fs13 {
	font-size: 13px !important;
	font-weight: 400 !important;
	letter-spacing: -.1px !important;
	line-height: 20px !important;
}

.kj-prod-fs12 {
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: normal !important;
	letter-spacing: -.1px !important;
	line-height: 20px !important;
}

.kj-prod-fs11 {
	font-size: 11px !important;
	font-weight: 400 !important;
	font-style: normal !important;
	letter-spacing: 0 !important;
	line-height: 16px !important;
}

.kj-prod-weight-700 {
	font-weight: 700 !important;
}

.kj-prod-weight-500 {
	font-weight: 500 !important;
}

.kj-prod-weight-400 {
	font-weight: 400 !important;
}

.kj-prod-weight-300 {
	font-weight: 300 !important;
}

.kj-prod-container[class*="kj-prod-bg"] {
	padding: 20px;
}

/* kj-prod-fluid */
.kj-prod-container .kj-prod-fluid {
	margin-right: -20px;
	margin-left: -20px;
}

/* kj-prod-heading-fs */
[class*=kj-prod-heading-fs]:first-child {
	margin-top: 0;
}

[class*=kj-prod-heading-fs]:last-child {
	margin-bottom: 0;
}

[class*=kj-prod-heading-fs] {
	display: flex;
	align-items: center;
	flex-wrap: wrap;

	gap: 4px;
}

[class*=kj-prod-heading-fs]+[class*=kj-prod-heading-fs] {
	margin-top: 0;
}

[class*=kj-prod-heading-fs] .kj-prod-right {
	display: flex;
	margin-left: auto;

	gap: 4px;
}

[class*=kj-prod-heading-fs] [class*=kj-prod-title] {
	display: inline-flex;
	align-items: center;
	flex: 1;
	color: var(--kj-prod-212529);
	font-weight: 700;

	gap: 4px;
}

[class*=kj-prod-heading-fs] .kj-prod-text {
	min-width: 100%;
}

.kj-prod-heading-fs20 {
	margin-top: 48px;
	margin-bottom: 24px;
}

.kj-prod-heading-fs20 .kj-prod-title {
	font-size: 20px;
	line-height: 30px;
}

.kj-prod-heading-fs18 {
	margin-top: 48px;
	margin-bottom: 16px;
}

.kj-prod-heading-fs18 .kj-prod-title {
	font-size: 18px;
	line-height: 28px;
}

.kj-prod-heading-fs16 {
	margin-top: 24px;
	margin-bottom: 8px;
}

.kj-prod-heading-fs16 .kj-prod-title {
	font-size: 16px;
	line-height: 26px;
}

.kj-prod-heading-fs14 {
	margin-top: 24px;
	margin-bottom: 8px;
}

.kj-prod-heading-fs14 .kj-prod-title {
	font-size: 14px;
	line-height: 24px;
}

/* kj-prod-bullet */
[class*=kj-prod-bullet-]:first-child {
	margin-top: 0;
}

[class*=kj-prod-bullet-]:last-child {
	margin-bottom: 0;
}

[class*=kj-prod-bullet-] {
	display: flex;
	flex-direction: column;
	min-width: 100%;
	margin: 8px 0;
	color: var(--kj-prod-515961);
	font-size: 14px;
	letter-spacing: -.1px;
	line-height: 24px;

	gap: 8px;
}

[class*=kj-prod-bullet-] [class*=kj-prod-bullet-] {
	margin: 0;
	padding-left: 12px;
}

[class*=kj-prod-bullet-] li {
	display: flex;
	flex-wrap: wrap;
	color: inherit;
	font-size: inherit;
	letter-spacing: inherit;
	line-height: inherit;

	gap: 4px;
}

[class*=kj-prod-bullet-] li .kj-prod-text {
	flex: 1;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}

[class*=kj-prod-bullet-] .kj-prod-right {
	display: flex;
	align-items: flex-start;
	margin-left: auto;
}

/* kj-prod-bullet-dot */
.kj-prod-bullet-dot>li::before {
	content: "";
	width: 4px;
	min-width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: var(--kj-prod-c0c6cc);
	transform: translateY(.6429em);
}

/* kj-prod-bullet-hyphen */
.kj-prod-bullet-hyphen {
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;

	gap: 4px;
}

.kj-prod-bullet-hyphen>li::before {
	content: "-";
	width: auto;
	height: auto;
	border-radius: initial;
	background-color: var(--kj-transparent);
	transform: none;
}

/* kj-prod-bullet-num */
.kj-prod-bullet-num {
	padding-left: 16px;
	line-height: 22px;
}

.kj-prod-bullet-num>li {
	display: list-item;
	padding-left: 4px;
	list-style: decimal;
}

/* kj-prod-bullet-numcircle */
.kj-prod-bullet-numcircle {
	counter-reset: numcircle 0;
}

.kj-prod-bullet-numcircle>li {
	gap: 8px;
}

.kj-prod-bullet-numcircle>li::before {
	content: counter(numcircle);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1em;
	height: 1em;
	border: 1px solid;
	border-radius: 50%;
	font-size: inherit;
	transform: translateY(.3em);
	counter-increment: numcircle 1;
}

.kj-prod-bullet-numcircle>li[data-num]::before {
	content: attr(data-num);
}

/* kj-prod-bullet-star */
.kj-prod-bullet-star>li::before {
	content: "*";
	font-size: 16px;
}

/* kj-prod-bullet-asterism */
.kj-prod-bullet-asterism>li::before {
	content: "※";
}

/* kj-prod-text-asterism */
.kj-prod-text-asterism {
	display: flex;

	gap: 4px;
}

.kj-prod-text-asterism::before {
	content: "※";
	display: block;
}

.kj-prod-text-asterism .text {
	flex: 1;
}

/* kj-prod-content-head */
.kj-prod-content-head {
	display: flex;
	margin-bottom: 12px;
}

.kj-prod-content-head .kj-prod-right {
	margin-left: auto;
}

/* kj-prod-images */
.kj-prod-images {
	position: relative;
}

.kj-prod-images img {
	width: auto;
}

.kj-prod-images.kj-prod-dimmed::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: var(--kj-prod-515961);
	opacity: .6;
}

.kj-prod-images img {
	max-width: 100%;
}

.kj-prod-images .kj-prod-images-text {
	margin-top: 24px;
	color: var(--kj-prod-212529);
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	line-height: 24px;
}

/* kj-prod-scroll-x */
.kj-prod-scroll-x {
	overflow-x: auto;
}

/* kj-prod-table */
.kj-prod-caption {
	display: flex;
}

.kj-prod-caption .kj-right {
	margin-left: auto;
	color: var(--kj-prod-515961);
	font-size: 13px;
	line-height: 24px;
}

.kj-prod-table:first-child {
	margin-top: 0;
}

.kj-prod-table {
	position: relative;
	margin-top: 12px;
	border-top: 1px solid var(--kj-prod-8c959f);
}

.kj-prod-table::before,
.kj-prod-table::after {
	content: "";
	position: absolute;
	top: -1px;
	bottom: 0;
	width: 1px;
	background: #fff;
}

.kj-prod-table::before {
	left: 0;
}

.kj-prod-table::after {
	right: 0;
}

.kj-prod-table table {
	width: 100%;
	margin: 0 !important;

	--kj-prod-table-align: center;
	--kj-prod-table-th-bg: var(--kj-prod-f2f5f7);
	--kj-prod-table-th-color: var(--kj-prod-515961);
	--kj-prod-table-td-color: var(--kj-prod-515961);
	--kj-prod-table-th-align: center;
	--kj-prod-table-td-align: center;
	--kj-prod-talbe-white-space: nowrap;
	--kj-prod-table-word-break: break-all;
}

.kj-prod-table th,
.kj-prod-table td {
	padding: 12px 4px;
	border: 1px solid var(--kj-prod-f2f5f7);
	border-width: 0 0 1px 1px;
	font-size: 13px;
	word-break: var(--kj-prod-table-word-break);
	letter-spacing: -.1px;
	line-height: 20px;
	background-color: var(--kj-prod-ffffff);
}

.kj-prod-table th {
	color: var(--kj-prod-515961);
	font-weight: 500;
	text-align: var(--kj-prod-table-th-align);
}

.kj-prod-table td {
	color: var(--kj-prod-515961);
	font-weight: 400;
	text-align: var(--kj-prod-table-td-align);
}

/* kj-prod-table-align */
.kj-prod-table .kj-prod-table-all-left {
	--kj-prod-table-th-align: left;
	--kj-prod-table-td-align: left;
}

.kj-prod-table .kj-prod-table-all-left th,
.kj-prod-table .kj-prod-table-all-left td {
	padding-left: 12px;
}

.kj-prod-table .kj-prod-table-all-right {
	--kj-prod-table-th-align: right;
	--kj-prod-table-td-align: right;
}

.kj-prod-table .kj-prod-table-all-right th,
.kj-prod-table .kj-prod-table-all-right td {
	padding-right: 12px;
}

.kj-prod-table .kj-prod-table-content-left {
	--kj-prod-table-th-align: center;
	--kj-prod-table-td-align: left;
}

.kj-prod-table .kj-prod-table-content-left td {
	padding-left: 12px;
}

.kj-prod-table .kj-prod-table-content-right {
	--kj-prod-table-th-align: center;
	--kj-prod-table-td-align: right;
}

.kj-prod-table .kj-prod-table-content-right td {
	padding-right: 12px;
}

.kj-prod-table .kj-prod-bg-none {
	border-color: var(--kj-prod-f2f5f7) !important;
	background-color: transparent !important;
}

/* th color type */
.kj-prod-table th {
	border-color: var(--kj-prod-ffffff);
	background-color: var(--kj-prod-table-th-bg);
}

.kj-prod-table-color02 th {
	background-color: var(--kj-prod-f0f6ff);
}

.kj-prod-table-color03 th {
	background-color: var(--kj-prod-eceff4);
}

.kj-prod-text {
	color: inherit;
	font-size: inherit;
	word-break: break-all;
	line-height: inherit;
}

.kj-prod-sup {
	position: relative;
	top: -8px;
	color: #0565f0;
	font-size: 8px;
}

/* kj-prod-panel */
.kj-prod-panel {
	display: block;
	position: relative;
	padding: 20px;
	border-radius: 6px;
}

/* kj-prod-panel-type-bg */
.kj-prod-panel-type-bg01 {
	background-color: var(--kj-prod-0565f0);
}

.kj-prod-panel-type-bg02 {
	background-color: var(--kj-prod-1d2d47);
}

.kj-prod-panel-type-bg03 {
	background-color: var(--kj-prod-f5f7fa);
}

/* kj-panel-type-border */
.kj-prod-panel-type-border01 {
	border: 1px solid var(--kj-e1e3e5);
}

/* kj-prod-panel-banner */
[class *="kj-prod-panel-type-banner"] {
	border: 1px solid var(--kj-prod-e1e3e5);
	word-break: break-all;
	background-color: #fff;
	box-shadow: 0 1px 16px 0 rgb(33 37 41 / 4%), 0 6px 10px 0 rgb(33 37 41 / 2%);
}

[class *="kj-prod-panel-type-banner"] .kj-prod-flex1 {
	flex: 1;
	color: var(--kj-prod-212529);
	font-size: 14px;
	font-weight: 500;
	letter-spacing: -.1px;
	line-height: 24px;
}

.kj-prod-panel-type-banner01 {
	display: flex;
	align-items: center;
	margin-top: 16px;
	padding: 16px;

	gap: 8px;
}

/* kj-prod-icon */
[class*=kj-prod-icon] {
	display: inline-block;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
	width: var(--kj-prod-icon-size);
	min-width: var(--kj-prod-icon-size);
	height: var(--kj-prod-icon-size);
	background-color: var(--kj-transparent);
	background-repeat: no-repeat;
	background-position: center;
	background-size: var(--kj-prod-icon-size) var(--kj-prod-icon-size);
}

[class*=kj-prod-icon][class*="-img"] {
	height: auto;
}

[class*=kj-prod-icon-12] {
	--kj-prod-icon-size: 12px;
}

/* [Biz대응2차] 수정 24-12-11 : 새소식 bms 에디터 사용하는 경우 추가 */
.kjb-notice,
.kjb-notice p,
.kjb-notice li {
	color: #212529;
	background: #f5f7fa;
}

.kjb-notice b {
	font-weight: 700;
}

.kjb-notice-body {
	position: relative;
	padding: 60px 20px 50px;
	font-family: var(--kj-fm-spoqa);
	font-size: 14px;
	font-weight: 500;
	letter-spacing: -.2px;
	line-height: 24px;
}

.kjb-notice-body p {
	letter-spacing: -.1px;
	line-height: 22px;
}

.kjb-notice-body .logo {
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: 56px;
	height: 12px;
}

.kjb-notice-inner {
	margin: 0 auto;
}

.kjb-notice ul>li {
	position: relative;
	padding-left: 18px;
}

.kjb-notice ul>li::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 10px;
	height: 10px;
	background-color: #212529;
	transform: translateY(-50%);
}


.kj-bowling-panel {
	position: relative;
	width: 100%;
	height: var(--bowling-height);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 100% auto;

	--bowling-height: calc(100vw * 1.5413333333333333333);
}

.kj-bowling-panel .kj-bg-bowling-lottie {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.kj-bowling-title {
	box-sizing: content-box;
	position: absolute;
	top: calc(var(--bowling-height) * .0847750865051903);
	left: 50%;
	height: calc(var(--bowling-height) * .2863321799307958);
	transform: translateX(-50%);
}

.kj-bowling-title img {
	width: auto;
	max-width: initial;
	height: 100%;
}

.kj-bowling-start-button {
	box-sizing: content-box;
	position: absolute;
	bottom: calc(var(--bowling-height) * .0173010380622837);
	left: 50%;
	height: calc(var(--bowling-height) * .1038062283737024);
	transform: translateX(-50%);
}

.kj-bowling-start-button img {
	width: auto;
	max-width: initial;
	height: 100%;
}

.kj-bowling-player-area {
	display: flex;
	position: absolute;
	bottom: calc(var(--bowling-height) * .0173010380622837);
	left: 50%;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: var(--player-width);
	transform: translateX(-50%);

	--player-width: calc(100vw * .544);
}

.kj-strike-point {
	width: calc(var(--player-width) * .39995098039215686);
}

.kj-strike-point img {
	width: 100%;
}

.kj-bowling-lottie01 {
	width: 18px;
	height: 17px;
}

.kj-bowling-lottie01 img {
	vertical-align: top;
}

.kj-bolwling-gauge-wrap {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 18px;
	margin: 0 auto;
	border: 2px solid #fff;
	border-radius: 12px;
	background: linear-gradient(90deg, #ec4334 0%, #0037ff 100%);
	box-shadow: 0 -1px 3px 0 rgba(0, 0, 0, .5) inset, 0 1px 3px 0 rgba(255, 255, 255, .5) inset;
	filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, .5));
}


.kj-bolwling-gauge-wrap .kj-divide {
	position: absolute;
	top: 0;
	left: 50%;
	width: 2px;
	height: 100%;
	background-color: #fff;
	transform: translateX(-50%);
}

.kj-bolwling-gauge-wrap .kj-bolwling-gauge-point {
	position: absolute;
	top: 0;
	left: .5px;
	width: 29px;
	height: 26px;
	background: url("../../images/event/2025/bowling/img-bowling05.png");
	background-size: cover;
	transform: translate(-50%, 4px);
}

#kj-bolwling-gauge {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 18px;
	/*background: red; 정확한 타점 확인용*/
}


.kj-bowling-challenge {
	color: var(--kj-212529);
	font-family: var(--kj-fm-gothic);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: -.1px;
	line-height: 20px;

	-webkit-text-stroke-width: .3px;
	-webkit-text-stroke-color: #fff;
}

.kj-result-panel.active {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#resultPlayer {
	display: flex;
	overflow: hidden;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	align-items: end;
}


.kj-bowling-lottie01 {
	transform-style: preserve-3d;
	animation: bowling-spin 2s linear infinite;
}

.kj-bowling-lottie02 {
	border-radius: 50%;
	animation: bowling-purse 1s linear infinite;
	box-shadow: 0 0 10px 10px rgba(255, 255, 255, .3);
}

@keyframes bowling-purse {
	0% {
		box-shadow: 0 0 10px 10px rgba(255, 255, 255, .5);
	}

	50% {
		box-shadow: 0 0 10px 10px rgba(255, 255, 255, 1);
	}

	100% {
		box-shadow: 0 0 10px 10px rgba(255, 255, 255, .5);
	}
}

@keyframes bowling-spin {
	from {
		transform: rotateY(0deg);
	}

	to {
		transform: rotateY(360deg);
	}
}

/* 상품상세 리뉴얼 */
.kj-prod-detail-inner {
	padding:48px 20px;
	text-align:center;
}
.kj-prod-detail-bottom .kj-prod-detail-inner:nth-child(even) {
	background-color: #f5f7fa;
}