@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yuji+Boku&display=swap');

body.product_info_page #spec_val_2:after {
    content: '選擇';
    position: relative;
    position: absolute;
    left: 0;
    color: #777;
}

body.product_info_page #spec_val_2 {
    position: relative;
    color: transparent;
}

.main_part {
    max-width: 1500px;
    position: relative;
    z-index: 1;

}

/* 開場 */

body.pageIndex .header_area {
    animation: bodybg_header 4s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;

    animation-iteration-count: 1;

}

.footer .center {
    position: relative;
}

body.pageIndex .footer .center::before {
    content: '';
    pointer-events: none;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(https://pic03.eapple.com.tw/yishanmemorial/index_bg_01_top.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    animation: bodybg 4s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    animation-iteration-count: 1;
    width: 0;
}

body.pageIndex .footer .center::after {
    content: "";
    pointer-events: none;
    display: block;
    width: 80vw;
    max-width: 800px;
    aspect-ratio: 392 / 1280;
    padding-bottom: 100%;
    background-image: url(https://pic03.eapple.com.tw/yishanmemorial/y_logo_02.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    z-index: 100000000;
    animation: fade-in 5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
}

@-webkit-keyframes bodybg_header {
    0% {
        top: -800px;
    }


    100% {
        top: 0;
    }
}

@-webkit-keyframes bodybg {
    0% {
        width: 100%;
        position: fixed;

        opacity: 1;
        -webkit-filter: blur(4px);
    }

    5% {
        -webkit-filter: blur(0px);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: blur(0px);
    }

    100% {
        width: 100%;

        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
        -webkit-filter: blur(4px);

    }
}

@keyframes bodybg {
    0% {

        width: 100%;
        opacity: 1;
        -webkit-filter: blur(4px);
    }

    5% {
        -webkit-filter: blur(0px);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: blur(0px);
    }

    100% {
        width: 100%;

        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
        -webkit-filter: blur(4px);

    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
        -webkit-filter: blur(4px);
    }

    20% {
        opacity: 0.6;
        -webkit-filter: blur(0px);
    }

    50% {
        opacity: 1;
        -webkit-filter: blur(0px);
    }

    75% {
        opacity: 0.3;
        -webkit-filter: blur(0px);
    }

    100% {
        opacity: 0;
        -webkit-filter: blur(4px);
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
        -webkit-filter: blur(4px);
    }

    20% {
        opacity: 0.6;
        -webkit-filter: blur(0px);
    }

    50% {
        opacity: 1;
        -webkit-filter: blur(0px);
    }

    75% {
        opacity: 0.3;
        -webkit-filter: blur(0px);
    }

    100% {
        opacity: 0;
        -webkit-filter: blur(4px);
    }
}

/* 英文斷行修正 */
* {
    word-break: break-word !important;
    /* font-family: "Jost", "Noto Sans TC"; */
}

/* 字體統一 */
:root {
    /* 全部除了下面 */
    /* banner文字 */
    --font_same_03: "Noto Serif TC", Sans-serif;
    --font_same_04: "Yuji Boku", "Noto Serif TC", Sans-serif;

    /* 功能頁內文標題 */
    /* 標題 */
    --footer_color: #94682b;

    --base_color: #94682b;
    --sub_color: #223624;
    --font_color_d: #223624;

    --font_color_l: #fff;

    --title_letter-spacing: 4.2px;
    --gapbig_01: 50px;
    --fonts14re: 14px;
    --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;
    --fonts40re: 40px;
    --fonts50re: 50px;
    --fonts72re: 72px;

    /* 統一編輯頁樣式 */
    --color_t_lightbg: #34220f;
    --fonts12: 12px;
    --fonts16: 16px;
    --fonts18: 18px;
    --fonts20: 20px;
    --fonts22: 22px;
    --fonts28: 28px;
    --fonts30: 30px;
    --fonts32: 32px;

    --pd100: 100px 0;
    --m100: 100px;
    --m50: 50px;
    --m30: 30px;
    --line_hight_title: 1.7;

    --line_hight_content: 1.9;
    --font-weight_content: 600;
    --font-weight_list_menu: 800;

    --font-color_w: #ffffff;
	--font-color_title_normal: #355449;
    --font-color_title_dark: #b6884a;
    --font-color_content_light: #315247;
    --font-color_content_normal: #b6884a;
    --font-color_content_dark: #444;

}


@media screen and (max-width: 1440px) {
    :root {


        --fonts18re: 17px;
        --fonts20re: 17px;
        --fonts21re: 18px;
        --fonts22re: 20px;
        --fonts23re: 20px;
        --fonts24re: 20px;
        --fonts26re: 20px;
        --fonts28re: 23px;
        --fonts35re: 30px;
        --fonts40re: 32px;
        --fonts50re: 44px;
        --fonts72re: 64px;
        --fonts110re: 75px;


    }
}


@media screen and (max-width: 1080px) {
    :root {



        --fonts28re: 20px;
        --fonts50re: 35px;
        --fonts72re: 55px;
        --fonts110re: 60px;
        /* 統一編輯頁樣式 */

        --m50: 40px;
        --m30: 25px;
    }
}

@media screen and (max-width: 840px) {
    :root {
        --fonts110re: 50px;
    }
}

@media screen and (max-width: 768px) {
    :root {
        --gapbig_01: 40px;
        --fonts16re: 15px;
        --fonts17re: 15px;
        --fonts20re: 18px;
        --fonts25re: 22px;
        --fonts35re: 24px;

        /* 統一編輯頁樣式 */
        --fonts18: 16px;
        --fonts20: 16px;
        --fonts22: 20px;
        --fonts28: 24px;
        --fonts30: 24px;
        --fonts32: 28px;
        --pd100: 70px 0;
        --m100: 70px;
        --m50: 30px;
        --m30: 20px;
    }

}

@media screen and (max-width: 600px) {
    :root {
        --fonts21re: 16px;
        --fonts26re: 26px;
        --fonts28re: 17px;
        --fonts50re: 30px;
        --fonts72re: 28px;
        /* 統一編輯頁樣式 */
        --pd100: 50px 0;
        --m100: 50px;
        --m50: 25px;
    }

}

@media screen and (max-width: 480px) {
    :root {
		--fonts23re: 17px;
        --fonts24re: 19px;
        --fonts26re: 19px;
		--fonts32re: 25px;
        --fonts35re: 18px;
        --fonts50re: 38px;
    }

}

/* 標簽樣式 */
.ser_img_icon_box_t_s s {
    background: #44190B;
    border-radius: 5px;
    display: inline-block;
    color: #F5CDA1;
    padding: 5px 8px;
    align-self: flex-start;
}

.ser_img_icon_box_t_s {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
}

.ser_img_icon_box_t_s.ser_img_icon_box_t_s_02 s {
    background: transparent;
    color: #6A3906;
    border: solid 1px #6a390638;
    font-size: var(--fonts14re);
}

/* 標題樣式5 */
.same_title_big.same_title_big_05 {
    display: grid;
    max-width: 320px;
    margin: auto;
    gap: 0;
    text-align: center;
    /* background: #222222; */
    /* background-color: #4F372D; */
    display: flex;
    flex-direction: column;
    border: 0;

}

.same_title_big.same_title_big_05 .ser_t_icon_out_box {
    background: url(https://pic03.eapple.com.tw/yuanxhian/same_title_ser_list_bg_02_2.png) top center;
    background-size: 100%;
    width: 100%;
    font-size: var(--fonts22);
    font-family: var(--font_same_03);
    letter-spacing: 0.3em;
    font-weight: 800;
    text-align: center;
    line-height: 170%;

    line-height: 170%;
    gap: 10px;
    padding-left: 1rem;
    padding-right: 1rem;
    align-self: center;
    align-content: center;
    z-index: 2;
}

.same_title_big.same_title_big_05 .ser_t_icon_out_box s {
    font-size: 14px;
    display: block;
}


.same_title_big.same_title_big_05 .ser_t_icon_out_box .ser_img_icon_box {
    width: 30%;
    margin: auto;
}



.same_title_big.same_title_big_05 p {
    align-content: center;
    color: #ffef8c;

}

.same_title_big.same_title_big_04 .ser_img_icon_box_t_s s {
    background: #44190B;
    border-radius: 5px;
    display: inline-block;
    color: #F5CDA1;
    padding: 5px 8px;
}

.same_title_big.same_title_big_04 .ser_img_icon_box_t_s {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
}


/* 標題_英文小字 */
.lyu_i_c li a span.title_s_e,
span.title_s_e {
    display: block;
    font-size: var(--fonts16);
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: normal;
    text-align: left;
}

/* 中標題 */
.same_text_p h5 {
    font-size: var(--fonts24re);
    line-height: 130%;
    font-family: var(--font_same_03);
    letter-spacing: 0.3em;
    font-weight: 800;
    margin-bottom: 15px;
    color: var(--font-color_content_light);
}

.same_text_p h5 .text_sm_s {
    font-size: var(--fonts22);
    color: var(--colorB);
    font-family: var(--font_same_03);
    margin-bottom: 30px;
    color: var(--color_t_lightbg);
}

/* 小標題 */
.same_text_p h6 {
    font-size: var(--fonts20re);
    line-height: var(--line_hight_title);
    color: var(--colorB);
    font-family: var(--font_same_03);
    font-weight: 800;
    letter-spacing: 0.3em;
    color: var(--font-color_title_dark);
}


/* 內文 */
.same_text_p * {
    /* gap: 20px; */
    text-align: justify;
}

.same_text_p.center_p {
    text-align: center;

}

.same_text_p_in_out {
    display: grid;
    gap: 20px;
}


.same_text_p_in {
    gap: 0;
}

.same_text_p_in {
    display: grid;
}

/* list數字樣式 */
.same_text_p_in_list {
    margin-bottom: 20px;
}

.list_deli_num_outadd_p {
    display: grid;
    grid-template-columns: 80px 1fr;
    align-items: center;
    gap: 20px;
}

span.list_deli_num {
    font-size: var(--fonts32);
    line-height: 1;
}


.list_deli_num_out {
    display: grid;
    max-width: 380px;
    margin: auto;
    gap: 0;
}


span.list_deli_num {
    font-size: var(--fonts30);
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
    line-height: normal;
    background: url(https://pic03.eapple.com.tw/yuanxhian/same_title_list_bg_02.png) top center;
    background-size: 100%;
    width: 100%;
    align-items: center;
}

span.list_deli_num.list_deli_num_l {
    background-image: url(https://pic03.eapple.com.tw/yuanxhian/same_title_list_bg_l_02.png);

}


/* 上下線框樣式 */
.top_bottom_deli_line_box_out {
    gap: 30px;
    display: grid;
    gap: 0;
    padding-top: 30px;
    padding-bottom: 30px;
}

.top_bottom_deli_line_box {
    display: flex;
    width: 100%;
    justify-content: space-between;

    display: grid;
    grid-template-columns: 30px 1fr 30px;
    gap: 0;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.top_bottom_deli_line_box p {
    height: 1px;
    width: 100%;
    background: #643B0A;
}

/* 連結a底線 */
.bottom_line_a {
    display: inline-block;
    border-bottom: 1px solid var(--font-color_content_light);
    transition: all 0.3s ease-in-out;
}

.bottom_line_a:hover {
    transform: translateY(-5px);
    transition: all 0.3s ease-in-out;

}



/* 結束 */
/* 滑鼠 */
body.album_class_page .other_subalbum li a,
.subbox_item a,
.products-list .item a,
body.album_class_page .show-list .item a,
body.pageIndex .module_i_news li a {
    cursor: url(https://pic03.eapple.com.tw/yuanxhian/mouse_01.png) 32 32, auto;

}

body.album_info_page .pic-list .item a,
body.compensate-for-scrollbar .fancybox-can-zoomIn .fancybox-content {
    cursor: url(https://pic03.eapple.com.tw/yuanxhian/mouse_02.png) 32 32, auto;


}


/* logo */
.nav-brand img {
    filter: invert(1);
    max-width: 120px;
    transition: all 0.3s ease-in-out;
}

.headerSticky .nav-brand img {
    max-width: 70px;
    transition: all 0.3s ease-in-out;

}



/* 商品下拉超過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;
    overflow: hidden;
}



.swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}

/* .swiper-slide img { height:auto;} */

/* 以上原始固定 */
/* 開始 */




/* 全域設定 */

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {}

::-webkit-scrollbar-thumb {
    background-color: #681415;
}

::selection {
    color: #ffffff;
    background: #681415;
}

#content {
    position: relative;
}



#page {
    position: relative;
}

#page {
    /* background-color: var(--base_color); */
    position: relative;
    background: #f9f8f7;
    z-index: 0;
}


#page:before {
    display: block;
    content: " ";
    z-index: 1000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://pic03.eapple.com.tw/yuanxhian/bg_imp.png);
    pointer-events: none;
    opacity: 0.5;
    pointer-events: none;
    z-index: 1;
}



body.pageIndex .news_part,
body.pageIndex .module_i_album,
body.pageIndex .edit_part {

    background: url(https://pic03.eapple.com.tw/yuanxhian/pat_bg_05.jpg);


}
#content_main,
#content {
    background: transparent;
    /* background: #E9E5DE; */
    /* background-image: url(https://pic03.eapple.com.tw/yuanxhian/pat_bg_12.jpg); */
    min-height: 80vh;
    background: transparent;
}



/* 服務項目 */
body.other_select_page .main_part {

    z-index: 1;
    position: relative;
}

body.other_select_page #page {
    position: relative;
}

body.other_select_page #page::after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    opacity: 1;
    background: url(https://pic03.eapple.com.tw/yuanxhian/all_bg_deli_03.png) no-repeat;
    background-attachment: fixed, fixed;
    background-position: right 0px top 7vh;
    background-size: 12vw, 12vw;
    top: 0;
    position: absolute;
    pointer-events: none;
    z-index: 0;
    filter: saturate(0.5);
    animation: op_0_1 10s 0.2s both;

}


/* 結束 */

#content_main,
#content {
    background-color: transparent;
    position: relative;

}

#content_main:before,
#content:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.2;
    z-index: 0;
    pointer-events: none;
    background-color: #FEFDF8;
    background-position: center;
}


/* ios適用 */

#content_main:before,
#content:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: opacity(0.5);
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #ffffffd4 20%, #ffffff);

}


