@font-face {
	font-family: "Pretendard";
	src: url("fonts/PretendardVariable.woff2") format('woff');
}

.hide-top {
	opacity: 0;
	transition: opacity 0.5s ease-in;
}

.show-top {
	opacity: 1;
}

.categoryInfo {
	position: absolute;
	top: 6px;
	right: 0px;
	text-align: right;
	color: #1A1A1A;
	font-family: 'Merriweather', cursive;
	font-size: 12x;
}

.prevBtn {
	display: block;
	position: absolute;
	top: 200px;
	left: 0px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	opacity: 0.6;
	color: #c59d5f;
	cursor: pointer;
}

.prevBtn:active {
	transform: scale(0.9);
}

.nextBtn {
	display: block;
	position: absolute;
	top: 200px;
	right: 0px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	opacity: 0.6;
	color: #c59d5f;
	cursor: pointer;
}

.nextBtn:active {
	transform: scale(0.9);
}

.fa_transY {
	position: absolute;
	transform: translateY(-3px);
}

.fa_scale {
	transform: scale(0.8);
}

.cart {
	position: absolute;
	right: 40px;
	top: 30px;
}

.cart.wine {
	right: 43px;
}

.cartInfo {
	display: none;
	position: fixed;
	bottom: 0;
	z-index: 99995;
	width: 100%;
	height: 86px;
	background-color: #c59d5f;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	animation: fadeInUp 0.5s;
}

.cartInfo .txt {
	color: #FFF;
	text-align: center;
}

.cartList {
	position: fixed;
	display: none;
	z-index: 98;
	bottom: 20px;
	right: 20px;
	min-width: 100px;
	padding: 2px 12px 2px 16px;
	height: 40px;
	border-radius: 20px;
	background-color: #c59d5f;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	animation: fadeInUp 0.5s;
}

.cartList:active {
	transform: scale(0.95);
}

.cartList .cartIcon {
	position: absolute;
	left: 15px;
	color: #FFF;
}

.cartList .txt {
	padding-left: 15px;
	text-align: center;
	font-size: 16px;
	color: #FFF;
}

.cart-page .heading--title {
	font-family: 'Merriweather';
	font-size: 22px;
	font-weight: 400;
	line-height: 50px;
	color: #c59d5f;
	margin-bottom: 1px;
}

.cart-page .heading--subtitle {
	font-family: 'Merriweather';
	font-size: 16px;
	font-weight: 300;
	line-height: 30px;
	color: #1A1A1A;
	margin-bottom: 10px;
}

.cart-page .heading--divider {
	border-bottom: 1px solid #1A1A1A;
}

.cart-page .category--title {
	font-family: 'Merriweather';
	font-size: 20px;
	font-weight: 400;
	line-height: 46px;
	color: #1A1A1A;
	margin-bottom: 14px;
}

.cart-page .add-item {
	position: absolute;
	top: 15px;
	right: 15px;
}

.cart-page .cart-panel {
	margin-bottom: 8px;
	overflow: hidden;
	position: relative;
}

.cart-page .cart-panel .section--title {
	font-family: 'Merriweather';
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 20px;
}

.cart-page .cart-panel .dish--title {
	font-family: 'Merriweather';
	text-underline-offset: 4px;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 0;
	padding-right: 60px;
}

.cart-page .cart-panel .dish--title-kor {
	font-family: 'Pretendard';
	text-underline-offset: 4px;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 0;
	padding-right: 70px;
	padding-top: 1px;
}

.cart-page .cart-panel .dish--subdesc {
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 0;
	padding-top: 5px;
	padding-right: 60px;
	color: #c59d5f;
}

.cart-page .cart-panel .dish--price {
	font-family: 'Merriweather';
	color: #202020;
	font-size: 18px;
	font-weight: 400;
	position: absolute;
	top: 0;
	right: 0;
	margin-top: -4px;
	margin-bottom: 0;
}

.cart-page .cart-panel .product-quantity {
	display: flex;
	position: absolute;
	right: 0;
	top: 25px;
	margin-right: -5px;
}

.cart-page .cart-panel .product-quantity input {
	width: 30px;
	height: 25px;
	border: 1px solid #eee;
	border-radius: 2px;
	text-align: center;
	color: #222222;
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
	margin-right: 5px;
}

.cart-page .cart-panel .product-quantity i {
	width: 25px;
	height: 25px;
	line-height: 25px;
	border: 1px solid #eee;
	border-radius: 1px;
	text-align: center;
	color: #c59d5f;
	margin-right: 5px;
	font-size: 12px;
}

.cart-page .sum--text {
	font-family: 'Merriweather';
	font-size: 18px;
	font-weight: 400;
	line-height: 50px;
	color: #c59d5f;
}

.cart-page .btn--add-item {
	position: absolute;
	top: 13px;
	right: 15px;
	min-width: 90px;
	padding: 2px 10px;
	background-color: #c59d5f;
	color: #ffffff;
	border: 1px solid transparent;
	height: 24px;
	border-radius: 12px;
	font-size: 12px;
}

.cart-page .btn--add-item.delete {
	background-color: #202020;
}

.cart-page .btn--add-item:active {
	transform: scale(0.95);
}

