@charset "utf-8";
/* 聯絡方式指定刪除 */

.info_fix_default.info_fix_mail {
    display: none;
}

.footer_menu a:nth-child(1) {
    display: none;
}


/* 結束 */
.projects_detaild_page .ProjsDetail_Intro #Projs_slideshow {
    display: none;
}

/* 暫時隱藏結束 */


/* 開場 */

.pageIndex .header_area {
    animation: bodybg_header 4s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;

    animation-iteration-count: 1;

}


.footer .center {
    position: relative;
}

.pageIndex.bodyDesktop .footer .center::before {
    content: '';
    pointer-events: none;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #C6A992;
    background-image: url(https://pic03.eapple.com.tw/hangedesign/pattern_bg_02_40_repeat.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    animation: bodybg 5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    animation-iteration-count: 1;
    width: 0;


}




.pageIndex.bodyDesktop .footer .center::after {
    content: "";
    pointer-events: none;
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    z-index: 100000000;
    align-content: center;
    background-image: url(https://pic03.eapple.com.tw/hangedesign/h_logo_01_01.png), url(https://pic03.eapple.com.tw/hangedesign/h_logo_01_02.png), url(https://pic03.eapple.com.tw/hangedesign/h_logo_01_03.png);
    animation: fade-in 4s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards, slide_logo_deli_01 3s forwards 0.2s, slide_logo_deli_01 3s forwards 0.4s, slide_logo_deli_01 3s forwards 0.6s;
    aspect-ratio: 211 / 325;
    padding: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 8vw;
    width: 10vw;

}

/* @media (max-width: 768px) {
    .pageIndex.bodyDesktop .footer .center::after {
        background-size: 40vw;
        width: 50vw;
    
    }
} */

@keyframes slide_logo_deli_01 {
    0% {
        background-position: 50% 70%, 50% 80%, 50% 90%;
    }

    100% {
        background-position: 50% 50%, 50% 50%, 50% 50%;
    }
}

@-webkit-keyframes bodybg_header {
    0% {
        top: -800px;
    }


    100% {
        top: 0;
    }
}

@-webkit-keyframes bodybg {
    0% {
        width: 100%;
        position: fixed;

        opacity: 1;
        -webkit-filter: blur(4px);
    }

    5% {
        -webkit-filter: blur(0px);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: blur(0px);
    }

    100% {
        width: 100%;

        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
        -webkit-filter: blur(4px);

    }
}

@keyframes bodybg {
    0% {

        width: 100%;
        opacity: 1;
        -webkit-filter: blur(4px);
    }

    5% {
        -webkit-filter: blur(0px);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: blur(0px);
    }

    100% {
        width: 100%;

        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
        -webkit-filter: blur(4px);

    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
        -webkit-filter: blur(4px);
    }

    20% {
        opacity: 0.6;
        -webkit-filter: blur(0px);
    }

    50% {
        opacity: 1;
        -webkit-filter: blur(0px);
    }

    75% {
        opacity: 0.3;
        -webkit-filter: blur(0px);
    }

    100% {
        opacity: 0;
        -webkit-filter: blur(4px);
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
        -webkit-filter: blur(4px);
    }

    20% {
        opacity: 0.6;
        -webkit-filter: blur(0px);
    }

    50% {
        opacity: 1;
        -webkit-filter: blur(0px);
    }

    75% {
        opacity: 0.3;
        -webkit-filter: blur(0px);
    }

    100% {
        opacity: 0;
        -webkit-filter: blur(4px);
    }
}





/* 英文斷行修正 */
* {
    word-break: break-word !important;
}

/* 客戶編輯器 */
.share_page .edit ol,
.blog_box_edit ol,
.promotions_page .edit ol,
.prod-item:first-child .prod-panel ol {
    padding-inline-start: 20px;
}

/* 字體統一 */

/* 字體統一 */
:root {
    --color_01: #C6A992;
    --color_02: #D3BBA8;
    --color_03: #DBC8B6;
    /* 根字體大小 */
    font-size: 15px;
    --all_page_bg: #F9F7F2;
    --scrollbar_bg: #DBC8B6;
    --scrollbar_color: #ffffffd9;
    --selection_color: #ffffffd9;
    --selection_bg: #DBC8B6;
    /* 標題顏色 */
    --font_same_title_color: #ab8c6f;
    --font_same_title_color_d: #111112;
    --font_same_title_color_l: #ffffffd9;
    --font_same_title_family: "Cardo", "Microsoft JhengHei", "Noto Serif TC";
    --font_same_title_weight: 700;
    --font_same_title_letter_spacing: 0.01rem;

    --font_same_menu_family: "Cardo", "Microsoft JhengHei", "Noto Serif TC";
    --font_same_banner_family: "Cardo", "Microsoft JhengHei", "Noto Serif TC";
    /* 內文顏色 */
    --font_same_content_color: #000000b3;
    --font_same_content_color_d: #000000b3;
    --font_same_content_color_l: #ffffffb3;
    --font_same_content: '微軟正黑體';
    --font_same_content_letter_spacing: 0.01rem;
    --font_same_content_font_weight: 600;
    --font_same_content_line_height: var(--font_same_title_line_height_m);

    /* 內頁menu */
    --inpage_menu_color: #444444;
    --inpage_menu_color_hover: #958A7A;
    --inpage_menu_font_size: 15px;
    --inpage_menu_background: transparent;
    --inpage_menu_background_act: #a19162;
    --inpage_menu_line_height: 1.7;
    --inpage_menu_background_hover: #F9F7F2;
    --inpage_menu_font_family: "Cardo", "Microsoft JhengHei", "Noto Serif TC";
    --inpage_menu_font_weight: 700;
    /* line_height不要寫單位 */
    --font_same_title_line_height_s: 1.5;
    --font_same_title_line_height_m: 1.5;
    --font_same_title_line_height_l: 1.5;
    /* 版面上下空白 */
    --gapbig_01: 80px;
    /* header */
    --header_p_font_family: "Cardo", "Microsoft JhengHei", "Noto Serif TC";

    --header_p_font_size: 15px;
    --header_p_font_weight: 700;
    --header_p_letter_spacing: 0.1rem;
    --header_bg: transparent;
    --header_bg_sticky: transparent;
    --header_bg_p_color: #6D563C;
    --header_bg_p_color_act: #b59979;
    --header_bg_p_color_hover: #6D563C;
    /* header和footer_icon */
    /* icon */
    --icon_color_h_f: #111111;
    --icon_color_h_f_hover: #b59979;
    /* footer */
    --footer_padding_top: 150px;
    --footer_padding_bottom: 80px;


    --footer_p_font_family: "Cardo", "Microsoft JhengHei", "Noto Serif TC";

    --footer_p_font_size: 15px;
    --footer_p_font_weight: 700;
    --footer_p_letter_spacing: 0.1rem;
    --footer_bg: #dbc8b6ed;
    --footer_bg_p: #6D563C;
    --footer_bg_d: #dbc8b6ed;
    --footer_bg_d_p: #6D563C;

    /* 首頁輪播距離 */
    --cover_top: 60px;
    /* 手機版選單 */
    --m_menu_bg: #dbc8b6f5;
    /* 浮動按鈕 */
    --fix_btn_bg: #DBC8B6c8;
    --fix_btn_bg_hover: #DBC8B6f1;
    --fix_btn_color: #fff;
    /* 頁面按鈕 */
    --page_number_background: #b59979;
    --page_number_color: #131413;
    --page_number_background_hover: #b59979c8;
    --page_number_color_hover: #b59979;

    /* tag */
    --tag_color: #131413;
    --tag_background: #f6f6f6;
    --tag_color_hover: #131413;
    --tag_background_hover: #dedede;
    /* 按鈕顏色 */
    --btn_bg_01: #E5E5E0;
    --btn_bg_01_hover: #dbc8b6ed;
    --btn_color_01: #b59979;
    --btn_color_01_hover: #515151;
    --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;
    /* 按鈕文字 */
    --font_same_family_btn: "Cardo", "Microsoft JhengHei", "Noto Serif TC";
    --font_same_letter_spacing_btn: 0.1rem;
    --font_same_font_weight_btn: 700;

    /* banner疊到的menu高度 */
    --menu_banner_space: 80px;
    /* banner */
    --banner_color: #6D563C;
    --banner_top_space: 0px;
    --banner_bottom_space: 100px;

    /* 按鈕 */
    --btn_bg: #51515160;
    --font_color_d: #5F5F5F;
    --smae_btn_padding: 10px;


    /* 區塊相同上與下空間 */
    --same_top_zone_space: 80px;
    --same_bottom_zone_space: 80px;
    /* 區塊內小區塊相同上與下空間 */
    --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;

    /* 大標題_英文 */
    --inpage_font_same_tilte_color_en: #3F3933;
    --inpage_font_same_tilte_font_size_en: clamp(20px, 4vw, 48px);
    --inpage_font_same_tilte_font_size_en_s: clamp(20px, 4vw, 48px);
    --inpage_font_same_tilte_font_weight_en: 500;
    --inpage_font_same_tilte_line_height_en: 120%;
    --inpage_font_same_tilte_letter_spacing_en: 1px;
    /* 大標題_中文 */
    --inpage_font_same_tilte_color_ch: #3F3933;
    --inpage_font_same_tilte_font_size_ch: 26px;
    --inpage_font_same_tilte_font_weight_ch: 600;
    --inpage_font_same_tilte_line_height_ch: 120%;
    --inpage_font_same_tilte_letter_spacing_ch: 1px;

    /* 提示文字 */
    --notice_color: red;




    /* 基本文字大小變數 - 預設值 */
    --fonts13re: calc(0.8125rem *1.28);
    --fonts14re: calc(0.875rem *1.28);
    --fonts15re: calc(0.9375rem *1.28);
    --fonts16re: calc(1rem *1.28);
    --fonts17re: calc(1.0625rem *1.28);
    --fonts18re: calc(1.125rem *1.28);
    --fonts20re: calc(1.25rem *1.28);
    --fonts21re: calc(1.3125rem *1.28);
    --fonts22re: calc(1.375rem *1.28);
    --fonts23re: calc(1.4375rem *1.28);
    --fonts24re: calc(1.5rem *1.28);
    --fonts25re: calc(1.5625rem *1.28);
    --fonts26re: calc(1.625rem *1.28);
    --fonts28re: calc(1.75rem *1.28);
    --fonts32re: calc(2rem *1.28);
    --fonts35re: calc(2.1875rem *1.28);
    --fonts40re: calc(2.5rem *1.28);
    --fonts50re: calc(3.125rem *1.28);
    --fonts72re: calc(4.5rem *1.28);
    --fonts110re: calc(6.875rem *1.28);



}

@media (max-width: 2000px) {
    :root {
        --inpage_menu_font_size: 1rem;
        --header_p_font_size: 1rem;
        --footer_p_font_size: 1rem;
        --fonts13re: 0.8125rem;
        --fonts14re: 0.875rem;
        --fonts15re: 0.9375rem;
        --fonts16re: 1rem;
        --fonts17re: 1.0625rem;
        --fonts18re: 1.125rem;
        --fonts20re: 1.25rem;
        --fonts21re: 1.3125rem;
        --fonts22re: 1.375rem;
        --fonts23re: 1.4375rem;
        --fonts24re: 1.5rem;
        --fonts25re: 1.5625rem;
        --fonts26re: 1.625rem;
        --fonts28re: 1.75rem;
        --fonts32re: 2rem;
        --fonts35re: 2.1875rem;
        --fonts40re: 2.5rem;
        --fonts50re: 3.125rem;
        --fonts72re: 4.5rem;
        --fonts110re: 6.875rem;
        /* 內頁menu */

        --inpage_menu_font_size: 1rem;
        --inpage_menu_font_size: 1rem;
    }
}


@media (max-width: 1440px) {
    :root {

        /* 基本文字大小變數 */
        --fonts40re: 2.375rem;
        --fonts50re: 2.875rem;
        --fonts72re: 4.0625rem;
        --fonts110re: 6.25rem;
        --fonts200re: 11.25rem;

    }
}



@media (max-width: 1200px) {
    :root {
        --fonts20re: 1.1875rem;
        --fonts21re: 1.25rem;
        --fonts22re: 1.3125rem;
        --fonts23re: 1.375rem;
        --fonts24re: 1.4375rem;
        --fonts25re: 1.5rem;
        --fonts26re: 1.5625rem;
        --fonts28re: 1.625rem;
        --fonts32re: 1.875rem;
        --fonts35re: 2rem;
        --fonts40re: 2.25rem;
        --fonts50re: 2.625rem;
        --fonts72re: 3.75rem;
        --fonts110re: 5.625rem;
    }
}

@media (max-width: 1100px) {
    :root {
        /* 基本間距 */
        --pd100: 90px;
        --pd150: 130px;
    }
}

@media (max-width: 1080px) {
    :root {

        /* 區塊相同上與下空間 */
        --same_top_zone_space: 60px;
        --same_bottom_zone_space: 60px;
        /* 基本文字大小變數 */
        --fonts17re: 1rem;
        --fonts18re: 1.0625rem;
        --fonts21re: 1.1875rem;
        --fonts22re: 1.25rem;
        --fonts23re: 1.3125rem;
        --fonts24re: 1.375rem;
        --fonts25re: 1.4375rem;
        --fonts26re: 1.5rem;
        --fonts28re: 1.5625rem;
        --fonts32re: 1.75rem;
        --fonts35re: 1.875rem;
        --fonts40re: 2.125rem;
        --fonts50re: 2.375rem;
        --fonts72re: 3.375rem;
        --fonts110re: 5rem;
        --fonts200re: 9.375rem;

        --menu_banner_space: 6.25rem;
        /* banner疊到的menu高度 */
        --menu_banner_space: 100px;
    }
}

@media (max-width: 1024px) {
    :root {}

}

@media (max-width: 840px) {
    :root {
        --fonts18re: 1rem;
        --fonts21re: 1.125rem;
        --fonts22re: 1.1875rem;
        --fonts23re: 1.25rem;
        --fonts24re: 1.3125rem;
        --fonts25re: 1.375rem;
        --fonts26re: 1.4375rem;
        --fonts28re: 1.5rem;
        --fonts32re: 1.625rem;
        --fonts35re: 1.75rem;
        --fonts40re: 2rem;
        --fonts50re: 2.25rem;
        --fonts72re: 3rem;
        --fonts110re: 4.375rem;
    }
}

@media (max-width: 768px) {
    :root {
        --fonts21re: 1.0625rem;
        --fonts22re: 1.125rem;
        --fonts23re: 1.1875rem;
        --fonts24re: 1.25rem;
        --fonts25re: 1.3125rem;
        --fonts26re: 1.375rem;
        --fonts28re: 1.4375rem;
        --fonts32re: 1.5625rem;
        --fonts35re: 1.6875rem;
        --fonts40re: 1.875rem;
        --fonts50re: 2.125rem;
        --fonts72re: 2.75rem;
        --fonts110re: 4rem;
        --fonts200re: 6.25rem;

        /* banner疊到的menu高度 */
        --menu_banner_space: 55px;
        /* banner */
        --banner_bottom_space: 50px;

    }
}

@media (max-width: 640px) {
    :root {
        --fonts21re: 1rem;
        --fonts22re: 1.0625rem;
        --fonts23re: 1.125rem;
        --fonts24re: 1.1875rem;
        --fonts25re: 1.25rem;
        --fonts26re: 1.3125rem;
        --fonts28re: 1.375rem;
        --fonts32re: 1.5rem;
        --fonts35re: 1.625rem;
        --fonts40re: 1.75rem;
        --fonts50re: 2rem;
        --fonts72re: 2.5rem;
        --fonts110re: 3.625rem;

    }
}

@media (max-width: 600px) {
    :root {
        --fonts22re: 1rem;
        --fonts23re: 1.0625rem;
        --fonts24re: 1.125rem;
        --fonts25re: 1.1875rem;
        --fonts26re: 1.25rem;
        --fonts28re: 1.3125rem;
        --fonts32re: 1.4375rem;
        --fonts35re: 1.5625rem;
        --fonts40re: 1.6875rem;
        --fonts50re: 1.875rem;
        --fonts72re: 2.375rem;
        --fonts110re: 3.25rem;
        --fonts200re: 5rem;

        /* 基本間距 */
        --pd10: 8px;
        --pd20: 15px;
        --pd30: 22px;
        --pd40: 34px;
        --pd50: 38px;
        --pd80: 60px;
        --pd100: 60px;
        --pd110: 90px;
        --pd120: 100px;
        --pd150: 100px;

    }
}

@media (max-width: 480px) {
    :root {
        --fonts23re: 1rem;
        --fonts24re: 1.0625rem;
        --fonts25re: 1.125rem;
        --fonts26re: 1.1875rem;
        --fonts28re: 1.25rem;
        --fonts32re: 1.375rem;
        --fonts35re: 1.5rem;
        --fonts40re: 1.625rem;
        --fonts50re: 1.75rem;
        --fonts72re: 2.125rem;
        --fonts110re: 2.875rem;

    }
}

@media (max-width: 375px) {
    :root {
        --fonts24re: 1rem;
        --fonts25re: 1.0625rem;
        --fonts26re: 1.125rem;
        --fonts28re: 1.1875rem;
        --fonts32re: 1.3125rem;
        --fonts35re: 1.375rem;
        --fonts40re: 1.5rem;
        --fonts50re: 1.625rem;
        --fonts72re: 2rem;
        --fonts110re: 2.625rem;
        /* 基本間距 */
        --pd30: 20px;
        --pd40: 30px;
        --pd50: 35px;
        --pd80: 40px;
        --pd100: 50px;
        --pd110: 60px;
        --pd120: 70px;
        --pd150: 70px
    }
}

@media (max-width: 320px) {
    :root {
        --fonts25re: 1rem;
        --fonts26re: 1.0625rem;
        --fonts28re: 1.125rem;
        --fonts32re: 1.25rem;
        --fonts35re: 1.3125rem;
        --fonts40re: 1.375rem;
        --fonts50re: 1.5rem;
        --fonts72re: 1.875rem;
        --fonts110re: 2.375rem;
    }
}



/* 結束 */
/* 大版面設定 */
.news_part,
.contact_content,
.main_part,
.news_related,
.privacy_page .main_part .privacyContent,
.ProjsDetail_infoBox,
.projects_detaild_page .StoreProjsDetail {
    padding-top: calc(var(--same_top_zone_space) / 2);
    padding-bottom: var(--same_bottom_zone_space);
}

.pageIndex .module_i_projects,
body.projects_detaild_page .ProjsDetail_info_5_5 .clear_all,
.module_i_album,
.module_i_news,
.prod_part,
.i_contact_box {
    padding-top: calc(var(--same_top_zone_space));
    padding-bottom: var(--same_bottom_zone_space);
    max-width: 100%;
}

.projects_detaild_page .StoreProjsDetail,
.module_i_news section {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.projects_detaild_page .ProjsDetail_info_5_5 {
    width: 90%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}



.main_part {
    max-width: 1500px;
    position: relative;
    z-index: 1;
}


/* 隱私權政策 */
.privacy_page .main_part {
    max-width: 100%;
    padding: 0;
}

.privacy_page .main_part .show_content {
    padding: 0;
}



.privacy_page .banner h6 {
    display: none;
}

.privacy_page .main_part .privacyContent {
    width: 90%;
    margin: auto;
}


/* 大版面設定結束 */

/* 原始設定 */
/*
關於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;
    width: unset;

}

.bodyDesktop .nav-brand img {
    transition: all 0.6s ease-in-out;
}

.nav-brand {
    display: flex;
    object-fit: contain;
    align-items: center;
    justify-self: center;

}

.nav-brand img {
    width: 80px;
}

.bodyDesktop .header_area.sticky .nav-brand img {
    transition: all 0.6s ease-in-out;
}

.bodyMobile .header_area {
    background: var(--header_bg);
}



/* 手機LOGO */
.bodyMobile .nav-brand img {
    width: 60px;
}


/* 商品下拉超過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) {}

/* 以上原始固定 */
/* 文字設定======================= */
/* 提示 */
.car_page .red,
.red {
    color: var(--notice_color);
}


/* header_footer */
.stellarnav>ul>li>a,
.stellarnav>ul>li>a b,
.stellarnav ul ul,
.stellarnav li li>a,
.stellarnav li li.has-sub>a,
.header_area .me_tp_features {
    font-family: var(--header_p_font_family);
    color: var(--header_bg_p_color);
    font-size: var(--header_p_font_size);
    font-weight: var(--header_p_font_weight);
    letter-spacing: var(--header_p_letter_spacing);
}


.bodyDesktop .stellarnav>ul>li>a,
.bodyDesktop .stellarnav>ul>li>a b,
.bodyDesktop .header_area .me_tp_features,
.bodyDesktop .header_area .me_tp_features a i:before,
.bodyDesktop .header_area .tp_links a,
.bodyDesktop .header_area .me_tp_features span {
    color: #fff;
}




.bodyDesktop .stellarnav>ul>li>a b:nth-child(2) {
    font-size: 12px;
}

.footer .box_link a,
.tp_links a,
.fa-caret-down::before {
    font-size: var(--fonts14re);
}

.header_area .me_tp_features a i:before,
.header_area .tp_links a {
    color: var(--header_bg_p_color);
    transition: all 0.6s ease-in-out;

}


.footer .box_link i:before {
    color: var(--footer_bg_p);
    transition: all 0.6s ease-in-out;

}

.me_tp_features a i {
    text-align: left;
    margin: 0;
    aspect-ratio: 9 / 9;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    width: 30px;
    line-height: 1.7;
}

.me_tp_features a:hover {
    transform: translateY(-5px);
    transition: all 0.6s ease-in-out;

}

.header_area .tp_links a {
    border: solid 1px #ffffffd2;
    border-radius: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: inline-flex;


}

.header_area .tp_links a:hover,
.header_area .me_tp_features a:hover i:before,
.footer .box_link a:hover i:before {
    color: var(--icon_color_h_f_hover);
    transition: all 0.6s ease-in-out;

}

.stellarnav>ul>li>a:hover,
.stellarnav>ul>li>a:hover b,
.stellarnav ul ul:hover,
.stellarnav li li>a:hover,
.stellarnav li li.has-sub:hover>a,
.stellarnav>ul>li:hover>a,
.stellarnav.mobile>ul>li>a b,
.stellarnav.mobile li.open a:hover {
    color: var(--header_bg_p_color_hover);
    transition: all 0.6s ease-in-out;
}

.stellarnav.mobile.right .close-menu,
.stellarnav.mobile.left .close-menu {
    background: transparent;
}

.stellarnav>ul>li.has-sub.open>a,
.stellarnav.mobile li.open a b {
    color: var(--header_bg_p_color_act);
}

.footer_info ul,
.footer_menu,
.footer_menu a,
.footer_menu a:hover {
    font-family: var(--footer_p_font_family);
    letter-spacing: var(--footer_p_letter_spacing);
    font-weight: var(--footer_p_font_weight);
    font-size: var(--footer_p_font_size);
}

.footer {
    background: var(--footer_bg);
}

.footer_info li p,
.footer_info li p a,
.footer_menu:before,
.footer_menu a,
.copy,
.copy a {
    transition: all 0.6s ease-in-out;
    color: var(--footer_bg_p);
    font-family: var(--footer_p_font_family);
    letter-spacing: var(--footer_p_letter_spacing);
    font-weight: var(--footer_p_font_weight);
    font-size: var(--footer_p_font_size);


}


.footer_menu a {
    font-family: var(--font_same_content);
    letter-spacing: var(--font_same_content_letter_spacing);
    font-weight: var(--font_same_content_font_weight);
    font-size: var(--footer_p_font_size);

}

.footer_menu a,
.footer_menu a:hover {
    color: var(--footer_bg_p);
    transition: all 0.6s ease-in-out;
}

/* 標題 */
/* ==大標題==*/

.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,
.other_promotion:before,
.module_i_projects .title_i_box h6 {
    font-family: var(--font_same_title_family);
    color: var(--inpage_font_same_tilte_color_en);
    font-size: var(--inpage_font_same_tilte_font_size_en);
    font-weight: var(--inpage_font_same_tilte_font_weight_en);
    line-height: var(--inpage_font_same_tilte_line_height_en);
    letter-spacing: var(--inpage_font_same_tilte_letter_spacing_en);
    text-transform: uppercase;
}

.contact_page .blank_letter.i:before,
.contact_page .blank_letter.f:before,
.car_page .blank_letter {
    font-family: var(--font_same_title_family);
    color: var(--inpage_font_same_tilte_color_en);
    font-weight: var(--inpage_font_same_tilte_font_weight_en);
    line-height: var(--inpage_font_same_tilte_line_height_en);
    letter-spacing: var(--inpage_font_same_tilte_letter_spacing_en);
    font-size: var(--inpage_font_same_tilte_font_size_en_s);

}

.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,
.banner h5,
.privacy_page .banner h5,
.news_related h6 span:before,
.news_related h6,
.prod_related h6 span:before,
.album_fixed_title span:before,
.module_i_projects .title_i_box h4 {
    font-family: var(--font_same_title_family);

    color: var(--inpage_font_same_tilte_color_ch);
    font-size: var(--inpage_font_same_tilte_font_size_ch);
    font-weight: var(--inpage_font_same_tilte_font_weight_ch);
    line-height: var(--inpage_font_same_tilte_line_height_ch);
    letter-spacing: var(--inpage_font_same_tilte_letter_spacing_ch);

}




.sidebarBtn h2,
.subalbum-menu h2,
.promotion_title h2,
.video-list .vidTitle,
.video_menu_list>h5,
.ProjsDetail_Title h4,
.projects_detaild_page .ProjsDetail_OtherObjs li h6 {
    font-family: var(--font_same_title_family);
    letter-spacing: var(--font_same_title_letter_spacing);
    font-weight: var(--font_same_title_weight);
    color: var(--font_same_title_color);
    font-size: var(--fonts25re);
    line-height: var(--font_same_title_line_height_m);

}

h4.blog_category_title,
.i_album_list li a p {
    font-size: var(--fonts20re);
    font-family: var(--font_same_title_family);
    letter-spacing: var(--font_same_title_letter_spacing);
    font-weight: var(--font_same_title_weight);
    color: var(--font_same_title_color);
    line-height: var(--font_same_title_line_height_m);

}

.show-list .show_name,
.video-list .vidTitle,
.show-list .item:hover .show_name {
    font-family: var(--font_same_title_family);
    letter-spacing: var(--font_same_title_letter_spacing);
    font-weight: var(--font_same_title_weight);
    color: var(--font_same_title_color);
    line-height: var(--font_same_title_line_height_m);

    font-size: calc(var(--fonts20re));
    /* height中--fontsxxre是和font-size一樣的，須一起修改 */
    height: calc(calc(var(--fonts20re) * var(--font_same_title_line_height_m) * 2) + calc(var(--padding_webkit_line_clamp) * 2));
    /* 高度 = [(字體大小 × 行高 × 行數)+上下空間]*/
    -webkit-line-clamp: 2;
    --padding_webkit_line_clamp: 0rem;
    padding-left: 10px;
    padding-right: 10px;
    /* 不要加 paddingtop和 paddingbottom */
    border-top: solid transparent var(--padding_webkit_line_clamp);
    border-bottom: solid transparent var(--padding_webkit_line_clamp);
}

.i_blog_ri h5,
.blog_list_ri h5 {
    font-family: var(--font_same_title_family);
    letter-spacing: var(--font_same_title_letter_spacing);
    font-weight: var(--font_same_title_weight);
    color: var(--font_same_title_color);
    line-height: var(--font_same_title_line_height_m);

    font-size: calc(var(--fonts20re));
    /* height中--fontsxxre是和font-size一樣的，須一起修改 */
    height: calc(calc(var(--fonts20re) * var(--font_same_title_line_height_m) * 2) + calc(var(--padding_webkit_line_clamp) * 2));
    /* 高度 = [(字體大小 × 行高 × 行數)+上下空間]*/
    -webkit-line-clamp: 2;
    --padding_webkit_line_clamp: 1rem;
    padding-left: 10px;
    padding-right: 10px;
    /* 不要加 paddingtop和 paddingbottom */

    border-top: solid transparent var(--padding_webkit_line_clamp);
    border-bottom: solid transparent var(--padding_webkit_line_clamp);


}


.news_related_list li a p {
    font-family: var(--font_same_title_family);
    letter-spacing: var(--font_same_title_letter_spacing);
    font-weight: var(--font_same_title_weight);
    color: var(--font_same_title_color);
    line-height: var(--font_same_title_line_height_m);

    font-size: calc(var(--fonts20re));
    /* height中--fontsxxre是和font-size一樣的，須一起修改 */
    height: calc(calc(var(--fonts20re) * var(--font_same_title_line_height_m) * 2) + calc(var(--padding_webkit_line_clamp) * 2));
    /* 高度 = [(字體大小 × 行高 × 行數)+上下空間]*/
    -webkit-line-clamp: 2;
    --padding_webkit_line_clamp: 1rem;
    padding-left: 10px;
    padding-right: 10px;
    /* 不要加 paddingtop和 paddingbottom */
    border-top: solid transparent var(--padding_webkit_line_clamp);
    border-bottom: solid transparent var(--padding_webkit_line_clamp);

    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.products-list .name .numbering,
.products-list .name,
.related_list li a p,
.contact_page .contact_form li .form__label,
.privacyContent h6,
.pageIndex .ProjSwiper li section h6,
.projects_page .StoreProjs_Post li h4 {
    font-family: var(--font_same_title_family);
    letter-spacing: var(--font_same_title_letter_spacing);
    font-weight: var(--font_same_title_weight);
    color: var(--font_same_content_color);
    font-size: var(--fonts18re);
    line-height: var(--font_same_title_line_height_s);
}

/* 預防出現Scroll Bar */
.ProjSwiper li>a:hover section h6 {
    overflow: hidden;
}

.pageIndex .ProjSwiper li section h6 {
    height: unset;
}

/* 預防出現Scroll Bar_結束 */

.projects_page .StoreProjs_Post li h4 {
    height: unset;
    font-size: calc(var(--fonts18re));
    /* height中--fontsxxre是和font-size一樣的，須一起修改 */
    height: calc(calc(var(--fonts18re) * var(--font_same_title_line_height_m) * 2) + calc(var(--padding_webkit_line_clamp) * 2));
    /* 高度 = [(字體大小 × 行高 × 行數)+上下空間]*/
    -webkit-line-clamp: 2;
    --padding_webkit_line_clamp: 1rem;
    border-top: solid transparent var(--padding_webkit_line_clamp);
    border-bottom: solid transparent var(--padding_webkit_line_clamp);
    padding: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;

}



.products-list .name,
.related_list li a p {
    font-family: var(--font_same_title_family);
    letter-spacing: var(--font_same_title_letter_spacing);
    font-weight: var(--font_same_title_weight);
    color: var(--font_same_title_color);
    line-height: var(--font_same_title_line_height_m);

    font-size: calc(var(--fonts20re));
    /* height中--fontsxxre是和font-size一樣的，須一起修改 */
    height: calc(calc(var(--fonts20re) * var(--font_same_title_line_height_m) * 2) + calc(var(--padding_webkit_line_clamp) * 2));
    /* 高度 = [(字體大小 × 行高 × 行數)+上下空間]*/
    -webkit-line-clamp: 2;
    --padding_webkit_line_clamp: 0rem;
    padding-left: 10px;
    padding-right: 10px;
    /* 不要加 paddingtop和 paddingbottom */
    border-top: solid transparent var(--padding_webkit_line_clamp);
    border-bottom: solid transparent var(--padding_webkit_line_clamp);

    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.related_list li a p {
    margin-bottom: 10px;
}

.blog_category_title,
h5.blog_le_t,
h5.blog_le_t em,
.order_pay .blank_letter,
.contact_form li .form__label:before,
.contact_content .information_left .list_before,
.atmInfo .blank_letter,
.other_album_choice li a,
.product_info li .txt_box,
.other_album * :not(.fa-solid),
.news_list ul li a span,
.news_list ul li p:after,
.title_i_box,
.i_prod_tit,
.i_video_tit,
.pd_tabTitle li a,
.contact_form li .form__insert {
    font-family: var(--font_same_title_family);
    letter-spacing: var(--font_same_title_letter_spacing);
    font-weight: var(--font_same_title_weight);
    color: var(--font_same_title_color);
    font-size: var(--fonts18re);
    line-height: var(--font_same_title_line_height_s);


}

.contact_form li .form__insert {
    color: var(--font_same_content_color);

}

.other_promotion .pmtTitle h3 {
    letter-spacing: var(--font_same_title_letter_spacing);
    font-weight: var(--font_same_title_weight);
    color: var(--font_same_title_color);
    font-size: var(--fonts18re);
    line-height: var(--font_same_title_line_height_s);

    font-size: calc(var(--fonts20re));
    /* height中--fontsxxre是和font-size一樣的，須一起修改 */
    height: calc(calc(var(--fonts20re) * var(--font_same_title_line_height_m) * 2) + calc(var(--padding_webkit_line_clamp) * 2));
    /* 高度 = [(字體大小 × 行高 × 行數)+上下空間]*/
    -webkit-line-clamp: 2;
    --padding_webkit_line_clamp: 1rem;
    padding-left: 10px;
    padding-right: 10px;
    /* 不要加 paddingtop和 paddingbottom */
    border-top: solid transparent var(--padding_webkit_line_clamp);
    border-bottom: solid transparent var(--padding_webkit_line_clamp);
}



.album_fixed_title {
    background: transparent;
}

.related_list li a {
    display: grid;
    gap: 10px;
}

.pageIndex .ProjSwiper li section h6,
.pageIndex .ProjSwiper li section h6 strong,
.projects_page .StoreProjs_Post li>a:hover section h6 strong,
.projects_page .StoreProjs_Post li>a:hover section h6 {
    letter-spacing: var(--font_same_title_letter_spacing);
    font-weight: var(--font_same_title_weight);
    /* color: var(--font_same_title_color); */
    font-size: var(--fonts18re);
    line-height: var(--font_same_title_line_height_s);
    color: #fff;
    text-shadow: 0px 0px 5px #86725f3c, 0px 0px 5px #86725f3c, 0px 0px 5px #86725f3c;



}

.projects_page .StoreProjs_Post li:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

@media (max-width: 476px) {
    .projects_page .StoreProjs_Post ul {
        grid-template-columns: minmax(0, 1fr);

    }

    .projects_page .StoreProjs_Post li h4 {
        height: unset;
        -webkit-line-clamp: unset;


    }
}


/* 內文 */
.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,
.news_list ul li p,
.album_descrip,
ul.list_before.account,
.remit_page .form_content,
.header_area .box_search input[type=text],
.shop_search_btn,
.header_area .me_tp_features span,
.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.blog_search input[type=search],
.blog_list_ri em,
.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,
.album_fixed_title,
.pic-list .item h6,
.edit,
.ProjsDetail_Intro h6,
.ProjsDetail_Intro h6 strong,
.ProjsDetail_Viewpoin,
.privacy_page .main_part .privacyContent,
.privacy_page .main_part .privacyContent p,
.privacy_page .main_part .privacyContent a,
.projects_detaild_page .ProjsDetail_Viewpoint,
#txtEdit {
    font-family: var(--font_same_content);
    letter-spacing: var(--font_same_content_letter_spacing);
    font-weight: var(--font_same_content_font_weight);
    font-size: var(--fonts16re);
    line-height: var(--font_same_content_line_height);
    color: var(--font_same_content_color);
}

.page li a {
    font-family: var(--font_same_content);
}

.blog_box_edit,
.promotions_page .edit {
    font-family: var(--font_same_content);
    letter-spacing: var(--font_same_content_letter_spacing);
    line-height: var(--font_same_content_line_height);
}

.vid_item .vidDesc {
    font-family: var(--font_same_content);
    letter-spacing: var(--font_same_content_letter_spacing);
    font-weight: var(--font_same_content_font_weight);
    line-height: var(--font_same_content_line_height);
    color: var(--font_same_content_color);


    font-size: calc(var(--fonts18re));
    /* height中--fontsxxre是和font-size一樣的，須一起修改 */
    height: calc(calc(var(--fonts18re) * var(--font_same_title_line_height_m) * 4) + calc(var(--padding_webkit_line_clamp) * 2));
    /* 高度 = [(字體大小 × 行高 × 行數)+上下空間]*/
    -webkit-line-clamp: 4;
    --padding_webkit_line_clamp: 0rem;
    padding-left: 10px;
    padding-right: 10px;
    /* 不要加 paddingtop和 paddingbottom */
    border-top: solid transparent var(--padding_webkit_line_clamp);
    border-bottom: solid transparent var(--padding_webkit_line_clamp);


    max-height: unset;
}

.i_blog_ri p,
.blog_list_ri p {
    font-family: var(--font_same_content);
    letter-spacing: var(--font_same_content_letter_spacing);
    font-weight: var(--font_same_content_font_weight);
    line-height: var(--font_same_content_line_height);
    color: var(--font_same_content_color);

    font-size: calc(var(--fonts18re));
    /* height中--fontsxxre是和font-size一樣的，須一起修改 */
    height: calc(calc(var(--fonts18re) * var(--font_same_title_line_height_m) * 3) + calc(var(--padding_webkit_line_clamp) * 2));
    /* 高度 = [(字體大小 × 行高 × 行數)+上下空間]*/
    -webkit-line-clamp: 3;
    --padding_webkit_line_clamp: 0rem;
    padding-left: 10px;
    padding-right: 10px;
    /* 不要加 paddingtop和 paddingbottom */
    border-top: solid transparent var(--padding_webkit_line_clamp);
    border-bottom: solid transparent var(--padding_webkit_line_clamp);


    max-height: unset;
}

.blog_list_ri em,
.i_blog_ri em {
    font-family: var(--font_same_content);
    letter-spacing: var(--font_same_content_letter_spacing);
    font-weight: var(--font_same_content_font_weight);
    line-height: var(--font_same_content_line_height);
    color: var(--font_same_content_color);
    font-size: calc(var(--fonts16re));

}

.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 {
    width: unset;
    padding-right: 10px;
    position: relative;
    display: inline-block;
}

.header_area .box_search input[type=text] {
    line-height: unset;
}

.header_area .box_search input[type=text],
.shop_search_btn,
.header_area .me_tp_features span,
.blog_search input[type=search],
.blog_search form:before {
    font-size: var(--fonts14re);
}

.toShareNews b,
.toShareNews a,
.toShareNews a object,
.toShareNews a i {
    font-size: var(--fonts14re);
}


/* 內文menu */

.submenu li.on_this_category a,
.submenu a:hover,
s .product-layer-two>li>a,
.accordion li .link a,
.product_menu_list>h5,
.products-list .more,
.product-layer-two li a,
.product-layer-two li ul,
.product-layer-two li li,
.product-layer-two li li a,
.video-layer-two li a,
.blog_le .accordion li a,
.projsTabs li a,
.soMenu dd a {
    background: var(--inpage_menu_background);
    color: var(--inpage_menu_color);
    font-family: var(--inpage_menu_font_family);

    line-height: var(--inpage_menu_line_height);
    font-size: var(--fonts16re);
    font-weight: var(--inpage_menu_font_weight);

}


.blog_le .accordion>li.on_this_category {
    background: var(--inpage_menu_background_act) !important;

}

.product-layer-two li li:hover>a:before {
    background: #ad925e;
}

.submenu a:hover,
.product-layer-two li:hover>a,
.product-layer-two li.active>a,
.accordion li:hover>a:before,
.accordion li.active>a:before,
.blog_le .accordion>li:hover .link a,
.blog_le .accordion>li.on_this_category .link a,
.product-layer-two li li:hover a,
.blog_le .accordion>li:hover,
.blog_le .accordion>li.on_this_category,
.projsTabs li:hover a,
.projsTabs .Now,
.soMenu dd:hover a,
.projsTabs li.Now a {
    background: var(--inpage_menu_background_hover) !important;
    color: var(--inpage_menu_color_hover) !important;
}




/* 按鈕================================= */

.shop_search_btn {
    background: #ADA17E;
}


.i_album_list li a p {
    color: #fff;
    background: #00000080;
    font-size: var(--fonts14re);
}

.i_album_list li a p span,
.contact_form li.last input {
    font-size: var(--fonts16re);
    font-family: var(--font_same_content);
    letter-spacing: var(--font_same_content_letter_spacing);
    font-weight: var(--font_same_content_font_weight);

}



.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,
.formbox_form li.last .rewrite_simple,
.formbox_form li.last input:last-child,
.products-list .more,
.other_album_choice li,
.i_prod_b a,
.ProjsDetail_Bottom a {

    font-size: var(--fonts16re);
    border-color: var(--btn_bg_01);
    font-family: var(--font_same_family_btn);
    letter-spacing: var(--font_same_letter_spacing_btn);
    font-weight: var(--font_same_font_weight_btn);
    background-color: var(--btn_bg_01);

}

.animated-arrow b {
    letter-spacing: var(--font_same_letter_spacing_btn);
    color: #6C553B;
}

.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,
.ProjsDetail_Bottom a {
    transition: all 0.6s ease-in-out;
    background-color: var(--btn_bg_01);
    border-color: var(--btn_bg_01);
    color: var(--btn_color_01);

}

.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,
.i_prod_b a:hover,
.ProjsDetail_Bottom a:hover {
    transition: all 0.6s ease-in-out;
    background-color: var(--btn_bg_01_hover);
    border-color: var(--btn_bg_01_hover);
    color: var(--btn_color_01_hover);
}

.other_album_choice li:hover {
    background-color: var(--btn_bg_01_hover);

}

.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,
body.projects_detaild_page .ProjsDetail_Bottom a:last-child {
    transition: all 0.6s 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_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,
body.projects_detaild_page .ProjsDetail_Bottom a:last-child:hover {
    transition: all 0.6s ease-in-out;
    background-color: var(--btn_bg_02_hover);
    border-color: var(--btn_bg_02_hover);
    color: var(--btn_color_02_hover);

}

.other_album_choice li {
    color: var(--btn_color_01)
}

.other_album_choice li:hover {
    color: var(--btn_color_01_hover)
}


/* 樣式 */
.i_news_b a i.fa-solid.fa-arrow-right {
    display: none;
}

.i_blog_b a,
.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.con_map_add_t {
    max-width: 200px;
    padding: 5px;
    text-align: center;
    width: 100%;
    transition: 0.6s ease-in-out;
    height: auto;
    line-height: 1.7;

    border: 1px solid transparent !important;
    border-radius: 0;
    position: relative;
}

.products-list .more {
    max-width: 100%;
}


.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.con_map_add_t:hover,
.products-list .item a:hover .more {
    transition: 0.6s ease-in-out;
    border-radius: 0;
}




@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 */
body.projects_detaild_page .ProjsDetail_Bottom a {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    width: 50%;
    justify-content: center;

}

body.projects_detaild_page .ProjsDetail_Bottom {
    flex-wrap: wrap;
    max-width: 400px;
}

.i_album_b,
.i_blog_b {
    margin-top: 30px;
    width: 100%;
}

.blog_back {
    width: 100%;
    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.6s ease-in-out;
}

body.car_page .total_amount {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 80px;
    max-width: 500px;
}

.animated-arrow {
    background: transparent;
    overflow: visible;
    --btn_border_width: 1px;
    --btn_border_color: #6D563C;

    background:
        /* 上邊 */
        linear-gradient(var(--btn_border_color) 0 0) top / 100% var(--btn_border_width) no-repeat,
        /* 左邊 */
        linear-gradient(var(--btn_border_color) 0 0) left / var(--btn_border_width) 100% no-repeat,
        /* 右邊 */
        linear-gradient(var(--btn_border_color) 0 0) right top / var(--btn_border_width) 50% no-repeat,
        /* 下邊（左段） */
        linear-gradient(var(--btn_border_color) 0 0) bottom left / 40% var(--btn_border_width) no-repeat;
}

.animated-arrow::after {
    content: 'Learn more';
    font-family: "Homemade Apple", cursive;
    display: inline-block;
    position: absolute;
    bottom: -50%;
    width: 100%;
    right: -10%;
    text-align: right;
    transform: rotate(-10deg);
    pointer-events: none;
    clip-path: inset(0 0 0 0);
    transition: all 0.6s ease-in-out;
    color: #ab8c6f;
    font-size: clamp(14px, 0.8vw, 0.8vw);

}

.animated-arrow:hover {
    background:
        /* 上邊縮回 */
        linear-gradient(var(--btn_border_color) 0 0) top / 0 var(--btn_border_width) no-repeat,
        /* 左邊保留 */
        linear-gradient(var(--btn_border_color) 0 0) left / var(--btn_border_width) 100% no-repeat,
        /* 右邊保留 */
        linear-gradient(var(--btn_border_color) 0 0) right / var(--btn_border_width) 100% no-repeat,
        /* 下邊縮回 */
        linear-gradient(var(--btn_border_color) 0 0) bottom / 0 var(--btn_border_width) no-repeat;
    background-color: var(--btn_bg_01_hover);
}

.animated-arrow:hover:after {
    overflow: hidden;
    animation: btn_hide 0.5s ease-in forwards;
    transition: all 0.6s ease-in-out;
    opacity: 0;


}

@keyframes btn_hide {
    to {
        clip-path: inset(0 0 0 100%);
    }
}

/* tag */
.news_tags a {
    color: var(--tag_color);
    background: var(--tag_background);
    transition: all 0.6s ease-in-out;

}

.news_tags a:hover {
    color: var(--tag_color_hover);
    background: var(--tag_background_hover);
    transition: all 0.6s ease-in-out;

}

/* 開始================================ */
/* 設計管理 */
.projects_detaild_page .ProjsDetail_Viewpoint {
    max-height: calc(100vh - 700px);
}

.pageIndex .module_i_projects {
    width: 95%;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
}


.pageIndex .ProjSwiper li img,
.projects_detaild_page .ProjsDetail_OtherObjs li>a img,
.projects_page .StoreProjs_Post li img {
    padding: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    left: unset;
    transform: translateX(0%) scale(1);
    transition: all 0.6s ease-in-out;
}

.pageIndex .ProjSwiper li>a:hover img,
.projects_detaild_page .ProjsDetail_OtherObjs li>a:hover img,
.projects_page .StoreProjs_Post li:hover img {
    transform: translateX(0%) scale(1.2);
    transition: all 0.6s ease-in-out;
}

.pageIndex .ProjSwiper li>a,
.projects_page .StoreProjs_Post li>a {
    padding: 0;
    aspect-ratio: 2000/1200;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.projects_page .StoreProjs_Post li>a {
    padding: 0;
    height: unset;
}

.pageIndex .ProjSwiper {
    margin: 0;
    max-width: 100%;
    padding: 0;
}

.projects_detaild_page .ProjsDetail_ImgView ul li {
    padding: 0;
    width: 100%;
}

.projects_detaild_page .ProjsDetail_ImgView ul li+li {
    padding-top: 25px;

}

.projects_detaild_page .ProjsDetail_info_3_5 {
    margin-top: 0;
    padding-top: 0;
    width: 100%;
    justify-self: right;
    max-width: 1000px;
}



.projects_detaild_page .ProjsDetail_infoBox {

    margin-left: auto;
    margin-right: auto;
    justify-content: space-around;
    display: grid;
    grid-template-columns: 5fr 6fr;
    gap: clamp(20px, 4vw, 60px);
    width: 90vw;
    max-width: 1600px;
    padding-top: 0;
    padding-bottom: 0;
}

.projects_detaild_page .ProjsDetail_Bottom {
    background: transparent;
}

.projects_detaild_page .ProjsDetail_OtherObjs li {
    background: transparent;
}

.projects_detaild_page .sidebar__inner {
    margin-bottom: 150px;
    padding-top: 0;
    height: unset;
    top: 120px;
    padding: 0;
}

.projects_detaild_page .ProjsDetail_OtherObjs li h6 {
    grid-column: 1/-1;
    margin: 0;
}

.projects_detaild_page .ProjsDetail_OtherObjs li>a {
    width: 100%;
    margin: 0;
    padding: 0;
}

body.projects_detaild_page .ProjsDetail_info_5_5 .clear_all li {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 20px;
    margin: auto;
    width: 100%;
}

body.projects_detaild_page .ProjsDetail_info_5_5 .clear_all {}

.projects_detaild_page .ProjsDetail_info_2_5 {
    width: 100%;
}

.projects_detaild_page .ProjsDetail_ImgView ul li a {
    padding: 0;
    height: unset;
}

.projects_detaild_page .ProjsDetail_ImgView ul li a img {
    position: relative;
    transition: all 0.6s ease-in-out;
}

.projsTabs ul {
    justify-content: center;
}

.soMenu {
    text-align: center;
    padding: clamp(10px, 2vw, 20px);
    text-align: left;


}

.NmContt {
    background: #ffffffe5;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    box-shadow: 0 3px 16px 2px #0000000a, 0 7px 14px 1px #00000014, 0 5px 5px -3px #00000014;
    right: unset;
    padding: 0;
    top: calc(100% + 10px);
    max-width: 500px;
    width: 100%;
}

.soMenu dd {
    min-width: 30%;
}

.soMenu dd a {
    background: #F9F7F2;
    justify-content: center;
}

.projects_page .StoreProjs_Post ul {
    display: grid;
    gap: clamp(10px, 2vw, 20px);

    grid-template-columns: repeat(auto-fill, minmax(min(600px, 100%), 1fr));
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.projects_detaild_page #Projs_scroll_down a span {
    height: unset;
    width: unset;
    -webkit-writing-mode: vertical-rl;
}

.projects_detaild_page .ProjsDetail_Intro dl {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.projects_detaild_page #Projs_scroll_down a span:before {
    position: relative;
    top: unset;
    width: unset;

}


.projects_detaild_page .ProjsDetail_Intro dt {
    grid-column: 1/-1;
}

.projects_page .StoreProjs_Post li {
    width: 100%;
    background: transparent;
    border: none;
    padding-top: clamp(15px, 2vw, 20px);
    padding-right: clamp(15px, 2vw, 20px);
    padding-bottom: clamp(20px, 4vw, 40px);
    padding-left: clamp(15px, 2vw, 20px);

}


.pageIndex .ProjSwiper li>a section {
    color: #fff;
    background: linear-gradient(to top,
            #dbc8b6b4 0%,
            #dbc8b6b4 50%,
            #F3EDE44D 75%,
            #F3EDE400 100%);
    font-weight: 300;
    letter-spacing: 0px;
    flex-direction: column;
    padding-top: 3em;
    min-height: 8em;
    transition: all 0.6s ease-in-out;
}

.pageIndex .ProjSwiper li>a:hover section,
.pageIndex .ProjSwiper li>a:hover:after {
    backdrop-filter: saturate(93%) blur(7px);
    background: #dbc8b6b4;
    padding-top: unset;
    transition: all 0.6s ease-in-out;

}

.pageIndex  .ProjSwiper li>a:after {
    background: transparent;

}

.pageIndex .ProjSwiper li>a:hover:after {
    background: transparent;
}

.projects_page .StoreProjs_Post li>a:after,
.blog_list_le:after,
.i_blog_le:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #dbc8b6b4;

    backdrop-filter: saturate(93%) blur(7px);
    height: 0%;
    transition: all 0.6s ease-in-out;


}

.projects_page .StoreProjs_Post li:hover>a:after,
.subbox_item a:hover .blog_list_le:after,
.module_i_news li a:hover .i_blog_le:after {
    height: 100%;
    transition: all 0.6s ease-in-out;

}


.blog_list_le:before,
.i_blog_le:before {
    content: "MORE +";
    width: 100%;
    height: 0%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: anchor-center;
    color: #fff;
    transition: all 0.6s ease-in-out;
    z-index: 1;
    opacity: 0;

}

.subbox_item a:hover .blog_list_le:before,
.module_i_news li a:hover .i_blog_le:before {
    height: 100%;
    transition: all 0.6s ease-in-out;
    opacity: 1;


}

.StoreProjs_Post li section {
    bottom: auto;
    top: 0;
}

@media (max-width: 1600px) {

    .projects_detaild_page .ProjsDetail_Intro dl {
        grid-template-columns: repeat(1, 1fr);
        gap: 0px;
    }
}

@media (max-width: 2000px) {
    .projects_page .StoreProjs_Post ul {
        grid-template-columns: repeat(auto-fill, minmax(min(400px, 100%), 1fr));
    }
}

@media (max-width: 1024px) {
    .projects_detaild_page .ProjsDetail_Viewpoint {
        max-height: unset;
    }

    .projects_detaild_page .ProjsDetail_infoBox {
        grid-template-columns: minmax(0, 1fr);
    }

    .projects_detaild_page .sidebar__inner {
        margin-bottom: 0px;
    }

    .projects_detaild_page .sidebar__inner {
        top: 0;
    }

    .projects_detaild_page .ProjsDetail_info_3_5 {
        justify-self: center;
    }

    .projects_detaild_page .ProjsDetail_info_2_5 {
        max-width: 800px;
    }
}

@media (max-width: 768px) {
    .projects_page .StoreProjs_Post ul {
        grid-template-columns: repeat(auto-fill, minmax(min(280px, 100%), 1fr));
    }
}

@media (max-width: 476px) {
    body.projects_detaild_page .ProjsDetail_info_5_5 .clear_all li {
        grid-template-columns: repeat(auto-fill, minmax(min(400px, 100%), 1fr));
    }
}

/* 浮動按鈕 */
.info_fix {
    right: -4px;
    width: unset;
}

.info_fix>span {
    color: #aba9a9;
    background-color: #ffffff;
}

.info_fix:hover>span {
    background: #fff;
}

.info_fix_links {
    padding-bottom: 0px;
    align-items: self-end;
    border-bottom-left-radius: 5px;

    border-top-left-radius: 5px;
    overflow: hidden;
    max-width: 50px;
}

.info_fix_links a {
    width: 100%;
    height: 50px;
    opacity: 1;
    background: var(--fix_btn_bg);
    transition: all 0.6s ease-in-out;
    border-radius: 0;
    margin: 0;
}



.info_fix_links a:hover {
    background-color: var(--fix_btn_bg_hover);
    transition: all 0.6s ease-in-out;
}

.info_fix_links a:hover i::before {
    color: var(--fix_btn_color);
    transition: all 0.6s 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.6s ease-in-out;
    pointer-events: none;

}


.fa-tiktok-f::before {
    content: '\e07b';

}

/* 指定顏色 */
.ProjsDetail_Title p a::before {
    background: transparent;
}

.info_fix_links .info_fix_line,
.projects_detaild_page .ProjsDetail_Title p .Btn_Share_LINE {
    background: #5EC040;

}

.info_fix_links .info_fix_line:hover,
.projects_detaild_page .ProjsDetail_Title p .Btn_Share_LINE:hover {
    background: #5EC040c7;

}

.info_fix_links .info_fix_phone {
    background: #9978FF;

}


.info_fix_links .info_fix_phone:hover {
    background: #9978FFc7;

}

.info_fix_links .info_fix_tel,
.info_fix_links .info_fix_tel2 {
    background: #18A987;

}

.info_fix_links .info_fix_tel:hover,
.info_fix_links .info_fix_tel2:hover {
    background: #18A987c7;

}

.info_fix_links .info_fix_fb,
.projects_detaild_page .ProjsDetail_Title p .Btn_Share_FB {
    background: #41629A;
    transition: all 0.6s ease-in-out;


}

.info_fix_links .info_fix_fb:hover,
.projects_detaild_page .ProjsDetail_Title p .Btn_Share_FB:hover {
    background: #4c7c88c7;
    transition: all 0.6s ease-in-out;

}

.info_fix_links .info_fix_yt {
    background: #E2352F;
}


.info_fix_links .info_fix_yt:hover {
    background: #E2352Fc7;
}




.info_fix_links .info_fix_mail {
    background: #4D8FD6;

}


.info_fix_links .info_fix_mail:hover {
    background: #4D8FD6c7;

}

/*顯示項目和圖片*/


/*直接展開*/

.info_fix_links {
    display: flex !important;
}

.linksBtn {
    display: none !important;
}

/* 指定順序 */
a.info_fix_default.info_fix_tela.info_fix_default.info_fix_tel2,
.header_area .me_tp_call {
    order: 0;
}

a.info_fix_default.info_fix_line,
.header_area .me_tp_line {
    order: 1;
}

a.info_fix_default.info_fix_fb,
.header_area .me_tp_fb {
    order: 2;
}

a.info_fix_default.info_fix_ig,
.header_area .me_tp_ig {
    order: 3;
}

a.info_fix_default.info_fix_map,
.header_area .me_tp_map {
    order: 4;

}

a.info_fix_default.info_fix_mail,
.header_area .me_tp_mail {
    order: 5;
    display: none;


}

/* 全域設定 */

::-webkit-scrollbar {
    width: 8px;
}


::-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;
    background: var(--all_page_bg);
    background-repeat: repeat;
    z-index: 0;
    background-repeat: repeat;
    background-image: url(https://pic03.eapple.com.tw/hangedesign/bg_all.png);
    background-size: 80px;
}


#content_main,
#content {
    background: transparent;
}



body.contact_page #page {}

body.contact_page #page::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(https://pic03.eapple.com.tw/hangedesign/contact_bg.jpg) no-repeat center center;
    background-size: cover;
    position: absolute;
    position: fixed;
}

body.contact_page .contact_content form:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    background: #dbc8b6ba;
    transition: all 0.6s ease-in;
    backdrop-filter: blur(30px) saturate(1);
}

@media screen and (max-width: 768px) {
    body.contact_page #pag::before {
        background-image: url(https://pic03.eapple.com.tw/hangedesign/contact_bg.jpg);

    }
}

@media screen and (min-width: 769px) {
    body.contact_page #pag::before {
        background-image: url(https://pic03.eapple.com.tw/hangedesign/contact_bg.jpg);

    }
}


/* 服務項目 */
body.other_select_page .main_part {

    z-index: 1;
    position: relative;
}

body.other_select_page #page {
    position: relative;
}


/* 結束 */
/* footer */
.footer {
    position: relative;
    padding-top: var(--footer_padding_top);
    background-image: url(https://pic03.eapple.com.tw/hangedesign//footer_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}

.footer:before {
    content: '';
    width: 100%;
    height: 100%;
    pointer-events: none;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #dbc8b6ed;
    box-shadow: 0 8px 32px 0 #5E594D2b;
    backdrop-filter: blur(10px) saturate(1);
    -webkit-backdrop-filter: blur(10px) saturate(1);
    z-index: -1;

}

.footer_logo {
    margin: auto;
    position: relative;
    max-width: initial;
    order: 1;
}

.footer_logo img {
    width: 100px;

}


.footer_logo a {
    position: relative;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;

}



.footer_info ul {
    gap: var(--gapbig_01);
}


.footer_menu {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}


.footer_menu a,
.footer_menu a:hover {
    background: transparent;
    border: none;
    padding: 0;
}

.footer_info {
    padding: 0;
    width: 95%;
    margin: auto;
    grid-gap: 0;
    max-width: 1900px;
    padding-bottom: var(--footer_padding_bottom);
    gap: 0px 40px;
    grid-template-columns: 1fr 300px;
    max-width: 70vw;
}

.footer .box_link {
    max-width: unset;
    flex-direction: row;
    margin-top: 20px;
    order: 3;
    grid-column: 1 / -1;
    position: relative;
    justify-content: flex-start;
    padding: 0;
    gap: 10px 0px;
}

.footer .box_link a:before {
    text-align: left;
    margin: 0;
    aspect-ratio: 9 / 9;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    width: 30px;


}

.footer .box_link a {
    width: unset;
    display: flex;
    align-items: center;
    padding: 0;
    border: none;
}


.footer .box_link .me_tp_fb {
    order: 0;
}

.footer .box_link .me_tp_ig {
    order: 1;
}

.footer .box_link .me_tp_line {
    order: 2;
}

.footer .box_link .me_tp_mail {
    order: 3;
}

.footer .box_link i {
    gap: 10px;
    display: flex;
    align-items: center;
}

.footer .box_link a:nth-of-type(1) i {
    padding-left: 0;
}

.footer .box_link i:after {
    color: var(--footer_bg_p);
    font-family: var(--footer_p_font_family);
    letter-spacing: var(--footer_p_letter_spacing);
    font-weight: var(--footer_p_font_weight);
    font-size: var(--footer_p_font_size);
}

.footer .box_link i.fa-brands {
    display: flex;
    flex-direction: row;
    align-items: center;
}

footer .box_link .fa-facebook-f:after {
    content: 'FACEBOOK';
}


footer .box_link .fa-line:after {
    content: "LINE";
}

footer .box_link .fa-envelope::after {
    content: "EMAIL";
}

footer .box_link .fa-instagram:after {
    content: "INSTAGRAM";
}

footer .box_link .fa-phone-volume::after {
    content: "PHONE";

}

footer .box_link .fa-mobile-screen-button::after {
    content: "MOBILE";

}

.footer .box_link a:after {
    content: '|';
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}



.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.desktop>ul>li::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--header_bg_p_color_hover);
    bottom: 0;
    left: 0;
    transform: scale(0, 1);
    transition: 0.5s;
}

.stellarnav.desktop>ul>li:hover::after {
    transform: scale(1);
}


.nav-header {
    max-width: 300px;
    border: none;

}

.header_area {
    width: 100%;
    padding-bottom: 0;
    padding: 0;
    width: 100%;
    background: #DBC8B6;
    background: var(--header_bg);
    transition: all 0.6s ease-in-out;
    width: 100%;
    top: 0;
    position: fixed;

}

.header_area.sticky {
    background: var(--header_bg_sticky);
    transition: all 0.6s ease-in-out;
    border-bottom-width: 100%;

}

.main_header_area {
    width: 95%;
    margin: 0 auto;
    background: transparent;
}

header.header_area.sticky .main_header_area {
    max-width: 100%;


}

header.header_area.sticky .main_header_area {

    transition: all 0.6s ease-in-out;
}

.header_area:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #DBC8B666;
    box-shadow: 0 8px 32px 0 #5E594D2b;
    backdrop-filter: blur(10px) saturate(1);
    -webkit-backdrop-filter: blur(10px) saturate(1);
    border: 1px solid #ffffff2e;
    pointer-events: none;
    z-index: -1;
    transition: all 0.6s ease-in;
    pointer-events: none;
}

.header_area:before {
    background: transparent;
    box-shadow: none;
    backdrop-filter: unset;
    border-bottom: none;


}

.bodyDesktop .header_area.sticky:before,
.bodyMobile .header_area:before {
    background: #DBC8B6f3;
    transition: all 0.6s ease-in;


}

.stellarnav>ul>li>a b {
    text-transform: uppercase;

}

.stellarna.desktopv>ul>li>a b {
    min-width: 80px;
}

/* .stellarnav.desktop>ul>li>a {
    min-width: 120px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    border-radius: 10px;

} */



.stellarnav.desktop .anchorList>li>a,
.stellarnav.desktop .anchorList>li {
    position: relative;
}


.pageIndex.bodyDesktop .stellarnav>ul>li {
    opacity: 0;
}

.pageIndex.bodyDesktop .stellarnav>ul>li:nth-of-type(1) {
    animation: down 1.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
}

.pageIndex.bodyDesktop .stellarnav>ul>li:nth-of-type(2) {
    animation: down 1.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    animation-delay: 0.5s;
}

.pageIndex.bodyDesktop .stellarnav>ul>li:nth-of-type(3) {
    animation: down 1.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    animation-delay: 1s;
}

.pageIndex.bodyDesktop .stellarnav>ul>li:nth-of-type(4) {
    animation: down 1.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    animation-delay: 1.5s;
}

.pageIndex.bodyDesktop .stellarnav>ul>li:nth-of-type(5) {
    animation: down 1.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    animation-delay: 2s;
}

.pageIndex.bodyDesktop .stellarnav>ul>li:nth-of-type(6) {
    animation: down 1.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    animation-delay: 2.5s;
}

.pageIndex.bodyDesktop .stellarnav>ul>li:nth-of-type(7) {
    animation: down 1.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    animation-delay: 3s;
}

.pageIndex.bodyDesktop .stellarnav>ul>li:nth-of-type(8) {
    animation: down 1.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    animation-delay: 3.5s;
}

.pageIndex.bodyDesktop .stellarnav>ul>li:nth-of-type(9) {
    animation: down 1.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    animation-delay: 4s;
}

.pageIndex.bodyDesktop .stellarnav>ul>li:nth-of-type(10) {
    animation: down 1.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    animation-delay: 4.5s;
}

.bodyDesktop .stellarnav>.anchorList>li:before {
    content: '';
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.6s ease-in-out;
    background-image: url(https://pic03.eapple.com.tw/hangedesign//header_deli_01.png);
    background-repeat: no-repeat;
    aspect-ratio: 83/23;
    width: 83px;
    height: unset;
    opacity: 0;
    pointer-events: none;

}

.bodyDesktop .stellarnav>.anchorList>li:hover:before {
    top: -20px;
    opacity: 1;
    transition: all 0.6s ease-in-out;

}



@keyframes down {

    /*  */
    0% {
        opacity: 0;
        transform: translate(0, -20px);
    }

    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}

/*選單最大寬度設定*/
.main_header_area .container {
    max-width: 100%;
    margin: auto;
}

.navigation {
    padding: 0px;
    grid-template-columns: 250px 1fr;
    align-items: center;
}

/*第一層*/
.stellarnav.mobile li.open {
    background: #E7E1D7;
}

.stellarnav.mobile ul,
.stellarnav.mobile ul ul,
.stellarnav.mobile ul ul,
.stellarnav ul ul,
.stellarnav ul ul ul {
    background: #F1EFEA;
}

.stellarnav.mobile.left.active>ul {
    left: 0;
}

.stellarnav.mobile.left>ul {
    border-right: none;
    left: -100vw;
    transition: all .5s ease;
    padding: 5px;
    max-width: 80%;
}

.stellarnav.mobile.left>ul {
    border-right: none;
    background-repeat: repeat;
    background: var(--m_menu_bg);

}

.stellarnav.mobile>ul>li>a b:nth-child(1):after {
    content: '|';
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

.stellarnav>ul>li>a {
    letter-spacing: 2px;
}

.stellarnav li.has-sub>a:after {
    border-top-color: var(--header_bg_p_color);
}

.stellarnav li.has-sub>a:after {
    border-top-color: #fff;
}

/*第二層*/
.stellarnav li li>a,
.stellarnav li li.has-sub>a {
    padding: 7px 5px;
    transition: all 0.6s ease-in-out;
    border-left: 1px solid transparent;


}

.stellarnav .anchorList li>ul>li a:hover {
    padding-left: 10px;
    transition: all 0.6s ease-in-out;

}

/*SubMenu*/
.header_area .me_tp_features {
    order: -1;
    margin: 0;
    margin-top: 10px;
}

.tp_links a {
    transition: all 0.6s;
}


.header_area .tp_links {
    position: relative;
}

.me_tp_features a.tp_btn_cart,
.me_tp_features a.tp_btn_notice {
    display: inline-flex;
    align-items: center;
}

@media screen and (max-width:1024px) {
    .header_area {
        position: sticky;
    }

    .header_area:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: #DBC8B666;
        box-shadow: 0 8px 32px 0 #5E594D2b;
        backdrop-filter: blur(10px) saturate(1);
        -webkit-backdrop-filter: blur(10px) saturate(1);
        border: 1px solid #ffffff2e;
        pointer-events: none;
        z-index: -1;
        transition: all 0.6s ease-in;
        pointer-events: none;
    }

    .stellarnav li.has-sub>a:after {
        border-top-color: var(--header_bg_p_color);
    }

    .bodyDesktop .stellarnav>ul>li>a,
    .bodyDesktop .stellarnav>ul>li>a b,
    .bodyDesktop .header_area .me_tp_features,
    .bodyDesktop .header_area .me_tp_features a i:before,
    .bodyDesktop .header_area .tp_links a {
        color: var(--header_bg_p_color);
    }


}

/*隱藏選單按鈕連結*/

@media screen and (max-width: 768px) {



    .stellarnav.mobile {
        padding: 10px;
    }

    .nav-header {
        min-height: 74px;
    }
}

/* footer */

.footer_info li:nth-child(1) {

    width: unset;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
}

.footer_info li p {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.footer_info li p:before {
    display: inline-block;
    margin-right: 0;

}

.footer_info li p.line:before {
    content: 'Line ID';
}

.footer_info li p.taxid:before {
    content: 'Tax id';
}

.footer_info li p.tel:before {
    content: 'Phone';
}


.footer_info li p.add:before {
    content: 'Address';
}

.footer_info li p.mail:before {
    content: 'E-mail';
}

.footer_info li p.phone:before {
    content: 'Phone';

}



.footer_info li p:hover a {
    opacity: 0.5;
    transition: all 0.6s ease-in-out;

}

.footer_menu:before {
    content: 'Sitemap ';
    display: inline-block;
}



.footer_menu a:hover {
    opacity: 0.5;
    transition: all 0.6s ease-in-out;
}




.footer .center {
    max-width: 100%;
}

.footer_info li:nth-child(2) {
    padding-top: 20px;
    border-top: solid 1px #00000026;
    padding-left: 0;
    padding-right: 0;
}

/* footer資訊順序調整 */
/* .footer_info li .phone {
    order: 0;

}

.footer_info li .tel {
    order: 1;
}

.footer_info .line {
    order: 2;
}

.footer_info .mail {
    order: 3;
}

.footer_info .add {
    order: 4;
}

.footer_info .taxid {
    order: 5;
} */

/* footer資訊順序調整_結束 */
.copy {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0;
    border: solid 1px #e2e2e24d;
}

.copy,
.copy a {
    border-color: transparent;
}



@media screen and (max-width: 1200px) {
    .footer_info {
        grid-template-columns: auto;
        max-width: 80vw;
    }

    .footer_logo {
        order: 0;
    }

    .footer_info li:nth-child(1) {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }
}

@media screen and (max-width: 1024px) {
    .footer_info li p {
        width: 100%;
    }

    .header_area .tp_links {
        display: none;
    }
}

@media screen and (max-width: 768px) {



    .footer_menu:before {
        width: 100%;
        margin-bottom: 10px;
        grid-column: 1/-1;
    }

    .footer_menu {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);

    }

}

@media screen and (max-width: 600px) {
    .footer_info {
        gap: 10px;
    }

    .footer_info ul {
        grid-template-columns: auto;
        gap: 20px;
    }

    .footer_info li:nth-child(1) {
        grid-template-columns: 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;
        min-height: 41px;
        align-content: end;
        padding-bottom: 10px;
    }

    .main_header_area {
        max-width: 100%;
    }

    header.header_area.sticky .main_header_area {
        padding: 0;
    }
}

@media screen and (max-width: 360px) {}

/* 大圖 */
.pageIndex .bannerindex .swiper-banner .swiper-slide img {
    aspect-ratio: 2000/1200;
    object-fit: cover;

}

.pageIndex .bannerindex .swiper-banner .swiper-slide {
    position: relative;
}



/**/




@media screen and (max-width: 768px) {
    .pageIndex .bannerindex {
        padding: 0;
        margin: 0;
        height: auto;
        padding: 0;
    }




    .bottom_menu {
        display: block;
    }

}

@media screen and (max-width: 476px) {}

/*Banner/＝＝＝＝＝*/

/*內頁BANNER 設定*/
.banner,
.privacy_page .banner {
    padding: 0px 0;
    width: 100%;

    position: relative;
    background: transparent;
    z-index: 3;
    min-height: inherit;
    min-height: auto;
    /* display: none; */
    overflow: hidden;
    padding-top: var(--banner_top_space);
    /* padding-bottom: var(--banner_bottom_space); */
    gap: 0;
    border: none;

}

.privacy_page .banner {
    flex-direction: unset;
}

body.services_page .banner {
    /* background: #F6F4EF; */
    /* display: none; */

}

.banner h5,
.privacy_page .banner h5 {
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
    z-index: 2;
    background-position: right;
    margin-left: auto;
    margin-right: auto;
    align-content: space-around;
    position: relative;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    display: flex;
    flex-wrap: wrap;
    margin-top: var(--same_top_zone_space);
    background-image: url(https://pic03.eapple.com.tw/hangedesign/banner_deli_h5_01.png), url(https://pic03.eapple.com.tw/hangedesign/banner_deli_h5_02.png);
    background-position: left 50%, right 50%;
    background-repeat: no-repeat;
    padding-right: calc(4vw + 20px);
    padding-left: calc(4vw + 20px);
    background-size: 10px;
    max-width: 1000px;
}

body.contact_page .banner:before {
    display: none;
}

body.contact_page .banner h5 {
    overflow: visible;
    display: none;
}

body.contact_page .contact_content {
    margin-top: calc(124px + var(--same_top_zone_space));
}

.banner:before {
    content: '';
    width: 110%;
    height: 110%;
    top: 0;
    right: 0;
    z-index: 0;
    opacity: 1;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 50%;
    animation-duration: 5s;
    transition: all 0.5s 0.2s ease-in-out;
    animation: bgScroll 30s linear infinite;
    top: 50%;
    bottom: 50%;
    position: relative;
    background-size: cover;
    background-image: url(https://pic03.eapple.com.tw/hangedesign/banner_all.jpg);
    animation: bgScroll 30s linear infinite;


}

.banner.banDesign:before,
.banDesign_c:before {
    background-image: url(https://pic03.eapple.com.tw/hangedesign/banner_all.jpg);
}

.banner.banA:before {
    background-image: url(https://pic03.eapple.com.tw/hangedesign/banner_all_01.jpg);
}

.banner.banB:before {
    background-image: url(https://pic03.eapple.com.tw/hangedesign/banner_all_02.jpg);
}

.banner.banC:before {
    background-image: url(https://pic03.eapple.com.tw/hangedesign/banner_all_03.jpg);
}

.banner.banD:before {
    background-image: url(https://pic03.eapple.com.tw/hangedesign/banner_all_04.jpg);
}

.banner.banE:before {
    background-image: url(https://pic03.eapple.com.tw/hangedesign/banner_all_05.jpg);
}

.banner.banF:before {
    background-image: url(https://pic03.eapple.com.tw/hangedesign/banner_all_06.jpg);
}

.banner.banG:before {
    background-image: url(https://pic03.eapple.com.tw/hangedesign/banner_all_07.jpg);
}

@keyframes bgScroll {
    0% {
        -webkit-transform: translateX(0) scaleY(1) scaleX(1.1);
        transform: translateX(0) scaleY(1) scaleX(1.1);
    }

    50% {
        -webkit-transform: translateX(-5%) scaleY(1) scaleX(1.1);
        transform: translateX(-5%) scaleY(1) scaleX(1.1);
    }

    100% {
        -webkit-transform: translateX(0) scaleY(1) scaleX(1.1);
        transform: translateX(0) scaleY(1) scaleX(1.1);
    }
}

@keyframes oxxo {
    0% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}



.banner:before {
    aspect-ratio: 2000 / 800;

}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {
    body.contact_page .contact_content {
        margin-top: calc(0px + var(--same_top_zone_space));
        padding-top: 0;
    }
}



@media screen and (max-width: 768px) {}

@media screen and (max-width: 476px) {

    .banner:after,
    .banner:before {
        aspect-ratio: 2000 / 700;

    }


    .banner h5,
    .privacy_page .banner h5 {
        background-size: 10px;
    }
}


/* 購物車 */

/* = = = 購物車 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.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;
    border-radius: 7px;
    background: transparent;

}


/*購物車/外層＝＝*/


/*價格*/
.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;
}


/*外層版面*/


.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;
}



.product-layer-two li {
    margin: 0;
    width: 100%;
    padding: 3px 10px 3px 10px;
    border-bottom: none;
}


.product-layer-two li.active a {
    border: unset;
    border-bottom: 0px dotted #ccc;
    border-bottom: none;
}

.product-layer-two li a {
    border: none;
    background: transparent;
    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 ul {
    position: relative;
    padding-top: 1px;
}

.product-layer-two li li {
    border: none;
}


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 .price {
    border-bottom: 1px solid #e6e6e6;
}

.sidebarBtn .price span {
    display: inline-block;
}

.sidebarBtn {
    border: none;
    background: transparent;
}



.product_pic #bx-pager a {
    border: 0px solid #e9e9e9;
    overflow: hidden;
}

#bx-pager h6 {
    display: none;
}

/*相關推薦*/


.prod_related {
    padding: 70px 15px 35px 15px;

}

.list .show_name {
    transform: translate(0%, 160%);
}

.car_page .information_left {
    display: block;
}

.contact_le_map a {
    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: 9/9;
}

.blank_letter {
    padding: 0;
    margin: 0;
    width: 100%;
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}



/*選單多符號*/
.product-layer-two>li>a:after {
    content: '+';
    position: absolute;
    top: 6px;
    right: 27px;
}

.product-layer-two>li:hover>a:after {
    content: '–';
}



/* = = = 購物頁面+匯款通知 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */




.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;
    justify-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    display: inline-flex;
}



/*樣式*/

body.contact_page #content {
    min-height: inherit;
    z-index: 0;
}

body.contact_page .path {
    display: none;
}




.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;
    padding: 0;
    margin: 0;
    width: initial;
}


.contact_content .information_right {
    width: 100%;
    padding: 0;
}

/* 表單裝飾=== */


.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;
    text-align: center;
    left: 0;
    transform: translate(0%, -20%) rotate(45deg);
    z-index: 10;
    margin: 0 auto;
    top: 50%;
    position: relative;
    transition: transform 600ms ease-in-out;
    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 {
    width: 100%;
    position: sticky;
    top: 100px;
    background-size: contain;
    padding: 0;
    background: transparent;
    padding: 0px;
    display: grid;

}

.i_contact_box section form,
body.contact_page .contact_content form {
    position: relative;
    display: grid;
    gap: 10px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    gap: 60px;
    grid-template-columns: 400px auto;
    align-items: self-start;
    padding: clamp(30px, 10vw, 120px);
}

body.contact_page .contact_le_map a {
    display: none;
}


.contact_form li .form__label {
    text-align: left;

}

.contact_le_nomap {
    margin: auto;
    overflow: hidden;
    margin-top: 25px;
    width: 100%;
}



@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: 1024px) {

    .contact_content .information_left {
        position: relative;
        top: 0;
    }
}

@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) {

    .contact_form li.last {
        display: flex;
        padding-bottom: 30px;
    }
}

/* 相簿 */
.other_subalbum li {
    background: transparent;
}

.show-list .show_pic,
.pic-list .show_pic {
    aspect-ratio: 9/9;
    object-fit: cover;
}

.show-list,
.pic-list {
    gap: 15px 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;
}



.subalbum-menu h2 {
    display: none;
}



.other_album * :not(.fa-solid) {
    position: relative;
}

.fa-image::before {
    content: "\f03e";
    font-family: 'Font Awesome 6 Free';
}

/* 促銷方案 */
body.promotions_page .show_content {
    max-width: 1000px;
}


/* 首頁標題們 */


.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,
body.contact_page .blank_letter.i:before,
body.contact_page .blank_letter.f:before {
    position: relative;
    text-align: center;

}

.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 {
    position: relative;
}


.promotion_title h2 {}


.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: 15px 5px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.i_album_list_box,
.module_i_news_list {
    padding: 0;
}



.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 {}

.i_album_list li div {
    aspect-ratio: 9/9;
}


@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;
    }


}


/* 文章+購物車 */
.path p,
.path p a {
    display: none;
}

.path {
    width: 100%;
}

.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 {
    display: -webkit-box;
    white-space: normal;
    overflow: hidden;
    vertical-align: bottom;

}



.pic-list .item h6 {
    padding: 0;
}

.other_subalbum li a p {
    margin-top: 5px;
    margin-bottom: 10px;
}


.blog_box_edit,
.promotions_page .edit,
.edit {
    width: 100%;
}


.product-layer-two li li a {
    -webkit-line-clamp: inherit;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
}

.product-layer-two li i {
    height: auto;
    top: 13px;
}


.product-layer-two>li>a:after {
    display: none;
}



.fa-caret-down::before {
    content: "\f107";
    opacity: 0.8;
}




.product_page .main_part {
    max-width: 1500px;
}


.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;
    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;
    width: 100%;
    margin-left: 0;
    background: transparent;
}

.product-layer-two li:hover ul {
    border: none !important;
}

.product-layer-two li li {
    display: block;
    padding: 0;
    transition: all ease .3s;
}



.product-layer-two>li {
    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_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: 15px 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: 9/9;

}

.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;
        position: relative;
        top: 0;
    }

    .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>* {
        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;
    }
}


