/* 시즌 이벤트용 클래스 */

.season-event-contents {
	display: block;
	margin: 0 auto;
}

.season-event-contents .relative {
	position: relative;
}

.season-event-contents .absolute {
	position: absolute;
	z-index: 1;
}

.season-event-contents .font-none {
	display: block;
	font-size: 0;
}

.notice-area {
	font-family: "Noto Sans KR", sans-serif;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	letter-spacing: -0.8px;
	word-spacing: -1px;
}

.notice-area span {
	position: absolute;
	display: inline-block;
	line-height: 1;
	padding-left: 20px;
}

.notice-area em {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-25%);
}

.linked_button.absolute {
	position: absolute;
}

.linked_button {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80%;
	max-width: 785px;
	height: 155px;
	border-radius: 10px;
	font-weight: bold;
	font-size: 42px;
}

.linked_button span {
	flex: none;
	display: inline-block;
	padding-top: 4px;
	line-height: 1;
	font-family: "GmarketSansMedium";
	font-size: inherit;
}

.linked_button i {
	flex: none;
	position: absolute;
	top: 50%;
	right: 16%;
	transform: translate(0%, -50%);
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("/content/images/event/common//ico_arrow.png") no-repeat center / auto 100%;
}

.linked_button.btn-w-840 {
	max-width: 840px;
}

.linked_button:focus {
	outline: auto;
}

.link-sec-twice {
	z-index: 0;
}

.link-sec-twice a {
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	font-size: 0;
}

.link-sec-twice a:nth-child(1) {
	left: 0;
}

.link-sec-twice a:nth-child(2) {
	right: 0;
}

/* event common - random list (css) */
.drawing-wrapper .drawing-item[disabled="false"] {
	cursor: none !important;
	pointer-events: none !important;
	animation: none !important;
	filter: grayscale(40%);
}

.drawing-wrapper .wiggle:hover,
.drawing-wrapper .wiggle.active {
	z-index: 5;
	filter: drop-shadow(3px 3px 15px #ffe58e) !important;
	animation: hithere 2s ease 0s infinite;
}

.pickup_btn:hover {
	outline: none;
}

.floating_btn {
	position: absolute;
	width: 70%;
	height: 100%;
	left: 15%;
	font-size: 0;
}

.font_none {
	font-size: 0 !important;
}

@media (max-width: 991px) {
	.linked_button {
		height: 60px;
		font-size: 20px;
		border-radius: 5px;
		width: 65%;
	}

	.linked_button i {
		right: 24px;
		width: 10px;
		height: 10px;
	}
}

@media (max-width: 767px) {
	.linked_button {
		height: 50px;
		font-size: 16px;
	}
	.notice-area {
		font-size: 16px;
	}
}
