@charset "utf-8";


@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap');
/* 聯絡方式指定刪除============================================================= */

.info_fix_default.info_fix_mail,
.footer .box_link .me_tp_mail {
    display: none;
}


/* 結束 */



/* 開場 */
/* 
.pageIndex.bodyDesktop .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;
    height: 100%;
    background-color: var(--main_color_01_bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    animation: bodybg 6s 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/hongxindesign/start_01_01.png), url(https://pic03.eapple.com.tw/hongxindesign/start_01_02.png), url(https://pic03.eapple.com.tw/hongxindesign/start_01_03.png);
    animation: fade-in 5s 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: 300 / 417;
    padding: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 8vw;
    width: 10vw;

}

.pageIndex.bodyDesktop .stellarnav .anchorList {
    animation: start_ani_BtoT 1.2s 4s both;
    opacity: 0;
}

.pageIndex.bodyDesktop .nav-brand img {
    animation: start_ani_BtoT 1.2s 4s both;
    opacity: 0;
}

@keyframes start_ani_BtoT {
    0% {
        opacity: 0;
        transform: translateY(-10px);

    }

    100% {
        opacity: 1;
        transform: translateY(0px);

    }
}



@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;
    }

    5% {}

    50% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        clip-path: inset(0 0 0 0)
    }

    95% {
        clip-path: inset(100% 0 0 0);
    }

    100% {
        width: 100%;

        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);

    }
}


@-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% {
        -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;
}

.blog_box_edit p {
    color: var(--font_same_content_color);
}

.blog_box_edit,
.promotions_page .edit,
.edit,
.blog_box_edit a,
.promotions_page .edit a,
.edit a {
    font-family: var(--font_same_content);
    letter-spacing: var(--font_same_content_letter_spacing);
    line-height: var(--font_same_content_line_height);
    color: var(--main_color_01_color);
}

/* 字體統一============================================================= */
:root {
    --main_decorative_bg_item: #4A4744c8;
    --main_decorative_bg: #4A4744;
    --main_decorative_bg_out_box: #302f2d;


    --main_color_00_color: #ba8e56;
    --main_color_00_color_op: #ba8e56c8;
    --main_color_00_color_op_hover: #ba8e56f1;


    --main_color_01_bg: #373634;
    --main_color_01_bg_op: #373634ee;
    --main_color_01_color: #ffffff;


    --main_color_02_bg: #DAD6D3;
    --main_color_02_bg_op: #DAD6D3ee;
    --main_color_02_color: #292929;


    --main_color_border_01: #5E503E;
    --main_color_border_02: #8d8d8d6e;
    /* 過渡時間 */
    --t-dark: 1.4s;
    --ease-dark: cubic-bezier(0.25, 0.8, 0.25, 1);

    /* 表單輸入文字 */
    --input_noborder_color: var(--main_color_01_color);
    --input_noborder_bg: var(--main_color_01_bg);


    /* 大版面左右留白 */
    --header_main_max_width: 100%;
    --header_main_width: 90%;
    --footer_main_max_width: var(--header_main_max_width);
    --footer_main_width: var(--header_main_width);

    --main_max_width_base: 100%;
    --main_width_base: 80%;
    --main_max_width_60: 60%;


    --main_max_width_a_section: 1000px;

    /* 項目個數 */
    --grid_template_columns_500: repeat(auto-fill, minmax(min(500px, 100%), 1fr));
    --grid_template_columns_400: repeat(auto-fill, minmax(min(400px, 100%), 1fr));
    --grid_template_columns_300: repeat(auto-fill, minmax(min(300px, 100%), 1fr));


    --gap_40_20: calc(clamp(10px, 2vw, 20px) * 2) clamp(10px, 2vw, 20px);
    --gap_60_30: calc(clamp(10px, 2vw, 30px) * 2) clamp(10px, 2vw, 30px);



    /* 根字體大小 */
    font-size: 14px;
    --all_page_bg: var(--main_color_01_bg);
    --scrollbar_bg: var(--main_color_00_color);
    --scrollbar_color: var(--main_color_01_color);
    --selection_color: var(--main_color_01_bg);
    --selection_bg: var(--main_color_01_color);
    /* 標題顏色 */
    --font_same_title_color: var(--main_color_01_color);
    --font_same_title_family: "Hind", "Microsoft JhengHei";
    --font_same_title_weight: 700;
    --font_same_title_letter_spacing: 0.01rem;

    --font_same_menu_family: "Hind", "Microsoft JhengHei";
    --font_same_banner_family: "Hind", "Microsoft JhengHei";
    /* 內文顏色 */
    --font_same_content_color: var(--main_color_01_color);
    --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: var(--main_color_01_color);
    --inpage_menu_color_hover: var(--main_color_00_color);
    --inpage_menu_font_size: var(--fonts15re);
    --inpage_menu_background: transparent;
    --inpage_menu_background_act: var(--main_color_00_color);
    --inpage_menu_line_height: 1.7;
    --inpage_menu_background_hover: transparent;
    --inpage_menu_font_family: "Hind", "Microsoft JhengHei";
    --inpage_menu_font_weight: 700;

    /* line_height不要寫單位 */
    --font_same_title_line_height_s: 1.7;
    --font_same_title_line_height_m: 1.7;
    --font_same_title_line_height_l: 1.7;
    /* 版面上下空白 */
    --gapbig_01: 80px;
    /* header */
    --header_p_font_family: "Hind", "Microsoft JhengHei";

    --header_p_font_size: var(--fonts15re);
    --header_p_font_weight: 700;
    --header_p_letter_spacing: 0.1rem;
    --header_bg: var(--main_color_01_bg);
    --header_bg_sticky: var(--main_color_01_bg);
    --header_bg_p_color: var(--main_color_01_color);
    --header_bg_p_color_act: var(--main_color_00_color);
    --header_bg_p_color_hover: var(--main_color_00_color);
    /* header下拉 */
    --header_drop_bg: var(--main_color_01_bg_op);
    --header_drop_color: var(--main_color_01_color);
    --header_drop_bg_hover: var(--main_color_01_bg_op);
    --header_drop_color_hover: var(--main_color_01_color);
    /* header和footer_icon */
    /* icon */
    --icon_color_h_f: #515151;
    --icon_color_h_f_hover: #b59979;
    --icon_color_h_f_bg: #515151;
    --icon_color_h_f_bg_hover: #928270;
    /* footer */
    --footer_padding_top: 80px;
    --footer_padding_bottom: 80px;


    --footer_p_font_family: "Hind", "Microsoft JhengHei";

    --footer_p_font_size: var(--fonts15re);
    --footer_p_font_weight: 700;
    --footer_p_letter_spacing: 0.1rem;
    --footer_bg: var(--main_color_01_bg);
    --footer_bg_p: var(--main_color_01_color);
    --footer_bg_d: var(--main_color_01_bg);
    --footer_bg_d_p: var(--main_color_01_color);

    /* top按鈕 */
    --top_btn_bg: transparent;
    --top_btn_color: #ffffff;
    --top_btn_border: var(--main_color_border_02);

    /* 搜尋 */
    --search_bg: var(--main_color_01_bg);
    --search_color: var(--main_color_01_color);
    /* 首頁輪播距離 */
    --cover_top: 60px;
    /* 手機版選單 */
    --m_menu_bg: #373634;
    --m_menu_color: #ffffff;
    --m_menu_drop_bg: #373634;
    --m_menu_drop_first_bg: #373634;
    --m_menu_drop_bg_hover: #373634;

    /* 摺疊選單 */
    --menu_navigation_bar_color: var(--main_color_01_color);
    --menu_navigation_bar_bg: var(--main_color_01_color);
    /* 浮動按鈕 */
    --fix_btn_bg: var(--main_color_00_color_op);
    --fix_btn_bg_hover: var(--main_color_00_color_op_hover);
    --fix_btn_color: var(--main_color_01_color);
    /* 頁面按鈕 */
    --page_number_background: var(--main_color_01_bg_op);
    --page_number_color: var(--main_color_01_color);
    --page_number_background_hover: var(--main_color_00_color_op_hover);
    --page_number_color_hover: #373634ee;
    /* 商品聯絡按鈕 */
    --product_info_page_contact_bg: #efefef;
    --product_info_page_contact_color: #292929;

    --product_info_page_contact_bg_hover: #dddddd;
    --product_info_page_contact_color_hover: #292929;

    --product_info_page_contact_border_color: #cccccc;
    --product_info_page_contact_border_color_hover: #bebebe;

    /* tag */
    --tag_color: var(--main_color_01_bg_op);
    --tag_background: var(--main_color_01_bg_op_hover);
    ;
    --tag_color_hover: var(--main_color_01_bg_op_hover);
    --tag_background_hover: var(--main_color_01_bg_op_hover);
    /* 按鈕顏色 */
    --btn_bg_01: #505050;
    --btn_bg_01_hover: #505050c8;
    --btn_color_01: #ffffff;
    --btn_color_01_hover: #ffffff;
    --btn_bg_02: #767676;
    --btn_bg_02_hover: #767676c8;
    --btn_color_02: #ffffff;
    --btn_color_02_hover: #ffffff;
    --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: "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: #ffffff;
    --banner_top_space: 0px;
    --banner_bottom_space: 100px;
    --banner_font_size: var(--fonts24re);
    /* 相關區塊 */
    --same_related_bg: transparent;
    --same_related_item_bg: var(--main_decorative_bg);

    /* 按鈕 */
    --btn_bg: #51515160;
    --font_color_d: #5F5F5F;
    --smae_btn_padding: 10px;

    /* 頁數 */
    --page_color: var(--main_color_01_color);
    --page_active_color: var(--main_color_01_color);

    /* 購物流程 */
    --table_bg: #515151;
    --table_bg_color: #ffffff;


    /* 區塊相同上與下空間 */
    --same_top_zone_space: 80px;
    --same_bottom_zone_space: 80px;
    /* 區塊內小區塊相同上與下空間 */
    --same_top_zone_space_s: 60px;
    --same_bottom_zone_space_s: 60px;

    /* 大區塊內中區塊空間 */
    --same_top_zone_space_m: 80px;
    --same_bottom_zone_space_m: 80px;

    /* 區塊標題距離內文 */
    --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: var(--main_color_01_color);
    --inpage_font_same_tilte_font_size_en: var(--fonts32re);
    --inpage_font_same_tilte_font_weight_en: 500;
    --inpage_font_same_tilte_line_height_en: 1.5;
    --inpage_font_same_tilte_letter_spacing_en: 1px;
    /* 大標題_中文 */
    --inpage_font_same_tilte_color_ch: var(--main_color_01_color);
    --inpage_font_same_tilte_font_size_ch: var(--fonts20re);
    --inpage_font_same_tilte_font_weight_ch: 600;
    --inpage_font_same_tilte_line_height_ch: 1.5;
    --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;
        --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;

        /* 項目個數 */
        --grid_template_columns_500: repeat(auto-fill, minmax(min(400px, 100%), 1fr));
    }
}

@media (max-width: 1600px) {
    :root {
        /* 項目個數 */
        --grid_template_columns_500: repeat(auto-fill, minmax(min(350px, 100%), 1fr));
        --grid_template_columns_400: repeat(auto-fill, minmax(min(300px, 100%), 1fr));

    }
}

@media (max-width: 1440px) {
    :root {

        /* 基本文字大小變數 */
        --fonts40re: 2.375rem;
        --fonts50re: 2.875rem;
        --fonts72re: 4.0625rem;
        --fonts110re: 6.25rem;
        --fonts200re: 11.25rem;

        /* 大版面左右留白 */
        --main_max_width_60: 80%;
    }
}



@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;
        /* footer */
        --footer_padding_top: 80px;
        --footer_padding_bottom: 80px;
    }
}

@media (max-width: 1024px) {
    :root {
        /* 大區塊內中區塊空間 */
        --same_top_zone_space_m: 60px;
        --same_bottom_zone_space_m: 60px;

    }

}

@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;
        /* footer */
        --footer_padding_top: 40px;
        --footer_padding_bottom: 40px;

        /* 大版面左右留白 */
        --main_max_width_base: 100%;
        --main_width_base: 90%;

    }
}

@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;
        /* 大區塊內中區塊空間 */
        --same_top_zone_space_m: 30px;
        --same_bottom_zone_space_m: 30px;

    }
}

@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;
    }
}