body.contact_page .contact_content::before {
    display: none;
}

body.contact_page #content:before {
    display: none;

}


/* footer */
.footer_info li:nth-child(1) {   display: grid;}
.footer_info li p.tel:before {content: '手機：';}
p.line {grid-row: 4;}


.footer_info li:nth-child(1) p {
    display: grid;
    grid-template-columns: auto 1fr;
}

.footer_info li:nth-child(1) p.mail {
    display: none;
}

/* footer_清除原始設定_版型調整 */
.footer {
    position: relative;
    overflow: hidden;
    background: transparent;
    padding: 80px 0 60px;
    background: linear-gradient(115deg, #a16a18, #0c2d1f);
}


.footer:before,
.header_area.sticky:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* background-image: url(https://pic03.eapple.com.tw/yuanxhian/pat_bg_09.jpg); */
    background-size: cover;
    z-index: -1;
    opacity: 0.2;
    background-position: top;
    pointer-events: none;

}

.footer:before {
    content: '';
    height: 100%;
    position: absolute;
    left: 0;
    top: auto;
    bottom: -50px;
    z-index: -1;
    pointer-events: none;
    mix-blend-mode: multiply;
    aspect-ratio: 444 / 279;
    width: 350px;
    background: url(https://pic03.eapple.com.tw/yishanmemorial/fish.gif) 0px 0px repeat;
    animation: swim 40s linear infinite;
    opacity: 0.5;
    background-size: 100%;
    background-repeat: repeat-x;
}

.footer:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 1;
    pointer-events: none;
    opacity: 0.2;
    background: url(https://pic03.eapple.com.tw/yuanxhian/pat_bg_20.png);
    background-size: 500px;
}

.footer a.me_tp_call {
    display: none;

}

.footer a.me_tp_mail {
    display: none;
}

/* 搖動身體 */
@keyframes shark {
    0% {
        background-position-x: 0px;
    }

    100% {
        background-position-x: calc(-444px * 36);
    }
}

/* 游泳 */
@keyframes swim {
    30% {
        transform: translate(900px, 0) rotate(0deg);
    }

    50% {
        transform: translate(900px, 0) rotate(-180deg);
    }

    80% {
        transform: translate(0, 0) rotate(-180deg);
    }


}


.header_area.sticky:before {
    transform: scaleX(-1);
    pointer-events: none;
}


.footer_logo img {
    max-width: 130px;
    width: 30vw;
    filter: invert(1);
}

.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(--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: #fff;
    border: none
}

.footer_info {
    grid-template-columns: 180px auto auto;
    gap: var(--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: flex;
    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: #fff;
}



/*Header/＝＝＝＝＝*/
.stellarnav.desktop>UL>li>a {
    padding: 0;
}

.stellarnav li a {
    color: #333;
}

.stellarnav li.has-sub>a:after {
    display: none;
}

.nav-header {
    max-width: 165px;
    border: none;
}

.header_area {
    position: fixed;
    width: 100%;
    padding-bottom: 0;
    background: linear-gradient(to bottom, #222 0%, #ada17e00 100%);
}

.main_header_area {
    width: 100%;
    margin: 0 auto;
    max-width: 90%;
    margin-top: 20px;
    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_03);
    font-weight: 500;
    line-height: 1.6em;
    letter-spacing: 1px;
}

.stellarnav>ul>li>a b {
    text-transform: uppercase;

    align-content: space-evenly;
    /* text-shadow: 1px 1px 5px #002e26; */
}

.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: 150%;
    /* background-color: #899080e3; */
    /* background-color: #82401db0; */

    transition: all 0.3s ease-in-out;

    background: linear-gradient(to bottom, rgba(34, 34, 34, 0.7) 0%, rgba(173, 161, 126, 0) 100%);
    pointer-events: none;
}

/*選單最大寬度設定*/
.main_header_area .container {
    max-width: 1600px;
    margin: auto;
}
.stellarnav{    grid-row: 1 / 3;}
.navigation {padding: 0px;}
.me_tp_features{display: none;}
/*第一層*/


.stellarnav>ul>li:hover>a {
    color: #e9a74e;
}


.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: #fff;
	background: #b6884a;
    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_開始修改_顏色_背景_偽元素_字體大小 */



.box_link a {
    color: #C69C6D;
    color: #fff;
    font-size: 14px;
    justify-content: start;
}

.footer_info li p,
.footer_info li p a {
    color: #FFF;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    font-family: var(--font_same_03);

}

.footer_info li p:hover a {
    opacity: 0.5;
    transition: all 0.3s ease-in-out;

}

.footer_menu a {
    font-family: var(--font_same_03);
    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_03);
    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_call::after {
    content: "PHONE";

}

.box_link .me_tp_mail::after {
    content: "E-MAIL";

}

.box_link .me_tp_fb::after {
    content: "FACEBOOK";

}


.footer .center {
    max-width: 100%;
}

.footer_info li:nth-child(1):before,
.footer_info li:nth-child(2):before,
.box_link:before {
    border-bottom: solid 1px #ffffff6b;
    width: 100%;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    color: #fff;
    letter-spacing: 0.3em;
    font-weight: 600;
    font-family: var(--font_same_03);
    font-size: 16px;
}

.footer_info li:nth-child(1):before {
    content: '聯絡我們';
    pointer-events: none;
}

.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;
    color: #ffffff33;
}

.copy{margin-top: 55px;}

/* 大圖 */

body.pageIndex .swiper-banner .swiper-slide img {
    aspect-ratio: 2000/1000;
    object-fit: cover;

}



@keyframes cloud {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -3402px 0;
    }
}


