:root {
  --primary: #4f7920;
  --success: #9ed157;
  --warning: #ffd920;
  --blue: hsla(200, 50%, 50%, 1);
  --green: hsla(90, 50%, 45%, 1);
}
/*.navbar-brand{
    width: clamp(20rem,80%,40rem);
}
.navbar-brand img{
    height: auto;
}*/
.btn-warning {
  background-color: var(--warning);
  border-color: var(--warning);
}

.section_fast .item .title {
  font-size: clamp(2.4rem, 0.63vw + 2.4rem, 4rem);
}
.item_button a {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .section_fast .item {
    aspect-ratio: 1 / 1;
  }
}

.quick_link {
  font-size: 3rem;
  font-weight: 600;
  border-radius: 2rem;
  padding: 2rem;
}
.info_title {
  display: flex;
  color: var(--primary);
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.5;
  justify-content: flex-start;
  align-items: center;
}
.info_title::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 2rem solid var(--warning);
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
  margin-right: 0.5rem;
}
@media screen and (max-width: 576px) {
  .info_title {
    font-size: 3rem;
  }
}
.box {
  display: block;
  border-radius: 2rem;
  margin-bottom: 2rem;
}
.box_no {
  display: block;
  background-color: var(--warning);
  color: #000;
  font-size: 3rem;
  font-weight: 600;
  border-radius: 2rem 2rem 0 0;
  padding: 0.5rem 2rem 0.5rem 4rem;
  position: relative;
}
.box1 .box_no {
  background-color: var(--blue);
  color: #fff;
  border: 2px solid var(--blue);
}
.box2 .box_no {
  background-color: var(--green);
  color: #fff;
  border: 2px solid var(--green);
}

.box_no > i {
  display: inline-block;
  font-size: 5rem;
  color: var(--warning);
  transform: rotateZ(-15deg);
  position: absolute;
  left: -1rem;
  top: -1rem;
}
.box_no .btn {
  display: block;
  font-size: 1.6rem;
  padding: 0.5rem 1rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
}
.box_content {
  background-color: hsl(85, 55%, 90%);
  border-radius: 0 0 2rem 2rem;
  padding: 2rem;
}
.box1 .box_content {
  background-color: hsla(200, 50%, 95%, 1);
  border: 2px solid var(--blue);
}
.box2 .box_content {
  background-color: hsla(100, 50%, 95%, 1);
  border: 2px solid var(--green);
}

.proccess_arrow {
  display: block;
  width: clamp(30rem, 50%, 40rem);
  background-color: hsl(0, 0%, 20%);
  color: var(--warning);
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  padding: 3rem 2rem 0rem;
  margin: -4rem auto 2rem auto;
  position: relative;
  overflow: visible;
  z-index: 1;
}
.proccess_arrow::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 4rem solid hsl(0, 0%, 20%);
  border-left: 32rem solid transparent;
  border-right: 32rem solid transparent;
  border-bottom: none;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}
@media screen and (max-width: 991px) {
  .proccess_arrow {
    width: 24rem;
    font-size: 2.4rem;
    padding: 2rem 2rem 0rem;
    margin: -2rem auto 2rem auto;
  }
  .proccess_arrow::before {
    border-top: 3rem solid hsl(0, 0%, 20%);
    border-left: 16rem solid transparent;
    border-right: 16rem solid transparent;
  }
}
@media screen and (max-width: 576px) {
  .proccess_arrow {
    width: 22rem;
  }
}

.info_content {
  border: 0.2rem solid var(--green);
  border-radius: 2rem;
  padding: 2rem;
}