/* 大版面設定============================================================= */
.main_part,
.news_related,
.privacy_page .main_part .privacyContent,
.video_page .main_part,
.projects_page .StoreProjsList,
.StoreProjsList,
.StoreProjsDetail,
.product_page .main_part {
    padding-top: calc(var(--same_top_zone_space) / 1);
    padding-bottom: var(--same_bottom_zone_space);
    padding-left: 0;
    padding-right: 0;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.news_part,
.module_i_album,
.module_i_news,
.module_i_projects,
.pageIndex .prod_part,
.pageIndex .contact_content,
.contact_page .contact_content form,
.pageIndex .productsListBox,
.prod_related {
    padding-top: calc(var(--same_top_zone_space) / 1);
    padding-bottom: var(--same_bottom_zone_space);
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    display: grid;
    width: 100%;
    grid-template-columns: minmax(0, 1fr);
}


.main_part {
    max-width: 2300px;
    z-index: 1;

}

.contact_page .main_part {
    padding-top: 0;
    padding-bottom: 0;
}

.video_page .main_part,
.video_menu_list+.video-list,
.projects_page .StoreProjsList,
.prod_part section,
.contact_page .main_part {
    max-width: 100%;
}


.privacy_page .main_part {
    max-width: 100%;
    padding: 0;
}

.privacy_page .show_content {
    padding: 0;
    margin: 0;
    width: 100%;
}

.privacy_page .main_part .privacyContent,
.order_finish_page .order_pay {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.privacy_page .main_part .show_content {
    padding: 0;
}

.privacy_page .banner h6 {
    display: none;
}


.privacy_page .main_part .privacyContent,
.car_page .show_content {
    max-width: var(--main_max_width_a_section);
    width: var(--main_width_base);
    margin: auto;

}

.car_page #content,
.member_Homepage .main_part {
    max-width: var(--main_max_width_a_section);
    width: var(--main_width_base);
    margin: auto;
}

@media screen and (max-width: 1024px) {
    .bodyDesktop .nav-brand {
        margin-left: auto;
    }

    .blog_box,
    .video_content {
        grid-template-columns: minmax(0, 1fr);

    }

}

@media screen and (max-width: 768px) {

    .product_page .show_content {
        width: 100%;
    }
}

@media screen and (max-width: 476px) {}


/* 大版面設定結束 */

/* 標題============================================================= */
/* ==大標題==*/

.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,
.i_video_tit span {
    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);
}

.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);
}

.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,
.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,
.i_video_tit h2 {
    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);

}

.banner h5,
.privacy_page .banner h5 {
    font-family: var(--font_same_title_family);
    color: var(--banner_color);
    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,
.projects_page .StoreProjs_Post li h4,
h4.blog_category_title,
.pageIndex .module_i_projects .ProjSwiper li section 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(--fonts18re);
    line-height: var(--font_same_title_line_height_m);

}

.projects_page .StoreProjs_Post li h4 {
    height: unset;
}

.projects_page .StoreProjs_Post li h4 {
    height: unset;
}

.blog_category_title,
.i_album_list li a p {
    font-size: var(--fonts18re);
    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,
.other_subalbum li a p,
.pic-list .item h6,
.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(--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: 0rem;
    padding-left: 10px;
    padding-right: 10px;
    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;

    margin-top: 10px;
    margin-bottom: 0;
}

.privacyContent 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);
    line-height: var(--font_same_title_line_height_m);

    font-size: calc(var(--fonts18re));
}

.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(--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;
    padding-left: 10px;
    padding-right: 10px;
    border-top: solid transparent var(--padding_webkit_line_clamp);
    border-bottom: solid transparent var(--padding_webkit_line_clamp);

    margin-top: 0;

}


.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(--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;
    padding-left: 10px;
    padding-right: 10px;
    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 {
    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);

}


.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(--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: 0rem;
    padding-left: 10px;
    padding-right: 10px;
    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,
.title_i_box,
.i_prod_tit,
.i_video_tit,
.pd_tabTitle li a,
.promotion_title {
    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);


}


.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);
    line-height: var(--font_same_title_line_height_s);

    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);
}

.promotions_page .pmtTitle span {}

.album_fixed_title {
    background: transparent;
}

.related_list li a {
    display: grid;
    gap: 10px;
}

@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 .me_tp_features .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,
.privacy_page .main_part .privacyContent,
.privacy_page .main_part .privacyContent p,
.privacy_page .main_part .privacyContent a,
.projects_detaild_page .ProjsDetail_Viewpoint,
#txtEdi,
.ProjsDetail_Intro h6,
.ProjsDetail_Intro h6 strong,
.contact_form li .form__label,
.news_list ul li a span,
.news_list ul li p:after,
.other_album * :not(.fa-solid),
.promotion_title .time,
.promotion_title em,
.promotions_page .pmtTitle span,
.other_promotion .pmtTime span,
.promotion_title em,
.promotion_title span,
.other_promotion .pmtTime cite,
.projects_detaild_page #txtEdit,
.pageIndex .module_i_projects .ProjSwiper li section h6 strong {
    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);
}

.album_info_page .album_descrip {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.contact_form li .form__insert {
    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);
}

.page li a {
    font-family: var(--font_same_content);
}

.pageIndex .news_list ul li p {
    padding-top: 0;
    padding-bottom: 0;
    align-content: center;

    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));
    /* height中--fontsxxre是和font-size一樣的，須一起修改 */
    height: calc(calc(var(--fonts16re) * 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;
    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;

    white-space: unset;
    text-align: left;
}

.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(--fonts16re));
    /* height中--fontsxxre是和font-size一樣的，須一起修改 */
    height: calc(calc(var(--fonts16re) * 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;
    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(--fonts16re));
    /* height中--fontsxxre是和font-size一樣的，須一起修改 */
    height: calc(calc(var(--fonts16re) * 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;
    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));

    padding-left: 10px;
    padding-right: 10px;
}

.ProjsDetail_Intro em.TxtHouseType {
    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));
}



/* 提示 */
.car_page .red,
.red {
    color: var(--notice_color);
}

.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);
}

.toShare,
.toShareNews b,
.toShareNews a,
.toShareNews a object,
.toShareNews a i,
.ProjsDetail_Title p {
    font-size: var(--fonts14re);
    color: var(--font_same_content_color);
}

.path p,
.path p a {
    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(--fonts14re));
}

.path p a:hover {
    color: var(--main_color_00_color);

}

.StoreProjsList .path,
.path {
    max-width: var(--main_max_width_base);
    width: var(--main_width_base);
    margin-left: auto;
    margin-right: auto;
    grid-column: 1/-1;
}

.pd_tabTitle li.activeTab a {
    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(--fonts14re));
    color: var(--font_same_title_color);
}

/* 搜尋 */
.header_area .me_tp_features .box_search input[type=text] {
    background: var(--search_bg);
    color: var(--search_color);
    border-color: var(--main_color_border_01);

}

.blog_le .blog_search input {
    background: var(--main_color_01_bg);
    color: var(--main_color_01_color);
}

.blog_search input[type=search] {
    padding-top: 5px;
    font-size: var(--fonts14re);
    padding-bottom: 5px;
    border-radius: 0;
    border: none;
    background-color: var(--main_color_01_bg);
    color: var(--main_color_01_color);
    border-bottom: solid 1px var(--main_color_border_01);

}

.blog_search input[type=search]:focus {
    color: var(--main_color_01_color);
}

.accordion li+li .link {
    border-top-color: var(--main_color_border_01);
}

.blog_search input[type=submit] {
    border: none;
    border-left: 1px solid var(--main_color_border_01) !important;
    border-radius: 0;
    top: 0;
    height: 100%;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    z-index: 0;
    background: transparent;
}

.blog_search form:before {
    content: "\f105";
    color: var(--main_color_01_color);
    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 {}


@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;

    }

}



/* 按鈕=============================================================*/

.shop_search_btn {
    background: #ADA17E;
}


.i_album_list li a p {
    color: var(--main_color_01_color);
    background: var(--main_color_01_bg_op);
    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,
.products-list .more.con_map_add_t,
.other_album_choice li,
.ProjsDetail_Bottom a,
.mem_box2 input.bbtn01,
.mem_box2 input.bbtn02,
.i_blog_b a,
.i_news_b,
.other_page .mem_regist_title_s_s input[type="button"],
.other_album_choice li {
    font-size: var(--fonts16re);
    font-family: var(--font_same_family_btn);
    letter-spacing: var(--font_same_letter_spacing_btn);
    font-weight: var(--font_same_font_weight_btn);
    overflow: hidden;


    max-width: 200px;
    padding: 5px;
    text-align: center;
    width: 100%;
    transition: 0.3s ease-in-out;
    height: auto;
    line-height: 2;

    border: 1px solid transparent !important;
    border-radius: 0;
    position: relative;


}



.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,
.other_page .mem_regist_title_s_s input[type="button"]:hover,
.other_album_choice li:hover {
    transition: 0.3s ease-in-out;
    border-radius: 0;
}


.animated-arrow b {
    letter-spacing: var(--font_same_letter_spacing_btn);

}


.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,
.mem_box2 input.bbtn01,
.other_page .mem_regist_title_s_s input[type="button"],
.other_album_choice li {
    transition: all var(--t-dark) var(--ease-dark);
    background-color: var(--btn_bg_01);
    border-color: var(--btn_bg_01);
    color: var(--btn_color_01);

}

.other_page .mem_regist_title_s_s input[type="button"] {
    background-color: var(--btn_bg_01) !important;

}

.blog_back a.article_btn_back:hover,
.contact_form li.last cite:hover,
.total_amount .send_simple:hover,
.inquiry_a2:hover,
.contact_le_map a:hover,
.formbox_form li.last input:last-child:hover,
.lastPage:hover,
.products-list .item a:hover .more,
.ProjsDetail_Bottom a:hover,
.mem_box2 input.bbtn01:hover,
.other_page .mem_regist_title_s_s input[type="button"]:hover,
.other_album_choice li:hover {
    transition: all var(--t-dark) var(--ease-dark);
    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);

}

.other_page .mem_regist_title_s_s input[type="button"]:hover {
    background-color: var(--btn_bg_01_hover) !important;

}

.contact_le_map a,
.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,
.projects_detaild_page .ProjsDetail_Bottom a:last-child,
.mem_box2 input.bbtn02 {
    transition: all var(--t-dark) var(--ease-dark);
    background-color: var(--btn_bg_02);
    border-color: var(--btn_bg_02);
    color: var(--btn_color_02)
}

.projects_detaild_page .ProjsDetail_Bottom a:last-child {
    width: 100%;
    max-width: 100%;
}

.mem_box2 input.bbtn02 {
    background-color: var(--btn_bg_02) !important;

}

.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,
.projects_detaild_page .ProjsDetail_Bottom a:last-child:hover,
.mem_box2 input.bbtn02:hover {
    transition: all var(--t-dark) var(--ease-dark);
    background-color: var(--btn_bg_02_hover);
    border-color: var(--btn_bg_02_hover);
    color: var(--btn_color_02_hover);

}

.mem_box2 input.bbtn02:hover {
    background-color: var(--btn_bg_02_hover) !important;

}

.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;
}

.products-list .more {
    max-width: 100%;
    transform: translateX(0%);
    left: 0;
    bottom: 0;
    border: 1px solid var(--main_color_border_01);
}


@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 */
.path * {
    transition: all var(--t-dark) var(--ease-dark);
}

.contact_form li.last blockquote {
    z-index: -3;
}

.contact_form li.last cite:after,
.animated-arrow:after,
.contact_form li.last blockquote:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    background: var(--main_decorative_bg_item);
    pointer-events: none;
    inset: 0;
    transform: translateX(-100%);
    animation: none;
    z-index: -2;
}

.contact_form li.last cite:hover:after,
.animated-arrow:hover:after,
.contact_form li.last blockquote:hover:after {
    animation: btn_slide-fill 1.2s ease forwards;
}

@keyframes btn_slide-fill {
    0% {
        transform: translateX(-100%);
    }

    40% {
        transform: translateX(0);
        /* 快速滑入 */
    }

    65% {
        transform: translateX(0);
        /* 中間停留 */
    }

    100% {
        transform: translateX(100%);
        /* 滑出 */
    }
}

.right_member_in {
    background: var(--main_decorative_bg);
    border-color: var(--main_color_border_01);
}

.right_member_in p>i,
.right_member_in p,
.right_member_in p a,
.fa-right-to-bracket::before,
.fa-right-from-bracket::before {
    color: var(--main_color_01_color);
}

.contact_form li.last cite,
.animated-arrow {
    color: var(--main_color_01_color);
    --btn_line_space_gap: 85%;
    --btn_line_space_gap_hover: 100%;

    background:
        /* 上橫線 */
        linear-gradient(var(--main_color_border_01), var(--main_color_border_01)) top center / var(--btn_line_space_gap) 1px no-repeat,
        /* 下橫線 */
        linear-gradient(var(--main_color_border_01), var(--main_color_border_01)) bottom center / var(--btn_line_space_gap) 1px no-repeat,
        /* 左直線 */
        linear-gradient(var(--main_color_border_01), var(--main_color_border_01)) left center / 1px var(--btn_line_space_gap) no-repeat,
        /* 右直線 */
        linear-gradient(var(--main_color_border_01), var(--main_color_border_01)) right center / 1px var(--btn_line_space_gap) no-repeat;
}

.contact_form li.last cite:hover,
.animated-arrow:hover {
    background:
        /* 上橫線 */
        linear-gradient(var(--main_color_border_01), var(--main_color_border_01)) top center / var(--btn_line_space_gap_hover) 1px no-repeat,
        /* 下橫線 */
        linear-gradient(var(--main_color_border_01), var(--main_color_border_01)) bottom center / var(--btn_line_space_gap_hover) 1px no-repeat,
        /* 左直線 */
        linear-gradient(var(--main_color_border_01), var(--main_color_border_01)) left center / 1px var(--btn_line_space_gap_hover) no-repeat,
        /* 右直線 */
        linear-gradient(var(--main_color_border_01), var(--main_color_border_01)) right center / 1px var(--btn_line_space_gap_hover) no-repeat;
}

.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;
    max-width: 100%;

}

.projects_detaild_page .ProjsDetail_Bottom {
    flex-wrap: wrap;
}

.i_album_b,
.i_blog_b {
    margin-top: 30px;
    width: 100%;
}

.blog_back {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.blog_in_page .blog_back {
    grid-column: 1/-1;

}

.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 var(--t-dark) var(--ease-dark);
}

