@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/


/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/


/*電腦LOGO
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/

/* 商品下拉超過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個--結束 */


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2025.12.18  */
.product_page .main_part { max-width:1500px;}

.product_page .show_content,
.product_info_page .show_content { display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start; width: 100%;}
ul.page { width: 100%;}

.ProdFilter_Item_Show { width: 100%;}
.Prods_Menulists { width: 100%; padding: 0;}
.Prods_Wrap { width: calc(100% - 270px);}

/* 篩選器-左手邊 / 產品分類-上面
.ProdFilter_ { order: 2;}
.Prods_Menulists { order: 1;}
.Prods_Wrap { order: 3;}
.ProdFilter_ { width: 250px; letter-spacing: 1px;}
.ProdFilter_ li { width: 100%;}
.ProdFilter_ li > a { background: #f3f3f3; border: none; border-bottom: 3px #ddd solid;}
.ProdFilter_ dl { position: static; width: 100%; display: block;}
*/

/* 產品分類-左手邊 / 篩選器-上面 */

.ProdFilter_ { order: 1; margin-bottom: 25px;}
.Prods_Menulists { order: 2;}
.Prods_Wrap { order: 3;}
.Prods_Menulists { width: 250px; letter-spacing: 1px;}
.Prods_Menulists ul {}
.Prods_Menulists > ul > li { width: 100%; flex-wrap: wrap;}
.Prods_Menulists ul ul { position: static; border: none;}
.Prods_Menulists ul li ul li {}
.Prods_Menulists li.has-sub.open > a { background: #f0f0f0;}

.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;}

@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
.product_main { display: block; width: 100%;}    
.sidebarBtn { display: block; width: 100%;}
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
/* 篩選器-左手邊 / 產品分類-上面
.Prods_Wrap { width: 100%;}
.ProdFilter_ { width: 100%;}
.ProdFilter_Item_Show { width: calc(100% - 110px);}
.ProdFilter_ { order: 1;}
.Prods_Menulists { order: 2;}
.ProdFilter_ li > a span { color: #333;}
*/

.Prods_Wrap { width: 100%; margin-top: 20px;}
.ProdFilter_ { width: 100%;}
.Prods_Menulists { opacity: 0; display: none;}

}
@media screen and (max-width: 600px) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 2025.12.26 中間放大*/
.BannerHome02 .swiper-slide-active img { transform: scale(1);}
.BannerHome02 .swiperBan02 .swiper-slide img { transition: transform 5s ease-out; will-change: transform; transform: scale(1);}
.BannerHome02 .swiperBan02 .swiper-slide-active img { transform: scale(1.06);}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.banner.banDesign { background-color:#333;}

@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {}
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}


/*------------------------------------------------*/
/* 首頁大圖 */
/*------------------------------------------------*/

#content_main {
    margin: 0;
}

.bannerindex {
    position: relative;
}

.swiper-banner {
    position: static;
    height: auto;
    margin: 0;
}

.swiper-banner .swiper-slide {
    position: relative;
    overflow: hidden;
}

.swiper-banner .swiper-slide img {
    width: 100%;
    display: block;
}
/*------------------------------------------------*/
/* HEADER */
/*------------------------------------------------*/
    .header_area {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;

        width: 150px;
        height: 100dvh;
        padding: 35px 0 30px;

        background: #fff;
        border: 0;
    }

    .header_area.sticky {
        width: 150px;
        height: 100dvh;
        background: #fff;
    }

    .header_area .main_header_area,
    .header_area .main_header_area .container,
    .header_area .navigation {
        width: 100%;
        height: 100%;
    }

    .header_area .main_header_area {
        background: transparent;
    }

    .header_area .main_header_area .container {
        max-width: 100%;
        padding: 0;
    }

    .header_area .navigation {
        position: relative;

        display: flex;
        flex-direction: column;
        align-items: center;

        padding: 0;
    }

    /* LOGO */
    .header_area .nav-header {
        width: 100%;
        max-width: none;
        padding: 0 28px;

        display: flex;
        justify-content: center;
    }

    .header_area .nav-brand {
        display: block;
        width: 60px;
        margin: 0 auto;
    }

    .header_area .nav-brand img {
        display: block;

        width: 100%;
        height: auto;

        object-fit: contain;
    }


    /* 左側垂直線 */
    .header_area::after {
        content: "";

        position: absolute;
        top: 35px;
        right: 0;
        bottom: 35px;

        width: 1px;

        background: #ddd;

        pointer-events: none;
    }

    /* 社群 ICON */
    .header_area .me_tp_features {
        position: absolute;
        left: 50%;
        bottom: 35px;
        z-index: 2;

        width: auto;

        transform: translateX(-50%);
    }

