@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@700;800;900&display=swap');
@import url('https://jbltravel.com.tw/css/tour_style.css');
body {
  font-family: 'Noto Sans', 'Noto Sans TC', sans-serif;
  overflow-x: hidden;
  background-color: #FE6B5B;
}
html {
  overflow-x: hidden;
  width: 100%;
  position: relative;
  -webkit-text-size-adjust: 100%;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  padding: 10px;
  border: 1px solid #ccc;
}
img {
  max-width: 100%;
  height: auto;
}
div:focus {
  outline: none;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  color: #FE6B5B;
}
textarea {
  resize: none;
}
.gotop {
  position: fixed;
  right: 10px;
  top: 65%;
  z-index: 999;
  width: 40px;
  text-align: center;
}
.floating-btn {
  position: fixed;
  top: 50%;
  right: 10px;
  z-index: 999;
  width: 40px;
}
.floating-btn a, .floating-btn a:hover {
  color: #fff;
  padding: 10px 0;
}
.img {
  width: 100%;
  aspect-ratio: 1 / 2.5;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  border-radius: 30px;
}
.img::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.6s ease-out;
}
.img:hover::before, a:hover .img::before {
  transform: scale(1.1);
}
.a_pic {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 0px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  z-index: 0;
}
.a_pic::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.6s ease-out;
}
.a_pic:hover::before, a:hover .a_pic::before {
  transform: scale(1.1);
}
.pic_img {
  width: 100%;
  aspect-ratio: 4 / 3;
  background-size: cover;
  transition: all 1s ease-out;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
/**.pic_img::before {
 width: 100%;
 height: 100%;
 background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
 position: absolute;
 top: 0;
 left: 0;
 content: '';
}**/
.spic_img {
  width: 100%;
  aspect-ratio: 4 / 2.2;
  background-size: cover;
  transition: all 1s ease-out;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}
.img_4x3 {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  position: relative;
}
.img_4x3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease-out;
}
.card:hover .img_4x3 img, a:hover .img_4x3 img {
  transform: scale(1.1);
}
.img_4x3_1 {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  position: relative;
}
.img_4x3_1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease-out;
  border-radius: 30px;
}
.card:hover .img_4x3_1 img, a:hover .img_4x3_1 img {
  transform: scale(1.1);
}
.img_21x9 {
  width: 100%;
  aspect-ratio: 21 / 9;
  overflow: hidden;
  position: relative;
}
.img_21x9 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease-out;
  border-radius: 30px;
}
.card:hover .img_21x9 img, a:hover .img_21x9 img {
  transform: scale(1.1);
}
.img_1x1 {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  position: relative;
}
.img_1x1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease-out;
}
.card:hover .img_1x1 img, a:hover .img_1x1 img {
  transform: scale(1.1);
}
/*--------------------------------------------------------------
# font-size
--------------------------------------------------------------*/
.fs_6 {
  --min-size: 14;
  --max-size: 17;
  --font-size: calc((var(--min-size) * 1px) + (var(--max-size) - var(--min-size)) * ((100cqw - 320px) / (1920 - 320)));
  font-size: clamp(var(--min-size) * 1px, var(--font-size), var(--max-size) * 1px);
}
.fs_5 {
  --min-size: 16;
  --max-size: 20;
  --font-size: calc((var(--min-size) * 1px) + (var(--max-size) - var(--min-size)) * ((100cqw - 320px) / (1920 - 320)));
  font-size: clamp(var(--min-size) * 1px, var(--font-size), var(--max-size) * 1px);
}
.fs_4 {
  --min-size: 16;
  --max-size: 24;
  --font-size: calc((var(--min-size) * 1px) + (var(--max-size) - var(--min-size)) * ((100cqw - 320px) / (1920 - 320)));
  font-size: clamp(var(--min-size) * 1px, var(--font-size), var(--max-size) * 1px);
}
.fs_3 {
  --min-size: 18;
  --max-size: 33;
  --font-size: calc((var(--min-size) * 1px) + (var(--max-size) - var(--min-size)) * ((100cqw - 320px) / (1920 - 320)));
  font-size: clamp(var(--min-size) * 1px, var(--font-size), var(--max-size) * 1px);
}
.fs_2 {
  --min-size: 26;
  --max-size: 40;
  --font-size: calc((var(--min-size) * 1px) + (var(--max-size) - var(--min-size)) * ((100cqw - 320px) / (1920 - 320)));
  font-size: clamp(var(--min-size) * 1px, var(--font-size), var(--max-size) * 1px);
}
.fs_1 {
  --min-size: 35;
  --max-size: 50;
  --font-size: calc((var(--min-size) * 1px) + (var(--max-size) - var(--min-size)) * ((100cqw - 320px) / (1920 - 320)));
  font-size: clamp(var(--min-size) * 1px, var(--font-size), var(--max-size) * 1px);
}
.fs_small {
  --min-size: 13;
  --max-size: 15;
  --font-size: calc((var(--min-size) * 1px) + (var(--max-size) - var(--min-size)) * ((100cqw - 320px) / (1920 - 320)));
  font-size: clamp(var(--min-size) * 1px, var(--font-size), var(--max-size) * 1px);
}
.font_vertical_title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: 30px;
}
.font_vertical_text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 50px;
}
/*--------------------------------------------------------------
# pagination
--------------------------------------------------------------*/
.pagination {
  justify-content: center;
}
.page-link {
  color: #333;
  border-radius: 0px;
  margin: 0 10px;
  width: 35px;
  height: 35px;
  line-height: 30px;
  padding: 0;
  background-color: #fff;
  border: 0;
  border: 2px solid #ccc;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #4EA3DA;
  border-color: #4EA3DA;
}
.page-link:hover {
  color: #fff;
  background-color: #4EA3DA;
  border-color: #4EA3DA;
}
.page-link:focus {
  z-index: 3;
  color: #fff;
  background-color: #4EA3DA;
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25);
}
.page-item:first-child .page-link {
  border-radius: 0px;
}
.page-item.active .page-link {
  border-radius: 0px;
}
.page-item:last-child .page-link {
  border-radius: 0px;
}
/*--------------------------------------------------------------
# form style
--------------------------------------------------------------*/
.form-label {
  margin: 0;
}
.form-control {
  line-height: 28px;
  border-radius: 0px;
  background-color: #fff;
  color: #999;
  border: 1px solid #eee;
  padding: 10px;
}
.form-control::placeholder {
  color: #999;
}
.form-control:focus {
  box-shadow: 0 0 0 0 transparent;
  color: #999;
  background-color: #fff;
  border: 1px solid #eee;
  padding: 10px;
}
.form-select {
  line-height: 28px;
  border-radius: 0px;
  background-color: #fff;
  color: #000;
  border: 1px solid #eee;
  padding: 10px;
}
.form-select:focus {
  box-shadow: 0 0 0 0 transparent;
  color: #000;
  background-color: #fff;
  border: 1px solid #eee;
  padding: 10px;
}
.s_form-select {
  line-height: 28px;
  border-radius: 0px;
  background-color: #fff;
  color: #000;
  border: 0;
  padding: 5px 40px 5px 0px;
}
.s_form-select:focus {
  box-shadow: 0 0 0 0 transparent;
  color: #FE6B5B;
  background-color: #fff;
  border: 0;
  padding: 5px 40px 5px 0px;
}
.form-check-input {
  border: 1px solid #FE6B5B;
  background-color: #fff;
  padding-top: 8px;
  padding-right: 8px;
  padding-left: 8px;
  padding-bottom: 8px;
}
.form-check-label {
  color: #000;
}
.form-check-input:checked {
  background-color: #FE6B5B;
  border-color: #fff;
}
/*btn*/
.btn:focus {
  box-shadow: 0 0 0 0rem rgba(0, 140, 255, 1.00);
  -webkit-box-shadow: 0 0 0 0rem rgba(0, 140, 255, 1.00);
}
.main_btn {
  color: #fff;
  background-color: #FE6B5B;
  padding: 11px 13px;
  position: relative;
  border: 1px solid #FE6B5B;
  border-radius: 10px;
}
.main_btn:hover, a:hover.main_btn {
  border: 1px solid #FE6B5B;
  color: #FE6B5B;
  background-color: #fff;
  border-radius: 10px;
}
.add_btn {
  color: #4EA3DA;
}
.line_btn{
  color: #fff;
  background-color: #07b53b;
  padding: 11px 13px;
  position: relative;
  border: 1px solid #07b53b;
  border-radius: 10px;
}
.line_btn:hover, a:hover.line_btn {
  opacity: 0.8;
      color: #fff;
}
.content {
  position: relative;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.content.expanded {
  max-height: 100%;
}
.toggle-btn {
  color: #fff;
  border: none;
  cursor: pointer;
  background: linear-gradient(135deg, #FE6B5B 0%, #FF7E6B 50%, #FFB199 100%);
  width: 100%;
  padding: 15px 15px;
  position: relative;
}
/*--------------------------------------------------------------
# table
--------------------------------------------------------------*/
.table-card {
  background: #fff;
  overflow: hidden;
  border: 1px solid #f2f2f2;
  margin: auto;
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0;
}
.table_style {
  width: 100%;
  margin-bottom: 0;
  border-collapse: separate;
  border-spacing: 0;
}
.table_style thead th {
  background: linear-gradient(135deg, #ff8b7d 0%, #fe6b5b 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 13px 12px;
  text-align: center;
  border: none;
  white-space: nowrap;
  letter-spacing: 1px;
}
.table_style thead th:first-child {
  width: 160px;
}
.table_style tbody tr {
  transition: all .25s ease;
}
.table_style tbody tr:nth-child(odd) {
  background: #fff;
}
.table_style tbody tr:nth-child(even) {
  background: #fff8f7;
}
.table_style tbody tr:hover {
  background: #fff1ee;
}
.table_style tbody th, .table_style tbody td {
  padding: 16px 18px;
  vertical-align: middle;
  border: none;
  border-bottom: 1px solid #f3e5e2;
}
.table_style tbody th {
  font-size: 15px;
  font-weight: 700;
  color: #e85d4f;
  background: rgba(255, 107, 91, 0.06);
  white-space: nowrap;
}
.table_style tbody td {
  font-size: 15px;
  line-height: 1.8;
  color: #444;
}
.table_style tbody tr:last-child th, .table_style tbody tr:last-child td {
  border-bottom: none;
}
.table_style tbody th, .table_style tbody td {
  padding: 13px 12px;
  font-size: 15px;
}
.table_style tbody th {
  min-width: 110px;
}
.table_style tbody td {
  min-width: 420px;
  line-height: 1.7;
}
/*--------------------------------------------------------------
# color
--------------------------------------------------------------*/
.main_bg_color {
  background-color: #4EA3DA;
}
.main_color {
  color: #4EA3DA;
}
.gray_color {
  color: #666;
}
.gray_bg_color {
  background-color: #FCF8EF;
}
.light_blue_bg_color {
  background-color: #E7F5FE;
}
.pink_bg_color {
  background-color: #FE6B5B;
}
.pink_color {
  color: #FE6B5B;
}
.round_20 {
  border-radius: 20px;
}
/*--------------------------------------------------------------
# navbar
--------------------------------------------------------------*/
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
#menu .btn-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 10px;
  font-size: 1rem;
  z-index: 1100;
}
.navbar-nav {
  margin-top: 70px;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0;
}
.dropdown-toggle::after {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 16px;
  font-family: "Font Awesome 6 Free";
  content: '\f107';
  font-weight: 700;
  border: 0;
}
.navbar-light .navbar-toggler {
  border: 1px solid #fff;
  background-color: #fff;
  padding: 0;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #FE6B5B;
}
.navbar-light .navbar-toggler:hover {
  background-color: #FE6B5B;
  color: #fff;
  border: 1px solid #FE6B5B;
}
.navbar-light .navbar-nav .nav-link {
  color: #000;
  border-bottom: 1px solid #eff0e4;
  padding: 15px 0;
}
.navbar-light .navbar-nav.show {
  color: #fff;
  background-color: #FE6B5B;
  border-radius: 0px;
}
.navbar-light .navbar-nav a:hover.nav-link {
  color: #FE6B5B;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .dropdown:hover > .nav-link {
  color: #FE6B5B !important;
  background-color: transparent;
}
.dropdown-menu a:hover {
  background-color: #FE6B5B;
  color: #fff;
  border-bottom: 1px solid #FE6B5B;
}
.navbar-collapse {
  height: 100vh;
  z-index: 999;
}
.navbar-nav .nav-link {
  padding: 15px 15px;
  border-bottom: 1px solid #eee;
}
.dropdown-menu {
  border: 0;
  background-color: #fff;
  padding: 0;
}
.dropdown-item {
  padding: 15px 15px;
  border-bottom: 1px solid #eee;
}
.mt_top {
  margin-top: 70px;
}
.icon_pic img {
  width: 40px;
}
/*--------------------------------------------------------------
# owl-carousel_2
--------------------------------------------------------------*/
.owl-carousel_2 .owl-item img {
  transition: all 0.4s ease;
}
.owl-carousel_2 .owl-item img {
  opacity: 0.4;
  filter: brightness(1.15);
}
.owl-carousel_2 .owl-item.active img {
  opacity: 1;
  filter: brightness(1);
}
.owl-carousel_2 .owl-item {
  transition: transform 0.4s ease;
}
.owl-carousel_2 .owl-item:not(.active) {
  transform: scale(0.92);
}
.owl-carousel_2 .owl-item.active {
  transform: scale(1);
}
.pic_text {
  position: absolute;
  top: 30%;
  left: 5%;
  color: #fff;
  z-index: 99;
  width: 90%;
  text-align: center;
}
.pic_text h1 {
  font-size: 37px;
  font-weight: 600;
}
.pic_text p {
  font-size: 16px;
  letter-spacing: 2px;
}
/*--------------------------------------------------------------
# faq
--------------------------------------------------------------*/
.accordion-button:not(.collapsed) {
  color: #f7f7f7;
  background-color: #5399D2;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button:focus {
  z-index: 3;
  color: #f7f7f7;
  background-color: #5399D2;
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25);
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion-item {
  border-left: 5px solid #5399D2;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  border-top: 1px solid #eee;
}
/*--------------------------------------------------------------
# main
--------------------------------------------------------------*/
.banner_area {
  font-weight: 500;
  font-size: 25px;
  line-height: 40px;
  color: #000;
  position: relative;
  width: 100%
}
.banner_area::before {
  width: 20%;
  height: 2px;
  background-color: #5399D2;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
}
.banner_area::after {
  width: 20%;
  height: 2px;
  background-color: #5399D2;
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
}
.banner_area1 {
  padding: 0.5em;
  color: #494949;
  background: #fffaf4;
  border-left: solid 5px #ffaf58;
  margin-bottom: 20px;
}
.banner_area2 {
  font-weight: 500;
  font-size: 25px;
  line-height: 40px;
  color: #000;
  position: relative;
  width: 100%
}
.banner_area2::before {
  width: 50px;
  height: 2px;
  background-color: #5399D2;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
}
.banner_area2::after {
  width: 50px;
  height: 2px;
  background-color: #5399D2;
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
}
.banner_area3{
  padding:  10px 20px;
  color: #494949;
  background: #fff;
  border-left: solid 5px #ff8b7d;
  margin-bottom: 20px;
    display: inline-block;
}
.mask_area {
  position: absolute;
  top: 3%;
  left: 3%;
  text-align: center;
  font-size: 16px;
  color: #000;
  background-color: #FC3;
  padding: 20px 15px;
  width: 150px;
  min-height: 50px;
  border-radius: 50%;
  font-weight: 700;
  z-index: 99;
}
/*--------------------------------------------------------------
# tabs
--------------------------------------------------------------*/
.nav-tabs {
  border-bottom: 0;
}
.nav-tabs .nav-item {
  border: 0;
  width: 50%;
  max-width: 200px;
}
.nav-tabs .nav-link.active {
  color: #4EA3DA;
  background-color: #fff;
  border: 0;
  font-weight: 600;
}
.nav-tabs .nav-link {
  display: block;
  color: #000;
  text-decoration: none;
  background-color: #E9E3E3;
  border: 0;
  padding: 15px 15px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  color: #4EA3DA;
  background-color: #fff;
  border: 0;
  font-weight: 600;
}
/* --- 巴士外框 --- */
.bus-container {
  background-color: #fff; /* 淡藍色底 */
  border: 5px solid #ABABAB; /* 紅色邊框 */
  border-radius: 30px;
  padding: 20px;
  width: 100%; /* 固定寬度比較好控制 */
  position: relative;
}
.bus-header {
  text-align: center;
  font-weight: bold;
  color: #b30000;
  margin-bottom: 10px;
  font-size: 1.25em;
}
/* --- 網格佈局系統 (核心) --- */
.seat-map {
  display: grid;
  /* 定義5列：左位 左位 走道 右位 右位 */
  grid-template-columns: 1fr 1fr 0.6fr 1fr 1fr;
  gap: 8px; /* 座位間距 */
  align-items: center; /* 垂直置中 */
}
/* --- 座位樣式 --- */
.seat {
  height: 40px;
  background-color: #fff; /* 原始顏色：深橘/棕色 */
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  border: 1px solid #D9D9D9;
  user-select: none; /* 防止點擊時選取文字 */
  transition: all 0.2s;
}
/* 滑鼠移過去的效果 */
.seat:hover {
  opacity: 0.8;
}
/* --- 被選中的樣式 (綠色) --- */
.seat.selected {
  background-color: #FE6B5B; /* 海洋綠/深綠 */
  border-color: #FE6B5B;
  transform: scale(0.95); /* 按下去稍微縮小 */
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
  color: #fff;
}
.seat_none {
  background-color: #D9D9D9; /* 海洋綠/深綠 */
  border-color: #D9D9D9;
  color: #000;
  cursor: not-allowed;
}
/* --- 特殊區域樣式 (工作人員、樓梯、置物台) --- */
.staff {
  background-color: #D9D9D9;
  color: #000;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 60px;
  border-radius: 4px;
  line-height: 25px;
}
.stairs {
  grid-column: 1 / 3; /* 跨越左邊兩欄 */
  background-color: #fff;
  color: black;
  text-align: center;
  line-height: 30px;
  height: 30px;
  font-size: 14px;
  font-weight: bold;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}
.storage {
  grid-column: 1 / 3; /* 跨越左邊兩欄 */
  grid-row: span 2; /* 跨越兩行高度 */
  background-color: #D9D9D9; /* 橄欖綠 */
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  height: 100%;
  font-size: 16px;
}
.aisle-text {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: black;
}
/* 分隔線 */
.divider {
  grid-column: 1 / -1; /* 跨越整行 */
  height: 3px;
  background-color: #fff;
  margin: 5px 0;
  border-radius: 2px;
}
/* 最後一排中間的位置 (43號) */
.seat-center {
  grid-column: 3; /* 強制放在中間走道 */
}
/* 下方顯示選取結果 */
.result-panel {
  margin-top: 20px;
  text-align: center;
}
.c1, .c2, .c3 {
  width: 15px;
  height: 15px;
  background-color: #AF7575;
}
.c1 {
  background-color: #D9D9D9;
}
.c2 {
  background-color: #fff;
  border: 1px solid #D9D9D9;
}
.c3 {
  background-color: #FE6B5B;
}
.sv_text {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 10px;
  text-align: center;
  color: #fff;
  z-index: 6;
}
.bg_icon2 {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 400px;
  z-index: 0;
}
/*--------------------------------------------------------------
# order table
--------------------------------------------------------------*/
.custom-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.08);
}
.custom-table th {
  background-color: #f8f9fa;
  color: #555;
  font-weight: 500;
  text-align: left;
  border-bottom: none;
  padding: 12px 20px;
}
.custom-table td {
  padding: 12px 20px;
  border-bottom: 1px solid #eee;
  vertical-align: middle;
}
.custom-table th, .custom-table td {
  width: 100% !important;
  display: block;
}
/* 匯款資訊與提醒區塊 */
.remittance-info {
    background-color: #EFF9FF;
    padding: 15px;
    border-radius: 8px;
    border-left: 5px solid #4EA3DA;
    margin-bottom: 10px;
}
.remittance-notice {
  font-size: 0.9em;
  color: #666;
  background: #f1f3f5;
  padding: 12px;
  border-radius: 8px;
}
/*--------------------------------------------------------------
# about
--------------------------------------------------------------*/
.brand-label {
  font-size: 26px;
  font-weight: 600;
  color: #8b5742;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.brand-label span {
  font-size: 0.9rem;
  margin-left: 10px;
  font-weight: 400;
  opacity: 0.7;
  letter-spacing: 2px;
}
/* 段落標題框 */
.section-title {
  display: inline-flex;
  align-items: center;
  background-color: #f8e7d6;
  border-left: 4px solid #8b5742;
  padding: 15px 20px;
  margin: 20px 0;
  font-size: 1.15rem;
  font-weight: 600;
  color: #555;
}
.section-title .icon {
  margin-right: 10px;
  font-size: 1.2rem;
}
/* 重點引言 */
.quote {
  font-style: italic;
  color: #8b5742;
  border-left: 2px solid #8b5742;
  padding-left: 20px;
  margin: 30px 0;
  font-weight: 500;
}
@media (min-width:414px) {}
@media (min-width:540px) {}
@media (min-width:768px) {
  /*--------------------------------------------------------------
# table
--------------------------------------------------------------*/
  .table_style thead th {
    font-size: 20px;
    padding: 15px 16px;
  }
  .table_style tbody th, .table_style tbody td {
    padding: 15px 16px;
    font-size: 16px;
  }
  /*--------------------------------------------------------------
# main
--------------------------------------------------------------*/
  .banner_area {
    font-size: 36px;
  }
  .banner_area::before {
    width: 28%;
  }
  .banner_area::after {
    width: 28%;
  }
  /*--------------------------------------------------------------
# order table
--------------------------------------------------------------*/
  .custom-table th {
    background-color: #f8f9fa;
    color: #555;
    font-weight: 500;
    text-align: left;
    padding: 18px 24px;
    border-bottom: 1px solid #eee;
  }
  .custom-table td {
    padding: 18px 24px;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
  }
  .custom-table th {
    width: 180px !important;
    display: table-cell;
  }
  .custom-table td {
    width: auto !important;
    display: table-cell;
  }
}
@media (max-width: 991px) {
  /*--------------------------------------------------------------
# navbar
--------------------------------------------------------------*/
  .navbar-collapse {
    position: fixed;
    top: 0px;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #FCF8EF;
    transition: right 0.3s ease-in-out;
    z-index: 1050;
    padding: 1rem;
    max-width: 300px;
  }
  .navbar-collapse.show {
    right: 0;
    z-index: 1050;
  }
}
@media (min-width:992px) {
  /*--------------------------------------------------------------
# navbar
--------------------------------------------------------------*/
  .navbar-nav {
    margin-top: 0px;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    justify-content: flex-end;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 5px;
  }
  .dropdown-toggle::after {
    display: none;
  }
  .navbar-nav .nav-link {
    border: 0;
  }
  .navbar-light .navbar-nav .nav-link {
    color: #fff;
    border-bottom: 0;
  }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .dropdown:hover > .nav-link {
    background-color: #fff;
  }
  .navbar-light .navbar-nav.show {
    color: #fff;
    background-color: #FE6B5B;
    border-radius: 0px;
  }
  .navbar-light .navbar-nav .nav-link {
    border-bottom: 0;
  }
  .navbar-collapse {
    height: auto;
  }
  .nav-item .nav-link {
    position: relative;
  }
  .nav-link {
    padding: 15px 0;
    border-bottom: 0;
  }
  .dropdown-item {
    padding: 15px;
    border-bottom: 1px solid #eee;
  }
  .dropdown-menu {
    padding: 0;
    border-radius: 0px;
  }
  .mt_top {
    margin-top: 60px;
  }
  .pic_img {
    aspect-ratio: 2 / 0.8;
  }
  .pic_text h1 {
    font-size: 50px;
  }
  .pic_text p {
    font-size: 28px;
  }
  .spic_img {
    aspect-ratio: 2 / 0.75;
  }
  /*--------------------------------------------------------------
# main
--------------------------------------------------------------*/
}
@media (min-width:1200px) {
  /*--------------------------------------------------------------
# navbar
--------------------------------------------------------------*/
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 15px;
  }
  .img {
    aspect-ratio: 1 / 2;
  }
  .pic_img {
    aspect-ratio: 2 / 0.5;
  }
  .pic_text h1 {
    font-size: 65px;
  }
  .pic_text p {
    font-size: 30px;
  }
  .spic_img {
    aspect-ratio: 2 / 0.65;
  }
  .gotop {
    width: 50px;
  }
  .floating-btn {
    width: 50px;
  }
}
@media (min-width:1400px) {
  /*--------------------------------------------------------------
# main
--------------------------------------------------------------*/
  .banner_area::before {
    width: 35%;
  }
  .banner_area::after {
    width: 35%;
  }
}