/* 하단바 */
.font-gmarket {
	font-family: var(--font-family2);
}

.bottom-fixed-reservation-con {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 7rem;
	background: linear-gradient(to right,
			rgba(25, 85, 255, 1) 0%,
			rgba(94, 0, 215, 1) 100%);
	z-index: 99;
	border-top: 0.3rem solid #00e5ad;
}

.bottom-fixed-reservation-con .area-inner {
	max-width: 118.1rem;
	height: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 10px;
}

.bottom-fixed-reservation-left {
	display: flex;
	align-items: center;
}

.bottom-fixed-reservation-left img {
	width: 12.2rem;
}

.bottom-fixed-reservation-left em,
.bottom-fixed-reservation-left b {
	margin-top: 0.6rem;
	margin-left: 1.16rem;
	font-size: 1.92rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.05em;
	color: #fff;
}

.bottom-fixed-reservation-left em {
	margin-left: 2.4rem;
	color: #32ffcd;
	font-style: normal;
}

.bottom-fixed-reservation-left em br {
	display: none;
}

.bottom-fixed-reservation-right {
	display: flex;
	align-items: center;
}

.bottom-fixed-reservation-right .reservation-btn {
	cursor: pointer;
	margin-right: 3rem;
	width: 41.4rem;
	height: 4.5rem;
	border-radius: 1.8rem;
	font-size: 2rem;
	line-height: 1.3;
	letter-spacing: -0.05em;
	font-weight: 600;
	color: #fff;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0.1rem solid rgba(255, 255, 255, 0.5);
	border-bottom-color: rgba(255, 255, 255, 0.3);
	box-sizing: border-box;
	box-shadow: 0rem 0rem 2.4rem 0rem rgba(0, 0, 0, 0.2);
	overflow: hidden;
}

.bottom-fixed-reservation-right .reservation-btn:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	box-shadow: inset 0.4rem 0rem 6.4rem rgba(255, 255, 255, 0.15);
	background-color: rgba(255, 255, 255, 0.5);
	filter: blur(3.4rem);
}

.bottom-fixed-reservation-right .reservation-btn img {
	width: 1.72rem;
	margin-right: 0.6rem;
}

.bottom-fixed-reservation-right .link-list {
	display: flex;
	align-items: center;
}

.bottom-fixed-reservation-right .link-list .link-item {
	position: relative;
	margin-right: 2.4rem;
}

/* .bottom-fixed-reservation-right .link-list .link-item:first-child {
	display: none;
} */

.bottom-fixed-reservation-right .link-list .link-item:last-child {
	margin-right: 0;
}

.bottom-fixed-reservation-right .link-list .link-item>button span {
	display: flex;
}

.bottom-fixed-reservation-right .link-list .link-item>button {
	width: 4rem;
	height: 4rem;
	border-radius: 100%;
	background-color: #5400c1;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0.1rem solid rgba(255, 255, 255, 0.8);
	border-right-color: rgba(255, 255, 255, 0.5);
	border-left-color: rgba(255, 255, 255, 0.5);
	border-bottom-color: rgba(255, 255, 255, 0.3);
	box-sizing: border-box;
}

.bottom-fixed-reservation-right .link-list .link-item:nth-child(2)>button {
	background-color: #fee500;
}

.bottom-fixed-reservation-right .link-list .link-item:nth-child(3)>button {
	background-color: #03c75a;
}

.bottom-fixed-reservation-right .link-list .link-item>button img {
	width: 1.518rem;
}

.bottom-fixed-reservation-right .link-list .link-item:nth-child(2)>button img {
	width: 2.2rem;
}

.bottom-fixed-reservation-right .link-list .link-item:nth-child(3)>button img {
	width: 1.9rem;
}

.bottom-fixed-reservation-right .popup-nv-reservation-box {
	right: -8rem;
}

.popup-nv-reservation-box:before {
	position: absolute;
	bottom: -2.5rem;
	right: 8.2rem;
	width: 3.1rem;
	height: 2.7rem;
	background: url(./popup_nv_reservation_bg.svg) center / cover no-repeat;
	content: "";
}

@media all and (max-width: 2560px) {
	.bottom-fixed-reservation-right .reservation-btn {
		margin-right: 20rem;
	}
}

