@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Chocolate+Classical+Sans&family=Marcellus&display=swap');
/* 聯絡方式指定刪除============================================================= */

.info_fix_default.info_fix_mail,
.footer .box_link .me_tp_mail {
    display: none;
}

/* 結束 */

/* 英文斷行修正============================================================= */
* {
    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: #88888833;
    --main_decorative_color_item: #fff;
    --main_decorative_bg: #F9F9F9;
    --main_decorative_bg_out_box: #F9F9F9;


    --main_color_00_color: #ba8e56;
    --main_color_00_color_op: #ba8e56c8;
    --main_color_00_color_op_hover: #ba8e56f1;


    --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: var(--font_same_content_color);


    /* 過渡時間 */
    --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: 100%;
    --main_width_base: 80%;
    --main_max_width_60: 60%;

    --main_max_width_a_section: 1000px;

    /* 項目個數 */
    --grid_template_columns_500: repeat(auto-fill, minmax(min(500px, 100%), 1fr));
    --grid_template_columns_400: repeat(auto-fill, minmax(min(400px, 100%), 1fr));
    --grid_template_columns_300: repeat(auto-fill, minmax(min(300px, 100%), 1fr));


    --gap_40_20: calc(clamp(10px, 2vw, 20px) * 2) clamp(10px, 2vw, 20px);
    --gap_60_30: calc(clamp(10px, 2vw, 30px) * 2) clamp(10px, 2vw, 30px);

    /* 圖片尺寸 */
    --aspect_ratio_buy: 12/9;

    /* 根字體大小 */
    font-size: 14px;
    --all_page_bg: url(https://pic03.eapple.com.tw/deryising/bg_repeat_300_w.jpg);
    --scrollbar_bg: #674b4a;
    --scrollbar_color: #ffffff;
    --selection_color: #674b4a;
    --selection_bg: #ffffff;
    /* 標題顏色 */
    --font_same_title_color: #B6896C;
    --font_same_title_family: "Marcellus", "Chocolate Classical Sans", "Microsoft JhengHei";
    --font_same_title_weight: 700;
    --font_same_title_letter_spacing: 0.01rem;

    --font_same_menu_family: "Marcellus", "Chocolate Classical Sans", "Microsoft JhengHei";
    --font_same_banner_family: "Marcellus", "Chocolate Classical Sans", "Microsoft JhengHei";
    /* 內文顏色 */
    --font_same_content_color: #444444;
    --font_same_content: '微軟正黑體';
    --font_same_content_letter_spacing: 0.01rem;
    --font_same_content_font_weight: 600;
    --font_same_content_line_height: var(--font_same_title_line_height_m);

    /* 內頁menu */
    --inpage_menu_color: #444444;
    --inpage_menu_color_hover: #B6896C;
    --inpage_menu_font_size: var(--fonts15re);
    --inpage_menu_background: transparent;
    --inpage_menu_background_act: #444444;
    --inpage_menu_line_height: 1.7;
    --inpage_menu_background_hover: transparent;
    --inpage_menu_font_family: "Marcellus", "Chocolate Classical Sans", "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: "Marcellus", "Chocolate Classical Sans", "Microsoft JhengHei";

    --header_p_font_size: var(--fonts15re);
    --header_p_font_weight: 700;
    --header_p_letter_spacing: 0.1rem;
    --header_bg: url(https://pic03.eapple.com.tw/deryising/bg_repeat_300_black.jpg);
    --header_bg_sticky: var(--header_bg);
    --header_bg_p_color: #ffffff;
    --header_bg_p_color_act: #ffffff;
    --header_bg_p_color_hover: #B6896C;
    /* header下拉 */
    --header_drop_bg: #534f4d;
    --header_drop_color: #ffffff;
    --header_drop_bg_hover: #494746;
    --header_drop_color_hover: #B6896C;
    /* header和footer_icon */
    /* icon */
    --icon_color_h_f: #515151;
    --icon_color_h_f_hover: #b59979;
    --icon_color_h_f_bg: #515151;
    --icon_color_h_f_bg_hover: #928270;
    /* footer */
    --footer_padding_top: 80px;
    --footer_padding_bottom: 80px;


    --footer_p_font_family: "Marcellus", "Chocolate Classical Sans", "Microsoft JhengHei";

    --footer_p_font_size: var(--fonts15re);
    --footer_p_font_weight: 700;
    --footer_p_letter_spacing: 0.1rem;
    --footer_bg: url(https://pic03.eapple.com.tw/deryising/bg_repeat_300_black.jpg);
    --footer_bg_p: #ffffff;
    --footer_bg_d: var(--footer_bg);
    --footer_bg_d_p: var(--footer_bg_p);

    /* 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: #373634;
    --m_menu_color: #fff;
    --m_menu_drop_bg: #373634;
    --m_menu_drop_first_bg: #373634;
    --m_menu_drop_bg_hover: #373634;


    /* 摺疊選單 */
    --menu_navigation_bar_color: #ffffff;
    --menu_navigation_bar_bg: #ffffff;


    /* 浮動按鈕 */
    --fix_btn_bg: #ba8e56c8;
    --fix_btn_bg_hover: #ba8e56f1;
    --fix_btn_color: #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;

    /* tag */
    --tag_color: var(--main_color_01_bg_op);
    --tag_background: var(--main_color_01_bg_op_hover);
    --tag_color_hover: var(--main_color_01_bg_op_hover);
    --tag_background_hover: var(--main_color_01_bg_op_hover);
    /* 按鈕顏色 */
    --btn_bg_01: #505050;
    --btn_bg_01_hover: #505050c8;
    --btn_color_01: #ffffff;
    --btn_color_01_hover: #ffffff;
    --btn_bg_02: #767676;
    --btn_bg_02_hover: #767676c8;
    --btn_color_02: #ffffff;
    --btn_color_02_hover: #ffffff;
    --btn_bg_03: #515151e6;
    --btn_bg_03_hover: #515151a6;
    --btn_color_03: #ffffff;
    --btn_color_03_hover: #ffffff;
    --smae_btn_padding: 10px;
    /* 按鈕文字 */
    --font_same_family_btn: "Noto Serif TC", '微軟正黑體';
    --font_same_letter_spacing_btn: 0.1rem;
    --font_same_font_weight_btn: 700;

    /* banner疊到的menu高度 */
    --menu_banner_space: 80px;
    /* banner */
    --banner_color: 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: #5F5F5F;
    --smae_btn_padding: 10px;

    /* 頁數 */
    --page_color: var(--main_color_01_color);
    --page_active_color: var(--main_color_01_color);

    /* 購物流程 */
    --table_bg: #515151;
    --table_bg_color: #ffffff;


    /* 區塊相同上與下空間 */
    --same_top_zone_space: 80px;
    --same_bottom_zone_space: 80px;
    /* 區塊內小區塊相同上與下空間 */
    --same_top_zone_space_s: 60px;
    --same_bottom_zone_space_s: 60px;

    /* 大區塊內中區塊空間 */
    --same_top_zone_space_m: 80px;
    --same_bottom_zone_space_m: 80px;

    /* 區塊標題距離內文 */
    --same_title_bottom_space: 30px;

    /* 基本間距 */
    --pd10: 10px;
    --pd20: 20px;
    --pd30: 30px;
    --pd40: 40px;
    --pd50: 50px;
    --pd80: 80px;
    --pd100: 100px;
    --pd150: 150px;
    --fonts200re: 200px;

    /* 大標題_英文 */
    --inpage_font_same_tilte_color_en: var(--main_color_01_color);
    --inpage_font_same_tilte_font_size_en: var(--fonts32re);
    --inpage_font_same_tilte_font_weight_en: 500;
    --inpage_font_same_tilte_line_height_en: 1.5;
    --inpage_font_same_tilte_letter_spacing_en: 1px;
    /* 大標題_中文 */
    --inpage_font_same_tilte_color_ch: var(--main_color_01_color);
    --inpage_font_same_tilte_font_size_ch: var(--fonts20re);
    --inpage_font_same_tilte_font_weight_ch: 600;
    --inpage_font_same_tilte_line_height_ch: 1.5;
    --inpage_font_same_tilte_letter_spacing_ch: 1px;

    /* 提示文字 */
    --notice_color: red;


    /* 基本文字大小變數 - 預設值 */
    --fonts13re: calc(0.8125rem *1.28);
    --fonts14re: calc(0.875rem *1.28);
    --fonts15re: calc(0.9375rem *1.28);
    --fonts16re: calc(1rem *1.28);
    --fonts17re: calc(1.0625rem *1.28);
    --fonts18re: calc(1.125rem *1.28);
    --fonts20re: calc(1.25rem *1.28);
    --fonts21re: calc(1.3125rem *1.28);
    --fonts22re: calc(1.375rem *1.28);
    --fonts23re: calc(1.4375rem *1.28);
    --fonts24re: calc(1.5rem *1.28);
    --fonts25re: calc(1.5625rem *1.28);
    --fonts26re: calc(1.625rem *1.28);
    --fonts28re: calc(1.75rem *1.28);
    --fonts32re: calc(2rem *1.28);
    --fonts35re: calc(2.1875rem *1.28);
    --fonts40re: calc(2.5rem *1.28);
    --fonts50re: calc(3.125rem *1.28);
    --fonts72re: calc(4.5rem *1.28);
    --fonts110re: calc(6.875rem *1.28);
}



@media (max-width: 2000px) {
    :root {
        --inpage_menu_font_size: 1rem;
        --fonts13re: 0.8125rem;
        --fonts14re: 0.875rem;
        --fonts15re: 0.9375rem;
        --fonts16re: 1rem;
        --fonts17re: 1.0625rem;
        --fonts18re: 1.125rem;
        --fonts20re: 1.25rem;
        --fonts21re: 1.3125rem;
        --fonts22re: 1.375rem;
        --fonts23re: 1.4375rem;
        --fonts24re: 1.5rem;
        --fonts25re: 1.5625rem;
        --fonts26re: 1.625rem;
        --fonts28re: 1.75rem;
        --fonts32re: 2rem;
        --fonts35re: 2.1875rem;
        --fonts40re: 2.5rem;
        --fonts50re: 3.125rem;
        --fonts72re: 4.5rem;
        --fonts110re: 6.875rem;
        /* 內頁menu */

        --inpage_menu_font_size: 1rem;
        --inpage_menu_font_size: 1rem;

        /* 項目個數 */
        --grid_template_columns_500: repeat(auto-fill, minmax(min(400px, 100%), 1fr));
    }
}

@media (max-width: 1600px) {
    :root {
        /* 項目個數 */
        --grid_template_columns_500: repeat(auto-fill, minmax(min(350px, 100%), 1fr));
        --grid_template_columns_400: repeat(auto-fill, minmax(min(300px, 100%), 1fr));

    }
}

@media (max-width: 1440px) {
    :root {

        /* 基本文字大小變數 */
        --fonts40re: 2.375rem;
        --fonts50re: 2.875rem;
        --fonts72re: 4.0625rem;
        --fonts110re: 6.25rem;
        --fonts200re: 11.25rem;

        /* 大版面左右留白 */
        --main_max_width_60: 80%;
    }
}



@media (max-width: 1200px) {
    :root {
        --fonts20re: 1.1875rem;
        --fonts21re: 1.25rem;
        --fonts22re: 1.3125rem;
        --fonts23re: 1.375rem;
        --fonts24re: 1.4375rem;
        --fonts25re: 1.5rem;
        --fonts26re: 1.5625rem;
        --fonts28re: 1.625rem;
        --fonts32re: 1.875rem;
        --fonts35re: 2rem;
        --fonts40re: 2.25rem;
        --fonts50re: 2.625rem;
        --fonts72re: 3.75rem;
        --fonts110re: 5.625rem;
    }
}

@media (max-width: 1100px) {
    :root {
        /* 基本間距 */
        --pd100: 90px;
        --pd150: 130px;
    }
}

@media (max-width: 1080px) {
    :root {

        /* 區塊相同上與下空間 */
        --same_top_zone_space: 60px;
        --same_bottom_zone_space: 60px;
        /* 基本文字大小變數 */
        --fonts17re: 1rem;
        --fonts18re: 1.0625rem;
        --fonts21re: 1.1875rem;
        --fonts22re: 1.25rem;
        --fonts23re: 1.3125rem;
        --fonts24re: 1.375rem;
        --fonts25re: 1.4375rem;
        --fonts26re: 1.5rem;
        --fonts28re: 1.5625rem;
        --fonts32re: 1.75rem;
        --fonts35re: 1.875rem;
        --fonts40re: 2.125rem;
        --fonts50re: 2.375rem;
        --fonts72re: 3.375rem;
        --fonts110re: 5rem;
        --fonts200re: 9.375rem;

        --menu_banner_space: 6.25rem;
        /* banner疊到的menu高度 */
        --menu_banner_space: 100px;
        /* footer */
        --footer_padding_top: 80px;
        --footer_padding_bottom: 80px;
    }
}

@media (max-width: 1024px) {
    :root {
        /* 大區塊內中區塊空間 */
        --same_top_zone_space_m: 60px;
        --same_bottom_zone_space_m: 60px;

    }

}

@media (max-width: 840px) {
    :root {
        --fonts18re: 1rem;
        --fonts21re: 1.125rem;
        --fonts22re: 1.1875rem;
        --fonts23re: 1.25rem;
        --fonts24re: 1.3125rem;
        --fonts25re: 1.375rem;
        --fonts26re: 1.4375rem;
        --fonts28re: 1.5rem;
        --fonts32re: 1.625rem;
        --fonts35re: 1.75rem;
        --fonts40re: 2rem;
        --fonts50re: 2.25rem;
        --fonts72re: 3rem;
        --fonts110re: 4.375rem;
    }
}

@media (max-width: 768px) {
    :root {
        --fonts21re: 1.0625rem;
        --fonts22re: 1.125rem;
        --fonts23re: 1.1875rem;
        --fonts24re: 1.25rem;
        --fonts25re: 1.3125rem;
        --fonts26re: 1.375rem;
        --fonts28re: 1.4375rem;
        --fonts32re: 1.5625rem;
        --fonts35re: 1.6875rem;
        --fonts40re: 1.875rem;
        --fonts50re: 2.125rem;
        --fonts72re: 2.75rem;
        --fonts110re: 4rem;
        --fonts200re: 6.25rem;

        /* banner疊到的menu高度 */
        --menu_banner_space: 55px;
        /* banner */
        --banner_bottom_space: 50px;
        /* footer */
        --footer_padding_top: 40px;
        --footer_padding_bottom: 40px;

        /* 大版面左右留白 */
        --main_max_width_base: 100%;
        --main_width: 90%;

    }
}

@media (max-width: 640px) {
    :root {
        --fonts21re: 1rem;
        --fonts22re: 1.0625rem;
        --fonts23re: 1.125rem;
        --fonts24re: 1.1875rem;
        --fonts25re: 1.25rem;
        --fonts26re: 1.3125rem;
        --fonts28re: 1.375rem;
        --fonts32re: 1.5rem;
        --fonts35re: 1.625rem;
        --fonts40re: 1.75rem;
        --fonts50re: 2rem;
        --fonts72re: 2.5rem;
        --fonts110re: 3.625rem;

    }
}

@media (max-width: 600px) {
    :root {
        --fonts22re: 1rem;
        --fonts23re: 1.0625rem;
        --fonts24re: 1.125rem;
        --fonts25re: 1.1875rem;
        --fonts26re: 1.25rem;
        --fonts28re: 1.3125rem;
        --fonts32re: 1.4375rem;
        --fonts35re: 1.5625rem;
        --fonts40re: 1.6875rem;
        --fonts50re: 1.875rem;
        --fonts72re: 2.375rem;
        --fonts110re: 3.25rem;
        --fonts200re: 5rem;

        /* 基本間距 */
        --pd10: 8px;
        --pd20: 15px;
        --pd30: 22px;
        --pd40: 34px;
        --pd50: 38px;
        --pd80: 60px;
        --pd100: 60px;
        --pd110: 90px;
        --pd120: 100px;
        --pd150: 100px;
        /* 大區塊內中區塊空間 */
        --same_top_zone_space_m: 30px;
        --same_bottom_zone_space_m: 30px;

    }
}

@media (max-width: 480px) {
    :root {
        --fonts23re: 1rem;
        --fonts24re: 1.0625rem;
        --fonts25re: 1.125rem;
        --fonts26re: 1.1875rem;
        --fonts28re: 1.25rem;
        --fonts32re: 1.375rem;
        --fonts35re: 1.5rem;
        --fonts40re: 1.625rem;
        --fonts50re: 1.75rem;
        --fonts72re: 2.125rem;
        --fonts110re: 2.875rem;


    }
}

@media (max-width: 375px) {
    :root {
        --fonts24re: 1rem;
        --fonts25re: 1.0625rem;
        --fonts26re: 1.125rem;
        --fonts28re: 1.1875rem;
        --fonts32re: 1.3125rem;
        --fonts35re: 1.375rem;
        --fonts40re: 1.5rem;
        --fonts50re: 1.625rem;
        --fonts72re: 2rem;
        --fonts110re: 2.625rem;
        /* 基本間距 */
        --pd30: 20px;
        --pd40: 30px;
        --pd50: 35px;
        --pd80: 40px;
        --pd100: 50px;
        --pd110: 60px;
        --pd120: 70px;
        --pd150: 70px
    }
}

@media (max-width: 320px) {
    :root {
        --fonts25re: 1rem;
        --fonts26re: 1.0625rem;
        --fonts28re: 1.125rem;
        --fonts32re: 1.25rem;
        --fonts35re: 1.3125rem;
        --fonts40re: 1.375rem;
        --fonts50re: 1.5rem;
        --fonts72re: 1.875rem;
        --fonts110re: 2.375rem;
    }
}

/* 大版面設定============================================================= */
.main_part,
.news_related,
.privacy_page .main_part .privacyContent,
.video_page .main_part,
.projects_page .StoreProjsList,
.StoreProjsList,
.StoreProjsDetail,
.product_page .main_part,
.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;
}

.news_part,
.module_i_album,
.module_i_news,
.module_i_projects,
.pageIndex .prod_part,
.pageIndex .contact_content,
.contact_page .contact_content form,
.pageIndex .productsListBox,
.prod_related {
    padding-top: calc(var(--same_top_zone_space) / 1);
    padding-bottom: var(--same_bottom_zone_space);
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    display: grid;
    width: 100%;
    grid-template-columns: minmax(0, 1fr);
}


.main_part {
    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%;
}


.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(--fonts18re);
    line-height: var(--font_same_title_line_height_m);

}

.projects_page .StoreProjs_Post li h4 {
    height: unset;
    width: 90%;
    margin: auto;
}


.blog_category_title,
.i_album_list li a p {
    font-size: var(--fonts18re);
    font-family: var(--font_same_title_family);
    letter-spacing: var(--font_same_title_letter_spacing);
    font-weight: var(--font_same_title_weight);
    color: var(--font_same_title_color);
    line-height: var(--font_same_title_line_height_m);

}

.show-list .show_name,
.other_subalbum li a p,
.pic-list .item h6,
.video-list .vidTitle,
.show-list .item .show_name {
    font-family: var(--font_same_title_family);
    letter-spacing: var(--font_same_title_letter_spacing);
    font-weight: var(--font_same_title_weight);
    color: var(--font_same_title_color);
    line-height: var(--font_same_title_line_height_m);

    font-size: calc(var(--fonts18re));
    /* height中--fontsxxre是和font-size一樣的，須一起修改 */
    height: calc(calc(var(--fonts18re) * var(--font_same_title_line_height_m) * 2) + calc(var(--padding_webkit_line_clamp) * 2));
    /* 高度 = [(字體大小 × 行高 × 行數)+上下空間]*/
    -webkit-line-clamp: 2;
    --padding_webkit_line_clamp: 0rem;
    padding-left: 10px;
    padding-right: 10px;
    border-top: solid transparent var(--padding_webkit_line_clamp);
    border-bottom: solid transparent var(--padding_webkit_line_clamp);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;

    margin-top: 10px;
    margin-bottom: 0;
}

.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(--fonts18re));
}

