@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap');

/* 聯絡方式指定刪除============================================================= */


.info_fix_links a.info_fix_default {
    display: none;
}

a.info_fix_default.info_fix_line,
a.info_fix_default.info_fix_buy {
    display: block;
}

/* 結束 */


/* 英文斷行修正============================================================= */
* {
    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 {
    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: #F9F9F9a8;
    --main_decorative_bg: #F9F9F9;
    --main_decorative_bg_out_box: #F9F9F9;


    --main_color_00_color: #191718;
    --main_color_00_color_op: #191718c8;
    --main_color_00_color_op_hover: #191718f1;


    --main_color_01_bg: #F0F0F0;
    --main_color_01_bg_op: #F0F0F0ee;
    --main_color_01_color: #292929;


    --main_color_border_01: #e9e9e9;
    --main_color_border_02: #8d8d8d6e;
    /* 表單輸入文字 */
    --input_noborder_color: #ffffff;


    /* 過渡時間 */
    --ease-interior: cubic-bezier(.4, 0, .2, 1);

    --t-fast: 0.3s;
    /* icon / button */
    --t-base: 0.6s;

    /* 大版面左右留白 */
    --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: 1320px; */
    --main_max_width_base: 100%;

    --main_width_base: 95%;
    --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));
    --grid_template_columns_200: repeat(auto-fill, minmax(min(200px, 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);

    /* 圖片尺寸 */
    --aspect_ratio_buy_pic: 586/724;
    --aspect_ratio_album_pic: 12/9;
    --aspect_ratio_blog_pic: 12/9;
    /* 根字體大小 */
    font-size: 14px;
    --all_page_bg: #ffffff;
    --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.5;
    --font_same_title_line_height_m: 1.5;
    --font_same_title_line_height_l: 1.5;
    /* 版面上下空白 */
    --gapbig_01: 80px;
    /* header */
    --header_p_font_family: "Hind", "Microsoft JhengHei";

    --header_p_font_size: var(--fonts15re);
    --header_p_font_weight: 700;
    --header_p_letter_spacing: 0.1rem;
    --header_bg: transparent;
    --header_bg_sticky: #ffffff;
    --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: #515151;
    --icon_color_h_f_bg: #ffffff;
    --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: var(--main_color_01_color);
    --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: #ffffff;
    --m_menu_color: #191718;
    --m_menu_drop_bg: #ffffff;
    --m_menu_drop_first_bg: #ffffff;
    --m_menu_drop_bg_hover: #ffffff;

    /* 摺疊選單 */
    --menu_navigation_bar_color: var(--main_color_01_color);
    --menu_navigation_bar_bg: var(--main_color_01_color);


    /* 浮動按鈕 */
    --fix_btn_bg: #ffffffc7;
    --fix_btn_bg_hover: #3B0863;
    --fix_btn_color: #000000;
    --fix_btn_color_hover: #ffffff;

    /* 頁面按鈕 */
    --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: #191718;
    --tag_background: #eeeeee;
    --tag_color_hover: #191718;
    --tag_background_hover: #dfdfdf;
    /* 按鈕顏色 */
    --btn_bg_01: #7F1282;
    --btn_bg_01_hover: #7F1282c8;
    --btn_color_01: #ffffff;
    --btn_color_01_hover: #ffffff;
    --btn_bg_02: #343434;
    --btn_bg_02_hover: #343434c8;
    --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: '微軟正黑體', "Microsoft JhengHei";
    --font_same_letter_spacing_btn: 0.1rem;
    --font_same_font_weight_btn: 700;

    /* banner疊到的menu高度 */
    --menu_banner_space: 80px;
    /* banner */
    --banner_color: var(--main_color_01_color);
    --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_item);

    /* 按鈕 */
    --btn_bg: #51515160;
    --font_color_d: #515151;
    --smae_btn_padding: 10px;

    /* 頁數 */
    --page_color: var(--main_color_01_color);
    --page_active_color: var(--main_color_01_color);

    /* 購物流程 */
    --table_bg: transparent;
    --table_bg_color: #151515;


    /* 區塊相同上與下空間 */
    --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;


    /* 基本文字大小變數 - 預設值 */
    --fonts12re: calc(0.75rem *1.28);
    --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;
        --fonts12re: 0.75rem;

        --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 {
        --fonts16re: 0.875rem;
        --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: 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;
        --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 {
        --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,
.contact_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;
}

.contact_page .main_part {
    padding: 0;
    margin: 0;
}

.contact_editbox {
    padding: 0;
}

.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);
}

