:root {
  --mainCore: #FF8812;
  --mainLight: #ffedda;
  --mainDeep: #f16100;
  --mainDark: #af3700;
  --auxColor: #00062b;
} 

body {
    /* -webkit-text-size-adjust: none; */
    -webkit-text-size-adjust: 100%;
    font-family: Arial, Helvetica, sans-serif;
}

html {scroll-behavior: smooth;}

img {width: 100%;}

/* New */
header {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../assets/images/BG_Org_header.png);
}

section {
  position: relative;
  word-wrap: break-word;
}

.section-padding {
  padding-top: 90px;
  padding-bottom: 90px;
}

.section-padding-sm {
  padding-top: 48px;
  padding-bottom: 48px;
}

.scBar::-webkit-scrollbar {
  width: 8px;
}
.scBar::-webkit-scrollbar-track {
  background-color: rgb(211, 211, 211);
  border-radius: 10px;
}
/* .scBar::-webkit-scrollbar-track-piece {
  background: transparent;
} */
.scBar::-webkit-scrollbar-thumb {
  background-color: var(--mainDeep);
  border-radius: 10px;
}

.ProductBg {
  padding-top: 90px;
  padding-bottom: 90px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../assets/images/mbr-1920x1348.jpg);
}

.pd-overlay {
  background-color: #00062b;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

.SolutionBg {
  padding-top: 90px;
  padding-bottom: 90px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../assets/images/background3.jpg);
}

.Su-overlay {
  background-color: #FFFFFF;
  bottom: 0;
  left: 0;
  opacity: 0.9;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

/* 方案圖片 */
.Solution_imgBox {
  background-color: rgb(207, 207, 207);
  position: relative;
  width: 100%;
  padding-top: 100%; /* 80%= 5:4 */
  text-align: center;
  overflow: hidden;
  /* background-image: url(../assets/images/dfimg.jpg); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.Solution_imgBox img {
  position:  absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  font-size: 20px;
  color: white;
  width: 100%;
  max-width: 100%;
  /* height: 100%; *//* 取消圖片居中 */
  object-position: center center;
  object-fit: cover;
  vertical-align: middle;
  display: inline-block;
}

.Solution-tag {
  top: -64px;
  position: relative;
}

/* 影片 */
.aspect-w-16 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 16;
}
.aspect-h-9 {
  --tw-aspect-h: 9;
}

.aspect-w-16>* {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.h-txt {height: 350px;}

/* audio,canvas,embed,iframe,img,object,svg,video {
  display: block;
  vertical-align: middle
}

img,video {
  max-width: 100%;
  height: auto
} */

.soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}