/* 文章 */
.blog_list_ri>*+*{
    margin-top: unset;
}
.blog_list_ri em,
.i_blog_ri em {
    padding-left: 10px;
    padding-right: 10px;
}

.subbox_item:hover,
.module_i_news li:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

.subbox_item a:after,
.module_i_news li a:after {
    display: none;
}

.subbox_item a:hover:before,
.module_i_news li a:before {
    display: none;
}

.blog_list_ri,
.i_blog_ri {
    display: grid;
}

.blog_list_le,
.i_blog_le {
    overflow: hidden;
    aspect-ratio: 2000/1200;
    position: relative;
}


.subbox_item a,
.module_i_news li a {
    grid-template-columns: 1fr;
}

.subbox_item,
.module_i_news li {

    padding: 30px;


}

.blog_subbox {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 20px;
}

.module_i_news ul {
    grid-template-columns: repeat(4, 1fr);
    gap: 0;


}

.subbox_item,
.module_i_news li {

    --item_border_width: 1px;
    --item_border_color: #6d563c4d;
    background:
        /* 上邊 */
        linear-gradient(var(--item_border_color) 0 0) top / 100% var(--item_border_width) no-repeat,
        /* 左邊 */
        linear-gradient(var(--item_border_color) 0 0) left / var(--item_border_width) 100% no-repeat,
        /* 右邊 */
        linear-gradient(var(--item_border_color) 0 0) right top / var(--item_border_width) 50% no-repeat,
        /* 下邊（左段） */
        linear-gradient(var(--item_border_color) 0 0) bottom left / 40% var(--item_border_width) no-repeat;
}

