@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Extra+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
   /* 建议使用常见的系统明体/宋体 */
    font-family: "Noto Serif TC", "Songti SC", "SimSun", serif; 
    font-weight: 400;
}

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/

.path p, .path p a{ display: none;}
.edit{ padding: 0px 0;}

#to_top { bottom:10px;}
.header_area {
    background: #ffffff;padding: 0px;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 開場動畫 */
/* --- 背景慢慢淡出 --- */
body.pageIndex::before {
    content: '';
    position: fixed;
    z-index: 999999991;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    opacity: 1;
    animation: bgFade 2s ease-out forwards;
}

@keyframes bgFade {
    0%   { opacity: 1; }
    50%  { opacity: 0.8; } /* ← 中段開始淡出 */
    80%  { opacity: 0.6; } /* ← 幾乎透明，但還有一點氛圍 */
	90%  { opacity: 0.3; } /* ← 幾乎透明，但還有一點氛圍 */
    100% { opacity: 0; pointer-events: none; }
}

/* --- LOGO 置中淡入+模糊淡出 --- */
body.pageIndex::after {
    content: '';
    position: fixed;
    z-index: 999999999;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    width: 235px;
    height: 235px;
    background: url(https://pic03.eapple.com.tw/rising/a_logo_1.png)
        center center / contain no-repeat;
    opacity: 0;
    filter: blur(0px);
    animation: logoFadeZoom 3s ease-out forwards;
}

/* --- LOGO 置中動畫（加入彈出效果與陰影變化） --- */
@keyframes logoFadeZoom {
    0% {
        opacity: 0;
        /* 初始極小並模糊 */
        transform: translate(-50%, -50%) scale(0.3);
        filter: blur(8px) drop-shadow(0 0 0px rgba(0,0,0,0));
    }
    15% {
        opacity: 1;
        /* 彈出效果：快速放大到 1.3 倍（超量彈出） */
        transform: translate(-50%, -50%) scale(1.3);
        filter: blur(0px) drop-shadow(0 20px 30px rgba(0,0,0,0.2));
    }
    25% {
        /* 回彈：縮回 1.0 倍 */
        transform: translate(-50%, -50%) scale(1);
    }
    30% {
        /* 微動：再次稍微彈起至 1.05 倍，增加 Q 彈感 */
        transform: translate(-50%, -50%) scale(1.05);
    }
    65% {
        /* 穩定展示期：慢慢放大並準備淡出 */
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.1);
        filter: blur(0px) drop-shadow(0 10px 15px rgba(0,0,0,0.1));
    }
	 85% {
        /* 穩定展示期：慢慢放大並準備淡出 */
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.35);
        filter: blur(10px) drop-shadow(0 10px 15px rgba(0,0,0,0.1));
    }
    100% {
        opacity: 0;
        /* 最終消失：模糊並向遠方擴散 */
        transform: translate(-50%, -50%) scale(2.5);
        filter: blur(15px) drop-shadow(0 0 0px rgba(0,0,0,0));
        pointer-events: none;
    }
}

/* 底下圈圈 */


.swiper-pagination-clickable .swiper-pagination-bullet {
	position: relative;
	border-radius: 2.5px;
	height: 5px;
	width: 50px;
	z-index: 0;
	
}

.swiper-pagination-bullet {
    background: #ffffff73;
}

.swiper-pagination-clickable .swiper-pagination-bullet::after {
    content: "";
    display: block;
    width: 0%;
    height: 5px;
    border-radius: 2.5px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s;
}

.swiper-pagination-clickable .swiper-pagination-bullet-active.swiper-pagination-bullet::after {
    width: 100%;
    transition: all 0.3s;
}



.swiper-pagination-clickable .swiper-pagination-bullet:nth-child(1):after {
    left: auto;
    right: 0;
}

/*大圖特效*/

.bannerindex {
  position: relative;
}

#content_main {  margin: 0;}
.bannerindex { position: static; height: auto;}
.swiper-banner { position: static; margin: 0; height: auto;}
.swiper-slide { padding: 0px !important;}
.swiper-slide img { height: auto;}
.swiper-pagination { display: none;}
.swiper-slide { position: relative;}
.bannerindex .swiper-slide.swiper-slide-active:before {content: ""; position: absolute;  z-index: 999; pointer-events: none;}
.bannerindex .swiper-slide.swiper-slide-active:after {content: ""; position: absolute;  z-index: 999; pointer-events: none;}
@media screen and (max-width: 768px) {
    .bannerindex { padding:0; margin:0;}
    }

.bannerindex::before {
    content: "";
    position: absolute;
    bottom: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    pointer-events: none;
    background: linear-gradient(to top, rgba(138, 121, 98, 0.8) 0%, rgba(138, 121, 98, 0.4) 40%, transparent 100%);
    background-size: 100% 300%;
    animation: aurora-wave 2s ease-in-out infinite alternate;
    filter: blur(20px);
    mix-blend-mode: screen;
}

@keyframes aurora-wave {
    0% {
        background-position: 0% 100%;
    }
    100% {
        background-position: 0% 0%;
    }
}


/* 修改核心：讓中文與英文產生視覺高度與時間上的落差 */