.car_page .total_amount {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 80px;
    max-width: 500px;
}

.contact_form li {
    grid-template-columns: minmax(0, 1fr);
    border-bottom: solid 1px var(--main_color_border_01);
}

.contact_form li input.noborder,
.contact_form li textarea.noborder {
    border: none;
    background: var(--input_noborder_bg);
    color: var(--input_noborder_color);
    min-height: 60px;

}



.contact_form li .form__label {
    text-align: left;
}



/* .contact_form li:nth-last-of-type(5),
.contact_form li:nth-last-of-type(4),
.contact_form li:nth-last-of-type(3),
.contact_form li:nth-last-of-type(2),
.contact_form li:nth-last-of-type(1) {
    grid-column: 1/-1;
} */

.contact_form li.checknumBox .form__insert {
    border-bottom: none;
}

.contact_form li+li {
    margin-top: 20px;
}

@media screen and (max-width: 1100px) {
    .contact_form {
        grid-template-columns: minmax(0, 1fr);
    }



}

@media screen and (max-width: 476px) {

    .contact_form li+li {
        margin-top: 10px;
    }
}


/* 全域設定============================================================= */

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {}

::-webkit-scrollbar-thumb {
    background-color: var(--scrollbar_bg);
    color: var(--scrollbar_color);

}

::selection {
    color: var(--selection_color);
    background: var(--selection_bg);
}

#content {
    position: relative;
}

#page {
    position: relative;
    background: var(--all_page_bg);
    background-repeat: repeat;
    z-index: 0;
    background-repeat: repeat;
}


#content_main,
#content {
    background: transparent;
}

/* top按鈕_滑動按鈕============================================================= */
.projects_detaild_page #Projs_scroll_down a span:before {
    color: var(--top_btn_color);

}

#Projs_scroll_down a i:before,
#Projs_scroll_down a i:after,
#to_top i.top:before,
#to_top i.top:after {
    background: var(--top_btn_color);

}

#Projs_scroll_down a em {
    border-color: var(--main_color_border_01);
}

#to_top {
    background: var(--top_btn_bg);
    color: var(--top_btn_color);
    box-shadow: none;
    border: solid 1px var(--top_btn_border);
}

@media screen and (max-width: 768px) {

    /* 開啟手機板下方按鈕所需設定 */
    #bottom_menu {
        display: none;
    }

    /* 
    .footer.with_shopping_mode {
        padding: 30px 0 70px;
    } */

    #to_top {
        bottom: 100px;
    }
}



/* 浮動按鈕_聯絡順序_聯絡icon按鈕============================================================= */
/* 浮動按鈕 */
.info_fix {
    right: -4px;
    width: unset;
    bottom: 120px;
}

.info_fix>span {
    color: #aba9a9;
    background-color: var(--main_color_01_color);
}

.info_fix:hover>span {
    background: var(--main_color_01_color);
}

.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 var(--t-dark) var(--ease-dark);
    border-radius: 0;
    margin: 0;
}



.info_fix_links a:hover {
    background-color: var(--fix_btn_bg_hover);
    transition: all var(--t-dark) var(--ease-dark);
}

.info_fix_links a:hover i::before {
    color: var(--fix_btn_color);
    transition: all var(--t-dark) var(--ease-dark);
}

.footer_info li p.line:before {}

.footer_info li p.taxid:before {}

.footer_info li p.tel:before {}


.footer_info li p.add:before {}

.footer_info li p.mail:before {}

.footer_info li p.phone:before {}



.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: var(--main_color_01_color);
}

.info_fix_links a i::before {
    color: var(--main_color_01_color);
    transition: all var(--t-dark) var(--ease-dark);
    pointer-events: none;

}


.fa-tiktok-f::before {
    content: '\e07b';

}

/* 指定顏色 */
/* 
.info_fix_links .info_fix_line {
    background: #5EC040;

}

.info_fix_links .info_fix_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 {
    background: #41629A;


}

.info_fix_links .info_fix_fb:hover {
    background: #4c7c88c7;

}

.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_tel,
.footer .box_link .phone,
.footer .box_link .tel,
.footer .box_link .me_tp_call {
    order: 3;
}

a.info_fix_default.info_fix_line,
.footer .box_link .line {
    order: 2;
}

a.info_fix_default.info_fix_fb,
.footer .box_link .me_tp_fb {
    order: 0;
}

a.info_fix_default.info_fix_ig,
.footer .box_link .me_tp_ig {
    order: 1;
}

a.info_fix_default.info_fix_map,
.footer .box_link .add,
.footer .box_link .add2 {
    order: 5;

}

a.info_fix_default.info_fix_list {
    order: 4;

}

.footer_info .mail,
.footer .box_link .me_tp_mail {
    order: 6;
}

.footer_info .taxid,
.contact_content .information_left .list_before.info .info_TAXID {
    order: 7;
}



.footer_info li .tel,
.footer_info li .tel2,
.footer_info li .phone,
.contact_content .information_left .list_before.info .info_TEL {
    order: 0;
}

.footer_info li .line,
.contact_content .information_left .list_before.info .info_LINE {
    order: 1;
}

.footer_info li .email,
.contact_content .information_left .list_before.info .info_MAIL {
    order: 2;
}

.footer_info li .add,
.footer_info li .add2,
.contact_content .information_left .list_before.info .info_ADD,
.contact_content .information_left .list_before.info .info_ADD2 {
    order: 3;
}

.ProjsDetail_Title p a,
.ProjsDetail_Title p a::before {
    background-color: var(--btn_bg_01);
}

.ProjsDetail_Title p a::before {
    color: var(--btn_color_01);
}

/* logo============================================================= */
/* 電腦LOGO */
.bodyDesktop .nav-brand {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 0;
}

.nav-brand img {
    transition: all var(--t-dark) var(--ease-dark);
}

.nav-brand {
    display: flex;
    object-fit: contain;
    align-items: center;
    justify-self: center;
    padding: 5px;
    padding-bottom: 5px;
    width: unset;

}

.nav-brand img,
.footer_logo img {
    width: 150px;
}

.header_area.sticky .nav-brand img {
    transition: all var(--t-dark) var(--ease-dark);
}

.bodyMobile .header_area {
    background: var(--header_bg);
}

.footer_logo {
    margin: auto;
    position: relative;
    max-width: initial;
    order: 3;
}



.footer_logo a {
    position: relative;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    display: none;

}


/* 手機LOGO */
.bodyMobile .nav-brand img {}

/* header============================================================= */
.header_area,
.pageIndex .header_area {
    padding-bottom: 0;
    padding: 0;
    background: var(--header_bg);
    transition: all var(--t-dark) var(--ease-dark);
    width: 100%;
    top: 0;

}

.header_area~#content,
.header_area~#content_main {
    transition: all var(--t-dark) var(--ease-dark);

}

.header_area:hover~#content,
.header_area:hover~#content_main {
    opacity: 0.2;
    transition: all var(--t-dark) var(--ease-dark);

}

.header_area.sticky {
    background: var(--header_bg_sticky);
    transition: all var(--t-dark) var(--ease-dark);
    border-bottom-width: 100%;

}

.main_header_area {
    width: 95%;
    margin: 0 auto;
}

.header_area.sticky .main_header_area {
    max-width: 100%;


}

.header_area.sticky .main_header_area {

    transition: all var(--t-dark) var(--ease-dark);
}

.header_area .me_tp_features {
    order: -1;
    margin: 0;
    display: inline-flex;
    justify-content: end;
    align-items: center;
    flex-wrap: wrap;
}

.header_area .box_search {
    margin-bottom: 5px;
    margin-top: 5px;
}


@media (max-width:1024px) {

    .header_area,
    .pageIndex .header_area {
        position: sticky !important;
    }

    .me_tp_features {
        padding-top: 0px;
    }

    .header_area:hover~#content,
    .header_area:hover~#content_main {
        opacity: 1;
        transition: all var(--t-dark) var(--ease-dark);

    }
}


@media (max-width:768px) {
    .header_area .me_tp_features {
        margin: 0;
        position: fixed;
        bottom: 0px;
        padding: 10px 80px;
        justify-content: center;
        display: none;
    }

    .header_area .me_tp_features .box_search input[type=text],
    .header_area .me_tp_features .box_search {
        max-width: 800px;
        width: 70vw;
    }

    .header_area .me_tp_features {
        background: var(--main_color_01_bg_op);
        backdrop-filter: blur(5px) saturate(100);
    }
}

@media only screen and (max-width: 570px) {

    .header_area .box_search {
        margin-bottom: 15px;
    }

}

@media screen and (max-width: 340px) {
    .header_area .box_search {
        width: 90%;
    }
}

.stellarnav>ul>li>a b {
    text-transform: uppercase;

}

/*選單最大寬度設定*/
.main_header_area {
    width: 100%;
}

.main_header_area .container {
    max-width: 100%;
    margin: auto;
    max-width: var(--header_main_max_width);
    width: var(--header_main_width);
}

.navigation {
    padding: 0px;
    grid-template-columns: 250px 1fr;
    align-items: center;
}

/* 商品下拉超過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: var(--main_decorative_bg);
    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 var(--main_color_border_01);
    right: 5px;
}

@media screen and (max-width: 1024px) {
    .bodyDesktop .nav-brand {
        margin-left: auto;
    }
}



.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);
}

.footer .box_link a,
.tp_links a,
.fa-caret-down::before {
    font-size: var(--fonts14re);
}

.fa-caret-down::before {
    content: "\f107";
    opacity: 0.8;
}

.header_area .me_tp_features a i:before,
.header_area .tp_links a,
.footer .box_link i:before {
    color: var(--header_bg_p_color);
    transition: all var(--t-dark) var(--ease-dark);

}

.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 var(--t-dark) var(--ease-dark);

}

.box_link a {
    background: var(--icon_color_h_f_bg);
    transition: all var(--t-dark) var(--ease-dark);

}

.box_link a:hover {
    background: var(--icon_color_h_f_bg_hover);
    transition: all var(--t-dark) var(--ease-dark);

}

.stellarnav>ul>li>a:hover,
.stellarnav>ul>li>a:hover b,
.stellarnav ul ul:hover,
.stellarnav>ul>li:hover>a,
.header_area .me_tp_features span:hover {
    color: var(--header_bg_p_color_hover);
}

.stellarnav ul ul,
.stellarnav ul ul ul,
.stellarnav .has-sub li li {
    background: var(--header_drop_bg);
    color: var(--header_drop_color);
    border: none;


}

.stellarnav.mobile ul {
    background: var(--header_drop_bg);
}

.stellarnav.mobile li a,
.stellarnav.mobile>ul>li {
    border: none;
}

.stellarnav li li {
    border: none;
}

.stellarnav.desktop li.has-sub ul a:hover,
.stellarnav.desktop li.has-sub ul ul a:hover,
.stellarnav.desktop li.has-sub ul ul ul a:hover {
    padding-left: 10px;
}

.stellarnav li li>a:hover,
.stellarnav li li.has-sub:hover>a,
.stellarnav .has-sub li li:hover {
    background: var(--header_drop_bg_hover);
    color: var(--header_drop_color_hover);
}

.stellarnav.mobile li.open a:hover,
.stellarnav.mobile li a,
.stellarnav.mobile>ul>li>a b {
    color: var(--m_menu_color);
}

.stellarnav.mobile li.open li.open {
    background: var(--m_menu_drop_first_bg);

}

.stellarnav.mobile ul ul,
.stellarnav.mobile ul ul ul,
.stellarnav.mobile .has-sub li li {
    background: var(--m_menu_drop_bg);


}


.stellarnav.mobile li li>a:hover,
.stellarnav.mobile li li.has-sub:hover>a,
.stellarnav.mobile .has-sub li li:hover {
    background: var(--m_menu_drop_bg_hover);

}

.stellarnav.mobile li li>a,
.stellarnav.mobile li li.has-sub>a {
    color: var(--m_menu_color);

}

.stellarnav.mobile.left .close-menu {
    background-color: var(--header_drop_bg);
}

.stellarnav.mobile li.open {
    background: transparent;
}


.stellarnav>ul>li.has-sub.open>a,
.stellarnav.mobile li.open a b {
    color: var(--header_bg_p_color_act);
}

.stellarnav.mobile.left.active>ul {
    left: 0;
}

/*第一層*/
.stellarnav.mobile.left>ul {
    left: -100vw;
    transition: all .5s ease;
    padding: 5px;
    max-width: 80%;
    border-right: none;
    background-repeat: repeat;
    background: var(--m_menu_bg);
}

.stellarnav>ul>li>a,
.stellarnav>ul>li>a b {
    letter-spacing: 2px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.stellarnav li.has-sub>a:after {
    border-top-color: var(--header_bg_p_color);
}

/*第二層*/
.stellarnav li li>a,
.stellarnav li li.has-sub>a {
    padding: 7px 5px;
    transition: all var(--t-dark) var(--ease-dark);
    border-left: 1px solid transparent;


}

/*SubMenu*/

.tp_links a {
    transition: all 0.3s;
}


.header_area .tp_links {
    position: relative;
    display: none;
}


.stellarnav.mobile.left .close-menu {
    background: transparent;
}

.stellarnav.mobile li.open {
    background: transparent;
}

.stellarnav.mobile li a,
.stellarnav li li {
    border: none;
}

.stellarnav.desktop>ul>li::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--main_color_00_color);
    bottom: 0;
    left: 0;
    transform: scale(0, 1);
    transition: 0.5s;
}