body.pageIndex .swiper-wrapper .swiper-slide:nth-child(1)::before {
	content: "翊心守護， \A 善終有愛。  ";
    color: #fff;
    letter-spacing: 5px;
    font-size: min(max(3vw, 18px), 45px);
    font-family: var(--font_same_03);
    writing-mode: tb;
    right: 20%;
    position: absolute;
    z-index: 9999;
    text-shadow: 1px 1px 5px #002e26;
    top: 45%;
    transform: translate(0, -50%);
    white-space: pre-line;
    opacity: 0;
    font-weight: 700;

}

body.pageIndex .swiper-wrapper .swiper-slide:nth-child(2)::before {
    content: "翊善相伴， \A 溫柔道別， \A 圓滿此生。 ";
    color: #fff;
    letter-spacing: 5px;
    font-size: min(max(3vw, 18px), 45px);
    font-family: var(--font_same_03);
    writing-mode: tb;
    right: calc(75% - 16px * 7 - 1vw);
    position: absolute;
    z-index: 9999;
    text-shadow: 1px 1px 5px #002e26;
    top: 45%;
    transform: translate(0, -50%);
    white-space: pre-line;
    text-align: right;
    opacity: 0;
    font-weight: 700;

}

body.pageIndex .swiper-wrapper .swiper-slide:nth-child(2)::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;
    background-image: url(https://pic03.eapple.com.tw/yuanxhian/cover_c_deli_c2.png);
    top: 0;
    right: 0;
    mix-blend-mode: overlay;

}