.subbox_item:hover,
.module_i_news li:hover {
    --item_border_width: 1px;
    --item_border_color: #6d563c4d;
    background:
        /* 上邊 */
        linear-gradient(var(--item_border_color) 0 0) top / 100% var(--item_border_width) no-repeat,
        /* 左邊 */
        linear-gradient(var(--item_border_color) 0 0) left / var(--item_border_width) 100% no-repeat,
        /* 右邊 */
        linear-gradient(var(--item_border_color) 0 0) right top / var(--item_border_width) 100% no-repeat,
        /* 下邊（左段） */
        linear-gradient(var(--item_border_color) 0 0) bottom left / 100% var(--item_border_width) no-repeat;
}



.blog_list_le,
.i_blog_le {
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
}

.subbox_item a:hover .blog_list_le,
.module_i_news li a:hover .i_blog_le {
    padding: 5px;
    border-color: var(--item_border_color);
    transition: all 0.3s ease-in-out;


}

.blog_list_ri:after,
.i_blog_ri:after {
    margin-top: 10px;
    content: '>';
    display: inline-flex;
    padding: 0px 10px;
    border: solid 1px var(--item_border_color);
    border-radius: 500px;
    width: 20px;
    align-self: center;
    justify-content: center;
    justify-self: center;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    justify-self: right;

}

