.phone{position:fixed;right:1%;top:20%;z-index:1000;}
.line-1{position:fixed;right:1%;top:35%;z-index:1000;}
.fb{position:fixed;right:1%;top:50%;z-index:1000;}
.whatsapp{position:fixed;right:1%;top:65%;z-index:1000;}
.wechat{position:fixed;right:1%;top:80%;z-index:1000;}


/*手機版-側欄浮動按鈕-縮小*/
@media (max-width: 414px){ 
  .phone, .fb, .line-1, .wechat, .whatsapp { 
    transform: scale(0.8);
    right:0;
}}

/*LOGO語法*/
.topnavbar .container {
  text-align: justify;
  padding: 15px 0 15px 0;
}

.topnavbar .container::after {
  display: inline-block;
  width: 100%;
}

#logo h1 {
    height: 70px;
}
@media only screen and (min-width: 768px){
  #logo h1 { margin-top: 20px; }
} /* 在螢幕寬度 768px 以上顯現 */

/*banner*/
.swiper-container {
  height: auto !important; /* 將容器預設的高拿掉 */
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(750 / 1920 * 100%); /* 自定響應式圖片高度 */
}

.swiper-slide {
  width: 100% !important; /* 強制圖片 寬度隨容器變更 */
}

/*按鈕背影*/
.topnavbar {
 /* background-color: Transparent;*/
    background-color: #fff;/*頁籤底圖顏色;background-color: rgba(255,255,255,0);透明Transparent*/
    position: relative;/*relative 頁籤&banner分開不重疊;頂置 fixed;*/
    line-height: 0;
    padding: 0;/*頁籤間距*/
}

/*nav*/
#nav {
    vertical-align: bottom;
}
#nav ul li a {
    white-space: nowrap; /*自動換行*/
    font-size: 1.0rem;/*頁籤文字大小*/
    color: #343f46;/*頁籤文字顏色*/
    padding: 8px 12px 8px ;/*頁籤文字間隔;padding:2px 16px 2px 16px;*/
    line-height: 2.0;
    transition: .3s;
    font-weight: 500;
}

#nav ul li a:hover  {
    color: #00a4e3;/*頁籤滑過文字顏色*/
}
#nav ul li.current a {
    color: #00a4e3;/*頁籤按下後文字顏色*/
    font-weight: 600;
}

/*頁籤按鈕上底線滑入特效-底線短*/
#nav ul li a::before {
  content:"";
  border-top:3px solid #00a4e3;
  width:0;
  position:absolute;
  left:0;
  right:0;
  top:0px;
  margin:0 auto;
  transition:.3s all ease;
}
#nav ul li a:hover::before {
    width: 80%;
}

#nav .subnav {
    background-color: #f8f9fa;/*次頁籤底色*/
    max-width: 400px;/*次頁籤背景最大寬度*/
    width: max-content;/*最大內容*/
    text-align: left;
}

#nav .subnav .has-subnav span{
    max-width: 400px;/*次頁籤文字背景最大寬度*/
}

#nav li.has-subnav ul li.has-subnav>div a::after, #nav>ul>li.has-subnav>a::after {
    padding-left: 2px;/*下拉選單箭頭距離*/
}

/* 消除空白*/
body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0;
}

body {
    background-color: #fcfaf8;/*背景底色*/
     font-family: "Chocolate Classical Sans", sans-serif; /*巧克力古典無襯線字體*/
}



/*改內文標題顏色*/
h1, h2, h3, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 700;
    line-height: inherit;
    color: #44403f;
}

h1, .h1 {
text-align: center;
}

/*首頁介紹*/
@media only screen and (min-width: 768px){
.pc_04 {border-radius: 30px 0px 0px 30px;}
}

@media only screen and (max-width: 768px){
.pc_04 {border-radius: 30px 30px 0px 0px;}
}