.cart-page .btn--order {
	background-color: #c59d5f;
	color: #ffffff;
	border: 2px solid transparent;
	height: 46px;
	border-radius: 23px;
	padding: 2px 20px;
	font-size: 20px;
}

.cart-page .btn--order.logout {
	background-color: #202020;
}

.cart-page .btn--order:active {
	transform: scale(0.95);
}

.cart-page .btn--order.disabled {
	background-color: #e0e0e0;
}

.cart-page .btn--list {
	background-color: #c59d5f;
	color: #ffffff;
	border: 2px solid transparent;
	height: 38px;
	border-radius: 23px;
	padding: 2px 12px;
	margin: 4px;
	font-size: 16px;
}

.wine-panel {
	margin-bottom: 8px;
	overflow: hidden;
	position: relative;
}

.wine-panel .tag {
	display: flex;
}

.wine-panel .tag-cont {
	border-radius: 6px;
	padding: 4px 6px;
	font-size: 12px;
	font-weight: 600;
	color: #FFF;
	margin-bottom: 6px;
}

.wine-panel .cont {
	position: relative;
}

.wine-panel .wine--title {
	font-family: 'Merriweather';
	text-decoration: underline;
	text-underline-offset: 4px;
	line-height: 24px;
	font-size: 16px;
	font-weight: 500;
	margin-top: 7px;
	margin-bottom: 7px;
	padding-right: 60px;

}

.wine-panel .wine--subdesc {
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 0;
	padding-right: 60px;
	color: #c59d5f;
	word-break: keep-all;
}

.wine-panel .wine--desc {
	font-size: 14px;
	font-weight: 400;
	line-height: 23px;
	margin-bottom: 0;
	word-break: keep-all;
}

.wine-panel .wine--subtitle {
	font-family: 'Merriweather';
	font-size: 14px;
	font-weight: 500;
	margin: 0;
	padding-right: 60px;
	line-height: 22px;
	color: #1A1A1A;
	word-wrap: break-word;
}

.wine-panel .wine--price {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: -4px;
	margin-bottom: 13px;
	text-align: right;
	font-family: 'Merriweather';
	font-size: 16px;
	font-weight: 400;
	color: #1A1A1A;
}

.modal {
	display: none;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	padding: 0 40px;
	background: rgba(0, 0, 0, 0.5);
}

.modal.active {
	display: flex;
}

.modal .modal-inner {
	position: relative;
	padding: 40px 27px 27px;
	background-color: #FFFFFF;
	box-shadow: 0px 2px 48px rgba(0, 0, 0, 0.04);
	border-radius: 30px;
}

.modal .modal-inner .modal-title {
	color: #202020;
	font-weight: 600;
	font-size: 20px;
	line-height: 22px;
	letter-spacing: 1px;
	text-align: center;
}

.modal .modal-inner .modal-cont {
	margin-top: 25px;
}

.modal .modal-inner .modal-cont .txt {
	color: #202020;
	font-weight: 300;
	font-size: 17px;
	line-height: 28px;
	text-align: justify;
	letter-spacing: 0.4px;
	margin-bottom: 30px;
	text-align: center;
}

.modal .modal-inner .modal-btn {
	display: flex;
	justify-content: center;
	align-items: center;
}

.modal .modal-inner .modal-btn .btn-default {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 240px;
	height: 48px;
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 3px;
	text-transform: uppercase;
	border-radius: 24px;
}

.modal .modal-inner .modal-btn:active {
	transform: scale(0.98);
}

.modal .modal-inner .modal-btn .btn-default {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 240px;
	height: 48px;
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 3px;
	text-transform: uppercase;
	border-radius: 24px;
}

.modal .modal-inner .modal-btn:active {
	transform: scale(0.98);
}

.modal .modal-inner .modal-btn .btn-default.confirm {
	border: 2px solid #c59d5f;
	background-color: #c59d5f;
	font-weight: 700;
	color: #fff;
}

.modal .modal-inner .modal-btn .btn-default.cancel {
	border: 2px solid #c59d5f;
	background-color: #fff;
	font-weight: 700;
	color: #c59d5f;
}

.inputTxt {
	position: relative;
	text-align: center;
}

.inputTxt input[type=password] {
	color: #202020;
	font-size: 20px;
	line-height: 22px;
}

.inputTxt__inp {
	width: 80%;
	height: 48px;
	text-align: center;
	border: 1px solid #77838F;
	border-radius: 10px;
}


@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		transform: translateZ(0);
	}
}

.popup-menu {
	display: flex;
	flex-direction: column;
	gap: 12px;
	color: #1A1A1A;
	margin-bottom: 40px;
}

.popup-menu .txt-title-en {
	font-family: 'Merriweather';
	font-size: 16px;
	font-weight: 700;
	line-height: 16px;
}

.popup-menu .txt-desc-en {
	font-family: 'Merriweather';
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
}

.popup-menu .txt-title-kr {
	margin-left: 4px;
	font-size: 14px;
	font-weight: 700;
	color: #c59d5f;
	line-height: 14px;
}

.popup-menu .txt-desc-kr {
	margin-top: -8px;
	font-size: 12px;
	font-weight: 400;
	color: #c59d5f;
	line-height: 16px;
}

.popup-menu .txt-price {
	font-family: 'Merriweather';
	font-size: 16px;
	font-weight: 500;
	line-height: 16px;
}