/* --案例分享 圖片 */
.Case_imgBox {
  background-color: rgb(207, 207, 207);
  position: relative;
  width: 100%;
  padding-top: 100%; /* 80%= 5:4 */
  text-align: center;
  overflow: hidden;
  /* background-image: url(../assets/images/dfimg.jpg); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.Case_imgBox img {
  position:  absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  font-size: 20px;
  color: white;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-position: center center;
  object-fit: cover;
  vertical-align: middle;
  display: inline-block;
}

/* -- 產品圖片 */
.ProductLi_imgBox {
  /* background-color: rgb(20, 9, 68); */
  position: relative;
  width: 100%;
  padding-top: 80%; /* 80%= 5:4 */
  text-align: center;
  overflow: hidden;
  /* background-image: url(../assets/images/dfimg.jpg); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.ProductLi_imgBox img {
  position:  absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  font-size: 20px;
  color: white;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-position: center center;
  object-fit: cover;
  vertical-align: middle;
  display: inline-block;
}

/* 底圖 平/漸層 overlay */  
.bg-overlay {
  background-color: #240400;
  /* background-image: linear-gradient(to right, #999999, #333333, #000000); */
  bottom: 0;
  left: 0;
  opacity: 0.2;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}



/* New end */


input {
  text-align: center;
}
input::placeholder {
  text-align: center;
  font-size:1.1rem;
  color: #f16100;
}




/* 點我測試 物件居中 覆蓋 96px*/
.xyCentent96 {
  position: absolute;
  top: calc(50% - 48px);
  left: calc(50% - 48px);
  border-radius: 9999px;
}

#navbar {
    /* background: linear-gradient(90deg, #52b8ad, #81d8d0, #52b8ad); */
    z-index: 9;
}

/* 捲軸 */
.gs-scrollbar::-webkit-scrollbar {
  /* width: 2px; */
  height: 6px;
  background-color: #81d8d0;
}
.gs-scrollbar::-webkit-scrollbar-thumb {
  /* width: 2px; */
  background-color: #59cabf;
}
.gs-scrollbar::-webkit-scrollbar-button {
  background-color: #35a095;
}



.topbar {
  background: linear-gradient(90deg, var(--mainDeep), var(--mainCore), var(--mainDeep));
}

.navbar-sticky {
  position: fixed !important;
  top: 0;
  width: 100%;
  background: linear-gradient(90deg, var(--mainDeep), var(--mainCore), var(--mainDeep));
  /* background: linear-gradient(90deg, #52b8ad, #81d8d0, #52b8ad); */
}
.navbar-sticky2 {
  position: fixed !important;
  top: 0;
  width: 100%;
  /* background: linear-gradient(90deg, #52b8ad, #81d8d0, #52b8ad); */
  background-color: #203800;
  /* background-color: #7cc51b; */
}
  
.navbar-sticky + .content {
  padding-top: 60px;
}

.navbar-width {
  width: calc(100% - 48px);
}

/* .navbtn-drop {
    border-radius: 50%;
    background-color: #042c25;
    width: 40px;
    height: 40px;
} */

/* 商品圖片 */
.food_imgBox {
    background-color: rgb(207, 207, 207);
    position: relative;
    width: 100%;
    padding-top: 80%; /* 5:4 */
    text-align: center;
    overflow: hidden;
    /* background-image: url(../assets/images/dfimg.jpg); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
  
.food_imgBox img {
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    font-size: 20px;
    color: white;
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-position: center center;
    object-fit: cover;
    vertical-align: middle;
    display: inline-block;
}

.meal_item {
    position: relative;
    display: inline-block;
}
.meal_item2 {
  position: relative;
  display: flex;
  border-bottom-color: #f1f1f1;
  border-bottom-width: 1px;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.badge {
    font-size: 0.875rem;
    line-height: 24px;
    min-width: 24px;
    height: 24px;
    text-align: center;
    position: absolute;
    top: -10px;
    right: -10px;
    border-radius: 50px;
    background-color: var(--mainAux);
    color: white;
}
.badge-L {
  font-size: 0.875rem;
  line-height: 24px;
  min-width: 24px;
  height: 24px;
  text-align: center;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 50px;
  background-color: var(--mainAux);
  color: white;
}
.badge-L-5 {
  top: -5px;
  left: -5px;
}

/* 下拉 MENU - 餐點類別 全 */
.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    /* background-color: rgba(0,0,0, 0.9); */
    background: linear-gradient(0deg, var(--mainCore), var(--mainDeep));
    overflow-y: hidden;
    transition: 0.5s;
}
  
.overlay-content {
    position: relative;
    top: 8%;
    width: 100%;
    /* text-align: center; */
    /* margin-top: 30px; */
    /* overflow-y: hidden; */
    padding-bottom: 20px;
    height: 88%;
}
  
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 18px;
    /* color: #818181; */
    display: block;
    transition: 0.3s;
}
  
.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}
  
.overlay .closebtn {
    position: absolute;
    top: -12px;
    right: 12px;
    font-size: 48px;
}

/* @media screen and (max-height: 450px) {
    .overlay {overflow-y: auto;}
    .overlay a {font-size: 20px}
    .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
    }
} */
/* 下拉 MENU */

/* 更多選項 右側欄 MENU */
.sidenav-overlay {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.2);
  z-index: 1;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.85);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 80px;
  }
  
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    color: white;
    display: block;
    transition: 0.3s;
    width: max-content;
  }
  
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 48px;
    margin-left: 50px;
  }