.text-right {
  text-align: right !important;
}
.text-danger {
  color: hsl(-10, 80%, 50%) !important;
}
.step_list {
  list-style: none;
  padding: 1.5rem 0 0;
  margin: 0;
}
.step_list li {
  display: flex;
  background-color: hsl(60, 50%, 90%);
  line-height: 1.5;
  justify-content: flex-start;
  align-items: center;
  border-radius: 3.3rem;
  border-bottom: 3rem;
  margin-bottom: 1.5rem;
}
.step_no {
  display: inline-block;
  width: 6.5rem;
  height: 6.5rem;
  flex: 0 0 6.5rem;
  background-color: var(--warning);
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  outline: 2px solid var(--warning);
  border-radius: 50%;
  padding: 1rem;
  margin-right: 0.7rem;
}
.step_no span {
  display: block;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
}
.step_list i {
  font-size: 2rem;
  margin-left: 0.5rem;
  padding: 0.5rem;
}
.step5 {
  position: relative;
  z-index: 1;
}
.step5 img {
  display: block;
  position: relative;
  z-index: -1;
}
.step5 .text1 {
  display: flex;
  background-color: hsla(100, 50%, 90%, 0.8);
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
  justify-content: center;
  align-items: center;
  border: 0.2rem solid var(--green);
  border-radius: 2rem;
  box-shadow: 0.5rem 0.5rem 1rem hsla(0, 0%, 50%, 0.25);
  padding: 2rem 4rem;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .step5 .text1 {
    width: 60%;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 576px) {
  .step_list li {
    font-size: 1.6rem;
  }
  .step5 .text1 {
    width: 100%;
    font-size: 1.8rem;
    padding: 1rem;
    margin-bottom: 1rem;
    position: static;
    transform: translateX(0%);
  }
}

.modal-header {
  background-color: var(--primary);
  color: #fff;

  padding: 1rem 1.5rem;
}
.modal-header .btn-close {
  color: #fff;
}
.modal-title {
  font-size: 2.6rem;
  font-weight: 600;
}
.modal-footer {
  background-color: hsla(100, 50%, 95%, 1);
  padding: 1rem 1.5rem;
}

.title {
  display: block;
  color: #000;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
  padding: 0 1rem 1.5rem;
  position: relative;
  z-index: 1;
}
.title i {
  color: var(--primary);
}
.title::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--primary);
  position: absolute;
  bottom: 1rem;
  left: 0;
  opacity: 0.2;
}
.start_btn {
  display: inline-block;
  background-color: var(--success);
  text-align: center;
  vertical-align: middle;
  border-color: var(--success);
  border-radius: 4rem;
  padding: 1.6rem 3.2rem;
  margin: 0;
  position: relative;
}
.start_btn .circle {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background-color: #fff;
  color: var(--success);
  text-align: center;
  vertical-align: middle;
  line-height: 2.8rem;
  border-radius: 50%;
  margin-right: 1rem;
  position: relative;
  overflow: hidden;
}
.start_btn i {
  color: var(--success);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.start_btn:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}
.start_btn:hover i {
  color: var(--primary);
  transform: translate(-50%, -50%);
  animation-name: iconmv;
  animation-duration: 0.5s;
}

@keyframes iconmv {
  0% {
    color: var(--success);
    transform: translate(-50%, -50%);
  }
  49.9% {
    transform: translate(100%, -50%);
  }
  50% {
    transform: translate(-100%, -50%);
  }
  100% {
    color: var(--primary);
    transform: translate(-50%, -50%);
  }
}