@media all and (max-width: 800px) {

	/* 하단바 */
	.bottom-fixed-reservation-con {
		height: 6.1rem;
		border-top: 0.27rem solid #00e5ad;
	}

	.bottom-fixed-reservation-con .area-inner {
		max-width: none;
		padding: 0 2.5rem;
		box-sizing: border-box;
	}

	.bottom-fixed-reservation-left {
		display: none;
		align-items: center;
		flex-direction: row-reverse;
	}

	.bottom-fixed-reservation-left img {
		width: 10.74rem;
	}

	.bottom-fixed-reservation-left em,
	.bottom-fixed-reservation-left b {
		margin-top: 0.4rem;
		margin-left: 0;
		font-size: 1.69rem;
		line-height: 1.2;
	}

	.bottom-fixed-reservation-left em {
		margin-right: 1.2rem;
		color: #32ffcd;
	}

	.bottom-fixed-reservation-left b {
		display: none;
	}

	.bottom-fixed-reservation-right {
		display: flex;
		width: 100%;
		align-items: center;
	}

	.bottom-fixed-reservation-right .reservation-btn {
		margin-right: auto;
		width: 32rem;
		height: 4rem;
		border-radius: 1.58rem;
		font-size: 1.8rem;
		line-height: 1.3;
	}

	.bottom-fixed-reservation-right .reservation-btn img {
		width: 1.52rem;
		margin-right: 0.6rem;
	}

	.bottom-fixed-reservation-right .link-list .link-item {
		margin-right: 2rem;
	}

	.bottom-fixed-reservation-right .link-list .link-item:first-child {
		display: block;
	}

	.bottom-fixed-reservation-right .link-list .link-item>button {
		width: 3.5rem;
		height: 3.5rem;
	}

	.bottom-fixed-reservation-right .link-list .link-item>button img {
		width: 1.34rem;
	}

	.bottom-fixed-reservation-right .link-list .link-item:nth-child(2)>button img {
		width: 1.95rem;
	}

	.bottom-fixed-reservation-right .link-list .link-item:nth-child(3)>button img {
		width: 1.68rem;
	}

	.bottom-fixed-reservation-right .popup-nv-reservation-box {
		right: -1rem;
	}

	.bottom-fixed-reservation-right .popup-nv-reservation-box:before {
		right: 1.5em;
	}

	.popup-nv-reservation-box:before {
		bottom: -1rem;
		right: 5.5em;
		width: 2.07rem;
		height: 1.8rem;
	}
}

@media all and (max-width: 640px) {

	/* 하단바 */
	.bottom-fixed-reservation-con {
		height: 6.1rem;
		border-top: 0.27rem solid #00e5ad;
	}

	.bottom-fixed-reservation-con .area-inner {
		padding: 0 1.27rem;
	}

	/* .bottom-fixed-reservation-left {
		display: flex;
		align-items: center;
		flex-direction: row-reverse;
	} */

	.bottom-fixed-reservation-left img {
		width: 7.43rem;
	}

	.bottom-fixed-reservation-left em,
	.bottom-fixed-reservation-left b {
		margin-top: 0.4rem;
		margin-left: 0;
		font-size: 1rem;
		line-height: 1.2;
	}

	.bottom-fixed-reservation-left em {
		margin-right: 1rem;
		text-align: center;
	}

	.bottom-fixed-reservation-left em br {
		display: block;
	}

	.bottom-fixed-reservation-right {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.bottom-fixed-reservation-right .reservation-btn {

		margin-right: 1.4rem;
		width: 30.4rem;
		height: 3.5rem;
		border-radius: 1.21rem;
		font-size: 1.4rem;
		line-height: 1.3;
		max-width: 288px;
	}

	.bottom-fixed-reservation-right .reservation-btn img {
		width: 1.17rem;
		margin-right: 0.4rem;
	}

	.bottom-fixed-reservation-right .link-list {
		display: flex;
		align-items: center;
	}

	.bottom-fixed-reservation-right .link-list .link-item {
		margin-right: 1.4rem;
	}

	.bottom-fixed-reservation-right .link-list .link-item>button {
		width: 2.5rem;
		height: 2.5rem;
	}

	.bottom-fixed-reservation-right .link-list .link-item>button img {
		width: 0.95rem;
	}

	.bottom-fixed-reservation-right .link-list .link-item:nth-child(2)>button img {
		width: 1.39rem;
	}

	.bottom-fixed-reservation-right .link-list .link-item:nth-child(3)>button img {
		width: 1.2rem;
	}

	.bottom-fixed-reservation-right .popup-nv-reservation-box {
		right: -0.5rem;
	}

	.bottom-fixed-reservation-right .popup-nv-reservation-box:before {
		right: 0.5em;
	}
}