/*各層編輯欄*/
body.index .fcol-1 { 
    background-repeat: no-repeat;
   background-position: 50% 10%;
   background-size: cover;/*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
   background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.6) 0% ,rgba(255, 255, 255, 0.6) 100%) , url(https://static.iyp.tw/25060/files/11806788-f9cc-4364-bc3f-6a5563bee3c2.png);
}

body.index .fcol-2.container { 
  width: 100%;
}


body.index .fcol-3 { 
    background-repeat: no-repeat;
   background-position: 50% 10%;
   background-size: cover;/*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
   background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.7) 0% ,rgba(255, 255, 255, 0.7) 100%) , url(https://static.iyp.tw/25060/files/76f4d7bc-9d8b-44f6-8bca-1b5c4ef17887.jpg);
}

body.index .fcol.fcol-4 { background-repeat: no-repeat; background-position: 50% 10%; background-size: cover;/*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/ background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0% ,rgba(0, 0, 0, 0.5) 100%) , url(https://static.iyp.tw/25060/files/984e9c99-37a4-4a0f-9366-87340e606cb7.jpg); }



body.about-us .fcol.fcol-2 {
background-repeat: no-repeat;
   background-position: 10% 80%;
   background-size: cover;/*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
   background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0% ,rgba(255, 255, 255, 0.5) 100%) , url(https://static.iyp.tw/25060/files/7c537bd0-bf30-49bf-aeb6-9fd2ce9ce52d.jpg);
 } 








/*您的在地嚮導*/
.snip1423 {
  position: relative;
  margin: 0px;
  min-width: 250px;
  max-width: 335px;
  width: 100%;
  background: #ffffff;
  text-align: center;
  color: #000000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  font-size: 16px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.snip1423 * {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.snip1423 img {
  max-width: 100%;
  vertical-align: top;
  position: relative;
}
.snip1423 figcaption {
  padding: 20px 15px;
}
.snip1423 h3,
.snip1423 p {
  margin: 0;
}
.snip1423 h3 {
  font-size: 1.3em;
  font-weight: 400;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.snip1423 p {
  font-size: 0.9em;
  letter-spacing: 1px;
  font-weight: 300;
}

.snip1423 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.snip1423:hover,
.snip1423.hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}


/*了解更多*/
.bg-icon1 { 
  color: #003366;
  border: 1px solid #003366; 
  letter-spacing: 5px;
display: flex;width: fit-content; margin: 40px 30px 40px auto;
  padding: 18px 45px; 
  text-decoration: none; 
  font-size: 16px; 
  transition: all 0.2s; 
} 

.bg-icon1:hover { 
  background-color: #003366; 
  color: #fff; 
} 

.bg-icon1 a { color:#221817;
}



  
  

.bg-icon2  {
  margin-left: auto; 
  margin-right: auto;
    color: #606654;
    border: 1px solid #606654;
    display: inline-block;
    padding: 12px 30px;
    font-size: 18px;
  border-radius: 30px;
    transition: all 0.2s;
}
.bg-icon2:hover  {
  background-color: #f5f5f5; 
  color: #606654;
}
.bg-icon2 a { color:#606654;}  
  
  
.bg-icon3  {
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    padding: 12px 30px;
    font-size: 18px;
  border-radius: 30px;
    transition: all 0.2s;
  

  
}
.bg-icon3:hover  {
  background-color: #f5f5f5; 
  color: #fff;
}
.bg-icon3 a { color:#fff;}   
  


/*旅遊專區*/
.travel-area{
  max-width:1200px;
    margin:10px auto;
}

.travel-title{
    text-align:center;
    font-size:36px;
    color:#004a99;
    font-weight:bold;
    margin:20px 0 35px;
}

.travel-grid{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
}

.travel-card{
    width:100%;
    margin:1%;
    background:#fff;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 5px 15px rgba(0,0,0,.15);
    transition:.3s;
}

.travel-card:hover{
    transform:translateY(-6px);
}

.travel-img{
    position:relative;
    overflow:hidden;
}

.travel-img img{
    width:100%;
    display:block;
    transition:.5s;
}

.travel-card:hover img{
    transform:scale(1.08);
}

.travel-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,51,102,.75);
    opacity:0;
    transition:.3s;
}

.travel-overlay span{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    color:#fff;
    font-size:24px;
    font-weight:bold;
}

.travel-card:hover .travel-overlay{
    opacity:1;
}

.travel-info{
    padding:18px;
    text-align:center;
}

.travel-info h3{
    margin:0;
    color:#003366;
    font-size:24px;
}

.travel-price{
    color:#e53935;
    font-size:20px;
    font-weight:bold;
    margin-top:10px;
}

.travel-btn{
    display:inline-block;
    margin-top:15px;
    padding:10px 25px;
    background:#004a99;
    color:#fff;
    text-decoration:none;
    border-radius:6px;
}

@media screen and (max-width:768px){

.travel-card{
    width:100%;
    margin-bottom:20px;
}

.travel-title{
    font-size:28px;
}

}





/*多元服務*/ 
figure.snip1437 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 1px 1%;
  min-width: 350px;
  max-width: 435px;
  max-height: 350px;
  width: 100%;
  color: #ffffff;
  text-align: right;
  font-size: 16px;
  background-color: #00a4e3;
  text-transform: uppercase;
}
figure.snip1437:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30%;
  right: 70%;
  content: '';
  background-color: rgba(0, 53, 81, 0.7);
  -webkit-transform: skew(20deg) translateX(-75%);
  transform: skew(20deg) translateX(-75%);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
