@charset "utf-8";

/* 額外footer修改 */
.ft_textbox h5 {
    display: none;
}
.footer .ft_title h5 strong{
    display: block;
}
/* 額外footer修改結束 */
/* 舊footer刪除 */
.footer_info {
    display: none;
}

.footer {
    padding: 0;
}

.ft_textbox h5 a {
    color: #fff !important;
}

.ft_textbox h5 a:hover {
    color: #E5A643;
}

/* 結束 */
/* 聯絡方式指定刪除 */
.footer .mail {
    display: none;
}

.footer .me_tp_mail,
.footer .info_fix_default.info_fix_phone,
.footer .info_fix_default.info_fix_tel {
    display: none;
}

.contact_content .information_left .info_MAIL {
    display: none;
}

.info_fix_default.info_fix_mail {
    display: none;
}

/* 結束 */

/* 額外加客戶編輯器 */
.blog_box_edit .blog_55_add,
body.promotions_page .blog_55_add,
body.product_info_page .blog_55_add {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 5px;
    padding-bottom: 5px;
}

.blog_box_edit .blog_55_add img,
body.promotions_page .blog_55_add img,
body.product_info_page .blog_55_add img {
    width: 100%;
}

.blog_box_edit .blog_55_add+p,
.blog_box_edit p+.blog_55_add,
.blog_box_edit h4+.blog_55_add,
body.promotions_page .blog_55_add+p,
body.promotions_page p+.blog_55_add,
body.promotions_page h4+.blog_55_add,
body.product_info_page .blog_55_add+p,
body.product_info_page p+.blog_55_add，body.product_info_page h4+.blog_55_add {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media screen and (max-width: 1440px) {

    .blog_box_edit .blog_55_add,
    body.promotions_page .blog_55_add,
    body.product_info_page .blog_55_add {
        grid-template-columns: minmax(0, 1fr);

    }

}

/* 結束 */


.main_part {
    max-width: 1500px;
    position: relative;
    z-index: 1;
    padding: 0;
}


@keyframes op_0_1 {
    0% {
        opacity: 0;
    }


    100% {
        opacity: 1;

    }
}

@keyframes shadow {
    0% {
        transform: skew(0deg, 0deg)
    }

    25% {
        transform: skew(0deg, 8deg)
    }

    50% {
        transform: skew(6deg, 10deg)
    }

    75% {
        transform: skew(6deg, 2deg)
    }

    to {
        transform: skew(0deg, 0deg)
    }
}

@keyframes shadow_02 {
    0% {
        transform: skew(0deg, 0deg)
    }

    25% {
        transform: skew(8deg, 0deg)
    }

    50% {
        transform: skew(10deg, 6deg)
    }

    75% {
        transform: skew(2deg, 6deg)
    }

    to {
        transform: skew(0deg, 0deg)
    }
}


@keyframes teamrotation {
    40% {
        border-top-left-radius: 135px;
        border-bottom-right-radius: 135px;
    }

    50% {
        border-radius: 150px;
    }

    60% {
        border-top-left-radius: 135px;
        border-bottom-right-radius: 135px;
    }
}

@keyframes teamrotation_02 {
    40% {
        border-top-right-radius: 135px;
        border-bottom-left-radius: 135px;
    }

    50% {
        border-radius: 150px;
    }

    60% {
        border-top-right-radius: 135px;
        border-bottom-left-radius: 135px;
    }
}


@keyframes teamrun {
    0% {
        margin-left: 0;
    }

    50% {
        margin-left: 100%;
    }

    100% {
        margin-left: 0;
    }
}


@keyframes Blur {
    from {
        opacity: 0;
        -webkit-filter: blur(15px);
        -moz-filter: blur(15px);
        -ms-filter: blur(15px);
        -o-filter: blur(15px);
        filter: blur(15px)
    }

    to {
        opacity: 1;
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -ms-filter: blur(0px);
        -o-filter: blur(0px);
        filter: blur(0px)
    }
}


/* 製作時刪除上方 */
/* 英文斷行修正 */
* {
    word-break: break-word !important;
}

@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');

/* 字體統一 */
:root {
    /* 版面 */
    --all_big_zone_same: 100px;
    /* 標題 */
    --font_same_title: "Noto sans TC", "微軟正黑體";
    /* 選單 */
    --font_same_menu: 'jost', "Noto sans TC", "微軟正黑體";
    --inpage_same_menu_color: #e88f15;
    /* 基礎字 */
    --font_same_content: 'jost', "微軟正黑體";
    /* banner文字 */
    --font_same_banner_t: "Noto sans TC", "微軟正黑體";
    /* 標題 */
    --same_title_p: #e88f15;
    --same_title_m_color: #e88f15;
    --same_title_m_color_02: #C79859;
    --same_title_p_weight: 600;
    --same_title_p_letter_spacing: 0.2em;
    --same_title_p_line_height: 1.7;
    /* 內頁文字 */
    --font_p_color: #333333;
    --font_p_color_weight: 500;
    --font_p_color_letter_spacing: 0.1em;
    --font_p_line_height: 1.7;
    /* banner文字 */
    --font_p_color_banner: #333333;

    /* header */
    --header_bg: #fff;
    --header_bg_p: #444444;
    --header_bg_sticky_bg: #fff;
    --header_bg_sticky_bg_p: #444444;
    --header_menu_p: #262626;
    --header_menu_bg: #e88f15;

    /* 按鈕 */
    --btn_bg_d: #e88f15;
    --btn_bg_d_p: #fff;
    --btn_bg_d_hover: #ADA17E;
    --btn_bg_d_p_hover: #fff;

    --btn_bg_l: #4B4947;
    --btn_bg_l_p: #fff;
    --btn_bg_l_hover: #ADA17E;
    --btn_bg_l_p_hover: #fff;

    --btn_bg: #e88f15;
    --btn_p: #e88f15;
    --btn_bg_hover: #e88f15;
    --btn_p_hover: #e88f15;




    --btn_bg_light: #f2f2ad;

    /* footer */
    --footer_bg: #fff;
    --footer_bg_p: #444444;
    --footer_copy_bg: #272727;
    --footer_copy_p: #666666;

    /* 其他 */
    --base_color: #E1DDDC;
    --sub_color: #e88f15;
    --font_color_d: #5F5F5F;
    /* --font_color_m:; */
    --font_color_l: #fff;
    --footer_gapbig_01: 30px;
    --page_gapbig_01: 80px;

    --fonts16re: 16px;
    --fonts17re: 17px;
    --fonts18re: 18px;
    --fonts20re: 20px;
    --fonts21re: 21px;
    --fonts22re: 22px;
    --fonts23re: 23px;
    --fonts24re: 24px;
    --fonts25re: 25px;
    --fonts26re: 26px;
    --fonts28re: 28px;
    --fonts32re: 32px;
    --fonts35re: 35px;
    --fonts36re: 36px;
    --fonts40re: 40px;
    --fonts44re: 44px;

    --fonts50re: 50px;
    --fonts72re: 72px;
    --fonts110re: 110px;
}


@media screen and (max-width: 1440px) {
    :root {
        --all_big_zone_same: 80px;

        --fonts18re: 17px;
        --fonts20re: 17px;
        --fonts21re: 18px;
        --fonts22re: 20px;
        --fonts23re: 20px;
        --fonts24re: 20px;
        --fonts26re: 20px;
        --fonts28re: 23px;
        --fonts35re: 30px;
        --fonts36re: 32px;

        --fonts40re: 32px;
        --fonts44re: 36px;

        --fonts50re: 44px;
        --fonts72re: 64px;
        --fonts110re: 75px;

    }
}

@media screen and (max-width: 1200px) {
    :root {
        --fonts18re: 17px;
        --fonts23re: 23px;
    }
}

@media screen and (max-width: 1080px) {
    :root {


        --fonts20re: 17px;
        --fonts28re: 20px;
        --fonts50re: 35px;
        --fonts72re: 55px;
        --fonts110re: 60px;

    }
}

@media screen and (max-width: 840px) {
    :root {
        --fonts20re: 17px;
        --fonts25re: 25px;
        --fonts32re: 32px;
        --fonts110re: 50px;

    }
}

@media screen and (max-width: 768px) {
    :root {
        --all_big_zone_same: 60px;

        --footer_gapbig_01: 20px;
        --page_gapbig_01: 60px;
        --fonts16re: 15px;
        --fonts17re: 15px;
        --fonts20re: 18px;
        --fonts22re: 22px;
        --fonts24re: 22px;
        --fonts25re: 22px;
        --fonts26re: 26px;
        --fonts32re: 29px;
        --fonts35re: 24px;
        --fonts36re: 28px;

        --fonts40re: 40px;
        --fonts44re: 32px;



    }

}

@media screen and (max-width: 640px) {
    :root {
        --page_gapbig_01: 40px;
        --fonts16re: 15px;


    }

}

@media screen and (max-width: 600px) {
    :root {

        --fonts21re: 16px;
        --fonts23re: 20px;
        --fonts28re: 17px;
        --fonts50re: 30px;
        --fonts72re: 28px;

    }

}

@media screen and (max-width: 480px) {
    :root {

        --fonts24re: 19px;
        --fonts26re: 19px;
        --fonts35re: 18px;

        --fonts44re: 28px;

        --fonts50re: 38px;

    }

}

@media screen and (max-width: 476px) {
    :root {
        --fonts32re: 25px;
    }
}


@media screen and (max-width: 425px) {
    :root {
        --fonts23re: 17px;
        --fonts28re: 16px;
        --fonts72re: 50px;
        --fonts110re: 45px;
    }

}

/* 結束 */
/* 原始設定 */
/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/


/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/


/*電腦LOGO
.nav-brand {}

*/
.nav-brand img {
    width: 20vw;
    max-width: 100px;
    min-width: 80px;

}

.bodyDesktop {}

header.header_area.sticky .nav-brand img {}

/*手機LOGO
.nav-brand-m {}
*/

/* 商品下拉超過30個變大 */

.stellarnav.desktop li.bigMenu>ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    left: 0;
    width: 100%;
    position: fixed;
    padding: 20px;
}

