@charset "utf-8";



@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Meie+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=Noto+Serif+TC:wght@200..900&display=swap');
/* 聯絡方式指定刪除 */

.info_fix_default.info_fix_mail {
    display: none;
}

/* 結束 */



.main_part {
    max-width: 1500px;
    position: relative;
    z-index: 1;
}


@keyframes op_0_1 {
    0% {
        opacity: 0;
    }


    100% {
        opacity: 1;

    }
}

@keyframes shadow {
    0% {
        transform: skew(0deg, 0deg)
    }

    25% {
        transform: skew(0deg, 8deg)
    }

    50% {
        transform: skew(6deg, 10deg)
    }

    75% {
        transform: skew(6deg, 2deg)
    }

    to {
        transform: skew(0deg, 0deg)
    }
}

@keyframes shadow_02 {
    0% {
        transform: skew(0deg, 0deg)
    }

    25% {
        transform: skew(8deg, 0deg)
    }

    50% {
        transform: skew(10deg, 6deg)
    }

    75% {
        transform: skew(2deg, 6deg)
    }

    to {
        transform: skew(0deg, 0deg)
    }
}


@keyframes teamrotation {
    40% {
        border-top-left-radius: 135px;
        border-bottom-right-radius: 135px;
    }

    50% {
        border-radius: 150px;
    }

    60% {
        border-top-left-radius: 135px;
        border-bottom-right-radius: 135px;
    }
}

@keyframes teamrotation_02 {
    40% {
        border-top-right-radius: 135px;
        border-bottom-left-radius: 135px;
    }

    50% {
        border-radius: 150px;
    }

    60% {
        border-top-right-radius: 135px;
        border-bottom-left-radius: 135px;
    }
}


@keyframes teamrun {
    0% {
        margin-left: 0;
    }

    50% {
        margin-left: 100%;
    }

    100% {
        margin-left: 0;
    }
}


@keyframes Blur {
    from {
        opacity: 0;
        -webkit-filter: blur(15px);
        -moz-filter: blur(15px);
        -ms-filter: blur(15px);
        -o-filter: blur(15px);
        filter: blur(15px)
    }

    to {
        opacity: 1;
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -ms-filter: blur(0px);
        -o-filter: blur(0px);
        filter: blur(0px)
    }
}


/* 英文斷行修正 */
* {
    word-break: break-word !important;
}



/* 字體統一 */

/* 字體統一 */
:root {
    --all_page_bg: #ededed;
    --scrollbar_bg: #C59D72;
    --scrollbar_color: #ffffffd9;
    --selection_color: #ffffffd9;
    --selection_bg: #C59D72;
    /* 標題顏色 */
    --same_title_color: #C59D72;
    --same_title_color_d: #111112;
    --same_title_color_l: #ffffffd9;
    --font_same_title_family: "Meie Script",'noto serif jp','noto serif tc', "noto sans";
    --font_same_menu_family: "Meie Script", "noto sans";
    --font_same_banner_family: "Meie Script", "noto sans";
    /* 內文顏色 */
    --same_content_color: #000000b3;
    --same_content_color_d: #000000b3;
    --same_content_color_l: #ffffffb3;
    --font_same_content: "noto sans", '微軟正黑體';

    /* 版面上下空白 */
    --gapbig_01: 80px;
    /* header */
    --header_bg: #C0B596cc;
    --header_bg_sticky: #C0B596cc;
    --header_bg_p: #111112;

    /* footer */
    --footer_bg: var(--theme_palette_color_5);
    --footer_bg_p: #111112;
    --footer_bg_d: var(--theme_palette_color_5);
    --footer_bg_d_p: #ffffff;
    /* 首頁輪播距離 */
    --cover_top: 60px;
    /* banner距離menu的距離 */

    --index_banner_deli_menu_h: 60px;
    /* 手機版選單 */
    --m_menu_bg: var(--theme_palette_color_5);
    /* 浮動按鈕 */
    --fix_btn_bg: #919191d4;
    --fix_btn_bg_hover: #CEC8C2f1;
    --fix_btn_color: #fff;

    /* 按鈕顏色 */
    --btn_bg_01: #515151e6;
    --btn_bg_01_hover: #515151a6;
    --btn_color_01: #ffffff;
    --btn_color_01_hover: #ffffff;
    --btn_bg_02: #51515130;
    --btn_bg_02_hover: #4d535a12;
    --btn_color_02: #666666;
    --btn_color_02_hover: #666666;
    --btn_bg_03: #515151e6;
    --btn_bg_03_hover: #515151a6;
    --btn_color_03: #ffffff;
    --btn_color_03_hover: #ffffff;
    --smae_btn_padding: 10px;

    /* banner疊到的menu高度 */
    --menu_banner_space: 80px;
    /* banner */
    --banner_color: #fff;

    /* 主題顏色 */
    --theme_palette_color_1: #967B5A;
    --theme_palette_color_2: #C09050;
    --theme_palette_color_3: #D4AC41;
    --theme_palette_color_4: #42292D;
    --theme_palette_color_5: #C0B596;
    --theme_palette_color_6: #131616;
    --theme_palette_color_7: #ffffff;
    --theme_palette_color_8: #ffffffd9;
    --theme_palette_color_9: #C59D72d9;
    /* 按鈕 */
    --btn_bg: #51515160;
    --font_color_d: #5F5F5F;
    --smae_btn_padding: 10px;


    /* 區塊相同上與下空間 */
    --same_top_zone_space: 150px;
    --same_bottom_zone_space: 150px;
    /* 區塊內小區塊相同上與下空間 */
    --same_top_zone_space_s: 60px;
    --same_bottom_zone_space_s: 60px;
    /* 區塊標題距離內文 */
    --same_title_bottom_space: 30px;

    /* 基本間距 */
    --pd10: 10px;
    --pd20: 20px;
    --pd30: 30px;
    --pd40: 40px;
    --pd50: 50px;
    --pd80: 80px;
    --pd100: 100px;
    --pd150: 150px;
    --fonts200re: 200px;
    /* 基本文字大小變數 - 預設值 */
    --fonts13re: 13px;
    --fonts14re: 14px;
    --fonts15re: 15px;
    --fonts16re: 16px;
    --fonts17re: 17px;
    --fonts18re: 18px;
    --fonts20re: 20px;
    --fonts21re: 21px;
    --fonts22re: 22px;
    --fonts23re: 23px;
    --fonts24re: 24px;
    --fonts25re: 25px;
    --fonts26re: 26px;
    --fonts28re: 28px;
    --fonts32re: 32px;
    --fonts35re: 35px;
    --fonts40re: 40px;
    --fonts50re: 50px;
    --fonts72re: 72px;
    --fonts110re: 110px;
}


/* 斷點: max-width: 1440px */
@media (max-width: 1440px) {
    :root {

        /* 基本文字大小變數 */
        --fonts40re: 38px;
        --fonts50re: 46px;
        --fonts72re: 65px;
        --fonts110re: 100px;
        --fonts200re: 180px;

    }
}

@media (max-width: 1100px) {
    :root {
        /* 基本間距 */
        --pd100: 90px;
        --pd150: 130px;
    }
}

/* 斷點: max-width: 1200px */
@media (max-width: 1200px) {
    :root {
        --fonts20re: 19px;
        --fonts21re: 20px;
        --fonts22re: 21px;
        --fonts23re: 22px;
        --fonts24re: 23px;
        --fonts25re: 24px;
        --fonts26re: 25px;
        --fonts28re: 26px;
        --fonts32re: 30px;
        --fonts35re: 32px;
        --fonts40re: 36px;
        --fonts50re: 42px;
        --fonts72re: 60px;
        --fonts110re: 90px;
    }
}

/* 斷點: max-width: 1080px */
@media (max-width: 1080px) {
    :root {

        /* 區塊相同上與下空間 */
        --same_top_zone_space: 60px;
        --same_bottom_zone_space: 60px;
        /* 基本文字大小變數 */

        --fonts17re: 16px;
        --fonts18re: 17px;
        --fonts20re: 18px;
        --fonts21re: 19px;
        --fonts22re: 20px;
        --fonts23re: 21px;
        --fonts24re: 22px;
        --fonts25re: 23px;
        --fonts26re: 24px;
        --fonts28re: 25px;
        --fonts32re: 28px;
        --fonts35re: 30px;
        --fonts40re: 34px;
        --fonts50re: 38px;
        --fonts72re: 54px;
        --fonts110re: 80px;
        --fonts200re: 150px;
        /* banner疊到的menu高度 */
        --menu_banner_space: 100px;
    }
}

@media (max-width: 1024px) {
    :root {
        --index_banner_deli_menu_h: 137px;
    }
}


/* 斷點: max-width: 840px */
@media (max-width: 840px) {
    :root {
        --fonts18re: 16px;
        --fonts20re: 17px;
        --fonts21re: 18px;
        --fonts22re: 19px;
        --fonts23re: 20px;
        --fonts24re: 21px;
        --fonts25re: 22px;
        --fonts26re: 23px;
        --fonts28re: 24px;
        --fonts32re: 26px;
        --fonts35re: 28px;
        --fonts40re: 32px;
        --fonts50re: 36px;
        --fonts72re: 48px;
        --fonts110re: 70px;
    }
}

/* 斷點: max-width: 768px */
@media (max-width: 768px) {
    :root {
        --fonts20re: 16px;
        --fonts21re: 17px;
        --fonts22re: 18px;
        --fonts23re: 19px;
        --fonts24re: 20px;
        --fonts25re: 21px;
        --fonts26re: 22px;
        --fonts28re: 23px;
        --fonts32re: 25px;
        --fonts35re: 27px;
        --fonts40re: 30px;
        --fonts50re: 34px;
        --fonts72re: 44px;
        --fonts110re: 64px;
        --fonts200re: 100px;

        /* banner疊到的menu高度 */
        --menu_banner_space: 55px;
        /* banner距離menu的距離 */

        --index_banner_deli_menu_h: 70px;
    }
}