/* 修改文字顏色與動畫邏輯 */
/* === 第一張大圖：主標題(before) 與 副標題(after) === */
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before {
    content: '─ 不只專業  更有溫度 ─ ';
    white-space: pre-line;
    top: 78%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 45px;
    font-weight: 800;
    color:#074243;
    letter-spacing: 6px;
    font-family: "Noto Serif TC", serif;
    /* 這裡加入動畫 */
    animation: medical-soft-in-with-glow 2s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after {
    content: 'Beyond Professionalism, With a Human Touch.';
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 15px;
    color: #666;
    letter-spacing: 1px;
	font-family: "Noto Sans TC", sans-serif;
    /* 副標題不需要強烈光暈，使用標準柔和進場，延遲 0.6s 播放 */
    animation: medical-soft-in 2.2s cubic-bezier(0.22, 1, 0.36, 1) 0.6s both;
}

/* === 第二張大圖：主標題(before) 與 副標題(after) === */
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before {
    content: '─ 精緻工藝  極致美學 ─ ';
    white-space: pre-line;
    top: 78%;
    left: 50%;
    font-size: 45px;
    font-weight: 800;
    transform: translate(-50%, -50%);
    color: #074243;
    letter-spacing: 6px;
    font-family: "Noto Serif TC", serif;
    /* 這裡加入動畫 */
    animation: medical-soft-in-with-glow 2s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):after {
    content: 'Exquisite Craftsmanship, Ultimate Aesthetics.';
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 15px;
    color: #666;
    letter-spacing: 1px;
	font-family: "Noto Sans TC", sans-serif;
    animation: medical-soft-in 2.2s cubic-bezier(0.22, 1, 0.36, 1) 0.6s both;
}

/* === 動畫定義 A：帶有白色光暈的進場（專給主標題用） === */
@keyframes medical-soft-in-with-glow {
    0% {
        opacity: 0;
        filter: blur(10px);
        transform: translate(-50%, -20%);
        letter-spacing: 12px;
        text-shadow: 0 0 0px rgba(255, 255, 255, 0);
    }
    100% {
        opacity: 1;
        filter: blur(0);
        transform: translate(-50%, -50%);
        /* 白色光暈設定：核心清晰 + 外圍擴散 */
        text-shadow: 0 0 15px rgba(255, 255, 255, 1), 
                     0 0 25px rgba(255, 255, 255, 0.6);
    }
}

/* === 動畫定義 B：標準柔和進場（專給副標題用） === */
@keyframes medical-soft-in {
    0% {
        opacity: 0;
        filter: blur(10px);
        transform: translate(-50%, -20%);
        letter-spacing: 12px;
    }
    100% {
        opacity: 1;
        filter: blur(0);
        transform: translate(-50%, -50%);
    }
}





.pageIndex .swiper-slide img {
    height: auto;
    filter: saturate(1.05) contrast(1.08); 
    
    /* 確保初始狀態隱藏，避免跳動 */
    opacity: 0;
    
    /* 應用動畫：增加了位移與彈出感 */
    /* 建議時間稍微拉長至 1.8s，讓「由下而上」的過程更顯優雅 */
    animation: fadeInUpBlurPop 1.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

/* === 定義 向上位移 + 模糊 + 淡入 + 彈出 動畫 === */
@keyframes fadeInUpBlurPop {
    0% {
        opacity: 0;
        filter: saturate(1.05) contrast(1.08) blur(15px);
        /* translateY(50px) 代表從下方 50px 的位置開始 */
        /* scale(0.9) 維持輕微的縮放彈出感 */
        transform: translateY(250px) scale(1); 
    }
    100% {
        opacity: 1;
        filter: saturate(1.05) contrast(1.08) blur(0);
        /* 回歸到原始位置 (0) 與原始大小 (1) */
        transform: translateY(0) scale(1);
    }
}

@media screen and (max-width: 700px) {
    .pageIndex .swiper-slide img {
        /* position: relative; */
        height: 500px!important;
        width: auto!important;
        object-fit: cover!important;
        /* left: -40%; */
    }
   
}
@media screen and (max-width:600px) {
    .pageIndex .swiper-slide img {
        /* position: relative; */
        height: 400px!important;
        width: auto!important;
        object-fit: cover!important;
        /* left: -40%; */
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*上面顏色*/
.stellarnav > ul > li > a {
    font-size:16px;
	letter-spacing: 3px;
    font-weight: 400;
	    margin: 0 15px;}
/* 修改導覽列選單 hover 顏色 */
.stellarnav > ul > li:hover > a {
    color: #074243 !important;
    transition: color 0.3s ease; /* 增加平滑過度感 */
}		
.pageIndex .header_area {
    background: transparent;
    transition: all 0.5s ease-in-out;
    position: fixed;
	padding:0;
}
.pageIndex .main_header_area {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), transparent);
    transition: all .5s;
    transition-timing-function: ease-in-out;
}
.me_tp_features{    display: none;}
.navigation {
    padding: 10px 0px 10px;
    display: flex;
    align-items: center;
}
.nav-header{    max-width: 250px;}
/* 定義飄入動畫 */
@keyframes slide-in-from-left {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
.nav-brand {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    
    /* 應用動畫 */
    animation-name: slide-in-from-left;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    opacity: 0; /* 在動畫開始前隱藏元素 */
}

.nav-brand img {
    max-width: 250px;
	transition: max-width .3s ease-in-out, 
                filter .3s ease-in-out;
}

.sticky .nav-brand img {
    max-width: 220px;
    filter: none;
}
/* 定義進場動畫 */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 應用到第一層選單 */
.pageIndex .stellarnav > ul > li {
    opacity: 0; /* 初始隱藏 */
    animation: fadeInUp 0.6s ease forwards;
}

/* 設置時間差落差 (Stagger Delay) */
.pageIndex .stellarnav > ul > li:nth-child(1) { animation-delay: 0.2s; }
.pageIndex .stellarnav > ul > li:nth-child(2) { animation-delay: 0.3s; }
.pageIndex .stellarnav > ul > li:nth-child(3) { animation-delay: 0.4s; }
.pageIndex .stellarnav > ul > li:nth-child(4) { animation-delay: 0.5s; }
.pageIndex .stellarnav > ul > li:nth-child(5) { animation-delay: 0.6s; }
.pageIndex .stellarnav > ul > li:nth-child(6) { animation-delay: 0.7s; }
.pageIndex .stellarnav > ul > li > a{    
	color: #1E2B2B;
    letter-spacing: 2px;
    font-weight: 600;
	font-weight:15px;
	    margin: 0 15px;
		}
.main_header_area .container {
    max-width: 90%;
}
.pageIndex .stellarnav li.has-sub > a:after{display:none;}
.stellarnav > ul > li.has-sub > a {
   padding-right: 0px; 
}
.header_area.sticky {   
    backdrop-filter: blur(6px);
    box-shadow: 0 0 0px #ffffff;}

.header_area.sticky .main_header_area{    
transition: all .5s;
    transition-timing-function: ease-in-out;
	    background: #ffffff;    border-bottom: 1px solid #e7e7e7;}

.pageIndex .header_area.sticky .stellarnav > ul > li > a {
   
}
.stellarnav li.has-sub > a:after {display:none;}
.stellarnav > ul > li > a b:nth-child(1) {
    font-family: "Noto Serif TC", serif;
    font-weight: 400;
    line-height: 35px;
    height: 35px;
}
.pageIndex .sticky .stellarnav li.has-sub > a:after{  }
.stellarnav li > ul > li:hover {
    background: #858b8a;
    color: #fff;
    transition: .3s;
}
.stellarnav>ul>li:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 40%;
    width: 1px;
    height: 15px;
    background-color: #CCCCCC;
    transform: rotate(25deg) translateY(-50%);
}
.stellarnav li a{    font-size: 14px;}
.stellarnav > ul > li:hover > a {
    opacity: 0.5;
}

.stellarnav li li a:hover{     background: #707b7f;
    color: #fff;
    transition: .3s;}

.stellarnav ul ul{ left: 14px;}



/* 漢堡條 */
.stellarnav .menu-toggle span.bars span {background: #fff;}
.stellarnav .menu-toggle:after { color: #fff;}

.header_area.sticky .stellarnav .menu-toggle span.bars span {background: #444444;}
.header_area.sticky .stellarnav .menu-toggle:after { color: #444444;}

/* close menu 拉出來 */
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{
    background: transparent;
    color: #444444;
  }
  .stellarnav .icon-close:before{
    border-bottom: solid 1.5px #444444;
  }
  .stellarnav .icon-close:after{
    border-bottom: solid 1.5px #444444;
  }
  .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{
    background: #fffffff5;
    backdrop-filter: blur(5px);
  }
  .stellarnav a.dd-toggle .icon-plus:before{
    border-bottom: solid 3px #D9D9D9;
  }
  .stellarnav a.dd-toggle .icon-plus:after{
    border-bottom: solid 3px #D9D9D9;
  }
  .stellarnav.mobile > ul > li > a.dd-toggle{
    padding: 11px;
    top: -1px;
  }
  .stellarnav.mobile > ul > li > a.dd-toggle:before{
      display: none;
  }
  .stellarnav.mobile li.open{
    background: rgba(232, 232, 248, 0.2);
  }
  .stellarnav.mobile ul ul{
    width: 100%;
    position: relative;
    left: 0;
  }
  .stellarnav.mobile > ul > li{
    border-bottom: 1px rgba(232, 232, 248, 0.6) solid;
  }

  .stellarnav.mobile li a{ border-bottom: 0px;}

  .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{max-width: 100%;}

@media screen and (max-width:768px) {
    .stellarnav.mobile{ top: 11px;}
    .pageIndex .stellarnav > ul > li > a{ color: #222;}
    .stellarnav > ul > li > a b:nth-child(2){ position: relative; top: 5px; left: 10px; }
    .stellarnav li a{ padding: 7px 24px;}
}


@media screen and (max-width:570px) {
    .stellarnav.mobile{ top: 17px;}
    .nav-brand img{ width: 170px;}
}



/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul{display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); left: 0; width: 100%; position: fixed; padding: 20px;}
.stellarnav.desktop li.bigMenu ul ul{top: 100%; left: 0; width: 100%; background: #efefef; height: auto; max-height: 300px; overflow: auto;}
.stellarnav.desktop li.bigMenu ul ul li{margin: 0;} 
.stellarnav.hasBigMenu li.bigMenu li.has-sub > a:after{border-left: 6px solid transparent; border-bottom:unset; border-right: 6px solid transparent; border-top: 6px solid #898989; right: 5px;}
/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */

/* 商品下拉超過30個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*footer*/
.footer {    padding-top: 80px;   background: #DCDCDC;}
.footer .center {    max-width: 1700px;}
.footer_info {
    grid-template-columns: 1fr 220px;
    grid-gap: 0 35px;
    padding-right: 0;
    justify-items: end;
}
.footer_logo {    max-width: 220px;    order: 3;}
.footer_logo img {
    /* 先轉純黑，再透過 invert 拉高亮度到灰色區間 */
    filter: brightness(0) invert(30%);
}
.box_link {
    display: none;
}

.box_link a.me_tp_mail ,.box_link a.me_tp_line{ display: none;}

.footer_info ul {
    display: flex;
    justify-content: flex-start;
    gap: 60px;padding-bottom: 60px;
}
.footer_info li p, .footer_info li p a {    color: #1E2B2B; line-height: 250%; }
.footer_info li p.taxid { display: none;}

.footer_info li:nth-child(1):before{
    content: "星睿牙醫診所│Risingstar-Dental";
    display: block;
    font-size: 17px;
    padding: 0;
    margin-bottom: 8px;
    color:#1E2B2B;
}

.footer_menu {    display: flex;    flex-direction: column;}
.footer_menu a:first-child {    display: none;}
.footer_menu a {
    background: transparent;
    border: none;
    color:#4d5b5b;
    margin: 0;
	font-size: 12px;
    width: max-content;
    position: relative;
    margin-bottom: 7px;
   
}
.footer_menu a:after {
    background-color:var(--logocolor);
    bottom: -2px;
    content: "";
    display: block;
    height: 1px;
    opacity: .5;
    position: absolute;
    right: 1px;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform .5s cubic-bezier(.19, 1, .22, 1);
    width: 100%;
}
.footer_menu a:hover {
    background: transparent;
    color: #616161;
    opacity: .7;
}
.footer_menu a:hover:after {
    transform: scaleX(1);
    transform-origin: left center;
}


@media (max-width:1440px) {
.footer_info {    padding-right: 110px; padding-left: 30px;    }
.box_link {    left: 40px;}
}

@media screen and (max-width: 768px) {

.footer_info {
    padding: 0 30px;
    grid-template-columns: 1fr;
    justify-items: center;
}
.footer_logo {    order: 1;}
.footer_info ul {    order: 3;    justify-content: space-around;}
.footer_info li {    padding-top: 18px;}

.footer_info li+li {                margin-top: 0;            }
.footer_menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 5px;
}

.box_link {    }
}


@media (max-width:600px) {

    .footer_info ul {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0;
    }

    .footer_info li:nth-child(2) {    padding-top: 8px;    width: 100%;}
    .footer_menu {        grid-template-columns: repeat(3, 1fr);    }
    ul.show-list, .pic-list {    grid-template-columns: 1fr;}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner h5 {
  width: 100%;
  margin: 0 auto;
  font-size: 28px;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 3px;
  font-weight: 500;
  opacity: 0;
  animation: fadeIn 3s ease-in-out forwards;
}

/* 在 h5 下面添加一行字 */
.banner h5::after {
  content: " - Risingstar-Dental - "; /* 添加的文字內容 */
  display: block; /* 讓文字換行顯示 */
  font-size: 16px; /* 字體大小 */
  color: #fff; /* 文字顏色 */
  text-align: center; /* 文字居中 */
  margin-top: 10px; /* 與 h5 的間距 */
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5); /* 文字陰影 */
}

.banner {
  background-image: url(https://pic03.eapple.com.tw/);
  background-position: center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 1;
  height: 350px; /* 設定 Banner 高度 */
}

.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(173, 151, 123, 0.1); /* 半透明黑色遮罩 */
  /*backdrop-filter: blur(3px);  背景模糊效果 */
  z-index: -1;
}

.banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%; /* 雙倍高度以實現滾動效果 */
  background-image: url(https://pic03.eapple.com.tw/rising/banner.jpg);
  background-position: center;
  background-size: cover;
  animation: scrollBackground 20s linear infinite; /* 背景垂直滾動動畫 */
  z-index: -2;
}

.banA,.banB {display:none;}
/* 淡入動畫 */
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translate(-50%, -60%); /* 從上方淡入 */
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

/* 背景垂直滾動動畫 */
@keyframes scrollBackground {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%); /* 滾動到背景的一半高度 */
  }
}

/* 響應式設計 */
@media screen and (max-width: 1024px) {
  .banner {
    height: 300px; /* 調整高度 */
  }
}

@media screen and (max-width: 768px) {
  .banner {
    height: 200px; /* 調整高度 */
    background-position: left center; /* 手機版時背景圖片靠左顯示 */
  }
  .banner h5 {
    font-size: 24px; /* 調整文字大小 */
  }
  .banner::after {
    background-position: left center; /* 手機版時滾動背景圖片靠左顯示 */
  }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



.car_page .information_left {
    display: block;
}
body.car_page .footer_info li p:before{
    position: initial;
    display: inline;
}
.contact_le_map a{background: #2a93d8; }




@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {}
.footer.with_shopping_mode { padding:30px 0 55px; }
#to_top { bottom:50px;}
}

@media screen and (max-width: 600px) { 
}


.copy {
    color: #5b5757;
    border-top: 1px #e7e7e7 solid;}

.privacyLinks a+a {
    border-left: 1px solid #31413f ;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*頁碼*/
.path {
    width: 96%;
    margin: auto;
    font-size: 13px;
    color: #334b37;
    text-align: right;
    border-bottom: 1px solid #334b37;
}

body.other_page .path {display: none;}

.path p {
        position: relative;
        width: auto;
        display: inline-block;
        padding-left: 5px;
        line-height: 24px;
        margin-bottom: -1px;
        border-bottom: 1px solid #334b37;
        max-width: 80%;
    }
.path p a:hover {
    color: #334b37;
}
    .path p:after {
        content: '';
        position: absolute;
        display: block;
        width: 5px;
        height: 5px;
        background: #334b37;
        border-radius: 5px;
        left: 0;
        bottom: -3px;
    }





/*按鈕*/
.animated-arrow {
    background:#214B56;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    width: 250px;
    text-align: center;
    position: relative;
}


/*影片管理*/

.video-layer-two li a {
    position: relative;
    border: 1px #ffffff solid;
    background: transparent;
    padding: 7px 16px;
    display: block;
    font-size: 16px;
    color: #000000;
}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.car_page .information_left {
    display: block;
}

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part {
    max-width: 1500px;
}

/* .product_info_page .main_part { max-width:1200px;} */

.product_page .show_content,
.product_info_page .show_content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}

.product_page .product_menu_list {
    position: relative;
    width: 220px;
    letter-spacing: 1px;
  
    min-height: 30vw;
}

.product_page .products-list,
.product-wrapper {
    width: calc(100% - 270px);
}

ul.page {
    width: 100%;
}

.product-layer-two li ul {
    position: static;
    margin-top: 5px;
    
    width: 100%;
    margin-left: 0;
}

.product-layer-two li:hover ul {
    border: none !important;
    
}

.product-layer-two li li {
    display: block;
    padding: 0;
    transition: all ease .3s;
}

.product-layer-two li.active a {
    font-weight: bold;
    border: 0px #ccc solid;
}




.product-layer-two li li a {
    padding: 5px 10px;
    background-color: #f3f3f32b;
}

.product-layer-two li li:hover>a {
    background: #fff;
    color: #334b37;
}

.product-layer-two>li {
    width: 100%;
    max-width: 100%;
    padding: 0;
    text-align: left;
    padding-bottom: 5px;
}

.product-layer-two>li ul>li+li {
    margin-top: 5px;
}

.product_info_page .product-layer-two {
    display: none;
}

.product_info_page .products-list,
.product-wrapper {
    width: 100%;
    background: transparent;
    padding: 20px;
}

.pd_tabTitle li.activeTab::after {
    height: 0px;
}
.product-layer-two li li:hover {
    margin-left: 15px;
    border-bottom: 1px dotted #ccc;
}

.product-layer-two li li>a:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 8px;
    background: transparent;
    left: 0;
    margin-left: -20px;
    top: 50%;
    margin-top: -4px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.product-layer-two li li:hover>a:before {
    background: #334b37;
}

.product_info_page .half_box {
    width: 100%;
    float: none;
    padding-right: 0;
}

.product_info_page .half_box li.btn_blankTop {
    margin-top: 50px;
    justify-content: space-between;
    display: flex;
}

.product_info_page .half_box li.btn_blankTop input {
    width: calc(50% - 10px);
    background-image: none;
    padding: 0;
    text-align: center;
}

#prod_thumbSwiper .swiper-slide {
    padding-top: calc(25% - 2px);
    position: relative;
}

#prod_thumbSwiper img {
    position: absolute;
    left: 0;

    top: 0;
}
.products-list .pic {
    aspect-ratio: 4 / 5;
}

/*外層*/
.products-list .more {
    border: 1px solid #dfd9d9;
    color: #6b6b6b;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    text-align: center;
    transition: all .5s;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
}

.products-list .item a:hover .more {
    background: #E3A936;
    color: #ffffff;
    letter-spacing: 2px; border: 0px solid #fff;
}

.products-list .name {
   font-size: 18px;
    color: #50626d;
    letter-spacing: 1px;
    margin-top: 15px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: auto;
    font-weight: 600;
}

.products-list .price b {
    color: #334b37;
	width: calc(50% - 10px);
}
.price .sp_price {
    font-weight: 600;font-size: 15px;
}
.price .ori_price {font-size: 13px!important;
    font-weight: 400;
}
.products-list .item {
    position: relative;
    background-color: transparent;
    padding: 5px;
}
/* 1. 基礎設定：外層容器要溢出隱藏 */
.products-list .pic {
    overflow: hidden;
}

/* 2. 圖片原始狀態：加入過渡動畫 */
.products-list .pic img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease; /* 控制縮放的速度與平滑度 */
}

/* 3. Hover 狀態：放大 1.1 倍 */
.products-list .pic:hover img {
    transform: scale(1.1);
}

/*左側分類*/

.product-layer-two li a {
    position: relative;
    background: transparent;
    padding: 7px 16px;
    display: block;
    font-size: 16px;
    color:#0f3c48;
    border-bottom: 1px #dfd9d9 solid;
    border-left: 0;
    border-right: 0;
    border-top: 0;
}

.product-layer-two li:hover a {
    color: #E5B84C;
    border: 1px #0C2118solid;
   
}
/*下拉圖示*/
.product-layer-two li i.close::before {
    content: '\f056';
    color: #0C2118;
}

/*左邊分類底色*/
.product-layer-two>li.active {
    background: transparent;

}

/*產品資訊標題*/
.pd_tabTitle li.activeTab a {
    color: #afafaf;
}

element.style {
    color: #334b37;
}

/*產品資訊內文*/
element.style {
    color: #334b37;
}
.pd_tabInner_contain {
    padding-top: 20px;
    color: #334b37;
}

/*右側商品資訊*/
.product_info li .txt_box {
    display: inline-block;
    vertical-align: top;
    color: #334b37;
}

/*標題*/
.sidebarBtn h2 {
    color: #0f3c48;
    font-size: 24px;
}

.sidebarBtn .price {
    color:#5b5f57;
    font-size: 22px;
	border-bottom: 0px solid
}

.sidebarBtn .sp_price {
    display: block;
    color: #bd2424;
    font-size: 22px;
    font-weight: bold;
}
/*加入購物車*/
.inquiry_a3 {
   background:#085165;
}
/*加入詢價*/
.inquiry_a1 {
    background:#085165;
}
/*檢視詢價車*/
.inquiry_a2 {
    background:#085165;
}


.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover {
    letter-spacing: 2px;
    background: #E3A936;
}

/*底*/
.sidebarBtn {
    padding: 15px;
    display: inline-block;
    width: 28%;
    vertical-align: top;
    border: 0px #dddddd00 solid;
    background: transparent;
}

/*內文*/
.product_info li span {
    display: block;
    font-size: 12px;
    color: #858987;
    margin-bottom: 3px;
    letter-spacing: 1px;
}


/*底下相關商品*/
.prod_related {
    background: #e9dfd3;
    padding: 25px 15px;
}

.prod_related h6 span:before {
    content: '相關推薦';
    font-size: 24px;
    color: #334b37;
}

.related_list li a {
    display: block;
    padding: 0px;
    background: #fff;
    height: 100%;
}

/*詢價車*/
/*回產品頁*/
.rewrite_simple {
    background: #085165 url(../images/simple_left.png) 10% center no-repeat;
}


/*送出詢價*/
.send_simple {
    background: #085165  url(../images/simple_right.png) 88% center no-repeat;
}

.shopping-cart .cart_head {
    background:#0f3c48;
    color: #fff;
}

/*訂購資料*/
.formbox_form li .form__label {
    display: block;
    width: 100%;
    text-align: left;
    
}

.form label {
    display: block;
    position: relative;
    float: left;
    width: auto;
    margin-right: 20px;
    margin-bottom: 5px;
    color: #1e1e1e;
}

.form label.Bigcheck {
    float: none;
    display: inline-block;
    color: #0f3c48;
    font-size: 15px;
    margin-left: 20px;
    top: 5px;
}

.declaration {
    background: #eef2f7;
    line-height: 40px;
    padding: 5px 15px;
}

.shopping-cart .cell.product_name p {
    width: calc(100% - 90px);
    
}
.separate_title { background: #eff2f5}
.shopping-cart .cell {
    padding: 10px;
    text-align: center;
    width: 20%;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 5px;
    
}

.total_amount li b {
    font-weight: normal;
   #38393b
}


.total_amount li {
    margin: 10px 0;
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
   
}

.total_amount li .couponData, .total_amount li .transFree {
    color: #ff4f4f;
}

.send_simple:hover {
    background-color: #E3A936;
}

.rewrite_simple:hover {
    background-color: #E3A936;
}

.border200,.longer {
    width: 100%;}
	
.formbox_form li.checknumBox .form__insert input+img {
    margin-left: 0px;
    padding-top: 20px;
}	
.border200 {color: #353434;
       border: 1px solid #e7e7e7;
    }
.prod_part {
    padding: 100px 20px;
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*底色通常為白色*/
.payer {
    background: #ffffff;
}
.order_list_tab td:nth-child(1) {
    background: #eff2f5;
    color: #808283;
    width: 100px;
    font-weight: 600;
}
.order_list_pro tr:first-child td {
    color: #f2f8fa;
    font-weight: 1000;
    background-color: #333333;
}
/*匯款資訊*/
.contact_le_map a {
    display: block;
    background:#eef2f7;
    text-align: center;
    padding: 10px;
    color: #0f3c48;
}
.blank_letter {
    padding-top: 30px;
    font-size: 26px;
    color: #334b37;
    background-position: left bottom;
    background-repeat: no-repeat;
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.path{display:none;}
/*文章管理*/

.blog_list_ri h5 {
	color: #0f3c48;
    font-size: 18px;
    display: flex;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.blog_list_ri p {
    font-size: 14px;
    font-weight: 300;
    padding-top: 10px;
	color: #999999;
    -webkit-line-clamp: 2;
}

.blog_list_ri em {
    margin-top: 15px;
    font-size: 12px;
    font-weight: 300;
}

.subbox_item a {
    display: flex;
    flex-wrap: wrap;
}

.blog_list_ri {
    padding: 0 15px 15px 15px;
}

.accordion li .link a {
    font-weight: 400;
    letter-spacing: 2px;
    padding: 10px 10px;
    color: #3f4f53;
}

.blog_subbox {
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
}
.blog_shareData{display: none;}
.subbox_item a:after { background: rgba(0,0,0,0.5);}

/*標題*/
h5.blog_le_t {
    font-size: 24px;
    font-weight: 500;
    color: #666;
    letter-spacing: 2px;
    margin-bottom: 7px;
    position: relative;
}
.blog_search input[type=search] {
	border-radius: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #c6d4e3;
}

/*文章側邊選單hover*/
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category { background:#0C2118 !important ;}
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {background: #0f3c48 !important ;    transition: all .5s;}
.blog_page .main_part {max-width:1600px;}
.submenu li.on_this_category a, .submenu a:hover {
    background: #f3f3f3;
    color: #444;
        transition: all .5s;
}
.blog_search {
    margin-bottom: 20px;
}
.accordion li+li .link {
    transition: all .5s;
}
.submenu a {background: #fff;}

/*回列表*/

.blog_back a.article_btn_prev,.blog_back a.article_btn_next,.blog_back a.article_btn_back {
   background: #4e818f ;
    color: #ddd6d6;
    letter-spacing: 1px;
    font-weight: 300;
}
.blog_back a.article_btn_prev:hover, 
.blog_back a.article_btn_next:hover, 
.blog_back a.article_btn_back:hover {
    background: #093c49;transition: background 0.3s ease;
    /* 如果需要，也可以在這裡調整文字顏色或亮度 */
}
.blog_back a {
    width: auto;
}

.blog_back a {
    padding: 6px 160px;}
.blog_back {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    grid-gap: 15px;
}

.blog_back:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #00000017;
    bottom: 96px;
}
.blog_le .accordion {
   border: 1px #c6d4e3 solid;}

.edit {
    padding: 30px 0 90px;
    font-weight: 200;
    color: #888d8f;
    letter-spacing: 0.04em;
}

.subbox_item a:hover:before {
    transform: translate(-50%, -50%) scale(1);
    transition: all 500ms;
}


.blog_list_le img {
    z-index: 999;
    padding: 20px;
	
}

/*/文章圖片HOVER效果*/
.subbox_item a:hover .blog_list_le img {
    filter: brightness(.5);
    padding: 10px;
}

h4.blog_category_title {
    color: #133c47;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;
}

.subbox_item {
    display: block;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #ffffff1c;
    border-radius: 5px;
}

.subbox_item a:after{display: none;}
.subbox_item a:before{display: none;}

.blog_list_le {
    position: relative;aspect-ratio: 4 / 5;
}
.blog_list_le:before {
    content: 'READ MORE';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9999;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 14px;
    opacity: 0;
    letter-spacing: -0.7em;
    filter: blur(30px);
    transition: opacity 0.7s ease, letter-spacing 0.9s ease, filter 0.8s ease;
}

.subbox_item a:hover .blog_list_le:before{
    opacity: 1;
    letter-spacing: 1px;
    filter: blur(0px);
}

h5.blog_le_t em {
    font-family: "Noto Serif TC";
}
/*相關文章*/

.news_related{display: none;}

.news_related h6 span:before {
    color: #505050;
    font-weight: 400;
}


.news_related_list li a:hover {
    padding: 10px 10px 0px;
    transition: .3s;
}

.news_related_list li a {
    transition: .3s;
}

.news_related {
    background: #f3f3f3b5;
}

.news_related_list li a p {
    padding: 10px;
}


@media screen and (max-width: 1024px) {
.blog_subbox {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
}

@media screen and (max-width: 980px) {
.blog_back:after {
    bottom: 69px;
}
}

@media screen and (max-width: 768px) {
.blog_le {
    width: 220px;
    position: relative;
    top: 0px;
    left: 50%;
    transform: translateX(-50%) !important;
}

.blog_in_page .blog_le {
    top: -42px;
    padding-bottom: 5vw;
    margin-bottom: 0vw;
    border-bottom: 1px solid #dfdfdf;
}

.blog_subbox {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
.accordion li .link a {
    text-align: center;
}
}

@media screen and (max-width: 600px) {
    .blog_back:after {
    bottom: 49px;
}

}
/*隱藏文章縮圖*/
.articel_mainPic img {display: none;}




/*首頁-文章管理*/
.module_i_news li a:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 8;
    background: #e9dfd3;
    opacity: 0;
    border: 0px #3d3938 solid;
}



/*首頁-文章顯示*/
.module_i_news li:nth-child(n+5) {
    display: none !important;
}

/*標題*/

.module_i_news .title_i_box h4 {
    font-size: 24px;
    color: #334b37;
    font-weight: bold;
    letter-spacing: 3px;
}

.module_i_news .title_i_box h4:before {
    content: "NEWS";
    display: block;
    color: #334b37;
    font-size: 40px;
    letter-spacing: 3px;
    margin-bottom: -5px;
    font-weight: 100;
}

/*文章標題*/
.i_blog_ri h5 {
    font-weight: 500;
    font-size: 20px;
    color: #3d3938;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
}

/*時間*/
.i_blog_ri em {
    font-size: 14px;
    color: #858585;
    font-style: normal;
    display: block;
    margin: 7px 0;
}

/*內文*/
.i_blog_ri p {
    font-size: 15px;
    color: #3d3938;
    line-height: 130%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    word-break: break-all;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*相簿*/
.album_page .main_part {padding: 100px 20px;}
.show-list .item:hover .show_name {
    color:#86AA33;
}
.other_subalbum li {
    display: block;
    background: transparent;
    width: 100%;
    margin: 0;
    border: none !important;
}

.album_fixed_title {
    color: #939292;
    font-size: 16px;
    background: none;}

/*下方分類按鈕*/
.other_album_choice li {
    background: #454242;
    font-size: 15px;
    display: inline-block;
    border-radius: 5px;
    padding: 7px 20px;
    margin: 0 7px 7px 0;
}
.subalbum-menu h2 {
    font-size: 18px;
    color: #86AA33;}
/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    left: 0;
    width: 100%;
    position: fixed;
    padding: 20px;
}
.subalbum-menu {
    padding: 0px; 
}
.album_page .show-list {
    grid-template-columns: repeat(auto-fill, minmax(401px, 1fr));}
.album_page .page{display:none;}
.show-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));}
	

.stellarnav.desktop li.bigMenu ul ul {
    top: 100%;
    left: 0;
    width: 100%;
    background: #2d2d2d;
    height: auto;
    max-height: 300px;
    overflow: auto;
}
.show-list .show_name {
    font-size: 18px;
    color: #777777;
    font-weight: 400;}
.stellarnav.desktop li.bigMenu ul ul li {
    margin: 0;
}

.stellarnav.hasBigMenu li.bigMenu li.has-sub>a:after {
    border-left: 6px solid transparent;
    border-bottom: unset;
    border-right: 6px solid transparent;
    border-top: 6px solid #898989;
    right: 5px;
}

.show-list .show_pic :before {
    content: 'READ MORE';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9999;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 14px;
    opacity: 0;
    letter-spacing: -0.7em;
    filter: blur(30px);
    transition: opacity 0.7s ease, letter-spacing 0.9s ease, filter 0.8s ease;
}

.show-list .show_pic a:hover ..show-list .show_pic:before{
    opacity: 1;
    letter-spacing: 1px;
    filter: blur(0px);
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*表單功能*/
.contact_content {
    margin: auto;
    padding: 20px 5vw;
}
.contact_editbox {
    margin: auto;
    padding: 0;
}
.contact_content .information_left {
    width: 100%;
}
.contact_content .information_right {
    width: 100%;
    padding-left: 0;
}
.list_before ,.blank_letter {
    display: none;
}
.information_left, .information_right {
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 35px;
	padding-left: 0px;
}
.contact_form li .form__label {
    display: flex;
    max-width: 85px;
    text-align: left;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.red {
    color: #C8AE8B;
}
.star {
    padding: 1px;
    display: inline-block;
    width: 13px;
}
.blank_letter {
    padding-top: 30px;
    font-size: 20px;
    color: #ffffff;
    background-position: left bottom;
    background-repeat: no-repeat;
}

.contact_form {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 15px;
    color: #444;
    display: grid;
    grid-template-columns: 1fr 1fr; /* 兩欄 */
    grid-template-areas:
        "row1 row2"
        "row3 row3"
        "row4 row4"
        "row5 row5"
        "row6 row6"
        "row7 row7"
        "row8 row8"
        "row9 row9"
        "row10 row10";
    grid-gap: 10px;
}
.contact_form li:nth-child(1) { grid-area: row1; }
.contact_form li:nth-child(2) { grid-area: row2; }
.contact_form li:nth-child(3) { grid-area: row3; }
.contact_form li:nth-child(4) { grid-area: row4; }
.contact_form li:nth-child(5) { grid-area: row5; }
.contact_form li:nth-child(6) { grid-area: row6; }
.contact_form li:nth-child(7) { grid-area: row7; }
.contact_form li:nth-child(8) { grid-area: row8; }
.contact_form li:nth-child(9) { grid-area: row9; }
.contact_form li:nth-child(10){ grid-area: row10; }





.contact_form li {
    display: grid;
    grid-template-columns: 90px 1fr;
    grid-gap: 0px;
    font-size: 13px;
    font-weight: 300;
    /* border-bottom: 1px #ffffff5c solid; */
    padding-bottom: 15px;
}
.contact_form li.last blockquote {
    color: #ffffff;
    border: unset;
    background: unset;
    border-bottom: 1px #fff solid;
}
.contact_form li.last cite {
    border: unset;
    background: unset;
    border-bottom: 1px #fff solid;
}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {
    display: grid;
    grid-template-columns: 90px 1fr;
    grid-gap: 5px;
    grid-template-columns: repeat(auto-fit, 13px 90px);
    align-items: center;
}
.contact_form li.last {
    gap: 10px;
}

@media screen and (max-width: 600px) {
    .contact_form li .form__label {
        width: 100%;
        margin-left: 0;
        text-align: left;
        font-weight: bold;
        padding: 5px;
        background: rgb(130 130 130 / 15%);
    }
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = = = = = */
.path {
    padding: 0 10px;
    display: none;
}

#content {
    width: 100%;
    min-height: 80vh;
   }
.prod_related {
	background: #d8e7e9;
	padding-top: 100px;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 15px;
}
.prod_related h6 span:before {
    content: '相關推薦';
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 3px;
    color: #0f3c48;
	
}
.lastPage {
    font-size: 16px;
    color: #1b1b1b;
    background:#eff2f5;
    padding: 10px 20px;
    display: block;
    margin: 40px auto;
    width: 130px;
    text-align: center;
}
.order_list_tab td {
    border-top: 1px #eff2f5 solid;
}
.toShare {
     border-top:0px solid }
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
@media screen and (max-width: 768px) {
    /* 開啟手機板下方按鈕所需設定 */
    #bottom_menu {
        display: none;
    }

    .footer.with_shopping_mode {
        padding: 10px 0;
    }

   
}

#content_main {
   min-height: 0vh;}
   
   

/* --- 浮動按鈕容器 --- */

.info_fix {

    width: fit-content;

    display: flex;

    position: fixed; /* 確保懸浮 */

    bottom: 30px;

    right: 30px;

    z-index: 9999;

    flex-direction: row;

    align-items: center;

    /* 進場動畫：淡入並從右方滑入 */

    opacity: 0;

    animation: floating-fade-in 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;

    animation-delay: 1.5s; /* 縮短等待時間，讓功能更直覺 */

}



/* --- 進場動畫定義 --- */

@keyframes floating-fade-in {

    0% {

        transform: translateX(50px);

        opacity: 0;

    }

    100% {

        transform: translateX(0);

        opacity: 1;

    }

}



/* --- 展開的聯絡鏈結面板 --- */

.info_fix_links {

    display: flex !important;

    position: absolute;

    right: 0;

    padding: 8px 15px;

    /* 改為您指定的專業深色調，移除橘色 */

    background: #415B61;

    border-radius: 30px;

    width: fit-content;

    flex-direction: row;

    opacity: 0;

    pointer-events: none; /* 隱藏時不可點擊 */

    transform: scaleX(0.8);

    transform-origin: right center;

    transition: all 0.6s cubic-bezier(0.73, 0.08, 0.11, 0.99);

    box-shadow: 0 4px 15px rgba(0,0,0,0.15);

}



/* --- 主按鈕 (燈泡圖示圓圈) --- */

.linksBtn {

    width: 50px;

    height: 50px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    z-index: 10;

    background: #415B61;

    cursor: pointer;

    box-shadow: 0 4px 12px rgba(0,0,0,0.2);

    transition: all 0.4s ease;

}



/* --- 觸發展開效果 (Hover) --- */

.info_fix:hover .info_fix_links {

    opacity: 1;

    pointer-events: auto;

    right: 50px; /* 移到主按鈕左側 */

    transform: scaleX(1);

}



.info_fix:hover .linksBtn {

    background: #D0A060; /* Hover時顏色加深 */

    transform: rotate(15deg); /* 輕微旋轉增加動態感 */

}



/* --- 圖示樣式修正 --- */

.fa-lightbulb::before, .fa-xmark::before {

    content: "";

    display: block;

    background-image: url(https://pic03.eapple.com.tw/rising/f_icon.png);

    width: 24px;

    height: 24px;

    background-size: contain;

    background-repeat: no-repeat;

    background-position: center;

    filter: brightness(100); /* 圖示轉白色 */

}



/* --- 個別社群按鈕 --- */

.info_fix_links a {

    color: #fff;

    margin: 0 8px;

    font-size: 18px;

    display: flex;

    align-items: center;

    justify-content: center;

    transition: transform 0.3s ease;

    position: relative;

}



.info_fix_links a:hover {
        background: #ce9f66;
    transform: translateY(-3px); /* 懸浮時往上微跳 */

}



/* --- Tooltip 提示文字 --- */

.info_fix_default::before {

    content: attr(data-label); /* 建議在 HTML 加入 data-label 屬性 */

    position: absolute;

    bottom: 130%;

    left: 50%;

    transform: translateX(-50%) translateY(10px);

    padding: 4px 10px;

    background: #333;

    color: #fff;

    font-size: 11px;

    border-radius: 4px;

    white-space: nowrap;

    opacity: 0;

    pointer-events: none;

    transition: all 0.3s ease;

}



.info_fix_default:hover::before {

    opacity: 1;

    transform: translateX(-50%) translateY(0);

}



/* --- FB/LINE 等顏色保留原始設定但調柔和 --- */

.info_fix_fb:hover { color: #345AA5; }

.info_fix_line:hover { color: #21B44D; }

.info_fix_ig:hover { color: #cc2366; }.
.info_fix_tel:hover { color: #cc2366; }

.info_fix_mail:hover { color: #3498a5; }



/* --- 手機版樣式優化 --- */

@media screen and (max-width: 768px) {

    .info_fix {

        width: 100%;

        bottom: 0;

        right: 0;

        animation: none; /* 手機版直接出現或簡易淡入 */

        opacity: 1;

    }



    .linksBtn {

        display: none; /* 手機版通常直接展示功能條 */

    }



    .info_fix_links {

        position: relative;

        width: 100%;

        right: 0;

        opacity: 1;

        pointer-events: auto;

        transform: none;

        border-radius: 0;

        background: #415B61; /* 維持深色專業感 */

        display: flex !important;

        justify-content: space-around;

        padding: 10px 0;

    }



    .info_fix_links a {

        width: 25%;

        margin: 0;

    }

}