@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%;
}

/*卷軸==============================================*/
&::-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 > 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;
}




/*內頁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: 5px;
    font-size: 24px;
    margin-bottom: -3%;
    z-index: 1;
}
.banner.banA {}
.banner.banB {}
.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_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: 5px;}
.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;}


/*文章*/
/*首頁*/
.module_i_news li a{
    grid-template-columns: 1fr;
}
.module_i_news li a .i_blog_ri {
    display: block;
    vertical-align: top;
    padding: 14px;
    width: 100%;
    position: absolute;
    background: #f5e7ded1;
    bottom: -10px;
    opacity: 0;
    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;
}
.module_i_news ul{
    grid-template-columns: repeat(3, 1fr);
}
.module_i_news section{
    width: 100%;
    max-width: 90%;
}
.module_i_news{
    padding: 6% 0;
}
.i_blog_b{
    display: none;
}

.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: 50px 30px 0px;
    flex-direction: column;
}
h5.blog_le_t em{
    font-family: "Noto Serif TC", serif;
    color: #000;
    font-weight: 700;
    letter-spacing: 4px;
}
.blog_search {
    max-width: 220px;
    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 #857668;
}
.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: 400;
    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 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;
}
.articel_mainPic img{
    display: none;
}
.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: 4%;
}
.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;
}

/*麵包屑*/
.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{
    width: 30%;
}
.contact_content .information_right{
    width: calc(100% - 31%);
}
.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: 1280px) {

}
@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;
}


}
@media screen and (max-width: 980px) {

}
@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%;
}

/*手機板大圖*/
.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 .product_menu_list {width: 100%; order: 0; min-height: unset;}

/*頁腳*/
.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/手機大圖_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;}



}