.header_area .tp_links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.header_area .tp_links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 18px;
    border: 1px solid #bbb;
    color: #aaa;
    border-radius: 0;
    transition: .3s ease;
}

.header_area .tp_links a:hover {
    color: #555;
    border-color: #555;
    transform: translateX(3px);
}


    /* MENU｜右上固定 */
    .header_area .stellarnav {
        position: fixed;

        top: 28px;
        right: 40px;
        left: auto;

        z-index: 1100;

        width: auto;
        padding: 0;
    }

    .header_area .stellarnav .menu-toggle {
        display: flex;
        align-items: center;
        justify-content: flex-end;

        width: auto;
        padding: 8px 0;

        gap: 13px;

        background: transparent;

        color: #999;
        font-size: 25px;
        font-weight: 300;
        letter-spacing: 1px;

        cursor: pointer;
    }


    /* MENU 四格圖示 */
.header_area .stellarnav .menu-toggle .bars {
    display: grid;
    grid-template-columns: repeat(2, 8px);
    grid-template-rows: repeat(2, 8px);
    gap: 4px;
    width: auto;
    height: auto;
}

    .header_area .stellarnav .menu-toggle .bars span {
        display: block;

        width: 6px;
        height: 6px;
        margin: 0;

        background: #555;
    }

.stellarnav .menu-toggle:after {
    font-size: 25px;
    }

    /*------------------------------------------------*/
    /* 左側 HEADER 後的主要內容區 */
    /*------------------------------------------------*/

    body:not(.pageIndex) #content {
        width: calc(100% - 150px);
        margin-left: 150px;
        box-sizing: border-box;
    }


    body:not(.pageIndex) #content .main_part,
    body:not(.pageIndex) #content .show_content,
    body:not(.pageIndex) #content .edit {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }


    /* Footer 一樣避開左側 Header */
    body:not(.pageIndex) .footer {
        width: calc(100% - 150px);
        margin-left: 150px;
        box-sizing: border-box;
    }

/*------------------------------------------------*/
/* 右側網站完全分開 */
/*------------------------------------------------*/
@media screen and (min-width: 769px) {

    /* 左側 HEADER */
    .header_area,
    .header_area.sticky {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;

        width: 150px;
        height: 100dvh;

        margin: 0;
        box-sizing: border-box;
    }

    /* 首頁 BANNER */
    .pageIndex .bannerindex {
        position: relative;

        width: calc(100% - 150px);
        height: auto;

        margin-left: 150px;
        padding: 0;

        overflow: hidden;
        box-sizing: border-box;
    }


    .pageIndex .swiper-banner {
        position: relative;

        width: 100%;
        height: auto;

        margin: 0;
        padding: 0;
    }


    .pageIndex .swiper-banner .swiper-wrapper {
        width: 100%;
        height: auto;
    }


    .pageIndex .swiper-banner .swiper-slide {
        position: relative;

        width: 100%;
        height: auto;

        margin: 0;
        padding: 0;

        overflow: hidden;
    }

    /* 圖片完整響應式，不裁切 */
    .pageIndex .swiper-banner .swiper-slide img {
        display: block;

        width: 100%;
        height: auto;

        max-width: 100%;

        margin: 0;

        object-fit: contain;
        object-position: center;
    }


    /* 首頁其他內容 */
    .pageIndex #content_main {
        width: calc(100% - 150px);
        margin-left: 150px;

        padding: 0;
        box-sizing: border-box;
    }


    /* Footer */
    .pageIndex .footer {
        width: calc(100% - 150px);
        margin-left: 150px;

        box-sizing: border-box;
    }

}