.stellarnav.desktop>ul>li:hover::after {
    transform: scale(1);
}

@media screen and (max-width:1024px) {
    .header_area {
        position: sticky;
    }
}

/*隱藏選單按鈕連結*/

@media screen and (max-width: 768px) {

    .stellarnav.mobile>ul>li>a b:nth-child(2) {
        display: none;
    }

    .stellarnav.mobile {
        padding: 5px;
        top: 15px;
    }

    .nav-header {
        min-height: 74px;
    }
}

/* 摺疊選單 */
.stellarnav .menu-toggle span.bars span {
    background: var(--menu_navigation_bar_bg);
}

.stellarnav .menu-toggle:after,
.stellarnav.mobile.left .close-menu {
    color: var(--menu_navigation_bar_color);
}

.stellarnav .icon-close:before,
.stellarnav .icon-close:after {
    border-color: var(--menu_navigation_bar_bg);
}

/* footer============================================================= */
.footer_info {
    padding: 0;
    margin: auto;
    grid-gap: 0;
    gap: 0px 40px;
    grid-template-columns: minmax(0, 1fr);
    max-width: var(--footer_main_max_width);
    width: var(--footer_main_width);
}

.footer_info ul,
.footer_menu,
.footer_menu a {
    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_info ul {
    gap: var(--gapbig_01);
}

.footer {
    position: relative;
    padding-top: var(--footer_padding_top);
    background: var(--footer_bg);
    background-repeat: repeat;
    z-index: 100;
}

.footer_info li p,
.footer_info li p a,
.footer_menu:before,
.footer_menu a,
.copy,
.copy a,
.copy p {
    transition: all var(--t-dark) var(--ease-dark);
    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,
.footer_menu a:hover {
    background: transparent;
    border: none;
    color: var(--footer_bg_p);
    transition: all var(--t-dark) var(--ease-dark);
}

.copy p {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


.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 .box_link {
    max-width: unset;
    flex-direction: row;
    position: relative;
    margin-top: 20px;
    margin-left: 0;
    margin-right: auto;
    align-items: end;
    order: 1;
    left: 10px;
    padding-right: 10px;
    gap: 3px;
    padding-bottom: var(--footer_padding_bottom);


}

.footer .box_link a {
    text-align: left;
    margin: 0;
    aspect-ratio: 9 / 9;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    width: 30px;
    border: none;
    border-radius: 500px;
}

.footer .box_link a:hover {
    opacity: .5;
    transition: transform 600ms ease-in-out;

}

.footer .box_link i.fa-brands {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.footer_info li:nth-child(1) {

    width: unset;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: auto;
    padding: 10px;
}

.footer_info li p:before {
    display: inline-block;

}


.footer_info li p:hover a {
    opacity: 0.5;
    transition: all var(--t-dark) var(--ease-dark);

}

.footer_menu:before {
    content: 'Sitemap ';
    display: inline-block;
}



.footer_menu a:hover {
    opacity: 0.5;
    transition: all var(--t-dark) var(--ease-dark);
}




.footer .center {
    max-width: 100%;
}

.footer_info li:nth-child(2) {
    margin-top: 0;
    padding-top: 20px;
    border-top: solid 1px var(--main_color_border_01);
    display: none;
}


.copy {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0;
    border: solid 1px var(--main_color_border_01);
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.copy,
.copy a {
    border-color: transparent;
}

@media screen and (max-width: 1200px) {
    .footer_info {
        grid-template-columns: auto;
    }

    .footer_info li:nth-child(1) {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }
}


@media screen and (max-width: 768px) {


    .me_tp_features a {
        color: var(--main_color_01_color);
    }
}

@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_menu {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }

    .footer .box_link {
        grid-template-columns: minmax(0, 1fr);
    }

    .footer .box_link:before {
        grid-column: span 1;
    }
}

@media screen and (max-width: 570px) {

    .me_tp_features a.tp_btn_cart,
    .me_tp_features a.tp_btn_notice {
        display: inline-block;
    }

    .main_header_area {
        max-width: 100%;
    }

    header.header_area.sticky .main_header_area {
        padding: 0;
    }
}

@media screen and (max-width: 360px) {}


/* 大圖============================================================= */
/*預設解除背景輪播*/
#content_main {
    margin: 0;
}

.pageIndex .bannerindex {
    position: relative;
    height: auto;
}

.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;
    }
}

.pageIndex .bannerindex {
    height: 0;
    padding-bottom: 49%;
}


.pageIndex .bannerindex .swiper-banner,
.pageIndex .bannerindex .swiper-wrapper,
.pageIndex .BannerHome02,
.pageIndex .BannerHome03,
.pageIndex .BannerHome04 {
    width: 100%;
    object-fit: cover;
    overflow: hidden;

}

.pageIndex .bannerindex .swiper-banner .swiper-slide,
.pageIndex .BannerHome02 .swiper-fade .swiper-slide,
.pageIndex .BannerHome03 .swiper-fade .swiper-slide,
.pageIndex .BannerHome04 .swiper-fade .swiper-slide {}

.pageIndex .bannerindex .swiper-banner .swiper-slide img,
.pageIndex .BannerHome02 .swiperBan02 .swiper-slide img,
.pageIndex .BannerHome03 .swiperBan03 .swiper-slide img,
.pageIndex .BannerHome04 .swiperBan04 .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 2000/1000;

}


.pageIndex .bannerindex .swiper-banner .swiper-slide {
    position: relative;
}