.stellarnav.desktop li.bigMenu ul ul {
    top: 100%;
    left: 0;
    width: 100%;
    background: #efefef;
    height: auto;
    max-height: 300px;
    overflow: auto;
}

.stellarnav.desktop li.bigMenu ul ul li {
    margin: 0;
}

.stellarnav.hasBigMenu li.bigMenu li.has-sub>a:after {
    border-left: 6px solid transparent;
    border-bottom: unset;
    border-right: 6px solid transparent;
    border-top: 6px solid #898989;
    right: 5px;
}

/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */

/* 商品下拉超過30個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/* 購物車修正 */



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main {
    margin: 0;
}

.bannerindex {
    position: relative;
    height: auto;
    z-index: 70;
}

.swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}

/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
    .bannerindex {
        padding: 0;
        margin: 0;
    }
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */





@media screen and (max-width: 768px) {

    /* 開啟手機板下方按鈕所需設定 */
    #bottom_menu {
        display: none;
    }

    /* 
    .footer.with_shopping_mode {
        padding: 30px 0 70px;
    } */

    #to_top {
        bottom: 60px;
    }
}

@media screen and (max-width: 600px) {}



/* 以上原始固定 */
/* 開始 */
/* 浮動按鈕 */
.info_fix {
    right: -4px;
}

.info_fix>span {
    color: #aba9a9;
    background-color: #ffffff;
}

.info_fix:hover>span {
    background: #fff;
}

.info_fix_links {
    padding-bottom: 0px;
}

.info_fix_links a {
    width: 41px;
    height: 41px;
    opacity: 1;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease-in-out;

}

.info_fix_links a:hover {
    background-color: #e88f15;
    transition: all 0.3s ease-in-out;
}

.info_fix_links a:hover i::before {
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.info_fix_links a span {
    width: 41px;
    height: 41px;
}

.info_fix_links a span::before {
    background-size: contain;
    width: 41px;
    height: 41px;
    pointer-events: none;
}

.info_fix>span {
    background: #ffffff;
}

.info_fix_links a i::before {
    color: #756960;
    transition: all 0.3s ease-in-out;
    pointer-events: none;

}


.fa-tiktok-f::before {
    content: '\e07b';

}

/*顯示項目和圖片*/


/*直接展開*/
.info_fix {
    display: block !important;
}

.info_fix_links {
    display: flex !important;
}

.linksBtn {
    display: none !important;
}


/* 全域設定 */

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {}

::-webkit-scrollbar-thumb {
    background-color: #333;
}

::selection {
    color: #ffffff;
    background: #333;
}

#content {
    position: relative;
}




#page {
    position: relative;
}

#page {
    /* background-color: var(--base_color); */
    position: relative;
    background: #fff;
    z-index: 0;
}

#content_main,
#content {
    background: transparent;
}

.blog_box {
    padding-top: var(--all_big_zone_same);
    padding-top: var(--all_big_zone_same);
}

@media screen and (max-width: 768px) {
    #content:after {
        background-size: 100vw;
        background-repeat: repeat;

    }

    .blog_box {
        width: 90%;
    }
}

/* 服務項目 */
body.other_select_page .main_part {

    z-index: 1;
    position: relative;
}

body.other_select_page #page {
    position: relative;
}


/* 結束 */

/* #content_main,
#content {
    background-image: url(https://pic03.eapple.com.tw/);
    background-color: #FDFCFB;
    position: relative;

}

#content_main:before,
#content:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/);
    opacity: 0.2;
    z-index: 0;
    pointer-events: none;
    background-color: #FEFDF8;
    opacity: 0.5;
} */








/* footer */
/* footer_清除原始設定_版型調整 */
.footer {
    position: relative;
    box-shadow: 1px 1px 15px rgba(38, 15, 1, .2);
    background-color: var(--footer_bg);

}



/* .footer:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/jibotw/pat_bg_20_add.png);
    z-index: -1;
    background-position: top;
    pointer-events: none;
    background-size: 500px;
    opacity: 0.5;
} */

.header_area.sticky:before {
    transform: scaleX(-1);
    pointer-events: none;
}


.footer_logo img {
    max-width: 130px;
    width: 30vw;
}

.footer_logo a {
    display: block;
}

.box_link {
    position: relative;
}

.footer_info ul {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: var(--footer_gapbig_01);

}


.footer_menu {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
}

.footer_menu a,
.footer_menu a:hover {
    background: transparent;
    color: var(--footer_bg_p);
    border: none
}

.footer_info {
    grid-template-columns: 130px auto auto;
    gap: calc(var(--footer_gapbig_01)/2) var(--footer_gapbig_01);
    padding: 0;
    width: 90%;
    margin: auto;

}


.box_link {
    position: relative;
    right: 0;
    max-height: initial;
    max-width: initial;
    justify-content: flex-start;
    order: 3;
    padding: 10px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-content: flex-start;
    max-width: 450px;
}

.box_link a {
    border-radius: 0;
    border: none;
    display: grid;
    grid-template-columns: 20px auto;
    width: 100%;
    text-align: left;
    margin: 0;



}

.box_link a:hover {
    background: transparent;
    opacity: .5;
    transition: transform 600ms ease-in-out;

}

.box_link i.fa-brands {
    display: flex;
    flex-direction: row;
    align-items: center;
}



/* header */
.stellarnav>ul>li>a,
.me_tp_features a {
    color: var(--header_bg_p);
}

.stellarnav.mobile.left>ul {
    /* background: #899080; */
    border: none;
    background: var(--header_bg);
}

.stellarnav.mobile.right .close-menu,
.stellarnav.mobile.left .close-menu {
    background: transparent;
}

.stellarnav.mobile>ul>li {
    border: none;
}

.stellarnav .menu-toggle span.bars span {
    background: #e88f15;
}

.stellarnav .menu-toggle:after {
    color: #e88f15;
}

/*Header/＝＝＝＝＝*/
.stellarnav.desktop>ul>li>a {
    padding: 0;
}

.stellarnav li.has-sub>a:after {
    display: none;
}

.nav-header {
    max-width: 165px;
    border: none;
}

.header_area {
    width: 100%;
    padding-bottom: 0;
    background-color: var(--header_bg);
    /* background: linear-gradient(to bottom, rgba(34, 34, 34, 0.7) 0%, rgba(173, 161, 126, 0) 100%); */
    background-size: 500px;
}

.main_header_area {
    width: 100%;
    margin: 0 auto;
    max-width: 90%;
    transition: 0.5s;
}

header.header_area.sticky .main_header_area {
    max-width: 100%;
    margin-top: 0;
    padding: 0 10px;
    transition: 0.5s;
}

.stellarnav>ul>li>a b,
.stellarnav ul ul {
    font-size: 15px;
    letter-spacing: 2px;
    font-family: var(--font_same_menu);
    font-weight: 500;
    line-height: 1.6em;
    letter-spacing: 0.05em;
}

.stellarnav>ul>li>a b {
    text-transform: uppercase;

    align-content: space-evenly;
}

.stellarna.desktopv>ul>li>a b {
    min-width: 80px;
}

.header_area.sticky {
    background: transparent;

}

.header_area:after {
    content: '';
    width: 100%;
    height: 0%;
    position: absolute;
    top: 0;
    left: 0;

    transition: all 0.3s ease-in-out;
    z-index: -2;
}

.header_area.sticky:after {
    height: 100%;
    background-color: var(--header_bg_sticky_bg);
    transition: all 0.3s ease-in-out;


}

/* 裝飾 */
.stellarnav>ul>li>a:hover b {
    color: #E88F15;
}

.stellarnav>ul>li>a b {
    position: relative;

}

.stellarnav>ul>li>a b::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;

}