.subbox_item a:hover .blog_list_ri:after,
.module_i_news li a:hover .i_blog_ri:after {
    transition: all 0.3s ease-in-out;
    background: #C6A992;
    color: #fff;

}




@media screen and (max-width: 1024px) {

    .blog_subbox,
    .module_i_news ul {
        grid-template-columns: repeat(2, 1fr);

    }


}

@media screen and (max-width: 690px) {

    .blog_subbox,
    .module_i_news ul {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }


}


@media screen and (max-width: 360px) {

    .blog_subbox,
    .module_i_news ul {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }


}

/* 文章推薦 */

.news_related_list li a {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 3fr);
    align-items: center;
    gap: 15px;
    text-align: left;

}



.news_related_list {

    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);

}

@media screen and (max-width: 476px) {
    .news_related_list {

        grid-template-columns: minmax(0, 1fr);

    }
}

/* 輪播圖 */
.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) 1fr;
}

.product_main {
    width: 100%;
    max-width: 700px;
}

.sidebarBtn {
    width: 100%;
}

.prod_tabs {
    margin-top: 80px;
    grid-column: span 2;
}

.product_pic {
    padding-left: 100px;
}

#prod_thumbSwiper .swiper-slide::before {
    background: transparent;
}

@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;
    }

}



.blog_search input[type=search] {
    padding-top: 5px;
    font-size: var(--fonts14re);
    padding-bottom: 5px;
    border-radius: 0;
    border: none;
    background-color: #fff;
    border-bottom: solid 1px #f6f6f6;

}