.contact_page .contact_content form {
    padding: 0;
}

.main_part {
    z-index: 1;
    max-width: 2000px;
}

.video_page .main_part,
.video_menu_list+.video-list,
.projects_page .StoreProjsList,
.prod_part section,
.contact_page .main_part {
    max-width: 100%;
    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 {
    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,
.banner h5,
.privacy_page .banner h5,
.news_related h6 span:before,
.news_related h6,
.prod_related h6 span:before,
.album_fixed_title span:before,
.module_i_projects .title_i_box h4,
.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);

}




.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(--fonts16re);
    line-height: var(--font_same_title_line_height_m);

}

h4.blog_category_title {
    font-size: var(--fonts20re);

}

.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(--fonts16re);
    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 .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(--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);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;

    margin-top: 10px;
    margin-bottom: 0;
}

.show-list .item:hover .show_name {
    color: var(--font_same_title_color);

}

.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(--fonts16re));
}

.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(--fonts22re));
    /* height中--fontsxxre是和font-size一樣的，須一起修改 */
    height: calc(calc(var(--fonts22re) * var(--font_same_title_line_height_m) * 1) + calc(var(--padding_webkit_line_clamp) * 2));
    /* 高度 = [(字體大小 × 行高 × 行數)+上下空間]*/
    -webkit-line-clamp: 1;
    --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);

    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(--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: 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(--fonts16re);
    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(--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;

    text-align: left;
}

.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,
.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(--fonts16re);
    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(--fonts16re));
    /* 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;


    }


    .products-list .name,
    .related_list li a p {
        font-size: calc(var(--fonts12re));
        /* height中--fontsxxre是和font-size一樣的，須一起修改 */
        height: calc(calc(var(--fonts12re) * 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: 5px;
        padding-right: 5px;
        border-top: solid transparent var(--padding_webkit_line_clamp);
        border-bottom: solid transparent var(--padding_webkit_line_clamp);

    }
}

/* 內文 */
.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,
#txtEdit,
.ProjsDetail_Intro h6,
.ProjsDetail_Intro h6 strong,
.contact_form li .form__label,
.news_list ul li a span,
.news_list ul li p:after,
.promotion_title .time,
.promotion_title em,
.promotions_page .pmtTitle span,
.other_promotion .pmtTime span,
.promotion_title em,
.promotion_title span,
.other_promotion .pmtTime cite,
.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));
}



/* 提示 */

.red {
    color: var(--notice_color);
}

.car_page .red {
    color: var(--font_same_content_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: "\f002";
    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;

    }

}



/* 內頁menu版型============================================================= */
.blog_le .accordion * {
    transition: all var(--t-base) var(--ease-interior);
}

.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);

}

.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);
}

.product-layer-two li i {
    height: auto;
    top: 13px;
}

.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;


}

.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;
}

.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>li:hover .link i,
.blog_le .accordion>li.on_this_category .link i {
    color: var(--inpage_menu_color) !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); */
    border: none;
}

.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 {
    width: 100%;
    margin: 0;
    position: sticky;
    top: 100px;
}



.product-layer-two li {
    margin: 0;
    width: 100%;
    padding: 3px 10px 3px 10px;
    border-bottom: none;
}


.product-layer-two li.active a {
    border: unset;
    border-bottom: 0px dotted var(--main_color_border_01);
    border-bottom: none;
}

.product-layer-two li a {
    border: none;
    background: transparent;
    line-height: 200%;
    transition: all var(--t-base) var(--ease-interior);


}