/* 更多選項 右側欄 MENU end */

/* 廣告 上彈跳 The Modal (background) */
.ADpop-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    -webkit-animation-name: fadeIn; /* Fade in the background */
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s
}
  
/* Modal Content */
.ADpop-modal-content {
  position: fixed;
  bottom: 0;
  /* background-color: #fefefe; */
  width: 90%;
  margin: 0 5% ;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s
}

.ADpop-close {
  color: rgb(78, 78, 78);
  float: right;
  font-size: 24px;
  padding-top: 4px;
}

.ADpop-close:hover,
.ADpop-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.ADpop-modal-header {
  padding: 12px 12px 8px 12px;
  background-color: #fefefe;
  border-bottom-color: #ff4d00;
  border-bottom-width: 2px;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.ADpop-modal-header h2 {
  line-height: 36px;
  padding-top: 4px;
}
  
.ADpop-modal-body {
    padding: 16px 16px;
    background-color: #fefefe;
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}
  
.ADpop-modal-footer {
  height: 5rem;
}

.ADpop-icon {
  position: absolute;
  width: 70px;
  height: 70px;
  top: -20px;
  /* background-color: #ff4d00; */
  /* color: #fff; */
  font-size: 30px;
  /* text-align: center; */
  line-height: 70px;
  box-shadow: 10px 6px 15px 5px rgb(255 134 0 / 20%);
}
  
/* Add Animation */
@-webkit-keyframes slideIn {
  from {bottom: -300px; opacity: 0} 
  to {bottom: 0; opacity: 1}
}

@keyframes slideIn {
  from {bottom: -300px; opacity: 0}
  to {bottom: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}

@keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}
/* 廣告 上彈跳 The Modal (background) */


/* 提醒對話框 部分共用 */
/* The Modal (background) */
.alertDialog-modal {
  display: none; /* default -> none / block */
  position: fixed; /* Stay in place */
  z-index: 20; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0,0,0,0.4);
  padding-top: 50px;
  text-align: center;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto 5% auto;
  width: 90%;
  border-radius: 1.5rem;
}

.container {
  padding: 16px;
  text-align: center;
}

/* The Modal Close Button (x) */
.close {
  /* position: absolute; */
  /* right: 16px; */
  /* top: 16px; */
  font-size: 36px;
  font-weight: bold;
  color: #f1f1f1;
}

.close:hover,
.close:focus {
  color: #f44336;
  cursor: pointer;
}


/* Change styles for cancel button and delete button on extra small screens */
/* @media screen and (max-width: 300px) {
  .cancelbtn, .deletebtn {
     width: 100%;
  }
} */

/* 提醒對話框 end */