.stellarnav>ul>li>a b:hover::before {
    --p: 0%;
    background: linear-gradient(to right, #fff0 var(--p), #fff calc(var(--p) + 20px));
    animation: move 0.2s linear forwards;

}


@property --p {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 0%;
}

@keyframes move {
    to {
        --p: 100%;
    }
}

/*選單最大寬度設定*/
.main_header_area .container {
    max-width: 1600px;
    margin: auto;
}

.navigation {
    padding: 0px;
}

/*第一層*/



.stellarnav.mobile>ul>li>a b {
    color: var(--header_bg_p);
}

.stellarnav.mobile li.open a {
    color: var(--header_bg_p);
}

.stellarnav>ul>li>a {
    letter-spacing: 2px;
}

.stellarnav li.has-sub>a:after {
    right: 5px;
    border-top-color: #fff;
}

/*第二層*/
.stellarnav li li>a,
.stellarnav li li.has-sub>a {
    padding: 7px 5px;
    transition: all 0.3s ease-in-out;
    border-left: 1px solid transparent;
}

.stellarnav li li>a:hover,
.stellarnav.mobile li.open a:hover {
    color: var(--header_menu_p);
    transition: all 0.3s ease-in-out;

}



/*SubMenu*/

.tp_links a {
    transition: all 0.3s;
}

.tp_links a:hover {
    color: #ADA17E;
}

/*隱藏選單按鈕連結*/
.tp_links {
    display: none;
}

/* footer_開始修改_顏色_背景_偽元素_字體大小 */
.footer {}



.box_link a {
    color: var(--footer_bg_p);

    justify-content: start;
}

.footer_info li p,
.footer_info li p a {
    color: var(--footer_bg_p);
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    font-family: var(--font_same_menu);

}

.footer_info li p:hover a {
    opacity: 0.5;
    transition: all 0.3s ease-in-out;

}

.footer_menu a {
    font-family: var(--font_same_menu);
    font-weight: 600;
}

.footer_menu a,
.footer_menu a:hover {
    font-weight: 500;
    transition: all 0.3s ease-in-out;

}

.footer_menu a:hover {
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
}

.box_link a::after {
    content: "";
    letter-spacing: 2px;
    padding-left: 8px;
    font-weight: 500;
    font-family: var(--font_same_menu);
    font-weight: 600;

}

.box_link .me_tp_line::after {
    content: "LINE";
}

.box_link i.fa-brands.fa-whatsapp::after {
    content: "CONTACT US";
}

.box_link i.fa-brands.fa-facebook::after {
    content: "FACEBOOK";
}

.box_link .me_tp_ig::after {
    content: "INSTAGRAM";
}

.box_link .me_tp_call::after {
    content: "PHONE";

}

.box_link .me_tp_mail::after {
    content: "E-MAIL";

}

.box_link .me_tp_fb::after {
    content: "FACEBOOK";

}

.box_link a {
    font-size: 14px;
}

.footer .center {
    max-width: 100%;
}

.footer_info li:nth-child(1):before,
.footer_info li:nth-child(2):before,
.box_link:before {
    content: '好匠富餐飲有限公司（吉飽總部）';
    border-bottom: solid 1px var(--footer_bg_p);
    width: 100%;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    color: var(--footer_bg_p);
    letter-spacing: 0.3em;
    font-weight: 600;
    pointer-events: none;
    font-family: var(--font_same_menu);
}

.footer_info li:nth-child(1):before {
    content: '好匠富餐飲有限公司（吉飽總部）';
    pointer-events: none;
}

.footer_info li p.phone:before {
    content: '加盟專線：';
}

.footer_info li:nth-child(2):before {
    content: '網站地圖';
    pointer-events: none;

}

.box_link:before {
    content: '社群媒體';
    grid-column: span 2;
    pointer-events: none;

}

.copy,
.copy a {
    border-color: transparent;
    background: var(--footer_copy_bg);
    color: var(--footer_copy_p);

}

.copy {
    margin: 0;
}

@media screen and (max-width: 1200px) {
    .footer_info {
        grid-template-columns: auto;
    }

}

@media screen and (max-width: 768px) {

    .stellarnav>ul>li>a>b:nth-child(2) {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .footer_info {
        gap: 10px;
    }

    .footer_info ul {
        grid-template-columns: auto;
        gap: 10px;
    }

    .footer_menu {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }

    .box_link {
        grid-template-columns: minmax(0, 1fr);
    }

    .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;
    }
}

/* 大圖 */
.swiper-banner .swiper-slide img {
    aspect-ratio: 2000/900;
    object-fit: cover;

}

.bannerindex .swiper-slide:before,
.bannerindex .swiper-slide:after {
    content: "";
    position: absolute;
    z-index: 999;
    pointer-events: none;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-size: 100%;
    background-repeat: no-repeat;
    aspect-ratio: 2000/1000;
    pointer-events: none;

}

@media screen and (max-width: 1024px) {
    .swiper-banner .swiper-slide img {
        aspect-ratio: 2000/1000;

    }
}

/* 
.bannerindex .swiper-slide {}

.bannerindex .swiper-slide:nth-child(1) img,
.bannerindex .swiper-slide:nth-child(2) img {}

.bannerindex .swiper-slide:nth-child(1):before {
    background-image: url(https://pic03.eapple.com.tw/jibotw/big_cover_01_01.png);
    left: 0;
    top: 0%;
}

.bannerindex .swiper-slide:nth-child(1):after {
    background-image: url(https://pic03.eapple.com.tw/jibotw/big_cover_01_02.png);
    left: 0%;
    bottom: 0%;
}

.bannerindex .swiper-slide:nth-child(2):before {
    background-image: url(https://pic03.eapple.com.tw/jibotw/big_cover_02_01.png);
    left: 0%;
    bottom: 0%;

}

.bannerindex .swiper-slide:nth-child(2):after {
    background-image: url(https://pic03.eapple.com.tw/jibotw/big_cover_02_02.png);
    left: 0%;
    bottom: 0%;

}

.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before {
    animation: ani_LtoR 1s 0.2s both;
}

.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after {
    animation: ani_BtoT 1s 1s both;
}

.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before {
    animation: ani_TtoB 1s 0.2s both;
}

.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):after {
    animation: ani_RtoL 1s 1s both;
}

@keyframes ani_TtoB {
    0% {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes ani_BtoT {
    0% {
        -webkit-transform: translateY(10%);
        transform: translateY(10%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes ani_LtoR {
    0% {
        -webkit-transform: translateX(-10%);
        transform: translateX(-10%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes ani_RtoL {
    0% {
        -webkit-transform: translateX(10%);
        transform: translateX(10%);

        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);

        opacity: 1;
    }
}



@media screen and (max-width: 768px) {
    .bannerindex {
        padding: 0;
        margin: 0;
        height: auto;
        padding: 0;
    }

    .swiper-banner .swiper-slide img {
        aspect-ratio: 2000/1000;

    }

    .bannerindex .swiper-slide:before,
    .bannerindex .swiper-slide:after {

        background-repeat: no-repeat;
    }

    .swiper-banner .swiper-slide img {}

    .bannerindex .swiper-slide:before,
    .bannerindex .swiper-slide:after {
        background-size: cover;
        background-position: left;
    }

    .bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before,
    .bannerindex .swiper-slide.swiper-slide-active:nth-child(2):after {
        background-position: right;
    }

    .bottom_menu {
        display: block;
    }


}


/*Banner/＝＝＝＝＝*/




/* 內頁banner+path+內頁背景 */

/*內頁BANNER 設定*/
.banner {
    padding: 0px 0;
    width: 100%;
    position: relative;
    background: transparent;
    z-index: 3;
    min-height: auto;
    aspect-ratio: 1330 / 120;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

body.services_page .banner {
    /* background: #F6F4EF; */
    /* display: none; */

}

.banner h5 {
    white-space: nowrap;
    color: var(--font_p_color_banner);
    z-index: 2;
    background-position: right;
    margin-left: auto;
    margin-right: auto;
    align-content: space-around;
    text-align: center;
    font-family: var(--font_same_banner_t);
    font-weight: 500;
    letter-spacing: 4.2px;
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: end;
    height: initial;
    padding: 0;
    border-top-right-radius: 3em;
    color: var(--same_title_p);
    padding-top: 0.8em;
    font-size: var(--fonts36re);
    width: 90%;
    margin: auto;
}



.banner:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 1;
    z-index: 0;
    pointer-events: none;
}

.banner:before,
.path {
    background-color: #fff;
    background-image: linear-gradient(to right, #FAE7D050 1px, transparent 1px), linear-gradient(to bottom, #FAE7D050 1px, transparent 1px);
    background-repeat: repeat;
    background-size: 30px 30px;
    background-position: bottom;

}

.path {
    background-position: top;
    margin: auto;
    justify-content: center;

}

.path p {
    background: #FAE9D0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: .25rem;
    padding-top: .625rem;
    display: inline-block;
    border-top-left-radius: 0.6em;
    border-top-right-radius: 0.6em;
    border-top: solid 1px #F1BC73;
    border-left: solid 1px #F1BC73;
    border-right: solid 1px #F1BC73;
    border-bottom: solid 1px #FAE9D0;

    color: #333333;
    bottom: -2px;
    position: relative;
    z-index: 2;


}

.path p a,
.path p {
    font-size: 14px;
    font-weight: var(--same_title_p_weight);
}

body.blog_page .blog_box {
    max-width: 1200px;
    margin: auto;
    width: 95%;
    position: relative;
    padding-top: 3em;
}

body.blog_page .blog_box:before,
body.contact_page .contact_content:before,
.show_content:before {
    content: '';
    width: 99.5vw;
    height: 1px;
    border-top: solid 1px #F1BC73;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
}

body.blog_page .main_part,
body.contact_page .main_part,
.main_part {
    max-width: 100%;
    background: #FAE9D0;

}

.show_content {
    min-height: 80vh;
}

.banner h5:after {
    color: var(--font_p_color_banner);
    font-size: var(--fonts16re);
    font-family: var(--font_same_banner_t);
    font-weight: 500;
    line-height: 1.4em;
    letter-spacing: 0.08em;
    text-transform: capitalize;
    display: block;
    content: '⾼標準餐點品質 | 親切服務 | 舒適環境';
    pointer-events: none;
    color: #444;
    white-space: pre-wrap;
}

body.contact_page .banner h5:after {

    content: '請留下您的資訊，我們會儘快與您聯繫';

}

/*.contact_page .banner h5:before {content: 'Contact us';} */


/* @media screen and (max-width: 1440px) {
    .banner h5 {
        padding-left: 9.5vw;
    }
} */

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 768px) {

    /* .banner h5 {
        padding-left: 0px;
        text-align: center;
    }

    .banner h5:before {
        color: #fff;
        text-align: center;
    } */

    .banner {
        aspect-ratio: 800 / 454;
    }

}

@media screen and (max-width: 500px) {

    /* 
    .banner h5:before {
        letter-spacing: 0px;
        line-height: 50px;
        margin-bottom: -10px;
    }

    .banner {
        border-radius: 0;
    } */
}


/* 購物車 */

/* = = = 購物車 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.product_menu_list>h5 {

    letter-spacing: 0.4em;
    font-size: var(--fonts24re);
    color: #756960;
}




.prod_part {
    width: 90%;
    padding: 100px 20px 100px 20px;
    max-width: 1200px;
    margin: auto;
}


/*購物車/外層＝＝*/


/*價格*/
.products-list .price {
    display: flex;
    margin-bottom: 5px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    display: none;
}

.products-list .price b {
    margin: 0 5px;
    line-height: 180%;
    text-align: center;
    color: #788070;
}

.products-list .price b.ori_price {
    font-size: 14px;
    color: #d4c8c8;
}

/*外層版面*/


.product_page .main_part {
    width: 90%;
    max-width: 1500px;
}

.product_page .show_content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.product_page .products-list {
    width: calc(100%);
}

.product-layer-two {
    width: 100%;
    margin: 0;
    background: #EDEBE7;
    background: #EDEBE7;
    background: transparent;
}



.product-layer-two li {
    margin: 0;
    width: 100%;
    padding: 3px 10px 3px 10px;
    border-bottom: none;
}

.product-layer-two>li.active {
    background: #EDEBE7;
}

.product-layer-two li.active a {
    border: unset;
    border-bottom: 0px dotted #ccc;
    border-bottom: none;
}

.product-layer-two li a {
    color: #222;
    border: none;
    background: transparent;
    transition: transform 600ms ease-in-out;

    line-height: 200%;
    transition: transform 600ms ease-in-out;

}




.product-layer-two li.active>a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.product-layer-two>li>a:before {
    align-items: center;
    justify-content: center;
    display: flex;
    height: 10px;
    content: " ";
    color: var(--inpage_same_menu_color);
    background: #e8e8e8;
    width: 10px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 600ms ease-in-out;

    padding-left: 2px;
    font-size: 13px;
    border-radius: 30px;
    display: none;
    pointer-events: none;

}

.product-layer-two li ul {
    position: relative;
    padding-top: 1px;
    background: #fff;
}

.product-layer-two li li {
    border: none;
    background: transparent;
}

.product-layer-two li li a {
    background: transparent;
    font-size: 15px;
}

.product-layer-two li li:hover a {
    color: var(--inpage_same_menu_color);
    font-weight: 500;
}

ul.prod li h3.prod-thumb {
    padding: 7px 7px 10px 7px;
}

/*hover到才顯示副選單 關掉↓*/
.product-layer-two li li {
    display: block;
}

/*購物車/內層＝＝*/
.product_info_page .main_part {
    width: 90%;
}


/*商品側邊規格*/
.product_info li .txt_box {
    width: 100%;
}

.sidebarBtn .ori_price {
    color: #aaaaaa;
}

.sidebarBtn .sp_price {
    color: #788070;
}

.mobile_product_name {
    font-size: 24px;
}

.sidebarBtn .price {
    letter-spacing: 0px;
    color: #788070;
    border-bottom: 1px solid #e6e6e6;
}

.sidebarBtn .price span {
    display: inline-block;
}




.sidebarBtn {
    border: none;
    background: transparent;
}

div#number_area {
    color: var(--inpage_same_menu_color);
}