@media screen and (max-width: 1200px) and (min-width: 769px) {

    /* HEADER */
    .header_area,
    .header_area.sticky {
        width: 120px;
    }

    .header_area .nav-brand {
    width: 40px;
    }


    /* 首頁大圖 */
    .pageIndex .bannerindex {
        width: calc(100% - 120px);
        margin-left: 120px;
    }


    /* 首頁內容 */
    .pageIndex #content_main {
        width: calc(100% - 120px);
        margin-left: 120px;
    }


    /* 內頁 */
    body:not(.pageIndex) #content {
        width: calc(100% - 120px);
        margin-left: 120px;
    }


    /* Footer */
    .footer {
        width: calc(100% - 120px);
        margin-left: 120px;
    }

}

    @media screen and (max-width: 768px) {

    body:not(.pageIndex) #content,
    body:not(.pageIndex) #content_main,
    body:not(.pageIndex) .bannerindex,
    body:not(.pageIndex) .footer {
        width: 100%;
        margin-left: 0;
    }

}
/*------------------------------------------------*/
/* MENU 展開 */
/*------------------------------------------------*/
.header_area .stellarnav.mobile.left > ul {
        position: fixed;
        top: 0;
        right: 0;
        left: auto;
        width: min(520px, 38vw);
        max-width: none;
        height: 100dvh;
        margin: 0;
        padding: 80px 55px 60px;
        overflow-y: auto;
        overflow-x: hidden;
        background: rgb(255 255 255 / 51%);
        backdrop-filter: blur(18px);
        border-left: 1px solid rgba(0, 0, 0, .08);
        box-shadow: -20px 0 50px rgba(0, 0, 0, .06);
        box-sizing: border-box;
    }


    /*------------------------------------------------*/
    /* 第一層選單 */
    /*------------------------------------------------*/

    .header_area .stellarnav.mobile.left > ul > li {
        position: relative;

        display: block;

        width: 100%;
        margin: 0;

        border: 0;
        border-bottom: 1px solid #ddd;

        background: transparent;
    }


    .header_area .stellarnav.mobile.left > ul > li > a {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        width: 100%;
        padding: 50px;
        background: transparent;
        color: #222;
        text-align: left;
        box-sizing: border-box;
        transition:
            padding-left .35s ease,
            color .35s ease;
    }


    /* 中文 */
    .header_area .stellarnav.mobile.left > ul > li > a > b:first-child {
        display: block;

        margin: 0 0 5px;

        font-size: 18px;
        line-height: 1.5;
        font-weight: 400;
        letter-spacing: .18em;

        color: #222;

        white-space: normal;
    }

    .stellarnav > ul > li > a b {
        height: 25px;
    }


    /* 英文 */
    .header_area .stellarnav.mobile.left > ul > li > a > b:nth-child(2) {
        display: block;
        font-size: 25px;
        font-weight: 400;
        letter-spacing: .22em;
        color: #000000;
        white-space: normal;
        transition: color .35s ease;
    }

/*------------------------------------------------*/
/* MENU 文字 HOVER */
/*------------------------------------------------*/

.header_area .stellarnav.mobile.left > ul > li > a {
    position: relative;
    overflow: hidden;
}


/* 中文 */
.header_area .stellarnav.mobile.left > ul > li > a > b:first-child {
    position: relative;

    transition:
        transform .45s cubic-bezier(.22, 1, .36, 1),
        letter-spacing .45s cubic-bezier(.22, 1, .36, 1),
        color .3s ease;
}


/* 英文 */
.header_area .stellarnav.mobile.left > ul > li > a > b:nth-child(2) {
    transition:
        transform .5s cubic-bezier(.22, 1, .36, 1),
        letter-spacing .5s cubic-bezier(.22, 1, .36, 1),
        color .35s ease,
        opacity .35s ease;
}

/*------------------------------------------------*/
/* HOVER */
/*------------------------------------------------*/

.header_area .stellarnav.mobile.left > ul > li:hover > a > b:first-child {
    transform: translateX(10px);

    letter-spacing: .24em;

    color: #111;
}


.header_area .stellarnav.mobile.left > ul > li:hover > a > b:nth-child(2) {
    transform: translateX(10px);

    letter-spacing: .30em;

    color: #777;

    opacity: .8;
}


/* 整列 Hover 時分隔線變淡 */
.header_area .stellarnav.mobile.left > ul > li {
    transition:
        border-color .4s ease;
}


.header_area .stellarnav.mobile.left > ul > li:hover {
    border-bottom-color: #aaa;
}

    /* + 展開按鈕 */
    .header_area .stellarnav.mobile.left > ul > li > .dd-toggle {
        position: absolute;

        top: 50%;
        right: 0;

        width: 38px;
        height: 38px;

        padding: 0;

        transform: translateY(-50%);

        border: 1px solid #ddd;
        border-radius: 50%;

        background: transparent;

        z-index: 5;
    }


    /* 隱藏 Stellarnav 原本箭頭 */
    .header_area .stellarnav.mobile.left .dd-toggle .icon-plus {
        position: relative;

        width: 100%;
        height: 100%;
    }


    /* 橫線 */
    .header_area .stellarnav.mobile.left .dd-toggle .icon-plus::before {
        content: "";

        position: absolute;

        width: 12px;
        height: 1px;

        top: 50%;
        left: 50%;

        background: #555;

        transform: translate(-50%, -50%);
    }