body.pageIndex .swiper-slide.swiper-slide-active:nth-child(1):before,
body.pageIndex .swiper-slide.swiper-slide-active:nth-child(2):before {
    -webkit-animation: text_line_space 3.2s cubic-bezier(0.215, 0.610, 0.355, 1.000) 1s both;
    animation: text_line_space 3.2s cubic-bezier(0.215, 0.610, 0.355, 1.000) 1s both;
}

body.pageIndex .swiper-wrapper .swiper-slide:nth-child(2)::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;
    background-image: url(https://pic03.eapple.com.tw/yuanxhian/cover_c_deli_c2.png);
    top: 0;
    right: 0;
    mix-blend-mode: overlay;
    opacity: 0;
    filter: opacity(0.8);

}


body.pageIndex .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;
    }
}

@-webkit-keyframes text_line_space {
    0% {
        opacity: 0;
        line-height: 3.5;
        letter-spacing: 0.5em;


    }

    40% {
        opacity: 0.6;
    }

    100% {

        opacity: 1;
        line-height: 2.5;
        letter-spacing: 0.5em;

    }
}

@keyframes text_line_space {
    0% {
        opacity: 0;
        line-height: 3.5;
        letter-spacing: 0.5em;


    }

    40% {
        opacity: 0.6;
    }

    100% {

        opacity: 1;
        line-height: 2.5;
        letter-spacing: 0.5em;

    }
}


/*Banner/＝＝＝＝＝*/