/* 斷點: max-width: 640px */
@media (max-width: 640px) {
    :root {
        --fonts21re: 16px;
        --fonts22re: 17px;
        --fonts23re: 18px;
        --fonts24re: 19px;
        --fonts25re: 20px;
        --fonts26re: 21px;
        --fonts28re: 22px;
        --fonts32re: 24px;
        --fonts35re: 26px;
        --fonts40re: 28px;
        --fonts50re: 32px;
        --fonts72re: 40px;
        --fonts110re: 58px;

    }
}

/* 斷點: max-width: 600px */
@media (max-width: 600px) {
    :root {

        --fonts22re: 16px;
        --fonts23re: 17px;
        --fonts24re: 18px;
        --fonts25re: 19px;
        --fonts26re: 20px;
        --fonts28re: 21px;
        --fonts32re: 23px;
        --fonts35re: 25px;
        --fonts40re: 27px;
        --fonts50re: 30px;
        --fonts72re: 38px;
        --fonts110re: 52px;
        --fonts200re: 80px;

        /* 基本間距 */
        --pd10: 8px;
        --pd20: 15px;
        --pd30: 22px;
        --pd40: 34px;
        --pd50: 38px;
        --pd80: 60px;
        --pd100: 60px;
        --pd110: 90px;
        --pd120: 100px;
        --pd150: 100px;

    }
}

/* 斷點: max-width: 476px */
@media (max-width: 476px) {
    :root {
        --fonts23re: 16px;
        --fonts24re: 17px;
        --fonts25re: 18px;
        --fonts26re: 19px;
        --fonts28re: 20px;
        --fonts32re: 22px;
        --fonts35re: 24px;
        --fonts40re: 26px;
        --fonts50re: 28px;
        --fonts72re: 34px;
        --fonts110re: 46px;
    }
}

/* 斷點: max-width: 375px */
@media (max-width: 375px) {
    :root {
        --fonts24re: 16px;
        --fonts25re: 17px;
        --fonts26re: 18px;
        --fonts28re: 19px;
        --fonts32re: 21px;
        --fonts35re: 22px;
        --fonts40re: 24px;
        --fonts50re: 26px;
        --fonts72re: 32px;
        --fonts110re: 42px;
        /* 基本間距 */
        --pd30: 20px;
        --pd40: 30px;
        --pd50: 35px;
        --pd80: 40px;
        --pd100: 50px;
        --pd110: 60px;
        --pd120: 70px;
        --pd150: 70px
    }
}

/* 斷點: max-width: 320px */
@media (max-width: 320px) {
    :root {
        --fonts25re: 16px;
        --fonts26re: 17px;
        --fonts28re: 18px;
        --fonts32re: 20px;
        --fonts35re: 21px;
        --fonts40re: 22px;
        --fonts50re: 24px;
        --fonts72re: 30px;
        --fonts110re: 38px;
    }
}


/* 結束 */
/* 原始設定 */
/*
關於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 */
.bodyDesktop .nav-brand {

    padding-left: 10px;
    padding-right: 10px;
    margin-left: 0;
}

.bodyDesktop .nav-brand img {
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.nav-brand img {
    min-width: 120px;
}

.bodyDesktop .header_area.sticky .nav-brand img {
    transition: all 0.3s ease-in-out;
    min-width: 80px;
    max-width: 320px;
}

.bodyMobile .header_area {
    background: var(--header_bg);

}



/* 手機LOGO */
.bodyMobile .nav-brand img {
    max-width: 200px;
    min-width: 120px;
}


/* 商品下拉超過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;
}

@media screen and (max-width: 1024px) {
    .bodyDesktop .nav-brand {
        margin-left: auto;
    }
}

/* 主分類超過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個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/* 購物車修正 */



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main {
    margin: 0;
}

.pageIndex .bannerindex {
    position: relative;
    height: auto;
    z-index: 70;
}

.pageIndex .swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}

/* .swiper-slide img { height:auto;} */

@media screen and (max-width: 768px) {
    .pageIndex .bannerindex {
        padding: 0;
        margin: 0;
    }
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */





@media screen and (max-width: 768px) {

    /* 開啟手機板下方按鈕所需設定 */
    #bottom_menu {
        display: none;
    }

    /* 
    .footer.with_shopping_mode {
        padding: 30px 0 70px;
    } */

    #to_top {
        bottom: 60px;
    }
}

@media screen and (max-width: 600px) {}



/* 以上原始固定 */
/* 開始 */
/* 浮動按鈕 */
.info_fix {
    right: -4px;
}

.info_fix>span {
    color: #aba9a9;
    background-color: #ffffff;
}

.info_fix:hover>span {
    background: #fff;
}

.info_fix_links {
    padding-bottom: 0px;
}

.info_fix_links a {
    width: 50px;
    height: 50px;
    opacity: 1;
    background: var(--fix_btn_bg);
    transition: all 0.3s ease-in-out;
}

.info_fix_links a:hover {
    background-color: var(--fix_btn_bg_hover);
    transition: all 0.3s ease-in-out;
}

.info_fix_links a:hover i::before {
    color: var(--fix_btn_color);
    transition: all 0.3s ease-in-out;
}

.info_fix_links a span {
    width: 41px;
    height: 41px;
}

.info_fix_links a span::before {
    background-size: contain;
    width: 41px;
    height: 41px;
    pointer-events: none;
}

.info_fix>span {
    background: #ffffff;
}

.info_fix_links a i::before {
    color: #fff;
    transition: all 0.3s ease-in-out;
    pointer-events: none;

}


.fa-tiktok-f::before {
    content: '\e07b';

}

/*顯示項目和圖片*/


/*直接展開*/
.info_fix {
    display: block !important;
}

.info_fix_links {
    display: flex !important;
}

.linksBtn {
    display: none !important;
}

/* 指定順序 */
a.info_fix_default.info_fix_tel {
    order: 3;
}

a.info_fix_default.info_fix_line {
    order: 4;
}

a.info_fix_default.info_fix_fb {
    order: 0;
}

a.info_fix_default.info_fix_phone {
    order: 1;
}

a.info_fix_default.info_fix_ig {
    order: 6;
}

a.info_fix_default.info_fix_map {
    order: 5;

}

/* 全域設定 */

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {}

::-webkit-scrollbar-thumb {
    background-color: var(--scrollbar_bg);
    color: var(--scrollbar_color);

}

::selection {
    color: var(--selection_color);
    background: var(--selection_bg);
}

#content {
    position: relative;
}




#page {
    position: relative;
}

#page {
    position: relative;
    background: var(--all_page_bg);
    background-image: url(https://pic03.eapple.com.tw/0910925558/pattern_bg_01.png), url(https://pic03.eapple.com.tw/0910925558/pattern_bg_01.png), url(https://pic03.eapple.com.tw/0910925558/pattern_bg_01.png), url(https://pic03.eapple.com.tw/0910925558/pattern_bg_01.png);
    z-index: 0;
}


#content_main,
#content {
    background: transparent;
}

@media screen and (max-width: 768px) {
    #content:after {
        background-size: 100vw;
        background-repeat: repeat;

    }
}

/* 服務項目 */
body.other_select_page .main_part {

    z-index: 1;
    position: relative;
}

body.other_select_page #page {
    position: relative;
}

body.other_select_page #page::after {
    /* content: '';
    width: 100%;
    height: 100%;
    display: block;
    opacity: 1;
    background: url(https://pic03.eapple.com.tw/0910925558/all_bg_deli_02.png) no-repeat, url(https://pic03.eapple.com.tw/0910925558/all_bg_deli_03.png) no-repeat;
    background-attachment: fixed, fixed;
    background-position: left 0px top 70vh, right 0px top 7vh;
    background-size: 12vw, 12vw;
    top: 0;
    position: absolute;
    pointer-events: none;
    z-index: 0;
    filter: saturate(0.5);
    animation: op_0_1 10s 0.2s both; */
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    opacity: 1;
    background: url(https://pic03.eapple.com.tw/0910925558/all_bg_deli_03.png) no-repeat;
    background-attachment: fixed, fixed;
    background-position: right 0px top 7vh;
    background-size: 12vw, 12vw;
    top: 0;
    position: absolute;
    pointer-events: none;
    z-index: 0;
    filter: saturate(0.5);
    animation: op_0_1 10s 0.2s both;

}


/* 結束 */

/* #content_main,
#content {
    background-image: url(https://pic03.eapple.com.tw/);
    background-color: #FDFCFB;
    position: relative;

}

#content_main:before,
#content:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/);
    opacity: 0.2;
    z-index: 0;
    pointer-events: none;
    background-color: #FEFDF8;
    opacity: 0.5;
} */








/* footer */
/* footer_清除原始設定_版型調整 */
.footer {
    position: relative;
    background: var(--footer_bg);
    background-image: url(https://pic03.eapple.com.tw/0910925558/pattern_bg_01.png);
    background-size: 500px;
    background-repeat: repeat;

}

.footer:before {
    content: '';
    background-image: url(https://pic03.eapple.com.tw/0910925558/footer_deli_bg.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* filter: contrast(0.5) opacity(0.8) blur(1px) brightness(1); */
    pointer-events: none;
    opacity: 0.3;
    mix-blend-mode: hard-light;
}

.footer_logo {
    margin: auto;
    position: relative;
    max-width: initial;
}

.footer_logo img {
    max-width: 250px;
    min-width: 120px;
    width: 30vw;

}


.footer_logo a {
    position: relative;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;

}



.footer .box_link {
    position: relative;
    right: 0;
    max-height: initial;
    justify-content: flex-start;
    order: 3;
    align-content: baseline;
    max-width: 450px;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 0;
}

.footer .box_link:before {
    content: '【店鋪資訊 | 瞭解更多】';
    display: block;
}

.footer .box_link .me_tp_fb {
    background: #6f92ad;

}

.footer .box_link .me_tp_line {
    background: #8E9986;
}

.footer .box_link .me_tp_call {
    background: #7F756D;
}

.footer .box_link .me_tp_call {
    background: #CCAF81;

}

.footer .box_link .me_tp_mail {
    background: #AC969B;
}

.footer_info ul {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: var(--gapbig_01);
    max-width: 100%;
    margin: auto;
    gap: 20px;

}


.footer_menu {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(120px, 100%), 1fr));
}

