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

/* YouTube Responsive Wrapper */
.canvas_post iframe,
.canvas_post embed,
.canvas_post object,
.canvas_post video {
  max-width: 100%;
}

/* Auto-wrap long iframes for aspect ratio */
.canvas_post iframe[src*="youtube.com"],
.canvas_post iframe[src*="youtu.be"] {
  width: 100% !important;
  aspect-ratio: 16 / 9;
  height: auto !important;
  margin: 20px 0;
}

/* Legacy support for padding-top hack if needed by user HTML */
.video_container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.video_container iframe,
.video_container object,
.video_container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.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;
}

.title_center {
  text-align: center;
}

/*-------------------------------------------- 
	Media Queries 
---------------------------------------------*/
/* 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%;
  }
}

/* ============================================
   Post Switch Tab Navigation Styles
   ============================================ */

/* Post Switch Container */
.post_switch_container {
  max-width: 1200px !important;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
}

/* 單篇文章頁：讓 tab 突破 1024px 限制,使用 1200px */
.canvas_post .post_switch_container {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -600px;
  margin-right: -600px;
  width: 1200px;
  max-width: 1200px;
}

/* 小螢幕時恢復正常寬度 */
@media screen and (max-width: 1240px) {
  .canvas_post .post_switch_container {
    position: static;
    left: auto;
    right: auto;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
  }
}

/* Post Switch Navigation */
.post_switch_nav {
  border-bottom: 1px solid #eee;
  margin: 0px 0 40px;
}
.post_switch_nav .tab_title_box {
  display: flex;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
  margin: 0;
}
.post_switch_nav .tab_title_box li a {
  text-decoration: none;
  color: #888;
  transition: all 0.3s ease;
  position: relative;
}

/* Tabs with icon */
.post_switch_nav.has-icon .tab_title_box {
  gap: 40px;
}
.post_switch_nav.has-icon .tab_title_box li a {
  min-width: 100px;
}
.post_switch_nav.has-icon .tab_title_box li a .icon_circle {
  width: 100px;
  height: 100px;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.post_switch_nav.has-icon .tab_title_box li a .icon_circle img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  filter: grayscale(1);
  opacity: 0.6;
}
.post_switch_nav.has-icon .tab_title_box li a .label_box {
    display: block;
    position: relative;
    align-items: center;
    text-align: center;
    top: -10px;
}
.post_switch_nav.has-icon .tab_title_box li a .label_box .cn_name {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin-bottom: 4px;
}
.post_switch_nav.has-icon .tab_title_box li a .label_box .en_name {
  font-size: 11px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Tabs without icon */
.post_switch_nav.no-icon {
  margin: 30px 0 40px; /* Original spacing */
  padding-bottom: 20px;
}
.post_switch_nav.no-icon .tab_title_box {
  gap: 40px;
}
.post_switch_nav.no-icon .tab_title_box li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 100px;
}
.post_switch_nav.no-icon .tab_title_box li a .cn_name {
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

/* Active State */
.post_switch_nav .tab_title_box li a.green_btn {
  color: #00A7BA;
}
.post_switch_nav.has-icon .tab_title_box li a.green_btn::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #00A7BA;
}
.post_switch_nav.no-icon .tab_title_box li a.green_btn::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -21px; /* Align with nav border */
  height: 2px;
  background-color: #00A7BA;
}
.post_switch_nav.has-icon .tab_title_box li a.green_btn .icon_circle img {
  filter: none;
  opacity: 1;
}
.post_switch_nav.has-icon .tab_title_box li a.green_btn .label_box .cn_name {
  color: #00A7BA;
}
.post_switch_nav.has-icon .tab_title_box li a.green_btn .label_box .en_name {
  color: #00A7BA;
}
.post_switch_nav.no-icon .tab_title_box li a.green_btn .cn_name {
  color: #00A7BA;
}

/* RWD for Tab Navigation */
@media screen and (max-width: 767px) {
  .post_switch_container,
  .canvas_post .post_switch_container {
    padding: 0px;
  }

  /* Navigation Tabs RWD */
  .post_switch_nav .tab_title_box {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 5px;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    scrollbar-width: none; /* Firefox */
  }
  .post_switch_nav .tab_title_box::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
  }

  .post_switch_nav.has-icon .tab_title_box {
    gap: 20px;
  }
  .post_switch_nav.has-icon .tab_title_box li a {
    min-width: 80px;
  }
  .post_switch_nav.has-icon .tab_title_box li a .icon_circle {
    width: 70px;
    height: 70px;
    margin: 0 auto;
  }
  .post_switch_nav.has-icon .tab_title_box li a .label_box {
    top: -5px;
  }
  .post_switch_nav.has-icon .tab_title_box li a .label_box .cn_name {
    font-size: 13px;
  }
  .post_switch_nav.has-icon .tab_title_box li a .label_box .en_name {
    font-size: 10px;
  }

  .post_switch_nav.no-icon .tab_title_box {
    gap: 30px;
  }
  .post_switch_nav.no-icon .tab_title_box li a {
    min-width: 60px;
  }
}

/* Small phone */
@media screen and (max-width: 480px) {
  .post_switch_nav.has-icon .tab_title_box li a .icon_circle {
    width: 60px;
    height: 60px;
  }
}