/* 內頁banner */
/* banner== */
/*內頁BANNER 設定*/
.banner {
    padding: 0px 0;
    position: relative;
    z-index: 3;
    min-height: auto;
    background: linear-gradient(to top, transparent 5%, #0a1f2900 20%, #0a1f29 70%, #0A1F29);
    aspect-ratio: 2000 / 600;
    width: 100%;
    height: initial;
    padding-top: 200px;
    padding-bottom: 100px;
}

.services_page .banner {
    /* background: #F6F4EF; */
    /* display: none; */

}

.contact_page .banner, .banA, .banB {
    display: none;
}

.banner h5 {
    color: #fff;
    z-index: 2;
    background-image: url(https://pic03.eapple.com.tw/yishanmemorial/ban_h5.png);
    background-position: center;
    background-size: 95%;
    background-repeat: no-repeat;
    padding: 13px 0;
    width: 100%;
    max-width: 400px;
    min-height: 66px;
    letter-spacing: 0.3em;
    font-size: var(--fonts32re);
    font-family: var(--font_same_03);
}

body.contact_page .banner h5 {
    display: none;
}

.banner:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-image: url(https://pic03.eapple.com.tw/yishanmemorial/ban_b.jpg);
    background-size: cover;
    background-position: center;
    -webkit-mask-image: linear-gradient(to top, transparent 5%, #ffffff 10%, #ffffff);
}


.banner h5:before {
    color: #aeb3a9;
    font-size: 24px;
    font-family: var(--font_same_03);
    font-weight: 300;
    line-height: 1.4em;
    letter-spacing: 4.2px;
    text-transform: capitalize;
    display: block;
    pointer-events: none;

}
.article_b .banblog:before{    background-image:url(https://pic03.eapple.com.tw/yishanmemorial/ban_a.jpg);}
.banF:before {   background-image:url(https://pic03.eapple.com.tw/yishanmemorial/banF.jpg);}
.banE:before {background-image:url(https://pic03.eapple.com.tw/yishanmemorial/banE.jpg);}

/* 購物車 */

/* = = = 購物車 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.product_menu_list>h5 {
    font-family: var(--font_same_03);
}

.product_menu_list>h5 {

    letter-spacing: 0.4em;
    font-size: var(--fonts24re);
    color: #756960;
}



.product_info li .txt_box {
    font-family: var(--font_same_03);
    line-height: 1.7;
    font-weight: 600;
    color: #666666;
}

.prod_part {
    width: 90%;
    padding: 100px 20px 100px 20px;
    max-width: 1400px;
}

.products-list .more {
    position: relative;
    transform: translateX(0%);
    left: 0;
    bottom: 0;
    border: 1px solid #b5a59166;
    color: #545454;
    border-radius: 7px;
    font-weight: 600;
    background: transparent;
    font-size: 14px;
    font-family: var(--font_same_03);
    letter-spacing: 1px;
    margin-top: 10px;
}

.products-list .item a:hover .more {
    background: #b6884a;
    color: #fff;
    border-color: #b6884a;
}

/*購物車/外層＝＝*/


/*價格*/
.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: 95%;
    max-width: 1500px;
    align-content: baseline;
}

.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.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: #958A7A;
    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: #958A7A;
    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%;
}
.proImgSwiper{background: #ffffffc2;}

/*商品側邊規格*/
.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 h2 {
    font-size: var(--fonts24re);
    color: #b6884a;
    letter-spacing: 1.5px;
    padding-top: 20px;
    font-family: var(--font_same_03);

}

.sidebarBtn {
    border: none;
    background: transparent;
}

div#number_area {
    color: #958A7A;
}

/*.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_03);

    font-weight: 600;
    color: #666666;
}

.prod_related h6 span:before {
    font-weight: 700;
    letter-spacing: 0.4em;
    font-size: var(--fonts24re);
    color: #b6884a;
    font-family: var(--font_same_03);

    pointer-events: none;

}

.prod_related {
    padding: 70px 15px 35px 15px;
    background: #edebe700;

}

.list .show_name {
    transform: translate(0%, 160%);
}

.car_page .information_left {
    display: block;
}

.contact_le_map a {
    background: #958A7A;
    border-radius: 4px;
}

.related_list li a {
    padding: 10px;
}

.related_list li a img {
	object-fit: contain;

}

.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: #958A7A;
}

.rewrite_simple {
    background: #ada8a7;
}

.car_page .red,
.red {
    color: #788070;
}

.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: 0px;
    font-family: var(--font_same_03);
    color: #fff;

}

.contact_content .information_left .list_before.info li a {
    color: #fff;
}


/*樣式*/
.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;
}

/* 在這all_bg_03 */

body.contact_page #content {
    min-height: inherit;
    z-index: 0;
    background-image: url(https://pic03.eapple.com.tw/yuanxhian/all_bg_03.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

body.contact_page .path {
    display: none;
}

body.other_page .path,
body.services_page .path,
body.case_page .path {
    display: none;
}

/* 編輯頁 */

body.other_select_page .other_promotion,
body.other_select_page .promotion_title,
body.other_select_page .page,
body.other_select_page .path p,
body.other_select_page .path p a {
    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_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: 15px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 1.8em;
    font-family: var(--font_same_03);

    /* color: #fff; */
    padding: 0;
    margin: 0;
}

/* 表單裝飾=== */
body.contact_page .contact_form li .form__label,
body.contact_page .contact_form li .form__ {
    letter-spacing: 2px;
    font-size: var(--fonts16re);
    color: #666666;
    font-family: var(--font_same_03);
    font-weight: 600;

}



.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: #f5f5f5e0;
    width: 100%;
    padding: 10px;
}

.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;
}

.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_03);

}

/* 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;
}



.contact_form li.last cite {
    background: #989d8f;
}

.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;
}


/* 相簿 */
.other_subalbum li {
    background: transparent;
}

.show-list .show_pic,
.pic-list .show_pic {
    aspect-ratio: 380/280;
    object-fit: cover;
}

.show-list,
.pic-list {
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
}

.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 {
    font-size: var(--fonts17re);

    line-height: 190%;
    font-weight: 600;
    font-family: var(--font_same_03);
    color: var(--font-color_title_normal);

    line-height: normal;
    -webkit-line-clamp: 3;
    height: auto;
}

.subalbum-menu h2 {
    display: none;
}

.show-list .item:hover .show_name {
    color: var(--font-color_title_dark);
}

.other_album_choice li a {
    color: #fff;
}

.other_album_choice li {
    background: var(--font-color_title_dark);
}

.album_fixed_title {
    background: transparent;
}

.other_album * :not(.fa-solid) {
    position: relative;
    font-family: var(--font_same_03);

    font-weight: 600;
}

.fa-image::before {
    content: "\f03e";
    font-family: 'Font Awesome 6 Free';
}

/* 促銷方案 */
body.promotions_page .show_content {
    max-width: 1000px;
}

.news_list ul li a span {
    font-weight: 600;
    font-family: var(--font_same_03);
    color: #666666;
}

.other_promotion .pmtTitle h3 {

    font-weight: 600;
    font-family: var(--font_same_03);
    color: #666666;
}

.news_list ul li p:after {
    font-weight: 600;
    font-family: var(--font_same_03);
    color: #666666;
}

/* 首頁標題們+聯絡標題 */
.module_i_news .title_i_box {
    text-align: -webkit-center;
}

.news_part .title_i_box h6,
.module_i_news .title_i_box h6,
.module_i_album .title_i_box h6,
.blank_letter:before {
    color: #ADA17E;
    font-family: var(--font_same_03);
    font-size: 24px;
    font-weight: 300;
    line-height: 1.4em;
    letter-spacing: 4.2px;
    text-transform: capitalize;
    display: none;
}

.news_part .title_i_box h4,
.module_i_news .title_i_box h4,
.module_i_album .title_i_box h4,
.blank_letter {
    position: relative;
    background-size: 100%;
    width: 100%;
    color: var(--font-color_content_light);
    letter-spacing: 0.3em;
    font-size: var(--fonts40re);
    font-weight: 500;
    line-height: 170%;
    font-family: var(--font_same_04);


}

.module_i_news .title_i_box h4 {
    line-height: 0;
    margin-bottom: 80px;
}

.title_i_box h4:before,
.contact_content .blank_letter:before {
    content: "";
    width: 100%;
    height: inherit;
    background-image: url(https://pic03.eapple.com.tw/yuanxhian/same_title_bg_01.png);
    display: block;
    aspect-ratio: 1024 / 98;
    pointer-events: none;
    top: -29px;
    position: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;

}

.contact_content .blank_letter {
    margin-top: 40px;
    margin-bottom: 40px;
}

.title_i_box h4,
.contact_content .blank_letter {
    background: url(https://pic03.eapple.com.tw/yuanxhian/same_title_bg_02.png) top center;
    background-size: 100%;
    width: 100%;
    font-size: var(--fonts32);
    color: var(--font-color_content_light);
    font-family: var(--font_same_03);
    letter-spacing: 0.3em;
    font-weight: 800;
    text-align: center;
    max-width: 300px;
    line-height: 0;
}

.title_i_box h4:after,
.contact_content .blank_letter:after {
    content: "";
    width: 100%;
    height: inherit;
    background-image: url(https://pic03.eapple.com.tw/yuanxhian/same_title_bg_03.png);
    display: block;
    aspect-ratio: 1024 / 98;
    pointer-events: none;
    background-size: contain;
    bottom: -28px;
    position: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom center;

}


.contact_content .blank_letter{display: none;}


.promotion_title h2 {
    letter-spacing: 0.4em;
    font-family: var(--font_same_03);

    font-weight: 700;
    letter-spacing: 4.2px;
    font-size: var(--fonts24re);
    color: #b6884a;
}

.news_list ul li p,
.i_blog_ri p {
    letter-spacing: 2px;
    line-height: var(--line_hight_content);
    font-family: var(--font_same_03);
    font-size: var(--fonts17re);
    font-weight: var(--font-weight_content);
    color: var(--font-color_content_normal);
}

.i_blog_ri h5,
.blog_list_ri h5 {
    font-size: var(--fonts24re);
    line-height: 130%;
    font-family: var(--font_same_03);
    letter-spacing: 2px;
    font-weight: 800;
    margin-bottom: 15px;
    color: var(--font-color_content_light);

}


/* 首頁相簿 */
.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(--gapbig_01);
    padding-bottom: var(--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_03);

    font-size: 14px;
    font-weight: 300;
    line-height: 1.6em;
    letter-spacing: 0px;
}



/* 首頁文章 */
.module_i_news ul {
    grid-template-columns: minmax(0, 1fr);
}

.i_blog_le {
    aspect-ratio: 9/9;
}

.module_i_news {
    background: #fff;
    position: relative;
    display: grid;
    padding: 0;
    z-index: 1;
    min-height: 892px;
    background-image: url(https://pic03.eapple.com.tw/yuanxhian/ye_i_bg1.png);
    background-color: #dbdbd8;
    background-size: 1000px;
}

.module_i_news section {
    width: 95%;
    max-width: 1000px;
    margin-right: auto;
    margin-left: 0;
    margin-top: 80px;
    margin-bottom: 80px;
    padding-top: 100px;
    padding: 50px 10px 50px 10rem;
    /* 
    background-image: url(https://pic03.eapple.com.tw/yuanxhian/ye_i_bg1.png);
    background-color: #ffffff; */
    background: transparent;



}

.module_i_news.module_i_news01 {
    overflow: hidden;
}

.module_i_news.module_i_news01:before {
    content: '';
    width: 100%;
    height: calc(100% + 50px);
    display: block;
    background-image: url(https://pic03.eapple.com.tw/yuanxhian/bg_imp.png), url(https://pic03.eapple.com.tw/yuanxhian/index_blog_banner.jpg);
    position: relative;
    background-size: 100%;
    pointer-events: none;
    background-repeat: repeat, repeat-x;
    -webkit-mask-image: radial-gradient(circle farthest-corner at right 61%, #ffffff 10%, #ffffffd0 30%, transparent 70%);
    position: absolute;
    bottom: 0;
    left: 0;
    background-position: center;
    background-size: 50px, cover;
    z-index: -1;
    top: -50px;
    animation: top_flower 2s infinite linear alternate;
}

@keyframes top_flower {
    0% {
        transform: translateY(20px);
    }

    100% {
        transform: translateY(0);
    }
}




.i_blog_ri p, .blog_list_ri p {
    letter-spacing: 2px;
    line-height:160%;
    font-size: var(--fonts17re);
}}



.i_blog_ri {
    max-width: 600px;
}

.i_blog_ri em {
    display: none;
}

.module_i_news li {
    /* background-image: url(https://pic03.eapple.com.tw/yuanxhian/ye_i_bg1.png);
    background-color: #ffffff; */
    padding: 0px;
}

.module_i_news li a:after {
    z-index: -1;
}



/* 文章+購物車 */

.news_related {
    position: relative;
    z-index: 2;
	background: #f3f3f300;
}

/* 沒內文的標題或產品名稱 */
.blog_category_title,
.news_related h6 span:before,
.other_subalbum li a p,
.show-list .show_name {
    display: -webkit-box;
    -webkit-line-clamp: inherit;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    font-family: var(--font_same_03);
    letter-spacing: 2px;
    line-height: 1.5;
    height: auto;

}
.products-list .name
{    font-family: var(--font_same_03);
    letter-spacing: 2px;
    font-size: 17px;
    color: #333;
    font-weight: 600;
    text-align: center;
    height: 40px;
}

/* 沒內文的標題_結束 */

.album_descrip {
    color: #666666;
    font-weight: 600;
    line-height: 1.6em;
    letter-spacing: 0px;
    font-size: 15px;
    font-family: var(--font_same_03);

}

.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: #b48750;
}

.blog_box_edit,
.promotions_page .edit,
.edit,
body.product_info_page .edit,
body.blog_in_page .blog_box_edit {
    letter-spacing: 1.5px;
    line-height: var(--line_hight_content);
    color: #444;
}

.blog_box_edit * {
    line-height: var(--line_hight_content);

}

.blog_box_edit {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.blog_box_edit .edit {
    width: 100%;
}



.blog_box_edit a,
body.promotions_page .edit a {
    display: inline-block;
    margin: 0;
    padding: 0;
    display: inline-block;
    border-bottom: 1px solid var(--font-color_content_light);
    transition: all 0.3s ease-in-out;
}

.news_tags a {
    border-bottom-color: transparent;

}

.blog_box_edit a:hover,
body.promotions_page .edit a:hover {
    transform: translateY(-5px);
    transition: all 0.3s ease-in-out;
}

.blog_list_ri h5 {
    margin-top: 0;
}

.product-layer-two li li a {
    font-weight: 600;
    color: #000;
    -webkit-line-clamp: inherit;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    font-family: var(--font_same_03);

    font-size: 15px;
    color: #444;
    letter-spacing: 1px;
    line-height: 1.5;
}

.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: #b6884a;
    background: #fff;
    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;
}




.product-layer-two li:hover>a,
.product-layer-two li.active>a {
    color: var(--font-color_content_normal);
}

.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: 1px;
    /*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 {
    font-size: var(--fonts16re);
    padding-top: 0;
    padding-bottom: 0;
}


.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: 30px 20px;
    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: #ffffffa1;
    aspect-ratio: 9/9;


}

.products-list .pic img {
    transition: all 0.5s ease-in-out;
	object-fit: contain;
}

.products-list .pic:hover img {
    transition: all 0.5s ease-in-out;
    opacity: 1;
    transform: scale(1.05);
}

.mobile_product_name {
    display: none;
}



.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;
}


/* 相簿最後一層改為瀑布流 */
body.album_info_page .show_content {

    width: 90%;
}

body.album_info_page .pic-list {
    gap: 5px;
    grid-template-columns: inherit;
    -moz-column-count: 3;
    -moz-column-gap: 5px;
    -webkit-column-count: 3;
    -webkit-column-gap: 5px;
    column-count: 3;
    column-gap: 5px;
    width: 100%;
    display: block;
}

body.album_info_page .pic-list .item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    padding: 0;
    margin: 0;
    float: left;
}

body.album_info_page .pic-list .show_pic {
    aspect-ratio: initial;
}


/* 結束 */
/* 輪播圖 */

#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;
}






h5.blog_le_t {
    font-family: var(--font_same_03);
    letter-spacing: 1px;
    color: #666666;
}

.blog_search input[type=search] {

    padding-top: 5px;
    font-size: 14px;
    padding-bottom: 5px;
    border-radius: 0;
    border: none;
    background-color: #fff;
    font-family: var(--font_same_03);
    letter-spacing: 1px;
}

.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: 250px 1fr;
    gap: 40px;
}

.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: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: #fff;
    background: #b487509e;
    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: #958A7A;
    background: transparent;
}

.blog_le .accordion>li:hover .link a,
.blog_le .accordion>li.on_this_category .link a {
	background: #fff;
    color: #b48750 !important;
}

.blog_list_ri h5 {
    -webkit-line-clamp: 1;

}



.blog_list_ri em {
    font-size: 13px;
}


.news_related h6 span:before {
    letter-spacing: 0.2em;
    color: var(--font-color_content_light);
}


.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 p {
    font-size: 16px;
    line-height: 1.6em;
    letter-spacing: 1px;
    color: #333;
    padding: 10px;
}

.news_related_list li a img {
    transition: all 0.5s ease-in-out;

}

.news_related_list li a:hover img {
    transition: all 0.5s ease-in-out;
    transform: scale(1.1);

}

.news_tags {
    padding-bottom: 20px;
    flex-wrap: wrap;
    width: 100%;
    order: 5;
}

body.blog_in_page .blog_back {
    grid-column: span 2;
}

.articel_mainPic img {}

.news_tags a {
    color: #788070;
    display: inline-block;

}

.blog_subbox {
    grid-template-columns: minmax(0, 1fr);
    align-content: start;
}

.subbox_item a {
    grid-template-columns: 255fr 570fr;
}

.subbox_item a:after {
    display: none;
}


.blog_list_le {
    aspect-ratio: 9/9;
    overflow: hidden;
}

.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;

}

.subbox_item a:before {
    display: none;
}

.blog_list_ri em {
    display: none;
}

h5.blog_le_t em {
    font-style: normal;
    min-height: 400px;
    display: inline;
    font-family: var(--font_same_03);
    font-weight: 700;
    letter-spacing: 4.2px;
    font-size: var(--fonts24re);
    color: #b6884a;
}



/* 地圖按鈕 */
.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%;
}

