/* 푸터 */
footer { background-color:#fff;}
.footer-inner {
	position: relative;
	width: 100%;
	padding: 30px 0px;
	margin-bottom: 70px;
	font-size: 0.875rem;
	line-height: 1.6;
  border-top: 8px solid #f5f5f5; 
 /*display: flex;
  flex-direction: column;
  gap: 30px;*/
 }
.footer-inner::after {
  content: "";
  display: block;
  clear: both;
}
.footer-cs {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding-bottom: 20px;
 }
.footer-tabs { display: flex; height: 40px; gap: 10px; }
.footer-tabs > li { display: list-item; width:33.3%; text-align:center; }
.footer-tabs li > a {  display: block;  padding: 6px 0; background-color: #f5f5f5;
  			border-radius: 6px; text-decoration: none; color: #333; font-weight: 500; }
.footer-contact .contact-title { display: inline-block; padding: 0px 10px; background-color: #06b986; 
				color: #fff; font-weight: bold; border-radius: 4px; margin-right: 10px;}
.footer-contact .contact-number { font-size: 16px; font-weight: bold;}
.footer-nav {
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
	margin-bottom: 20px;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}
.contact-time {
	display: inline-block;
}
.contact-time,
.sns-icon {
	vertical-align: middle;
}
/*.sns-icon {
	display: inline-block;
	float: left;
	align-items: center;
}*/
.sns-icon li {
	width: 36px;
	height: 36px;
	display: inline-block;
	margin-right: 16px;
}
.footer-nav a { text-decoration: none; color: #333; font-weight: 500; }
.footer-info { color: #777; }
.footer-info .company-name { font-weight: bold; margin-bottom: 5px; }


/* 하단 메뉴바 bottom-tab-bar */
.bottom-tabBar-wrap {
	position: fixed;
	z-index: 1000;
	width: 100%;
	/*max-width: 768px;*/
	margin: 0 auto;
	height:75px;
	bottom: 0;
	box-sizing: border-box;
	border-top: 1px solid #ddd; padding: 10px 0; background: #fff;
}
.btb-list {position:relative; display: flex; justify-content: space-between; align-items: center;  margin: 0 auto; }
.btb-list li {position:relative; text-align: center; flex: 1;}
.btb-list li a {display: flex; flex-direction: column; align-items: center; gap: 4px; 
	font-size: 14px;color: #666; font-weight: 500; transition: color 0.3s;}
.btb-list li img {width: 24px; height: 24px; transition: filter 0.3s;}
.btb-list li.active a {color: #0b8568; font-weight: 700;}
.btb-list li a:hover {color: #0b8568;}


/* 메뉴 활성화 */
.btb-list li.active a img { opacity: 0; }
.btb-list li.active a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
}
.bar-menu.active a::before {background-image: url('/images/main/icon-fb-gnb-01-h.svg');}
.bar-serch.active a::before {background-image: url('/images/main/icon-fb-gnb-02-h.svg');}
.bar-mainHome.active a::before {background-image: url('/images/main/icon-fb-gnb-03-h.svg');}
.bar-pick.active a::before {background-image: url('/images/main/icon-fb-gnb-04-h.svg');}
.bar-mypage.active a::before {background-image: url('/images/main/icon-fb-gnb-05-h.svg');}


/* 상품 하단 메뉴바 resvButton */
.gdDetail_bottom-tabBar-wrap{ 
	position: fixed;
	width: 100%;
	height:75px;
	z-index: 1000;
	max-width: 768px;
	bottom: 0;
	margin: 0 auto;
	padding: 10px 20px;
  border-top: 1px solid #ddd;
  background-color: #fff; 
  box-sizing: border-box;
}
.gdDetail_bottom-tabBar {	position: relative; }
.gdDetail_bottom-tabBar::after {
  content: "";
  display: table;
  clear: both;
}
.gdDetail_bottom-tabBar .wish-btn {
  position: relative;
  float: left;
  width: 55px;
  height: 55px;
  margin-right: 12px;
  background-color: #fff;
 	border-radius: 50%;
 	border: 1px solid #ddd;
 	text-align: center;
 	line-height: 50px;
 	box-sizing: border-box;
  cursor: pointer; 
}
.gdDetail_bottom-tabBar .wish-btn .heart-btn {
	position: relative;
	display: inline-block;
	width : 100%;
	height: 100%;
  background: url('/images/goods/icon/favorite.svg') center center no-repeat;
  background-size: 28px 28px;
  transition: background 0.3s ease;
  text-align: center;
	line-height: 50px;
  box-sizing: border-box;
  cursor: pointer;
}
.gdDetail_bottom-tabBar .wish-btn .heart-btn.dips {
	background: url('/images/goods/icon/favorite_fill.svg') center center no-repeat;
  background-size: 28px 28px;
}
.gdDetail_bottom-tabBar .resv-btn-wrap {
  float: left;
  width: calc(100% - 67px); 
  height: 55px;
  text-align: center;
  line-height: 55px;
}
.gdDetail_bottom-tabBar .resv-btn-wrap > button {
	margin: 0;
	padding: 0;
}
.gdDetail_bottom-tabBar .resv-btn-wrap .changeDepart-btn {
	float: left;
	width: 49%;
	height: 55px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 8px;
	color: #666;
	font-size: 14px;
	font-weight: 400;
	cursor: pointer;
}
.gdDetail_bottom-tabBar .resv-btn-wrap .reservation-btn {
	float: right;
	width: 49%;
	height: 55px;
	background-color: #06b986;
	border-radius: 8px;
	color: #fff;
	font-size: 14px;
  font-weight: 500;
	cursor: pointer;
}

.reservation-btn.default { background-color: #25CE69 !important;} /* 대기예약 */
.reservation-btn.reserve-off { background-color: #b3b3b3 !important;} /* 예약마감 */

.gdDetail_bottom-tabBar .resv-btn-wrap > button {
	float: left;
  width: 50%;
  height: 55px;
}


/* 하단 예약하기 가격 */
.fp-box { 
	position:relative;
	width: 100%; 
  background: #fff; 
  box-sizing: border-box; 
 } 
.fp-box .fp-inner {
	max-width: 768px;
	width:100%;
	margin: 0 auto;
	box-sizing: border-box;
}
.fp-box .fp-inner .fp-title {
	margin-bottom: 16px;
	font-size: 17px;
	font-weight: 600;
}  
.fp-list {
	list-style: none;
	margin: 20px 0;
	padding: 0;
}
.fp-item { 
	display: flex; 
	align-items: center; 
	justify-content: space-between; 
	margin-bottom: 40px;
} 
.fp-item:last-child {margin:0;}
.fp-type {
	width: 35%;
	font-size: 15px;
	font-weight: 600;
} 
.fp-price {
	width: 28%;
	text-align: right;
}
.fp-counter {	display: flex; justify-content: flex-end; align-items: center; gap: 8px; width: 44%;}

.fp-btn {
	width: 34px;
	height: 34px;
	border: 1px solid #ccc;
	border-radius: 8px;
	background: none;
  font-size: 20px; 
  font-weight: 500; 
  line-height: 34px; 
  color: #333;
  cursor: pointer;
 }
.fp-count { width: 30%; height:34px; font-size: 19px; line-height: 34px; font-weight: 600; text-align: center; }
.fp-total { position: relative; height: 50px; padding-top: 20px; border-top: 1px solid #eee;  }
.fp-total-label { display: inline-block; width: 50%; height: 30px; float: left; text-align: left;
  font-size: 14px; font-weight: 700; }
.fp-total-price { display: inline-block; float: right; width: 50%; margin-bottom: 6px; text-align: right;
  font-size: 21px; font-weight: bold;  }
.fp-total-note { display: block; float: right; width: 100%; text-align: right; font-size: 12px; color: #888; }

.modal {
  position: fixed;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 50vh; /* 모달 높이 조절 가능 */
  background-color: white;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.2);
  transition: bottom 0.3s ease-in-out;
  z-index: 1000;
}
.modal.show {
  bottom: 0;
}
.modal-content {
  padding: 20px;
}
.close-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
  z-index:2000;
}
.pModal {
  position: fixed;
  bottom: -100%;
  left: 0;
 
  width: 100%;
  height: 50vh; /* 모달 높이 조절 가능 */
  background-color: white;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.2);
  transition: bottom 0.3s ease-in-out;
  z-index: 1000;
}
.pModal.show {
  bottom: 0;
}

.pModal.show .pModal-content {
	padding: 20px;
	position: absolute;
  top: 50%;
  left: 50%;
  max-width:768px;
  width: 100%;
  height: 99%;
  transform: translate(-50%, -50%);
  background: #fff;
  box-sizing: border-box;
  overflow-y: auto; 
}
@media all and (max-width:480px) {
	.footer-nav {
    font-size: 13px;
  }
  .btb-list li a {
  	font-size: 12px;
	}
}