figure.snip1437 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
figure.snip1437 img {
  max-width: 100%;
}
figure.snip1437 figcaption {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding: 20px;
}
figure.snip1437 h3,
figure.snip1437 .links {
  width: 100%;
  margin: 0;
  padding: 0;
}
figure.snip1437 h3 {
  line-height: 1.3em;
  font-weight: 900;
  font-size: 1.3em;
}
figure.snip1437 .links {
  font-size: 0.8em;
  letter-spacing: 3px;
  font-weight: 300;
  margin: 0;
  padding: 0;
}
figure.snip1437 .links li {
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
  opacity: 0;
  list-style: none;
}
figure.snip1437 a {
  padding: 2px 0;
  display: block;
  color: #ffffff;
  text-decoration: none;
}
figure.snip1437 a:hover {
  color: #f39c12;
}
figure.snip1437:hover:after,
figure.snip1437.hover:after {
  -webkit-transform: skew(20deg) translateX(0%);
  transform: skew(20deg) translateX(0%);
}
figure.snip1437:hover img,
figure.snip1437.hover img {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  opacity: 0.5;
}
figure.snip1437:hover li,
figure.snip1437.hover li {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
figure.snip1437:hover li:first-child,
figure.snip1437.hover li:first-child {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
figure.snip1437:hover li:nth-child(2),
figure.snip1437.hover li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
figure.snip1437:hover li:nth-child(3),
figure.snip1437.hover li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
figure.snip1437:hover li:nth-child(4),
figure.snip1437.hover li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

@media screen and (max-width: 480px) {
  figure.snip1437 {
    float: none;          /* 取消浮動，改為垂直排列 */
    margin: 15px auto;    /* 置中對齊，並上下留白 */
    min-width: 100%;      /* 解除硬碼的 350px 限制，適應手機寬度 */
    max-width: 100%;      /* 滿版顯示 */
    font-size: 14px;      /* 稍微縮小字體以防換行錯亂 */
  }

  figure.snip1437:after {
    left: -50%;          /* 調整斜切遮罩在手機上的初始位置，避免破版 */
    right: 50%;
  }

  figure.snip1437 figcaption {
    padding: 15px;       /* 縮小內邊距，增加文字擺放空間 */
  }
  
  figure.snip1437 h3 {
    font-size: 1.2em;    /* 稍微縮小標題 */
  }
}




/*關於-多元車型*/

@import url(https://fonts.googleapis.com/css?family=Roboto:300,400);
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
.snip1519 {
  font-family: 'Roboto', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 250px;
  max-width: 310px;
  width: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  border-top: 10px solid #00a4e3;
  color: #00a4e3;
  text-align: center;
  font-size: 16px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.snip1519 *,
.snip1519 *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.snip1519 figcaption {
  padding: 12% 10% 14%;
}

.snip1519 i {
  font-size: 54px;
  color: #fff;
  width: 80px;
  line-height: 80px;
  background-color: #00a4e3;
  border-radius: 50%;
  padding: 0;
  margin: 0 0 10px;
  text-align: center;
  display: inline-block;
}

.snip1519 h3 {
  color: #3c3c3c;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  margin: 10px 0;
}

.snip1519 p {
  font-size: 0.9em;
  font-weight: 300;
  margin: 0 0 20px;
}

.snip1519 .button {
  text-decoration: none;
  color: #777;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 5px 10px;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.snip1519 .button:before {
  background-color: #00a4e3;
  position: absolute;
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  z-index: -1;
  opacity: 0;
}

.snip1519 .button:hover {
  color: #fff;
}

.snip1519 .button:hover:before {
  top: 0;
  opacity: 1;
}


/*點入景點*/
.cistern {
            max-width: 1200px;
            margin: 0 auto;
            padding: 60px 20px;
        }

        .header-section {
            text-align: center;
            margin-bottom: 50px;
        }

        .header-section h1 {
            font-size: 2.5rem;
            font-weight: 600;
            letter-spacing: 2px;
            color: #1a365d;
            margin-bottom: 15px;
        }

        .header-section p {
            font-size: 1.1rem;
            color: #718096;
        }

        .gallery-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 30px;
            margin-bottom: 60px;
        }

        @media (max-width: 768px) {
            .gallery-grid {
                grid-template-columns: 1fr;
            }
        }

        .card {
            background: #fff;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.05);
            transition: transform 0.4s ease, box-shadow 0.4s ease;
        }

        .card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 40px rgba(0,0,0,0.1);
        }

        .image-wrapper {
            width: 100%;
            height: 450px;
            overflow: hidden;
            position: relative;
        }

        .image-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.6s ease;
        }

        .card:hover .image-wrapper img {
            transform: scale(1.05);
        }

        .card-body {
            padding: 25px;
        }

        .card-body h3 {
            font-size: 1.4rem;
            color: #2d3748;
            margin-bottom: 10px;
        }

        .card-body p {
            color: #4a5568;
            font-size: 0.95rem;
        }


        .button-group {
            display: flex;
            justify-content: center;
            gap: 25px;
            margin-top: 40px;
            flex-wrap: wrap;
        }

        .btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 15px 40px;
            font-size: 1.1rem;
            font-weight: 500;
            text-decoration: none;
            border-radius: 50px;
            transition: all 0.3s ease;
            letter-spacing: 1px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        }

        .btn-primary {
            background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
            color: #ffffff;
        }

        .btn-primary:hover {
            background: linear-gradient(135deg, #2a5298 0%, #1e3c72 100%);
            transform: translateY(-3px);
            box-shadow: 0 6px 20px rgba(42, 82, 152, 0.4);
        }

        .btn-secondary {
            background-color: #ffffff;
            color: #2a5298;
            border: 2px solid #2a5298;
        }

        .btn-secondary:hover {
            background-color: #2a5298;
            color: #ffffff;
            transform: translateY(-3px);
            box-shadow: 0 6px 20px rgba(42, 82, 152, 0.2);
        }


/*多元計程車*/
.taxi-service-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft JhengHei", sans-serif;
    color: #333;
  }

  .taxi-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 60px;
    gap: 40px;
  }

  /* 讓第二個區塊（景點介紹）在電腦版時圖片在右、文字在左 */
  .taxi-section.reverse {
    flex-direction: row-reverse;
  }

  .taxi-image-box {
    flex: 1 1 450px;
  }

  .taxi-image-box img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    object-fit: cover;
    transition: transform 0.3s ease;
  }

  .taxi-image-box img:hover {
    transform: scale(1.02);
  }

  .taxi-content-box {
    flex: 1 1 450px;
  }

  .taxi-tag {
    display: inline-block;
    background-color: #f4c20d; /* 經典計程車黃色調，可依品牌修改 */
    color: #111;
    font-weight: bold;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 14px;
    margin-bottom: 15px;
    letter-spacing: 1px;
  }

  .taxi-title {
    font-size: 28px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
    color: #222;
    line-height: 1.4;
  }

  .taxi-description {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 25px;
  }

  .taxi-features {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .taxi-features li {
    font-size: 16px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    font-weight: 500;
  }

  /* 打勾符號樣式 */
  .taxi-features li::before {
    content: "✓";
    color: #28a745;
    font-weight: bold;
    margin-right: 10px;
    font-size: 18px;
  }

  /* 手機版 RWD 自動調整為單欄排版 */
  @media (max-width: 768px) {
    .taxi-section, .taxi-section.reverse {
      flex-direction: column;
      gap: 20px;
      margin-bottom: 40px;
    }
    .taxi-image-box, .taxi-content-box {
      flex: 1 1 100%;
    }
    .taxi-title {
      font-size: 24px;
    }
  }

/*關於麗群*/

.bl-wrapper {
            font-family: "Helvetica Neue", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
            color: #333333;
            line-height: 1.8;
            max-width: 1100px;
            margin: 40px auto;
            padding: 0 20px;
            box-sizing: border-box;
        }

        /* 標頭品牌區塊 */
        .bl-header {
            text-align: center;
            margin-bottom: 40px;
            border-bottom: 3px solid #f4a261;
            padding-bottom: 25px;
        }
        .bl-header h1 {
            color: #0d3b66;
            font-size: 2.2rem;
            font-weight: 800;
            margin: 0 0 8px 0;
            letter-spacing: 2px;
        }
        .bl-header .bl-en-name {
            color: #e76f51;
            font-size: 1.1rem;
            font-weight: 700;
            letter-spacing: 1px;
            text-transform: uppercase;
        }

        /* 介紹內文區塊 */
        .bl-intro-box {
            background-color: #ffffff;
            border-radius: 16px;
            box-shadow: 0 10px 30px rgba(13, 59, 102, 0.06);
            padding: 35px 30px;
            margin-bottom: 45px;
        }
        .bl-intro-ch, .bl-intro-en {
            margin-bottom: 25px;
        }
        .bl-intro-en {
            margin-bottom: 0; /* 最後一個消除下邊距 */
        }
        .bl-intro-box p {
            font-size: 1.05rem;
            color: #4a5568;
            margin: 0 0 16px 0;
            text-align: justify;
        }
        .bl-intro-box p:last-child {
            margin-bottom: 0;
        }
        /* 結尾亮點字串 */
        .bl-highlight-text {
            color: #0d3b66;
            font-weight: 700;
            font-size: 1.1rem;
            background: linear-gradient(transparent 60%, #ffe8d6 60%);
            display: inline;
        }

        /* 服務項目標題 */
        .bl-section-title {
            color: #0d3b66;
            font-size: 1.6rem;
            font-weight: 800;
            text-align: center;
            margin-top: 0;
            margin-bottom: 35px;
            position: relative;
        }
        .bl-section-title::after {
            content: '';
            display: block;
            width: 50px;
            height: 4px;
            background-color: #f4a261;
            margin: 10px auto 0 auto;
            border-radius: 2px;
        }

        /* 服務項目網格結構 (不使用 gap，改用 margin/padding 負邊距補償法) */
        .bl-service-container {
            display: flex;
            flex-wrap: wrap;
            margin-left: -15px;
            margin-right: -15px;
        }
        
        /* 單個服務卡片 */
        .bl-service-card {
            flex: 1 1 300px; /* 寬度自動彈性分配，最小 300px */
            padding-left: 15px;
            padding-right: 15px;
            margin-bottom: 30px;
            box-sizing: border-box;
        }
        
        .bl-card-inner {
            background-color: #f8f9fa;
            border-radius: 12px;
            padding: 30px 25px;
            height: 100%;
            box-sizing: border-box;
            transition: all 0.3s ease;
            border: 1px solid #eef1f4;
        }
        .bl-card-inner:hover {
            transform: translateY(-5px);
            background-color: #ffffff;
            box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
            border-color: #0d3b66;
        }

        /* 卡片內部分類標題 */
        .bl-card-title {
            color: #0d3b66;
            font-size: 1.25rem;
            font-weight: 700;
            margin-top: 0;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 2px solid #eef1f4;
            display: flex;
            align-items: center;
        }
        /* 標題小圖示 */
        .bl-card-title::before {
            margin-right: 8px;
            font-size: 1.2rem;
        }
        /* 清單列表樣式 */
        .bl-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .bl-list li {
            position: relative;
            padding-left: 25px;
            margin-bottom: 12px;
            font-size: 1.05rem;
            color: #4a5568;
            font-weight: 500;
        }
        .bl-list li:last-child {
            margin-bottom: 0;
        }
        /* 自訂星星符號（替代原本的粗糙星號） */
        .bl-list li::before {
            position: absolute;
            left: 0;
            top: 0;
            color: #f4a261;
            font-size: 0.95rem;
        }

        /* 手機端行動排版調整 */
        @media (max-width: 768px) {
            .bl-header h1 {
                font-size: 1.8rem;
            }
            .bl-intro-box {
                padding: 25px 20px;
            }
            .bl-service-card {
                flex: 1 1 100%; /* 手機端卡片 100% 滿版直排 */
            }
        }



















.column.left {
    margin-right: 0px;
    width: 900px;
}

.column.right {
    display: none;
}
#frame img{
	height: 200px;
	width: 250px;
	background-color: #F0F0F0; /*背景顏色*/ 
	padding: 4px; /*物件內的間距*/
	border: 1px solid #333; /*邊框樣式（solid直線 dotted點狀線 dashed虛線）*/
}
#frame2 img{
	height: 100px;
	width: 150px;
	background-color: #F0F0F0; /*背景顏色*/ 
	padding: 4px; /*物件內的間距*/
	border: 1px solid #333; /*邊框樣式（solid直線 dotted點狀線 dashed虛線）*/
}