.i_blog_ri h5,
.blog_list_ri h5 {
    font-family: var(--font_same_title_family);
    letter-spacing: var(--font_same_title_letter_spacing);
    font-weight: var(--font_same_title_weight);
    color: var(--font_same_title_color);
    line-height: var(--font_same_title_line_height_m);

    font-size: calc(var(--fonts18re));
    /* height中--fontsxxre是和font-size一樣的，須一起修改 */
    height: calc(calc(var(--fonts18re) * var(--font_same_title_line_height_m) * 2) + calc(var(--padding_webkit_line_clamp) * 2));
    /* 高度 = [(字體大小 × 行高 × 行數)+上下空間]*/
    -webkit-line-clamp: 2;
    --padding_webkit_line_clamp: 1rem;
    padding-left: 10px;
    padding-right: 10px;
    border-top: solid transparent var(--padding_webkit_line_clamp);
    border-bottom: solid transparent var(--padding_webkit_line_clamp);

    margin-top: 0;

}


.news_related_list li a p {
    font-family: var(--font_same_title_family);
    letter-spacing: var(--font_same_title_letter_spacing);
    font-weight: var(--font_same_title_weight);
    color: var(--font_same_title_color);
    line-height: var(--font_same_title_line_height_m);

    font-size: calc(var(--fonts18re));
    /* height中--fontsxxre是和font-size一樣的，須一起修改 */
    height: calc(calc(var(--fonts18re) * var(--font_same_title_line_height_m) * 2) + calc(var(--padding_webkit_line_clamp) * 2));
    /* 高度 = [(字體大小 × 行高 × 行數)+上下空間]*/
    -webkit-line-clamp: 2;
    --padding_webkit_line_clamp: 1rem;
    padding-left: 10px;
    padding-right: 10px;
    border-top: solid transparent var(--padding_webkit_line_clamp);
    border-bottom: solid transparent var(--padding_webkit_line_clamp);

    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.products-list .name .numbering,
.products-list .name,
.related_list li a p {
    font-family: var(--font_same_title_family);
    letter-spacing: var(--font_same_title_letter_spacing);
    font-weight: var(--font_same_title_weight);
    color: var(--font_same_title_color);
    font-size: var(--fonts18re);
    line-height: var(--font_same_title_line_height_s);

}


.products-list .name,
.related_list li a p {
    font-family: var(--font_same_title_family);
    letter-spacing: var(--font_same_title_letter_spacing);
    font-weight: var(--font_same_title_weight);
    color: var(--font_same_title_color);
    line-height: var(--font_same_title_line_height_m);

    font-size: calc(var(--fonts18re));
    /* height中--fontsxxre是和font-size一樣的，須一起修改 */
    height: calc(calc(var(--fonts18re) * var(--font_same_title_line_height_m) * 2) + calc(var(--padding_webkit_line_clamp) * 2));
    /* 高度 = [(字體大小 × 行高 × 行數)+上下空間]*/
    -webkit-line-clamp: 2;
    --padding_webkit_line_clamp: 0rem;
    padding-left: 10px;
    padding-right: 10px;
    border-top: solid transparent var(--padding_webkit_line_clamp);
    border-bottom: solid transparent var(--padding_webkit_line_clamp);

    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.related_list li a p {
    margin-bottom: 10px;
}

.blog_category_title,
h5.blog_le_t,
h5.blog_le_t em,
.order_pay .blank_letter,
.contact_form li .form__label:before,
.contact_content .information_left .list_before,
.atmInfo .blank_letter,
.product_info li .txt_box,
.title_i_box,
.i_prod_tit,
.i_video_tit,
.pd_tabTitle li a,
.promotion_title {
    font-family: var(--font_same_title_family);
    letter-spacing: var(--font_same_title_letter_spacing);
    font-weight: var(--font_same_title_weight);
    color: var(--font_same_title_color);
    font-size: var(--fonts18re);
    line-height: var(--font_same_title_line_height_s);


}


.other_promotion .pmtTitle h3 {
    letter-spacing: var(--font_same_title_letter_spacing);
    font-weight: var(--font_same_title_weight);
    color: var(--font_same_title_color);
    line-height: var(--font_same_title_line_height_s);

    font-size: calc(var(--fonts18re));
    /* height中--fontsxxre是和font-size一樣的，須一起修改 */
    height: calc(calc(var(--fonts18re) * var(--font_same_title_line_height_m) * 2) + calc(var(--padding_webkit_line_clamp) * 2));
    /* 高度 = [(字體大小 × 行高 × 行數)+上下空間]*/
    -webkit-line-clamp: 2;
    --padding_webkit_line_clamp: 1rem;
    border-top: solid transparent var(--padding_webkit_line_clamp);
    border-bottom: solid transparent var(--padding_webkit_line_clamp);
}

.promotions_page .pmtTitle span {}

.album_fixed_title {
    background: transparent;
}

.related_list li a {
    display: grid;
    gap: 10px;
}

@media (max-width: 476px) {
    .projects_page .StoreProjs_Post ul {
        grid-template-columns: minmax(0, 1fr);

    }

    .projects_page .StoreProjs_Post li h4 {
        height: unset;
        -webkit-line-clamp: unset;


    }
}

/* 內文 */
.contact_content .information_left .list_before.info li,
.contact_content .information_left .list_before.info li a,
.contact_content .information_left .list_before.info li p,
.news_list ul li p,
.album_descrip,
ul.list_before.account,
.remit_page .form_content,
.header_area .me_tp_features .box_search input[type=text],
.shop_search_btn,
.header_area .me_tp_features span,
.contact_content .information_left .list_before.info li,
.contact_content .information_left .list_before.info li a,
.contact_content .information_left .list_before.info li p.blog_search input[type=search],
.blog_list_ri em,
.info_TEL:before,
.info_TEL2:before,
.info_PHONE:before,
.info_LINE:before,
.info_FAX:before,
.info_TAXID:before,
.info_MAIL:before,
.info_ADD:before,
.info_ADD2:before,
.album_fixed_title,
.privacy_page .main_part .privacyContent,
.privacy_page .main_part .privacyContent p,
.privacy_page .main_part .privacyContent a,
.projects_detaild_page .ProjsDetail_Viewpoint,
#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);
}


.vid_item .vidDesc {
    font-family: var(--font_same_content);
    letter-spacing: var(--font_same_content_letter_spacing);
    font-weight: var(--font_same_content_font_weight);
    line-height: var(--font_same_content_line_height);
    color: var(--font_same_content_color);


    font-size: calc(var(--fonts16re));
    /* height中--fontsxxre是和font-size一樣的，須一起修改 */
    height: calc(calc(var(--fonts16re) * var(--font_same_title_line_height_m) * 4) + calc(var(--padding_webkit_line_clamp) * 2));
    /* 高度 = [(字體大小 × 行高 × 行數)+上下空間]*/
    -webkit-line-clamp: 4;
    --padding_webkit_line_clamp: 0rem;
    padding-left: 10px;
    padding-right: 10px;
    border-top: solid transparent var(--padding_webkit_line_clamp);
    border-bottom: solid transparent var(--padding_webkit_line_clamp);


    max-height: unset;
}

.i_blog_ri p,
.blog_list_ri p {
    font-family: var(--font_same_content);
    letter-spacing: var(--font_same_content_letter_spacing);
    font-weight: var(--font_same_content_font_weight);
    line-height: var(--font_same_content_line_height);
    color: var(--font_same_content_color);

    font-size: calc(var(--fonts16re));
    /* height中--fontsxxre是和font-size一樣的，須一起修改 */
    height: calc(calc(var(--fonts16re) * var(--font_same_title_line_height_m) * 3) + calc(var(--padding_webkit_line_clamp) * 2));
    /* 高度 = [(字體大小 × 行高 × 行數)+上下空間]*/
    -webkit-line-clamp: 3;
    --padding_webkit_line_clamp: 0rem;
    padding-left: 10px;
    padding-right: 10px;
    border-top: solid transparent var(--padding_webkit_line_clamp);
    border-bottom: solid transparent var(--padding_webkit_line_clamp);


    max-height: unset;
}

.blog_list_ri em,
.i_blog_ri em {
    font-family: var(--font_same_content);
    letter-spacing: var(--font_same_content_letter_spacing);
    font-weight: var(--font_same_content_font_weight);
    line-height: var(--font_same_content_line_height);
    color: var(--font_same_content_color);
    font-size: calc(var(--fonts16re));

    padding-left: 10px;
    padding-right: 10px;
}

.ProjsDetail_Intro em.TxtHouseType {
    font-family: var(--font_same_content);
    letter-spacing: var(--font_same_content_letter_spacing);
    font-weight: var(--font_same_content_font_weight);
    line-height: var(--font_same_content_line_height);
    color: var(--font_same_content_color);
    font-size: calc(var(--fonts16re));
}



/* 提示 */
.car_page .red,
.red {
    color: var(--notice_color);
}

.info_TEL:before,
.info_TEL2:before,
.info_PHONE:before,
.info_LINE:before,
.info_FAX:before,
.info_TAXID:before,
.info_MAIL:before,
.info_ADD:before,
.info_ADD2:before {
    width: unset;
    padding-right: 10px;
    position: relative;
    display: inline-block;
}

.header_area .box_search input[type=text] {
    line-height: unset;
}

.header_area .box_search input[type=text],
.shop_search_btn,
.header_area .me_tp_features span,
.blog_search input[type=search],
.blog_search form:before {
    font-size: var(--fonts14re);
}

.header_area .me_tp_features span {
    color: var(--header_bg_p_color);
}

.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);
}


