@charset "utf-8";
/*網站全域設定/＝＝＝＝＝*/
.edit_part {
    padding: 0;
}


/* 商品下拉超過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個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.banner.banDesign { background-color:#333;}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
#content,#content_main {
    background-image: url(https://pic03.eapple.com.tw/quanyi/content-background.png);
    background-attachment: fixed;
    background-repeat: repeat;
}

@media screen and (max-width: 768px) {
    #content,
    #content_main {
        background: #fff !important;
    }
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*反白顏色*/
::-moz-selection{  background-color:#09436D;  color: #fff;}
::selection{  background-color: #639EB7;  color: #fff;}
:root {
    --MainColor: #09436D;
    --SubColor:#C5B067;
    --SubColor02:#09436D;
    --logocolor01:#000;
    --SFont:'Noto Serif TC', serif;
    --SFontEN: 'EB Garamond', serif;
    --TitleColorEN:#09436D;
    --TitleColor:#09436D;
    --FontColor:#000; 
    transition: var(--trans);
    --trans: .4s linear;
    --f60: 60px;
    --f54: 54px;
    --f48: 48px;
    --f42: 42px;
    --f40: 40px;
    --f36: 36px;
    --f32: 32px;
    --f28: 28px;
    --f24: 24px;
    --f22: 22px;
    --f20: 20px;
    --f18: 18px;
    --f17: 17px;
    --f16: 16px;
    --pd80:80px;
}

/*★★★卷軸設定↓↓↓↓↓↓↓↓↓↓↓↓*/
/* 捲軸寬度及高度 */
::-webkit-scrollbar {
    width: 10px; /*右側捲軸寬度*/
    height: 0px; /*下方捲軸高度*/
}

/* 軌道背景底色 */
::-webkit-scrollbar-track {    background: #EBEBDF; }
/* 滑桿顏色 */
::-webkit-scrollbar-thumb {    background: #09436D;}
/* 滑桿滑鼠滑入時的顏色 */
::-webkit-scrollbar-thumb:hover {    background: #C5B067; }

/* 頁面的麵包屑 首頁/頁面名稱/ */
.path { display:none;}
.pageIndex .main_part {    border-top: none;}
#content {    min-height: 80vh;}
body.blog_in_page {
    font-size: var(--f16);
    letter-spacing: 1px;
}

/*頁碼*/
.page strong, .page a:hover {    background: var(--SubColor);}
.page li.activeN {    color: var(--SubColor);}

.main_part {    max-width: 1400px;    padding: var(--pd80) 20px;}


@media screen and (max-width: 768px) {
.main_part {
    padding: 20px;
}
}

.me_tp_features,.sb_marquee  {
    display: none;
}


/* ================= Header ================= */

/* 預設 Header */
.header_area {
    position: sticky;
    width: 100%;
    background: #fff;
    transition: background 0.4s ease;
    border-bottom: none; /* 移除框線 */
}

/* 首頁改為 fixed */
.pageIndex .header_area {
    position: fixed;
}

/* 內層背景 */
.main_header_area {
    background: #fff;
    transition: background 0.4s ease;
}

/* 滑動後變深藍 */
.header_area.sticky .main_header_area {
    background: #09436d;
}


.header_area.sticky {    background: #09436d;
}
.main_header_area .container {
    max-width: 1600px;}

/*隱藏購物車搜尋欄*//*
.box_search{display:none;}
/*隱藏購物車*//*
.me_tp_features a.tp_btn_cart {display: none;}
/*隱藏匯款通知*//*
.me_tp_features a.tp_btn_notice{display: none;}
/*隱藏選單按鈕連結*//*
.tp_links{display: none;}

/*選單漸變效果＝＝*/
/*首頁固定選單 開啟後下方RWD 768對應標籤也需開啟*//*
.pageIndex .header_area{position: fixed;    width: 100%;}

/*Logo/＝＝＝＝＝*/
.nav-brand {    width: 100%;max-width: 250px;transition:all 0.3s;}
.header_area .nav-brand {    transition: all 0.3s;}
.header_area.sticky .nav-brand {    max-width: 220px;}

/*按鈕/＝＝＝＝＝*/
.animated-arrow {
    background: var(--logocolor02);
    overflow: hidden;
}
.animated-arrow:before {
    content: '';
    background: var(--logocolor01);
    width: 120%;
    left: -10%;
    transform: skew(30deg);
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
    height: 100%;
    position: absolute;
    z-index: 0;
}
.animated-arrow:hover:before {
    transform: translate3d(100%, 0, 0);
}
.animated-arrow b, .animated-arrow .i_blog_b a i.fa-solid.fa-arrow-right {
    z-index: 2;
    position: relative;
}


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;}
.swiper-slide img {
    height: auto;
    animation: none !important;
    transform: scale(1.011);
}

@media screen and (max-width: 768px) {
    .bannerindex {
        position: relative;
        height: auto;
    }

    .swiper-banner {
        position: relative;
        margin: 0;
        height: 100%;
    }
    .navigation {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;

}
.pageIndex .header_area {
    position: sticky;
}
}






/*大圖*/

.pageIndex .swiper-wrapper .swiper-slide:nth-child(2)::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/quanyi/banner-04.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}
.pageIndex .swiper-slide.swiper-slide-active:nth-child(2):before { animation: slide-in-bottom 2.5s; animation-fill-mode: both;}

@keyframes bgin{
    0%{opacity: 0; transform: translateY(100px);}
    100%{opacity: 1;
        transform:scale(1) translateY(0);
        background-size: cover;}
}



.swiper-slide.swiper-slide-active:nth-child(2):before{
    -webkit-animation: slide-in-bottom 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s both;
	        animation: slide-in-bottom 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s both;
}
@-webkit-keyframes slide-in-bottom {
    0% {
      -webkit-transform: translateY(100px);
              transform: translateY(100px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }
  @keyframes slide-in-bottom {
    0% {
      -webkit-transform: translateY(100px);
              transform: translateY(100px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }





.swiper-slide.swiper-slide-active:nth-child(1):after  {   
    background: url(https://pic03.eapple.com.tw/quanyi/banner-04.png); animation: bg 2s;animation-fill-mode: both;}

@keyframes bg{
    0%{opacity: 0;width: 80vw;}
    100%{opacity: 1;width: 35vw;}
}
.pageIndex .swiper-wrapper .swiper-slide:nth-child(1)::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/quanyi/banner-03.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}
.pageIndex .swiper-slide.swiper-slide-active:nth-child(1):before { animation: slide-in-bottom 2.5s; animation-fill-mode: both;}

@keyframes bgin{
    0%{opacity: 0; transform: translateX(100px);}
    100%{opacity: 1;
        transform:scale(1) translateX(0);
        background-size: cover;}
}


@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}





/*logo*/
.nav-brand img {
    max-width: 130%;
}


@media only screen and (max-width: 1100px) {
.nav-brand img {
    max-width: 110%;
}
}
@media only screen and (max-width: 570px) {
.nav-brand img {max-width: 100%;
}
}

@media only screen and (max-width: 400px) {
.nav-brand img {max-width: 80%;
}

}




#bottom_menu li a i, #bottom_menu li a em {
    color: #C5B067;
}

/* -------------------- FOOTER -------------------- */


/*RWD */
@media screen and (max-width: 768px) {

    /* 開啟手機板下方按鈕所需設定 */

    .footer.with_shopping_mode {
        padding: 30px 0 70px;
    }

    #to_top {
        bottom: 60px;
    }
}


/*--------------------版權塊 -------------------- */

.copy {
    border-top: none;
    margin-top: 30px;
}

.copy,
.copy a {
    font-size: 10px;
    color: var(--bg-color);
}

.copy a:hover {
    color: var(--bg-color);
    text-decoration: underline var(--bg-color) 1px solid;
    text-underline-offset: 4px;
}

/*YKQK版權塊 -------------------- */

.footer {
    background: #fff;
    padding: 40px 0 20px;
    box-shadow: 0px -5px 20px rgba(51, 51, 51, .05);
}

.footer .center {
    padding: 0 3%;
    max-width: 1200px;
}

.footer_logo {
    width: 40%;
    max-width: 250px;
    margin: 0 auto;
}

.footer_info {
    grid-template-columns: 1fr;
    padding: 0;
    grid-gap: 20px;
}

.footer_info li {
    padding: 0;
}

/* 聯絡資訊 */
.footer_info li:nth-child(1) {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 320px;
    margin: 0 auto;
    gap: 0px 20px;
    text-align: center;
}

.footer_info li p,
.footer_info li p a{
    color: var(--FontColor);
}


/* 導覽按鈕 */
.footer_info li:nth-child(2) {
    margin-top: 20px;
    text-align: center;
}

.footer_menu a {
    background: #09436d14;
    border-radius: 5px;
    border: none;
    font-size: 12px;
    color: var(--MainColor);
    transition: var(--tr);
    font-weight: bold;
}

.footer_menu a:hover {
    background: transparent;
    color: var(--SubColor);
    transition: var(--tr);
}

/* 隱藏回首頁 */
.footer_menu a:first-of-type {
    display: none;
}


/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */

@media screen and (max-width: 1300px) {
    .footer_info {
        grid-template-columns: 1fr;
        padding-right: 0;
        text-align: center;
    }

    .footer_logo {
        /* width: 120px; */
        margin: 0 auto;
    }

    .box_link {
        position: relative;
        max-width: inherit;
        flex-direction: row;
        right: auto;
        justify-content: center;
    }

    .box_link a {
        margin: 8px;
    }

}


@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}

/*第一層*/
/* 滑動後變白 */
.header_area.sticky .stellarnav > ul > li > a b {
    color: #fff;
}

.stellarnav > ul > li {
    padding-top: 15px;
}

.stellarnav ul {    text-align: right;}
.stellarnav > ul > li > a {
    transition: all 0.3s;
    color: var(--FontColor);
    letter-spacing: 0.03rem;
    padding: 0 12px;
    margin: 0;
    font-weight: bold;
}
.stellarnav > ul > li:hover > a{color: var(--logocolor01);    font-size: 15px;}
.stellarnav li.has-sub > a:after {
    position: absolute;
    top: 40%;
    right: 5px;
    height: 7px;
    width: 7px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: #09436D;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}/*下拉線條箭頭*/


/* 滑動後變白 */
.header_area.sticky .stellarnav li.has-sub > a:after {
    border-color: #fff;
}

/*第二層*/
.stellarnav li li {    border: none;}
/* 次選單 li hover 變藍色 */

.stellarnav li li > a, .stellarnav li li.has-sub > a {
    padding: 10px 7px;
    transition: all 0.3s;
}
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {
    color: #fff;
    padding-left: 10px;
    background: var(--logocolor01);
}

.stellarnav > ul > li > a b {color: #09436D;}

/* Stellarnav 子選單 hover 變藍 */
.stellarnav li li a:hover {
    background-color: #09436D; /* 想要的藍色 */
    color: #fff;               /* 文字變白，看起來清楚 */
}


/*rwd*/

@media screen and (max-width: 1100px) {
.stellarnav > ul > li > a {
    padding: 0 10px;}
}
@media screen and (max-width: 1024px) {
    :root {
    --f60: 54px;
    --f54: 48px;
    --f48: 40px;
    --f42: 38px;
    --f40: 36px;
    --f36: 32px;
    --f32: 28px;
    --f28: 24px;
    --f24: 22px;
    --f22: 20px;
    --pd80:60px;
}

/*Header/＝＝＝＝＝*/
.pageIndex .header_area {    opacity: 1;position: sticky;}
.header_area {position: sticky;background: #fff;}
.navigation {
    display: flex;
    align-items: center;
}
.stellarnav ul {
    text-align: center;
}
}



@media screen and (max-width: 800px) {
    .stellarnav > ul > li > a {
        padding: 0 8px;
    }
}


/*選單*/
@media screen and (max-width: 768px) {

.header_area.sticky .stellarnav > ul > li > a b {
    color:#09436D;
}


/*側邊選單*/

    .stellarnav .menu-toggle:after {margin-top: 8px;font-weight: 400;}
    .stellarnav .menu-toggle span.bars span {height: 1px;}
	.stellarnav.mobile > ul > li > a.dd-toggle{top: 15px;}
	.stellarnav.mobile > ul > li.open > a.dd-toggle{top: 5px;}
	.stellarnav a.dd-toggle .icon-plus:before,.stellarnav a.dd-toggle .icon-plus:after {border-bottom: solid 1px #09436D;}
	.stellarnav.mobile .close-menu{position: relative;color: transparent;}
	.stellarnav.mobile .close-menu > *{display: none;}
	.stellarnav.mobile .close-menu:before{content: "×";position: absolute;right: 10px;top: 10px;color: #000;
        font-size: 12px;}
    .stellarnav.mobile > ul > li > a b{vertical-align: middle;}
	.stellarnav .menu-toggle span.bars span {height: 2px;width: 28px;background: #09436D;}
	.stellarnav .menu-toggle:after {display: none;}
	.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {background: transparent;}
	.stellarnav.mobile.left .close-menu {background: #09436D;width: 32px;height: 32px;margin: 10px 10px 0 auto;
		border-radius: 10px;display: block;}
    .stellarnav.mobile .close-menu:before {font-size: 20px;top: 0;right: 0;display: block;width: 100%;height: 100%;
    	line-height: 30px;text-align: center;color: #fff;padding-left: 1px;}
    .stellarnav.mobile {left: 20px;top: 8px;}
    .stellarnav.mobile li.open {background: #f8f8f8;padding: 0;}
    .stellarnav.mobile li.open li.open {background: #f3f3f3;padding: 0;}
    .stellarnav.mobile li li.has-sub a {padding: 10px 15px;}
    .stellarnav.mobile li.has-sub li a {text-align: left;padding: 8px 15px;color: #09436D;}
    .stellarnav.mobile li.has-sub li a.dd-toggle{right: 5px;}
    .stellarnav.mobile li.has-sub li a.dd-toggle:hover {padding-left: 0;text-align: center;background: transparent;}
    .stellarnav.mobile > ul > li {border-bottom: 1px #f6f5f5 solid;}
    .stellarnav.mobile > ul > li > a {color: #09436D;}
    .stellarnav.mobile > ul > li > a.dd-toggle {top: 18px;}
    .stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after{width: 10px;}
    .stellarnav.mobile > ul > li > ul > li > ul ~ a.dd-toggle .icon-plus {margin: 0 auto;display: block;}
    .stellarnav li.has-sub li a:hover {background: #fff;color: #09436D;}
    /* 滑動 sticky 後變白 */
    .sticky .stellarnav .menu-toggle span.bars span {background: #fff;}
    .stellarnav .menu-toggle span.bars {    top: 0px;}
    
}

@media screen and (max-width: 570px) {
    .stellarnav.mobile {
        top: 18px;
    }
}

@media screen and (max-width: 400px) {
    .stellarnav.mobile {
        top: 15px;
    }
}




/* -----------------------------------最新消息------------------------------ */
.share_page .main_part {
    position: relative;
    width: 100%;
    max-width: 87.5%;
    margin: auto;
    padding: 150px 6%;
    border-radius: 40px;
    border: 1px #fff solid;
}

.promotion_title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
    padding-bottom: 10px;
    border-bottom: 1px #70707057 solid;
}

.promotion_title h2 {
    font-size: 50px;
    color: #09436D;
}

.promotion_title span {
    color: #09436D;
    border: 0;
    padding: 2px 7px;
    margin: 0;
    width: 100%;
}

.promotion_title em {
    color: #09436D;
    border: 0;
    padding: 0;
    margin: 0;
    height: fit-content;
    word-break: keep-all;
    order: 3;
}

/* 選項 */

.other_promotion {
    margin-top: 5vh;
    padding: 1% 3%;
    grid-template-columns: 1fr;
    background: #ffffff00;
    border-radius: 5px;
    gap: 0;
}

.other_promotion li a:before,
.other_promotion li a:after {
    display: none;
}

.other_promotion li a {
    border: none;
    display: flex;
    align-items: center;
    border-bottom: 1px #70707036 solid;
    padding: 25px 10px 25px;
}

.other_promotion li a:hover {
    background: transparent;
}

.other_promotion li a::after {
    content: "read more";
    display: block;
    width: fit-content;
    height: fit-content;
    border: 0;
    position: absolute;
    top: 50%;
    right: 10px;
    opacity: 0;
    color: #09436D;
    transform: translate(0%, -50%);
    transition: all .5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.other_promotion li a:hover:after {
    width: fit-content;
    height: fit-content;
    opacity: 1;
    transition: all .5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.other_promotion .pmtTitle h3 {
    font-size: 20px;
    color: #09436D;
    margin: 0;
}

.other_promotion .pmtTime {
    display: flex;
    color: #808080;
    margin-right: 20px;
    align-items: center;
}

.other_promotion .pmtTime cite {
    font-size: 18px;
    margin-right: 20px;
}

.other_promotion .pmtTime span {
    float: right;
    font-size: 13px;
    padding: 2px 10px;
    border: 1px #C5B067 solid;
    border-radius: 30px;
    color: #C5B067;
}
.edit * {    color: #000;
}


/*rwd*/
@media screen and (max-width: 768px) {
.promotion_title h2 {
    font-size: 40px;}

}


@media screen and (max-width: 550px) {
.promotion_title h2 {
    font-size: 35px;}
    
}

@media screen and (max-width: 550px) {
.promotion_title h2 {
    font-size: 25px;}

.promotion_title * {    
     font-size: 8px;}   
}


/* ------------------- 商品頁 ------------------- */

/* 果凍彈跳效果 */
.product-layer-two > li {
    background-color: #ffffff;        /* 初始底色 */
    border-radius: 12px;              /* 圓角柔軟感 */
    padding: 8px;                    /* 內距 */
    margin-bottom: 10px;              /* 項目間距 */
    cursor: pointer;
    transition: 
        transform 0.35s cubic-bezier(.68,-0.55,.27,1.55), /* 彈跳曲線 */
        background-color 0.3s ease, 
        box-shadow 0.3s ease, 
        color 0.3s ease;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05); /* 初始輕微陰影 */
    list-style: none;                 /* 移除預設列表符號 */
}

.product-layer-two > li a {
    color: #09436D;                  /* 初始文字顏色 */
    text-decoration: none;           /* 移除底線 */
    display: block;                  /* 滿寬可點擊 */
}

.product-layer-two > li:hover {
    transform: scale(1.05);          /* 放大彈跳 */
    background-color: #09436D;       /* 滑鼠經過變色 */
    color: #fff;                     /* 文字變色 */
    box-shadow: 0 12px 20px rgba(0,0,0,0.15); /* 放大時陰影加強 */
}

.product-layer-two > li:hover a {
    color: #fff;                     /* 文字隨背景變色 */
}

/* 產品列表文字置中 */
.products-list .name{
    text-align:center;
    font-size: 18px;
    color:#09436D;
    height: 1.5em;
}

/* 其他商品列表樣式 */
.product-layer-two li a {
    background: #f3f3f300;
}

.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 li a {
    padding: 5px 10px;
}

.product-layer-two li li:hover>a {
    background: #fff;
    color: #C5B067;
}

.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%;
}

.product-layer-two li li:hover {
    margin-left: 15px;
}

.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: #C5B067;
}

.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;
}

.products-list .more {
    border: 1px solid #09436D;
    color: #09436D;
}

.products-list .item a:hover .more {
    background: #09436D;
}

.product_info_page .main_part {
    width: 90%;
}

.product-layer-two li a { 
    color: #09436D;
    border: 1px #ffffff00 solid;
}


.products-list .price b:first-child:last-child {
    display: flex;
    justify-content: center;
}
.products-list .price b {
    color: #c5b067;
}


.inquiry_a1 {
    background: #cbc0a0;
}
.inquiry_a2 {
    background: #C5B067;
}
.inquiry_a3 {
    background: #09436D;
}

.inquiry_a1:hover,
.inquiry_a2:hover,
.inquiry_a3:hover {
    background: #222;
}

.lastaction {
    color: #09436D;
    background-color: #f2f2f2;
}

.nextaction {
    background-color: #09436D;
}

.lastPage {
    background: #09436D;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background 0.5s, transform 0.3s;
}

.lastPage:hover {
    background: linear-gradient(45deg, #09436D, #C5B067);
    transform: scale(1.05);
}

.product_info li .txt_box {
    color: #222222;
    width: 100%;
}

.sidebarBtn .sp_price {
    color: #C5B067;
}

.mobile_product_name {
    font-size: 24px;
}

.prod_related h6 span:before {
    font-size: 28px;
}

.prod_related {
    background: #ffffff00;
}

.pd_tabTitle li.activeTab::after {
    height: 1px;
    background: #09436d;
}

.pd_tabTitle li.activeTab a {
    color: #09436d;
}

.sidebarBtn {
    padding: 40px;}


.proImgSwiper {
    aspect-ratio: unset;
}

.send_simple {
    background: #09436d url(../images/simple_right.png) 88% center no-repeat;
    color: #fff;
    border-radius: 5px;
    transition: all 0.3s ease;
    position: relative;
}

.send_simple:hover,.rewrite_simple {
    background-color:  #C5B067;
}

.rewrite_simple:hover{
    background-color:  #09436d;
}




/* rwd */
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 980px) {}
@media screen and (max-width: 768px) {

    .product_menu_list,
    .products-list,
    .product-wrapper {
        width: 100%;
    }

    .product-layer-two {
        margin-right: 0;
        grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
        grid-gap: 5px;
    }

    .product_page .product-layer-two,
    .product_page .products-list {
        width: 100%;
        border-right: none;
    }

    .product_page .product_menu_list>h5 {
        display: block;
    }

    .product_page .show_content>a {
        order: 1;
    }

    .product_page ul.products-list {
        order: 2;
    }

    .product_page ul.page {
        order: 3;
    }

    .product_page .product_menu_list {
        width: 100%;
        order: 0;
        min-height: unset;
    }
    .products-list {
    grid-gap: 20px;
    }
}



/* ------------------- 文章頁 ------------------- */
/* 按鈕 */

.blog_search input[type=search] {
    border: solid 1px #c5b067;
    margin-bottom: 20px;
}




.blog_le .accordion {
    border: unset;
    overflow: unset;
}
.accordion li+li .link {
    border-top: unset;
}
.accordion li .link a {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 8px;
    cursor: pointer;
    display: block;
    text-decoration: none;
    color: #09436D;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    font-size: 16px;
    transition: 
        transform 0.35s cubic-bezier(.68,-0.55,.27,1.55),
        background-color 0.3s ease, 
        box-shadow 0.3s ease, 
        color 0.3s ease;
}

.accordion li .link a:hover {
    transform: scale(1.05);
    background-color: #09436D;
    color: #fff;
    box-shadow: 0 12px 20px rgba(0,0,0,0.15);
}

.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: #66666600 !important;
}

.blog_le .accordion > li:hover .link a, 
.blog_le .accordion > li.on_this_category .link a {
    color: #c5b067 !important;
}

h5.blog_le_t {    
    color: #c5b067;
}

/* 右側外層格子 */
.blog_ri {
    padding-left: 5%;
    padding-right: 5%;
    box-sizing: border-box;
}



/* 每個卡片 */
.subbox_item {
    position: relative;        
    overflow: hidden;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

/* hover 整個卡片 */
.subbox_item:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 15px 25px rgba(0,0,0,0.2);
    z-index: 2;
}

/* 圖片填滿卡片 */
.subbox_item img {
    width: 100%;
    display: block;
    transition: transform 0.3s ease;
}

/* 卡片 hover 時圖片微放大 */
.subbox_item:hover img {
    transform: scale(1.05);
}

/* + 符號 */
.subbox_item a:before {
    content: '+';
    color: #c5b067;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) scale(0);
    font-size: 2rem;
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0;
    pointer-events: none;
    z-index: 3;
}

/* hover 顯示 + 符號 */
.subbox_item:hover a:before {
    transform: translateY(-50%) scale(1);
    opacity: 1;
}

/* 圓圈改成覆蓋整張卡片，模糊 + 放大 */
.subbox_item a:after {
    background: #ffffff00;
}



/*內層內容區*/
.blog_shareData {display: none;}

/* 基本按鈕 */
.blog_back a.article_btn_prev,
.blog_back a.article_btn_next,
.blog_back a.article_btn_back {
    color: #c5b067;
    background: transparent;
    border: 2px solid #c5b067;
    padding: 10px 22px;
    border-radius: 8px;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: all 0.4s ease;
    display: inline-block;
    transform: perspective(1000px) rotateX(0deg);
}

/* hover 特效 */
.blog_back a.article_btn_prev:hover,
.blog_back a.article_btn_next:hover,
.blog_back a.article_btn_back:hover {
    color: #000; /* 文字對比 */
    background: linear-gradient(
        120deg,
        #c5b067 0%,
        #e8c03b 50%,
        #d4af37 100%
    );
    border: 2px solid #c5b067;
    border-radius: 16px; /* 圓角變大 */
    box-shadow: 0 6px 15px rgba(212,175,55,0.5), 0 0 25px rgba(212,175,55,0.2);
    transform: perspective(1000px) rotateX(5deg) scale(1.08); /* 微傾斜 + 放大 */
}
.blog_back {    grid-gap: 55px;}



.news_related {
    background: #f3f3f300;}
.news_related h6 span:before {color: #09436D;
}

/* 基本外型 */
.lastPage {
    color: #09436D;
    background: rgba(212, 175, 55, 0); 
    border: 2px solid #09436D;
    padding: 10px 24px;
    border-radius: 12px; /* 輕微圓角 */
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

/* hover 特效 */
.lastPage:hover {
    color: #fff; /* 文字變白，更對比 */
    background: linear-gradient(
    120deg,
    #09436D 0%,        /* 深藍 */
    #0F5A88 50%,       /* 中藍 */
    #1870A0 100%       /* 輕微偏淺藍 */
);
    border-color: #09436D;
    box-shadow: 0 8px 15px rgba(48, 48, 48, 0.4), 0 0 25px rgba(37, 37, 37, 0.2);
    transform: scale(1.1) rotateZ(1deg); /* 微放大 + 微旋轉 */
}

/* 可加流光線條效果 (純 CSS, subtle) */
.lastPage::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        120deg,
        rgba(255,255,255,0.1) 0%,
        rgba(255,255,255,0.3) 50%,
        rgba(255,255,255,0.1) 100%
    );
    transform: translateX(-100%);
    transition: transform 0.5s ease;
}

.lastPage:hover::before {
    transform: translateX(100%);
}




/* ------------------- RWD ------------------- */
@media screen and (max-width: 768px) {
    .blog_ri {
        padding-left: 3%;
        padding-right: 3%;
    }
    .accordion li .link a {
        font-size: 14px;
    }
    .subbox_item a:before {
        right: 15px;
        font-size: 1.5rem;
    }


    .blog_search input[type=search] {
    margin-bottom: 0px;
}

    /* ------------------- 線條箭頭 ------------------- */
    a.news_menu_toggle i {
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    position: relative;
    border-right: 2px solid #c5b067; /* 箭頭顏色 */
    border-bottom: 2px solid #c5b067;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    box-sizing: border-box;
}

/* hover 或展開時旋轉箭頭 */
    a.news_menu_toggle.active i {
    transform: rotate(-135deg); /* 箭頭指向上或收起 */
}

.fa-caret-down::before {
    display: none;
}

}

@media screen and (max-width: 480px) {
    .blog_ri {
        padding-left: 2%;
        padding-right: 2%;
    }
    .blog_subbox {
        grid-template-columns: 1fr; /* 單欄呈現 */
        gap: 15px;
    }
    .subbox_item:hover {
        transform: translateY(0) scale(1); /* 小螢幕取消過度放大 */
    }
}





/* ----------------------------------- banner----------------------------------- */
.banB,.banC {display: none;}

.banner h5 {  
width: 100%;  
margin: 0 auto;  
font-size: 50px;  
color: #fff;  
text-shadow: 0 0 10px rgba(0, 0, 0, .2); 
position: absolute;  
    top: 45%;
    left: 25%;
transform: translate(-50%, -50%); 
letter-spacing: 3px; 
font-weight: 500;
font-family: "Noto Serif CJK TC", serif;}

@media screen and (max-width: 1024px){
	.banner{height: 200px;}
}

.banner {
    background-position: center;
    overflow: hidden;
    background-image: none;
    position: relative;
    z-index: 1;
    padding: 12vw;
}


.banner::before {  content: "";
    background-image: linear-gradient(180deg, #00000000 40%, rgb(0 0 0 / 31%) 65%), url(https://pic03.eapple.com.tw/quanyi/ban01.png);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    animation-duration: 5s;
    background-size: cover;
    background-position: center;
    animation: bgScroll 30s linear infinite;
    width: 110%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
}


@keyframes bgScroll {
    0% {        -webkit-transform: translateX(0);        transform: translateX(0);    }
    50% {        -webkit-transform: translateX(-5%);        transform: translateX(-5%);    }
    100% {        -webkit-transform: translateX(0);        transform: translateX(0);    }
}

.banner h5:before {
    content: "精準氣壓 · 強勁動能" !important;
    display: block;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: 2px;
    margin-top: 15px;
    margin-bottom: 0px;
    padding-bottom: 5px;
    position: relative;  
    animation: SlideUp 1s 0.1s ease-in-out forwards;
    opacity: 0; 
}
@keyframes SlideUp {
    0% {    opacity: 0;   -webkit-transform: translateY(30px);   transform: translateY(30px);    }
    100% {  opacity: 1;   -webkit-transform: translateY(0);    transform: translateY(0);    }
}

.banB {display: none;}


@media screen and (max-width: 1145px) {
.banner h5 {    font-size: 40px;left: 20%;}
}


@media screen and (max-width: 768px) {
.banner h5:before {    font-size: 17px;    padding-bottom: 0;}
}

@media screen and (max-width: 500px) {
.banner h5 {    font-size: 35px;left: 23%;}
.banner h5:before {    font-size: 15px;}
}

@media screen and (max-width: 400px) {
.banner h5 {    font-size: 28px;left: 28%;}
.banner h5:before {    font-size: 15px;}
}

@media screen and (max-width: 300px) {
.banner h5 {left: 30%;}
}