@charset "utf-8";

/* 商品下拉超過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) { 
}

/*------------------------------------------------*/
/* 小東西 */
/*------------------------------------------------*/
.path,.toShareNews { display: none;}
.contact_editbox {padding: 0;}
.other_select_page ul.page{display: none;}
.sb_marquee {display: none;}
.tp_links {display: none;}
.me_tp_features {display: none;}
.BannerHome02 .swiper-pagination-bullet {
    background: #00000000;}
#bottom_menu li a i,#bottom_menu li a em {
COLOR: #D55C16;}


/*------------------------------------------------*/
/* 網站全域設定 */
/*------------------------------------------------*/

:root {
    --MainColor: #D55C16;
    --SubColor: #FEF7F5;
    --SubColor02: #000;
}

/*卷軸設定↓*/
/* 捲軸寬度及高度 */
::-webkit-scrollbar {
    width: 7px;
    /*右側捲軸寬度*/
    height: 0px;
    /*下方捲軸高度*/
}

/* 軌道背景底色 */
::-webkit-scrollbar-track {
    background: #FFFFFF;
}

/* 滑桿顏色 */
::-webkit-scrollbar-thumb {
    background: #D55C16;
}

/* 滑桿滑鼠滑入時的顏色 */
::-webkit-scrollbar-thumb:hover {
    background: #FEF7F5;
}

@media (max-width: 768px) {
    #bottom_menu {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;

        /* 高於 OP，進站立即顯示 */
        z-index: 100000;

        margin: 0;
        padding: 0 0 env(safe-area-inset-bottom, 0px);
        border: 0;
        background: #F4EEE6;
        box-shadow: 0 -2px 15px 0 #CFB26F54;
        text-align: center;
        font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
        letter-spacing: .1rem;
    }

    #bottom_menu > li {
        display: block;
        flex: 1 1 0;
        min-width: 0;
        width: auto;
        float: none;
        border-right: 1px solid #DDD;
    }

    /* 隱藏電話、FB，保留回首頁／手機／LINE */
    #bottom_menu > li:nth-child(2) {
        display: none;
    }

    /* LINE 是最後一個可見項目 */
    #bottom_menu > li:nth-child(5) {
        border-right: 0;
    }

    #bottom_menu > li > a {
        display: block;
        padding: 10px 5px 5px;
        color: #CFB26F;
        line-height: 2;
    }

    #bottom_menu > li > a i {
        display: block;
        color: inherit;
        font-size: 15px;
        line-height: 1;
    }

    #bottom_menu > li > a em {
        display: block;
        color: inherit;
        font-size: 12px;
        font-style: normal;
        line-height: 2;
    }

    .footer.with_shopping_mode {
        padding-bottom: calc(70px + env(safe-area-inset-bottom, 0px));
    }

    #to_top {
        bottom: calc(60px + env(safe-area-inset-bottom, 0px));
    }
}
/*------------------------------------------------*/
/* op */
/*------------------------------------------------*/
body.pageIndex {
    --sc-op-time: 5.5s;
}

/* 暖白底幕 */
body.pageIndex::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 99998;
    background: #FEF7F5;
    pointer-events: none;
    animation: sc-op-cover var(--sc-op-time) cubic-bezier(.4, 0, .2, 1) both;
}

/* Logo 揭幕 */
body.pageIndex::after {
    content: "";
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    width: min(220px, 48vw);
    height: min(220px, 48vw);
    background: url("https://pic03.eapple.com.tw/shanchen/logo.png") center / contain no-repeat;
    pointer-events: none;
    animation: sc-op-logo var(--sc-op-time) cubic-bezier(.22, 1, .36, 1) both;
}

/* 底幕原地緩緩淡出，柔和顯現網站 */
@keyframes sc-op-cover {
    0%, 60% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        opacity: 0;
        visibility: hidden;
    }
}