.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;
}



.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;
    }

    .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);
    }
}

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2025.12.18  */

.ProdFilter_Item_Show {
    width: 100%;
}

.Prods_Menulists {
    width: 100%;
    padding: 0;
}

.Prods_Wrap {
    width: calc(100% - 270px);
}

/* 篩選器-左手邊 / 產品分類-上面
.ProdFilter_ { order: 2;}
.Prods_Menulists { order: 1;}
.Prods_Wrap { order: 3;}
.ProdFilter_ { width: 250px; letter-spacing: 1px;}
.ProdFilter_ li { width: 100%;}
.ProdFilter_ li > a { background: #f3f3f3; border: none; border-bottom: 3px #ddd solid;}
.ProdFilter_ dl { position: static; width: 100%; display: block;}
*/

/* 產品分類-左手邊 / 篩選器-上面 */

.ProdFilter_ {
    order: 1;
    margin-bottom: 25px;
}

.Prods_Menulists {
    order: 2;
}

.Prods_Wrap {
    order: 3;
}

.Prods_Menulists {
    width: 250px;
    letter-spacing: 1px;
}

.Prods_Menulists ul {}

.Prods_Menulists>ul>li {
    width: 100%;
    flex-wrap: wrap;
}

.Prods_Menulists ul ul {
    position: static;
    border: none;
}

