.season-event-contents .tab-anchor {
	position: relative !important;
}

/* 빽다방 콜라보 */
.paik-collabo-sec .fixed-tab .relative .tab {
	background-color: #061f60;
	color: #8eabe9;
}

.paik-collabo-sec .fixed-tab .relative .tab.show {
	background-color: #061f60;
	border: none;
}

.paik-collabo-sec .fixed-tab .relative .tab span,
.paik-collabo-sec .fixed-tab .relative .tab p {
	font-size: 32px;
	font-weight: normal;
}

.paik-collabo-sec .fixed-tab .relative .tab.show span,
.paik-collabo-sec .fixed-tab .relative .tab.show p {
	color: #fff035;
}

@media (max-width: 767px) {
	.paik-collabo-sec .fixed-tab .relative .tab span,
	.paik-collabo-sec .fixed-tab .relative .tab p {
		font-size: 14px;
		line-height: 1.2;
	}

	.paik-collabo-sec .fixed-tab .relative .tab p {
		margin-top: 0;
	}
}

/* e // 빽다방 콜라보 */

/* 럭키 매거진 */
.life-magazine-section img.relative {
	z-index: 1;
}

.life-magazine-section .linked_button {
	z-index: 2;
	font-size: 0;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 50%;
	height: 10%;
	display: block;
}

.life-magazine-section .rolling-vertical-container {
	position: absolute;
	top: 34%;
	left: 0%;
	background: #fff;
	padding: 0;
	z-index: 0;
	overflow: hidden;
	width: 100%;
	height: 40%;
}
.life-magazine-section .rolling-vertical-wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	transition: all 0.5s ease-in-out;
	z-index: 0;
}

.life-magazine-section .rolling-vertical-container::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(#00000030 0%, #00000000 15%, #00000000 70%, #00000030 100%);
	z-index: 1;
}

.life-magazine-section .rolling-vertical-wrap .list {
	flex: none;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 750px;
	height: 208px;
	margin: 0 auto;
	text-align: center;
	color: #6c2812;
	background-color: #e9e9e9;
}

.rolling-vertical-wrap .list .title {
	font-size: 58px;
	line-height: 1;
}

.rolling-vertical-wrap .list .sub {
	font-size: 45px;
	margin-bottom: 10px;
	line-height: 1;
}

@media (max-width: 1200px) {
	.life-magazine-section .rolling-vertical-wrap .list {
		width: 600px;
		height: 160px;
	}

	.rolling-vertical-wrap .list .title {
		font-size: 42px;
	}

	.rolling-vertical-wrap .list .sub {
		font-size: 36px;
	}
}

@media (max-width: 991px) {
	.life-magazine-section .rolling-vertical-wrap .list {
		width: 440px;
		height: 120px;
	}

	.rolling-vertical-wrap .list .title {
		font-size: 32px;
	}

	.rolling-vertical-wrap .list .sub {
		font-size: 20px;
	}
}

@media (max-width: 768px) {
	.life-magazine-section .rolling-vertical-wrap .list {
		width: 320px;
		height: 100px;
		margin-bottom: 10px;
	}

	.rolling-vertical-wrap .list .title {
		font-size: 28px;
	}

	.rolling-vertical-wrap .list .sub {
		font-size: 22px;
	}
}

@media (max-width: 480px) {
	.life-magazine-section .rolling-vertical-wrap .list {
		width: 240px;
		height: 70px;
	}

	.life-magazine-section .rolling-vertical-wrap .list .title {
		font-size: 20px;
	}

	.life-magazine-section .rolling-vertical-wrap .list .sub {
		font-size: 13px;
		margin-bottom: 6px;
	}
}

/* e // 럭키 매거진 */
/* 2024 마니또 */

.season-event-contents .cards-wrapper .card.animate {
	animation: hithere 1.5s infinite;
	z-index: 3;
}

.season-event-contents .cards-wrapper .card:nth-child(3n) {
	margin-right: 0;
}

.season-event-contents .cards-wrapper div {
	backface-visibility: hidden;
	filter: drop-shadow(2px 4px 6px #00000030);
	transition: all 1s ease;
}

.season-event-contents .cards-wrapper .card-back {
	filter: grayscale(50%);
	transform: rotateY(180deg);
}

.season-event-contents .cards-wrapper .card.loading {
	transform: perspective(800px) rotateY(180deg);
}

.season-event-contents .card[disabled="false"] {
	pointer-events: none;
	cursor: none;
	filter: grayscale(5);
}

.manito2024-section .linked_button {
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	text-indent: -99999px;
}

.manito2024-section .cards-wrapper {
	position: absolute;
	top: 59%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 930px;
	height: 0;
	padding-bottom: 69%;
	z-index: 1;
	display: block;
}

.manito2024-section .cards-wrapper div {
	position: absolute;
	font-size: 0;
	width: 100%;
	height: 100%;
	background: url("/content/images/event/manito_20241010/img_card.png") no-repeat top center / 100% auto;
}

.manito2024-section .cards-wrapper .card {
	position: relative;
	display: inline-block;
	width: 31%;
	height: 0;
	padding-bottom: 41.5%;
	margin: 0 2% 1% 0;
	background: none;
	z-index: 1;
	transition: transform 0.5s;
	transform: perspective(800px) rotateY(0deg);
	transform-style: preserve-3d;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.season-event-contents .cards-wrapper {
		width: 740px;
	}
}

@media (max-width: 991px) {
	.season-event-contents .cards-wrapper {
		width: 570px;
	}
}

@media (max-width: 768px) {
	.season-event-contents .cards-wrapper {
		width: 60vw;
	}
}

@media (max-width: 480px) {
	.season-event-contents .cards-wrapper {
		width: 80vw;
	}
}

/* e// 2024 마니또 */

/* 20241030 */
.life-october .rolling-vertical-container {
	top: 57%;
	height: 30%;
}

.life-october .rolling-vertical-wrap .list {
	color: #231816;
	background-color: #e9e9e9;
}

.life-october .list .sub {
	font-size: 30px;
	font-weight: 700;
}

.life-october .img_gift {
	display: block;
	width: 46.6%;
	top: 25%;
	left: 27%;
	transform-origin: center;
	z-index: 1;
}

.life-october .btn_click {
	display: block;
	width: 19%;
	top: 45%;
	left: 60%;
	cursor: pointer;
	animation: shockwaveJump 1s infinite ease;
	transition: all;
	z-index: 2;
}

.life-october #activeRouletteFn:hover ~ .btn_click {
	animation: none;
	transform: scale(1.05);
	filter: drop-shadow(10px 10px 4px rgba(0, 0, 0, 0.1));
}

.life-october #activeRouletteFn:hover ~ .img_gift {
	animation: hithere 1s ease infinite;
}