.product-layer-two li.active>a {
    padding-top: 10px;
    padding-bottom: 10px;
}



.product-layer-two li ul {
    padding-top: 1px;
    position: static;
    width: 100%;
    margin-left: 0;
    background: transparent;
}

.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;
        position: relative;
        top: 0;
    }

    .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_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);
    }
}

/* 按鈕=============================================================*/

.shop_search_btn {
    background: #000000;
    color: #ffffff;
}


.i_album_list li a p {
    color: var(--main_color_01_color);
    background: var(--main_decorative_bg_item);
    font-size: var(--fonts14re);
}

.i_album_list li a p span,
.contact_form li.last input {
    font-size: var(--fonts14re);
    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,
.inquiry_a4,
.sidebarBtn .Pd_Line_Boxed,
.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"] {
    font-size: var(--fonts14re);
    font-family: var(--font_same_family_btn);
    letter-spacing: var(--font_same_letter_spacing_btn);
    font-weight: var(--font_same_font_weight_btn);


    max-width: 200px;
    padding: 5px;
    text-align: center;
    width: 100%;
    transition: all var(--t-base) var(--ease-interior);
    height: auto;
    line-height: 1.7;

    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,
.inquiry_a4:hover,
.sidebarBtn .Pd_Line_Boxed: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: all var(--t-base) var(--ease-interior);
    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,
.inquiry_a4,
.sidebarBtn .Pd_Line_Boxed,
.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-base) var(--ease-interior);
    background-color: var(--btn_bg_01);
    border-color: var(--btn_bg_01);
    color: var(--btn_color_01);

}

.other_album .fa-right-from-bracket::before,
.contact_le_map a .fa-right-to-bracket::before {
    color: var(--btn_color_01);
    transition: all var(--t-base) var(--ease-interior);


}


.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,
.animated-arrow:hover {
    transition: all var(--t-base) var(--ease-interior);
    background-color: var(--btn_bg_01_hover);
    border-color: var(--btn_bg_01_hover);
    color: var(--btn_color_01_hover);
}

.contact_le_map a:hover .fa-right-to-bracket::before {
    color: var(--btn_color_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-base) var(--ease-interior);
    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-base) var(--ease-interior);
    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;

}


/* 樣式 */
.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); */
    display: none;
}


@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 */
.right_member_in {
    background: var(--main_decorative_bg_out_box);
    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,
.right_member_in .fa-right-to-bracket,
.right_member_in button,
.fa-right-from-bracket::before {
    color: var(--main_color_01_color);
}


.contact_form li.last cite,
.animated-arrow {
    --btn_line_space_gap: 85%;
    --btn_line_space_gap_hover: 100%;


}

.contact_form li.last cite:hover,
.animated-arrow:hover {}

.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-base) var(--ease-interior);
}

.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: transparent;
    color: var(--input_noborder_color);

}



.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: 0px;
    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-base) var(--ease-interior);
    border-radius: 0;
    margin: 0;
}



.info_fix_links a:hover {
    background-color: var(--fix_btn_bg_hover);
    transition: all var(--t-base) var(--ease-interior);
}

.info_fix_links a:hover i::before {
    color: var(--fix_btn_color);
    transition: all var(--t-base) var(--ease-interior);
    color: var(--fix_btn_color_hover);


}

.info_fix_links a:hover i {
    color: var(--fix_btn_color_hover);

}

.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 {
    font-size: 16px;
}

.info_fix_links a i::before {
    color: var(--main_color_01_color);
    transition: all var(--t-base) var(--ease-interior);
    pointer-events: none;

}


.fa-tiktok-f::before {
    content: '\e07b';

}

.right_member_in {
    top: 15%;
}

.info_fix_car {
    position: relative;
}

.info_fix_car b {
    background: #000;
}

/* 指定顏色 */
/* 
.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;

} */

/* 浮動按鈕修正 */
.fa-mobile-screen-button::before,
.footer .me_tp_call .fa-phone-volume::before {
    content: "\f3cd";
}