.Prods_Menulists ul li ul li {}

.Prods_Menulists li.has-sub.open>a {
    background: #f0f0f0;
}

.product_info_page .half_box {
    width: 100%;
    float: none;
    padding-right: 0;
}

.product_info_page .half_box li.btn_blankTop {
    margin-top: 50px;
    justify-content: space-between;
    display: flex;
}

.product_info_page .half_box li.btn_blankTop input {
    width: calc(50% - 10px);
    background-image: none;
    padding: 0;
    text-align: center;
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {
    .product_main {
        display: block;
        width: 100%;
    }

    .sidebarBtn {
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 980px) {}

@media screen and (max-width: 768px) {
    /* 篩選器-左手邊 / 產品分類-上面
.Prods_Wrap { width: 100%;}
.ProdFilter_ { width: 100%;}
.ProdFilter_Item_Show { width: calc(100% - 110px);}
.ProdFilter_ { order: 1;}
.Prods_Menulists { order: 2;}
.ProdFilter_ li > a span { color: #333;}
*/

    .Prods_Wrap {
        width: 100%;
        margin-top: 20px;
    }

    .ProdFilter_ {
        width: 100%;
    }

    .Prods_Menulists {
        opacity: 0;
        display: none;
    }

}

@media screen and (max-width: 600px) {}



/* 按鈕=============================================================*/

.shop_search_btn {
    background: #ADA17E;
}


.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(--fonts16re);
    font-family: var(--font_same_content);
    letter-spacing: var(--font_same_content_letter_spacing);
    font-weight: var(--font_same_content_font_weight);

}


.contact_le_map a,
.animated-arrow,
.lastPage,
.blog_back a.article_btn_prev,
.blog_back a.article_btn_next,
.blog_back a.article_btn_back,
.contact_form li.last blockquote,
.contact_form li.last cite,
.total_amount .rewrite_simple,
.total_amount .send_simple,
.inquiry_a1,
.inquiry_a2,
.inquiry_a3,
.formbox_form li.last .rewrite_simple,
.formbox_form li.last input:last-child,
.products-list .more,
.products-list .more.con_map_add_t,
.other_album_choice li,
.ProjsDetail_Bottom a,
.mem_box2 input.bbtn01,
.mem_box2 input.bbtn02,
.i_blog_b a,
.i_news_b,
.other_page .mem_regist_title_s_s input[type="button"] {
    font-size: var(--fonts16re);
    font-family: var(--font_same_family_btn);
    letter-spacing: var(--font_same_letter_spacing_btn);
    font-weight: var(--font_same_font_weight_btn);


    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,
.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,
.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 {
    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);
}


.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);
}