.pageIndex .bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before,
.pageIndex .bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after,
.pageIndex .bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before,
.pageIndex .bannerindex .swiper-slide.swiper-slide-active:nth-child(2):after {
    content: '';
    position: absolute;
    width: 100%;
    height: unset;
    aspect-ratio: 622/91;
    background-size: contain;
    max-width: 622px;
    z-index: 100;
    filter: drop-shadow(2px 4px 6px #000000cc);
}

.pageIndex .bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before,
.pageIndex .bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after {
    right: 50%;
    bottom: 50%;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.pageIndex .bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before {
    background-image: url(https://pic03.eapple.com.tw/hongxindesign/cover_01_deli_01_01.png);
}

.pageIndex .bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after {
    background-image: url(https://pic03.eapple.com.tw/hongxindesign/cover_01_deli_01_02.png), url(https://pic03.eapple.com.tw/hongxindesign/cover_01_deli_01_03.png);
}

.pageIndex .bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before {
    animation: ani_BtoT_center_clip 4s 0s both;
}

.pageIndex .bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after {
    animation: ani_TtoB_center_clip 4s 0s both;
}


.pageIndex .bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before,
.pageIndex .bannerindex .swiper-slide.swiper-slide-active:nth-child(2):after {
    left: auto;
    right: 5vw;
    bottom: 12vw;
}

.pageIndex .bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before {
    background-image: url(https://pic03.eapple.com.tw/hongxindesign/cover_02_deli_01_01.png);
}


.pageIndex .bannerindex .swiper-slide.swiper-slide-active:nth-child(2):after {
    background-image: url(https://pic03.eapple.com.tw/hongxindesign/cover_02_deli_01_02.png), url(https://pic03.eapple.com.tw/hongxindesign/cover_02_deli_01_03.png);
}



.pageIndex .bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before {
    animation: ani_BtoT_clip 4s -1s both;
}

.pageIndex .bannerindex .swiper-slide.swiper-slide-active:nth-child(2):after {
    animation: ani_TtoB_clip 4s -1s both;
}




@keyframes ani_BtoT_center_clip {
    0% {
        clip-path: inset(100% 0 0 0);
        opacity: 0;
        transform: translateX(-50%) translateY(-80%);

    }

    100% {
        clip-path: inset(0 0 0 0);
        opacity: 1;
        transform: translateX(-50%) translateY(-50%);


    }
}


@keyframes ani_TtoB_center_clip {
    0% {
        clip-path: inset(0 0 100% 0);
        opacity: 0;
        transform: translateX(-50%) translateY(-20%);

    }

    100% {
        clip-path: inset(0 0 0 0);
        opacity: 1;
        transform: translateX(-50%) translateY(-50%);


    }
}


@keyframes ani_BtoT_clip {
    0% {
        clip-path: inset(100% 0 0 0);
        opacity: 0;
        transform: translateY(-80%);

    }

    100% {
        clip-path: inset(0 0 0 0);
        opacity: 1;
        transform: translateY(-50%);


    }
}


@keyframes ani_TtoB_clip {
    0% {
        clip-path: inset(0 0 100% 0);
        opacity: 0;
        transform: translateY(-20%);

    }

    100% {
        clip-path: inset(0 0 0 0);
        opacity: 1;
        transform: translateY(-50%);


    }
}


/* 設計老爹大圖 */
.BannerHome02 .swiper-slide-active img {
    transform: scale(1);
}

.BannerHome02 .swiperBan02 .swiper-slide img {
    transition: transform 5s ease-out;
    will-change: transform;
    transform: scale(1);
}

.BannerHome02 .swiperBan02 .swiper-slide-active img {
    transform: scale(1.06);
}

.pageIndex .BannerHome02 .swiper-button-next:after,
.pageIndex .BannerHome02 .swiper-button-prev:after {
    font-size: clamp(16px, 2vw, 32px);
}

.pageIndex .BannerHome03 .swiper-free-mode>.swiper-wrapper {
    width: 70vw;

}

.pageIndex .swiper.thumbs03 {
    width: unset;
}

@media screen and (max-width: 1024px) {
    .pageIndex .swiper-banner .swiper-slide img {
        object-fit: cover;
    }
}

@media screen and (max-width: 768px) {
    .pageIndex .bannerindex {
        padding: 0;
        margin: 0;
        height: auto;
        padding: 0;
    }

    .pageIndex .bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before,
    .pageIndex .bannerindex .swiper-slide.swiper-slide-active:nth-child(2):after {
        left: auto;
        right: 0vw;
        bottom: 12vw;
    }

    .pageIndex .bannerindex,
    .pageIndex .bannerindex .swiper-banner .swiper-slide,
    .pageIndex .bannerindex .swiper-banner .swiper-slide img,
    .pageIndex .bannerindex .swiper-banner,
    .pageIndex .bannerindex .swiper-wrapper,
    .pageIndex .BannerHome02,
    .pageIndex .BannerHome02 .swiperBan02 .swiper-slide img,
    .pageIndex .BannerHome02 .swiper-fade .swiper-slide,
    .pageIndex .BannerHome03,
    .pageIndex .BannerHome03 .swiperBan03 .swiper-slide img,
    .pageIndex .BannerHome03 .swiper-fade .swiper-slide,
    .pageIndex .BannerHome04,
    .pageIndex .BannerHome04 .swiperBan04 .swiper-slide img,
    .pageIndex .BannerHome04 .swiper-fade .swiper-slide {
        aspect-ratio: 9/14;
    }



}

@media screen and (max-width: 476px) {

    .pageIndex .bannerindex .swiper-banner .swiper-slide:nth-child(1):before,
    .pageIndex .bannerindex .swiper-banner .swiper-slide:nth-child(1):after {}


}


/*banner=============================================================*/

.banner,
.privacy_page .banner {
    width: 100%;
    position: relative;
    background: transparent;
    z-index: 3;
    min-height: inherit;
    min-height: auto;
    overflow: hidden;
    padding-top: calc(40vh);
    padding-bottom: calc(40vh);
    transition: all 0.3s ease-in;

}


.privacy_page .banner {
    flex-direction: unset;
}

.services_page .banner {
    /* background: #F6F4EF; */
    /* display: none; */

}

.banner h5,
.privacy_page .banner h5 {
    z-index: 2;
    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;
    max-width: 1000px;
    width: 90%;

    font-size: var(--banner_font_size);
    animation: boxClipLeftToRight_topToBottom 1.4s cubic-bezier(0.4, 0.0, 0.2, 1) both;
    filter: drop-shadow(2px 4px 6px #00000029) drop-shadow(2px 4px 6px #00000029) drop-shadow(2px 4px 6px #00000029) drop-shadow(2px 4px 6px #00000029);
}


.contact_page .banner h5 {}


.banner:before {
    content: '';
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 1;
    overflow: hidden;
    background-repeat: no-repeat;
    animation-duration: 5s;
    transition: all 0.5s 0.2s ease-in-out;
    background-position: 50%;
    display: block;
    background-size: cover;
    margin-bottom: var(--same_top_zone_space);
    background-image: url(https://pic03.eapple.com.tw/hongxindesign/banner_all.jpg);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    animation: boxClipLeftToRight_bottomToTop 1.2s ease forwards;


}

@keyframes boxClipIn {
    0% {
        opacity: 0;
        clip-path: inset(100% 0 0 0);
    }

    100% {
        opacity: 1;
        clip-path: inset(0 0 0 0);
    }
}

@keyframes boxClipLeftToRight_topToBottom {
    0% {
        opacity: 0;
        clip-path: inset(0 100% 0 0);
        /* 左邊收起 */
        transform: translateY(-40px);
        /* 由上往下 */
    }

    100% {
        opacity: 1;
        clip-path: inset(0 0 0 0);
        /* 完全展開 */
        transform: translateY(0);
    }
}

@keyframes boxClipLeftToRight_bottomToTop {
    0% {
        opacity: 0;
        clip-path: inset(0 100% 0 0);
        /* 左邊收起 */
        transform: translateY(40px);
        /* 由下往上 */
    }

    100% {
        opacity: 1;
        clip-path: inset(0 0 0 0);
        /* 完全展開 */
        transform: translateY(0);
    }
}



.banner.banB:before {
    background-image: url(https://pic03.eapple.com.tw/hongxindesign/banner_all_01.jpg);

}

.banner.banDesign:before,
.banner.banDesign_c:before {
    background-image: url(https://pic03.eapple.com.tw/hongxindesign/banner_all_02.jpg);

}

.banner.banblog:before {
    background-image: url(https://pic03.eapple.com.tw/hongxindesign/banner_all_03.jpg);

}

.banner.banC:before {
    background-image: url(https://pic03.eapple.com.tw/hongxindesign/banner_all_04.jpg);
}

.banner.banF:before {
    background-image: url(https://pic03.eapple.com.tw/hongxindesign/banner_all_05.jpg);

}

.banner.banA:before {
    background-image: url(https://pic03.eapple.com.tw/hongxindesign/banner_all_06.jpg);

}

.banner.banFB:before {
    background-image: url(https://pic03.eapple.com.tw/hongxindesign/banner_all_07.jpg);

}

.banner.banD:before {
    background-image: url(https://pic03.eapple.com.tw/hongxindesign/banner_all_08.jpg);

}

.banner.banE:before {
    background-image: url(https://pic03.eapple.com.tw/hongxindesign/banner_all_09.jpg);

}

.contact_page .banner:before {
    margin-bottom: 0;
}


@keyframes moveUp {
    from {
        transform: translateY(10px);
    }

    to {
        transform: translateY(0px);
    }
}

@keyframes moveDown {
    from {
        transform: translateY(-10px);
    }

    to {
        transform: translateY(0px);
    }
}

@media screen and (max-width: 1200px) {}



@media screen and (max-width: 768px) {


    .banner h5,
    .privacy_page .banner h5 {}

    .banner:before {
        margin-bottom: 60px;
    }


}

@media screen and (max-width: 476px) {}


/* 聯絡============================================================= */
.contact_form *,
.contact_form li * {
    transition: all var(--t-dark) var(--ease-dark);

}


.i_contact_box section {
    max-width: var(--main_max_width_base);
    width: var(--main_width_base);
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
}

.contact_content .information_left {
    position: relative;
    background-size: contain;
    padding: 0;
    background: transparent;
    padding: 0px;
    /* display: grid; */
    display: none;
}


.contact_content {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 100%;
    position: relative;
}

.contact_form li .form__label {
    width: 100%;
    max-width: 100%;
    background: var(--main_decorative_bg);
    padding: 10px;
}

.contact_page .blank_letter.f .note.red {
    display: block;
}

.contact_form li:nth-child(even) .form__label:before {
    transform: translate(0%, -20%) rotate(-45deg);
}

.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_content .information_left .list_before {
    display: block;
    margin: auto;
    padding-top: 20px;
    justify-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    display: inline-flex;
}

.contact_page #content {
    min-height: inherit;
    z-index: 0;
}

.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_left {
    width: 100%;
}

.contact_content .information_right {
    width: 100%;
    padding: 0;
}

.contact_page .blank_letter.i:before,
.contact_page .blank_letter.f:before {
    content: '';
    display: block;
    text-align: left;
    text-transform: uppercase;
}

.contact_page .blank_letter.i:before {
    content: 'Information';

}

.contact_page .blank_letter.f:before {
    content: 'Form';
    text-align: center;

}

.contact_page .blank_letter.f {
    text-align: center;
    display: none;
}

.contact_page.bodyDesktop .contact_form li {
    grid-template-columns: minmax(0, 1fr);
}



.contact_page.bodyDesktop .contact_form li:nth-child(3+n) {}

.contact_form li:has(input[type=checkbox]) .form__insert,
.contact_form li:has(input[type=radio]) .form__insert {
    margin-bottom: 10px;
    color: var(--font_same_content_color);
    grid-template-columns: repeat(auto-fit, minmax(13px, 13px) minmax(200px, 1fr));
}

.contact_form {
    position: relative;
    grid-template-columns: minmax(0, 1fr);
    margin: auto;
    max-width: 960px;
    padding: var(--same_top_zone_space_m);
}


.i_contact_box section form,
.contact_page .contact_content form {
    display: grid;
    gap: 10px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    gap: 60px;
    grid-template-columns: minmax(0, 1fr);
    align-items: self-start;
    position: relative;
}

.contact_page .contact_le_map a {
    display: none;
}

.contact_page .contact_content {
    overflow: hidden;
    padding-top: 0;
    position: relative;
}

.bodyDesktop .contact_form:hover li {
    opacity: 0.2;

}

.bodyDesktop .contact_form li:hover {
    opacity: 1;
}

.contact_form li .form__label {
    text-align: left;

}

.contact_le_nomap {
    margin: auto;
    overflow: hidden;
    margin-top: 25px;
    width: 100%;
}

.contact_form li {
    grid-template-columns: minmax(0, 1fr);
}

.contact_form li:nth-child(-n+16) {
    animation: ani_TtoB_clip_list 2s -1s both;

}

.contact_form li:nth-child(1) {
    animation-delay: -1s;
}

.contact_form li:nth-child(2) {
    animation-delay: 0s;
}

.contact_form li:nth-child(3) {
    animation-delay: 0.1s;
}

.contact_form li:nth-child(4) {
    animation-delay: 0.2s;
}

.contact_form li:nth-child(5) {
    animation-delay: 0.3s;
}

.contact_form li:nth-child(6) {
    animation-delay: 0.4s;
}

.contact_form li:nth-child(7) {
    animation-delay: 0.5s;
}

.contact_form li:nth-child(8) {
    animation-delay: 0.6s;
}

.contact_form li:nth-child(9) {
    animation-delay: 0.7s;
}

.contact_form li:nth-child(10) {
    animation-delay: 0.8s;
}

.contact_form li:nth-child(11) {
    animation-delay: 0.9s;
}

.contact_form li:nth-child(12) {
    animation-delay: 1.0s;
}


.contact_form li:nth-child(13) {
    animation-delay: 1.1s;
}

.contact_form li:nth-child(14) {
    animation-delay: 1.2s;
}

.contact_form li:nth-child(15) {
    animation-delay: 1.3s;
}

.contact_form li:nth-child(16) {
    animation-delay: 1.4s;
}

@keyframes ani_TtoB_clip_list {
    0% {
        clip-path: inset(0 0 100% 0);
        transform: translateY(-50%);

    }

    100% {
        clip-path: inset(0 0 0 0);
        transform: translateY(0%);


    }
}

@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,
    .contact_page .contact_content form {

        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 768px) {
    .bodyDesktop .contact_form:hover li {
        opacity: 0.2;

    }

    .bodyDesktop .contact_form li:hover {
        opacity: 1;
    }



    .contact_page #content:after {
        width: 90%;
    }

    .contact_page .contact_content form {
        flex-wrap: wrap;
    }

    .contact_content .information_left {
        background-size: 100%;
        background-position: center top;
        grid-template-columns: 1fr;
    }

    .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;
    }
}



/* 文章============================================================= */
.blog_page h4.blog_category_title {
    display: none;
}

.module_i_news ul *,
.blog_subbox *,
.blog_le .accordion * {
    transition: all var(--t-dark) var(--ease-dark);
}

.module_i_news section,
.blog_box {
    max-width: var(--main_max_width_base);
    width: var(--main_width_base);
    margin-left: auto;
    margin-right: auto;
}

.blog_in_page .blog_box {
    max-width: var(--main_max_width_60);

}

.module_i_news ul {
    grid-template-columns: var(--grid_template_columns_400);
    gap: var(--gap_40_20);
}

.blog_subbox {
    grid-template-columns: var(--grid_template_columns_300);
    gap: var(--gap_40_20);
}

.blog_le {
    width: 100%;
    top: 150px;
    align-self: flex-start;
    margin-bottom: 80px;
    position: sticky;
    top: 100px;

}

.accordion li .link a {
    padding: 10px;
    border: none;
}

h5.blog_le_t span {
    display: none;
}

.blog_le .submenu {
    background: transparent;

}

.module_i_news li,
.subbox_item {
    border-bottom: none;
}

.module_i_news li,
.subbox_item {}

.module_i_news li a,
.subbox_item a {
    grid-template-columns: minmax(0, 1fr);
    position: relative;
    padding: 10px;

}

.module_i_news li a:before,
.subbox_item a:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    transform-origin: bottom center;
    box-shadow: 12px 12px 28px rgba(0, 0, 0, 0.12);
    opacity: 0;
    pointer-events: none;
    align-items: center;

}

.module_i_news li:hover a:before,
.subbox_item:hover a:before {
    opacity: 1;
    transform: translate(-2px, -2px);
    box-shadow: 32px 32px 64px rgba(0, 0, 0, 0.14);

}

.module_i_news li:hover a,
.subbox_item:hover a {}

.i_blog_le,
.blog_list_le {
    position: relative;
    overflow: hidden;
    aspect-ratio: 9/9;
}

.module_i_news ul:hover .i_blog_le,
.blog_subbox:hover .blog_list_le {
    transform: scale(0.9);
    opacity: 0.2;

}



.module_i_news li:hover .i_blog_le,
.subbox_item:hover .blog_list_le {
    transform: translateY(-10px);
    transform: scale(1);
    opacity: 1;


}

.module_i_news li .i_blog_le:after,
.subbox_item .blog_list_le:after {
    content: '';
    pointer-events: none;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 101%;
    height: 101%;
    z-index: 3;
    background: var(--main_decorative_bg);
}

.module_i_news li:nth-child(4n + 1) .i_blog_le:after,
.subbox_item:nth-child(4n + 1) .blog_list_le:after {
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);

    background: var(--main_decorative_bg_out_box);
    -moz-animation: decoration_background_top 1.2s cubic-bezier(0.81, 0.15, 0.26, 0.99);
    -webkit-animation: decoration_background_top 1.2s cubic-bezier(0.81, 0.15, 0.26, 0.99);
    animation: decoration_background_top 1.2s cubic-bezier(0.81, 0.15, 0.26, 0.99);
}

.module_i_news li:nth-child(4n + 2) .i_blog_le:after,
.subbox_item:nth-child(4n + 2) .blog_list_le:after {
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);

    -moz-animation: decoration_background_right 1.2s cubic-bezier(0.81, 0.15, 0.26, 0.99);
    -webkit-animation: decoration_background_right 1.2s cubic-bezier(0.81, 0.15, 0.26, 0.99);
    animation: decoration_background_right 1.2s cubic-bezier(0.81, 0.15, 0.26, 0.99);
}

.module_i_news li:nth-child(4n + 3) .i_blog_le:after,
.subbox_item:nth-child(4n + 3) .blog_list_le:after {
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);

    -moz-animation: decoration_background_bottom 1.2s cubic-bezier(0.81, 0.15, 0.26, 0.99);
    -webkit-animation: decoration_background_bottom 1.2s cubic-bezier(0.81, 0.15, 0.26, 0.99);
    animation: decoration_background_bottom 1.2s cubic-bezier(0.81, 0.15, 0.26, 0.99);
}

.module_i_news li:nth-child(4n + 4) .i_blog_le:after,
.subbox_item:nth-child(4n + 4) .blog_list_le:after {
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0_out_box);
    -moz-animation: decoration_background_left 1.2s cubic-bezier(0.81, 0.15, 0.26, 0.99);
    -webkit-animation: decoration_background_left 1.2s cubic-bezier(0.81, 0.15, 0.26, 0.99);
    animation: decoration_background_left 1.2s cubic-bezier(0.81, 0.15, 0.26, 0.99);
}

.i_blog_ri,
.blog_list_ri {
    position: relative;
    padding: 0;
    width: 100%;
}

.module_i_news li .blog_list_ri:before,
.subbox_item .blog_list_ri:before {
    content: '';
    width: 1px;
    height: 0;
    background: var(--main_color_border_01);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -50px;
    transition: all 0.3s ease-in;
}

.module_i_news li:hover .blog_list_ri:before,
.subbox_item:hover .blog_list_ri:before {
    height: 60px;
    transition: all 0.3s ease-in;

}

.module_i_news li:hover .blog_list_ri,
.subbox_item:hover .blog_list_ri {
    transform: translateY(-10px);
}

.blog_page .blog_ri {
    width: 100%;
    padding-left: 0;
}

.blog_in_page .blog_ri {
    gap: 20px;
    width: 100%;
    max-width: 100%;
}



.module_i_news li a:after,
.subbox_item a:after {
    display: none;

}

.i_blog_ri h5,
.blog_list_ri h5 {}

.module_i_news li:hover .i_blog_ri h5,
.subbox_item:hover .blog_list_ri h5 {}

.i_blog_ri em,
.blog_list_ri em {}

.i_blog_ri p,
.blog_list_ri p {}

/* 內頁文章封面圖片 */
.blog_in_page .articel_mainPic img {
    margin: 0;
    display: none;
}

.blog_in_page .blog_shareData {
    order: 3;
}

.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 a {
    font-size: var(--fonts15re);
    color: var(--tag_color);
    background: var(--tag_background);
    transition: all var(--t-dark) var(--ease-dark);

}

.news_tags a:hover {
    color: var(--tag_color_hover);
    background: var(--tag_background_hover);
    transition: all var(--t-dark) var(--ease-dark);

}

.news_tags {
    padding-bottom: 20px;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 0;
    gap: 5px;
}

.news_tags a {
    display: inline-block;
    border-radius: 5px;
    padding-right: 5px;
    padding-left: 5px;
    transition: all var(--t-dark) var(--ease-dark);
}

@media screen and (max-width: 2000px) {}

@media screen and (max-width: 1024px) {
    .blog_le {
        top: 0;
        position: relative;
        margin-bottom: 0;
    }

    .blog_box {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media screen and (max-width: 768px) {

    .module_i_news ul:hover .i_blog_le,
    .blog_subbox:hover .blog_list_le {
        filter: grayscale(0) contrast(1);
        transform: scale(1);

    }
}

@media screen and (max-width: 600px) {

    .blog_le,
    .blog_ri {
        grid-column: span 2;
        align-content: start;
    }


    .blog_subbox,
    .module_i_news ul {
        grid-template-columns: minmax(0, 1fr);
    }


}

/* 文章推薦 */

.news_related_list * {
    transition: all var(--t-dark) var(--ease-dark);
}



.news_related_list li a {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 3fr);
    align-items: center;
    gap: 15px;
    text-align: left;
    background: var(--same_related_item_bg);

}

.news_related_list {

    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);

}

.news_related_list:hover li {
    opacity: 0.2;

}

.news_related_list li:hover {
    opacity: 1;

}

@media screen and (max-width: 476px) {
    .news_related_list {

        grid-template-columns: minmax(0, 1fr);

    }
}


/* 內頁menu版型============================================================= */
.product_info_page .products-list,
.products-list,
.product-wrapper {
    width: 100%;
}

.product-wrapper {
    width: calc(100%);
    display: grid;
    grid-template-columns: minmax(500px, 1fr) minmax(0, 1fr);
}

.product_menu_list {
    position: relative;
    width: auto;
    letter-spacing: 1px;
    width: 100%;
}

.product-layer-two>li {
    text-align: left;
    border-bottom: 1px dotted var(--main_color_border_01);
}

/*選單多符號*/


.submenu li.on_this_category a,
.submenu a:hover,
.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);

}

.stellarnav a.dd-toggle .icon-plus:after,
.stellarnav a.dd-toggle .icon-plus:before {
    border-color: var(--m_menu_color);
}

.openNext a.pd_menu_toggle i::before,
.fa-caret-down::before {
    color: var(--inpage_menu_color);
}

.blog_le .accordion li .link i {
    color: var(--font_same_content_color);
}

.fa-circle-plus::before {
    color: var(--inpage_menu_color);

}

.video-layer-two li a {
    border: none;
}

.video-layer-two>li {
    border-bottom-color: var(--main_color_border_01);
}

.blog_le .accordion>li.on_this_category {
    background: var(--inpage_menu_background_act) !important;


}


.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;
}

.blog_le .accordion,
.accordion li .link a,
.accordion li .link a,
.blog_le .accordion li,
.accordion li .link {
    border-color: var(--main_color_border_01);
}


.product_page .show_content,
.product_info_page .show_content,
.blog_box,
.video_page .video_content {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    gap: var(--gap_60_30);
}


.product-layer-two {
    flex-wrap: wrap;
    list-style: none;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 0;
    margin-top: 0;
}


.product-layer-two>li {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    width: unset;
}


.product-layer-two li a {
    -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
    text-align: center;
    width: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: 0;
    background: transparent;
    width: 100%;
    align-content: center;
}



.product-layer-two li:hover:after,
.product-layer-two li:focus:after,
.product-layer-two li.active:after {
    width: 100%;
}

.product-layer-two>li.on_this_category .link a {
    color: var(--main_color_00_color) !important;
    background: var(--main_color_01_bg) !important;
}



.product-layer-two li ul {
    padding-top: 1px;
    width: 100%;
    margin-left: 0;
    min-width: 200px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    background: var(--all_page_bg);
}

.product-layer-two li i {
    top: 0px;
}

.product-layer-two li .fa-circle-plus::before {
    content: "\f107";
}

.product-layer-two li i.close::before {
    content: '\f106';
}


.product-layer-two li li a {
    line-height: 1.5;
}

.product-layer-two li li>a:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 8px;
    background: transparent;
    left: 0;
    margin-left: -20px;
    top: 50%;
    margin-top: -4px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.product-layer-two li li:hover>a:before {
    background: var(--inpage_menu_color);
}

.product-layer-two li li:hover {
    margin-left: 5px;
}

.product-layer-two {
    width: 100%;
    margin: 0;
}



.product-layer-two li {
    margin: 0;
    padding: 3px 10px 3px 10px;
    border-bottom: none;
}


.product-layer-two li.active a {
    border: unset;
    border-bottom: 0px dotted var(--main_color_border_01);
    border-bottom: none;
}

.product-layer-two li a {
    border: none;
    background: transparent;
    transition: transform 600ms ease-in-out;
}




.product-layer-two li.active>a {
    padding-top: 10px;
    padding-bottom: 10px;
}




.product-layer-two li:hover ul {
    border: none !important;
}

.product-layer-two li li {
    border: none;
    display: block;
    transition: all ease .3s;
}


ul.prod li h3.prod-thumb {
    padding: 7px 7px 10px 7px;
}

/*hover到才顯示副選單 關掉↓*/
.product-layer-two li li {
    display: block;
}

@media screen and (max-width: 1200px) {
    .product-layer-two {
        width: 100%;
        margin-right: 0;
        grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    }

    .product-layer-two {
        display: none;
    }

    .product_page .show_content,
    .product_info_page .show_content {
        grid-column: 1/-1;
    }

    .product_page .products-list {
        grid-column: 1/-1;

    }

    .product_menu_list,
    .product-wrapper {
        margin-bottom: 0;
        grid-column: 1/-1;
    }

    .product_info_page .product_menu_list {
        display: none;
    }



    .product_menu_list>h5 a {
        display: flex;
        justify-content: flex-end;

    }


    .product_menu_list {
        min-height: inherit;
    }

}

@media screen and (max-width: 768px) {
    .product_menu_list:before {
        display: none;
    }

    .product_menu_list,
    .products-list,
    .product-wrapper {
        width: 100%;
    }

    .product-wrapper {
        grid-template-columns: minmax(0, 1fr);
    }

    .product-layer-two li ul {
        position: relative;
    }

    .product_menu_list {
        max-width: 560px;
        margin: auto;
        position: relative;
        top: 0;
    }

    .product-layer-two {
        margin-right: 0;
        grid-template-columns: minmax(0, 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 (max-width: 1024px) {

    .product_page .show_content,
    .product_info_page .show_content,
    .blog_box,
    .video_page .video_content {
        grid-template-columns: minmax(0, 1fr);
    }
}

/* 購物車============================================================= */


/* 內頁 */
.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:before {
    content: none;
}

/*商品側邊規格*/
.product_info li span {
    color: var(--font_same_title_color);
}

.product_info li .txt_box {
    width: 100%;
}


.sidebarBtn .price {
    border-bottom: 1px solid var(--main_color_border_01);
}

.sidebarBtn .price span {
    display: inline-block;
}

.sidebarBtn {
    border: none;
    background: transparent;
}



.product_pic #bx-pager a {
    border: 0px solid var(--main_color_border_01);
    overflow: hidden;
}

#bx-pager h6 {
    display: none;
}

/* 商品聯絡按鈕 */
.product_info_page .sidebarBtn .pdinfo_link {
    padding: 10px 15px;
    border: solid 1px var(--product_info_page_contact_border_color);
    display: inline-flex;
    gap: 5px;
    background: var(--product_info_page_contact_bg);
    color: var(--product_info_page_contact_color);
    align-items: center;


}

.product_info_page .sidebarBtn .pdinfo_link:hover {
    background: var(--product_info_page_contact_bg_hover);
    color: var(--product_info_page_contact_color_hover);
    border: solid 1px var(--product_info_page_contact_border_color_hover);

}

.product_info_page .sidebarBtn .pdinfo_link+a {
    margin-top: 10px;
}

.product_pic #bx-pager a {
    border: 0px solid var(--main_color_border_01);
    overflow: hidden;
}

.product_info_page .sidebarBtn form+a {
    margin-top: 20px;

}

.product_info_page .sidebarBtn .fab,
.product_info_page .sidebarBtn .fa-brands,
.product_info_page .sidebarBtn .fa-solid {
    line-height: 1;
    display: grid;
    align-items: center;
}

/*相關推薦*/
.news_related {
    z-index: 2;
    background: var(--same_related_bg);
}

.related_list li a {
    padding: 10px;
    background: var(--same_related_item_bg);
}

.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;
}



/* 輪播圖 */
.proImgSwiper li {
    background-color: var(--main_decorative_bg);
}

#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_main {
    width: 100%;
    max-width: 100%;
}

.sidebarBtn {
    width: 100%;
}

.product_info_page .prod_tabs {
    margin-top: 80px;
    grid-column: 1 / -1;
}

.product_pic {
    padding-left: 100px;
}

#prod_thumbSwiper .swiper-slide::before {
    background: transparent;
}

.radio-inline__label {
    color: var(--font_same_content_color);
}

@media screen and (max-width: 2000px) {}


@media screen and (max-width: 1024px) {

    .product_main,
    .sidebarBtn {
        grid-column: span 2;
    }

    .product_main,
    .sidebarBtn {
        padding: 0;
    }
}

@media screen and (max-width: 768px) {

    .pageIndex .products-list {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);

    }

    .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;
    }
}

/* 設計老爹購物車============================================================= */
.product_page .ProdFilter_,
.product_info_page .ProdFilter_ {
    grid-column: 1/-1;
}

.product_info_page .related_list {
    max-width: unset;
}

.product_info_page .Prods_Wrap,
.product_page .Prods_Wrap {
    width: 100%;
}


/* 產品分類-左手邊 / 篩選器-上面 */

.ProdFilter_ {
    order: 1;
    margin-bottom: 25px;
}

.Prods_Menulists {
    order: 2;
}

.Prods_Wrap {
    order: 3;
}

.Prods_Menulists {
    width: 250px;
    letter-spacing: 1px;
}

.Prods_Menulists ul {}

.Prods_Menulists>ul>li {
    width: 100%;
    flex-wrap: wrap;
}

.Prods_Menulists ul ul {
    position: static;
    border: none;
}

.Prods_Menulists ul li ul li {}

.Prods_Menulists li.has-sub.open>a {}

.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;
}