.fa-phone-volume::before,
.footer .me_tp_call .fa-mobile-screen-button::before {
    content: "\f2a0";
}

/*直接展開*/

.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: 0;
    padding-top: 18px;
    padding-bottom: 18px;
}

.nav-brand img {
    transition: all var(--t-base) var(--ease-interior);
}

.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 {
    max-width: 100px;
}

.header_area.sticky .nav-brand img {
    transition: all var(--t-base) var(--ease-interior);
}

.bodyMobile .header_area {
    background: var(--header_bg);
}

/* .footer_logo {
    margin: auto;
    position: relative;
    max-width: initial;
}



.footer_logo a {
    position: relative;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
} */


/* 手機LOGO */
.bodyMobile .nav-brand img {}

/* header============================================================= */
.header_area * {
    /* transition: all var(--t-base) var(--ease-interior); */
    /* 不要寫這裡 */

}

.bodyDesktop .stellarnav {
    order: 0;
}

.bodyDesktop .nav-header {
    order: 1;
}

.bodyDesktop .stellarnav ul {
    text-align: left;
    padding-top: 8px;
}

.bodyDesktop .header_area .me_tp_features {
    order: 2;
}

.header_area,
.projects_detaild_page .header_area {
    padding-bottom: 0;
    padding: 0;
    background: var(--header_bg);
    width: 100%;
    top: 0;
    transition: all var(--t-base) var(--ease-interior);

    border-bottom: solid 1px var(--main_color_border_01);

}

.pageIndex .header_area {
    top: 0;
    left: 0;
}


.header_area.sticky {
    background: var(--header_bg_sticky);
    transition: all var(--t-base) var(--ease-interior);
    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-base) var(--ease-interior);
}

.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 only screen and (max-width: 570px) {

    .header_area .box_search {
        margin-bottom: 15px;
    }

}

@media (max-width:1024px) {
    .me_tp_features {
        padding-top: 0px;
    }

    .bodyDesktop .stellarnav ul {
        text-align: center;
    }

    .bodyDesktop .header_area .me_tp_features {
        justify-content: center;
    }
}

@media (max-width:768px) {
    .header_area .me_tp_features {
        margin: 0;
        position: fixed;
        bottom: 0px;
        padding: 10px 80px;
        justify-content: center;
    }

    .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: #ffffff;
        border-top: solid 1px var(--main_color_border_01);
    }
}

@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 {
    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;
    display: flex;
}

/* 商品下拉超過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;
    }

    .bodyDesktop .stellarnav {
        order: unset;
    }

    .bodyDesktop .nav-header {
        order: unset;
    }
}



.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-base) var(--ease-interior);

}

.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-base) var(--ease-interior);

}

.box_link a {
    background: var(--icon_color_h_f_bg);
    transition: all var(--t-base) var(--ease-interior);

}

.box_link a:hover {
    background: var(--icon_color_h_f_bg_hover);
    transition: all var(--t-base) var(--ease-interior);

}

.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 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;
}

.header_area .me_tp_features .stellarnav.mobile.active:after {
    content: '';
    width: 100vw;
    height: 100vh;
    background: #00000030;
    right: 0;
    top: 0;
    position: fixed;
    z-index: -1;
    pointer-events: none;
}

/*第一層*/
.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 {
    letter-spacing: 2px;
}

.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-base) var(--ease-interior);
    border-left: 1px solid transparent;


}

.stellarnav li li>a:hover,
.stellarnav li li.has-sub>a:hover {
    padding-left: 10px;

}

/*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::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 1px;
    background-color: var(--main_color_00_color);
    bottom: 0;
    left: 0;
    transition: 0.5s;
    z-index: 2;
    transition: .3s ease-in-out;
}

.stellarnav.desktop>ul>li:hover::before {
    width: 100%;
    transition: .3s ease-in-out;
}

@media screen and (max-width:1024px) {

    .header_area,
    .pageIndex .header_area {
        position: sticky !important;
    }
}

/*隱藏選單按鈕連結*/