@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 {
    width: unset;
    bottom: 120px;
    right: 10px;
}

.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: 40px;
    gap: 15px;
}

.info_fix_links a {
    width: 100%;
    height: 40px;
    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);
}

.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: 40px;
    height: 40px;
}

.info_fix_links a span::before {
    background-size: contain;
    width: 40px;
    height: 40px;
    pointer-events: none;
}

.info_fix>span {
    background: var(--main_color_01_color);
}

.info_fix_links a i::before {
    color: var(--fix_btn_color);
    transition: all var(--t-base) var(--ease-interior);
    pointer-events: none;

}


.fa-tiktok-f::before {
    content: '\e07b';

}

/* 指定顏色 */
/* 
.info_fix_links .info_fix_line {
    background: #5EC040;

}

.info_fix_links .info_fix_line:hover {
    background: #5EC040c7;

}

.info_fix_links .info_fix_phone {
    background: #9978FF;

}


.info_fix_links .info_fix_phone:hover {
    background: #9978FFc7;

}

.info_fix_links .info_fix_tel,
.info_fix_links .info_fix_tel2 {
    background: #18A987;

}

.info_fix_links .info_fix_tel:hover,
.info_fix_links .info_fix_tel2:hover {
    background: #18A987c7;

}

.info_fix_links .info_fix_fb {
    background: #41629A;


}

.info_fix_links .info_fix_fb:hover {
    background: #4c7c88c7;

}

.info_fix_links .info_fix_yt {
    background: #E2352F;
}


.info_fix_links .info_fix_yt:hover {
    background: #E2352Fc7;
}




.info_fix_links .info_fix_mail {
    background: #4D8FD6;

}


.info_fix_links .info_fix_mail:hover {
    background: #4D8FD6c7;

} */

/* 浮動按鈕修正 */
.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: 0;
}

a.info_fix_default.info_fix_line,
.footer .box_link .line {
    order: 1;
}

a.info_fix_default.info_fix_fb,
.footer .box_link .me_tp_fb {
    order: 2;
}

a.info_fix_default.info_fix_ig,
.footer .box_link .me_tp_ig {
    order: 3;
}

a.info_fix_default.info_fix_map,
.footer .box_link .add,
.footer .box_link .add2 {
    order: 6;

}

a.info_fix_default.info_fix_list {
    order: 4;

}

.footer_info .mail,
.footer .box_link .me_tp_mail {
    order: 5;
}

.footer_info .taxid,
.contact_content .information_left .list_before.info .info_TAXID {
    order: 6;
}



.footer_info li .tel,
.footer_info li .tel2,
.footer_info li .phone,
.contact_content .information_left .list_before.info .info_TEL {
    order: 0;
}

.footer_info li .line,
.contact_content .information_left .list_before.info .info_LINE {
    order: 1;
}

.footer_info li .email,
.contact_content .information_left .list_before.info .info_MAIL {
    order: 2;
}

.footer_info li .add,
.footer_info li .add2,
.contact_content .information_left .list_before.info .info_ADD,
.contact_content .information_left .list_before.info .info_ADD2 {
    order: 3;
}

.ProjsDetail_Title p a,
.ProjsDetail_Title p a::before {
    background-color: var(--btn_bg_01);
}

.ProjsDetail_Title p a::before {
    color: var(--btn_color_01);
}

/* logo============================================================= */
/* 電腦LOGO */
.bodyDesktop .nav-brand {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 0;
}

.nav-brand img {
    transition: all var(--t-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: 250px;
}

.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); */
    /* 不要寫這裡 */

}

.header_area {
    padding-bottom: 0;
    padding: 0;
    background: var(--header_bg);
    width: 100%;
    top: 0;
    transition: all var(--t-base) var(--ease-interior);
    position: sticky;

}


.header_area.sticky {
    /* background: var(--header_bg_sticky); */
    background: transparent;
    transition: all var(--t-base) var(--ease-interior);
    border-bottom-width: 100%;


}

.bodyDesktop .header_area.sticky:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--header_bg_sticky);
    animation: slideUpCollapse 1s cubic-bezier(0.4, 0, 1, 1) forwards;

}

@keyframes slideUpCollapse {
    0% {
        opacity: 1;
        transform: translateY(0);
        border-radius: 0 0 16px 16px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
    }

    100% {
        opacity: 0;
        transform: translateY(-24px);
        border-radius: 0;
        box-shadow: none;
    }
}

.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;
    }
}

@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: var(--main_color_01_bg_op);
        backdrop-filter: blur(5px) saturate(100);
    }
}

@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);
    transition: all var(--t-base) var(--ease-interior);
}