/* 留白 → 緩緩揭開 → 停留 → 輕微上移淡出 */
@keyframes sc-op-logo {
    0%, 8% {
        clip-path: inset(100% 0 0 0);
        transform: translate(-50%, calc(-50% + 14px));
        opacity: 0;
        visibility: visible;
    }
    38%, 52% {
        clip-path: inset(0 0 0 0);
        transform: translate(-50%, -50%);
        opacity: 1;
    }
    68%, 100% {
        clip-path: inset(0 0 0 0);
        transform: translate(-50%, calc(-50% - 10px));
        opacity: 0;
        visibility: hidden;
    }
}

/* 減少動態設定 */
@media (prefers-reduced-motion: reduce) {
    body.pageIndex::before,
    body.pageIndex::after {
        content: none;
        animation: none;
    }
}


/*------------------------------------------------*/
/* 首頁大圖*/
/*------------------------------------------------*/

#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;
}

.pageIndex .bannerindex,
.pageIndex .swiper-banner,
.pageIndex .swiper-banner .swiper-wrapper,
.pageIndex .swiper-banner .swiper-slide {
    position: relative;
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background: transparent !important;
}

/* 主圖自然撐高度 */
.pageIndex .swiper-banner .swiper-slide img {
    display: block;
    width: 100%;
    height: auto !important;
    position: relative;
    z-index: 1;
    object-fit: unset !important;
    object-position: center;
    animation: none !important;
    transform: none !important;
}

/* 疊圖共用 */
.pageIndex .swiper-banner .swiper-slide::before,
.pageIndex .swiper-banner .swiper-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    display: block;
    pointer-events: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
}

/* 下層動態圖 */
.pageIndex .swiper-banner .swiper-slide::after {
    top: 50%;
    left: 50%;
    inset: auto;
    width: 100%;
    height: 100%;
    z-index: 2;
    transform: translate(-50%, -50%);
    transform-origin: center;
}

/* 上層圖 */
.pageIndex .swiper-banner .swiper-slide::before {
    z-index: 3;
}

/*------------------------------------------------*/
/* 桌機圖 */
/*------------------------------------------------*/