.work_sheet {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0rem;
  position: relative;
}
.center_sheet {
  display: flex;
  flex: 1 1 20rem;
  width: 30%;
  aspect-ratio: 1 / 1;
  background-color: #f7f7f7;
  flex: 1;
  flex-direction: column;
  flex-wrap: wrap;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  justify-content: center;
  align-items: center;
  align-self: center;
  border-radius: 50%;
  box-shadow: 0 0 3px 3px hsla(0, 0%, 0%, 0.1) inset;
  padding: 2rem;
  margin: 1rem 5rem;
  position: relative;
}
.center_sheet::before {
  content: "";
  display: block;
  width: calc(100% - 2rem);
  aspect-ratio: 1 / 1;
  background-color: transparent;
  border-radius: 50%;
  box-shadow: 0 0 3px 3px hsla(0, 0%, 0%, 0.1);
  position: absolute;
  left: 1rem;
  top: 1rem;
}
.center_sheet::after {
  content: "";
  display: block;
  width: 60%;
  aspect-ratio: 1 / 1;
  background-image: url(../images/bear.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: -25%;
  transform: translateX(-50%);
}
.center_sheet h3 {
  display: block;
  width: 90%;
  font-size: 3.6rem;
  font-weight: 600;
  border-bottom: 1px solid hsla(0, 0%, 0%, 0.1);
  padding: 20% 0 1rem;
  margin-bottom: 1rem;
}
.center_sheet p {
  font-size: 1.8rem;
  line-height: 1.5;
}
.center_sheet span {
  font-size: 2.4rem;
  font-weight: 600;
}

.left_sheet {
  flex: 1 1 20rem;
  justify-content: flex-end;
}
.right_sheet {
  flex: 1 1 20rem;
  background-color: hsla(100, 50%, 95%, 0);
  justify-content: flex-start;
  border: 0px solid var(--green);
}
@media screen and (max-width: 1024px) {
  .work_sheet {
    justify-content: center;
    padding: 0 0rem 0 1.5rem;
  }
  .center_sheet {
    flex: 0 0 50%;
    width: 50%;
    margin: 10rem 20% 3rem;
    order: 0;
  }
  .left_sheet {
    flex: 1 1 30%;
    width: 30%;
    margin: 0 2rem 3rem 2rem;
    order: 1;
  }
  .right_sheet {
    flex: 1 1 30%;
    width: 30%;
    margin: 0 2rem 3rem 2rem;
    order: 2;
  }
}
@media screen and (max-width: 576px) {
  .work_sheet {
    padding: 0 1rem 0 2rem;
  }
  .center_sheet {
    flex: 1 1 100%;
    width: 100%;
    margin: 2rem 2rem 3rem;
    order: 0;
  }
  .center_sheet::after {
    width: 45%;
    left: 50%;
    top: -15%;
    transform: translateX(-50%);
  }
  .center_sheet h3 {
    display: block;
    width: 90%;
    font-size: 2.6rem;
  }
  .center_sheet p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .left_sheet {
    flex: 1 1 100%;
    width: 100%;
    justify-content: center;
    margin: 0 0rem 3rem 0rem;
    order: 1;
  }
  .right_sheet {
    flex: 1 1 100%;
    width: 100%;
    justify-content: center;
    margin: 0 0rem 3rem 0rem;
    order: 2;
  }
}
.sheet_head {
  display: block;
  font-size: 3.6rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 5rem;
}
.sheet_head.head1 {
  color: var(--blue);
  /* text-align: right; */
  vertical-align: middle;
  padding: 0;
}

.sheet_head.head1 a {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  background-color: var(--blue);
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.3;
  text-align: center;
  vertical-align: middle;
  padding: 0.5rem;
  border-radius: 0.5rem;
}
.sheet_head.head2 {
  color: var(--green);
  /* text-align: left; */
  vertical-align: middle;
  padding: 0;
}
.sheet_head.head2 a {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  background-color: var(--green);
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.3;
  text-align: center;
  vertical-align: middle;
  padding: 0.5rem;
  border-radius: 0.5rem;
}

@media screen and (max-width: 991px) {
  .sheet_head {
    font-size: 2.4rem;
    text-align: left;
    justify-content: flex-start;
    margin-bottom: 4rem;
  }
}
.sheet_body {
  position: relative;
}
.sheet_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 2rem;
  padding: 4rem 1.5rem 1rem;
  margin: 0 0 5rem;
  position: relative;
  z-index: 1;
}
.sheet_box.box1 {
  border: 2px solid var(--blue);
}
.sheet_box.box2 {
  border: 2px solid var(--green);
}
.sheet_box h4 {
  display: block;
  width: 90%;
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
  border-radius: 2rem;
  padding: 1rem 2rem 1rem 5rem;
  position: absolute;
  left: 1.5rem;
  top: -3rem;
}
.sheet_box.box1 h4 {
  background-color: var(--blue);
}
.sheet_box.box2 h4 {
  background-color: var(--green);
}
.sheet_box p {
  display: inline-block;
  font-size: 1.6rem;
  border-radius: 3rem;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
}
.sheet_box.box1 p {
  background-color: hsla(200, 50%, 95%, 1);
}
.sheet_box.box2 p {
  background-color: hsla(100, 50%, 95%, 1);
}