.navigation {
    padding: 0px 30px;
    grid-template-columns: 250px 1fr;
    align-items: center;
    transition: all var(--t-base) var(--ease-interior);
}
.bodyDesktop .navigation{
    padding-top: 10px;
    padding-bottom: 10px;
}
.header_area.sticky .navigation:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    animation: slideInRightSoft 5s 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
    background: url(https://pic03.eapple.com.tw/deryising/bg_repeat_300_brown.jpg);
    opacity: 0;
    transition: all var(--t-base) var(--ease-interior);
}

.header_area.sticky .main_header_area .container {
    width: 100%;
    transition: all var(--t-base) var(--ease-interior);
    transition-delay: 3s;

}

@keyframes slideInRightSoft {
    0% {
        opacity: 0;
        transform: translateY(-100px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

套用
/* 商品下拉超過30個變大 */

.stellarnav.desktop li.bigMenu>ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    left: 0;
    width: 100%;
    position: fixed;
    padding: 20px;
}

.stellarnav.desktop li.bigMenu ul ul {
    top: 100%;
    left: 0;
    width: 100%;
    background: var(--main_decorative_bg);
    height: auto;
    max-height: 300px;
    overflow: auto;
}

.stellarnav.desktop li.bigMenu ul ul li {
    margin: 0;
}

.stellarnav.hasBigMenu li.bigMenu li.has-sub>a:after {
    border-left: 6px solid transparent;
    border-bottom: unset;
    border-right: 6px solid transparent;
    border-top: 6px solid var(--main_color_border_01);
    right: 5px;
}

@media screen and (max-width: 1024px) {
    .bodyDesktop .nav-brand {
        margin-left: auto;
    }
}



.stellarnav>ul>li>a,
.stellarnav>ul>li>a b,
.stellarnav ul ul,
.stellarnav li li>a,
.stellarnav li li.has-sub>a,
.header_area .me_tp_features {
    font-family: var(--header_p_font_family);
    color: var(--header_bg_p_color);
    font-size: var(--header_p_font_size);
    font-weight: var(--header_p_font_weight);
    letter-spacing: var(--header_p_letter_spacing);
}

.footer .box_link a,
.tp_links a,
.fa-caret-down::before {
    font-size: var(--fonts14re);
}

.fa-caret-down::before {
    content: "\f107";
    opacity: 0.8;
}

.header_area .me_tp_features a i:before,
.header_area .tp_links a,
.footer .box_link i:before {
    color: var(--header_bg_p_color);
    transition: all var(--t-base) var(--ease-interior);

}

.header_area .tp_links a:hover,
.header_area .me_tp_features a:hover i:before {
    color: var(--icon_color_h_f_hover);
    transition: all var(--t-base) var(--ease-interior);

}

/* .footer .box_link a:hover i:before */

.box_link a {
    background: var(--icon_color_h_f_bg);
    transition: all var(--t-base) var(--ease-interior);

}

.box_link a:hover {
    transform: translateY(-10px);
    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;
}

/*第一層*/
.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;


}

/*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: 100%;
    height: 2px;
    background-color: var(--main_color_00_color);
    bottom: 0;
    left: 0;
    transform: scale(0, 1);
    transition: 0.5s;
    z-index: 2;
}

.stellarnav.desktop>ul>li:hover::before {
    transform: scale(1);
}

@media screen and (max-width:1024px) {
    .header_area {
        position: sticky;
    }
}

/*隱藏選單按鈕連結*/

@media screen and (max-width: 768px) {

    .stellarnav.mobile>ul>li>a b:nth-child(2) {
        display: none;
    }

    .stellarnav.mobile {
        padding: 5px;
        top: 15px;
    }

    .nav-header {
        min-height: 74px;
    }
}

/* 摺疊選單 */
.stellarnav .menu-toggle span.bars span {
    background: var(--menu_navigation_bar_bg);
}

.stellarnav .menu-toggle:after,
.stellarnav.mobile.left .close-menu {
    color: var(--menu_navigation_bar_color);
}

.stellarnav .icon-close:before,
.stellarnav .icon-close:after {
    border-color: var(--menu_navigation_bar_bg);
}

/* footer============================================================= */
.footer * {
    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: minmax(0, 1fr) 300px;
    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_menu {

    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(125px, auto) minmax(125px, auto));
    max-width: 300px;
    gap: 10px;
}

.footer_info ul {
    gap: var(--gapbig_01);
    order: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(125px, auto) minmax(200px, 1fr));
}

.footer_logo {
    order: 1;
}

.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);
    padding: 0;
}

.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 {
    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: 0;
}

.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;
    grid-column: 1 / -1;
}



.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: none;
}


.copy {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0;
    border: solid 1px var(--main_color_border_01);
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.copy,
.copy a {
    border-color: transparent;
}

@media screen and (max-width: 1200px) {

    .footer_logo,
    .footer_info ul {
        order: unset;
    }

    .footer_info {
        grid-template-columns: auto;
        justify-content: space-around;
    }

    .footer_info li:nth-child(1) {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }

}


@media screen and (max-width: 600px) {
    .footer_info {
        gap: 30px;
    }

    .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 .swiper-banner .swiper-slide img,
.pageIndex .BannerHome02,
.pageIndex .BannerHome02 .swiperBan02 .swiper-slide img,
.pageIndex .BannerHome02 .swiper-fade .swiper-slide {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 2000/1000;

}

.pageIndex .bannerindex .swiper-banner .swiper-slide {
    position: relative;
}


/* 設計老爹大圖 */
/* 2025.12.26 中間放大*/
.BannerHome02 .swiper-slide-active img {
    transform: scale(1);
}

.BannerHome02 .swiperBan02 .swiper-slide img {
    transition: transform 5s ease-out;
    will-change: transform;
    transform: scale(1);
}

.BannerHome02 .swiperBan02 .swiper-slide-active img {
    transform: scale(1.06);
}

.pageIndex .BannerHome02 .swiper-button-next:after,
.pageIndex .BannerHome02 .swiper-button-prev:after {
    font-size: clamp(16px, 2vw, 32px);
}

@media screen and (max-width: 1024px) {
    .pageIndex .swiper-banner .swiper-slide img {
        object-fit: cover;
    }
}

@media screen and (max-width: 768px) {
    .pageIndex .bannerindex {
        padding: 0;
        margin: 0;
        height: auto;
        padding: 0;
    }

    .pageIndex .BannerHome02 .swiper-button-next:after,
    .pageIndex .BannerHome02 .swiper-button-prev:after {}


}

@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;
    justify-content: start;
    z-index: 0;

}


.privacy_page .banner {
    flex-direction: unset;
}

.services_page .banner {
    /* background: #F6F4EF; */
    /* display: none; */

}

.banner h5,
.privacy_page .banner h5 {
    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); */

    padding-top: calc(var(--same_top_zone_space)/2);
    position: absolute;
    background-image: url(https://pic03.eapple.com.tw/deryising/bg_repeat_300_w.jpg);
    background-repeat: repeat;
    bottom: 0;
    /* 上方陰影 */
    box-shadow: 0 -8px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;

    height: 100%;
    max-width: 300px;

    writing-mode: vertical-rl;
    text-align-last: start;
}

.banner h5:before,
.privacy_page .banner h5:before {
    content: '專注輕隔間・夾層・複層結構技術';
    display: inline-flex;
    flex-wrap: wrap;
    order: 2;
    font-size: var(--fonts16re);
    animation: moveUp 1.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    pointer-events: none;

}


@keyframes lineDrop {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.banner:before {
    content: '';
    width: 100%;
    height: unset;
    pointer-events: none;

    aspect-ratio: 2000/600;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(https://pic03.eapple.com.tw/deryising/banner_all.jpg);

    transform: translateX(-20px);
    /* 初始微左移 */
    opacity: 0;
    animation: revealRightLeft 1.8s ease forwards;
}

@keyframes revealRightLeft {
    0% {
        clip-path: inset(0 100% 0 0);
        /* 完全收起右側 */
        transform: translateX(-20px);
        /* 微左側偏移 */
        opacity: 0;
    }

    100% {
        clip-path: inset(0 0 0 0);
        /* 完全展開 */
        transform: translateX(0);
        /* 回到原位 */
        opacity: 1;
    }
}

@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) {
    .banner:before {
        aspect-ratio: 2000 / 1200;
    }

    .banner h5,
    .privacy_page .banner h5 {

        height: unset;
        writing-mode: horizontal-tb;
    }
}



@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);
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;


    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    width: 100%;
}