/*.product_pic #bx-pager {display: block; width: 100%; position: relative;}*/
.product_pic #bx-pager a {
    border: 0px solid #e9e9e9;
    overflow: hidden;
}

#bx-pager h6 {
    display: none;
}

/*相關推薦*/
.related_list li a p {
    font-family: var(--font_same_menu);

    font-weight: 600;
    color: #666666;
}

.prod_related h6 span:before {
    font-weight: 700;
    letter-spacing: 0.4em;
    font-size: var(--fonts24re);
    color: #635A32;
    font-family: var(--font_same_title);

    pointer-events: none;

}

.prod_related {
    padding: 70px 15px 35px 15px;
    background: #EDEBE7;

}

.list .show_name {
    transform: translate(0%, 160%);
}

.car_page .information_left {
    display: block;
}

.contact_le_map a {
    background: var(--inpage_same_menu_color);
    border-radius: 4px;
}

.related_list li a {
    padding: 10px;
}

.related_list li a img {
    transform: scale(1.5);
    transition: transform 600ms ease-in-out;

}

.blank_letter {
    color: #ada8a7;
    width: 90%;
    margin: auto;
    padding: 0;
    margin: 0;
}



/*選單多符號*/
.product-layer-two>li>a:after {
    content: '+';
    position: absolute;
    top: 6px;
    right: 27px;
    color: #b7b7b7;
}

.product-layer-two>li:hover>a:after {
    content: '–';
}



/* = = = 購物頁面+匯款通知 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.send_simple {
    background: var(--inpage_same_menu_color);
}

.rewrite_simple {
    background: #ada8a7;
}

.car_page .red,
.red {
    color: #E88F15;
}

.separate_title .note {
    padding-left: 0px;
    text-align: left;
}

/*NEW*/
body.car_page .footer_info li p:before {
    position: initial;
    display: inline;
    pointer-events: none;

}


.contact_content .information_left .list_before {
    display: block;
    margin: auto;
    padding-top: 20px;
    font-family: var(--font_same_title);

}

/*樣式*/
.order_list_spec {
    background: #D3C7C7;
}

.atmInfo .blank_letter {
    font-weight: 500;
    font-family: unset;
}

.order_list_tit b {
    color: #444;
}

.order_list_tit span {
    color: #9A7E7E;
}

.order_list_tab td:nth-child(1) {
    background: #71726C;
    color: #ffffff;
}

.order_list_tab tr {
    background: #E1E1DF;
}

.order_list_pro tr:first-child {
    background: #71726C;
}

.order_list_pro tr:first-child td {
    color: #ffffff;
}


body.contact_page #content {
    min-height: inherit;
    z-index: 0;
}



body.contact_page .blank_letter {

    display: none;
}

/* body.pageIndex .blank_letter:before,
body.contact_page .blank_letter:before {
    content: 'Contact';
    display: block;
    pointer-events: none;

} */

/* 表單多的文字 */
.blank_letter.f:before {
    content: 'Online Form';
    font-size: clamp(4.35rem, 16px + 1vw, 1.8rem);
    padding-right: 10px;
    color: #756960;
    font-weight: 400;
    letter-spacing: 0px;
    pointer-events: none;


}



.contact_content .information_right .blank_letter.f {
    display: none;
}

/* 表單裝飾=== */


.contact_form li .form__label {
    width: 100%;
    max-width: 100%;
}

.contact_form li .form__label:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /* content: ""; */
    text-align: center;
    font-size: 15px;
    left: 0;
    transform: translate(0%, -20%) rotate(45deg);
    z-index: 10;
    margin: 0 auto;
    top: 50%;
    position: relative;
    transition: transform 600ms ease-in-out;

    color: #989d8f;
    pointer-events: none;

}

.contact_form li:nth-child(even) .form__label:before {
    transform: translate(0%, -20%) rotate(-45deg);
}



/* .list_before {
    padding-bottom: clamp(15rem, 15rem + 5vw, 23rem);
} */

/* 表單 */


.contact_content .information_right {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    background: #fff;
    width: 100%;
    padding: 10px;
    border-radius: 3em;
    box-shadow: 0 12px 20px 0 rgba(186, 114, 17, .12);
}

.contact_content .information_left {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-size: contain;
    padding: 0;
    background: transparent;
    padding: 0px;

}

.i_contact_box section form,
body.contact_page .contact_content form {
    display: grid;
    grid-template-columns: 1.5fr 3fr;
    gap: 10px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    gap: 40px;
}

.contact_form li .form__label {
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1.8em;
    font-family: var(--font_same_menu);

}

/* body.contact_page #content:after {
    content: "";
    width: 42%;
    height: 95%;
    background-color: #d8ccc0ad;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 50px;
} */

.contact_le_nomap {
    margin: auto;
    overflow: hidden;
    margin-top: 25px;
}





.info_TEL:before,
.info_TEL2:before,
.info_PHONE:before,
.info_LINE:before,
.info_FAX:before,
.info_TAXID:before,
.info_MAIL:before,
.info_ADD:before,
.info_ADD2:before {
    position: relative;
    display: inline-block;
    font-weight: 500;
}

@media screen and (max-width: 1200px) {


    .contact_content .information_left .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) {

    .i_contact_box section form,
    body.contact_page .contact_content form {
        grid-template-columns: minmax(0, 1fr);
    }

    .contact_content {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 768px) {



    body.contact_page #content:after {
        width: 90%;
    }

    body.contact_page .contact_content form {
        flex-wrap: wrap;
    }

    .contact_content .information_left {
        width: 100%;
        /* padding: 100% 1.9rem 2rem 1.9rem; */
        background-size: 100%;
        background-position: center top;
    }





    body.contact_page .main_part {
        padding-top: 0;
    }


    .contact_form li .form__label {
        background: transparent;
    }

    .contact_content .information_left .list_before.info,
    .contact_content .information_left .list_before {
        margin-top: 0px;
    }

}

@media screen and (max-width: 476px) {
    .blank_letter:before {
        font-size: clamp(2.35rem, 16px + 1vw, 1.8rem);
    }


    .contact_form li.last {
        display: flex;
        padding-bottom: 30px;
    }
}