/* 相簿 */
.i_album_list li a p span {
    font-family: var(--font_same_03);
    font-weight: 600;
    font-size: var(--fonts16re);
    letter-spacing: 0.15em;
}

.subalbum-menu h2 {

    color: #666;
    letter-spacing: 0.2em;
    font-size: var(--fonts24re);
}

/* 統一按鈕樣式 */
/* 統一按鈕字體大小 */
.products-list .more,
.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,
.i_news_b,
.formbox_form li.last .rewrite_simple,
.formbox_form li.last input:last-child {
    font-size: var(--fonts14re);
}

/* 統一放排邊的選單字體大小 */
.accordion li .link a,
.product-layer-two>li>a {
    padding: 10px;
    border: none;
    padding-left: 30px;
    letter-spacing: 2px;
    line-height: 1.5;
	background: transparent;
}

.product-layer-two li li a,
.submenu a {
    padding: 8px;
    border: none;
    padding-left: 30px;
    letter-spacing: 2px;
    line-height: 1.5;
    color: #333;
}

.blog_le .submenu,
.blog_le .accordion>li:hover,
.blog_le .accordion>li.on_this_category {
    background: transparent !important;
}
.blog_le .accordion > li:hover .link i, .blog_le .accordion > li.on_this_category .link i {
    color: #b48750 !important;
}
/* 首頁按鈕 */
/* 樣式 */
.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,
.i_news_b,
.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;
    border-color: #89908080;
    border-radius: 0;
    font-family: var(--font_same_03);

    letter-spacing: 2px;
    font-weight: 600;



}

