@charset "utf-8";
/*竹林三清壇*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap');

/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
.swiper-slide img { height:auto;} 
.path{display: none;}
.me_tp_features{display: none;}

/*版面*/
.blog_page  .main_part{
    width: 100%;
    max-width: 74%;
    margin: auto;
    padding: 6% 0 0 0;
}

/*卷軸*/
&::-webkit-scrollbar {
    background: #101010;
    width: 5px;
}
&::-webkit-scrollbar-button {
    display: none;
    background: #fff9f3;
    border-radius: 0;
}
&::-webkit-scrollbar-track-piece {
    background: #fff9f3;
}
&::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #5c1a18;
}
&::-webkit-scrollbar-track {
    box-shadow: transparent;
}
/*卷軸結束*/


/*進場動畫*/
body.pageIndex{
    position: relative;
}

body.pageIndex::before {
    content: '';
    pointer-events: none;
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 220 / 411;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    background: url(https://pic03.eapple.com.tw/sanqingshrine/opening.jpg);
     background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	animation: fadeInOut 3s ease-in-out forwards;
}
@keyframes fadeInOut {
  -10% { opacity: 1; }
  90% { opacity: 1; }
  100% { opacity: 0; }
}
body.pageIndex::after {
    content: '';
    pointer-events: none;
    display: block;
    width: 100%;
     height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    background: url(https://pic03.eapple.com.tw/sanqingshrine/opening_logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    animation: focus-in-expand-fwd 2.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@keyframes focus-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
            transform: translateZ(-800px);
            filter: blur(12px);
    opacity: 0;
  }
   5% {
    letter-spacing: -0.5em;
            transform: translateZ(-800px);
            filter: blur(12px);
    opacity: 0.2;
  }
  90%{
    opacity: 1;
  }
  100% {
    transform: translateZ(0);
    filter: blur(0);
    opacity: 0;
  }
}

/*大圖*/
.swiper-banner .swiper-slide{
    position: relative;
}
/* 文字1 */
.swiper-banner .swiper-slide:nth-child(1)::after {
    content: "";
    position: absolute;
    background-position: center bottom;
    bottom: 30%;
    left: 30%;
    width: 100%;
    height: 100%;
    max-width: 158px;
    max-height: 403px;
    background-image: url(https://pic03.eapple.com.tw/sanqingshrine/big_text1.png);
    background-repeat: no-repeat;
    animation: tracking-in-expand-fwd-bottom 4s cubic-bezier(0.215, 0.610, 0.355, 1.000)  both;
}
/* 文字2  */
.swiper-banner .swiper-slide:nth-child(2)::after {
    content: "";
    position: absolute;
    background-position: center bottom;
    bottom: 30%;
    left: 12%;
    width: 100%;
    height: 100%;
    max-width: 171px;
    max-height: 420px;
    background-image: url(https://pic03.eapple.com.tw/sanqingshrine/big_text2.png);
    background-repeat: no-repeat;
    animation: tracking-in-expand-fwd-bottom 5s cubic-bezier(0.215, 0.610, 0.355, 1.000)  both;
}
/* 文字1.2  */
@keyframes tracking-in-expand-fwd-bottom {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-700px) translateY(500px);
            transform: translateZ(-700px) translateY(500px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
            transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}


/*版面*/
#content_main,#content{
    background: #838080;
    background-image: url(https://pic03.eapple.com.tw/sanqingshrine/all_bk01.jpg);
    background-repeat: repeat-y;
    width: 100%;
}


.header_area {
    padding: 0;
    position: fixed;
    width: 100%;
    padding-bottom: 0;
    background-image: linear-gradient(to bottom, #222222, #222222a8, #22222200);
    background-color: transparent;
    transition: all 0.3s ease-in-out;
}
.header_area .main_header_area {
    padding: 2% 0 0 0;
    transition: all 0.3s ease-in-out;
}
.header_area.sticky  .main_header_area {
    padding: 0.6% 0 0 0;
}
.navigation{
    grid-template-columns: 20% 1fr;
}
.nav-header{
    width: 100%;
    max-width: 100%;
}
.header_area.sticky{
    background-image: linear-gradient(to bottom, #2f2c29, #312a26a3, #22222200);
    background-color: transparent;
}
.header_area.sticky .nav-brand{
    max-width: 85%;
    transition: all 0.3s ease-in-out;
}
.header_area .stellarnav > ul > li > a {
    font-family: "Noto Serif TC", serif;
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 4px;
    padding: 0;
    margin: 0 26px;
    height: unset;
    line-height: normal;
}
.main_header_area .container{
    width: 100%;
    max-width: 84%;
}
.stellarnav{
    margin-top: 2%;
}
.stellarnav li.has-sub > a:after{
    display: none;
}
.stellarnav ul ul{
    background: #595241;
}
.stellarnav li a {
    font-family: "Noto Serif TC", serif;
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 1px;
    text-align: center;
}
.stellarnav li li{
    border: 1px #373737 solid;
}


/*內頁BANNER 設定*/
.banner {
    background-color: #c3b9b1;
    height: 480px;
    background-image: url(https://pic03.eapple.com.tw/sanqingshrine/all_banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.banner::before {
    position: absolute;
    content: '';
    background-image: url(https://pic03.eapple.com.tw/sanqingshrine/smoke.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    max-width: 1034px;
    max-height: 405px;
    bottom: 0;
    right: 0;
    z-index: 1;
    animation: kenburns-right 5s ease-out both;
}
.banner::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-position: center;
    bottom: 0;
    z-index: 1;
}
@keyframes kenburns-right {
  0% {
            transform: scale(1) translate(0, 0);
            transform-origin: 84% 50%;
  }
  100% {
            transform: scale(1.1) translateX(-60px);
            transform-origin: right;
  }
}
.path{
    display: none;
}
.banner h5 {
    font-family: "Noto Serif TC", serif;
    font-size: 27px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.2em;
    padding: 0;
    margin: 0;
    height: unset;
    line-height: normal;
    z-index: 2;
    text-shadow: 1px 1px 8px #000000;
}

/*文章*/
h5.blog_le_t{
    color: #6f3633;
    font-family: "Noto Serif TC", serif;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    width: 10%;
}
.blog_le {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.blog_le .accordion{
    width: 100%;
    display: flex;
    flex-direction: row;
}
.blog_le .accordion{
    border-radius: 0;
    border: 1px #a68984 solid;
    margin-top: 2%;
}
.blog_le .accordion li{
    width: 20%;
    border-right: 1px #a68984 solid;
}
.accordion li .link a {
    text-align: center;
    font-size: 26px;
    color: #1F1F1F;
    font-family: Yuji Mai;
    letter-spacing: 2px;
    font-weight: 500;
}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: #C3AD88 !important;
}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {
    color: #1F1F1F !important;
}
.blog_search input[type=search]{
    border: none;
    border-radius: 4px;
    background-color: #b1a898;
}
.blog_search input[type=submit] {
    background: url(https://pic03.eapple.com.tw/sanqingshrine/magnifier.svg) no-repeat center right;
    width: 25px;
    height: 25px;
    right: 4%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 12%;
}
.subbox_item a:after{
    background: transparent;
}
.blog_list_ri h5 {
    color: #1F1F1F;
    font-family: "Noto Serif TC", serif;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 8%;
}
.blog_list_ri em{
    display: none;
}
.blog_list_ri p{
     color: #1F1F1F;
    font-family: "Noto Serif TC", serif;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 14px;
    -webkit-line-clamp: 2;
    line-height: 1.5;
}
.subbox_item a:after{
    border: none;
}
.subbox_item{
    background-color: #d9d0c9;
}
.blog_subbox{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}
.subbox_item a{
    grid-template-columns: 1fr;
}
.blog_list_ri{
    padding: 10px 10px 40px 10px;
}
.subbox_item a:before{
    content: 'MORE';
    opacity: 1;
    color: #c3ad88;
}
.articel_mainPic img,.blog_shareData{
    display: none;
}
.news_related{
    background: #f3f3f32e;
}
.news_related h6 span:before{
    color: #1F1F1F;
    font-family: "Noto Serif TC", serif;
    letter-spacing: 1px;
}
.news_related h6{
    margin: 2% auto 3% auto;
}
h4.blog_category_title{
    font-family: "Noto Serif TC", serif;
    letter-spacing: 2px;
    color: #1F1F1F;
    font-size: 26px;
}
.blog_back a.article_btn_prev{
    background: #5e514999;
}
.blog_back a.article_btn_next{
    background: #5e514999;
}
.blog_back a.article_btn_back{
    background: #8d7958b0;
}
.blog_back a{
    font-family: "Noto Serif TC", serif;
}
.lastPage{
    background: #5e544b8f;
    font-family: "Noto Serif TC", serif;
}
.module_i_news .title_i_box h4 {
    font-size: 34px;
    color: #202020;
    font-weight: 600;
    font-family: "Noto Serif TC", serif;
    letter-spacing: 3px;
}
.module_i_news li a:after{
    background: transparent;
    border: none;
}
.module_i_news li{
    border: none;
    background-color: #ddd5cd;
}
.module_i_news li a{
    grid-template-columns: 34% 1fr;
}
.i_blog_ri h5{
    font-size: 22px;
    color: #202020;
    font-weight: 700;
    font-family: "Noto Serif TC", serif;
    letter-spacing: 1px;
}
.i_blog_ri p{
    font-size: 16px;
    color: #202020;
    font-weight: 700;
    font-family: "Noto Serif TC", serif;
    letter-spacing: 1px;
    margin-top: 4%;
}
.i_blog_ri{
    padding-left: 4%;
    padding-top: 4%;
}
.animated-arrow{
    background: #baa98d;
    border-radius: 4px;
}
.i_blog_ri em{
    color: #9d8b6e;
    font-family: "Yuji Mai", serif;
}
.module_i_news section{
    max-width: 76%;
}
.blog_box_edit *{
    font-size: 16px;
    color: #202020;
    font-weight: 700;
    font-family: "Noto Serif TC", serif;
    letter-spacing: 1px;
}
.blog_in_page .blog_ri,.blog_page .blog_ri{
    width: 100%;
    padding: 0;
}
.blog_in_page .blog_le{
    width: 100%;
    padding: 0;
}
.module_i_news li a:before{
    content: 'MORE';
    color: #9d8b6e;
    opacity: 1;
    font-family: "Yuji Mai", serif;
}
.blog_page .blog_list_le{
    aspect-ratio: 4 / 3;
}
.news_related_list li a {
    background: #716a63b0;
    padding: 0;
}
.news_related_list li a p{
    color: #f9f9f9;
    font-family: "Noto Serif TC", serif;
    letter-spacing: 1px;
    font-size: 16px;
}
.news_related_list{
    max-width: 72%;
}
.fa-arrow-right::before{
    display: none;
}
.i_blog_b a i.fa-solid.fa-arrow-right{
    margin: 0;
}
.i_blog_b *{
    color: #8d7247;
}

/* 商品下拉超過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;}
.product_page .main_part { max-width:1500px;}
.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start;}
.product_page .product_menu_list { position: relative; width: 220px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px);}
ul.page { width: 100%;}
.product-layer-two li ul { position:static; margin-top:5px; /*display:block !important;*/ width:100%; margin-left:0;}
.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 10px;}
.product-layer-two li li:hover > a { background:#fff; color:#ad925e;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc; padding-bottom: 0px;}
.product-layer-two > li ul > li + li { margin-top:5px;}
.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}
.product-layer-two li li:hover{ margin-left: 15px;}
.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;}



/*聯絡我們*/
.contact_le_map a{
    background-color: #681415e6;
}
.contact_form li.last cite{
    background-color: #681415e6;
}
.list_before.info li {
    color: #202020;
    font-family: "Noto Serif TC", serif;
    font-weight: 600;
    padding-left: 0;
    padding-bottom: 8px;
}
.blank_letter {
    color: #202020;
    font-family: "Noto Serif TC", serif;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
    letter-spacing: 3px;
}
.contact_form li .form__label{
    color: #202020;
    font-family: "Noto Serif TC", serif;
    font-size: 18px;
    font-weight: 600;
    display: flex;
}
.contact_form li{
    grid-template-columns: 24% 1fr;
    border-bottom: 1px solid #a19284;
}
.contact_form li.checknumBox{
    border-bottom: none;
}
.red{
    color: #722626;
    order: 2;
}
.contact_form li input.noborder {
    border: none;
    background-color: #ad9e929e;
    padding: 10px;
}
.contact_form li textarea.noborder {
    border: none;
    background-color: #ad9e929e;
}
.contact_form li.checknumBox .form__insert .captcha + img{
    filter: invert(1);
}
.contact_form li.last blockquote {
    color: #666;
    background-color: #ffffff;
}

.list_before.info li {
    padding-left: 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    color: #202020;
    font-family: "Noto Serif TC", serif;
    font-size: 18px;
}
.noborder{
    padding: 4px;
}
.info_FAX:before,.info_ADD2:before{
    content: "服務時間";
}
.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;
    letter-spacing: 1px;
    color: #202020;
    font-family: "Noto Serif TC", serif;
    font-size: 18px;
    width: 120px;
}
.contact_content .information_left {
    width: 100%;
    padding: 0;
}
.contact_content .information_right {
    width: 100%;
    padding-left: 0;
    padding-top: 8%;
}
.tncode{
    background: linear-gradient(to bottom, #5e5149b5 0%, #5f5a54d1 100%)  !important;
    box-shadow: 0 2px 5px rgb(20 20 20 / 20%)!important;
    color: #ffffff!important;
    border: 1px solid #a5a2a1!important;
    font-family: "Noto Serif TC", serif!important;
    letter-spacing: 1px!important;
}
.contact_form li.last input{
    font-family: "Noto Serif TC", serif;
}

/*頁腳*/
.footer{
    background-image: url(https://pic03.eapple.com.tw/sanqingshrine/footer_bk.jpg);
    background-repeat: repeat-y;
    width: 100%;
    padding: 6% 0 0 0;
}
.footer .center{
    width: 100%;
    max-width: 78%;
    padding-bottom: 4%;
}
.footer_info{
    grid-template-columns: 28% 1fr;
    padding-right: 0;
}
.footer_info ul {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
}
.footer_info li p,.footer_info li p a{
    font-family: "Noto Serif TC", serif;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 0.15em;
}
.footer_menu a{
    font-family: "Noto Serif TC", serif;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 0.15em;
    background: transparent;
}
.footer_info li:nth-child(1) {
    width: 50%;
    position: relative;
    padding: 6% 0 0 0;
    display: flex;
    flex-direction: column;
}
.footer_info li:nth-child(2) {
    width: 50%;
    position: relative;
    padding: 6% 0 0 0;
}
.footer_info li:nth-child(1)::before{
    content:'聯絡資訊';
    position: absolute;
    color: #b3906b;
    font-family: "Noto Serif TC", serif;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.15em;
    top: 0;
    left: 0;
    border-bottom: 1px solid;
    width: 100%;
    line-height: 200%;
}
.footer_info li:nth-child(2)::before{
    content:'網站選單';
    position: absolute;
    color: #b3906b;
    font-family: "Noto Serif TC", serif;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.15em;
    top: 0;
    left: 0;
    border-bottom: 1px solid;
    width: 100%;
    line-height: 200%;
}
.copy{
    padding: 1% 0;
}
.copy,.copy a{
    font-family: "Noto Serif TC", serif;
    font-size: 13px;
    border-top: none; 
    color: #ffffff;
    letter-spacing: 0.15em;
}
.footer_menu {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.5vw;
}
.footer_menu a{
    border: none;
}
.footer_menu a:hover{
    background: #cdc3ba21;
}
.box_link{
    display: none;
}
.footer_info ul{
    display: flex;
    width: 100%;
    flex-direction: row;
}
.tel{
    order: 1;
}
.phone{
    order: 2;
}
.line{
    order: 3;
}
.footer_info li p.add:before{
    content: '店家地址：';
}
.add{
    order: 4;
}
.fax,.add2{
    order: 5;
}
.footer_info li p.fax:before{
    content: '服務時間：';
}
.footer_info li p.mail{
    display: none;
}
.footer_info li p.add2:before{
    content: '服務時間：';
}


@media screen and (max-width: 1700px) {   
.swiper-banner .swiper-slide:nth-child(1)::after{
    background-size: 80%;
}   
.swiper-banner .swiper-slide:nth-child(2)::after{
    background-size: 80%;
}

}
@media screen and (max-width: 1500px) {    
.swiper-banner .swiper-slide:nth-child(1)::after{
    background-size: 70%;
}   
.swiper-banner .swiper-slide:nth-child(2)::after{
    background-size: 70%;
}

}
@media screen and (max-width: 1280px) {
.main_header_area .container{
    width: 100%;
    max-width: 96%;
}
.nav-header {
    width: 100%;
    max-width: 20%;
}
.header_area .stellarnav > ul > li > a{
    font-size: 15px;
}


.banner{
    height: 360px;
}

/*頁腳*/
.footer_info{
    grid-template-columns: 1fr;
}
.footer_logo{
    max-width: 22%;
}

/*聯絡我們*/
.blank_letter{
    font-size: 20px;
}
.list_before.info li {
    padding-left: 0;
}
.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;
}

}
@media screen and (max-width: 1024px) {
.stellarnav > ul > li > a {
    margin: 0 7px;
    padding-left: 30px;
}
.stellarnav > ul > li > a::before{
    background-size: 70%;
}
.header_area .stellarnav ul{
    text-align: center;
}
.header_area,.header_area.sticky{
    position: relative;
    background-image: linear-gradient(to bottom, #4d4444, #696666, #998f83);
}
.header_area .stellarnav ul{
    padding-bottom: 2%;
}


}
@media screen and (max-width: 980px) {
.stellarnav > ul > li > a {
    margin: 0;
    padding-left: 24px;
}
.stellarnav > ul > li > a::before{
    background-size: 60%;
}
.header_area .stellarnav ul {
    text-align: center;
    padding: 0;
    height: auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    justify-items: center;
    padding-bottom: 2%;
}
.main_header_area .container {
    width: 100%;
    max-width: 100%;
}
.header_area .stellarnav > ul > li > a{
    padding: 0;
    margin: 0;
}
.nav-header {
    width: 100%;
    max-width: 26%;
}
.swiper-banner .swiper-slide:nth-child(2)::after {
    background-size: 55%;
}
.swiper-banner .swiper-slide:nth-child(1)::after {
    background-size: 55%;
}

/*banner*/
.banner::before{
    background-size: 100%;
}

/*文章*/
.blog_page .main_part{
    width: 100%;
    max-width: 84%;
}
h5.blog_le_t{
    text-align: left;
    width: 30%; 
}
.blog_le .accordion li{
    width: 50%;
}
.blog_subbox{
    grid-template-columns: 1fr 1fr;
}
.blog_search{
    width: 100%;
}
.blog_search input[type=search]{
    padding: 2% 35px 2% 10px;
}
.subbox_item{
    border-bottom: none;
}


/*頁腳*/
.footer_logo {
    max-width: 38%;
}
.footer_info li:nth-child(1){
    padding: 9% 0 0 0;
}
.footer_info li:nth-child(2){
    padding: 9% 0 0 0;
}
.footer_info ul {
    display: flex;
    width: 100%;
    flex-direction: column;
}
.footer_info li:nth-child(1),.footer_info li:nth-child(2){
    width: 100%;
}

}
@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
.bannerindex { padding:0; margin:0;}
.stellarnav.mobile > ul > li{
    width: 100%;
}
.stellarnav > ul > li > a::before{
    display: none;
}
.stellarnav.mobile.left .close-menu{
    background: transparent;
}
.me_tp_features {
    text-align: center;
    padding-top: 12px;
    margin: 0 0 8px 0;
}
#bottom_menu li a{
    color: #7e5149;
}
.stellarnav .menu-toggle span.bars span{
    background: #ffffff;
}
.stellarnav .menu-toggle:after{
    color: #ffffff;
}
.header_area .main_header_area{
    padding: 2% 0;
}
.stellarnav{
    margin-top:0;
}
#bottom_menu li:nth-child(2){
    display: none;
}
#bottom_menu li:nth-child(3){
    display: none;
}
#bottom_menu{
    background: #cfc9bd;
}
.stellarnav.mobile ul{
    background: #7f7973;
}
.stellarnav.mobile.left > ul{
    display: flex;
    flex-direction: column;
}
.header_area .stellarnav > ul > li > a {
    padding: 6% 0 6% 6%;
    margin: 0;
}
.stellarnav.mobile li a {
    border-bottom: none;
}
.stellarnav.mobile > ul > li{
    border-bottom: 1px solid #cfc2ba;
}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{
    border-right: none;
}
.stellarnav a {
    color: #ffffff;
}
.stellarnav .icon-close:before,.stellarnav .icon-close:after{
    border-bottom: solid 3px #ffffff;
}

/*手機板大圖*/
/*換手機版大圖*/
body.pageIndex::after {
    background: url(https://pic03.eapple.com.tw/sanqingshrine/phone_opening.jpg);
    background-size: 110%;
    background-repeat: no-repeat;
    height: 100vh;
    background-position: center  top;
}
body.pageIndex::before {
    display: none;
}
.pageIndex .swiper-slide img{display: none;}
.pageIndex .swiper-banner{height: 92vh; padding:0;}
.pageIndex .swiper-wrapper .swiper-slide:nth-child(1)::before,.pageIndex .swiper-wrapper .swiper-slide:nth-child(2)::before{display: none;}
.pageIndex .swiper-banner .swiper-slide:nth-child(2)::after,.pageIndex .swiper-banner .swiper-slide:nth-child(1)::after{display: none;}
.pageIndex .swiper-slide:nth-child(1) { background-image: url(https://pic03.eapple.com.tw/sanqingshrine/phone_big1.jpg); background-repeat:no-repeat;background-size: cover;background-position: top center;height: auto;}
.pageIndex .swiper-slide:nth-child(2) { background-image: url(https://pic03.eapple.com.tw/sanqingshrine/phone_big2.jpg); background-repeat:no-repeat;background-size: cover;background-position: top center;height: auto;}

/*文章*/
.blog_subbox{
    grid-template-columns: 1fr;
}

/*聯絡我們*/
.contact_page .main_part {
    width: 100%;
    max-width: 88%;
}
.information_left, .information_right{
    padding: 0;
}
.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: absolute;
}
.list_before.info li {
    padding-left: 0;
    flex-direction: column;
}
.contact_form li.checknumBox,.contact_form li.last{
    background-color: transparent;
}
.contact_form li {
    grid-template-columns: 1fr;
}
.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;
}
.contact_form li.last blockquote, .contact_form li.last cite{
    width: 100%;
}


/*產品*/
.product_menu_list,
.products-list,
.product-wrapper { width: 100%;}
.product-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-gap: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}
.product_page .product_menu_list>h5{display: block;}
.product_page .show_content > a { order: 1;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}

/*頁腳*/
.footer_info {
    grid-template-columns: 1fr;
    padding: 0;
}
.footer .center {
    width: 100%;
    max-width: 84%;
    padding-bottom: 4%;
    padding-top: 4%;
}

/*聯絡我們*/
.contact_content .information_left {
    width: 100%;
}
.contact_content .information_right {
    width: 100%;
    padding-left: 0;
}
.contact_form li .form__label{
    background: transparent;
}

}
@media screen and (max-width: 600px) {
.nav-header {
    width: 100%;
    max-width: 50%;
}

/*文章*/
.news_related_list {
    max-width: 96%;
}
.blog_le .accordion li{
    width: 50%; 
}
h5.blog_le_t{
    width: 100%;
}
.blog_search{
    width: 100%;
}
.blog_in_page .main_part{
    width: 100%;
    max-width: 90%;
}

/*聯絡我們*/
.contact_form li.last blockquote, .contact_form li.last cite{
    width: 100%;
    max-width: 100%;
}

/*頁腳*/
.footer_logo {
    max-width: 65%;
    text-align: center;
}
.footer_info li:nth-child(1),.footer_info li:nth-child(2) {
    padding: 15% 0 0 0;
}


}