/* 點餐面板 */
/* The Modal (background) */
.foodPanel-modal {
  display: none; /* Hidden by default --> none / block */
  position: fixed; /* Stay in place */
  z-index: 10; /* Sit on top */
  left: 0;
  top: 0;
  width: 100vw; /* Full width */
  height: 100vh; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: var(--mainCore);
  /* padding-top: 50px; */
  background-image: url(../assets/images/fpbgimg_a.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}
.foodPanel-modal2 {
  background-image: url(../assets/images/fpbgimg_b.jpg);
}

/* 主圖 */
.foodHeadimg {
  padding: 0 25%;
  position: sticky;
  z-index: 30;
}

.foodPanel_imgBox {
  background-color: rgb(207, 207, 207);
  position: relative;
  width: 100%;
  /* height: 13rem; */
  padding-top: 100%;
  text-align: center;
  overflow: hidden;
  /* background-image: url(../assets/images/dfimg.jpg); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: 10px 5px 15px 5px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.foodPanel_imgBox img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  font-size: 20px;
  color: white;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-position: center center;
  object-fit: cover;
  vertical-align: middle;
  display: inline-block;
}

/* Modal Content/Box */
.foodPanel-content {
  /* background-color: #fefefe; */
  margin: 0% auto 0% auto;
  width: 100%;
  height: 100%;
  /* padding-top: 50px; */
  /* position: absolute; */
  /* top: 10rem; */
  margin-top: -100px;

}

/* Add padding and center-align text to the container */
.fp-container {
  padding: 120px 16px 16px 16px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 1.5rem 1.5rem 0 0;
  box-shadow: 0px -8px 15px 0px rgba(0, 0, 0, 0.3);
  z-index: 1;

}

/* 返回 Btn */
.backtrack {
  position: absolute;
  left: 12px;
  top: 8px;
  font-size: 24px;
  /* font-weight: bold; */
  color: #ffffff;
}

.fp-topbar {
  background-image: url(../assets/images/fpbgimg_a.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  z-index: 1;
}
.fp-topbar2 {
  background-image: url(../assets/images/fpbgimg_b.jpg);
}

/* Float cancel and delete buttons and add an equal width */
.FPcancel_btn, .addCart_btn {
  float: left;
  width: 45%;
  margin: 2.5%;
}

/* Add a color to the cancel button */
.FPcancel_btn {
  background-color: #ccc;
  color: black;
}

/* Add a color to the delete button */
.addCart_btn {
  background-color: #f44336;
}

/* Clear floats */
.fpBtnfix::after {
  content: "";
  clear: both;
  display: table;
}

/***** 登入 Radio *****/
/* The container */
.radio-container {
  display: block;
  position: relative;
  padding: 8px 8px 8px 32px;
  margin-top: 8px;
  /* margin-bottom: 8px; */
  cursor: pointer;
  font-size: 16px;
  /* text-align: start; */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 10px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* checked, 按下後底色 */
.radio-container input:checked ~ .checkmark {
  background-color: var(--mainDeep);
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
 	top: 6px;
	left: 6px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

/* 點餐面板 end */

/* @點餐面板-點餐選項-第3層 與提醒對話框部分共用 */
.foodPanel-content-second {
  margin: 0% auto 0% auto;
  width: 100%;
  height: 100%;
  /* background-color: #fefefe; */
  /* padding-top: 50px; */
  /* position: absolute; */
  /* top: 10rem; */
  /* margin-top: -100px; */
}

.fp-container-second {
  min-height: calc(100% - 5.5rem);
  padding: 24px 16px 16px 16px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 1.5rem 1.5rem 0 0;
  box-shadow: 0px -8px 15px 0px rgba(0, 0, 0, 0.3);
  /* z-index: 1; */

}



/* 商店列表圖片 - 沿用商品圖片 */
.storelist_imgBox {
  background-color: rgb(207, 207, 207);
  position: relative;
  width: 100%;
  padding-top: 60%;
  text-align: center;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.storelist_imgBox img {
  position:  absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  font-size: 20px;
  color: white;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-position: center center;
  object-fit: cover;
  vertical-align: middle;
  display: inline-block;
}



/* Animation Timers
---------------------------------*/
.delay-02s { 
	animation-delay: 0.2s; 
	-webkit-animation-delay: 0.2s; 
}
.delay-03s { 
	animation-delay: 0.3s; 
	-webkit-animation-delay: 0.3s; 
}
.delay-04s { 
	animation-delay: 0.4s; 
	-webkit-animation-delay: 0.4s; 
}

.delay-05s { 
	animation-delay: 0.5s; 
	-webkit-animation-delay: 0.5s; 
}
.delay-06s { 
	animation-delay: 0.6s; 
	-webkit-animation-delay: 0.6s; 
}

.delay-07s { 
	animation-delay: 0.7s; 
	-webkit-animation-delay: 0.7s; 
}
.delay-08s { 
	animation-delay: 0.8s; 
	-webkit-animation-delay: 0.8s; 
}

.delay-09s { 
	animation-delay: 0.9s; 
	-webkit-animation-delay: 0.9s; 
}
.delay-1s { 
	animation-delay: 1s; 
	-webkit-animation-delay: 1s; 
}
.delay-12s { 
	animation-delay: 1.2s; 
	-webkit-animation-delay: 1.2s; 
}