.pageIndex .swiper-banner .swiper-slide:nth-child(1)::before {
    background-image: url(https://pic03.eapple.com.tw/shanchen/banner-03.png);
}

.pageIndex .swiper-banner .swiper-slide:nth-child(2)::before {
    background-image: url(https://pic03.eapple.com.tw/shanchen/banner-04.png);
}

/* Active 動畫 */
.pageIndex .swiper-banner .swiper-slide.swiper-slide-active::before {
    opacity: 1 !important;
    animation: bannerFadeIn 1.4s ease forwards !important;
}

.pageIndex .swiper-banner .swiper-slide.swiper-slide-active::after {
    opacity: 1 !important;
    animation: bannerSoftFloat 6s ease-in-out infinite !important;
}
/*------------------------------------------------*/
/* RWD600 手機版：換主圖＋換特效圖 */
/*------------------------------------------------*/
@media screen and (max-width: 600px) {

    /* 主圖改手機版，600x700 會自然等比例縮放 */
    .pageIndex .swiper-banner .swiper-slide:nth-child(1) img {
        content: url(https://pic03.eapple.com.tw/shanchen/banner-05.png);
    }

    .pageIndex .swiper-banner .swiper-slide:nth-child(2) img {
        content: url(https://pic03.eapple.com.tw/shanchen/banner-06.png);
    }

    /* 第一張手機特效 */
    .pageIndex .swiper-banner .swiper-slide:nth-child(1)::before {
        background-image: url(https://pic03.eapple.com.tw/shanchen/banner-07.png) !important;
        background-size: contain !important;
    }

    /* 第二張手機特效 */
    .pageIndex .swiper-banner .swiper-slide:nth-child(2)::before {
        background-image: url(https://pic03.eapple.com.tw/shanchen/banner-08.png) !important;
        background-size: contain !important;
    }

    .pageIndex .swiper-banner .swiper-slide::after {
        display: none !important;
        content: none !important;
        animation: none !important;
        background-image: none !important;
    }
}
/* 動畫 */

@keyframes bannerFadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes bannerSoftFloat {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        transform: translate(-50%, -51%) scale(1.01);
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}
/*------------------------------------------------*/
/* header */
/*------------------------------------------------*/
.header_area {
    position: sticky;
    top: 0;
    width: 100%;
    padding: 2px 4%;
    background: #fff;
    border-bottom: 1px solid var(--sc-line);
    transition: background-color .25s, border-color .25s;
}
.header_area.sticky { background: #fff; }
.main_header_area .container { width: 100%; max-width: 85%; }
.header_area .navigation {
    display: grid;
    grid-template-columns: 90px minmax(0, 1fr);
    align-items: center;
    gap: 24px;
}
.header_area .nav-header { width: 100%; max-width: 90px; grid-row: auto; }
.header_area .nav-brand img { display: block; width: 100%; height: auto; }
.header_area .stellarnav { min-width: 0; }
.header_area .stellarnav > ul > li > a {
    margin: 0 9px;
    color: var(--FontColor);
    font-size: 15px;
    letter-spacing: .06em;
    transition: color .2s;
}
.header_area .stellarnav > ul > li > a b:nth-child(2) {
    font-family: var(--SFontEN);
    letter-spacing: .04em;
}
.header_area .stellarnav > ul > li:hover > a,
.header_area .stellarnav > ul > li.active > a { color: var(--MainColor); }
.header_area .stellarnav ul ul { background: #fff; border: 1px solid var(--sc-line); }
.header_area .stellarnav li li { border: 0; }
.header_area .stellarnav li li > a { color: var(--FontColor); font-size: 15px; }
.header_area .stellarnav li li > a:hover { background: var(--SubColor); color: var(--MainColor); }

@media (min-width: 1025px) {
    .pageIndex .header_area { position: fixed; background: transparent; border-color: transparent; }
    .pageIndex .header_area .stellarnav > ul > li > a { color: #fff; text-shadow: 0 1px 4px #d0692da1;}
    .pageIndex .header_area.sticky {
    background: #d55c1636;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
    .pageIndex .header_area.sticky .stellarnav > ul > li > a { color: #FFF;text-shadow: none; }
    .pageIndex .header_area .stellarnav > ul > li:hover > a { color: var(--MainColor); }
}

/* 超過 30 個分類：使用多欄，不改動原本 JS 的下拉開關 */
.stellarnav.desktop li.bigMenu > ul {
    position: absolute;
    left: 0;
    width: min(1000px, 88vw);
    max-width: 100%;
    padding: 20px;
    columns: 220px;
    column-gap: 20px;
}
.stellarnav.desktop li.bigMenu { position: static; }
.stellarnav.desktop li.bigMenu > ul > li { break-inside: avoid; }
.stellarnav.desktop li.bigMenu ul ul {
    position: static;
    width: 100%;
    max-height: 300px;
    overflow: auto;
    background: var(--SubColor);
}
.stellarnav.desktop li.bigMenu ul ul li { margin: 0; }
.stellarnav.hasBigMenu li.bigMenu li.has-sub > a:after {
    border: 6px solid transparent;
    border-bottom: 0;
    border-top-color: #898989;
    right: 5px;
}

    /* 有子選單的 li */
    .stellarnav.desktop > ul > li.has-sub {
        position: relative;
    }


    /*--------------------------------*/
    /* 第一層：有子選單的箭頭 */
    /*--------------------------------*/
    .stellarnav.desktop > ul > li.has-sub > a {
        position: relative;
        padding-right: 17px;
    }

    /* 移除套件原本的小三角 */
    .stellarnav.desktop > ul > li.has-sub > a::after {
        display: none;
    }


    /* 使用 dd-toggle 當精緻 + 號 */
    .stellarnav.desktop > ul > li.has-sub > .dd-toggle {
        position: absolute;
        top: 50%;
        right: 0;

        display: flex;
        align-items: center;
        justify-content: center;

        width: 18px;
        height: 18px;

        margin: 0;
        padding: 0;

        background: transparent;
        border: 0;

        transform: translateY(-50%);

        z-index: 3;
    }


    /* + 本體 */
    .stellarnav.desktop .dd-toggle .icon-plus {
        position: relative;

        display: block;

        width: 10px;
        height: 10px;

        border: 0;
    }


    /* 橫線 */
    .stellarnav a.dd-toggle .icon-plus:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 10px;
        height: 1px;
        background: currentColor;
        transform: translateY(-50%);
        border-bottom: 0;
    }


    /* 直線 */
    .stellarnav a.dd-toggle .icon-plus:after {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        width: 1px;
        height: 10px;
        background: currentColor;
        transform: translateX(-50%);
        border-bottom: 0;
    }


    .stellarnav.desktop > ul > li.has-sub > .dd-toggle {
        color: rgba(213, 92, 22, .65);
    }


    .stellarnav.desktop > ul > li.has-sub:hover > .dd-toggle {
        color: var(--MainColor);
    }


    /*--------------------------------*/
    /* 第二層浮動選單 */
    /*--------------------------------*/
    .header_area .stellarnav.desktop > ul > li > ul {
        position: absolute;

        top: calc(100% + 14px);
        left: 50%;

        width: 210px;
        min-width: 210px;

        margin: 0;
        padding: 9px;

        background: rgba(255, 255, 255, .97);

        border: 1px solid rgba(213, 92, 22, .12);
        border-radius: 12px;

        box-shadow:
            0 15px 35px rgba(70, 45, 30, .10);

        transform: translateX(-50%);

        overflow: visible;
    }


    /* 上方橘色小線 */
    .header_area .stellarnav.desktop > ul > li > ul::before {
        content: "";

        position: absolute;
        top: -1px;
        left: 50%;

        width: 28px;
        height: 2px;

        background: var(--MainColor);
        border-radius: 10px;

        transform: translateX(-50%);
    }


    /*--------------------------------*/
    /* 第二層項目 */
    /*--------------------------------*/
    .header_area .stellarnav.desktop > ul > li > ul > li {
        position: relative;

        width: 100%;

        margin: 0;
        padding: 0;

        border: 0;
    }


    .header_area .stellarnav.desktop > ul > li > ul > li > a {
        position: relative;

        display: flex;
        align-items: center;

        width: 100%;
        min-height: 40px;

        margin: 0;
        padding: 8px 13px 8px 30px;

        color: #625B57;
        background: transparent;

        border: 0;
        border-radius: 7px;

        font-size: 13px;
        line-height: 1.5;
        letter-spacing: .05em;

        transition:
            color .25s ease,
            background .25s ease,
            padding .25s ease;
    }


    /* 前面短線 */
    .header_area .stellarnav.desktop > ul > li > ul > li > a::before {
        content: "";

        position: absolute;
        top: 50%;
        left: 13px;

        width: 8px;
        height: 1px;

        background: rgba(213, 92, 22, .55);

        transform: translateY(-50%);

        transition: width .25s ease;
    }


    /* hover */
    .header_area .stellarnav.desktop > ul > li > ul > li > a:hover {
        padding-left: 34px;

        color: var(--MainColor);
        background: #FEF7F5;
    }


    .header_area .stellarnav.desktop > ul > li > ul > li > a:hover::before {
        width: 12px;
    }


    /*--------------------------------*/
    /* 第三層如果未來有分類 */
    /*--------------------------------*/
    .header_area .stellarnav.desktop ul ul ul {
        top: 0;
        left: calc(100% + 8px);

        width: 210px;

        margin: 0;
        padding: 9px;

        background: #fff;

        border: 1px solid rgba(213, 92, 22, .12);
        border-radius: 12px;

        box-shadow:
            0 15px 35px rgba(70, 45, 30, .10);
    }


@media only screen and (max-width: 1024px) {
.header_area .navigation {
    display: flex;
    gap: 10px;
}
.header_area {
    padding:0;
}
}


@media only screen and (max-width: 768px) {

    .header_area,
    .pageIndex .header_area,
    .pageIndex .header_area.sticky {
        position: sticky;
        top: 0;
        width: 100%;

        padding: 0;

        background: rgba(255, 255, 255, .97);
        border-bottom: 1px solid rgba(213, 92, 22, .12);

        box-shadow: 0 4px 18px rgba(80, 50, 30, .05);

        filter: none;
        -webkit-filter: none;

        backdrop-filter: none;
        -webkit-backdrop-filter: none;

        transform: none;

        overflow: visible;

        z-index: 9999;
    }


    .main_header_area {
        width: 100%;
        overflow: visible;
    }


    .main_header_area .container {
        width: 100%;
        max-width: 100%;

        margin: 0;
        padding: 0;

        overflow: visible;
    }

    .header_area .navigation {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        min-height: 76px;
        padding: 8px 15px;
        gap: 10px;
        flex-direction: row;
        overflow: visible;
    }

    .header_area .nav-header {
        position: relative;
        z-index: 2;
        width: 70px;
        max-width: 70px;
        flex: 0 0 70px;
        margin: 0;
        padding: 0;
    }


    .header_area .nav-brand {
        display: block;
    }


    .header_area .nav-brand img {
        display: block;

        width: 100%;
        height: auto;

        margin: 0;
    }
    .header_area .me_tp_features {
        display: none;
    }

    .header_area .stellarnav,
    .header_area .stellarnav.mobile {
        position: static;

        display: block;

        width: auto;
        min-width: 0;

        margin: 0 0 0 auto;
        padding: 0;

        text-align: right;

        overflow: visible;
    }


    /*--------------------------------*/
    /* MENU 圓形按鈕 */
    /*--------------------------------*/
    .stellarnav.mobile .menu-toggle {
        position: relative;
        z-index: 10001;

        display: inline-flex;
        align-items: center;
        justify-content: center;

        width: 46px;
        height: 46px;

        margin: 0;
        padding: 0;

        color: #fff;

        background: rgba(213, 92, 22, .16);

        border: 1px solid rgba(213, 92, 22, .10);
        border-radius: 50%;

        cursor: pointer;
        pointer-events: auto;

        transition:
            background .25s ease,
            transform .25s ease;
    }


    .stellarnav.mobile .menu-toggle:hover {
        background: rgba(213, 92, 22, .25);
    }


    .stellarnav .menu-toggle::after {
        display: none;
    }


    .stellarnav .menu-toggle span.bars span {
        background: #D55C16;
    }

    .stellarnav.mobile > ul {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: 100%;

        /* 關鍵：完全沒有縫 */
        margin: 0;
        padding: 8px 15px 14px;
        background: #FEF7F5;
        border: 0;
        border-top: 1px solid rgba(213, 92, 22, .10);
        border-radius: 0;
        box-shadow: 0 12px 25px rgba(80, 45, 25, .07);
        max-height: calc(100vh - 76px);
        overflow-x: hidden;
        overflow-y: auto;
        text-align: left;
        z-index: 10000;
    }

    .stellarnav.mobile > ul > li {
        display: block;

        width: 100%;

        margin: 0;
        padding: 0;

        border: 0;
        border-bottom: 1px solid rgba(213, 92, 22, .10);
    }


    .stellarnav.mobile > ul > li:last-child {
        border-bottom: 0;
    }


    .stellarnav.mobile > ul > li > a {
        position: relative;

        display: flex;
        align-items: center;
        justify-content: space-between;

        width: 100%;
        min-height: 54px;

        margin: 0;
        padding: 8px 12px;

        color: #383330;
        background: transparent;

        font-size: 15px;
        letter-spacing: .07em;

        border-radius: 0;

        transition:
            color .25s ease,
            background .25s ease,
            padding .25s ease;
    }


    /* 中文 */
    .stellarnav.mobile > ul > li > a b:first-child {
        color: inherit;

        font-weight: 500;
    }


    /* 英文 */
    .stellarnav.mobile > ul > li > a b:nth-child(2) {
        margin-left: auto;

        color: rgba(213, 92, 22, .62);

        font-family: var(--SFontEN);
        font-size: 10px;
        font-weight: 400;

        letter-spacing: .10em;
    }


    /* hover / active */
    .stellarnav.mobile > ul > li:hover > a,
    .stellarnav.mobile > ul > li.active > a {
        padding-left: 17px;

        color: var(--MainColor);
        background: rgba(255, 255, 255, .55);
    }


    /*--------------------------------*/
    /* 第二層 */
    /*--------------------------------*/
    .stellarnav.mobile ul ul {
        position: static;

        width: 100%;

        margin: 0;
        padding: 0 10px 10px;

        background: transparent;

        border: 0;
        box-shadow: none;
    }


    .stellarnav.mobile ul ul li {
        width: 100%;

        margin: 0;
        padding: 0;

        border: 0;
    }


    .stellarnav.mobile ul ul li > a {
        display: block;

        width: 100%;

        margin: 0 0 5px;
        padding: 10px 13px;

        color: #777;
        background: rgba(255, 255, 255, .65);

        border-radius: 8px;

        font-size: 13px;
        line-height: 1.5;
    }


    .stellarnav.mobile ul ul li > a:hover {
        color: var(--MainColor);
        background: #fff;
    }

     /* 有子選單的第一層 */
    .stellarnav.mobile li.has-sub {
        position: relative;
    }


    /* 文字右側留空間給 + */
    .stellarnav.mobile li.has-sub > a {
        padding-right: 58px;
    }


    /* 原套件箭頭不要 */
    .stellarnav.mobile li.has-sub > a::after {
        display: none;
    }


    /*--------------------------------*/
    /* + 按鈕 */
    /*--------------------------------*/
    .stellarnav.mobile li.has-sub > .dd-toggle {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 5px;
        margin: 0;
        padding: 0;
        background: rgba(213, 92, 22, .07);
        border: 1px solid rgba(213, 92, 22, .13);
        color: var(--MainColor);
        z-index: 5;
        transition:
            background .25s ease,
            border-color .25s ease,
            transform .3s ease;
    }


    /* 原套件 dd-toggle 裡面的箭頭隱藏 */
    .stellarnav.mobile li.has-sub > .dd-toggle .icon-plus {
        position: relative;

        width: 14px;
        height: 14px;

        border: 0;
    }


    /* 橫線 */
    .stellarnav a.dd-toggle .icon-plus:before {
        content: "";

        position: absolute;
        top: 50%;
        left: 0;

        width: 14px;
        height: 1px;

        background: var(--MainColor);
    border-bottom: 0;
        transform: translateY(-50%);

        transition: transform .3s ease;
    }


    /* 直線 */
    .stellarnav a.dd-toggle .icon-plus:after {
        content: "";
    border-bottom: 0;
        position: absolute;
        top: 0;
        left: 50%;

        width: 1px;
        height: 14px;

        background: var(--MainColor);

        transform: translateX(-50%);

        transition:
            opacity .25s ease,
            transform .3s ease;
    }


    /*--------------------------------*/
    /* 展開後 + 變 − */
    /* Stellarnav 通常會加 .open */
    /*--------------------------------*/
    .stellarnav.mobile li.open > .dd-toggle {
        background: var(--MainColor);
        border-color: var(--MainColor);
    }


    .stellarnav.mobile li.open > .dd-toggle .icon-plus::before {
        background: #fff;
    }


    .stellarnav.mobile li.open > .dd-toggle .icon-plus::after {
        background: #fff;

        opacity: 0;

        transform:
            translateX(-50%)
            rotate(90deg);
    }


    /*--------------------------------*/
    /* 第二層子選單 */
    /*--------------------------------*/
    .stellarnav.mobile li.has-sub > ul {
        position: static;

        width: 100%;

        margin: 0;
        padding: 4px 8px 13px;

        background: transparent;

        border: 0;
        box-shadow: none;
    }


    /* 子選單每一列 */
    .stellarnav.mobile li.has-sub > ul > li {
        position: relative;

        width: 100%;

        margin: 0 0 5px;
        padding: 0;

        border: 0;
    }


    .stellarnav.mobile li.has-sub > ul > li:last-child {
        margin-bottom: 0;
    }


    /* 子選單連結 */
    .stellarnav.mobile li.has-sub > ul > li > a {
        position: relative;

        display: flex;
        align-items: center;

        width: 100%;
        min-height: 44px;

        margin: 0;
        padding: 9px 15px 9px 38px;

        color: #6F6762;

        background: rgba(255, 255, 255, .62);

        border: 1px solid rgba(213, 92, 22, .07);
        border-radius: 8px;

        font-size: 13px;
        line-height: 1.5;
        letter-spacing: .05em;

        transition:
            color .25s ease,
            background .25s ease,
            padding .25s ease;
    }


    /* 子選單前面的細線 */
    .stellarnav.mobile li.has-sub > ul > li > a::before {
        content: "";

        position: absolute;
        top: 50%;
        left: 16px;

        width: 10px;
        height: 1px;

        background: rgba(213, 92, 22, .55);

        transform: translateY(-50%);

        transition: width .25s ease;
    }

    /* hover */
    .stellarnav.mobile li.has-sub > ul > li > a:hover {
        padding-left: 42px;

        color: var(--MainColor);
        background: #fff;
    }

    .stellarnav.mobile li.has-sub > ul > li > a:hover::before {
        width: 14px;
    }
}
/*------------------------------------------------*/
/* Footer */
/*------------------------------------------------*/

.footer {
    position: relative;
    margin-top: 80px;
    padding: 0;
    overflow: hidden;

    background: #F5EFE7;
    color: #C79761;

    border: 0;
}

.footer > .center {
    width: min(88%, 1360px);
    margin: 0 auto;
    padding: 55px 0 30px;
}

.footer_info {
    display: grid;
    grid-template-columns:
        minmax(300px, 1.2fr)
        minmax(180px, .8fr)
        minmax(220px, 1fr);

    column-gap: clamp(60px, 8vw, 150px);
    align-items: start;
}

.footer .F_ul_Boxed {
    display: contents;
}
.footer .F_ul_Boxed > li:first-child {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}


.footer .F_ul_Boxed > li:first-child p {
    margin: 0 0 10px;
    padding: 0;
    color: #C79761;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .06em;
}


.footer .F_ul_Boxed > li:first-child p a {
    color: inherit;
    text-decoration: none;
    transition: opacity .25s ease;
}


.footer .F_ul_Boxed > li:first-child p a:hover {
    opacity: .6;
}


.footer .F_ul_Boxed > li:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}


.footer_menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;

    width: 100%;
    margin: 0;
    padding: 0;
}


/* 回首頁隱藏，跟參考圖一樣 */
.footer_menu > a:first-child {
    display: none;
}


.footer_menu > a {
    display: block;
    margin: 0 0 10px;
    padding: 0;
    color: #C79761;
    background: transparent;
    border: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .08em;
    transition:
        opacity .25s ease,
        transform .25s ease;
}


.footer_menu > a::before,
.footer_menu > a::after {
    display: none;
}


.footer_menu > a:hover {
    color: #C79761;
    opacity: .6;
    transform: translateX(3px);
}

.footer_logo {
    grid-column: 3;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}


.footer_logo > a {
    display: block;
    width: auto;
}


.footer_logo > a img {
    display: block;

    width: 145px;
    max-width: 100%;
    height: auto;

    margin: 0;

    object-fit: contain;
}

/* 社群按鈕 */
.box_link {
    position: absolute;
    left: 0;
    top: 220px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    flex-direction: row;
    right: unset;
    max-width: unset;
}


.footer_logo .box_link a {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 34px;
    height: 34px;

    margin: 0;
    padding: 0;

    color: #C79761;
    background: transparent;

    border: 1px solid rgba(199, 151, 97, .38);
    border-radius: 50%;

    font-size: 13px;

    transition:
        color .25s ease,
        background .25s ease,
        transform .25s ease;
}


.footer_logo .box_link a:hover {
    color: #F5EFE7;
    background: #C79761;

    transform: translateY(-2px);
}

/* Copyright */
.footer .copy {
    align-items: center;
    color: rgba(199, 151, 97, .52);
    padding: 12px;
    border-top: 1px rgba(199, 151, 97, .52) solid;
}

.footer .copy p {
    margin: 0;
    padding: 0;
}

.footer .copy a {
    color: inherit;
    text-decoration: none;
}

.footer .copy a:hover {
    color: #C79761;
}

/* 隱私政策 */
.footer .privacyLinks {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* 人氣不要太搶眼 */
.footer .total_view {
    opacity: .6;
}


/*------------------------------------------------*/
/* RWD */
/*------------------------------------------------*/

@media only screen and (max-width: 1024px) {

    .footer > .center {
        width: 90%;
        padding-top: 50px;
    }

    .footer_info {
        grid-template-columns:
            minmax(260px, 1.2fr)
            minmax(150px, .7fr)
            minmax(150px, .8fr);

        column-gap: 45px;
    }

    .footer_logo > a img {
        width: 125px;
    }

}

@media only screen and (max-width: 768px) {

    .footer {
        margin-top: 55px;
    }


    .footer > .center {
        width: 100%;
        padding: 42px 22px 25px;
    }
    .footer_info {
        display: flex;
        flex-direction: column;
        gap: 0;
    }


    /* display contents 取消 */
    .footer .F_ul_Boxed {
        display: flex;
        flex-direction: column;

        width: 100%;
        margin: 0;
        padding: 0;
    }


    /* Logo 最上面 */
    .footer_logo {
        order: -1;

        display: block;

        width: 100%;
        margin: 0 0 32px;
        padding: 0 0 28px;

        border-bottom: 1px solid rgba(199, 151, 97, .18);
    }


    .footer_logo > a img {
        width: 115px;
    }


    /* 社群恢復正常定位 */
    .footer_logo .box_link {
        position: static;

        display: flex;

        margin-top: 20px;
    }


    .footer_logo .box_link a {
        width: 32px;
        height: 32px;

        font-size: 12px;
    }


    /* 聯絡 */
    .footer .F_ul_Boxed > li:first-child {
        order: 1;

        width: 100%;
        margin-bottom: 30px;
    }


    .footer .F_ul_Boxed > li:first-child p {
        margin-bottom: 8px;

        font-size: 13px;
        line-height: 1.6;
    }


    /* 選單 */
    .footer .F_ul_Boxed > li:nth-child(2) {
        order: 2;

        width: 100%;
    }


    .footer_menu {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));

        column-gap: 25px;
        row-gap: 0;
    }


    .footer_menu > a {
        margin: 0;
        padding: 8px 0;

        border-bottom: 1px solid rgba(199, 151, 97, .12);

        font-size: 13px;
    }


    /* Copyright */
    .footer .copy {
        justify-content: flex-start;
        width: calc(100% - 44px);
        margin: 0 auto;
        border-top: 1px solid rgba(199, 151, 97, .14);

        font-size: 9px;
    }

}


@media only screen and (max-width: 450px) {

    .footer > .center {
        padding-left: 17px;
        padding-right: 17px;
    }


    .footer_logo {
        margin-bottom: 27px;
        padding-bottom: 24px;
    }


    .footer_logo > a img {
        width: 105px;
    }


    .footer .F_ul_Boxed > li:first-child p {
        font-size: 12px;
    }


    .footer_menu {
        column-gap: 18px;
    }


    .footer_menu > a {
        font-size: 12px;
    }


    .footer .copy {
        width: calc(100% - 34px);
    }

}