/* 相簿 */
.other_subalbum li {
    background: transparent;
}

.show-list .show_pic,
.pic-list .show_pic {
    aspect-ratio: 380/280;
    object-fit: cover;
}

.show-list,
.pic-list {
    gap: 5px;
}

.show-list .show_pic img,
.pic-list .show_pic img {
    transition: transform 600ms ease-in-out;


}

.show-list .show_pic:hover img,
.pic-list .show_pic:hover img {
    transition: transform 600ms ease-in-out;
    transform: scale(1.2);

}

.overlay {
    display: none;
}


.subalbum-menu h2 {
    display: none;
}

.show-list .item:hover .show_name {
    color: #444;

}

.other_album_choice li a {
    color: #fff;
}

.other_album_choice li {
    background: #788070;
}

.album_fixed_title {
    background: transparent;
}

.fa-image::before {
    content: "\f03e";
    font-family: 'Font Awesome 6 Free';
}

/* 促銷方案 */
body.promotions_page .show_content {
    max-width: 1000px;
}



.blank_letter {
    color: #fff;
}




/* 首頁相簿 */
.i_album_list {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    gap: 5px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.i_album_list_box,
.module_i_news_list {
    padding: 0;
}

.module_i_album {
    padding-top: var(--page_gapbig_01);
    padding-bottom: var(--page_gapbig_01);
}

.module_i_album li {
    grid-column: span 2;

}

.module_i_album li:nth-child(1),
.module_i_album li:nth-child(2) {
    grid-column: span 3;
}

.module_i_album .title_i_box h4 {
    letter-spacing: var(--title_letter_spacing);
}

.i_album_list li div {
    aspect-ratio: 396/250;
}

.i_album_list li a p {
    color: #fff;
    background: #00000080;
    font-family: var(--font_same_menu);

    font-size: 14px;
    font-weight: 300;
    line-height: 1.6em;
    letter-spacing: 0px;
}

@media screen and (max-width: 768px) {
    .module_i_album li {
        grid-column: span 6;

    }

    .module_i_album li:nth-child(1),
    .module_i_album li:nth-child(2) {
        grid-column: span 6;
    }


}

/* 首頁文章 */
.module_i_news ul {
    grid-template-columns: repeat(4, 1fr);
}

.i_blog_le {
    aspect-ratio: 1/1;
}

/* 
.module_i_news {
    background-color: #F0EEEA;
    background-image: url(https://pic03.eapple.com.tw/jibotwpat_bg_20_add.png), url(https://pic03.eapple.com.tw/jibotwindex_blog_bg.svg);
    background-size: 500px, 30vw;
    background-position: bottom right;
    background-repeat: repeat, no-repeat;
    position: relative;
    display: grid;
    padding: 0;
    z-index: 1;
} */

.module_i_news section {
    padding: 50px 10px;
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

.i_blog_ri p,
.blog_list_ri p {
    color: #666666;
    font-family: var(--font_same_menu);

    font-size: 14px;
    font-weight: 400;
    line-height: 1.6em;
    letter-spacing: 0px;
    -webkit-line-clamp: 3;
    font-size: var(--fonts16re);
}

.i_blog_ri {
    max-width: 600px;
}

.i_blog_ri em {
    display: none;
}

.module_i_news li a {
    grid-template-columns: minmax(0, 1fr);
    margin: auto;
    padding: 10px;


}

.module_i_news li {
    background: #F0D6C5;

}


@media screen and (max-width: 1200px) {

    .pageIndex .products-list {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
        grid-gap: 10px;

    }
}

@media screen and (max-width: 768px) {

    .i_blog_ri p,
    .blog_list_ri p {
        -webkit-line-clamp: 2;

    }

    .module_i_news {

        grid-template-columns: minmax(0, 1fr);
    }

    .module_i_news.module_i_news01:before {

        aspect-ratio: 600 / 350;
    }

    .module_i_news li a {
        grid-template-columns: 120px 1fr;
    }

    .module_i_news section {
        width: 100%;
    }

    .i_blog_ri h5 {
        -webkit-line-clamp: 1;
    }

    .i_blog_ri p {
        -webkit-line-clamp: 2;
    }

    .i_blog_ri h5,
    .blog_list_ri h5 {
        font-size: 18px;
        -webkit-line-clamp: 2;

    }


}


@media screen and (max-width: 476px) {

    .i_blog_ri h5,
    .blog_list_ri h5 {
        font-size: 16px;
    }
}


/* 文章+購物車 */


.news_related {
    position: relative;
    z-index: 2;
    background: #F8F1D6;
    border-top: #EAD284 solid 1px;
}

.pic-list .item h6 {
    padding: 0;
}

.other_subalbum li a p {
    margin-top: 5px;
    margin-bottom: 10px;
}

.submenu li.on_this_category a,
.submenu a:hover {
    background: #788070;
    color: #FFF;
}

.blog_box_edit,
.promotions_page .edit,
.edit {
    color: var(--inpage_same_menu_color);
    /* display: -webkit-box; */
    font-family: var(--font_same_menu);

    font-size: 16px;
    color: #444;
    letter-spacing: var(--font_p_color_letter_spacing);
    line-height: var(--font_p_line_height);
    font-size: var(--fonts16re);
    margin-left: 0;
}


.blog_box_edit {
    display: flex;
    flex-wrap: wrap;
}



.blog_box_edit a,
body.promotions_page .edit a {
    display: inline-block;
    margin: 0;
    padding: 0;
}




.product-layer-two li i {
    height: auto;
    top: 13px;
}

.product-layer-two li i.close::before,
.fa-circle-plus::before {
    content: '+';
    color: #DAB88B;
}

.product-layer-two>li>a:after {
    display: none;
}

.product-layer-two>li:hover>a:before,
.product-layer-two>li.active>a:before {
    background: #DAB88B;
    color: #fff;
}

.product-layer-two>li>a:before {
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 18px;
    content: "＞";
    color: #DAB88B;
    background: #f2f2f2;
    width: 18px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 600ms ease-in-out;

    padding-left: 2px;
    font-size: 13px;
}


.fa-caret-down::before {
    font-size: 16px;
    content: "\f107";
    color: #666;
    opacity: 0.8;
}



.product-layer-two li:hover>a,
.product-layer-two li.active>a {
    color: var(--inpage_same_menu_color);
}

.product_page .main_part {
    max-width: 1500px;
}

/* .product_info_page .main_part { max-width:1200px;} */

.product_page .show_content,
.product_info_page .show_content {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    max-width: 1460px;
    gap: 60px;
    display: grid;
    grid-template-columns: 230px 1fr;
}

.product_menu_list {
    position: relative;
    width: auto;
    letter-spacing: var(--font_p_color_letter_spacing);
    /*border-right: 1px solid #ccc;*/
    min-height: 30vw;
    position: sticky;
    top: 100px;
}

.products-list,
.product-wrapper {
    width: calc(100%);
}

ul.page {
    width: 100%;
}

.product-layer-two li ul {
    position: static;
    /*display:block !important;*/
    width: 100%;
    margin-left: 0;
    background: transparent;
}

.product-layer-two li:hover ul {
    border: none !important;
    /*display:block !important;*/
}

.product-layer-two li li {
    display: block;
    padding: 0;
    transition: all ease .3s;
}

.product-layer-two li li a {
    padding: 5px;

    font-size: 14px;
}

.product-layer-two li li:hover>a {
    color: #ad925e;
}

.product-layer-two>li {
    width: 100%;
    max-width: 100%;
    padding: 0;
    text-align: left;
    border-bottom: 1px dotted #ccc;
}

.product_info_page .products-list,
.product-wrapper {
    width: 100%;
}

.product-layer-two li li:hover {
    margin-left: 5px;
}

.product-layer-two li li>a:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 8px;
    background: transparent;
    left: 0;
    margin-left: -20px;
    top: 50%;
    margin-top: -4px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.product-layer-two li li:hover>a:before {
    background: #ad925e;
}

.product_info_page .half_box {
    width: 100%;
    float: none;
    padding-right: 0;
}

.product_info_page .half_box li.btn_blankTop {
    margin-top: 50px;
    justify-content: space-between;
    display: flex;
}

.product_info_page .half_box li.btn_blankTop input {
    width: calc(50% - 10px);
    background-image: none;
    padding: 0;
    text-align: center;
}

.products-list {
    display: grid;
    gap: 5px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    padding: 0px 0;
}

.products-list:before {
    content: none;
}

.products-list .item {
    width: 100%;
    padding: 14px;
    padding: 0;
}


.products-list .item a {
    padding-bottom: 0;
}

.products-list .pic {
    border: 0px solid #e1e1e1;
    transition: all 0.5s ease-in-out;
    background: #D6CBCF;
    aspect-ratio: 1/1;


}

.products-list .pic img {
    transition: all 0.5s ease-in-out;
}

.products-list .pic:hover img {
    transition: all 0.5s ease-in-out;
    opacity: 1;
    transform: scale(1.05);
}

.mobile_product_name {
    display: none;
}

body.product_info_page .edit {
    margin: auto;
    padding: 0;
    color: #332f2a;
    color: #332f2a;
    letter-spacing: var(--font_p_color_letter_spacing);
    line-height: 1.7;
    font-size: 15px;
}

.product_menu_list>h5 a {
    display: none;
    width: 100%;
}

.product_page .show_content .page,
.product_info_page .page {
    grid-column: span 2;

}

.product_page .main_part {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
}

.product_page .page,
body.product_info_page .page {
    width: 100%;
    order: 3;
}

@media screen and (max-width: 1200px) {

    .product_page .show_content,
    .product_info_page .show_content {
        gap: 20px;
        grid-column: span 2;
    }

    .product_page .products-list {
        grid-column: span 2;
    }

    .product_menu_list,
    .product-wrapper {
        margin-bottom: 0;
        grid-column: span 2;

    }

    body.product_info_page .product_menu_list {
        display: none;
    }

    .products-list {

        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    }

    .product_menu_list>h5 a {
        display: flex;
        justify-content: flex-end;

    }

    .product-layer-two {
        width: 100%;
        margin-right: 0;
        grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    }

    .product-layer-two {
        display: none;
    }

    .product_menu_list {

        min-height: inherit;
    }
}

@media screen and (max-width: 1200px) {
    .products-list {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    }
}

@media screen and (max-width: 980px) {}

@media screen and (max-width: 768px) {
    .product_menu_list:before {
        display: none;
    }

    .product_menu_list,
    .products-list,
    .product-wrapper {
        width: 100%;
    }

    .product_menu_list {
        max-width: 560px;
        margin: auto;
    }

    .product-layer-two {
        margin-right: 0;
        grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
        grid-gap: 5px;
    }

    .product-layer-two,
    .products-list {
        width: 100%;
        border-right: none;
    }

    .products-list .item a>* {
        font-size: 14px;
        margin-top: 5px;
    }

    .product_menu_list>h5 {
        display: block;
        margin-bottom: 0;
    }

    .show_content>a {
        order: 1;
    }

    ul.products-list {
        order: 2;
        width: 100%;
        width: 90%;
        margin: auto;
        max-width: 550px;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }


    .product_menu_list {
        width: 100%;
        order: 0;
        min-height: unset;
    }
}

@media screen and (max-width: 600px) {

    .show-list,
    .pic-list {

        margin: auto;
        max-width: 560px;
    }
}

/* 輪播圖 */
.proImgSwiper li {
    background-color: #EDEBE7;
}

#prod_thumbSwiper .swiper-slide {
    max-width: 85px;
    max-height: 85px;
    aspect-ratio: 9 / 9;
    width: 100%;
    height: 100% !important;
}

.prod_info_clearfix {
    display: none;
}

.product-wrapper {
    width: calc(100%);
    display: grid;
    grid-template-columns: minmax(700px, 1fr) auto;
}

.product_main {
    width: 100%;
}

.sidebarBtn {
    width: 100%;
}

.prod_tabs {
    margin-top: 80px;
    grid-column: span 2;
}

.product_pic {
    padding-left: 100px;
}

#prod_thumbSwiper .swiper-slide::before {
    background: #ffffff;
}

