
 .text-red{
  color: #fa0000;
 }
 .text-danger {
    color: #fa0000!important;
}
.bg-danger {
    background-color: #fa0000!important;
}
 /* 使用範例：細體、一般體、粗體 */
    .noto-sans-tc-thin {
      font-family: "Noto Sans TC", sans-serif;
      font-optical-sizing: auto;
      font-weight: 200;
      font-style: normal;
    }

    .noto-sans-tc-regular {
      font-family: "Noto Sans TC", sans-serif;
      font-optical-sizing: auto;
      font-weight: 400;
      font-style: normal;
    }

    .noto-sans-tc-bold {
      font-family: "Noto Sans TC", sans-serif;
      font-optical-sizing: auto;
      font-weight: 700;
      font-style: normal;
    }

    .noto-sans-tc-heavy {
      font-family: "Noto Sans TC", sans-serif;
      font-optical-sizing: auto;
      font-weight: 900;
      font-style: normal;
    }
    /* 使用 Huninn 字型 */
    .huninn-regular {
      font-family: "Huninn", sans-serif;
      font-weight: 400;
      font-style: normal;
    }
    .montserrat-black {
      font-family: "Montserrat", sans-serif;
      font-optical-sizing: auto;
      font-weight: 900;
      font-style: normal;
    }
    .poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}


body {
  font-family: "Noto Sans TC", sans-serif;
}
/* ----- 選單 ------ */
.nav_cus .navbar-brand {
  font-size: 1.1rem;
}

.nav_cus .nav-link {
  font-weight: 500;
  font-size: 15px;
  padding-left: 1rem;
  padding-right: 1rem;
  color: #fff!important;
}
.nav_cus .nav-link:hover{
  color: #f4f4f4!important;
}
.nav_icon img{
  width: 25px;
  margin-right: 10px;
  padding-bottom: 5px;
}
/* 手機版調整字體大小 */
@media (max-width: 767px) {
  .offcanvas_cus .nav-link {
    font-weight: 700;
    font-size: 18px !important;
  }
}

/* Banner */
.homepage {
  margin: 0;
  padding: 0;
  position: relative;
}

.homepage img {
  display: block;
  width: 100%;
  height: auto;
}

/* 返點教學 */
.illustration-box {
  max-width: 800px;
  margin: 0 auto;
}

.cus_title{
	font-size: 1.5rem;
}


/* 返點流程四步驟 */
.step-item {
	border: 2px solid #36312e;
}

.step-title {
  background-color: #4a3f3f;
  color: white;
  width: 300px;
  padding: 0.4rem 0;
  border-radius: 30px;
  font-weight: 700;
  font-size: 1.2rem;
  margin: -20px auto 1rem auto;
  letter-spacing: 1.5px;
}

/* 手機版調整字體大小 */
@media (max-width: 767px) {
  .step-title {
  	width: 260px;
    font-size: 1rem;
  }
}

.step-desc {
  font-size: 1rem;
  line-height: 1.7;
  color: #444;
}

.step-contitle{
	line-height: 1.5em;
}


/* 符合條件 */
.eligible_box{
	margin-top: -200px;
	margin-bottom: 50px;
}

/* 手機版調整 */
@media (max-width: 767px) {
  .eligible_box {
  	margin-top: 0px;
  	margin-bottom: 30px;
  }
}

.requirements-box{
	border: 2px solid #36312e;
}

.requirements-box h4{
	margin-top: -25px;
	background-color: #fff;
	width: 200px;
	margin: -25px auto 0 auto;
}

.icon_size{
	width: 35px;
}

.checklist li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2.5rem;
}

.check-icon {
  font-size: 1.5rem;
  color: green;
  margin-right: 0.75rem;
  flex-shrink: 0;
  line-height: 1.3;
}

/*  購物 */
.store-section h5 {
  font-size: 1.3rem;
}

.store-box{
background-color: rgba(54,49,46,.03);
}