@media screen and (max-width: 768px) {

    .stellarnav.mobile>ul>li>a b:nth-child(2) {
        display: none;
    }

    .stellarnav.mobile {
        padding: 5px;
    }

    .nav-header {
        min-height: 74px;
    }
}

/* header下拉按鈕文字大小 */
.stellarnav ul ul,
.stellarnav ul ul ul,
.stellarnav .has-sub li li,
.Mater_Sty dt a {
    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);
}

.Mater_Sty .M_Prod_ThumList a.Link_Txt {
    font-family: var(--header_p_font_family);
    color: var(--header_bg_p_color);
    font-size: var(var(--header_p_font_size) / 1.2);
    font-weight: var(--header_p_font_weight);
    letter-spacing: var(--header_p_letter_spacing);
}

/* header下拉加圖片 */
.Mater_Sty .M_Prod_ThumList a.Link_ViewImg {
    aspect-ratio: var(--aspect_ratio_buy_pic);
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.Mater_Sty dt a.active {
    background: #efefef;

}

/* 摺疊選單 */
.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 * {
    transition: all var(--t-base) var(--ease-interior);
}

.footer_info {
    padding: 0;
    margin: auto;
    grid-gap: 0;
    padding-bottom: var(--footer_padding_bottom);
    gap: var(--gap_60_30);
    grid-template-columns: 300px 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;
} */

.footer_info li p,
.footer_info li p a,
.footer_menu:before,
.footer_menu a,
.copy,
.copy a,
.copy p {
    transition: all var(--t-base) var(--ease-interior);
    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-base) var(--ease-interior);
} */

.copy p {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/* 

.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;

}

.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: all var(--t-base) var(--ease-interior);


}

.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-base) var(--ease-interior);

}

.footer_menu:before {
    content: 'Sitemap ';
    display: inline-block;
}



.footer_menu a:hover {
    opacity: 0.5;
    transition: all var(--t-base) var(--ease-interior);
}




.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);
} */


.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: 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 .swiper-banner .swiper-slide img,
.pageIndex .BannerHome02 {
    height: unset;

}



.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 .swiper.thumbs03 {
    aspect-ratio: unset;
}

.BannerHome03 .thumbs03 .swiper-slide img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.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 {}

.pageIndex .bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after {}

.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 {}


.pageIndex .bannerindex .swiper-slide.swiper-slide-active:nth-child(2):after {}



.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: unset;
        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;
    }





}

@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;
    transition: all 0.3s ease-in;
    padding: 0;
    z-index: 0;
}


.privacy_page .banner {
    flex-direction: unset;
}

.services_page .banner {
    /* background: #F6F4EF; */
    /* display: none; */

}

.banner h5,
.privacy_page .banner h5 {
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
    z-index: 2;
    background-position: right;
    margin-left: auto;
    margin-right: auto;
    align-content: space-around;
    position: relative;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    width: 90%;

    font-size: var(--banner_font_size);
    /* filter: drop-shadow(2px 4px 6px #000000cc); */

    margin-top: var(--same_top_zone_space);
}


.contact_page .banner {
    display: none;
}

.case_page .banner {
    display: none;
}



@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 {}



}

@media screen and (max-width: 476px) {}


/* 購物車============================================================= */


.products-list *,
.product_page .products-lis * {
    transition: all var(--t-base) var(--ease-interior);
}

.mobile_product_name {
    display: none;
}

.products-list *,
.product_page .products-lis * {
    transition: all 0.6s ease-in-out;
}


.product_menu_list>h5 a {
    display: none;
    width: 100%;
}



.product_page .main_part {
    display: grid;
}

.product_page .page,
.product_info_page .page {
    width: 100%;
    order: 3;
}

.blog_box_edit,
.promotions_page .edit,
.edit {
    width: 100%;
}


.pageIndex .productsListBox {
    max-width: var(--main_max_width_base);
    width: var(--main_width_base);
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
}

