@font-face {
	font-family: "GmarketSans";
	src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
}

.lots_container {
	background-color: #fcb5f6;
	padding: 60px 90px 10px;
}

.lots_container .wrapper {
	position: relative;
	background-color: #fff;
	background-image: url("/content/images/event/jungwon-e/img_title.png");
	background-repeat: no-repeat;
	background-size: 74% auto;
	background-position: center 5%;
	padding: 242px 74px 84px;
	border-radius: 30px;
	z-index: 1;
}

.lots_wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 28px;
	justify-items: center;
	align-items: start;
	margin-bottom: 44px;
}

.lots {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 0;
	padding-bottom: 105%;
}

.lots.jump {
	animation: shockwaveJump 0.8s ease-out;
}

.lots.active {
	animation: wiggle 0.8s ease;
}

.lots div {
	position: absolute;
	left: 0;
	width: 100%;
}

.lots .top {
	top: 0px;
	height: 25%;
	background: #fbd03b url("/content/images/event/jungwon-e/img_lots_t.png") no-repeat center/ 100% auto;
	border-radius: 30px 30px 0 0;
}

.lots .bottom {
	top: 25%;
	height: 75%;
	background-color: #fbd03b;
	background-image: url("/content/images/event/jungwon-e/img_choosen.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 55% auto;
	border-radius: 0 0 30px 30px;
	transform-origin: top right;
	transition: transform 0.5s ease-in;
}

.lots .inside {
	position: relative;
	top: 0px;
	height: 0;
	padding-bottom: 100%;
	background-color: #ffe27c;
	border-radius: 32px;
	overflow: hidden;
	box-shadow: 0 10px 8px 2px #c4c2d5;
	transform-origin: center;
	transform: scale(0.99);
}

.lots.active {
	z-index: 1;
}

.lots.active .bottom {
	transform: rotate(-10deg);
	box-shadow: 1px 4px 8px 0px #4c4a5f50;
}

.btn-h-135 {
	display: block;
	width: 100%;
	max-width: 835px;
	line-height: 135px;
	margin: 0 auto;
	background-image: url(../../content/images/event/jungwon-e/arr_w.png);
	background-size: 16px 26px;
	background-position-x: 84%;
	background-position-y: 50%;
	background-repeat: no-repeat;
	border-radius: 10px;
	font-family: "GmarketSans";
	font-weight: 700;
	font-size: 44px;
	text-align: center;
	color: #fff;
	word-spacing: -8px;
	letter-spacing: -0.8px;
}

.btn-h-135 + .btn-h-135 {
	margin-top: 44px;
}

@media (max-width: 1024px) {
	.lots_container {
		padding: 20px;
	}
	.lots_wrapper {
		grid-template-columns: 1fr 1fr;
		grid-gap: 16px;
	}

	.lots_container .wrapper {
		padding: 130px 40px 40px;
		background-size: 80% auto;
		background-position: center 40px;
	}

	.btn-h-135 {
		line-height: 88px;
		font-size: 32px;
		letter-spacing: normal;
		word-spacing: normal;
	}

	.btn-h-135 + .btn-h-135 {
		margin-top: 20px;
	}
}

@media (max-width: 480px) {
	.lots_container {
		padding: 20px;
	}
	.lots_container .wrapper {
		padding: 80px 20px 20px;
		background-position: center 20px;
	}
	.lots_wrapper {
		margin-bottom: 20px;
	}
	.btn-h-135 {
		max-width: 234px;
		line-height: 36px;
		font-size: 14px;
		background-size: 6px auto;
	}
	.btn-h-135 + .btn-h-135 {
		margin-top: 6px;
	}
}