.product_page .ProdFilter_ {}

.product_info_page .Prods_Wrap {}

/* .product_info_page .product_main {
    width: 71%;
    padding-right: 5%;
}

.product_info_page .sidebarBtn {
    width: calc(100% - 71% - 5%);

} */

.product_info_page .prod_info_clearfix,
.product_info_page .prod_tabs,
.product_info_page .mobile_product_name {}

@media screen and (max-width: 768px) {

    /* .product_info_page .product_main {
        width: 100%;
        padding-right: 0%;
    }

    .product_info_page .sidebarBtn {
        width: calc(100%);

    } */

    /* 篩選器-左手邊 / 產品分類-上面
.Prods_Wrap { width: 100%;}
.ProdFilter_ { width: 100%;}
.ProdFilter_Item_Show { width: calc(100% - 110px);}
.ProdFilter_ { order: 1;}
.Prods_Menulists { order: 2;}
.ProdFilter_ li > a span { color: #333;}
*/

    .Prods_Wrap {
        width: 100%;
        margin-top: 20px;
    }

    .ProdFilter_ {
        width: 100%;
    }

    .Prods_Menulists {
        opacity: 0;
        display: none;
    }


}

/* 設計管理============================================================= */
.pageIndex .module_i_projects,
.projects_page .StoreProjs_Post ul,
.StoreProjs_Item,
.projects_detaild_page .ProjsDetail_infoBox,
.projects_detaild_page .ProjsDetail_info_5_5 .clear_all li {
    max-width: var(--main_max_width_base);
    width: var(--main_width_base);
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
}

.projects_detaild_page .sidebar__inner.StyBoxed01 .ProjsDetail_Intro {
    flex-direction: column;
    gap: 40px;

}

.projects_detaild_page .sidebar__inner.StyBoxed01 .ProjsDetail_Viewpoint {
    height: unset;
    min-height: unset;
    /* max-height: calc(100vh - 700px); */
    overflow-y: unset;
    padding: 0;
    width: 100%;


}

.ProjsDetail_OtherObjs li h6:before {
    background-color: var(--main_color_border_01);
}

.ProjsDetail_OtherObjs li h6:after {
    background-color: var(--main_color_border_02);
}

.projects_detaild_page .sidebar__inner.StyBoxed01 .Projs_slideshow {
    width: 100%;
    height: unset;
    aspect-ratio: 14/9;
    object-fit: contain;
}

.projects_page .StoreProjs_Post ul {
    display: grid;
    gap: var(--gap_40_20);
    grid-template-columns: var(--grid_template_columns_500);
    margin-left: auto;
    margin-right: auto;
}


.ProjsDetail_OtherObjs li h6:before {
    background-color: var(--main_color_border_01);
}

.ProjsDetail_OtherObjs li h6:after {
    background-color: var(--main_color_border_02);
}

.StoreProjs_Post li img {
    filter: grayscale(0);
}

.pageIndex .module_i_projects .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 var(--t-dark) var(--ease-dark);
}

.pageIndex .module_i_projects .ProjSwiper li img {
    aspect-ratio: 2000/1200;
}

.pageIndex .module_i_projects .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);
    transition: all var(--t-dark) var(--ease-dark);
}