.store-box .col{
	margin: 20px 0;
}

.store-item {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
}

/*  */
.why-section p {
  font-size: 1.1rem;
  line-height: 1.7;
}
.text-decorate{
	text-decoration: underline;
	color: #e93336;
	font-weight: 700;
}

.highlight-box {
  background-color: #ffd66e;
  width: 270px;
  height: 20px;
  margin: -25px auto 10px auto;
}

.advantage-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #d84315;
  margin-bottom: 0.5rem;
}

.rebates_box{
	margin-top: -500px;
}
/* 手機版調整 */
@media (max-width: 767px) {
  .rebates_box{
	margin-top: -50px;
}
}

.line-btn {
  background-color: #e53935;
  padding: 0.75rem 2.5rem;
  border-radius: 999px;
  text-decoration: none;
  font-size: 1.1rem;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.line-btn:hover {
  background-color: #c62828;
  text-decoration: none;
  color: #fff;
}

/* 設定按鈕的相對定位位置 */
.line-btn-box.home {
  position: absolute;
  left: 50%;
  top: 75%; /* 調整這個值決定按鈕在背景圖的位置（例如 65% 下方） */
  transform: translateX(-50%);
  z-index: 10;
}


@media (max-width: 768px) {
  .line-btn-box.home {
    display: none;
  }
}

/* 手機版顯示，桌機版隱藏 */
@media (min-width: 768px) {
  .line-btn-box.phone {
    display: none !important;
  }
}

.line-btn-box.phone.m-4 {
    margin-top: 45px !important;
}

/* ----- LOGIN ------ */
.login-page {
  background-color: #e93336;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.login_title{
  font-size: 18px;
  letter-spacing: 1px;
}
.login_subtitle{
  font-size: 45px;
  line-height: 1.1em;
}

/* 手機版調整 */
@media (max-width: 767px) {
  .login_title,.login_subtitle{
  text-align-last: left;
}
}

.login-box {
  width: 90%;
  max-width: 500px;
}
.login-box{
  color: #36312e;
}

.btn-login {
  display: block;
  background-color: #fa0000;
  color: white;
  font-weight: normal;
  letter-spacing: 1px;
  padding: 0.3rem 1.5rem;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s;
}
.sublogin_link{
  text-decoration: underline;
}

.btn-login:hover {
  background-color: #e93336;
  color: #fff;
}



/* ----- 會員 ------ */
.grey_bg{
  background-color: #f7f7f7;
}
.marquee-container {
  width: 100%;
  overflow: hidden;
  color: #37312e;
  padding: 0.5rem 0;
  font-weight: bold;
  font-size: 1rem;
  position: relative;
}

.marquee_icon{
  width: 40px;
  margin-right: 10px;
}

.marquee-content {
  display: inline-block;
  white-space: nowrap;
  padding-left: 100%;
  animation: marquee 12s linear infinite;
}

/* 動畫效果 */
@keyframes marquee {
  0%   { transform: translateX(-100%); }
  100% { transform: translateX(0); }
}

.user-info h2{
  font-size: 40px;
}
.user-info h4{
  font-size: 25px;
}
.user-photo {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border: 2px solid #eee;
}


.icon-grid {
  font-size: 13px;
}
.icon-grid img {
  width: 80px;
  height: 80px;
}



.function-buttons .btn {
  padding: 1.2rem 1.5rem;
  border-radius: 15px;
  font-weight: bold;
  font-size: 1rem;
  color: #fff;
  border: none;
  outline: none;
}

.btn-title {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 0.2rem;
}

.btn-sub {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.85);
}