.product_page .show_content,
.product_info_page .show_content {
    max-width: var(--main_max_width_base);
    width: var(--main_width_base);
    align-items: flex-start;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
}

.pageIndex .products-list {
    grid-template-columns: var(--grid_template_columns_300);
    width: 100%;

}

.product_page .products-list {
    grid-template-columns: var(--grid_template_columns_300);
    width: 100%;

}

.sidebarBtn .sp_price {
    color: var(--font_same_content_color);
}

.products-list {
    display: grid;
    padding: 0px 0;
}

.products-list .item,
.product_page .products-list .item {
    width: 100%;
    padding: 0;
}

.products-list .item a,
a .product_page .products-list .item a {
    padding-bottom: 0;

}

.products-list .pic,
.product_page .products-list .pic,
.Pd_ViewThunbs.show-nodemo,
.products-list .item .Pd_ViewThunbs {
    transition: all 0.5s ease-in-out;
    background: var(--main_decorative_bg);
    aspect-ratio: var(--aspect_ratio_buy_pic);
    padding: 0;
}

.pageIndex .Pd_ViewThunbs img,
.products-list .item .Pd_ViewThunbs img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.products-list .pic img {}

.products-list .pic:hover img {
    opacity: 1;
    transform: scale(1.05);
}



.products-list .name,
.product_page .products-list .name {}


.products-list .price,
.product_page .products-list .price {
    display: flex;
    margin-bottom: 5px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.products-list .price b,
.product_page .products-list .price b {
    margin: 0 5px;
    line-height: 180%;
    text-align: center;
    font-size: 12px;

}

.products-list .price b {
    color: #4d4d4d;
}

.products-list .price .ori_price,
.product_page .ori_price {}

.products-list .price .sp_price,
.product_page .sp_price {}

.products-list .more,
.product_page .products-list .more {}

.product_info_page .product-wrapper {}

.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 {}

/* 商品聯絡按鈕 */
.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;
}

/*相關推薦*/
.related_list {
    max-width: 100%;
    gap: 0;
    grid-template-columns: repeat(4, 1fr);
}

.news_related {
    z-index: 2;
    background: var(--same_related_bg);
}

.related_list li a {
    padding: 0;
    /* background: var(--same_related_item_bg); */
}

.related_list li:hover a img {
    transform: scale(1.05);
    transition: all var(--t-base) var(--ease-interior);


}

.related_list li figure {
    aspect-ratio: var(--aspect_ratio_buy_pic);
}

.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: 1400px) {}

@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 .products-list {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }
}

@media screen and (max-width: 768px) {

    .related_list {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* 設計老爹購物車============================================================= */
.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_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;
}

.projects_detaild_page .ProjsDetail_Viewpoint {
    max-height: calc(100vh - 700px);
}

.ProjsDetail_OtherObjs li h6:before {
    background-color: var(--main_color_border_01);
}

.ProjsDetail_OtherObjs li h6:after {
    background-color: var(--main_color_border_02);
}

.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 0.6s ease-in-out;
}

.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 0.6s ease-in-out;
}

.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;
    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 .ProjsDetail_info_3_5 {
    margin-top: 0;
    padding-top: 0;
    width: 100%;
    justify-self: right;
    max-width: 1000px;
}



.projects_detaild_page .ProjsDetail_infoBox {
    margin-left: auto;
    margin-right: auto;
    justify-content: space-around;
    display: grid;
    grid-template-columns: 5fr 6fr;
    gap: clamp(20px, 4vw, 60px);
    padding-top: 0;
    padding-bottom: 0;
}

.projects_detaild_page .ProjsDetail_Bottom {
    background: transparent;
}

.projects_detaild_page .ProjsDetail_OtherObjs li {
    background: transparent;
}

.projects_detaild_page .sidebar__inner {
    margin-bottom: 150px;
    padding-top: 0;
    height: unset;
    top: 120px;
    padding: 0;
}

.projects_detaild_page .ProjsDetail_OtherObjs li h6 {
    grid-column: 1/-1;
    margin: 0;
}

