@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');


/*預設解除背景輪播*/
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
.swiper-slide img { height:auto;} 
.me_tp_features{display: none;}


/*背景*/
.pageIndex #content_main{
    background-image: url(https://pic03.eapple.com.tw/jioulong/all_bk.jpg) !important;
    background-repeat: repeat-y;
    width: 100%;
    margin-top: 0vh;
    background: transparent;
}

#content{
    background-image: url(https://pic03.eapple.com.tw/jioulong/all_bk.jpg)!important;
    background-repeat: repeat-y;
    width: 100%;
    background: transparent;
}

/*版面*/
.blog_page .main_part{
    width: 100%;
    max-width: 80%;
    padding: 0 20px;
}
.blog_in_page  .main_part{
    width: 100%;
    max-width: 80%;
    padding: 0 20px;
}
.services_page .main_part{
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
}
.album_page .main_part,.album_class_page  .main_part,.album_info_page .main_part{
    width: 100%;
    max-width: 78%;
    padding: 5% 0 0 0;
}
.case_page .main_part{
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
}
.product_page  .main_part{
    width: 100%;
    max-width: 84%;
    padding: 5% 0 0 0;
}
.blog_in_page .main_part {
    width: 100%;
    max-width: 74%;
    padding: 0;
}
.product_info_page .main_part{
    width: 100%;
    max-width: 100%;
    padding: 5% 0 6% 0;
}
.privacy_page .main_part{
    padding: 10% 0;
}


/*卷軸==============================================*/
&::-webkit-scrollbar {
    background: #101010;
    width: 7px;
}
&::-webkit-scrollbar-button {
    display: none;
    background: #fff9f3;
    border-radius: 0;
}
&::-webkit-scrollbar-track-piece {
    background: #fff9f3;
}
&::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #967864;
}
&::-webkit-scrollbar-track {
    box-shadow: transparent;
}


/*大圖*/
.swiper-banner .swiper-slide{
    position: relative;
}
/* 木匾1*/
.swiper-banner .swiper-slide:nth-child(1)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    background-image: url(https://pic03.eapple.com.tw/jioulong/big01.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 0;
    animation: slide-fwd-center 0.45s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both;

}
/* 木匾2*/
.swiper-banner .swiper-slide:nth-child(2)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    background-image: url(https://pic03.eapple.com.tw/jioulong/big02.png);
    background-size: cover;
    background-repeat: no-repeat;
     background-position: center center;
    z-index: 1;
    animation: slide-fwd-center 0.45s cubic-bezier(0.250, 0.460, 0.450, 0.940)  3s both;

}
@keyframes slide-fwd-center {
  0% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  100% {
    -webkit-transform: translateZ(160px);
            transform: translateZ(160px);
  }
}


