@charset "UTF-8";
/***************************************
    copyright by MaxWeb.com.tw 
***************************************/
/*-------------------------------------------------
 區隔的標題
--------------------------------------------------*/
.canvas_post {
  min-height: 300px;
}

.canvas_post img {
  max-width: 100%;
  height: auto;
}

.booking-section {
  max-width: 1200px;
  margin: auto;
}
.booking-section h2 {
  margin-bottom: 20px;
}
.booking-section .booking-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.booking-card {
  width: 100%;
  background-color: #f0f0f0;
  padding: 30px 50px;
  text-align: left;
}
.booking-card:first-child {
  border-left: 8px solid #a8f7de;
}
.booking-card:nth-of-type(2) {
  border-left: 8px solid #83c8b3;
}
.booking-card:nth-of-type(3) {
  border-left: 8px solid #5ab191;
}
.booking-card .booking-title {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 12px;
}

.badge {
  padding: 2px 10px;
  border-radius: 20px;
  font-size: 12px;
}
.badge.badge-open {
  color: #f89e3e;
  border: 2px solid #f89e3e;
}
.badge.badge-closure {
  color: #db3964;
  border: 2px solid #db3964;
}

.booking-link {
  display: flex;
  justify-content: flex-end;
}
.booking-link a.booking-btn {
  display: inline-block;
  background-color: #3cc5a0;
  color: white;
  border: none;
  padding: 6px 20px;
  border-radius: 30px;
  font-size: 16px;
  margin-top: 12px;
}
.booking-link a.booking-btn:hover {
  background-color: #42a382;
}

.cell_probiotice .sec_u8 .content_box .title_white {
  max-width: 505px;
  border-radius: 30px;
  border: 2px solid;
  margin: 20px auto 40px;
  font-weight: 400;
}

.cell_probiotice .sec_u8 .content_box .title_orange {
  max-width: 243px;
  background-color: #F3A377;
  border-radius: 25px;
  color: #FFF;
  margin: 10px auto;
}

.cell_probiotice .sec_u8 .content_box .content_image img {
  height: 250px;
}

.cell_probiotice .sec_u13 .content_box {
  margin: 60px auto 0;
}

.cell_probiotice .sec_u13 .content_box .content_items {
  justify-content: space-evenly;
  gap: 20px;
}

.cell_probiotice .sec_u11 .title_box h2 {
  font-size: 2.6rem;
  background-color: #55BA9C;
  max-width: 264px;
  color: #FFF;
  border-radius: 30px;
  margin: 20px auto;
}

.cell_probiotice .slide_box_c {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 40px;
}

.cell_probiotice .sec_u12 {
  background: url(../../../../cufiles/files/strawberry.png) no-repeat;
  background-position: center;
}

.cell_probiotice .sec_u12 .slide_box {
  gap: 60px;
  /* margin-bottom: 100px; */
}

.cell_probiotice .sec_u12 .slide_box .content_image img {
  max-width: 100%;
  width: unset;
}

/*-------------------------------------------- 
	Media Queries 
---------------------------------------------*/
/* Generic Table Styles */
.canvas_post table, .application-post-content table {
  width: 100% !important;
  max-width: 100% !important;
  margin: 30px 0 !important;
  border-collapse: collapse !important;
  background-color: #ffffff !important;
  border: 0px solid transparent !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
  font-size: 15px !important;
}

.canvas_post table *, .application-post-content table * {
  border-top: 0px solid transparent !important;
  border-left: 0px solid transparent !important;
  border-right: 0px solid transparent !important;
}

.canvas_post table thead, .application-post-content table thead {
  background-color: #8fc31f !important;
  color: #ffffff !important;
}

.canvas_post table thead th, .application-post-content table thead th,
.canvas_post table th, .application-post-content table th {
  background-color: #8fc31f !important;
  color: #ffffff !important;
  padding: 15px 20px !important;
  font-weight: 600 !important;
  text-align: left !important;
  border-bottom: 0px solid transparent !important;
  letter-spacing: 0.5px !important;
}

.canvas_post table tbody tr, .application-post-content table tbody tr {
  border-bottom: 1px solid #f0f0f0 !important;
  transition: background-color 0.2s ease !important;
}

.canvas_post table tbody tr:nth-of-type(even), .application-post-content table tbody tr:nth-of-type(even) {
  background-color: #fafbfc !important;
}

.canvas_post table tbody tr:hover, .application-post-content table tbody tr:hover {
  background-color: #f5f9f0 !important;
}

.canvas_post table tbody tr:last-of-type, .application-post-content table tbody tr:last-of-type {
  border-bottom: 2px solid #8fc31f !important;
}

.canvas_post table tbody td, .application-post-content table tbody td {
  padding: 15px 20px !important;
  color: #555555 !important;
  line-height: 1.6 !important;
  border-bottom: 0px solid transparent !important;
  background-color: transparent !important;
}

@media screen and (max-width: 768px) {
  .canvas_post table, .application-post-content table {
    overflow-x: auto !important;
    overflow: visible !important;
    box-shadow: none !important;
  }

  .canvas_post table td, .application-post-content table td,
  .canvas_post table th, .application-post-content table th {
    padding: 12px 14px !important;
    font-size: 14px !important;
  }
}

/* Portrait and Landscape */
/*@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
}*/
/*iPad Pro*/
@media screen and (max-width: 1279px) {
  .copy {
    padding-top: 0;
  }
}
/*iPad*/
/*iPhoe*/
@media screen and (max-width: 760px) {
  .booking-card {
    padding: 20px;
  }
  /* .cell_probiotice .slide_box_c {
    flex-wrap: nowrap;
  } */
  .cell_probiotice .slide_box_c {
    gap: 20px;
  }
  .cell_probiotice .applicable_groups {
    flex: 1 0 42%;
  }
  .cell_probiotice .applicable_groups .w_50 {
    width: 50%;
  }
}