.Prods_Menulists {
    width: 100%;
    padding: 0;
}

/* 中間放大*/
.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 .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%;

}

.products-list {
    display: grid;
    padding: 0px 0;
}

.products-list .item,
.product_page .products-list .item {
    width: 100%;
    padding: 0;
}

.products-list .item a,
.product_page .products-list .item a {
    padding-bottom: 0;

}

.products-list .pic,
.product_page .products-list .pic {
    transition: all 0.5s ease-in-out;
    background: var(--main_decorative_bg);
    aspect-ratio: var(--aspect_ratio_buy);
}

.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;
    display: none;
}

.products-list .price b,
.product_page .products-list .price b {
    margin: 0 5px;
    line-height: 180%;
    text-align: center;
}

.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;
}

/*相關推薦*/
.news_related {
    z-index: 2;
    background: var(--same_related_bg);
}

.related_list li a {
    padding: 10px;
    background: var(--same_related_item_bg);
}

.related_list li:hover a img {
    transform: scale(1.05);
    transition: all var(--t-base) var(--ease-interior);


}

.related_list li figure {
    aspect-ratio: var(--aspect_ratio_buy);
}

.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 .ProdFilter_,
.product_info_page .ProdFilter_ {
    grid-column: 1/-1;
}

/* 產品分類-左手邊 / 篩選器-上面 */

.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;
    /* background: #373634; */
    margin: auto;

}


.pageIndex .module_i_projects .ProjSwiper li:hover>a,
.projects_page .StoreProjs_Post li:hover>a {
    /* transform: translateY(-30px); */
}

/* .pageIndex .module_i_projects .ProjSwiper li a:before,
.projects_page .StoreProjs_Post li a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    background: rgba(30, 35, 45, 0.9);
    z-index: 5;

    animation: coverUp 1.4s cubic-bezier(.7, 0, .3, 1) forwards;
}



@keyframes coverUp {
    0% {
        bottom: -100%;
    }

    100% {
        bottom: 0;
    }
} */



.projects_page .StoreProjs_Post li>a:hover section {
    height: unset;
    transform: scaleY(0);
}

.projects_page .StoreProjs_Post li section {
    position: absolute;
    bottom: 0;
    padding: 10px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    height: unset;
    background: #746f73d5;
    opacity: 1;
    transform: scaleY(1);
    transform-origin: bottom;


}

.projects_page .StoreProjs_Post li section h6,
.projects_page .StoreProjs_Post li section h6 strong,
.projects_page .StoreProjs_Post li>a section h6 em {
    color: #ffffff;
    height: unset;
    display: inline-block;
    margin-bottom: 0;
}

.projects_page .StoreProjs_Post li section h6 strong+em {
    margin-top: 10px;
}

.projects_page .StoreProjs_Post li>a section h6 em {}

.projects_page .StoreProjs_Post li:hover h6 em {}


.pageIndex .module_i_projects .ProjSwiper li:hover img,
.projects_page .StoreProjs_Post li:hover img {}

.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: 14/9;
}

.projects_detaild_page .ProjsDetail_info_5_5 .clear_all li {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 20px;
}

.projects_detaild_page .ProjsDetail_info_5_5 .clear_all {}

.projects_detaild_page .ProjsDetail_info_2_5 {
    width: 100%;
}

.projects_detaild_page .ProjsDetail_ImgView ul li a {
    padding: 0;
    height: unset;
}

.projects_detaild_page .ProjsDetail_ImgView ul li a img {
    position: relative;
    transition: all 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;
    padding-bottom: clamp(40px, 5vw, 60px);

}


.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);
}



.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: #f5f5f5c8;

}

.projects_page .StoreProjs_Post ul:hover li {
    opacity: 1;
}

.sidebar__inner.StyBoxed01 .ProjsDetail_Intro {
    display: grid;
    gap: 40px;
    grid-template-columns: 200px minmax(0, 1fr);
}

.sidebar__inner.StyBoxed01 .ProjsDetail_Intro dl {
    width: 100%;
    grid-template-columns: minmax(0, 1fr);
}

@media (max-width: 1600px) {

    .projects_detaild_page .ProjsDetail_Intro dl {
        grid-template-columns: repeat(1, 1fr);
        gap: 0px;
    }

    .sidebar__inner.StyBoxed01 .ProjsDetail_Intro {
        grid-template-columns: minmax(0, 1fr);

    }
}