.projects_detaild_page .ProjsDetail_OtherObjs li>a {
    width: 100%;
    margin: 0;
    padding: 0;
    aspect-ratio: var(--aspect_ratio_album_pic);
}

.projects_detaild_page .ProjsDetail_info_5_5 .clear_all li {}

.projects_detaild_page .ProjsDetail_info_5_5 .clear_all {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 20px;
}

.projects_detaild_page .ProjsDetail_info_2_5 {
    width: 100%;
}

.projects_detaild_page .ProjsDetail_ImgView ul li a {
    padding: 0;
    height: unset;
}

.projects_detaild_page .ProjsDetail_ImgView ul li a img {
    position: relative;
    transition: all 0.6s ease-in-out;
}

.projsTabs ul {
    justify-content: center;
}

.soMenu {
    text-align: center;
    padding: clamp(10px, 2vw, 20px);
    text-align: left;


}

.NmContt {
    background: var(--main_decorative_bg);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    border: 1px solid var(--main_color_border_01);
    border-radius: 4px;
    box-shadow: 0 3px 16px 2px #0000000a, 0 7px 14px 1px #00000014, 0 5px 5px -3px #00000014;
    right: unset;
    padding: 0;
    top: calc(100% + 10px);
    max-width: 500px;
    width: 100%;
}

.soMenu dd {
    min-width: 30%;
}

.soMenu dd a {
    justify-content: center;
    background: var(--main_color_01_bg);
}



.projects_detaild_page #Projs_scroll_down a span {
    height: unset;
    width: unset;
    -webkit-writing-mode: vertical-rl;
}

.projects_detaild_page .ProjsDetail_Intro dl {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.projects_detaild_page #Projs_scroll_down a span:before {
    position: relative;
    top: unset;
    width: unset;

}


.projects_detaild_page .ProjsDetail_Intro dt {
    grid-column: 1/-1;
}

.projects_page .StoreProjs_Post li {
    width: 100%;
    background: transparent;
    border: none;
    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 0.6s ease-in-out;
}

.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 0.6s ease-in-out;

}

.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 {
        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 {
        grid-template-columns: repeat(auto-fill, minmax(min(400px, 100%), 1fr));
    }
}






/* 影片============================================================= */
.pageIndex .videoListBox *,
.videoListBox.swiper *,
.video_page .video_content * {
    transition: all var(--t-base) var(--ease-interior)
}

/* 影片_可共同改 */
.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 {}

/* 聯絡============================================================= */
.contact_form {
    display: none;
}

.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_out_box);
    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: all var(--t-base) var(--ease-interior);

    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-fill, 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;
}

.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);
}



@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: 768px) {


    .header_area.sticky~#content .contact_content:before {
        display: none;
    }

    .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;
    }
}


/* 文章============================================================= */
.module_i_news ul *,
.blog_subbox * {
    transition: all var(--t-base) var(--ease-interior);
}

.blog_page h4.blog_category_title {
    display: none;
}



.module_i_news section,
.blog_box {
    max-width: var(--main_max_width_base);
    width: var(--main_width_base);
    margin-left: auto;
    margin-right: auto;
}

.module_i_news section {
    max-width: 100%;
}

.module_i_news_list {
    padding: 0;
    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: repeat(4, 1fr);
    gap: var(--gap_40_20);
}

.blog_subbox {
    grid-template-columns: var(--grid_template_columns_400);
    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);

}

.i_blog_le,
.blog_list_le {
    position: relative;
    overflow: hidden;
    aspect-ratio: var(--aspect_ratio_blog_pic);
}

.module_i_news ul:hover .i_blog_le,
.blog_subbox:hover .blog_list_le {}