.btn-trip {
  background: linear-gradient(45deg, #c30312 0%, #c30312 43%, #ff7d59 100%);
}

.btn-upload {
  background: linear-gradient(135deg, #ff5450 0%,#ff5450 43%, #ffc1c2 100%);
}

.btn-form {
  background: linear-gradient(135deg, #ff9500 0%,#ff9500 43%, #f7f7f7 100%);
}

.function-icon {
  width: 55px;
  height: 55px;
}

.btn-next {
  width: 20px;
  height: 20px;
  opacity: 0.9;
  margin-top: 35px;
}

.footer {
  color: #cccccc;
  text-align: center;
  padding-top: 2rem;
}





/* ----- 建立行程 ------ */
.back_homepage img{
  width: 70px;
}
.apply_trip_title h4{
  line-height: 1.4em;
}
.apply_trip_title h5{
  font-size: 25px;
}
.apply_trip_title small{
  font-size: 16px;
}


.tab-box {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;  
}
.tab-box a{
  text-decoration: none;
  color: #37312e;
  font-size: 16px;
  font-weight: normal;
  cursor: pointer;
}
.tab-item {
  padding: 0.75rem;
}
.tab-item span{
  color: #000;
  margin: 0 20px;
}
/* 手機版調整 */
@media (max-width: 767px) {
.tab-item span{
  margin: 0 7px;
}
}

.apply_trip_form{
  background-color: #fff;
  border-radius: 10px;
}
.impput_box{
border: 1px solid #d9d9d9;
border-radius: 10px;
padding: 10px;
}
.impput_box label{
  color: #606060;
  font-size: 12px;
  margin-bottom: 3px;
}
.impput_box input::placeholder,
select {
  font-size: 16px;
  border: none;
  color: #808080;
}
.impput_box .form-control,.impput_box .form-select{
  border: none;
  padding-left: 0;
  padding-top: 0;
  color: #808080;
}

/* 控制左右欄之間 5px 間距 */
.apply_trip_form .pe-1 { padding-right: 2.5px !important; }
.apply_trip_form .ps-1 { padding-left: 2.5px !important; }

/* 強制 row 保持水平不換行 */
@media (max-width: 757px) {
  .apply_trip_form .row.no-gutters {
    flex-wrap: nowrap;
  }
  .apply_trip_form .row.no-gutters .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.notice_cus span{
  text-decoration: underline;
}

.btn_cus{
  background-color: #37312e;
  border-radius: 100px;
}




/* ----- 會員等級 ----- */
.return_title h4{
  font-size: 25px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.return_title h5{
  font-size: 23px;
}


/* 累積金額區塊 */
.user-info h5 {
  font-size: 20px;
  margin-bottom: 0;
}

.badge-label {
  background-color: #fa0000;
  color: white;
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
  font-weight: 500;
  font-size: 12px;
  margin-left: 25px;
}

.bonus-amount {
  font-size: 25px;
  margin-left: 10px;
  font-weight: 900;
}

/* 等級說明 */
.level-info {
  font-size: 12px;
  color: #555;
}

.level-info strong{
  font-size: 16px;
}

/* 會員卡 */
.card_box.container-fluid{
  padding-left: 0;
  padding-right: 0;
  background: #fff;
  border-radius: 15px;
}
/* 共通卡片樣式 */
.passport-card {
  width: 280px;
  border-radius: 12px;
  transition: transform 0.2s ease;
  flex-shrink: 0;
  margin: 0;
}

/* 容器樣式（讓左右超出部分可隱藏） */
.card-slider {
  max-width: 100%;
  overflow: hidden;
  padding: 0 12px;
}

/* 電腦版：只顯示銀卡，隱藏左右兩張 */
@media (min-width: 992px) {
  .card-left,
  .card-right {
    display: none;
  }
  .card-slider {
    justify-content: flex-start;  }
}

/* 手機版：三張都在，但靠左右邊緣露出卡角 */
@media (max-width: 991.98px) {
  .card-slider {
    justify-content: center;
    overflow: hidden;
    position: relative;
  }

  .card-left {
    transform: translateX(-20px);
    z-index: 0;
  }

  .card-right {
    transform: translateX(20px);
    z-index: 0;
  }

  .passport-card.active {
    z-index: 1;
  }
}

@media (min-width: 992px) {
  .card-slider {
    max-width: 1280px;     /* Bootstrap container 預設寬度 */
    margin: 0 auto; 
    padding-left: 0;
    padding-right: 0;        /* 水平置中（靠左已設定的話可移除） */
  }
}


/* 按鈕連結 */
.check-link {
  text-decoration: underline;
  color: #333;
  font-size: 15px;
  font-weight: 500;
}


/* ----- 完整行程 ----- */
.grey_font{
  color: #cccccc!important;
}
.grey_bg .step-box{
  background-color: #fff;
}
/* 步驟區塊外框：紅色虛線 */
.full_trip_step .border-step {
  position: relative;
  padding-top: 2rem; /* 為壓過的標題預留空間 */
}
.border-step_1{
  border-top: 2px dashed #ff000f;
   border-right: 2px dashed #ff000f;
}
.border-step_2{
  border-top: 2px dashed #ff000f;
   border-left: 2px dashed #ff000f;
}
.border-step_3{
  border-top: 2px dashed #ff000f;
   border-right: 2px dashed #ff000f;
}
.border-step_4{
  border-top: 2px dashed #ff000f;
}

/* 浮動圖示通用設定 */
.full_trip_step .step-floating-icon {
  position: absolute;
  width: 60px;
  z-index: 3;
}

/* 左上角 icon */
.full_trip_step .step-left-icon .step-floating-icon {
  top: -25px;
  left: -30px;
}

/* 右上角 icon */
.full_trip_step .step-right-icon .step-floating-icon {
  top: -25px;
  right: -30px;
}

/* step-title 漂浮在框外置中 */
.full_trip_step .step-title {
  width: 150px;
  background-color: #e60012;
  color: #fff;
  padding: 0.8rem 0rem;
  font-size: 16px;
  font-weight: bold;
  border-radius: 10px;
  top: 0px; /* 漂浮在上方 */
  z-index: 3;
  text-align: center;
}

/* 文字區塊 */
.full_trip_step .step-text {
  padding-left: 1rem;
}
.full_trip_step .step-text li {
  font-size: 15px;
  margin-bottom: 0.5rem;
  line-height: 1.6;
}



/* ------ 查看返點資格 ------- */
.bg_white{
  background-color: #fff;
}
.requirement-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.requirement-title {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0.2rem;
  color: #000;
}

.requirement-text {
  font-size: 14px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.6;
}



/* ------ 免稅店地圖指引 ------- */
.map_guide_box .container-fluid{
  margin-left: 0;
  margin-right: 0;
}
.map_guide_box hr{
  color: #000;
  border-top: 1px solid #000;
  opacity: 1;
}
.map_guide_box .text-link a{
  color: #000;
  text-decoration: none;
  font-size: 14px;
}

/* 預設：手機版滿版 */
.custom-container {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

/* 電腦版：限制最大寬度（與 .container 一致） */
@media (min-width: 992px) {
  .custom-container {
    max-width: 960px; /* Bootstrap .container 的 lg 寬度 */
    padding-left: 0;
    padding-right: 0;
  }
}



/* ------ 返點進度查詢 ------- */
.schedule_box img {
    width: 100%;
  }
/* 電腦版 */
@media (min-width: 992px) {
  .schedule_box img {
    width: 60%;
  }
}

.return_search_box .btn_black,
.return_search_box .btn_red{
  width: 280px;
  color: #fff;
  font-weight: 700;
  border-radius: 99px;
  margin-bottom: 30px;
}
.btn_black{
  background-color: #37312e;
  transition: all 1s;
}
.btn_black:hover{
  background-color: #161413;
}
.btn_red{
  background-color: #fa0000;
  transition: all 1s;
}
.btn_red:hover{
  background-color: #db0505;
}
.btn_underline{
  text-decoration: underline;
}
.return_search_box.modal-content{
  min-height: 600px;
  position: relative;
}
/* 電腦版 */
@media (min-width: 992px) {
  .return_search_box.modal-content{
    min-height: 800px;
  }
}
.return_search_box .carousel-item{
  height: 550px;
}
/* 電腦版 */
@media (min-width: 992px) {
  .return_search_box .carousel-item{
    height: 750px;
  }
  .return_search_box img{
    height: 550px;
    object-fit: contain;
  }
}
.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #999999;
    margin: 0 6px;
  }

  .carousel-indicators .active {
    background-color: #4d4d4d;
  }

.return_search_box .notice_cus{
  font-size: 12px;
}


/* 回饋規則 */
.rebate-info {
  font-size: 15px;
  line-height: 1.7;
}

.line-red {
  position: absolute;
  bottom: 5px;
  left: 27px;
  width: 80px;
  height: 3px;
  background-color: #ff000f;
}
@media (min-width: 992px) {
  .line-red {
    bottom: 175px;
    left: 300px;
    width: 150px;
  }
}
.title-line{
  margin-top: 20px;
  margin-bottom: 10px;
}
.title-line span{
  font-size: 18px;
}
.rebate-list > div {
  font-size: 14px;
  margin-bottom: 6px;
}

.rebate-note u {
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}



/* ----- 下載我的返點明細表 ------ */
.payment_btn_cus{
  background-color: #ff000f;
  color: #fff;
  transition: all .3s;
}

.payment_btn_cus:hover{
   background-color: #db0505;
   color: #fff;
}


/* ----- 返點計算方式 ----- */
.lightgrey_font{
  color: #d9d9d9!important;
}
.cal_font{
  font-size: 12px!important;
}
.calculate_container .card{
  border: none;
}

.calculate_container th{
  font-size: 14px!important;
}
.calculate_container td{
  font-size: 14px!important;
}
.calculate_container .small{
  font-size: 10px!important;
}

.calculate_container .bg-secondary {
    background-color: #606060!important;
}
.calculate_container .badge {
    border-radius: 99px!important;
}
.calculate_container .border-dashed {
  border-top: 1px dashed #ccc !important;
  padding-top: 20px;
}
.calculate_container .badge.bg-secondary {
  background-color: #444;
  font-weight: 400;
}

.calculate_container .badge.bg-danger {
  background-color: #fa0000;
  font-size: 14px;
  padding: 6px 12px;
  border-radius: 999px;
}

.calculate_container .table td, .calculate_container .table th {
  vertical-align: middle;
  font-size: 15px;
}



/* ----- 週邊服務一覽表 ------ */
@font-face {
  font-family: 'Mantou Black';
  src: url('../fonts/MantouSans-Regular.woff2') format('woff2'),
       url('../fonts/MantouSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.mantou {
  font-family: 'Mantou Black', sans-serif;
}
.mantou-title{
  font-size: 35px;
}

.service_cus .container-fluid{
  padding: 0;
}

.service_element img{
  width: 25%;
  padding-left: 20px;
  margin-bottom: -20px;
}


/* esim.css */
.service_cus .text-esim {
  color: #000;
  font-weight: 900;
}
.service_cus .link_cus{
  font-size: 20px;
}

.service_cus .icon-check {
  width: 28px;
  height: 28px;
}
.service_cus li{
  font-size: 18px;
  color: #000;
}

.service_cus .discount-box {
  border: 2px solid #e60012;
  background-color: #fff;
  position: relative;
  padding-top: 2.5rem;
}

.service_cus .discount-label {
  background-color: #e60012;
  color: white;
  padding: 0.25rem 1rem;
  margin-left: 20px;
  font-size: 16px!important;
  font-weight: 700;
  border-radius: 99px;
  font-size: 14px;
  top: 0;
  left: 0;
}

.service_cus .discount-box p{
  font-size: 20px!important;
}

.service_cus .discount-box span{
  font-size: 30px;
}
.service_cus .discount-box .strong_cus{
  font-size: 30px;
  font-weight: 400;
}

.service_cus .text-code {
  color: #000;
  font-weight: 700;
}
.service_cus .small_cus{
  font-size: 14px;
}

.pickup-info .border {
  border: 2px solid #999;
}
.service_cus .small,.service_cus small{
  font-size: 16px!important;
}
.service_cus  .pickup_title_cus{
  width: 200px;
  background-color: #fff;
  padding: 0;
  margin: -30px auto 0 auto;
}
.service_cus .dashed-line {
  position: relative;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}

.service_cus .dashed-line::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  border-bottom: 2px dashed #000;
  z-index: 0;
}

.service_cus .dashed-line .line-text,
.service_cus .dashed-line .fw-bold {
  background-color: #fff; /* 若有其他背景色請調整 */
  z-index: 1;
  position: relative;
}
.service_cus .dashed-line .fw-bold{
  font-size: 23px!important;
  padding-left: 15px;
}
.service_cus .dashed-line .line-text{
  font-size: 18px;
  padding-right: 15px;
}
.adding_cus p{
  font-size: 18px;
}
/* 電腦版 */
@media (min-width: 992px) {
  .mantou-title{
  font-size: 75px;
}
.service_cus .link_cus{
  font-size: 30px;
}
.service_cus .icon-check {
  width: 45px;
  height: 45px;
}
.service_cus li{
   font-size: 30px;
}
.service_cus .discount-box p{
  font-size: 30px!important;
}
.service_cus .discount-box span{
  font-size: 40px;
}
.service_cus .discount-box .strong_cus{
  font-size: 40px;
  font-weight: 400;
}
.service_cus .discount-label {
  font-size: 25px!important;
}
.service_cus .dashed-line .fw-bold{
  font-size: 30px!important;
}
.service_cus .dashed-line .line-text{
  font-size: 25px;
}
.adding_cus p{
  font-size: 25px;
}
.service_cus .small,.service_cus small{
  font-size: 20px!important;
}
}

.member_icon a {
    display: block;
    text-decoration: none;
    text-align: center;
    color:#333;
}

/* ----- 更多我們 ------ */
.about_info .brown_title{
  color: #977e5b;
}
.about_info .interview-section {
  background-color: #fff;
}

.huiyu_img {
  max-width: 60px;
  margin-left: 30px;
}

.about_info .vertical-text{
  margin-top: 70px;
}

.about_info .vertical-text .title {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 1.75rem;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}

.about_info .vertical-text .intro-text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  line-height: 1.8;
}
.about_info .border-start {
    border-left: 1px solid #000!important;
    margin-left: 10px;
    position: relative;
}
.about_info .line_cus {
    position: absolute;
    top: -69px;
    left: 26px;
    width: 1px;
    height: 80px;
    background-color: #000;
    transform: rotate(45deg);
}
.about_info .name-block {
  writing-mode: horizontal-tb;
  margin-top: -50px;
  margin-left: 30px;
  color: #fff!important;
}
.about_info .name-block .sign{
  font-size: 20px;
}
.about_info .story-section{
  margin-top: -75px;
}
.about_info .story-section h6{
  color: #977e5b;
}
.about_info .story-section .small{
  margin-top: 10px;
  font-size: 11px!important;
  color: #977e5b;
}
.about_info .think_img{
  width: 100%;
  height: 650px;
  object-fit: cover;
  object-position: center center;
}
.about_info .love-img{
  width: 100%;
  height: 400px;
  object-fit:cover;
  object-position: center;
}
.about_info .disney_img{
  width: 100%;
  height: 350px;
  object-fit:cover;
  object-position: 45% 75%;
}
.about_info .bear_img{
  width: auto;
  height: 150px;
  object-fit:cover;
  object-position: 45% 75%;
}
.about_info .badminton_img{
  width: 100%;
  height: 450px;
  object-fit: cover;
  object-position: 45% 35%;
}
.about_info .garden_img{
  width: 100%;
  height: 450px;
  object-fit: cover;
  object-position: 45% 35%;
}
@media (max-width: 992px) {
  .about_info .vertical-text{
  margin-top: 0px;
}
.about_info .story-section{
  margin-top: 0;
}
.about_info .story-section .story-image{
  width: 180px;
  height: 150px;
  object-fit: cover;
}
.about_info .story-section .inner-img{
  width: 200px;
  height: 150px;
  object-fit: cover;
}
.about_info .think_img{
  height: 350px;
}

}

.about_info .section-trust {
  background-color: #fdfdfc;
}

.about_info .section-trust .section-subtitle {
  font-size: 1.125rem;
  margin-bottom: 1rem;
}

.about_info .section-trust .quote-box {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 2rem 1rem;
}

.about_info .section-trust .quote-mark {
  color: #bb8c44;
  font-size: 2rem;
  vertical-align: middle;
}

.about_info .text-brown {
  color: #6e4b1f;
}

@media (max-width: 768px) {
  .section-trust img {
    margin-bottom: 1rem;
  }
}

/* --- 全域小工具 --- */
.rounded-full { border-radius: 9999px !important; }

/* --- 桌機版：會員下拉選單美化 --- */
.user-dropdown .nav-link {
  padding: .375rem .5rem;
  border-radius: 9999px;
  transition: background-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.user-dropdown .nav-link:hover {
  background: rgba(255,255,255,.15);
  box-shadow: 0 2px 6px rgba(0,0,0,.12) inset;
}

/* 卡片風 dropdown */
.user-dropdown .dropdown-menu {
  padding: .5rem;
  border: 0;
  border-radius: .75rem;
  box-shadow: 0 12px 30px rgba(0,0,0,.16);
  min-width: 14rem;
}
.user-dropdown .dropdown-item {
  border-radius: .5rem;
  padding: .6rem .75rem;
  font-weight: 500;
}
.user-dropdown .dropdown-item:hover {
  background: #f6f7fb;
}
.user-dropdown .dropdown-divider {
  margin: .5rem 0;
}

/* 登出按鈕（桌/手共用） */
.btn-logout {
  border: 1px solid #dc3545;
  color: #dc3545;
  background: #fff;
  font-weight: 600;
  padding: .5rem .75rem;
  border-radius: .65rem;
}
.btn-logout:hover {
  background: #dc3545;
  color: #fff;
}


/* --- 手機版 Offcanvas 會員盒 --- */
.member-box {
  border-top: none !important;
}
.member-box .member-list {
  border: 1px solid #e9ecef;
  border-radius: .8rem;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(0,0,0,.06);
}
.member-box .member-list .list-group-item {
  padding: .9rem 1rem;
  border-color: #eef0f3;
  font-weight: 500;
}
.member-box .member-list .list-group-item:hover {
  background: #f7f8fb;
}

/* Offcanvas 上方主選單的 icon 與文字對齊更穩定 */
.offcanvas_cus .nav-link {
  display: flex;
  align-items: center;
  gap: .6rem;
}
.offcanvas_cus .nav_icon img {
  width: 22px; height: 22px; object-fit: contain;
  filter: grayscale(100%) brightness(0) invert(28%) sepia(97%) saturate(3537%) hue-rotate(341deg) brightness(95%) contrast(98%);
}

/* --- 會員中心 返回首頁按鈕 --- */
.back-home-btn {
    position: absolute;
    transform: translateX(-50%);
    background: rgba(255,255,255,0.9);
    border: 1px solid #dee2e6;
    border-radius: 50px;
    padding: 6px 18px;
    font-size: 0.9rem;
    color: #333;
    text-decoration: none;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    transition: all 0.2s ease-in-out;
    z-index: 1050;
    margin-top: 23px;
  }
  .back-home-btn:hover {
    background: #dc3545;   /* 主色：紅 */
    color: #fff;
    border-color: #dc3545;
  }