/* 文字1*/
.swiper-banner .swiper-slide:nth-child(1)::before {
    background-position: right center;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    background-image: url(https://pic03.eapple.com.tw/jioulong/big_text1.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 2;
    animation: slide-in-top 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both;
}
/* 文字2*/
.swiper-banner .swiper-slide:nth-child(2)::before {
    background-position: right center;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    background-image: url(https://pic03.eapple.com.tw/jioulong/big_text2.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    animation: slide-in-top 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) 3.6s both;
}

@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}





/*抬頭*/
.header_area{
    background: transparent;
    position: fixed;
}
.header_area.sticky {
    background-image: url(https://pic03.eapple.com.tw/jioulong/all_bk.jpg);
    background-repeat: repeat-y;
    width: 100%;
}
.main_header_area .container{
    max-width: 88%;
}
.navigation{
    grid-template-columns: 15% 1fr;
}
.nav-header{
    max-width: 100%;
    width: 100%;
}
.stellarnav > ul > li > a {
    font-family: "Noto Serif TC", serif;
    color: #000;
    font-weight: bold;
    letter-spacing: 3px;
    font-size: 18px;
}
.stellarnav li a{
    font-family: "Noto Serif TC", serif;
    color: #000;
}
.stellarnav > ul > li{
    padding-right: 2%;
    padding-top: 1%;
}
.stellarnav li.has-sub > a:after{
    display: none;
}
.stellarnav > ul > li.has-sub > a{
    padding-right: 0;
    
}
.stellarnav ul ul{
    background: #faf6f4;
}
.stellarnav.desktop li.drop-left>ul {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    left: 0;
    width: 100%;
    position: fixed;
    padding: 20px;
}
.stellarnav li li{
    border: none;
}



/*內頁BANNER 設定*/
.banner {
    background-image: none;
    background-color: transparent;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 400px;
}
.banner:before {
    content: "";
    background-image: url(https://pic03.eapple.com.tw/jioulong/all_banner.png);
    position: absolute;
    top: 0;
    left: 0;
    animation-duration: 5s;
    background-size: cover;
    background-position: top;
    animation: bgScroll 30s 
linear infinite;
    width: 100%;
    height: 400px;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    overflow: hidden;
}

@keyframes  bgScroll{
0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
50% {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
}
100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
}
.banner h5 {
    font-family: "Noto Serif TC", serif;
    color: #000;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 24px;
    margin-bottom: -3%;
    z-index: 1;
}
.banner.banA {}
.banner.banB {
    display: none;
}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}





/* 商品下拉超過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 .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-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:none; 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;}

ul.page { width: 100%;}
.product-layer-two li.active a {
    font-weight: bold;
    border: none;
    background-color: #ddcfc6ad;
    border-radius: 6px;
}
.product_page .products-list, .product-wrapper {
    width: calc(100% - 19%);
    grid-template-columns: repeat(3, 1fr);
}
.product_page .products-list .pic{
    aspect-ratio: 3 / 2;
}
.products-list .name {
    font-family: "Noto Serif TC", serif;
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 20px;
    text-align: center;
}
.products-list .price{
    display: none;
}
.prod_related{
    background: #c1b1a691;
}
.prod_related h6 span:before{
     font-family: "Noto Serif TC", serif;
    color: #000;
}

#prod_thumbSwiper {
    width: 100%;
    max-width: 12%;
}
.proImgSwiper li {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.proImgSwiper {
    aspect-ratio: 3 / 1.8;
}

.inquiry_a1{
    background: #a79787;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 52px;
}
.inquiry_a2 {
    background: #5f574e;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 52px;
}
.proImgSwiper img {
    max-height: 100%;
    width: auto;
}
.swiper-button-next, .swiper-button-prev {
    width: 5%;
}
.proImgSwiper .swiper-button-next:after, .proImgSwiper .swiper-button-prev:after{
    width: 22px;
    height: 22px;
}
/*主商品項目*/
.product_page .products-list {
    width: 80%;
    grid-template-columns: repeat(3, 1fr);
}
/*主左分類*/
.product_page .product_menu_list { 
    position: relative;
    width: 18%;
    letter-spacing: 1px;
    min-height: 30vw;
}
.product-layer-two li a {
    font-family: 'Noto Serif TC';
    color: #000000;
    background: transparent;
    border: none;
    font-weight: 500;
    letter-spacing: 0px;
    top: 0;
    left: 0;
    padding-left: 12%;
    margin-top: 0;
    margin-bottom: 8%;
    position: relative;
    font-size: 20px;
    line-height: 150%;
}
.product-layer-two li a::before {
    content: '';
    position: absolute;
    top: 30%;
    left: 2%;
    background-image: url(https://pic03.eapple.com.tw/jioulong/pr_icon.png);
    background-size: 88%;
    background-repeat: no-repeat;
    background-position: center top;
    width: 24px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
/*相關推薦*/
.related_list{
    width: 100%;
    max-width: 84%;
    grid-template-columns: repeat(4, 1fr);
}
.related_list li a{
    background: transparent;
}
.related_list li figure{
    aspect-ratio: 3 / 2;
}
.related_list li a p{
    font-family: 'Noto Serif TC';
    color: #000000;
}

/*大區塊*/
.product_info_page .product-wrapper {
    width: 100%;
    max-width: 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
/*產品名稱*/
.product_info_page .sidebarBtn {
    border-top: none;
    border-right: none;
    border-left: none;
    width: 100%;
    border-bottom: none;
    background: #e7d6ce;
    padding: 3% 2%;
    margin: 0 auto 4% 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
}
.product_info_page .sidebarBtn h2 {
    color: #111;
    font-size: 28px;
    font-family: 'Noto Serif TC';
    letter-spacing: 2px;
    font-weight: 700;
    width: 100%;
}
.product_info{
    width: 100%;
}
.product_info_page .sidebarBtn form:nth-child(2){
    width: 45%;
}
.product_info_page .sidebarBtn form:nth-child(3) {
    transition: all .5s;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    width: 42%;
    margin: 0 auto;
}
.product_info li .txt_box{
    color: #bf1b1b;
}
.toShare {
    display: block;
    border-top: none;
    filter: grayscale(1);
}
/*內文區塊*/
.prod_tabs {
    margin-top: 0;
    position: relative;
    order: 3;
    width: 42%;
    background-color: #e7d6ce;
}
.pd_tabTitle li a{
    font-size: 20px;
    color: #111;
    font-family: 'Noto Serif TC';
}
.pd_tabTitle li.activeTab a{
    color: #111;
    font-family: 'Noto Serif TC';
    font-weight: bold;
    letter-spacing: 1px;
}
.pd_tabTitle li.activeTab::after {
    height: 0px;
    background: #000000;
}
.pd_tabInner_contain{
    padding: 2% 4%;
}
/*照片區塊*/
.product_main {
    padding: 0;
    display: block;
    width: 57%;
    vertical-align: top;
    order: 2;
}
.proImgSwiper .swiper-button-next:after, .proImgSwiper .swiper-button-prev:after {
    text-shadow: none;
    color: #ffffff;
    font-size: 12px;
    background-color: #000000;
    width: 23px;
    height: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}



/*文章*/
/*首頁*/
.module_i_news li a{
    grid-template-columns: 1fr;
    grid-gap: 0;
    margin-bottom: 20%;
}
.module_i_news li a .i_blog_ri {
    display: block;
    vertical-align: top;
    padding: 14px;
    width: 100%;
    position: absolute;
    background: #d7c2aebf;
    bottom: 0;
    transform: translateY(75%);
    opacity: 1;
    z-index: 2;
    transition: transform 0.3s ease;

}
.module_i_news li a:hover  .i_blog_ri{
    display: block;
    position: absolute;
    bottom: -10px;
    opacity: 1;
    transform: translateY(-10px)
}
.i_blog_ri em{
    color: #770f0f;
}
.i_blog_ri p{
    color: #000;
    font-family: "Noto Sans TC", sans-serif;
    -webkit-line-clamp: 3;
}
.module_i_news ul{
    grid-template-columns: repeat(3, 1fr);
}
.module_i_news ul li:nth-child(n+3)~li{
    display: none;
}
.module_i_news section{
    width: 100%;
    max-width: 86%;
}
.module_i_news{
    padding: 6% 0;
}
.i_blog_b{
    display: none;
}
.blog_ri{
    width: 100%;
    padding: 0; 
}
.module_i_news li a:after{
    background: transparent;
    border: none;
}
.module_i_news li a:before{
    display: none;
}
.blog_le{
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
    display: flex;
    padding: 0;
    flex-direction: column;
}
.blog_box_edit *{
    font-family: "Noto Sans TC", sans-serif;
}
h5.blog_le_t{
    display: none;
}
h5.blog_le_t em{
    display: none;
    font-family: "Noto Serif TC", serif;
    color: #000;
    font-weight: 700;
    letter-spacing: 4px;
}
.blog_search {
    width: 100%;
    max-width: 20%;
    display: block;
    margin: 40px 0 25px auto;
}
.blog_search input[type=search]{
    border: none;
    border-radius: 0;
    background-color: #ffffff82;
}
.blog_le .accordion{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    border-radius: 0;
    border: none;
    gap: 8px;
}
.accordion li+li .link {
    border-top: none;
}
.blog_le .accordion > li{
   border-bottom: 1px solid #a39687;
}
.blog_le .accordion  li{
    width: 100%;
}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category{
    background: #a99786c7 !important;
}
.accordion li .link a{
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    letter-spacing: 2px;
    font-family: "Noto Serif TC", serif;
}
.subbox_item a:after{
    background: transparent;
    opacity: 0;
    border: none;
}
.subbox_item a{
    grid-template-columns: 1fr;
}
.blog_list_ri em{
    color: #770f0f;
}
.blog_list_ri h5{
    font-size: 22px;
    font-family: "Noto Serif TC", serif;
    color: #000;
    font-weight: 600;
    letter-spacing: 2px;
}
.blog_list_ri p{
    -webkit-line-clamp: 2;
}
.news_related{
    background: transparent;
}
.news_related h6 span:before{
    font-family: "Noto Serif TC", serif;
    color: #000;
    font-weight: 600;
}
.blog_back a.article_btn_prev{
    background: #604b3b78;
}
.blog_back a.article_btn_next{
    background: #604b3b78;
}
.lastPage{
    display: none;
}
h4.blog_category_title{
    margin-top: 3%;
    margin-bottom: 0;
}
.blog_list_le{
    aspect-ratio: 3 / 1.8;
}
.i_blog_le{
    aspect-ratio: 3 / 1.8;
}
.module_i_news .title_i_box h4 {
    font-family: "Noto Serif TC", serif;
    color: #000;
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 4px;
}
.module_i_news .title_i_box {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-bottom: 6%;
}
.module_i_news .title_i_box::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    background-image: url(https://pic03.eapple.com.tw/jioulong/title01.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 105px;
    width: 555px;
    background-position: center center;
    transform: translateX(-50%) translateY(-50%);
}
.i_blog_ri h5{
    font-family: "Noto Serif TC", serif;
    color: #000;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 4px;
}
.blog_subbox{
    grid-gap: 55px 20px;
}
.news_related_list li a{
    background: transparent;
}
.news_related_list {
    grid-template-columns: repeat(3, 1fr);
    max-width: 76%;
}
.news_related_list li figure{
    aspect-ratio: 3 / 2;
}
.blog_page .blog_list_ri{
    margin-bottom: 10%;
}
.blog_page .blog_list_ri p{
    color: #000;
    font-family: "Noto Sans TC", sans-serif;
}
.blog_page .subbox_item a:before {
    content: 'MORE';
    font-size: 15px;
    opacity: 1;
    color: #977d33;
    right: unset;
}
.news_related_list li a p{
    font-size: 16px;
    color: #333;
    line-height: 2;
    font-family: 'Noto Serif TC';
    padding-top: 3%;
    font-weight: bold;
    letter-spacing: 1px;
}

/*網站使用條款*/
.privacyContent{
    width: 100%;
    max-width: 90%;
    font-family: fangsong;
    color: #000;
}

/*作品*/
.album_fixed_title{display: none;}
.other_subalbum li{
    background: transparent;
}
.other_subalbum li a p {
    line-height: 2;
    color: #000;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 18px;
    margin: 2% 0;
}
.subalbum-menu h2 {
    font-size: 22px;
    font-family: "Noto Serif TC", serif;
    color: #000;
    font-weight: 700;
    letter-spacing: 2px;
    display: inline-block;
    padding: 0 0 1% 0;
}
.album_page .show-list,.album_class_page .show-list,.album_info_page .pic-list{
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px 10px;
}
.show-list .show_name{
    color: #000;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 20px;
    margin: 5% 0 0 0;
    text-align: center;
}
.show-list .item:hover .show_name {
    color: #6b5a32;
}
.overlay{
        background: transparent;
}
.other_album_choice{
    margin: 0 auto 6% auto;
}
.other_album_choice li{
    background: #5e4a3aad;
}
.show-list .show_pic,.pic-list .show_pic{
    aspect-ratio: 3 / 2;
}

/*麵包屑*/
.path{
    display: none;
}

/*聯絡我們*/
.contact_form li{
    grid-template-columns: 1fr;
}
.contact_form li .form__label{
    text-align: left;
    display: flex;
}
.blank_letter{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Noto Serif TC", serif;
    color: #000;
    font-weight: 600;
    letter-spacing: 2px;
}
.red{
    order: 2;
}
.contact_form li input.noborder,.contact_form li textarea.noborder{
    background-color: #d3c5bc9e;
    border: none;
}
.contact_le_map a{
   background: #c1af76a3; 
}
.contact_form li.last cite{
     background: #c1af76a3; 
}
.contact_form li.last blockquote, .contact_form li.last cite{
    border: 1px #644f4142 solid;
}
.list_before.info li{
    color: #060606;
    font-family: "Noto Sans TC", sans-serif;
}
.contact_content .information_left{
   display: none;
}
.contact_content .information_right{
   display: none;
}
.contact_form li .form__label{
    color: #060606;
    font-family: "Noto Sans TC", sans-serif;
}


/*頁腳*/
.box_link{
    display: none;
}
.footer{
    background-image: url(https://pic03.eapple.com.tw/jioulong/footer_bk.png);
    background-color: #231005;
    padding: 4% 0 0 0;
}
.footer_info ul {
    display: flex;
    width: 100%;
    justify-content: space-around;
    padding-bottom: 4%;
}
.footer .center{
    max-width: 84%;
    width: 100%;
}
.footer_info li p{
    color: #ffffff;
    font-family: "Noto Serif TC", serif;
    font-weight: 400;
    letter-spacing: 1px;
}
.footer_info li:nth-child(1){
    position: relative;
}
.footer_info li:nth-child(1)::before {
    content: '聯絡資訊';
    position: absolute;
    color: #ffffff;
    font-size: 24px;
    top: 0;
    font-family: "Noto Serif TC", serif;
    font-weight: 400;
    letter-spacing: 2px;
}
.footer_info li:nth-child(2){
    padding-top: 4%;
}
.footer_info li:nth-child(2)::before{
    content: '網站地圖';
    position: absolute;
    color: #ffffff;
    font-size: 24px;
    top: 0;
    font-family: "Noto Serif TC", serif;
    font-weight: 400;
    letter-spacing: 2px;
}
.footer_info li p  a{
    color: #ffffff;
    font-weight: 400;
}
.footer_logo img{
    filter: invert(1);
}
.footer_logo{
    display: flex;
    vertical-align: top;
    max-width: 280px;
    height: 140px;
    margin: 0;
    justify-content: center;
    align-items: center;
}
.footer_menu {
    padding-top: 6%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    align-items: start;
}
.footer_menu a{
    color: #ffffff;
    font-family: "Noto Serif TC", serif;
    background: transparent;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 5px 10px 0 0;
    border: none;
    margin: 0;
}
.footer_info li:nth-child(1) {
    padding-left: 8%;
    padding-top: 4%;
}
.copy {
    font-family: "Noto Serif TC", serif;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 1px;
    border-top: 1px #dddddd12 solid;
}
.copy a{
    color: #ffffff;
}



@media screen and (max-width: 1400px) {
.product-layer-two li a{
    padding-left: 16%;
}



}
@media screen and (max-width: 1280px) {
.header_area {
    background: #f6ece3;
    position: relative;
}    
.banner{
    height: 300px;
}    
.banner:before{
    height: 300px;
}

/*相簿*/
.album_page .main_part, .album_class_page .main_part, .album_info_page .main_part{
    width: 100%;
    max-width: 86%;
}
/*產品*/
.swiper-button-next, .swiper-button-prev {
    width: 6%;
}


}
@media screen and (max-width: 1024px) {
.nav-brand{
    max-width: 22%;
}
.stellarnav > ul > li > a{
    font-size: 15px;
    line-height: unset;
}
.stellarnav > ul > li {
    padding-right: 2%;
    padding-top: 0;
}

/*banner*/
.banner{
    height: 200px;
}
.banner:before {
    height: 200px;
}

/*產品*/
.swiper-button-next, .swiper-button-prev{
    width: 8%;
}
.proImgSwiper .swiper-button-next:after, .proImgSwiper .swiper-button-prev:after{
    width: 20px;
    height: 20px;
}


}
@media screen and (max-width: 980px) {
/*產品*/
.product_page .product_menu_list{
    width: 38%;
}
.product_page .products-list {
    width: 62%;
    grid-template-columns: repeat(1, 1fr);
}
/*內產品*/
.product_main{
    width: 100%;
}
.prod_tabs{
    width: 100%;
}
#prod_thumbSwiper .swiper-button-next, #prod_thumbSwiper .swiper-button-prev{
    background-color: #000000;
}
.product_info_page .sidebarBtn{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 6% 6%;
}
.product_info_page .sidebarBtn form:nth-child(3){
    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;}
.header_area {
    background-image: url(https://pic03.eapple.com.tw/jioulong/all_bk.jpg);
    background-repeat: repeat-y;
    position: relative;
}
.nav-brand{
    width: 100%;
    max-width: 64%;
}
.main_header_area .container{
    max-width: 100%;
}
.stellarnav.mobile{
    top: 30%;
}
.banner:before{
    margin: 0;
}
.stellarnav.mobile ul{
    background: #f7ede4;
}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{
    background: transparent;
}
.stellarnav.mobile li.open{
    background: #e1d5ca;
}
.stellarnav li a {
    font-family: "Noto Serif TC", serif;
    color: #000;
    font-size: 14px;
    padding-left: 5%;
    font-weight: 600;
}
.stellarnav.mobile > ul > li{
    border-bottom: 1px #cfc1b4 solid;
}

/*手機板大圖*/
.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 img { display:none; }
.pageIndex .swiper-slide {width: 100%;height: 0;padding-bottom: calc(100% / 3 * 4);}
.pageIndex  .swiper-slide:nth-child(1) { background-image:url(https://pic03.eapple.com.tw/jioulong/手機大圖_01.jpg) ; background-size:cover;   background-position: center;}
.pageIndex .swiper-slide:nth-child(2) { background-image:url(https://pic03.eapple.com.tw/jioulong/手機大圖_02.jpg) ; background-size:cover;   background-position: center;}



/*產品*/
.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 .products-list {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    order: 0; min-height: unset;
}
.product_page .product_menu_list {
    width: 100%;
    min-height: auto;
}
.product_menu_list>h5{
    font-family: "Noto Serif TC", serif;
    font-size: 18px;
}
.swiper-button-next, .swiper-button-prev{
    width: 5%;
}
#prod_thumbSwiper {
    width: 100%;
    max-width: 100%;
}

/*文章*/
.blog_page .main_part {
    width: 100%;
    max-width: 86%;
    padding: 0;
}
.blog_in_page .main_part {
    width: 100%;
    max-width: 74%;
    padding: 0;
}
.news_related_list {
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
}

/*相簿*/
.album_page .show-list, .album_class_page .show-list, .album_info_page .pic-list {
    grid-template-columns: repeat(2, 1fr);
}


/*頁腳*/
.footer_info ul {
    display: flex;
    width: 100%;
    justify-content: space-around;
    padding-bottom: 4%;
    flex-direction: column;
}
.footer_info li:nth-child(1) {
    padding-left: 0;
    padding-top: 4%;
}
.footer_info li:nth-child(1)::before,.footer_info li:nth-child(2)::before{
    position: relative;
}
.footer_menu{
    padding-top: 0;
}



}
@media screen and (max-width: 600px) {
/*手機板大圖*/
.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(1)::after,.pageIndex .swiper-banner .swiper-slide:nth-child(2)::after{display: none;}
.pageIndex  .swiper-slide img { display:none; }
.pageIndex .swiper-slide {width: 100%;height: 0;padding-bottom: calc(100% / 3 * 4);}
.pageIndex  .swiper-slide:nth-child(1) { background-image:url(https://pic03.eapple.com.tw/jioulong/phonebig_01.jpg) ; background-size:cover;   background-position: center;}
.pageIndex .swiper-slide:nth-child(2) { background-image:url(https://pic03.eapple.com.tw/jioulong/phonebig_02.jpg) ; background-size:cover;   background-position: center;}
.nav-brand{
    width: 100%;
    max-width: 56%;
}

/*首頁案例分享*/
.module_i_news ul {
    grid-template-columns: repeat(1, 1fr);
}
.module_i_news li{
    margin-bottom: 20%;
}
.module_i_news .title_i_box::before {
    width: 100%;
}
.module_i_news .title_i_box h4 {
    top: -8px;
    position: absolute;
}
/*產品*/
.product_page .products-list {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
}
#prod_thumbSwiper{
    width: 100%;
    max-width: 100%;
}
.proImgSwiper .swiper-button-next:after, .proImgSwiper .swiper-button-prev:after{
    width: 23px;
    height: 23px;
}

/*相關推薦*/
.related_list{
    grid-template-columns: repeat(1, 1fr);
}

/*相簿*/
.album_page .show-list, .album_class_page .show-list, .album_info_page .pic-list {
    grid-template-columns: repeat(1, 1fr);
}

/*頁腳*/
.footer_logo {
    width: 100%;
    max-width: 74%;
    margin: 0 auto;
    padding: 0;
}

}

@media screen and (max-width: 480px) {
/*產品*/
.proImgSwiper .swiper-button-next:after, .proImgSwiper .swiper-button-prev:after {
    width: 15px;
    height: 15px;
}
.proImgSwiper .swiper-button-prev:after{
    font-size: 12px;
}
.blog_le .accordion{
    grid-template-columns: repeat(1, 1fr);
}
.blog_search {
    width: 100%;
    max-width: 100%;
}
.accordion li .link a{
    font-size: 16px;
}

/*頁腳*/
.footer_info {
    padding: 0;
}
.footer_info li:nth-child(1)::before,.footer_info li:nth-child(2)::before{
    font-size: 20px;
    line-height: 200%;
}

}