.stellarnav a.dd-toggle .icon-plus:before {    border-bottom: 0;}

    /* 直線 */
    .header_area .stellarnav.mobile.left .dd-toggle .icon-plus::after {
        content: "";

        position: absolute;

        width: 1px;
        height: 12px;

        top: 50%;
        left: 50%;

        background: #555;

        transform: translate(-50%, -50%);

        transition:
            transform .3s ease,
            opacity .3s ease;
    }


    /* 展開後變成 − */
    .header_area .stellarnav.mobile.left li.open > .dd-toggle .icon-plus::after {
        opacity: 0;

        transform:
            translate(-50%, -50%)
            rotate(90deg);
    }

    /* 次選單 */
    .header_area .stellarnav.mobile.left > ul > li > ul {
        position: static;
        width: 100%;
        margin: 0;
        padding: 0 0 18px 18px;
        background: transparent;
        border: 0;
        box-shadow: none;
    }


    .header_area .stellarnav.mobile.left > ul > li > ul > li {
        width: 100%;
        margin: 0;
        background: transparent;
        border: 0;
    }


    .header_area .stellarnav.mobile.left > ul > li > ul > li > a {
        display: block;
        width: 100%;
        padding: 9px 0;
        color: #777;
        font-size: 13px;
        line-height: 1.6;
        font-weight: 400;
        letter-spacing: .12em;
        background: transparent;
        border: 0;
        transition:
            color .3s ease,
            transform .3s ease;
    }


    .header_area .stellarnav.mobile.left > ul > li > ul > li > a:hover {
        color: #111;
        transform: translateX(6px);
    }


@media screen and (max-width: 768px) {

    /* HEADER */
    .header_area,
    .header_area.sticky {
        position: sticky;
        top: 0;
        left: 0;
        z-index: 1000;

        width: 100%;
        height: 80px;

        padding: 0 20px;

        background: rgba(255, 255, 255, .96);
        border: 0;
        border-bottom: 1px solid #e5e5e5;

        box-sizing: border-box;
    }


    .header_area .main_header_area,
    .header_area .main_header_area .container {
        width: 100%;
        height: 100%;

        padding: 0;
        margin: 0;

        background: transparent;
    }


    .header_area .main_header_area .container {
        max-width: 100%;
    }


    /* HEADER 內容 */
    .header_area .navigation {
        position: relative;

        display: flex;
        align-items: center;
        justify-content: space-between;

        width: 100%;
        height: 100%;

        padding: 0;
    }


    /*------------------------------------------------*/
    /* 橫式 LOGO */
    /*------------------------------------------------*/

    .header_area .nav-header {
        position: relative;

        display: flex;
        align-items: center;

        width: auto;
        height: 100%;

        padding: 0;
        margin: 0;

        z-index: 2;
    }


    .header_area .nav-brand {
        position: relative;

        display: block;

        width: 150px;
        height: 52px;

        margin: 0;
        padding: 0;
    }


    /* 原本直式 Logo 隱藏 */
    .header_area .nav-brand > img {
        display: none;
    }


    /* 手機版橫式 Logo */
    .header_area .nav-brand::before {
        content: "";

        position: absolute;
        inset: 0;

        display: block;

        background-image: url(https://pic03.eapple.com.tw/zhuofeng/logoo-03.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: contain;
    }


    /* 桌機左側線手機不要 */
    .header_area::after {
        display: none;
    }

    .me_tp_features {
        display: none;
    }

    .stellarnav .menu-toggle:after {
    font-size: 15px;
}
.header_area .stellarnav {
    top: 20px;
    }

    .header_area .stellarnav.mobile.left > ul > li > a {
    padding: 20px;
}
.header_area .stellarnav.mobile.left > ul > li > a > b:nth-child(2) {
    font-size: 18px;
    }

    .header_area .stellarnav.mobile.left > ul > li > a > b:first-child {
    font-size: 14px;
    }

}


@media screen and (max-width: 450px) {
    .header_area .stellarnav.mobile.left > ul {
    width: 100%;
    }

    .header_area .stellarnav {
    right: 20px;
    }

    .header_area .nav-brand {
    width: 120px;
    }

    .header_area .stellarnav .menu-toggle {
    gap: 0px;
    }
}

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/
.footer {
    position: relative;
    z-index: 1;
    padding-top: 800px;
    background-color: #FFF;
}

.footer::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 800px;
    background: url(https://pic03.eapple.com.tw/zhuofeng/footer.jpg) no-repeat center bottom;
    background-size: 100% auto;
    z-index: -2;
}

/* 隱藏原本 footer 所有內容 */
.footer_info,
.footer_menu,
.footer .center > *:not(.copy) {
    display: none !important;
}

.footer .center {
    padding: 0;
}

/* copy（保留顯示） */
.copy,
.copy a {
   display: none;
}

@media screen and (max-width: 768px) {
.footer::before {height: 300px;}
.footer {    padding: 200px 0 0px;}

}