.animated-arrow b {
    font-family: var(--font_same_03);

    font-weight: 600;
    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: #89908080 !important;
    color: #666666;
    background: transparent;
}

.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: transparent;
    background-color: var(--base_color);
    color: #fff;
    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(--base_color);
    background-color: var(--base_color);
    color: #fff;
    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;
    color: #fff;
    background: #355651;
}

.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;
}



/* 按鈕個別設定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_le_map a {    background: #ADA17E;}
.contact_form li.last blockquote, .contact_form li.last cite{    border: 1px #ADA17E solid; padding: 0;}
.contact_form li.last cite {background: #ADA17E; }
.contact_form li.last blockquote{ color: #ADA17E; }

/* 金流購物頁面 */
body.car_page .blank_letter,
.order_pay .blank_letter {
    font-family: var(--font_same_03);

    font-weight: 400;
    letter-spacing: 4.2px;
    font-size: var(--fonts24re);
    color: #b6884a;
}
body.order_finish_page .info_TEL2:before{
    content: '手機';
}
body.car_page .show_content,body.car_page .show_content,body.order_finish_page .main_part{
    letter-spacing: 2px;
    line-height: var(--line_hight_content);
    font-family: var(--font_same_03);
    font-size: var(--fonts17re);
    font-weight: var(--font-weight_content);
    color: var(--font-color_content_normal);


}

ul.list_before.account {
    font-family: var(--font_same_03);
    font-weight: 600;
}

body.remit_page .form_content {
    font-family: var(--font_same_03);
    font-weight: 600;
}

/* 有開購物車留意 */
.header_area .box_search input[type=text] {
    max-width: 100%;
    font-family: var(--font_same_03);
    letter-spacing: 1px;
}

.shop_search_btn {
    background: #ADA17E;
    font-family: var(--font_same_03);
    letter-spacing: 1px;
}


.header_area .me_tp_features span {
    font-family: var(--font_same_03);
    letter-spacing: 1px;
}


/* 頁數 */
.page li a,
.page li strong {
    font-family: var(--font_same_03);
    letter-spacing: 1px;
}


.page li.activeN {
    background: var(--font-color_title_dark);
    color: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 99em;
}

/* 訂單成立頁面 */
body.order_finish_page  .list_before.info li{
padding-left: 0;
}
body.order_finish_page .order_list_tit b,body.order_finish_page .order_list_head p{
    font-family: var(--font_same_03);
    font-weight: 600;

}
body.order_finish_page .order_pay{
    letter-spacing: 2px;
    line-height: var(--line_hight_content);
    font-family: var(--font_same_03);
    font-size: var(--fonts17re);
    font-weight: var(--font-weight_content);
}

@media screen and (max-width: 1400px) {

    .product-wrapper {
        grid-template-columns: minmax(500px, 1fr) 3fr;
    }
}