.blog_search input[type=submit] {
    border: none;
    border-left: 1px solid #e2e2e2 !important;
    border-radius: 0;
    top: 0;
    height: 100%;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    background: #f4f4f4;
    z-index: 0;
}

.blog_search form:before {
    content: "\f105";
    color: #666666;
    z-index: 1;
    position: absolute;
    right: 13px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: 7px;
    pointer-events: none;
}

.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;
    margin-bottom: 80px;

}

h5.blog_le_t span {
    display: none;
}

.blog_le .accordion {
    border-color: transparent;
    border-radius: 0;
}

.accordion li .link a {
    padding: 10px;
    border: none;


}

.blog_ri {
    width: 100%;
}

.blog_in_page .blog_ri {
    width: 100%;
    gap: 20px;
    max-width: 1000px;
}

body.blog_page h4.blog_category_title {
    display: none;
}

h4.blog_category_title,
.news_related h6 span:before {
    display: block;
    padding: 0;
    margin: 0;
}


body.blog_in_page .articel_mainPic img {
    margin: 0;
    display: none;
}

body.blog_in_page .blog_shareData {
    order: 3;
}

body.blog_in_page .articel_mainPic {
    margin: 0;
    order: 3;
    width: 100%;
}

.news_related_list {
    max-width: 1460px;
}