@media screen and (max-width: 1400px) {

    .product-wrapper {

        grid-template-columns: minmax(500px, 1fr) 3fr;
    }
}

@media screen and (max-width: 1300px) {}

@media screen and (max-width: 1024px) {

    .product-wrapper {
        grid-template-columns: minmax(0, 1fr);
    }

    .product_main,
    .sidebarBtn {
        grid-column: span 2;
    }

    .product_main,
    .sidebarBtn {
        padding: 0;
    }
}

@media screen and (max-width: 768px) {

    .swiper-vertical>.swiper-wrapper {
        flex-direction: row;
    }

    .product_pic {
        padding: 0;
        max-width: 560px;
        margin: auto;
    }

    #prod_thumbSwiper .swiper-slide {
        padding-top: 0;
        aspect-ratio: 9 / 9;
    }

}


h5.blog_le_t {
    font-family: var(--font_same_menu);
    letter-spacing: var(--font_p_color_letter_spacing);
    color: #666666;
}

.blog_search input[type=search] {

    font-size: 14px;
    padding-bottom: 5px;
    border-radius: 0;
    border: none;
    background-color: #fff;
    font-family: var(--font_same_menu);
    letter-spacing: var(--font_p_color_letter_spacing);
}

.blog_search input[type=submit] {
    border: none;
    background-color: #899080;
    color: #747474;
    border-left: 1px solid #e2e2e2 !important;
    font-size: 13px;
    top: -1px;
    border-radius: 0;
    top: 0;
    height: 100%;
    background-image: url(../images/search-icon.png);
    background-repeat: no-repeat;

    color: #747474;
    border-left: 1px solid #e2e2e2 !important;
    font-size: 13px;
    top: -1px;
    border-radius: 0;
    top: 0;
    height: 100%;
    background: url(../images/search-icon.png) no-repeat 9px center;
    background-repeat: no-repeat;
}

.blog_search input[type=search]::placeholder {}

.blog_box {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 40px;
    position: relative;
    max-width: 1200px;
}

.blog_le {
    width: 100%;
    position: sticky;
    top: 100px;
    align-self: flex-start;
}

.toShareNews b,
.toShareNews a,
.toShareNews a object,
.toShareNews a i {
    font-size: 14px;
}


h5.blog_le_t span {
    display: none;
}

.blog_le .accordion {
    border-color: transparent;
    border-radius: 0;
}

.accordion li .link a {
    padding: 10px;
    border: none;
    padding-left: 30px;
    letter-spacing: var(--font_p_color_letter_spacing);
    line-height: var(--font_p_line_height);
    font-family: var(--font_same_menu);


}

.accordion li:hover>a:before,
.accordion li.active>a:before {
    background: #DAB88B;
    color: #fff;
}

.accordion li .link a:before {
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 18px;
    content: "＞";
    color: #DAB88B;
    background: #f2f2f2;
    width: 18px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 600ms ease-in-out;

    padding-left: 2px;
    font-size: 13px;
}

.blog_le .accordion>li:hover .link a,
.blog_le .accordion>li.on_this_category .link a {
    color: var(--inpage_same_menu_color);
    background: transparent;
}

.blog_le .accordion>li:hover .link a,
.blog_le .accordion>li.on_this_category .link a {
    background: #F4F3EE;
    color: var(--inpage_same_menu_color) !important;
}




.blog_list_ri em {
    font-size: 13px;
}



.blog_ri {
    display: grid;
    width: 100%;
    gap: 20px;
    max-width: 1000px;
}

body.blog_page h4.blog_category_title {
    display: none;
}

body.blog_in_page .articel_mainPic img {
    margin: 0;
}

body.blog_in_page .blog_shareData {
    order: 3;
}

body.blog_in_page .articel_mainPic {
    margin: 0;
    order: 3;
    width: 100%;
}


.news_related_list li a img {
    transition: all 0.5s ease-in-out;
    aspect-ratio: 2500 / 1000;
    overflow: hidden;
    border-radius: 1em;
    object-fit: contain;

}

.news_related_list li a {
    border-radius: 1em;


}

.news_related_list li figure {

    aspect-ratio: inherit;
}

.news_related_list li a:hover img {
    transition: all 0.5s ease-in-out;
    transform: scale(1.1);

}

.news_tags {
    padding-bottom: 20px;
    flex-wrap: wrap;
    width: 100%;
    order: -1;
    padding: 0;
    margin-top: 0;
    margin-bottom: 20px;
    gap: 5px;
}

body.blog_in_page .blog_back {
    grid-column: span 2;
}

.articel_mainPic img {}

.news_tags a {
    color: #272727;
    display: inline-block;
    background: #FAF0D6;
    border-radius: 500px;
    font-size: 14px;
    padding: 5px;

}

.blog_subbox {
    grid-template-columns: repeat(auto-fill, minmax(min(300px, 100%), 1fr));
    align-content: start;
}

.subbox_item a {
    grid-template-columns: 1fr;
}

.subbox_item a:after {
    display: none;
}


.blog_list_le {
    aspect-ratio: 2500 / 1000;
    overflow: hidden;
    border-radius: 1em;
}

.blog_list_le img {
    object-fit: contain;
    background: #fff;
}

.subbox_item:hover .blog_list_le img {
    transform: scale(1.2);
    transition: all 0.5s ease-in-out;
}

.blog_list_le img {
    transition: all 0.5s ease-in-out;

}


.blog_list_ri em {
    display: none;
}

.subbox_item a:after {
    pointer-events: none;
}

.subbox_item a:before {
    width: 100%;
    bottom: 0;
    top: auto;
    transform: none;
    left: 0;
    font-size: 14px;
    transition: all .5s;
    overflow: hidden;
    padding: 0;
    height: 0;
    background: #e88f15;
    color: #fff;
    letter-spacing: 2px;
    content: 'READ MORE';
    position: absolute;
    z-index: 19;
    right: 10px;
    text-align: center;
}

.subbox_item a:before {
    background: #e88f15;
    color: #fff;
}

.subbox_item a:hover:before,
.subbox_item a:hover:after {
    opacity: 1;
    transition: all .5s;
}

.subbox_item a:hover:before {
    transform: none;
    padding: 14px 5px;
    height: 45px;
}

.module_i_news li a:after,
.subbox_item a:after {
    pointer-events: none;
}

@media screen and (max-width: 768px) {
    .blog_search {

        width: 80%;
        max-width: 100%;
    }

    h5.blog_le_t,
    .blog_le .accordion {
        display: inherit;
    }

    .blog_le {
        position: relative;
        top: 0;
    }

    .blog_box {
        gap: 40px;
    }

    h4.blog_category_title,
    .news_related h6 span:before {
        font-size: 17px;
    }

    /* .subbox_item a {
        grid-template-columns: 120px 1fr;
    } */

}

@media screen and (max-width: 600px) {

    .blog_le,
    .blog_ri {
        grid-column: span 2;
        align-content: start;
    }



    .blog_subbox {

        margin: auto;
        grid-template-columns: minmax(0, 1fr);
    }

    body.blog_in_page .articel_mainPic {}


}