.footer_menu a:nth-child(1) {
    display: none;
}

.footer_menu a,
.footer_menu a:hover {
    background: transparent;
    color: var(--footer_bg_p);
    border: none
}

.footer_info {
    grid-template-columns: 1fr;
    padding: 0;
    width: 95%;
    margin: auto;
    grid-gap: 0;
    max-width: 1900px;

}


.footer .box_link {
    position: relative;
    right: 0;
    max-height: initial;
    order: 3;
    padding: 10px;
    grid-template-columns: repeat(auto-fill, minmax(min(130px, 100%), 1fr));
    align-content: baseline;
    max-width: 450px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    order: 0;
}

.footer .box_link a {
    width: 100%;
    text-align: left;
    margin: 0;
    border: solid 1px #ffffff50;
    border-radius: 500px;
    aspect-ratio: 9 / 9;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    width: 30px;


}

.footer .box_link a:hover {
    background: transparent;
    opacity: .5;
    transition: transform 600ms ease-in-out;

}

.footer .box_link i.fa-brands {
    display: flex;
    flex-direction: row;
    align-items: center;
}



/* header */
/* 轉為淺色字 */
.stellarnav>ul>li>a,
.me_tp_features a {
    color: var(--header_bg_p);
    transition: all 0.3s ease-in-out;
}

.header_area.sticky .stellarnav>ul>li>a,
.header_area.sticky .me_tp_features a {
    filter: brightness(1);
    transition: all 0.3s ease-in-out;

}

.stellarnav.mobile.left>ul {
    background: var(--m_menu_bg);
    backdrop-filter: blur(10px);
}

.stellarnav.mobile.right .close-menu,
.stellarnav.mobile.left .close-menu {
    background: transparent;
    color: #fff;
}

.stellarnav .icon-close {

    background: #fff;
}

.stellarnav.mobile>ul>li {
    border: none;
}



/*Header/＝＝＝＝＝*/
.stellarnav.desktop>ul>li>a {
    padding: 0;
}

.stellarnav li.has-sub>a:after {
    display: none;
}

.nav-header {
    max-width: 300px;
    border: none;
    grid-row: initial;
}

.header_area {
    width: 100%;
    padding-bottom: 0;
    background: var(--header_bg);
    padding: 0;
    width: 100%;

    position: fixed;
    width: 100%;
}

.main_header_area {
    width: 95%;
    margin: 0 auto;
    transition: 0.5s;
}



header.header_area.sticky .main_header_area {
    max-width: 100%;
    margin-top: 0;
    transition: 0.5s;
}

.stellarnav>ul>li>a b,
.stellarnav ul ul {
    font-size: 15px;
    letter-spacing: 2px;
    font-family: var(--font_same_title);
    font-weight: 500;
    letter-spacing: 0.2px;
}

.stellarnav>ul>li>a b {
    text-transform: uppercase;

    align-content: space-evenly;
    font-weight: 600;
    letter-spacing: 0.08em;
}

.stellarna.desktopv>ul>li>a b {
    min-width: 80px;
}

.header_area.sticky {
    background: var(--header_bg_sticky);

    background-repeat: repeat;
}



/*選單最大寬度設定*/
.main_header_area .container {
    max-width: 100%;
    margin: auto;
}

.navigation {
    padding: 0px;
    grid-template-columns: 250px 1fr;
    align-items: center;
}

/*第一層*/

.stellarnav.mobile.left>ul {
    border-right: none;
}

.stellarnav>ul>li:hover>a {
    color: #c9c9c9;
}

.stellarnav.mobile>ul>li>a b {
    /* color: #fff; */
}

.stellarnav.mobile li.open a {
    color: #756960;
}

.stellarnav.mobile li.open a b {
    color: #756960;

}

.stellarnav>ul>li>a {
    letter-spacing: 2px;
}

.stellarnav li.has-sub>a:after {
    right: 5px;
    border-top-color: #fff;
}

/*第二層*/
.stellarnav li li>a,
.stellarnav li li.has-sub>a {
    padding: 7px 5px;
    transition: all 0.3s ease-in-out;
    border-left: 1px solid transparent;
    font-family: var(--font_same_content);
}

.stellarnav li li>a:hover,
.stellarnav.mobile li.open a:hover {
    color: #E6E2DB;
    transition: all 0.3s ease-in-out;

}



/*SubMenu*/
.header_area .me_tp_features {
    grid-column: 1 / -1;
    order: -1;
    color: var(--footer_bg_d_p);
    margin: 0;
    display: none;
}

.tp_links a {
    transition: all 0.3s;
}

.tp_links a:hover {
    color: #ADA17E;
}

.header_area .tp_links {
    position: relative;
}



.header_area .me_tp_features a {
    color: #fff;

}

/*隱藏選單按鈕連結*/

@media screen and (max-width: 768px) {

    .stellarnav.mobile>ul>li>a b:nth-child(2) {
        display: none;
    }

    .stellarnav.mobile {
        padding: 5px;
    }
}

/* footer */

.footer_info li:nth-child(1) {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(250px, 100%), 1fr));

    gap: 10px;
    text-align: left;
    max-width: 800px;
    margin: auto;
}


.footer_info li:nth-child(1) p:last-child {
    grid-column: 1/-1;

}

.footer_info li .add:after {
    content: '【營業時間】 週一至週五 10:00-19:00 / 週六10:00-18:00 \a (非營業時間皆可來電預約，敬請預約，避免撲空哦) \a 公休日：週日公休';
    display: block;
    white-space-collapse: preserve-breaks;
    margin-top: 10px;
}

.footer_info li p:before {
    display: inline-block;
    color: var(--footer_bg_p);

}

.footer_info li p.line:before {
    content: '【Line ID】';
}

.footer_info li p.tel:before {
    content: '【Phone】';
}

.footer_info li p.tel2:before {
    content: '【Phone】';
}


.footer_info li p.add:before {
    content: '';
}

.footer_info li p.taxid:before {
    content: '【tax ID】';
}

.footer_info li p.mail:before {
    content: '【E-mail】';
}

.footer_info li p.phone:before {
    content: '【Phone】';

}

.footer .box_link a {
    color: var(--footer_bg_p);
}

.footer_info li p,
.footer_info li p a {
    color: var(--footer_bg_p);
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    font-family: var(--font_same_content);

}

.footer_info li p:hover a {
    opacity: 0.5;
    transition: all 0.3s ease-in-out;

}


.footer_menu a {
    font-family: var(--font_same_content);
    font-weight: 600;
}

.footer_menu a,
.footer_menu a:hover {
    color: var(--footer_bg_p);
    font-weight: 500;
    transition: all 0.3s ease-in-out;

}

.footer_menu a:hover {
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
}



.footer .box_link a {
    font-size: 14px;
}

.footer .center {
    max-width: 100%;
}

.footer_info li:nth-child(2) {
    margin-top: 0;
    padding-top: 20px;
    order: -1;
    max-width: 800px;
    margin: auto;
    width: 100%;
}



.copy,
.copy a {
    border-color: transparent;
    color: transparent;
}