.pageIndex .module_i_projects .ProjSwiper li>a,
.projects_page .StoreProjs_Post li>a {
    padding: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pageIndex .module_i_projects .ProjSwiper li>a:hover section h6 strong {
    display: block;
}

.projects_page .StoreProjs_Post li>a {
    padding: 0;
    height: unset;
    aspect-ratio: 2000/1200;

}

.pageIndex .module_i_projects .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 .sidebar__inner,
.projects_detaild_page .ProjsDetail_info_3_5 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.projects_detaild_page .ProjsDetail_info_3_5 {
    margin-top: 0;
    padding-top: 0;
    width: 100%;
    justify-self: right;


}



.projects_detaild_page .ProjsDetail_infoBox {
    margin-left: auto;
    margin-right: auto;
    justify-content: space-around;
    display: grid;
    gap: clamp(20px, 4vw, 60px);
    padding-top: 0;
    padding-bottom: 0;
    grid-template-columns: minmax(0, 1fr);
}

.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;
}

.Projs_slideshow a {
    background: var(--main_decorative_bg);
}

.projects_detaild_page .ProjsDetail_OtherObjs li>a {
    width: 100%;
    margin: 0;
    padding: 0;
    aspect-ratio: 14/9;
}

.projects_detaild_page .ProjsDetail_info_5_5 .clear_all li {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 20px;
}

.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 var(--t-dark) var(--ease-dark);
}

.projsTabs ul {
    justify-content: center;
}

.soMenu {
    text-align: center;
    padding: clamp(10px, 2vw, 20px);
    text-align: left;




}

.NmContt {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    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%;
    background: var(--main_decorative_bg);
}

.soMenu dd {
    min-width: 30%;
}

.soMenu dd a {
    background: var(--main_color_01_bg);
    justify-content: center;
}



.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;
    margin-left: 8px;
}

.projects_page .StoreProjs_Post li {
    width: 100%;
    background: transparent;
    border: none;
    display: grid;

}


.pageIndex .module_i_projects .ProjSwiper li>a section {
    color: var(--main_color_01_color);
    background: transparent;

    font-weight: 300;
    letter-spacing: 0px;
    flex-direction: column;
    padding-top: 3em;
    transition: all var(--t-dark) var(--ease-dark);
}

.pageIndex .module_i_projects .ProjSwiper li>a:hover section,
.pageIndex .module_i_projects .ProjSwiper li>a:hover:after {
    backdrop-filter: saturate(93%) blur(7px) saturate(1);
    padding-top: unset;
    transition: all var(--t-dark) var(--ease-dark);

}

.pageIndex .module_i_projects .ProjSwiper li>a:after {
    background: transparent;


}

.pageIndex .module_i_projects .ProjSwiper li>a:hover:after {
    background: var(--main_decorative_bg_item);
}


.StoreProjs_Post li section {
    bottom: auto;
    top: 0;
}

.pageIndex .module_i_projects .ProjSwiper .swiper-pagination {
    display: none;
}

.projects_page .StoreProjsList {
    padding-left: 0;
    padding-right: 0;
}

.pageIndex .module_i_projects .ProjSwiper li section h6 strong {
    display: block;

}

.projects_detaild_page .Projs_slideshow a {}

.projects_detaild_page .sidebar__inner.StyBoxed01 .Projs_slideshow {
    width: 100%;
    height: unset;
    aspect-ratio: 16 / 9;
}

.projects_detaild_page .Projs_slideshow a img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    background: #E0DAD2c8;

}

.projects_page .StoreProjs_Post ul:hover li {
    opacity: 1;
}

.sidebar__inner.StyBoxed01 .ProjsDetail_Intro {
    display: grid;
    gap: 40px;
    grid-template-columns: 200px minmax(0, 1fr);
}

.sidebar__inner.StyBoxed01 .ProjsDetail_Intro dl {
    width: 100%;
    grid-template-columns: minmax(0, 1fr);
}

@media (max-width: 1600px) {

    .projects_detaild_page .ProjsDetail_Intro dl {
        grid-template-columns: repeat(1, 1fr);
        gap: 0px;
    }

    .sidebar__inner.StyBoxed01 .ProjsDetail_Intro {
        grid-template-columns: minmax(0, 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;
    }

    .projects_detaild_page .ProjsDetail_info_5_5 .clear_all li {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {


    .pageIndex .module_i_projects .ProjSwiper li>a section,
    .pageIndex .module_i_projects .ProjSwiper li>a:hover section {
        height: unset;
        position: relative;
        backdrop-filter: unset;

    }


    .pageIndex .ProjSwiper li>a:hover:after {
        backdrop-filter: unset;
    }

    .pageIndex .module_i_projects .ProjSwiper li>a section,
    .pageIndex .module_i_projects .ProjSwiper li>a:hover section h6,
    .pageIndex .module_i_projects .ProjSwiper li>a section h6,
    .pageIndex .module_i_projects .ProjSwiper li section h6 strong {
        color: var(--font_same_title_color);
        text-shadow: none;
    }

    .pageIndex .module_i_projects .ProjSwiper li section h6 strong {
        display: block;
    }

    .pageIndex .module_i_projects .ProjSwiper li>a section,
    .pageIndex .module_i_projects .ProjSwiper li>a:hover section {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .pageIndex .ProjSwiper li>a {
        background: var(--main_decorative_bg);
    }

    .pageIndex .module_i_projects .ProjSwiper li>a:after {
        display: none;
    }

    .sidebar__inner.StyBoxed01 .ProjsDetail_Intro {
        flex-direction: column;
        grid-template-columns: minmax(0, 1fr);

    }

}

@media (max-width: 476px) {
    .projects_detaild_page .ProjsDetail_info_5_5 .clear_all li {
        grid-template-columns: repeat(auto-fill, minmax(min(400px, 100%), 1fr));
    }
}






/* 影片============================================================= */
/* 影片_可共同改 */
.pageIndex .videoListBox,
.videoListBox.swiper,
.video_page .video_content {
    max-width: var(--main_max_width_base);
    width: var(--main_width_base);
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
}

.video_content,
.pageIndex .video-list {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
}

.pageIndex .video-list,
.video_page .video-list {
    width: 100%;
    grid-template-columns: var(--grid_template_columns_500);
}

.video-list .vidCover::after {
    background: var(--main_decorative_bg_item);
}

.video-list .vid_item,
.video_page .video-list .vid_item {}

.video-list .vid_item a,
.video_page .video-list .vid_item a {}

.video-list .vidCover,
.video_page .video-list .vidCover {}

.video-list .vidTitle,
.video_page .video-list .vidTitle {}

.video-list .vidDesc,
.video_page .vidDesc {}


/* 標題裝飾============================================================= */
.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,
.contact_page .blank_letter.i:before,
.contact_page .blank_letter.f:before {
    text-transform: lowercase;
    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;
}

/* 版權 */

.privacy_page .main_part .show_content {
    padding: 0;
}

.privacy_page .banner h6 {
    display: none;
}

.privacy_page .main_part .privacyContent {
    max-width: var(--main_max_width_a_section);
    width: var(--main_width_base);
    margin: auto;

}

/* 相簿============================================================= */
.show-list *,
.pic-list * {
    transition: all var(--t-dark) var(--ease-dark);

}

.show-list {
    grid-template-columns: var(--grid_template_columns_400);
    gap: var(--gap_40_20);

}

.pic-list {
    grid-template-columns: var(--grid_template_columns_300);
    gap: var(--gap_40_20);


}



.subalbum-menu h2 {
    display: none;
}

.overlay {
    display: none;
}

.album_class_page .show_content *,
.album_info_page .show_content * {
    transition: transform 600ms ease-in-out;
}

.module_i_album section,
.album_page .show_content,
.album_class_page .show_content,
.album_info_page .show_content {
    max-width: var(--main_max_width_base);
    width: var(--main_width_base);
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
}

.other_subalbum li {
    background: transparent;
}


.i_album_list li,
.show-list .item,
.pic-list .item {
    display: grid;
    gap: 10px;
    padding: 0;

}

.i_album_list li a,
.show-list .item a,
.pic-list .item a {
    width: 100%;
}

.i_album_list li div,
.show-list .show_pic,
.pic-list .show_pic {
    aspect-ratio: 9/9;
    object-fit: cover;
    position: relative;

}

.i_album_list li div:hover img,
.show-list .show_pic:hover img,
.pic-list .show_pic:hover img {
    transform: scale(1.2);

}

.show-list .overlay {}

.i_album_list li a p,
.show-list .show_name,
.pic-list .item h6 {
    padding: 0;
}

.i_album_list li a p span {}


.other_album * :not(.fa-solid) {
    position: relative;
}

.fa-image::before {
    content: "\f03e";
    font-family: 'Font Awesome 6 Free';
}

.module_i_news_list {
    padding: 0;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}


.show-list .item .show_pic:before {
    content: '';
    pointer-events: none;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 101%;
    height: 101%;
    z-index: 3;
    background: var(--main_decorative_bg);

}

.show-list .item:nth-child(4n + 1) .show_pic:before {
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);

    background: var(--main_decorative_bg_out_box);
    -moz-animation: decoration_background_top 1.2s cubic-bezier(0.81, 0.15, 0.26, 0.99);
    -webkit-animation: decoration_background_top 1.2s cubic-bezier(0.81, 0.15, 0.26, 0.99);
    animation: decoration_background_top 1.2s cubic-bezier(0.81, 0.15, 0.26, 0.99);
}

.show-list .item:nth-child(4n + 2) .show_pic:before {
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);

    -moz-animation: decoration_background_right 1.2s cubic-bezier(0.81, 0.15, 0.26, 0.99);
    -webkit-animation: decoration_background_right 1.2s cubic-bezier(0.81, 0.15, 0.26, 0.99);
    animation: decoration_background_right 1.2s cubic-bezier(0.81, 0.15, 0.26, 0.99);
}

.show-list .item:nth-child(4n + 3) .show_pic:before {
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);

    -moz-animation: decoration_background_bottom 1.2s cubic-bezier(0.81, 0.15, 0.26, 0.99);
    -webkit-animation: decoration_background_bottom 1.2s cubic-bezier(0.81, 0.15, 0.26, 0.99);
    animation: decoration_background_bottom 1.2s cubic-bezier(0.81, 0.15, 0.26, 0.99);
}

.show-list .item:nth-child(4n + 4) .show_pic:before {
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0_out_box);
    -moz-animation: decoration_background_left 1.2s cubic-bezier(0.81, 0.15, 0.26, 0.99);
    -webkit-animation: decoration_background_left 1.2s cubic-bezier(0.81, 0.15, 0.26, 0.99);
    animation: decoration_background_left 1.2s cubic-bezier(0.81, 0.15, 0.26, 0.99);
}

/* 首頁相簿 */
.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: var(--gap_40_20);
    margin-left: auto;
    margin-right: auto;
}

.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;
    }


}


@media screen and (max-width: 2000px) {}

/* 頁數============================================================= */
.product_page .show_content .page,
.product_info_page .page {
    grid-column: 1/-1;

}

ul.page {
    width: 100%;
}

.page a {
    color: var(--page_color);
}

.page li a {
    color: var(--page_active_color);

}

.page li {
    min-width: 25px;
    color: var(--page_color);

}

/* 下拉頁面============================================================= */
.other_select_page .main_part {

    z-index: 1;
    position: relative;
}

.other_select_page #page {
    position: relative;
}

/* 共用裝飾設定============================================================= */

.module_i_news li:nth-child(odd),
.subbox_item:nth-child(odd),
.projects_page .StoreProjs_Post li:nth-child(odd) {
    animation: item_fadeUpSoft 1.6s ease-out both;

}

.module_i_news li:nth-child(even),
.subbox_item:nth-child(even),
.projects_page .StoreProjs_Post li:nth-child(even) {
    animation: item_fadeDownSoft 1.6s ease-out both;
}

@keyframes item_fadeUpSoft {
    0% {
        opacity: 0;
        transform: translateY(24px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes item_fadeDownSoft {
    0% {
        opacity: 0;
        transform: translateY(-24px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}




.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;
    backdrop-filter: saturate(93%) blur(7px) saturate(1);
    height: 0%;
    transition: all var(--t-dark) var(--ease-dark);
    opacity: 0;
    background: var(--main_decorative_bg_item);

}

.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 var(--t-dark) var(--ease-dark);
    opacity: 1;
}



.subbox_item a:hover .blog_list_le:before,
.module_i_news li a:hover .i_blog_le:before {
    height: 100%;
    transition: all var(--t-dark) var(--ease-dark);
    opacity: 1;


}

.header_area.sticky~#content .contact_form:after {
    content: '';
    pointer-events: none;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 101%;
    height: 101%;
    z-index: 3;
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);

    background: var(--main_decorative_bg_out_box);
    -moz-animation: decoration_background_left 1.2s cubic-bezier(0.81, 0.15, 0.26, 0.99);
    -webkit-animation: decoration_background_left 1.2s cubic-bezier(0.81, 0.15, 0.26, 0.99);
    animation: decoration_background_left 1.2s cubic-bezier(0.81, 0.15, 0.26, 0.99);
}




.header_area.sticky~#content .contact_content:before {
    content: '';
    pointer-events: none;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 101%;
    height: 101%;
    z-index: 3;
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);

    background: var(--main_decorative_bg_out_box);
    -moz-animation: decoration_background_top 1.2s cubic-bezier(0.81, 0.15, 0.26, 0.99);
    -webkit-animation: decoration_background_top 1.2s cubic-bezier(0.81, 0.15, 0.26, 0.99);
    animation: decoration_background_top 1.2s cubic-bezier(0.81, 0.15, 0.26, 0.99);
}