/* 地圖按鈕 */
.con_map_add_t {
    border: solid 1px #44444482;
    letter-spacing: 8px;
    font-size: 14px;
    padding: 10px 20px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    background: #fff;
}

.con_map_add_t:hover {
    letter-spacing: 1.2rem;
    transition: all 0.3s ease-in-out;

}

.con_map_add {
    display: inline-block;
    width: 100%;
}

/* 相簿 */


.subalbum-menu h2 {

    color: #666;
    letter-spacing: 0.2em;
    font-size: var(--fonts24re);
}

/* 統一按鈕樣式 */
/* 首頁按鈕 */
/* 樣式 */
.i_news_b a i.fa-solid.fa-arrow-right {
    display: none;
}

.i_blog_b a,
.contact_form li.last cite,
.contact_le_map a,
.animated-arrow,
.lastPage,
.blog_back a.article_btn_prev,
.blog_back a.article_btn_next,
.blog_back a.article_btn_back,
.contact_form li.last blockquote,
.contact_form li.last cite,
.total_amount .rewrite_simple,
.total_amount .send_simple,
.inquiry_a1,
.inquiry_a2,
.inquiry_a3,

.formbox_form li.last .rewrite_simple,
.formbox_form li.last input:last-child {
    max-width: 200px;
    padding: 5px;
    text-align: center;
    width: 100%;
    transition: 0.3s ease-in-out;
    font-size: var(--fonts16re);
    height: auto;
    line-height: 2;
    font-weight: normal;
    border: 1px solid transparent !important;
    background: var(--btn_bg);
    color: var(--btn_bg_color);
    border-radius: 0;
    font-family: var(--font_same_menu);

    letter-spacing: 2px;
    font-weight: var(--same_title_p_weight);


}


.animated-arrow b {
    font-family: var(--font_same_menu);

    font-weight: var(--same_title_p_weight);
    letter-spacing: 2px;

}

.i_blog_b a:hover,
.contact_form li.last cite:hover,
.contact_le_map a:hover,
.animated-arrow:hover,
.lastPage:hover,
.blog_back a.article_btn_prev:hover,
.blog_back a.article_btn_next:hover,
.blog_back a.article_btn_back:hover,
.contact_form li.last blockquote:hover,
.contact_form li.last cite:hover,
.total_amount .rewrite_simple:hover,
.total_amount .send_simple:hover,
.inquiry_a1:hover,
.inquiry_a2:hover,
.inquiry_a3:hover,
.formbox_form li.last .rewrite_simple:hover,
.formbox_form li.last input:last-child:hover {
    transition: 0.3s ease-in-out;
    border-radius: 0;

}

/* 淺底 */
.i_blog_b a,
.contact_le_map a,
.animated-arrow,
.lastPage,
.blog_back a.article_btn_prev,
.blog_back a.article_btn_next,
.contact_form li.last blockquote,
.total_amount .rewrite_simple,
.inquiry_a1,
.formbox_form li.last .rewrite_simple {
    border-color: var(--btn_bg_l) !important;
    background-color: var(--btn_bg_l);
    color: var(--btn_bg_l_p);

}

.i_blog_b a:hover,
.contact_le_map a:hover,
.lastPage:hover,
.blog_back a.article_btn_back:hover,
.blog_back a.article_btn_prev:hover,
.blog_back a.article_btn_next:hover,
.contact_form li.last blockquote:hover,
.total_amount .rewrite_simple:hover,
.inquiry_a1:hover,
.formbox_form li.last .rewrite_simple:hover {
    border-color: var(--btn_bg_l_hover) !important;
    background-color: var(--btn_bg_l_hover);
    color: var(--btn_bg_l_p_hover);
    transition: all 0.3s ease-in-out;


}

/* 深底 */
.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 {
    border-color: var(--btn_bg_d);
    background: var(--btn_bg_d);
    color: var(--btn_bg_d_p);

    transition: all 0.3s ease-in-out;

}

.blog_back a.article_btn_back:hover,
.contact_form li.last cite:hover,
.total_amount .send_simple:hover,
.inquiry_a2:hover,
.animated-arrow:hover,
.contact_le_map a:hover,
.formbox_form li.last input:last-child:hover {
    border-color: transparent;
    background: var(--btn_bg_d_hover);
    color: var(--btn_bg_d_p_hover);



}

.i_blog_b a i.fa-solid.fa-arrow-right {
    display: none;
}

/* 第三倍備用色 */
.blog_back a.article_btn_prev:hover,
.blog_back a.article_btn_next:hover,
.total_amount .rewrite_simple:hover,
.contact_form li.last blockquote:hover,
.inquiry_a3:hover {
    background-color: #c7c7c7;
}

@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 */
.blog_back {
    width: 100%;
    margin-bottom: 80px;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.sidebarBtn form {
    display: flex;
    flex-wrap: wrap;
}

.product_info {
    width: 100%;
}

.contact_form li.last {
    flex-wrap: nowrap;
}

.contact_form li.last input {
    padding: 0;
}


.i_blog_b * {
    transition: none;
    font-weight: 500;

}

.i_blog_b *,
.contact_form li.last blockquote:hover input[type="reset"],
.contact_form li.last input {
    transition: none;


}


.contact_form li.last input:hover,
.contact_form li.last blockquote:hover input,
.contact_form li.last cite:hover input {
    transition: all 0.3s ease-in-out;

}

body.car_page .total_amount {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 80px;
    max-width: 500px;
}


/* 聯絡我們 */


.contact_content {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 100%;
    padding-top: var(--page_gapbig_01);
    padding-bottom: var(--page_gapbig_01);
    position: relative;


}


.contact_content .information_left .list_before {
    color: #fff;
}



/* 表單 */

body.contact_page .main_part {
    padding: 0;
    margin: 0;
    max-width: 100%;
}

.contact_form li {

    grid-template-columns: minmax(0, 1fr);
    gap: 5px;
}

.contact_form li input.noborder,
.contact_form li textarea.noborder {
    border: none;
    background: #F3F3F3;
    color: #666666;
    border-radius: 0.2em;

}

body.contact_page .form select {
    width: 100%;
    background: #F3F3F3;
    border-color: transparent;
    border-radius: 0.2em;

}


.contact_form .checknumBox input#checknum {
    color: #666666;

}

.contact_form li .form__label {
    text-align: left;
}

.contact_form {
    width: 90%;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    margin: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    gap: 20px;
}


.contact_form li:nth-last-of-type(3),
.contact_form li:nth-last-of-type(2),
.contact_form li:nth-last-of-type(1) {
    grid-column: span 2;
}

.contact_form li.checknumBox .form__insert {
    border-bottom: none;
}

@media screen and (max-width: 1100px) {
    .contact_form {
        grid-template-columns: minmax(0, 1fr);
    }

    .contact_form li:nth-last-of-type(3),
    .contact_form li:nth-last-of-type(2),
    .contact_form li:nth-last-of-type(1) {
        grid-column: span 1;
    }

    /* body.contact_page .contact_content {
        padding-top: 200px;
    } */
}



@media screen and (max-width: 768px) {}

/* 金流購物頁面 */

/* 有開購物車留意 */
.header_area .box_search input[type=text] {
    max-width: 100%;
    font-family: var(--font_same_menu);
    letter-spacing: var(--font_p_color_letter_spacing);
}

.shop_search_btn {
    background: #ADA17E;
    font-family: var(--font_same_menu);
    letter-spacing: var(--font_p_color_letter_spacing);
}


.header_area .me_tp_features span {
    font-family: var(--font_same_menu);
    letter-spacing: var(--font_p_color_letter_spacing);
}

@media (max-width:1024px) {
    .me_tp_features {

        padding-top: 0px;
    }
}


@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: none;
    }

    .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: #e88f15;
        border-radius: 500px;
        top: -10px;
        position: relative;
        left: -5px;
        display: inline-block;
        min-width: 15px;
        min-height: 15px;
        align-content: center;
        justify-content: center;

    }

    /* .me_tp_features a.tp_btn_notice span {
        display: none;
    } */


}

@media screen and (max-width: 340px) {
    .header_area .box_search {
        width: 90%;
        margin-bottom: 10px;
    }
}

/* 頁數 */
.page li a,
.page li strong {
    font-family: var(--font_same_menu);
    letter-spacing: var(--font_p_color_letter_spacing);
}

.page li {
    aspect-ratio: 1 / 1;
    min-width: 25px;
    min-height: 25px;
    border-radius: 500px;
    align-content: center;

}

.page li.activeN {
    background: #899080;
    color: #ffffff;
}

/* ======================================================== */
/* 字體標題和內文統一調整 */
/* 購物車標題和內文 */
.product_info li .txt_box {
    font-family: var(--font_same_menu);
    line-height: var(--same_title_p_line_height);
    font-weight: var(--same_title_p_weight);
    color: var(--same_title_m_color);
}


.sidebarBtn h2 {
    font-size: var(--fonts24re);
    color: var(--same_title_p);
    letter-spacing: 0.3em;
    padding-top: 20px;
    font-family: var(--font_same_title);

}

.products-list .more {
    position: relative;
    transform: translateX(0%);
    left: 0;
    bottom: 0;
    border: 1px solid #b5a59166;
    color: #545454;
    border-radius: 7px;
    background: transparent;
    font-size: 14px;
    font-weight: var(--same_title_p_weight);
    font-family: var(--font_same_menu);
    letter-spacing: var(--font_p_color_letter_spacing);
    margin-top: 10px;
}