.copy {
    background: var(--footer_bg_d);
    color: var(--footer_bg_d_p);
    background-image: url(https://pic03.eapple.com.tw/0910925558/pattern_bg_01.png);
    background-size: 500px;
    background-repeat: repeat;

}

.copy a {
    color: var(--footer_bg_d_p);

}

@media screen and (max-width: 1200px) {
    .footer_info {
        grid-template-columns: auto;
    }

}


@media screen and (max-width: 768px) {

    .footer_info li:nth-child(1) {
        grid: none;
    }

    .me_tp_features a {
        color: #fff;
    }
}

@media screen and (max-width: 600px) {
    .footer_info {
        gap: 10px;
    }

    .footer_info ul {
        grid-template-columns: auto;
        gap: 20px;
    }

    .footer_menu {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }

    .footer .box_link {
        grid-template-columns: minmax(0, 1fr);
    }

    .footer .box_link:before {
        grid-column: span 1;
    }
}


@media screen and (max-width: 570px) {

    .me_tp_features a.tp_btn_cart,
    .me_tp_features a.tp_btn_notice {
        display: inline-block;
    }

    .main_header_area {
        max-width: 100%;
    }

    header.header_area.sticky .main_header_area {
        padding: 0;
    }
}

@media screen and (max-width: 360px) {
    .footer_logo a:after {
        font-size: 11px;
    }
}

/* 大圖 */
.pageIndex .swiper-banner .swiper-slide img {
    aspect-ratio: 2000/1000;
    object-fit: cover;
    width: 100%;

}

.pageIndex .bannerindex .swiper-slide {
    position: relative;
}

.pageIndex .bannerindex .swiper-slide:before {
    content: '';
    width: 100%;
    height: inherit;
    aspect-ratio: 2000 / 1000;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    /* filter: drop-shadow(4px 4px 4px #eeeeee) drop-shadow(-4px -4px 4px #eeeeee); */
    filter: grayscale(1) invert(1);
    background-position: center;

}

.pageIndex .bannerindex .swiper-slide:nth-child(1):before {
    background-image: url(https://pic03.eapple.com.tw/0910925558/cover_01_deli_01.png);
    left: 0;
    top: 0;
}

.pageIndex .bannerindex .swiper-slide:nth-child(2):before {
    background-image: url(https://pic03.eapple.com.tw/0910925558/cover_02_deli_01.png);
    left: 0;
    top: 0;
}



.pageIndex .bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before {
    animation: ani_LtoR 1s 0.2s both;
}

.pageIndex .bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before {
    animation: ani_BtoT 1s 0.2s both;
}

/**/
/* animation: ani_rotate 3s -2s both; */
@keyframes slide-active_big {
    0% {
        transform: scale(1.8);
        opacity: 0;
    }

    100% {
        transform: rotate(0) scale(1);
        opacity: 1;
    }
}

@keyframes ani_TtoB {
    0% {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes ani_BtoT {
    0% {
        -webkit-transform: translateY(10%);
        transform: translateY(10%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes ani_LtoR {
    0% {
        -webkit-transform: translateX(-10%);
        transform: translateX(-10%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes ani_rotate {
    0% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1;
    }
}

@keyframes ani_LtoR_rotate {
    0% {
        -webkit-transform: translateX(-10%) rotate(180deg);
        transform: translateX(-10%) rotate(180deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes ani_RtoL {
    0% {
        -webkit-transform: translateX(10%);
        transform: translateX(10%);

        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);

        opacity: 1;
    }
}

@keyframes ani_RtoL_rotate {
    0% {
        -webkit-transform: translateX(10%) rotate(-180deg);
        transform: translateX(10%) rotate(-180deg);

        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);

        opacity: 1;
    }
}

/**/
@media screen and (max-width: 1024px) {
    .pageIndex .swiper-banner .swiper-slide img {
        aspect-ratio: 2000 / 1600;
        object-fit: cover;
    }
    .pageIndex .bannerindex .swiper-slide:before{
        aspect-ratio: 2000 / 1600;

    }
}

@media screen and (max-width: 768px) {
    .pageIndex .bannerindex {
        padding: 0;
        margin: 0;
        height: auto;
        padding: 0;
    }


    .pageIndex .swiper-banner .swiper-slide img {
        aspect-ratio: 9/12;
    }


    .bottom_menu {
        display: block;
    }

}

@media screen and (max-width: 476px) {

    .pageIndex .bannerindex .swiper-slide:nth-child(1):before,
    .pageIndex .bannerindex .swiper-slide:nth-child(1):after {

        /* 距離高度 */
        --index_banner_deli_01_top: 20vw;

        /* 選單高度 */
        --index_banner_deli_menu_h: 0px;
    }
    .pageIndex .bannerindex .swiper-slide:nth-child(1):before{background-position: bottom;}

}

/*Banner/＝＝＝＝＝*/




/* 內頁banner */
/* banner== */
/*內頁BANNER 設定*/
.banner {
    padding: 0px 0;
    width: 100%;

    position: relative;
    background: var(--btn_bg);
    z-index: 3;
    min-height: inherit;
    min-height: auto;
    /* display: none; */
    overflow: hidden;
    aspect-ratio: 2000/600;
    padding-top: var(--index_banner_deli_menu_h);
    flex-direction: column;

}

body.services_page .banner {
    /* background: #F6F4EF; */
    /* display: none; */

}

.banner h5 {
    overflow: hidden;
    white-space: nowrap;
    color: var(--banner_color);
    z-index: 2;
    background-position: right;
    margin-left: auto;
    margin-right: auto;
    align-content: space-around;
    font-weight: 700;
    letter-spacing: 4.2px;
    position: relative;
    text-align: center;
    font-size: var(--fonts40re);
    justify-content: center;
    flex-direction: column;
    display: flex;
    flex-wrap: wrap;
    background: #25252547;
    backdrop-filter: blur(6px);
    border: solid 1px #fff;
    padding: 10px;
    font-family: var(--font_same_title_family);


}


.banner:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;

    background-repeat: no-repeat;
    z-index: 0;
    background-size: cover;
    opacity: 1;
    z-index: 0;
    background-position: center;
    overflow: hidden;
    background-image: url(https://pic03.eapple.com.tw/0910925558/banner_all.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    animation-name: oxxo;
    animation-duration: 5s;
    transition: all 0.5s 0.2s ease-in-out;
    filter: brightness(0.7);

}


.banner:after {
    content: '來店之前可以打電話確認及預約，有時候我們會外出工作！歡迎預約丈量、挑色、估價來店內挑選喜歡的款式，如有帶窗戶尺寸可以稍做粗估，挑選完畢後到府丈量提供您正確價格，確認商品開始製作，製作時間約為一周，即可約時間安裝。';
    pointer-events: none;
    display: block;
    color: #fff;
    z-index: 1;
    font-size: var(--fonts16re);
    max-width: 800px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 0;
    width: 90%;
    letter-spacing: 1px;
    line-height: 1.5;
}

@keyframes oxxo {
    0% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}




@media screen and (max-width: 1024px) {
    .banner {
        aspect-ratio: 2000/1000;
    }

}

@media screen and (max-width: 768px) {



    .banner {
        aspect-ratio: unset;
        padding-bottom: 30px;
    }

    .banner h5 {
        margin-top: 30px;
    }

}

@media screen and (max-width: 600px) {}


/* 購物車 */

/* = = = 購物車 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.product_menu_list>h5 {

    letter-spacing: 0.4em;
    font-size: var(--fonts24re);
    color: #756960;
}



.product_info li .txt_box {
    font-family: var(--font_same_content);
    line-height: 1.7;
    font-weight: 600;
    color: #666666;
}

.prod_part {
    width: 100%;
    padding: 100px 20px 100px 20px;
    margin: auto;
    background-color: transparent;
}

.pageIndex .productsListBox {
    width: 90%;
}

.products-list .more {
    position: relative;
    transform: translateX(0%);
    left: 0;
    bottom: 0;
    border: 1px solid #b5a59166;
    color: #545454;
    border-radius: 7px;
    font-weight: 600;
    background: transparent;
    font-size: 14px;
    font-family: var(--font_same_content);
    letter-spacing: 1px;
}

.products-list .item a:hover .more {
    background: var(--btn_bg);
    color: #fff;
    border-color: var(--btn_bg);
}

/*購物車/外層＝＝*/


/*價格*/
.products-list .price {
    display: flex;
    margin-bottom: 5px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    display: none;
}

.products-list .price b {
    margin: 0 5px;
    line-height: 180%;
    text-align: center;
    color: #788070;
}

.products-list .price b.ori_price {
    font-size: 14px;
    color: #d4c8c8;
}

/*外層版面*/


.product_page .main_part {
    width: 90%;
    max-width: 1500px;
}

.product_page .show_content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.product_page .products-list {
    width: calc(100%);
}

.product-layer-two {
    width: 100%;
    margin: 0;
    background: #EDEBE7;
    background: #EDEBE7;
    background: transparent;
}



.product-layer-two li {
    margin: 0;
    width: 100%;
    padding: 3px 10px 3px 10px;
    border-bottom: none;
}

.product-layer-two>li.active {
    background: #EDEBE7;
}

.product-layer-two li.active a {
    border: unset;
    border-bottom: 0px dotted #ccc;
    border-bottom: none;
}

.product-layer-two li a {
    color: #222;
    border: none;
    background: transparent;
    transition: transform 600ms ease-in-out;

    line-height: 200%;
    transition: transform 600ms ease-in-out;

}




.product-layer-two li.active>a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.product-layer-two>li>a:before {
    align-items: center;
    justify-content: center;
    display: flex;
    height: 10px;
    content: " ";
    color: #958A7A;
    background: #e8e8e8;
    width: 10px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 600ms ease-in-out;

    padding-left: 2px;
    font-size: 13px;
    border-radius: 30px;
    display: none;
    pointer-events: none;

}

.product-layer-two li ul {
    position: relative;
    padding-top: 1px;
    background: #fff;
}

.product-layer-two li li {
    border: none;
    background: transparent;
}

.product-layer-two li li a {
    background: transparent;
    font-size: 15px;
}

.product-layer-two li li:hover a {
    color: #958A7A;
    font-weight: 500;
}

ul.prod li h3.prod-thumb {
    padding: 7px 7px 10px 7px;
}

/*hover到才顯示副選單 關掉↓*/
.product-layer-two li li {
    display: block;
}

/*購物車/內層＝＝*/
.product_info_page .main_part {
    width: 90%;
}


/*商品側邊規格*/
.product_info li .txt_box {
    width: 100%;
}

.sidebarBtn .ori_price {
    color: #aaaaaa;
}

.sidebarBtn .sp_price {
    color: #788070;
}

.mobile_product_name {
    font-size: 24px;
}

.sidebarBtn .price {
    letter-spacing: 0px;
    color: #788070;
    border-bottom: 1px solid #e6e6e6;
}

.sidebarBtn .price span {
    display: inline-block;
}

.sidebarBtn h2 {
    font-size: var(--fonts24re);
    color: #635A32;
    letter-spacing: 0.03em;
    padding-top: 20px;
    font-family: var(--font_same_title_family);

}

.sidebarBtn {
    border: none;
    background: transparent;
}

div#number_area {
    color: #958A7A;
}

/*.product_pic #bx-pager {display: block; width: 100%; position: relative;}*/
.product_pic #bx-pager a {
    border: 0px solid #e9e9e9;
    overflow: hidden;
}

#bx-pager h6 {
    display: none;
}

/*相關推薦*/
.related_list li a p {
    font-family: var(--font_same_content);

    font-weight: 600;
    color: #666666;
}

.prod_related h6 span:before {
    font-weight: 700;
    letter-spacing: 0.4em;
    font-size: var(--fonts24re);
    color: #635A32;
    font-family: var(--font_same_title_family);

    pointer-events: none;

}

.prod_related {
    padding: 70px 15px 35px 15px;
    background: #EDEBE7;

}

.list .show_name {
    transform: translate(0%, 160%);
}

.car_page .information_left {
    display: block;
}

.contact_le_map a {
    background: #958A7A;
    border-radius: 4px;
}

.related_list li a {
    padding: 10px;
}

.related_list li:hover a img {
    transform: scale(1.05);
    transition: transform 600ms ease-in-out;

}

.related_list li figure {
    aspect-ratio: 5 / 6;
}

.blank_letter {
    padding: 0;
    margin: 0;
    width: 100%;
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}



/*選單多符號*/
.product-layer-two>li>a:after {
    content: '+';
    position: absolute;
    top: 6px;
    right: 27px;
    color: #b7b7b7;
}

.product-layer-two>li:hover>a:after {
    content: '–';
}



/* = = = 購物頁面+匯款通知 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.send_simple {
    background: #958A7A;
}

.rewrite_simple {
    background: #ada8a7;
}

.car_page .red,
.red {
    color: #788070;
}

.separate_title .note {
    padding-left: 0px;
    text-align: left;
}

/*NEW*/
body.car_page .footer_info li p:before {
    position: initial;
    display: inline;
    pointer-events: none;

}


.contact_content .information_left .list_before {
    display: block;
    margin: auto;
    padding-top: 20px;
    font-family: var(--font_same_title_family);

    justify-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    display: inline-flex;
}



/*樣式*/
.order_list_spec {
    background: #D3C7C7;
}

.atmInfo .blank_letter {
    font-weight: 500;
    font-family: unset;
}

.order_list_tit b {
    color: #444;
}

.order_list_tit span {
    color: #9A7E7E;
}

.order_list_tab td:nth-child(1) {
    background: #71726C;
    color: #ffffff;
}

.order_list_tab tr {
    background: #E1E1DF;
}

.order_list_pro tr:first-child {
    background: #71726C;
}

.order_list_pro tr:first-child td {
    color: #ffffff;
}


body.contact_page #content {
    min-height: inherit;
    z-index: 0;
}

body.contact_page .path {
    display: none;
}




/* 表單多的文字 */
/* .blank_letter.f:before {
    content: 'Online Form';
    font-size: clamp(4.35rem, 16px + 1vw, 1.8rem);
    padding-right: 10px;
    color: #756960;
    font-weight: 400;
    letter-spacing: 0px;
    pointer-events: none;
    display: block;


}
 */




.contact_content .information_left .list_before.info li,
.contact_content .information_left .list_before.info li a,
.contact_content .information_left .list_before.info li p {
    position: relative;
    text-align: left;
    font-size: var(--fonts14re);
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 1.8em;
    font-family: var(--font_same_content);

    padding: 0;
    margin: 0;
    width: initial;
}


.contact_content .information_left {
    width: 100%;
    align-content: flex-start;
}

.contact_content .information_right {
    width: 100%;
}

/* 表單裝飾=== */
body.contact_page .contact_form li .form__label,
body.contact_page .contact_form li .form__ {
    letter-spacing: 2px;
    font-size: var(--fonts16re);
    color: #666666;
    font-family: var(--font_same_content);
    font-weight: 600;

}



.contact_form li .form__label {
    width: 100%;
    max-width: 100%;
}

.contact_form li .form__label:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /* content: ""; */
    text-align: center;
    font-size: 15px;
    left: 0;
    transform: translate(0%, -20%) rotate(45deg);
    z-index: 10;
    margin: 0 auto;
    top: 50%;
    position: relative;
    transition: transform 600ms ease-in-out;

    color: #989d8f;
    pointer-events: none;

}

.contact_form li:nth-child(even) .form__label:before {
    transform: translate(0%, -20%) rotate(-45deg);
}



/* .list_before {
    padding-bottom: clamp(15rem, 15rem + 5vw, 23rem);
} */

/* 表單 */




.contact_content .information_left {
    position: relative;
    background-size: contain;
    padding: 0;
    background: transparent;
    padding: 0px;
    display: grid;
    grid-template-columns: 1fr;

}

.i_contact_box section form,
body.contact_page .contact_content form {
    display: grid;
    gap: 10px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    gap: 60px;
    grid-template-columns: 2fr 3fr;
}

body.contact_page .clearfix:before,
body.contact_page .clearfix:after {
    display: none;
}

body.contact_page .contact_content {
    overflow: hidden;
}

.contact_form li .form__label {
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1.8em;
    font-family: var(--font_same_content);

}

/* body.contact_page #content:after {
    content: "";
    width: 42%;
    height: 95%;
    background-color: #d8ccc0ad;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 50px;
} */

.contact_le_nomap {
    margin: auto;
    overflow: hidden;
    margin-top: 25px;
    width: 100%;
}



.contact_form li.last cite {
    background: #989d8f;
}

.info_TEL:before,
.info_TEL2:before,
.info_PHONE:before,
.info_LINE:before,
.info_FAX:before,
.info_TAXID:before,
.info_MAIL:before,
.info_ADD:before,
.info_ADD2:before {
    position: relative;
    display: inline-block;
    font-weight: 500;
}

@media screen and (max-width: 1200px) {

    .contact_content .information_left {

        margin-left: 0em;
    }

    .contact_content .information_left .list_before {
        padding-bottom: 0;
    }

    .contact_content .information_right {
        width: 100%;
    }

    .contact_content .information_left .list_before.info li {}

    .blank_letter:before {}


}

@media screen and (max-width: 1100px) {



    .contact_content {
        padding-left: 0;
        padding-right: 0;
    }


    .i_contact_box section form,
    body.contact_page .contact_content form {

        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 768px) {



    body.contact_page #content:after {
        width: 90%;
    }

    body.contact_page .contact_content form {
        flex-wrap: wrap;
    }

    .contact_content .information_left {
        background-size: 100%;
        background-position: center top;
        grid-template-columns: 1fr;
    }





    body.contact_page .main_part {
        padding-top: 0;
    }


    .contact_form li .form__label {
        background: transparent;
    }

    .contact_content .information_left .list_before.info,
    .contact_content .information_left .list_before {
        margin-top: 0px;
    }

}

@media screen and (max-width:600px) {
    .contact_content .information_left {

        max-width: 100%;
    }
}

@media screen and (max-width: 476px) {
    .blank_letter:before {
        font-size: clamp(2.35rem, 16px + 1vw, 1.8rem);
    }


    .contact_form li.last {
        display: flex;
        padding-bottom: 30px;
    }
}

/* 相簿 */
.other_subalbum li {
    background: transparent;
}

.show-list .show_pic,
.pic-list .show_pic {
    aspect-ratio: 380/280;
    object-fit: cover;
}

.show-list,
.pic-list {
    gap: 5px;
}

.show-list .show_pic img,
.pic-list .show_pic img {
    transition: transform 600ms ease-in-out;


}

.show-list .show_pic:hover img,
.pic-list .show_pic:hover img {
    transition: transform 600ms ease-in-out;
    transform: scale(1.2);

}

.overlay {
    display: none;
}

.show-list .show_name,
.subalbum-menu h2 {
    font-size: var(--fonts17re);
    color: #444;
    line-height: 190%;
    font-weight: 600;
    font-family: var(--font_same_content);

    line-height: normal;
    -webkit-line-clamp: 3;
}

.subalbum-menu h2 {
    display: none;
}

.show-list .item:hover .show_name {
    color: #444;

}

.other_album_choice li a {
    color: #fff;
}

.other_album_choice li {
    background: #788070;
}

.album_fixed_title {
    background: transparent;
}

.other_album * :not(.fa-solid) {
    position: relative;
    font-family: var(--font_same_content);

    font-weight: 600;
}

.fa-image::before {
    content: "\f03e";
    font-family: 'Font Awesome 6 Free';
}

/* 促銷方案 */
body.promotions_page .show_content {
    max-width: 1000px;
}

.news_list ul li a span {
    font-weight: 600;
    font-family: var(--font_same_content);
    color: #666666;
}

.other_promotion .pmtTitle h3 {

    font-weight: 600;
    font-family: var(--font_same_content);
    color: #666666;
}

.news_list ul li p:after {
    font-weight: 600;
    font-family: var(--font_same_content);
    color: #666666;
}

/* 首頁標題們 */

.news_part .title_i_box h6,
.module_i_news .title_i_box h6,
.module_i_album .title_i_box h6,
.blank_letter:before,
.i_prod_tit h2 {
    font-weight: 300;
    line-height: 1.4em;
    text-transform: lowercase;
    color: var(--same_title_color);
    position: relative;
    text-align: center;
    font-size: var(--fonts50re);
    text-transform: capitalize;
}

.news_part .title_i_box h4,
.module_i_news .title_i_box h4,
.module_i_album .title_i_box h4,
.blank_letter,
.i_prod_tit span {
    letter-spacing: 4.2px;
    font-weight: 700;
    color: #2b323c;
    position: relative;
    font-size: var(--fonts21re);
}



.promotion_title h2 {
    letter-spacing: 0.4em;
    font-family: var(--font_same_title_family);

    font-weight: 700;
    letter-spacing: 4.2px;
    font-size: var(--fonts24re);
    color: #635A32;
}

.news_list ul li p,
.i_blog_ri h5 {
    font-size: var(--fonts18re);
    font-weight: 600;
    line-height: 1.6em;
    letter-spacing: 0px;
    color: var(--same_content_color);
    font-family: var(--font_same_content);
}

.i_blog_ri h5,
.blog_list_ri h5 {
    letter-spacing: 0.4em;
    font-family: var(--font_same_title_family);
    letter-spacing: 4.2px;
    font-size: var(--fonts22re);
    font-weight: 700;
    color: var(--same_title_color);


}

.blog_list_ri,
.i_blog_ri {
    padding: 0;
}



/* 首頁相簿 */
.i_album_list {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    gap: 5px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.i_album_list_box,
.module_i_news_list {
    padding: 0;
}

.module_i_album {
    padding-top: var(--gapbig_01);
    padding-bottom: var(--gapbig_01);
}

.module_i_album li {
    grid-column: span 2;

}

.module_i_album li:nth-child(1),
.module_i_album li:nth-child(2) {
    grid-column: span 3;
}

.module_i_album .title_i_box h4 {
    letter-spacing: var(--title_letter-spacing);
}

.i_album_list li div {
    aspect-ratio: 396/250;
}

.i_album_list li a p {
    color: #fff;
    background: #00000080;
    font-family: var(--font_same_content);

    font-size: 14px;
    font-weight: 300;
    line-height: 1.6em;
    letter-spacing: 0px;
}

@media screen and (max-width: 768px) {
    .module_i_album li {
        grid-column: span 6;

    }

    .module_i_album li:nth-child(1),
    .module_i_album li:nth-child(2) {
        grid-column: span 6;
    }


}

/* 首頁文章 */
.module_i_news ul {
    grid-template-columns: minmax(0, 1fr);
}

.i_blog_le {
    aspect-ratio: 396 / 280;
}

.module_i_news {
    background: #fff;
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 3fr);
    padding: 0;
    background-image: url(https://pic03.eapple.com.tw/0910925558/pat_bg_06.jpg);
    z-index: 1;
}

.module_i_news section {
    padding: 50px 10px;
    width: 80%;
}


.module_i_news.module_i_news01:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    z-index: -1;
    background-size: contain;
    opacity: 0.8;
    filter: saturate(0);
    background-image: url(https://pic03.eapple.com.tw/0910925558/pat_bg_07.png);
    mix-blend-mode: luminosity;
    background-position: right;
    pointer-events: none;
}

.i_blog_ri p,
.blog_list_ri p {
    color: #666666;
    font-family: var(--font_same_content);

    font-size: 14px;
    font-weight: 400;
    line-height: 1.6em;
    letter-spacing: 0px;
    -webkit-line-clamp: 3;
    font-size: var(--fonts16re);
}



.i_blog_ri em {
    display: none;
}

@media screen and (max-width: 768px) {

    .i_blog_ri p,
    .blog_list_ri p {
        -webkit-line-clamp: 2;

    }

    .module_i_news {

        grid-template-columns: minmax(0, 1fr);
    }

    .module_i_news.module_i_news01:before {

        aspect-ratio: 600 / 350;
    }

    .module_i_news li a {
        grid-template-columns: 120px 1fr;
    }

    .module_i_news section {
        width: 100%;
    }

    .i_blog_ri h5,
    .blog_list_ri h5 {
        -webkit-line-clamp: 2;
    }

    .i_blog_ri p {
        -webkit-line-clamp: 2;
    }

    .i_blog_ri h5,
    .blog_list_ri h5 {
        font-size: 18px;
    }

}


@media screen and (max-width: 476px) {

    .i_blog_ri h5,
    .blog_list_ri h5 {
        font-size: 16px;
    }
}


/* 文章+購物車 */
.path p,
.path p a {
    display: none;
}

.news_related {
    position: relative;
    z-index: 2;
}

.blog_category_title,
.news_related h6 span:before,
.products-list .name,
.product-layer-two>li>a,
.other_subalbum li a p {
    font-weight: 600;
    color: #958A7A;
    display: -webkit-box;
    white-space: normal;
    overflow: hidden;
    font-family: var(--font_same_content);

    font-size: 16px;
    color: #444;
    letter-spacing: 1px;
    margin-top: 15px;
    line-height: 1.5;
    vertical-align: bottom;

}

.album_descrip {
    color: #666666;
    font-weight: 600;
    line-height: 1.6em;
    letter-spacing: 0px;
    font-size: 15px;
    font-family: var(--font_same_content);

}

.pic-list .item h6 {
    padding: 0;
}

.other_subalbum li a p {
    margin-top: 5px;
    margin-bottom: 10px;
}

.submenu li.on_this_category a,
.submenu a:hover {
    background: #788070;
    color: #FFF;
}

.blog_box_edit,
.promotions_page .edit,
.edit {
    /* display: -webkit-box; */
    font-family: var(--font_same_content);
    line-height: 1.7;
    font-size: var(--fonts16re);
}


.blog_box_edit,
.promotions_page .edit,
.edit {
    width: 100%;
}

.blog_box_edit {
    display: flex;
    flex-wrap: wrap;
}



.blog_box_edit a,
body.promotions_page .edit a {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.blog_list_ri h5 {
    margin-top: 0;
}

.product-layer-two li li a {
    font-weight: 600;
    color: #000;
    -webkit-line-clamp: inherit;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    font-family: var(--font_same_content);

    font-size: 15px;
    color: #444;
    letter-spacing: 1px;
    line-height: 1.5;
}

.product-layer-two li i {
    height: auto;
    top: 13px;
}

.product-layer-two li i.close::before,
.fa-circle-plus::before {
    content: '+';
    color: #DAB88B;
}

.product-layer-two>li>a:after {
    display: none;
}

.product-layer-two>li:hover>a:before,
.product-layer-two>li.active>a:before {
    background: #DAB88B;
    color: #fff;
}

.product-layer-two>li>a:before {
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 18px;
    content: "＞";
    color: #DAB88B;
    background: #f2f2f2;
    width: 18px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 600ms ease-in-out;

    padding-left: 2px;
    font-size: 13px;
}


.fa-caret-down::before {
    font-size: 16px;
    content: "\f107";
    color: #666;
    opacity: 0.8;
}

.product-layer-two>li>a {
    cursor: pointer;
    display: block;
    padding: 15px 10px;
    color: #444;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    font-size: 14px;
    padding: 0px;
    padding-left: 30px;
    margin-top: 0;
    padding-top: 8px;
    padding-bottom: 8px;
}

.product-layer-two li:hover>a,
.product-layer-two li.active>a {
    color: #958A7A;
}

.product_page .main_part {
    max-width: 1500px;
}

/* .product_info_page .main_part { max-width:1200px;} */

.product_page .show_content,
.product_info_page .show_content {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    max-width: 1460px;
    gap: 60px;
    display: grid;
    grid-template-columns: 230px 1fr;
}

.product_menu_list {
    position: relative;
    width: auto;
    letter-spacing: 1px;
    /*border-right: 1px solid #ccc;*/
    min-height: 30vw;
    position: sticky;
    top: 100px;
}

.products-list,
.product-wrapper {
    width: calc(100%);
}

ul.page {
    width: 100%;
}

.product-layer-two li ul {
    position: static;
    /*display:block !important;*/
    width: 100%;
    margin-left: 0;
    background: transparent;
}

.product-layer-two li:hover ul {
    border: none !important;
    /*display:block !important;*/
}

.product-layer-two li li {
    display: block;
    padding: 0;
    transition: all ease .3s;
}

.product-layer-two li li a {
    padding: 5px;

    font-size: 14px;
}

.product-layer-two li li:hover>a {
    color: #ad925e;
}

.product-layer-two>li {
    width: 100%;
    max-width: 100%;
    padding: 0;
    text-align: left;
    border-bottom: 1px dotted #ccc;
}

.product_info_page .products-list,
.product-wrapper {
    width: 100%;
}

.product-layer-two li li:hover {
    margin-left: 5px;
}

.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: #ad925e;
}

.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 {
    display: grid;
    gap: 5px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    padding: 0px 0;
}

.products-list:before {
    content: none;
}

.products-list .item {
    width: 100%;
    padding: 14px;
    padding: 0;
}


.products-list .item a {
    padding-bottom: 0;
}

.products-list .pic {
    transition: all 0.5s ease-in-out;
    background: #cccccc;
    aspect-ratio: 5/6;

}

.products-list .pic img {
    transition: all 0.5s ease-in-out;
}

.products-list .pic:hover img {
    transition: all 0.5s ease-in-out;
    opacity: 1;
    transform: scale(1.05);
}

.mobile_product_name {
    display: none;
}

body.product_info_page .edit {
    margin: auto;
    padding: 0;
    line-height: 1.7;
}

.product_menu_list>h5 a {
    display: none;
    width: 100%;
}

.product_page .show_content .page,
.product_info_page .page {
    grid-column: span 2;

}

.product_page .main_part {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
}

.product_page .page,
body.product_info_page .page {
    width: 100%;
    order: 3;
}

@media screen and (max-width: 1200px) {

    .product_page .show_content,
    .product_info_page .show_content {
        gap: 20px;
        grid-column: span 2;
    }

    .product_page .products-list {
        grid-column: span 2;
    }

    .product_menu_list,
    .product-wrapper {
        margin-bottom: 0;
        grid-column: span 2;

    }

    body.product_info_page .product_menu_list {
        display: none;
    }

    .products-list {

        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    }

    .product_menu_list>h5 a {
        display: flex;
        justify-content: flex-end;

    }

    .product-layer-two {
        width: 100%;
        margin-right: 0;
        grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    }

    .product-layer-two {
        display: none;
    }

    .product_menu_list {

        min-height: inherit;
    }
}

@media screen and (max-width: 1200px) {
    .products-list {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    }
}

@media screen and (max-width: 980px) {}

@media screen and (max-width: 768px) {
    .product_menu_list:before {
        display: none;
    }

    .product_menu_list,
    .products-list,
    .product-wrapper {
        width: 100%;
    }

    .product_menu_list {
        max-width: 560px;
        margin: auto;
    }

    .product-layer-two {
        margin-right: 0;
        grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
        grid-gap: 5px;
    }

    .product-layer-two,
    .products-list {
        width: 100%;
        border-right: none;
    }

    .products-list .item a>* {
        font-size: 14px;
        margin-top: 5px;
    }

    .product_menu_list>h5 {
        display: block;
        margin-bottom: 0;
    }

    .show_content>a {
        order: 1;
    }

    ul.products-list {
        order: 2;
        width: 100%;
        width: 90%;
        margin: auto;
        max-width: 550px;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }


    .product_menu_list {
        width: 100%;
        order: 0;
        min-height: unset;
    }
}

@media screen and (max-width: 600px) {

    .show-list,
    .pic-list {

        margin: auto;
        max-width: 560px;
    }
}

/* 輪播圖 */
.proImgSwiper li {
    background-color: #EDEBE7;
}

#prod_thumbSwiper .swiper-slide {
    max-width: 85px;
    max-height: 85px;
    aspect-ratio: 9 / 9;
    width: 100%;
    height: 100% !important;
}

.prod_info_clearfix {
    display: none;
}

.product-wrapper {
    width: calc(100%);
    display: grid;
    grid-template-columns: minmax(700px, 1fr) auto;
}

.product_main {
    width: 100%;
}

.sidebarBtn {
    width: 100%;
}

.prod_tabs {
    margin-top: 80px;
    grid-column: span 2;
}

.product_pic {
    padding-left: 100px;
}

#prod_thumbSwiper .swiper-slide::before {
    background: #ffffff;
}

@media screen and (max-width: 1400px) {

    .product-wrapper {

        grid-template-columns: minmax(500px, 1fr) 3fr;
    }
}

@media screen and (max-width: 1300px) {}

@media screen and (max-width: 1024px) {

    .product-wrapper {
        grid-template-columns: minmax(0, 1fr);
    }

    .product_main,
    .sidebarBtn {
        grid-column: span 2;
    }

    .product_main,
    .sidebarBtn {
        padding: 0;
    }
}

@media screen and (max-width: 768px) {

    .swiper-vertical>.swiper-wrapper {
        flex-direction: row;
    }

    .product_pic {
        padding: 0;
        max-width: 560px;
        margin: auto;
    }

    #prod_thumbSwiper .swiper-slide {
        padding-top: 0;
        aspect-ratio: 9 / 9;
    }

}


h5.blog_le_t {
    font-family: var(--font_same_content);
    letter-spacing: 1px;
    color: #666666;
}

.blog_search input[type=search] {

    padding-top: 5px;
    font-size: 14px;
    padding-bottom: 5px;
    border-radius: 0;
    border: none;
    background-color: #fff;
    font-family: var(--font_same_content);
    letter-spacing: 1px;
}

.blog_search input[type=submit] {
    border: none;
    background-color: var(--btn_bg);
    color: #747474;
    border-left: 1px solid #e2e2e2 !important;
    font-size: 13px;
    top: -1px;
    border-radius: 0;
    top: 0;
    height: 100%;
    background-image: url(../images/search-icon.png);
    background-repeat: no-repeat;

    color: #747474;
    border-left: 1px solid #e2e2e2 !important;
    font-size: 13px;
    top: -1px;
    border-radius: 0;
    top: 0;
    height: 100%;
    background: url(../images/search-icon.png) no-repeat 9px center;
    background-repeat: no-repeat;
}

.blog_search input[type=search]::placeholder {}

.blog_box {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 40px;
}

.blog_le {
    width: 100%;
    position: sticky;
    top: 150px;
    align-self: flex-start;
}

.toShareNews b,
.toShareNews a,
.toShareNews a object,
.toShareNews a i {
    font-size: 14px;
}


h5.blog_le_t span {
    display: none;
}

.blog_le .accordion {
    border-color: transparent;
    border-radius: 0;
}

.accordion li .link a {
    padding: 10px;
    border: none;
    padding-left: 30px;
    letter-spacing: 1px;
    line-height: 1.5;
    font-family: var(--font_same_content);


}

.accordion li:hover>a:before,
.accordion li.active>a:before {
    background: #DAB88B;
    color: #fff;
}

.accordion li .link a:before {
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 18px;
    content: "↗";
    color: #DAB88B;
    width: 18px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 600ms ease-in-out;

    padding-left: 2px;
    font-size: 13px;
}

.blog_le .accordion>li:hover .link a,
.blog_le .accordion>li.on_this_category .link a {
    color: #958A7A;
    background: transparent;
}

.blog_le .accordion>li:hover .link a,
.blog_le .accordion>li.on_this_category .link a {
    background: #F4F3EE;
    color: #958A7A !important;
}




.blog_list_ri em {
    font-size: 13px;
}

h4.blog_category_title,
.news_related h6 span:before {
    font-weight: 600;
    line-height: 1.8;
    color: #635A32;

    font-size: var(--fonts24re);
    letter-spacing: 0.1em;
    padding-bottom: 20px;
    display: block;
    padding: 0;
    margin: 0;


}

h4.blog_category_title,
.news_related h6 span:before {
    font-family: var(--font_same_title_family);
    color: #635A32;
    font-weight: 700;
}


h4.blog_category_title {
    font-family: var(--font_same_title_family);
    color: #635A32;
    font-weight: 700;
}

.blog_ri {
    display: grid;
    width: 100%;
    gap: 20px;
    max-width: 1000px;
}

body.blog_page h4.blog_category_title {
    display: none;
}

body.blog_in_page .articel_mainPic img {
    margin: 0;
}

body.blog_in_page .blog_shareData {
    order: 3;
}

body.blog_in_page .articel_mainPic {
    margin: 0;
    order: 3;
    width: 100%;
}

.news_related_list li a p {
    color: #666666;
    line-height: 2;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.6em;
    letter-spacing: 0px;
    color: #788070;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: var(--font_same_content);
}

.news_related_list li a img {
    transition: all 0.5s ease-in-out;

}

.news_related_list li a:hover img {
    transition: all 0.5s ease-in-out;
    transform: scale(1.1);

}

.news_tags {
    padding-bottom: 20px;
    flex-wrap: wrap;
    width: 100%;
    order: -1;
    margin-top: 0;
    gap: 5px;
}

body.blog_in_page .blog_back {
    grid-column: span 2;
}

.articel_mainPic img {}

.news_tags a {
    color: #788070;
    display: inline-block;
    background: #cccccc3b;
    border-radius: 5px;
    padding-right: 5px;
    padding-left: 5px;
    transition: all 0.3s ease-in-out;
}

.news_tags a:hover {
    transition: all 0.3s ease-in-out;
    background: #ababab3b;

}

.blog_subbox {
    grid-template-columns: minmax(0, 1fr);
    align-content: start;
}

.subbox_item a:after {
    display: none;
}

.subbox_item a {
    grid-template-columns: 250fr 1000fr;

}

.blog_list_le {
    overflow: hidden;
    border-radius: 0.3em;
    aspect-ratio: 145 / 120;
}

.subbox_item:hover .blog_list_le img {
    transform: scale(1.2);
    transition: all 0.5s ease-in-out;
}

.blog_list_le img {
    transition: all 0.5s ease-in-out;

}

.subbox_item a:before {
    display: none;
}

.blog_list_ri em {
    display: none;
}

h5.blog_le_t em {
    font-style: normal;
    min-height: 400px;
    display: inline;
    font-family: var(--font_same_title_family);
    font-weight: 700;
    letter-spacing: 4.2px;
    font-size: var(--fonts24re);
    color: #635A32;
}

@media screen and (max-width: 768px) {
    .blog_search {

        width: 80%;
        max-width: 100%;
    }

    h5.blog_le_t,
    .blog_le .accordion {
        display: inherit;
    }

    .blog_le {
        position: relative;
        top: 0;
    }

    .blog_box {
        gap: 40px;
    }

    h4.blog_category_title,
    .news_related h6 span:before {
        font-size: 17px;
    }

    .subbox_item a {
        grid-template-columns: 145fr 178fr;
    }

    .blog_list_le {
        border-radius: 0.5em;
    }

}

@media screen and (max-width: 600px) {

    .blog_le,
    .blog_ri {
        grid-column: span 2;
        align-content: start;
    }



    .blog_subbox {

        margin: auto;
        grid-template-columns: minmax(0, 1fr);
    }

    body.blog_in_page .articel_mainPic {}


}

/* 地圖按鈕 */
.con_map_add_t {
    border: solid 1px #44444482;
    letter-spacing: 8px;
    font-size: 14px;
    padding: 10px 20px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    background: #fff;
}

.con_map_add_t:hover {
    letter-spacing: 1.2rem;
    transition: all 0.3s ease-in-out;

}

.con_map_add {
    display: inline-block;
    width: 100%;
}

/* 相簿 */
.i_album_list li a p span {
    font-family: var(--font_same_content);
    font-weight: 600;
    font-size: var(--fonts16re);
    letter-spacing: 0.15em;
}

.subalbum-menu h2 {

    color: #666;
    letter-spacing: 0.2em;
    font-size: var(--fonts24re);
}

/* 統一按鈕樣式 */
/* 首頁按鈕 */
/* 樣式 */
.i_news_b a i.fa-solid.fa-arrow-right {
    display: none;
}

.i_blog_b a,
.contact_form li.last cite,
.contact_le_map a,
.animated-arrow,
.lastPage,
.blog_back a.article_btn_prev,
.blog_back a.article_btn_next,
.blog_back a.article_btn_back,
.contact_form li.last blockquote,
.contact_form li.last cite,
.total_amount .rewrite_simple,
.total_amount .send_simple,
.inquiry_a1,
.inquiry_a2,
.inquiry_a3,
.i_news_b,
.formbox_form li.last .rewrite_simple,
.formbox_form li.last input:last-child,
.products-list .more {
    max-width: 200px;
    padding: 5px;
    text-align: center;
    width: 100%;
    transition: 0.3s ease-in-out;
    font-size: var(--fonts16re);
    height: auto;
    line-height: 2;
    font-weight: normal;
    border: 1px solid transparent !important;
    border-color: var(--btn_bg_01);
    border-radius: 0;
    font-family: var(--font_same_family);
    letter-spacing: 2px;
    font-weight: var(--font_same_content_font_weight);
    position: relative;
}

.products-list .more {
    max-width: 100%;
}

.animated-arrow b {
    font-family: var(--font_same_family);
    font-weight: var(--font_same_content_font_weight);
    letter-spacing: 2px;
}

.i_blog_b a:hover,
.contact_form li.last cite:hover,
.contact_le_map a:hover,
.animated-arrow:hover,
.lastPage:hover,
.blog_back a.article_btn_prev:hover,
.blog_back a.article_btn_next:hover,
.blog_back a.article_btn_back:hover,
.contact_form li.last blockquote:hover,
.contact_form li.last cite:hover,
.total_amount .rewrite_simple:hover,
.total_amount .send_simple:hover,
.inquiry_a1:hover,
.inquiry_a2:hover,
.inquiry_a3:hover,
.formbox_form li.last .rewrite_simple:hover,
.formbox_form li.last input:last-child:hover {
    transition: 0.3s ease-in-out;
    border-radius: 0;
}

/* 淺底 */

.contact_le_map a,
.animated-arrow,
.lastPage,
.blog_back a.article_btn_prev,
.blog_back a.article_btn_next,
.contact_form li.last blockquote,
.total_amount .rewrite_simple,
.inquiry_a1,
.formbox_form li.last .rewrite_simple {
    transition: all 0.3s ease-in-out;
    background-color: var(--btn_bg_02);
    border-color: var(--btn_bg_02);
    color: var(--btn_color_02)
}



.contact_le_map a:hover,
.blog_back a.article_btn_back:hover,
.blog_back a.article_btn_prev:hover,
.blog_back a.article_btn_next:hover,
.contact_form li.last blockquote:hover,
.total_amount .rewrite_simple:hover,
.inquiry_a1:hover,
.formbox_form li.last .rewrite_simple:hover {
    transition: all 0.3s ease-in-out;
    background-color: var(--btn_bg_02_hover);
    border-color: var(--btn_bg_02_hover);
    color: var(--btn_color_02_hover);

}

/* 深底 */
.i_blog_b a,
.blog_back a.article_btn_back,
.contact_form li.last cite,
.total_amount .send_simple,
.inquiry_a2,
.inquiry_a3,
.animated-arrow,
.contact_le_map a,
.formbox_form li.last input:last-child,
.lastPage,
.products-list .item a .more {
    transition: all 0.3s ease-in-out;
    background-color: var(--btn_bg_01);
    border-color: var(--btn_bg_01);
    color: var(--btn_color_01);

}

.i_blog_b a:hover,
.blog_back a.article_btn_back:hover,
.contact_form li.last cite:hover,
.total_amount .send_simple:hover,
.inquiry_a2:hover,
.animated-arrow:hover,
.contact_le_map a:hover,
.formbox_form li.last input:last-child:hover,
.lastPage:hover,
.products-list .item a:hover .more {
    transition: all 0.3s ease-in-out;
    background-color: var(--btn_bg_01_hover);
    border-color: var(--btn_bg_01_hover);
    color: var(--btn_color_01_hover);
}

/* 第三倍備用色 */





/* .aasssss{
    transition: all 0.3s ease-in-out;
    background-color: var(--btn_bg_03_hover);
    border-color: var(--btn_bg_03_hover);
    color: var(--btn_color_03_hover);
} */

@media (max-width: 1024px) {

    .i_blog_b a,
    .contact_form li.last cite,
    .contact_le_map a,
    .animated-arrow,
    .lastPage,
    .blog_back a.article_btn_prev,
    .blog_back a.article_btn_next,
    .blog_back a.article_btn_back {
        line-height: 1.8;
    }
}


/* 按鈕個別設定re */
.i_album_b,
.i_blog_b {
    margin-top: 30px;
}

.blog_back {
    width: 100%;
    margin-bottom: 80px;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.sidebarBtn form {
    display: flex;
    flex-wrap: wrap;
}

.product_info {
    width: 100%;
}

.contact_form li.last {
    flex-wrap: nowrap;
}

.contact_form li.last input {
    padding: 0;
}


.i_blog_b *,
.contact_form li.last blockquote:hover input[type="reset"],
.contact_form li.last input {
    transition: none;
}

.contact_form li.last input:hover,
.contact_form li.last blockquote:hover input,
.contact_form li.last cite:hover input {
    transition: all 0.3s ease-in-out;
}

body.car_page .total_amount {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 80px;
    max-width: 500px;
}

/* 聯絡我們 */
body.contact_page .blank_letter.f .note.red {
    display: block;
}

.contact_content {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 100%;
    padding-top: var(--gapbig_01);
    padding-bottom: var(--gapbig_01);
    position: relative;
    padding-left: 0;
    padding-right: 0;


}

.contact_content:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-image: url(https://pic03.eapple.com.tw/0910925558/con_bg.jpg);
    background-size: cover;
    opacity: 0.04;
    pointer-events: none;
}

body.contact_page .blank_letter.i:before,
body.contact_page .blank_letter.f:before {
    content: '';
    display: block;
    text-align: left;
    font-family: var(--font_same_title_family);
}

body.contact_page .blank_letter.i:before {
    content: 'Information';

}

body.contact_page .blank_letter.f:before {
    content: 'Form';
    text-align: center;

}

body.contact_page .blank_letter.f {
    text-align: center;
}

body.contact_page.bodyDesktop .contact_form li {
    grid-template-columns: minmax(0, 1fr);
}



body.contact_page.bodyDesktop .contact_form li:nth-child(3+n) {}




/* ios適用 */


.contact_content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-repeat: no-repeat, no-repeat, repeat;
    background-size: 52vw, 100%, contain;
    background-image: url(https://pic03.eapple.com.tw/0910925558/index_con_banner_02.png), url(https://pic03.eapple.com.tw/0910925558/index_con_banner_01_02.png), url(https://pic03.eapple.com.tw/0910925558/index_con_banner_01_01.jpg);
    background-position: right 0em, top center, bottom center;
}




/* 表單 */
body.contact_page .main_part {
    padding: 0;
    margin: 0;
    max-width: 100%;
}

.contact_form li {

    grid-template-columns: minmax(0, 1fr);
}

.contact_form li input.noborder,
.contact_form li textarea.noborder {
    border: none;
    background: #ffffff;
    color: #666666;

}

.contact_form li .form__insert {
    font-family: var(--font_same_content);
    font-weight: 600;
    color: #666666;
    letter-spacing: 1px;
    background: #eeeeee57;


}

.contact_form .checknumBox input#checknum {
    border-bottom: 1px #ddd solid;
    color: #666666;

}

.contact_form li .form__label {
    text-align: left;
}

.contact_form {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    margin: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

.contact_form li:nth-last-of-type(5),
.contact_form li:nth-last-of-type(4),
.contact_form li:nth-last-of-type(3),
.contact_form li:nth-last-of-type(2),
.contact_form li:nth-last-of-type(1) {
    grid-column: 1/-1;
}

.contact_form li.checknumBox .form__insert {
    border-bottom: none;
}

@media screen and (max-width: 1100px) {
    .contact_form {
        grid-template-columns: minmax(0, 1fr);
    }

    .contact_form li:nth-last-of-type(5),
    .contact_form li:nth-last-of-type(4),
    .contact_form li:nth-last-of-type(3),
    .contact_form li:nth-last-of-type(2),
    .contact_form li:nth-last-of-type(1) {
        grid-column: span 1;
    }


}



@media screen and (max-width: 600px) {

    .contact_content::before {

        background-size: 90vw, 100%, cover;
    }


}

/* 金流購物頁面 */
body.car_page .blank_letter,
.order_pay .blank_letter {
    font-family: var(--font_same_title_family);

    font-weight: 400;
    letter-spacing: 4.2px;
    font-size: var(--fonts24re);
    color: #635A32;
}

body.car_page .show_content {
    font-family: var(--font_same_content);
    font-weight: 600;


}

ul.list_before.account {
    font-family: var(--font_same_content);
    font-weight: 600;
}

body.remit_page .form_content {
    font-family: var(--font_same_content);
    font-weight: 600;
}

/* 有開購物車留意 */
.header_area .box_search input[type=text] {
    max-width: 100%;
    font-family: var(--font_same_content);
    letter-spacing: 1px;
}

.shop_search_btn {
    background: #ADA17E;
    font-family: var(--font_same_content);
    letter-spacing: 1px;
}


.header_area .me_tp_features span {
    font-family: var(--font_same_content);
    letter-spacing: 1px;
    display: inline-flex;
}

@media (max-width:1024px) {
    .me_tp_features {

        padding-top: 0px;
    }
}

@media (max-width:768px) {

    .header_area .me_tp_features {
        margin: 0;
    }
}

@media only screen and (max-width: 570px) {

    .me_tp_features a.tp_btn_cart,
    .me_tp_features a.tp_btn_notice {
        display: inline-block;
    }

    .me_tp_features a.tp_btn_cart span>span {
        display: inline-flex;
        align-items: center;
    }

    .me_tp_features a.tp_btn_cart b::before,
    .me_tp_features a.tp_btn_cart b::after {
        display: none;
    }

    .me_tp_features a.tp_btn_cart b {
        font-size: 10px;
        background: var(--btn_bg);
        border-radius: 500px;
        top: -10px;
        position: relative;
        display: inline-block;
        min-width: 15px;
        min-height: 15px;
        align-content: center;
        justify-content: center;
        order: -1;
        /* padding-left: 10px; */
        left: 0;
        /* margin-left: -10px; */
        margin-top: 15px;

    }

    /* .me_tp_features a.tp_btn_notice span {
        display: none;
    } */


}

@media screen and (max-width: 340px) {
    .header_area .box_search {
        width: 90%;
        margin-bottom: 10px;
    }
}

/* 頁數 */
.page li a,
.page li strong {
    font-family: var(--font_same_content);
    letter-spacing: 1px;
}

.page li {
    aspect-ratio: 1 / 1;
    min-width: 25px;
    min-height: 25px;
    border-radius: 500px;
    align-content: center;

}

.page li.activeN {
    background: var(--btn_bg);
    color: #ffffff;
}