/*RWD1200/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1200px) {
    .nav-brand img {
        max-width: 100px;
    }
	.footer_info {
        grid-template-columns: auto;
    }
	.swiper-banner .swiper-slide img {
        aspect-ratio: 2000/1500;
        object-fit: cover;

    }
	.contact_content .information_left .list_before {
        padding-bottom: 0;
    }

    .contact_content .information_right {
        width: 100%;
    }
	.module_i_news section {
        max-width: 100%;
        padding-left: 50px;
    }
	
	
	.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;}
    .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;}
}

/*RWD1100/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1100px) {
	.me_tp_features {
        padding-top: 0px;
    }
    .i_contact_box section form,
    body.contact_page .contact_content form {
        grid-template-columns: minmax(0, 1fr);
    }
	
    .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;
    }
    .contact_content {
        padding-left: 0;
        padding-right: 0;
    }
	.module_i_news.module_i_news01:before {
        -webkit-mask-image: radial-gradient(circle farthest-corner at right 61%, #ffffff 0%, #ffffffd0 1%, transparent 40%);
    }
	/*相簿*/
	.album_info_page .pic-list {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;

    }

	/*購物車*/
	.product-wrapper {grid-template-columns: minmax(0, 1fr);}
    .product_main, .sidebarBtn {grid-column: span 2;}
    .product_main,   .sidebarBtn {padding: 0;}
}

/*RWD768/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 768px) {
    .bannerindex {
        padding: 0;
        margin: 0;
    }
	#content:after {
        background-size: 100vw;
        background-repeat: repeat;
    }
	.footer_menu a:nth-child(1){display: none;}/*回首頁按鈕刪除*/
	#content_main:before, #content:before {
        background-image: url(https://pic03.eapple.com.tw/yishanmemorial/con_all_bg.jpg);
    }
	    body.pageIndex .bannerindex {
        padding: 0;
        margin: 0;
        height: auto;
        padding: 0;
    }


    body.pageIndex .swiper-wrapper .swiper-slide:nth-child(1) img {
        object-position: 40%;
    }

    body.pageIndex .swiper-wrapper .swiper-slide:nth-child(2) img {
        object-position: 70%;
    }


    body.pageIndex .swiper-banner .swiper-slide img {
        aspect-ratio: 2000/1000;

    }

    body.pageIndex .bannerindex .swiper-slide:before,
    body.pageIndex .bannerindex .swiper-slide:after {

        background-repeat: no-repeat;
        aspect-ratio: 768/900;
    }

    body.pageIndex .swiper-banner .swiper-slide img {
        aspect-ratio: 768/900;
    }

    body.pageIndex .bannerindex .swiper-slide:before,
    body.pageIndex .bannerindex .swiper-slide:after {
        background-size: cover;
        background-position: left;
    }

    body.pageIndex .bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before,
    body.pageIndex .bannerindex .swiper-slide.swiper-slide-active:nth-child(2):after {
        background-position: right;

    }

    .bottom_menu {display: block;}
	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;
    }
	/*側邊選單/＝＝＝＝＝*/
	.stellarnav.mobile.left>ul {border: none; background: #1e3320e6;}
	.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {background: transparent; color: #fff;}
	.stellarnav .icon-close:before, .stellarnav .icon-close:after{ border-bottom: solid 3px #fff;}
	.stellarnav.mobile>ul>li { border: none;}
	.stellarnav .menu-toggle span.bars span { background: #fff;}
	.stellarnav .menu-toggle:after {color: #fff;}
	.stellarnav.mobile li.open{background: #b6884a;}
	.stellarnav.mobile>ul>li>a b {color: #ffffff;}
	.stellarnav.mobile li.open a {color: #fff;}
	.stellarnav.mobile li.has-sub.open a>b {color: #476158;	}
	.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after{border-bottom: solid 3px #fff;}
	.stellarnav.mobile ul{    background: #ffffff00;}
	.stellarnav.mobile ul ul{padding: 0 20px;}
	.stellarnav li li{    border: 0;}
	
	/*相簿*/
	body.album_info_page .pic-list {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;

    }
	/*文章*/
	.i_blog_ri p, .blog_list_ri p {-webkit-line-clamp: 2;}
    .module_i_news {grid-template-columns: minmax(0, 1fr);}
    .module_i_news ul {        padding: 10px;   }
    .module_i_news li a {grid-template-columns: 120px 1fr;}
    .module_i_news {padding-bottom: 4rem;}
    .module_i_news section {width: 100%;padding: 0;}
    .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;}
	.blog_search {max-width: 100%;    }
    h5.blog_le_t, .blog_le .accordion {display: inherit;    }
    .blog_le {position: relative; top: 0;}
    .blog_box {gap: 40px;}
    .subbox_item a {grid-template-columns: 120px 1fr;}
	
	/*購物車*/
	    .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;
        position: relative;
        top: 0;
    }
	.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;
    }
}

/*RWD600/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 600px) {
	.list_deli_num_outadd_p {        grid-template-columns: 60px 1fr;    }
	.main_header_area{    max-width: 95%;    margin-top: 10px;}
    .nav-brand img {max-width: 80px;}
	.headerSticky .nav-brand img {max-width: 40px;}
	.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;
    }

    .me_tp_features a.tp_btn_cart,
    .me_tp_features a.tp_btn_notice {
        display: inline-block;
    }
    .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: #476158;
        border-radius: 500px;
        top: -10px;
        position: relative;
        left: -5px;
        display: inline-block;
        min-width: 15px;
        min-height: 15px;
        align-content: center;
        justify-content: center;

    }
    .main_header_area {
        max-width: 100%;
        margin-top: 0;
    }

    header.header_area.sticky .main_header_area {
        padding: 0;
    }
	
	body.pageIndex .swiper-wrapper .swiper-slide:nth-child(1)::before{top: 60%;}
	body.pageIndex .swiper-wrapper .swiper-slide:nth-child(2)::before {top: 55%;right: 60%;}
	
	/*相簿*/
	.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 section {
        max-width: 100%;
        position: relative;
        width: 90%;
        margin: 30px auto auto auto;
        padding: 30px 10px;
    }
    .module_i_news li a {
        grid-template-columns: 90px 1fr;
    }
	.blog_le,
    .blog_ri {
        grid-column: span 2;
        align-content: start;
    }
    .blog_subbox {
        margin: auto;
        grid-template-columns: minmax(0, 1fr);
    }
	
	/*購物車*/
	.show-list, .pic-list {
        margin: auto;
        max-width: 560px;
    }
	
}

/*RWD480/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 480px) {
	.header_area .box_search {
        width: 90%;
        margin-bottom: 10px;
    }
    .list_deli_num_outadd_p {
        grid-template-columns: 40px 1fr;
    }
	.blank_letter:before {
        font-size: clamp(2.35rem, 16px + 1vw, 1.8rem);
    }
    .contact_form li.last {
        display: flex;
        padding-bottom: 30px;
    }
	/*首頁文章*/
    .i_blog_ri h5, .blog_list_ri h5 {font-size: 16px;margin-bottom: 5px;}
    .module_i_news {min-height: 485px;}
    .module_i_news.module_i_news01:before {opacity: 0.2;}
}