/* 聯絡我們標題和內文 */

.contact_content .information_left .list_before.info li,
.contact_content .information_left .list_before.info li a,
.contact_content .information_left .list_before.info li p {
    position: relative;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1.8em;
    font-family: var(--font_same_menu);
    color: var(--font_p_color);

    padding: 0;
    margin: 0;
}

body.contact_page .contact_form li .form__label,
body.contact_page .contact_form li .form__ {
    letter-spacing: 0.06em;
    font-size: var(--fonts16re);
    color: #666666;
    font-family: var(--font_same_menu);
    font-weight: var(--same_title_p_weight);

}

.contact_form li .form__insert {
    font-family: var(--font_same_menu);
    font-weight: var(--same_title_p_weight);
    color: #666666;
    letter-spacing: var(--font_p_color_letter_spacing);


}

/* 促銷方案標題和內文 */

.news_list ul li a span {
    font-weight: var(--same_title_p_weight);
    font-family: var(--font_same_menu);
    color: #666666;
}


.news_list ul li p:after {
    font-weight: var(--same_title_p_weight);
    font-family: var(--font_same_menu);
    color: #666666;
}

.news_list ul li p,
.i_blog_ri h5 {
    font-size: var(--fonts18re);
    font-weight: var(--same_title_p_weight);
    line-height: 1.6em;
    letter-spacing: 0px;
    color: #666666;
    font-family: var(--font_same_menu);
}

.other_promotion .pmtTitle h3 {
    font-weight: var(--same_title_p_weight);
    font-family: var(--font_same_menu);
    color: #666666;
}


body.promotions_page .edit h3 {
    font-weight: var(--same_title_p_weight);
    color: var(--same_title_p);
}

.promotion_title h2 {
    letter-spacing: 0.4em;
    font-family: var(--font_same_title);

    font-weight: var(--same_title_p_weight);
    letter-spacing: 4.2px;
    font-size: var(--fonts24re);
    color: var(--same_title_p);
}

/* 相簿標題和內文 */
.show-list .show_name,
.subalbum-menu h2 {
    font-size: var(--fonts17re);
    color: #444;
    line-height: 190%;
    font-weight: var(--same_title_p_weight);
    font-family: var(--font_same_menu);

    line-height: normal;
    -webkit-line-clamp: 3;
}

.other_album * :not(.fa-solid) {
    position: relative;
    font-family: var(--font_same_menu);
    font-weight: var(--same_title_p_weight);
}

.album_descrip {
    color: #666666;
    font-weight: var(--same_title_p_weight);
    line-height: 1.6em;
    letter-spacing: 0px;
    font-size: 15px;
    font-family: var(--font_same_menu);

}

/* 文章標題和內文 */



.blog_list_ri h5 {
    letter-spacing: 0.4em;
    font-family: var(--font_same_title);
    font-size: var(--fonts18re);
    color: var(--same_title_p);
    font-weight: var(--same_title_p_weight);
    letter-spacing: var(--same_title_p_letter_spacing);
    margin-top: 0;

}


.blog_category_title,
.news_related h6 span:before,
.products-list .name,
.product-layer-two>li>a,
.other_subalbum li a p {
    font-weight: var(--same_title_p_weight);
    color: var(--inpage_same_menu_color);
    display: -webkit-box;
    -webkit-line-clamp: inherit;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    font-family: var(--font_same_menu);
    font-size: 16px;
    color: #444;
    letter-spacing: var(--font_p_color_letter_spacing);
    margin-top: 15px;
    vertical-align: bottom;

}


.blog_box_edit h3 {
    font-weight: var(--same_title_p_weight);
    color: var(--same_title_p);
}

h4.blog_category_title,
.news_related h6 span:before {
    font-weight: var(--same_title_p_weight);
    line-height: 1.8;
    color: var(--same_title_p);

    font-size: var(--fonts24re);
    letter-spacing: 0.1em;
    padding-bottom: 20px;
    display: block;
    padding: 0;
    margin: 0;


}


h4.blog_category_title,
.news_related h6 span:before {
    font-family: var(--font_same_title);
    color: var(--same_title_p);
    font-weight: var(--same_title_p_weight);
}


h4.blog_category_title {
    font-family: var(--font_same_title);
    color: var(--same_title_p);
    font-weight: var(--same_title_p_weight);
    color: #272727;
    font-size: var(--fonts26re);
}

.news_related_list li a p {
    color: #666666;
    line-height: 2;
    font-size: 15px;
    font-weight: var(--same_title_p_weight);
    line-height: 1.6em;
    letter-spacing: 0px;
    color: #788070;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: var(--font_same_menu);
}


h5.blog_le_t em {
    font-style: normal;
    min-height: 400px;
    display: inline;
    font-family: var(--font_same_title);
    font-weight: var(--same_title_p_weight);
    letter-spacing: 0.06em;
    font-size: var(--fonts24re);
    color: #333333;
}

/* 功能頁選單標題們 */
.product-layer-two li li a {
    font-weight: var(--same_title_p_weight);
    color: #000;
    -webkit-line-clamp: inherit;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    font-family: var(--font_same_menu);

    font-size: 15px;
    color: #444;
    letter-spacing: var(--font_p_color_letter_spacing);
    line-height: var(--font_p_line_height);
}

.product-layer-two>li>a {
    cursor: pointer;
    display: block;
    padding: 15px 10px;
    color: #444;
    font-size: 14px;
    font-weight: var(--same_title_p_weight);
    position: relative;
    font-size: 14px;
    padding: 0px;
    padding-left: 30px;
    margin-top: 0;
    padding-top: 8px;
    padding-bottom: 8px;
}



body.car_page .blank_letter,
.order_pay .blank_letter {
    font-family: var(--font_same_title);

    font-weight: 400;
    letter-spacing: 4.2px;
    font-size: var(--fonts24re);
    color: var(--same_title_p);
}

body.car_page .show_content {
    font-family: var(--font_same_menu);
    font-weight: var(--same_title_p_weight);


}

ul.list_before.account {
    font-family: var(--font_same_menu);
    font-weight: var(--same_title_p_weight);
}

body.remit_page .form_content {
    font-family: var(--font_same_menu);
    font-weight: var(--same_title_p_weight);
}




/* 首頁標題們 */
.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 {
    color: #ADA17E;
    font-family: var(--font_same_title);
    font-size: 24px;
    font-weight: 300;
    line-height: 1.4em;
    letter-spacing: 4.2px;
    text-transform: capitalize;
}

.news_part .title_i_box h4,
.module_i_news .title_i_box h4,
.module_i_album .title_i_box h4,
.blank_letter,
.i_prod_tit span {
    letter-spacing: 0.4em;
    font-family: var(--font_same_title);
    font-weight: 400;
    letter-spacing: 4.2px;
    font-size: var(--fonts40re);
    color: var(--same_title_p);
    font-weight: var(--same_title_p_weight);
}

.i_blog_ri h5 {
    -webkit-line-clamp: inherit;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    font-family: var(--font_same_menu);
    font-size: 16px;
    color: var(--same_title_p);
    letter-spacing: var(--font_p_color_letter_spacing);
}




.i_album_list li a p span {
    font-family: var(--font_same_menu);
    font-weight: var(--same_title_p_weight);
    font-size: var(--fonts16re);
    letter-spacing: 0.15em;
}

/* ======================================================== */












/* 20250528 首頁最新消息調整 */
.module_i_news {
    background: #F7EAD0;
}

.module_i_news section {
    position: relative;
}

.module_i_news section::after {
    content: '';
    display: block;
    max-width: 80px;
    width: 100%;
    min-height: 80px;
    background: #EABD74;
    transform: rotate(45deg);
    position: absolute;
    /* right: -30px; */
    right: 5%;
    top: -90px;
}

.pageIndex .module_i_news .title_i_box h6 {
    display: none;
}

.pageIndex .module_i_news .title_i_box h4 {
    font-size: 48px;
    font-weight: 400;
    letter-spacing: 4px;
    color: #000000;
}

.pageIndex .i_blog_b {
    display: none;
}

.module_i_news li {
    border-radius: 30px;
    overflow: hidden;
}

.module_i_news_list,
.module_i_news_list.swiper {
    padding: 0;
}

.module_i_news li a {
    display: block;
    padding: 0;
}

.i_blog_le {
    aspect-ratio: initial;
}

.i_blog_le img {
    height: auto;
}

.i_blog_ri {
    display: none;
}

.module_i_news ul.swiper-wrapper {
    gap: initial;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev,
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 55px;
    width: 100%;
    min-height: 55px;
    background: rgba(39, 39, 39, 0.2);
    border-radius: 50%;
    color: #FFFFFF;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px;
}

.swiper-pagination-bullet {
    background: #FFFFFF;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #000000;
}

@media screen and (max-width:1050px) {
    .pageIndex .module_i_news .title_i_box h4 {
        font-size: 46px;
    }
}

@media screen and (max-width:768px) {
    .pageIndex .module_i_news .title_i_box h4 {
        font-size: 44px;
    }

    .module_i_news section {
        padding: 30px 0;
    }
}

@media screen and (max-width:600px) {
    .module_i_news section::after {
        width: 40px;
        min-height: 40px;
        top: -70px;
    }

    .pageIndex .module_i_news .title_i_box h4 {
        font-size: 42px;
    }

    .module_i_news section {
        padding: 0;
    }
}

@media screen and (max-width:500px) {
    .pageIndex .module_i_news .title_i_box h4 {
        font-size: 40px;
    }
}