.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%;
    margin-top: 0;
    gap: 5px;
}

body.blog_in_page .blog_back {
    grid-column: 1/-1;

}

.articel_mainPic img {}

.news_tags a {
    display: inline-block;
    border-radius: 5px;
    padding-right: 5px;
    padding-left: 5px;
    transition: all 0.6s ease-in-out;
}


.blog_subbox {
    align-content: start;
}


.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;

}




@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;
        margin-bottom: 0;
    }

    .blog_box {
        gap: 40px;
    }





}

@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 {}


}

/* 地圖按鈕 */


/* 相簿 */

/* 聯絡我們 */
body.contact_page .blank_letter.f .note.red {
    display: block;
}

body.contact_page .blank_letter.f .note.red:before {
    content: '若您對我們的設計想進一步了解，請留下您的聯絡方式，我們將在3天內與您聯繫或是直接來電加Line均可聯繫，謝謝!!';
    display: block;
    width: 100%;

    margin: auto;
    font-family: var(--font_same_content);
    letter-spacing: var(--font_same_content_letter_spacing);
    font-weight: var(--font_same_content_font_weight);
    font-size: var(--fonts18re);
    line-height: var(--font_same_content_line_height);
    color: var(--font_same_content_color);
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: justify;
}

.contact_content {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 100%;

    position: relative;


}