.module_i_news li:hover .i_blog_le,
.subbox_item:hover .blog_list_le {
    transform: translateY(-10px);
    transform: scale(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;
} */


.i_blog_ri,
.blog_list_ri {
    position: relative;
    padding: 0;
    width: 100%;
}


.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:before,
.subbox_item a:before {
    display: none;

}

.module_i_news li a:after,
.subbox_item a:after {
    display: none;

}

.i_blog_ri h5,
.blog_list_ri h5 {
    background-image: linear-gradient(var(--main_color_border_01), var(--main_color_border_01));
    background-size: 0 1px;
    background-position: bottom left;
    background-repeat: no-repeat;
}

.module_i_news li:hover .i_blog_ri h5,
.subbox_item:hover .blog_list_ri h5 {
    background-size: 100vw 1px;
}

.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-base) var(--ease-interior);

}

.news_tags a:hover {
    color: var(--tag_color_hover);
    background: var(--tag_background_hover);
    transition: all var(--t-base) var(--ease-interior);

}

.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-base) var(--ease-interior);
}

@media screen and (max-width: 2000px) {}

@media screen and (max-width: 1024px) {
    .module_i_news ul {
        grid-template-columns: var(--grid_template_columns_400);
    }

    .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);

    }

    .module_i_news_list {
        width: 100%;
    }
}

@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 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);

}

@media screen and (max-width: 476px) {
    .news_related_list {

        grid-template-columns: minmax(0, 1fr);

    }
}

/* 標題裝飾============================================================= */
.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-base) var(--ease-interior);

}

.i_album_list,
.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: all var(--t-base) var(--ease-interior);

}

.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: var(--aspect_ratio_buy_pic);
    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_album .title_i_box h4 {}


@media screen and (max-width: 768px) {

    .i_album_list,
    .show-list {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: var(--gap_40_20);

    }
}


@media screen and (max-width: 476px) {}

/* 頁數============================================================= */
.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;
}

/* 共用裝飾設定============================================================= */
.projects_page .StoreProjs_Post li>a:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0%;
    transition: all 0.6s ease-in-out;
    opacity: 0;


}

.projects_page .StoreProjs_Post li:hover>a:after {
    height: 100%;
    transition: all 0.6s ease-in-out;
    opacity: 1;
}




.products-list .pic:after,
.module_i_news li .i_blog_le:after,
.subbox_item .blog_list_le:after {
    font-family: 'Font Awesome 6 Free';
    content: '\f002';
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    background: #000;
    border-radius: 500px;
    color: #fff;
    padding: 10px;
    transform: translateY(-10px);
    opacity: 0;
    transition: all var(--t-base) var(--ease-interior);
    width: unset;
    height: unset;
    position: absolute;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    aspect-ratio: 1/1;
    align-content: space-evenly;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.products-list .item:hover .pic:after,
.module_i_news li:hover .i_blog_le:after,
.subbox_item:hover .blog_list_le:after {
    opacity: 1;
    transform: translateY(0px);
    transition: all var(--t-base) var(--ease-interior);

}


.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);
    }
}



/* 促銷方案============================================================= */
.news_part section *,
.promotions_page .show_content *,
.other_promotion * {
    transition: all var(--t-base) var(--ease-interior);

}

.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_out_box);
}

.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;
    }
}

/* 金流購物頁面============================================================= */
/* 結帳 */
.car_page .shopping-cart .cell.product_name a {
    flex-wrap: nowrap;
    gap: 10px;

}

.car_page .small_pic {
    width: unset;
    height: unset;

}

.car_page .small_pic img {
    aspect-ratio: var(--aspect_ratio_buy_pic);
    width: 120px;


}

.shopping-cart .cell,
.shopping-cart .cell.product_name p {
    font-size: 14px;
}

/* 購物流程_會員 */
.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;

}

.car_page .information_left {
    display: block;
}

.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,
.separate_title {
    background: var(--table_bg);
    color: var(--table_bg_color);
    border-bottom: solid 1px var(--main_color_border_01);
    padding: 5px;
}

.shopping-cart .cart_head,
.mem_regist_title_s,
.separate_title,
.formbox_form li .form__label,
.formbox_form li .form__insert,
.form label.Bigcheck {
    font-size: 14px;
}

.car_page .show_content ul {
    margin-bottom: 60px;
}

.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: #ba8e56;
}



.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);
}