@media (max-width: 1024px) {
    .projects_detaild_page .ProjsDetail_Viewpoint {
        max-height: unset;
    }

    .projects_detaild_page .ProjsDetail_infoBox {
        grid-template-columns: minmax(0, 1fr);
    }

    .projects_detaild_page .sidebar__inner {
        margin-bottom: 0px;
    }

    .projects_detaild_page .sidebar__inner {
        top: 0;
    }

    .projects_detaild_page .ProjsDetail_info_3_5 {
        justify-self: center;
    }

    .projects_detaild_page .ProjsDetail_info_2_5 {
        max-width: 800px;
    }

    .projects_detaild_page .ProjsDetail_info_5_5 .clear_all li {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (max-width: 768px) {


    .pageIndex .module_i_projects .ProjSwiper li>a section,
    .pageIndex .module_i_projects .ProjSwiper li>a:hover section {
        height: unset;
        position: relative;
        backdrop-filter: unset;

    }


    .pageIndex .ProjSwiper li>a:hover:after {
        backdrop-filter: unset;
    }

    .pageIndex .module_i_projects .ProjSwiper li>a section,
    .pageIndex .module_i_projects .ProjSwiper li>a:hover section h6,
    .pageIndex .module_i_projects .ProjSwiper li>a section h6,
    .pageIndex .module_i_projects .ProjSwiper li section h6 strong {
        color: var(--font_same_title_color);
        text-shadow: none;
    }

    .pageIndex .module_i_projects .ProjSwiper li section h6 strong {
        display: block;
    }

    .pageIndex .module_i_projects .ProjSwiper li>a section,
    .pageIndex .module_i_projects .ProjSwiper li>a:hover section {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .pageIndex .ProjSwiper li>a {
        background: var(--main_decorative_bg);
    }

    .pageIndex .module_i_projects .ProjSwiper li>a:after {
        display: none;
    }

    .sidebar__inner.StyBoxed01 .ProjsDetail_Intro {
        flex-direction: column;
        grid-template-columns: minmax(0, 1fr);

    }


}

@media (max-width: 476px) {
    .projects_detaild_page .ProjsDetail_info_5_5 .clear_all li {
        grid-template-columns: repeat(auto-fill, minmax(min(400px, 100%), 1fr));
    }
}






/* 影片============================================================= */
.pageIndex .videoListBox *,
.videoListBox.swiper *,
.video_page .video_content * {
    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 {}

/* 聯絡============================================================= */
.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;
}


.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;
}

.contact_page.bodyDesktop .contact_form li {
    grid-template-columns: minmax(0, 1fr);
}



.contact_page.bodyDesktop .contact_form li:nth-child(3+n) {}

.contact_form li:has(input[type=checkbox]) .form__insert,
.contact_form li:has(input[type=radio]) .form__insert {
    margin-bottom: 10px;
    color: var(--font_same_content_color);
    grid-template-columns: repeat(auto-fit, minmax(13px, 13px) minmax(200px, 1fr));
}

.contact_form {
    position: relative;
    grid-template-columns: minmax(0, 1fr);
    margin: auto;
    max-width: 960px;
    padding: var(--same_top_zone_space_m);
}


.i_contact_box section form,
.contact_page .contact_content form {
    display: grid;
    gap: 10px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    gap: 60px;
    grid-template-columns: 300px 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_list {
    padding: 0;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}


.blog_in_page .blog_box {
    max-width: var(--main_max_width_60);

}

.module_i_news ul {
    grid-template-columns: var(--grid_template_columns_400);
    gap: var(--gap_40_20);
}

.blog_subbox {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    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 {
    position: relative;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);

}

.i_blog_le,
.blog_list_le {
    position: relative;
    overflow: hidden;
    aspect-ratio: 9/9;
}

.module_i_news ul:hover .i_blog_le,
.blog_subbox:hover .blog_list_le {}



.module_i_news li:hover .i_blog_le,
.subbox_item:hover .blog_list_le {
    transform: translateY(-10px);

}

.i_blog_ri,
.blog_list_ri {
    position: relative;
    padding: 0;
    width: 100%;
}

.module_i_news li .blog_list_ri:before,
.subbox_item .blog_list_ri:before {
    content: '';
    width: 1px;
    height: 0;
    background: var(--main_color_border_01);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -70px;
}

.module_i_news li:hover .blog_list_ri:before,
.subbox_item:hover .blog_list_ri:before {
    height: 60px;
}

.blog_page .blog_ri {
    width: 100%;
    padding-left: 0;
}

.blog_in_page .blog_ri {
    gap: 20px;
    width: 100%;
    max-width: 100%;
}



.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;
}

.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: 1400px) {
    .blog_subbox {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media screen and (max-width: 1024px) {
    .blog_le {
        top: 0;
        position: relative;
        margin-bottom: 0;
    }

    .blog_box {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media screen and (max-width: 768px) {

    .module_i_news ul:hover .i_blog_le,
    .blog_subbox:hover .blog_list_le {
        filter: grayscale(0) contrast(1);
        transform: scale(1);

    }

    .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);
    }

    .module_i_news li a,
    .subbox_item a {
        position: relative;
        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: uppercase;
    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);

}

.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: 9/9;
    object-fit: cover;
    position: relative;

}

.i_album_list li div:hover img,
.show-list .show_pic:hover img,
.pic-list .show_pic:hover img {
    transform: scale(1.2);

}

.show-list .overlay {}

.i_album_list li a p,
.show-list .show_name,
.pic-list .item h6 {
    padding: 0;
}

.i_album_list li a p span {}


.other_album * :not(.fa-solid) {
    position: relative;
}

.fa-image::before {
    content: "\f03e";
    font-family: 'Font Awesome 6 Free';
}





.show-list .item:nth-child(4n + 1) .show_pic:before {
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);

    background: var(--main_decorative_bg_out_box);
    -moz-animation: decoration_background_top 1.2s cubic-bezier(0.81, 0.15, 0.26, 0.99);
    -webkit-animation: decoration_background_top 1.2s cubic-bezier(0.81, 0.15, 0.26, 0.99);
    animation: decoration_background_top 1.2s cubic-bezier(0.81, 0.15, 0.26, 0.99);
}

.show-list .item:nth-child(4n + 2) .show_pic:before {
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);

    -moz-animation: decoration_background_right 1.2s cubic-bezier(0.81, 0.15, 0.26, 0.99);
    -webkit-animation: decoration_background_right 1.2s cubic-bezier(0.81, 0.15, 0.26, 0.99);
    animation: decoration_background_right 1.2s cubic-bezier(0.81, 0.15, 0.26, 0.99);
}

.show-list .item:nth-child(4n + 3) .show_pic:before {
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);

    -moz-animation: decoration_background_bottom 1.2s cubic-bezier(0.81, 0.15, 0.26, 0.99);
    -webkit-animation: decoration_background_bottom 1.2s cubic-bezier(0.81, 0.15, 0.26, 0.99);
    animation: decoration_background_bottom 1.2s cubic-bezier(0.81, 0.15, 0.26, 0.99);
}

.show-list .item:nth-child(4n + 4) .show_pic:before {
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -moz-animation: decoration_background_left 1.2s cubic-bezier(0.81, 0.15, 0.26, 0.99);
    -webkit-animation: decoration_background_left 1.2s cubic-bezier(0.81, 0.15, 0.26, 0.99);
    animation: decoration_background_left 1.2s cubic-bezier(0.81, 0.15, 0.26, 0.99);
}

/* 首頁相簿 */
.i_album_list {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    gap: var(--gap_40_20);
    margin-left: auto;
    margin-right: auto;
}

.module_i_album li {
    grid-column: span 2;

}

.module_i_album li:nth-child(1),
.module_i_album li:nth-child(2) {
    grid-column: span 3;
}

.module_i_album .title_i_box h4 {}

.i_album_list li div {
    aspect-ratio: 9/9;
}


@media screen and (max-width: 768px) {
    .module_i_album li {
        grid-column: span 6;
    }

    .module_i_album li:nth-child(1),
    .module_i_album li:nth-child(2) {
        grid-column: span 6;
    }


}


@media screen and (max-width: 2000px) {}

/* 頁數============================================================= */
.product_page .show_content .page,
.product_info_page .page {
    grid-column: 1/-1;

}

ul.page {
    width: 100%;
}

.page a {
    color: var(--page_color);
}

.page li a {
    color: var(--page_active_color);

}

.page li {
    min-width: 25px;
    color: var(--page_color);

}

/* 下拉頁面============================================================= */
.other_select_page .main_part {

    z-index: 1;
    position: relative;
}

.other_select_page #page {
    position: relative;
}

/* 共用裝飾設定============================================================= */

.projects_page .StoreProjs_Post li:before,
.module_i_news li a:before,
.subbox_item a:before {
    content: "";
    pointer-events: none;
    position: absolute;
    background-color: #88888833;
    transition: all 0.6s;
    width: 0;
    margin-left: auto;
    height: 100%;
    position: absolute;
    left: auto;
    bottom: auto;
    right: 0;
    top: 0;
    z-index: -1;
}

.projects_page .StoreProjs_Post li:hover:before,
.module_i_news li a:hover:before,
.subbox_item a:hover:before {
    inset: 0;
    transition: all 0.6s;
    width: 100%;
}




/* 促銷方案============================================================= */
.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);
}


/* 金流購物頁面============================================================= */

/* 購物流程_會員 */
.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 {
    background: var(--table_bg);
    color: var(--table_bg_color);
}

.shopping-cart .cell:before,
.formbox_form li .form__label,
.total_amount li,
.car_page .form label:not(.form label.Bigcheck),
.order_list_tit b,
.order_list_tit span,
.order_list_head p,
.order_list_pro td,
.order_list_tab td,
.mem_regist_title_s_s,
.mem_regist_title_s_s a,
.member_copy_right_box {
    color: var(--font_same_content_color);

}

.separate_title .note {
    padding-left: 0px;
    text-align: left;
}

.car_page .footer_info li p:before {
    position: initial;
    display: inline;
    pointer-events: none;

}

.shopping-cart .cell.product_name a,
.shopping-cart .cell {
    color: var(--font_same_content_color);
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    color: var(--font_same_content_color);
}

div#number_area {
    color: #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%;
    aspect-ratio: var(--aspect_ratio_buy);
}