body.contact_page .blank_letter.i:before,
body.contact_page .blank_letter.f:before {
    content: '';
    display: block;
    text-align: left;
    text-transform: uppercase;
}

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) {}


/* 聯絡我們順序 */
.contact_content .information_left .list_before.info .info_PHONE {
    order: 0;
}

.contact_content .information_left .list_before.info .info_TEL {
    order: 1;
}

.contact_content .information_left .list_before.info .info_LINE {
    order: 2;
}

.contact_content .information_left .list_before.info .info_MAIL {
    order: 3;
}

.contact_content .information_left .list_before.info .info_ADD {
    order: 4;
}

.contact_content .information_left .list_before.info .info_TAXID {
    order: 5;
}

/* 聯絡我們順序_結束 */


/* 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-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: transparent;
    color: #666666;
    background: #f3f3f3;

}


.contact_form li .form select {
    width: 100%;
    background: #f3f3f3;
    border-color: transparent;
}

.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;
    gap: 20px 10px;
}


.contact_form li:nth-of-type(n+5) {
    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;
    }


}

/* 金流購物頁面 */



@media (max-width:1024px) {
    .header_area .me_tp_features {

        padding-top: 0px;
        order: 3;
        margin-bottom: 10px;

    }
}

@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;
        left: 0;
        margin-top: 15px;

    }



}

@media screen and (max-width: 340px) {
    .header_area .box_search {
        width: 90%;
        margin-bottom: 10px;
    }
}


/* 購物流程 */
div#number_area {
    color: #958A7A;
}



.sidebarBtn h2 {
    padding-top: 20px;
}


.prod_related {
    background: #EDEBE7;

}

.contact_le_map a {
    background: #958A7A;
}

.product-layer-two li li:hover>a {
    color: #ad925e;
}



.send_simple {
    background: #958A7A;
}

.rewrite_simple {
    background: #ada8a7;
}

.order_list_spec {
    background: #D3C7C7;
}

.order_list_tit b {
    color: #444;
}

.order_list_tit span {
    color: #DBC8B6;
}

.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;
}




.other_album * :not(.fa-solid) {
    position: relative;
}

/* 頁面 */
.page li {
    min-width: 25px;
}