.dec {
  width: 8rem;
  height: 8rem;
  background-color: #eee;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  padding: 1.5rem;
  position: absolute;
  left: -3rem;
  top: 0rem;
  transform: translateY(-50%);
  z-index: 1;
}
.dec img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}

.sheet_box.box1 .dec {
  background-color: var(--blue);
  filter: brightness(150%) grayscale(40%);
}
.sheet_box.box2 .dec {
  background-color: var(--green);
  filter: brightness(130%) grayscale(40%);
}
@media screen and (max-width: 991px) {
  .sheet_box h4 {
    width: 90%;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .dec {
    width: 6rem;
    height: 6rem;
    left: -2rem;
  }
  .sheet_box {
    font-size: 1.6rem;
    padding: 3rem 1rem 1rem;
  }
  .sheet_box h4 {
    width: 95%;
    font-size: 2rem;
    padding: 0.5rem 1rem 0.5rem 5rem;
    position: absolute;
    left: 0rem;
    top: -2rem;
  }
  .sheet_box p {
    font-size: 1.4rem;
  }
}

.sum_sec {
  display: inline-flex;
  width: auto;
  border: 2px solid var(--warning);
  border-radius: 2rem;
  padding: 0;
  margin: 0 auto 1rem;
  overflow: hidden;
}
.sum_sec > div {
  display: flex;
  align-items: center;
  padding: 1.5rem;
}
.sum_sec > div:first-child {
  background-color: var(--warning);
  color: #fff;
}
.sum_sec .btn {
  aspect-ratio: 1 / 1;
  font-weight: 600;
  border-radius: 50%;
  padding: 1.5rem;
  margin-left: 2rem;
}

@media screen and (max-width: 576px) {
  .sum_sec {
    flex-wrap: nowrap;
    font-size: 1.6rem;
  }
  .sum_sec > div {
    max-width: 50%;
    padding: 1rem;
  }
  .sum_sec .btn {
    margin-left: 1rem;
  }
}

.small {
  font-size: 1.4rem;
}

.table_product {
  border-color: #ddd;
}

.table_product tr,
.table_product td {
  border-color: #ddd;
}
@media (max-width: 992px) {
  .table_product td:before {
    background-color: var(--green);
    color: #fff;
  }
}

/*== 市場夜市補助範圍 ==*/
.table.night thead tr th,
.table.business thead tr th {
	color: #faebc7;
	background-color: #db8217;
}
.table.night tbody tr td:last-child,
.table.night tbody tr td:nth-last-child(2),
.table.business tbody tr:not(:has(td:only-child)) td:last-child {
	text-align: start;
}
.table_custom_1.table.night tbody>tr:nth-of-type(even)>*,
.table.business tbody tr.bg_color td {
	--bs-table-bg: #faebc7;
	background-color: #faebc7;
}
.table_custom_1.business tbody>tr:nth-of-type(even)>* {
  --bs-table-bg: #fff;
	background-color: #fff;
}

@media (max-width: 992px) {
	.table td:before {
		color: #faebc7;
	}
	.table_custom_1 td:after {
		background: #db8217;
	}
}

	.container2 {
	  max-width: 80%;
	  margin: 0 auto; /* 置中 */
	}

	.details-box2 {
	  margin-bottom: 15px;
	  border: 1px solid #ccc;
	  padding: 10px;
	  border-radius: 6px;
	  background: #fafafa;
	}

	summary {
	  background-color: #247984;
	  color: #fff;
	  padding: 10px;
	  font-size: 16px;
	  cursor: pointer;
	  border-radius: 4px;
	}

	summary:focus {
	  outline: 2px solid #000;
	}
	
.offcanvas-scrollable {
    flex: 1 1 auto;                 /* 剩餘空間填滿父容器 */
    /*overflow-y: auto;                 超出就滾動 */
    -webkit-overflow-scrolling: touch; /* iOS滑動順暢 */
}

@media (min-width: 500px) {
.navbar-expand-lg .navbar-nav {
    flex-direction: row; 
}
}