.blog_in_page .header_area.sticky~#content .blog_ri:after {
    content: '';
    pointer-events: none;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 101%;
    height: 101%;
    z-index: 3;
    -moz-transform: scaleX(0) translateX(-100%);
    -ms-transform: scaleX(0) translateX(-100%);
    -webkit-transform: scaleX(0) translateX(-100%);
    transform: scaleX(0) translateX(-100%);

    background: var(--main_decorative_bg_out_box);
    -moz-animation: decoration_background_right 1.2s cubic-bezier(0.81, 0.15, 0.26, 0.99);
    -webkit-animation: decoration_background_right 1.2s cubic-bezier(0.81, 0.15, 0.26, 0.99);
    animation: decoration_background_right 1.2s cubic-bezier(0.81, 0.15, 0.26, 0.99);
}


.module_i_news li:nth-child(5n + 1):before,
.subbox_item:nth-child(5n + 1):before,
.projects_page .StoreProjs_Post li:nth-child(5n + 1):before {
    content: '';
    pointer-events: none;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 101%;
    height: 101%;
    z-index: 3;
    -moz-transform: scaleX(0) translateX(-100%);
    -ms-transform: scaleX(0) translateX(-100%);
    -webkit-transform: scaleX(0) translateX(-100%);
    transform: scaleX(0) translateX(-100%);

    background: var(--main_decorative_bg_out_box);
    -moz-animation: decoration_background_right 1.2s cubic-bezier(0.81, 0.15, 0.26, 0.99);
    -webkit-animation: decoration_background_right 1.2s cubic-bezier(0.81, 0.15, 0.26, 0.99);
    animation: decoration_background_right 1.2s cubic-bezier(0.81, 0.15, 0.26, 0.99);
}


.module_i_news li:nth-child(5n + 2)::before,
.subbox_item:nth-child(5n + 2)::before,
.projects_page .StoreProjs_Post li:nth-child(5n + 2)::before {
    content: '';
    pointer-events: none;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 101%;
    height: 101%;
    z-index: 3;
    -moz-transform: scaleY(0) translateY(-100%);
    -ms-transform: scaleY(0) translateY(-100%);
    -webkit-transform: scaleY(0) translateY(-100%);
    transform: scaleY(0) translateY(-100%);

    background: var(--main_decorative_bg_out_box);
    -moz-animation: decoration_background_top 1.2s cubic-bezier(0.81, 0.15, 0.26, 0.99);
    -webkit-animation: decoration_background_top 1.2s cubic-bezier(0.81, 0.15, 0.26, 0.99);
    animation: decoration_background_top 1.2s cubic-bezier(0.81, 0.15, 0.26, 0.99);
}

.module_i_news li:nth-child(5n + 3)::before,
.subbox_item:nth-child(5n + 3)::before,
.projects_page .StoreProjs_Post li:nth-child(5n + 3)::before {
    content: '';
    pointer-events: none;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 101%;
    height: 101%;
    z-index: 3;
    -moz-transform: scaleX(0) translateX(-100%);
    -ms-transform: scaleX(0) translateX(-100%);
    -webkit-transform: scaleX(0) translateX(-100%);
    transform: scaleX(0) translateX(-100%);

    background: var(--main_decorative_bg_out_box);
    -moz-animation: decoration_background_left 1.2s cubic-bezier(0.81, 0.15, 0.26, 0.99);
    -webkit-animation: decoration_background_left 1.2s cubic-bezier(0.81, 0.15, 0.26, 0.99);
    animation: decoration_background_left 1.2s cubic-bezier(0.81, 0.15, 0.26, 0.99);
}

.module_i_news li:nth-child(5n + 4)::before,
.subbox_item:nth-child(5n + 4)::before,
.projects_page .StoreProjs_Post li:nth-child(5n + 4)::before {
    content: '';
    pointer-events: none;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 101%;
    height: 101%;
    z-index: 3;
    -moz-transform: scaleY(0) translateY(-100%);
    -ms-transform: scaleY(0) translateY(-100%);
    -webkit-transform: scaleY(0) translateY(-100%);
    transform: scaleY(0) translateY(-100%);
    background: var(--main_decorative_bg_out_box);
    -moz-animation: decoration_background_bottom 1.2s cubic-bezier(0.81, 0.15, 0.26, 0.99);
    -webkit-animation: decoration_background_bottom 1.2s cubic-bezier(0.81, 0.15, 0.26, 0.99);
    animation: decoration_background_bottom 1.2s cubic-bezier(0.81, 0.15, 0.26, 0.99);
}

@keyframes decoration_background_right {
    0% {
        -moz-transform-origin: right center;
        -ms-transform-origin: right center;
        -webkit-transform-origin: right center;
        transform-origin: right center;

        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }

    45% {
        -moz-transform-origin: right center;
        -ms-transform-origin: right center;
        -webkit-transform-origin: right center;
        transform-origin: right center;

        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    55% {
        -moz-transform-origin: left center;
        -ms-transform-origin: left center;
        -webkit-transform-origin: left center;
        transform-origin: left center;

        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    100% {
        -moz-transform-origin: left center;
        -ms-transform-origin: left center;
        -webkit-transform-origin: left center;
        transform-origin: left center;

        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
}



@keyframes decoration_background_bottom {
    0% {
        -moz-transform-origin: bottom center;
        -ms-transform-origin: bottom center;
        -webkit-transform-origin: bottom center;
        transform-origin: bottom center;
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -webkit-transform: scaleY(0);
        transform: scaleY(0);

    }

    45% {
        -moz-transform-origin: bottom center;
        -ms-transform-origin: bottom center;
        -webkit-transform-origin: bottom center;
        transform-origin: bottom center;
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -webkit-transform: scaleY(1);
        transform: scaleY(1);

    }

    55% {
        -moz-transform-origin: top center;
        -ms-transform-origin: top center;
        -webkit-transform-origin: top center;
        transform-origin: top center;
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -webkit-transform: scaleY(1);
        transform: scaleY(1);

    }

    100% {
        -moz-transform-origin: top center;
        -ms-transform-origin: top center;
        -webkit-transform-origin: top center;
        transform-origin: top center;
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -webkit-transform: scaleY(0);
        transform: scaleY(0);

    }
}

@keyframes decoration_background_top {
    0% {
        -moz-transform-origin: top center;
        -ms-transform-origin: top center;
        -webkit-transform-origin: top center;
        transform-origin: top center;
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -webkit-transform: scaleY(0);
        transform: scaleY(0);

    }

    45% {
        -moz-transform-origin: top center;
        -ms-transform-origin: top center;
        -webkit-transform-origin: top center;
        transform-origin: top center;
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -webkit-transform: scaleY(1);
        transform: scaleY(1);

    }

    55% {
        -moz-transform-origin: bottom center;
        -ms-transform-origin: bottom center;
        -webkit-transform-origin: bottom center;
        transform-origin: bottom center;
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -webkit-transform: scaleY(1);
        transform: scaleY(1);

    }

    100% {
        -moz-transform-origin: bottom center;
        -ms-transform-origin: bottom center;
        -webkit-transform-origin: bottom center;
        transform-origin: bottom center;
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -webkit-transform: scaleY(0);
        transform: scaleY(0);

    }
}


@keyframes decoration_background_left {
    0% {
        -moz-transform-origin: left center;
        -ms-transform-origin: left center;
        -webkit-transform-origin: left center;
        transform-origin: left center;

        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }

    45% {
        -moz-transform-origin: left center;
        -ms-transform-origin: left center;
        -webkit-transform-origin: left center;
        transform-origin: left center;

        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    55% {
        -moz-transform-origin: right center;
        -ms-transform-origin: right center;
        -webkit-transform-origin: right center;
        transform-origin: right center;

        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    100% {
        -moz-transform-origin: right center;
        -ms-transform-origin: right center;
        -webkit-transform-origin: right center;
        transform-origin: right center;

        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
}

.subbox_item a:hover .blog_list_le:before,
.module_i_news li a:hover .i_blog_le:before {
    height: 100%;
    transition: all var(--t-dark) var(--ease-dark);
    opacity: 1;


}

.blog_subbox,
.projects_page .StoreProjs_Post ul,
.contact_form,
.video-list,
.show-list,
.pic-list,
.product_page .products-list,
.promotions_page .show_content {
    animation: inpage_fadeUp 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@keyframes inpage_fadeUp {
    0% {
        opacity: 0;
        transform: translateY(24px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


@media screen and (max-width: 768px) {


    .header_area.sticky~#content .contact_content:before {
        display: none;
    }
}

/* 促銷方案============================================================= */
.news_part section *,
.promotions_page .show_content *,
.other_promotion * {
    transition: all var(--t-dark) var(--ease-dark);

}

.news_part section,
.promotions_page .show_content,
.other_promotion {
    max-width: var(--main_max_width_base);
    width: var(--main_width_base);
    margin-left: auto;
    margin-right: auto;
}

.news_list ul li,
.news_list ul li a:hover {
    background: transparent;
}

.news_list ul li a:hover p {
    color: var(--font_same_title_color);
    padding-left: 10px;
}

.promotion_title h2 {}

.other_promotion li,
.promotions_page .pmtTitle,
.other_promotion .pmtTime span,
.promotion_title span,
.promotion_title em {
    color: var(--font_same_content_color);
}

.promotion_title span,
.promotion_title em,
.other_promotion li a,
.news_list ul li,
.news_list ul li:hover {
    border-color: var(--main_color_border_01);
    border-width: 1px;

}

.other_promotion li a:before,
.other_promotion li a:after {
    border-color: var(--main_color_border_01);

}

.other_promotion li a:hover {
    background: var(--main_decorative_bg);
}


.pageIndex .news_list ul li a {
    display: grid;
    grid-template-columns: 142px minmax(0, 1fr) 100px;
    width: 100%;
}

.pageIndex .news_list ul li span,
.pageIndex .news_list ul li p {
    width: 100%;
}

.pageIndex .news_list ul li p:after {
    display: none;
}


.news_list ul li a:after {
    content: 'read more';
    font-family: var(--font_same_content);
    letter-spacing: var(--font_same_content_letter_spacing);
    font-weight: var(--font_same_content_font_weight);
    font-size: calc(var(--fonts16re) / 1.2);
    line-height: var(--font_same_content_line_height);
    color: var(--font_same_content_color);
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
}

@media screen and (max-width: 600px) {
    .pageIndex .news_list ul li a {
        grid-template-columns: minmax(0, 1fr);

    }

    .pageIndex .news_list ul li p {
        height: unset;
        -webkit-line-clamp: unset;
    }
}

/* 金流購物頁面============================================================= */

/* 購物流程_會員 */
.shopping-cart .cell,
.shopping-cart .cell.amount:last-child,
.shopping-cart .cart_content .row,
.total_amount ul,
.order_list_pro td,
.member_title h2 {
    border-bottom-color: var(--main_color_border_01);
    border-bottom-width: 1px;

}

.login_mem_name,
.login_mem_pass {
    border-color: var(--main_color_border_01);
    color: var(--font_same_content_color);

}

.order_list_tab td,
.order_list_tab tr {
    border-top-style: solid;
    border-top-width: 5px;
    border-top-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: var(--main_color_border_01);

}

.order_finish_page .payer {
    background: transparent;
}

.order_finish_page table {
    border-collapse: unset;
}

.total_amount ul {
    border-color: var(--main_color_border_01);

}

.order_list_tab.payer td:nth-child(1) {
    border-right: none;
}

.total_amount ul:after {
    border-right: var(--main_color_border_01);
    border-bottom: var(--main_color_border_01);
}

.shopping-cart .cart_head,
.mem_regist_title_s {
    background: var(--table_bg);
    color: var(--table_bg_color);
}

.shopping-cart .cell:before,
.formbox_form li .form__label,
.total_amount li,
.car_page .form label:not(.form label.Bigcheck),
.order_list_tit b,
.order_list_tit span,
.order_list_head p,
.order_list_pro td,
.order_list_tab td,
.mem_regist_title_s_s,
.mem_regist_title_s_s a,
.member_copy_right_box {
    color: var(--font_same_content_color);

}

.separate_title .note {
    padding-left: 0px;
    text-align: left;
}

.car_page .footer_info li p:before {
    position: initial;
    display: inline;
    pointer-events: none;

}

.shopping-cart .cell.product_name a,
.shopping-cart .cell {
    color: var(--font_same_content_color);
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    color: var(--font_same_content_color);
}

div#number_area {
    color: var(--main_color_00_color);
}



.sidebarBtn h2 {
    padding-top: 20px;
}


.prod_related {
    background: var(--same_related_bg);

}

/* 收藏頁面============================================================= */

.wish_page .wishBoxed ul.wish_lists {
    display: grid;
    grid-template-columns: var(--grid_template_columns_400);
    gap: var(--gap_40_20);
}

.wish_page .wishBoxed .Wish_Prods_Link {
    display: flex;
    flex-direction: column;
}

.wish_page .wishBoxed ul.wish_lists li {
    width: 100%;
    margin: 0;


}

.wish_page .wishBoxed .Wish_Prods_Link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: var(--aspect_ratio_buy_pic);
}