@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');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');

/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
.swiper-slide img { height:auto;} 
.box_search{display: block;}
.me_tp_features a.tp_btn_cart,.me_tp_features a.tp_btn_notice{color: #477978;}
.me_tp_features a{
    margin: 0;
    margin-left: 2%;
}
.me_tp_features {
    width: 100%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
}
.box_search{
    width: auto;
}
.shop_search_btn{
    background: #477978;
}
.box_search input[type=text]{
    border: solid 1px #7ea1a0;
}


/*匯款通知&購物車*/
.border200,.longer{
    width: 100%;
}
.small_pic{
    width: 150px;
    height: 150px;
}
.shopping-cart .cell.product_name p{
    width: calc(100% - 200px);
}
.contact_le_map a{
    background: #86a5a4;
}

/*版面*/
.product_page .main_part {
    max-width: 84%;
}
.services_page  .main_part {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 0;
}
.blog_page.article_a .main_part {
    width: 100%;
    max-width: 78%;
    padding: 0;
}
.blog_page.article_b .main_part {
    width: 100%;
    max-width: 80%;
    padding: 0;
}
.case_page  .main_part {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 0;
}
.contact_page .main_part{
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 0;
}
.contact_editbox{
    padding: 0;
}



/*大圖上點改成長條切換圖*/
.swiper-pagination-clickable .swiper-pagination-bullet {
    position: relative;
    border-radius: 2.5px;
    height: 5px;
    width: 50px;
    z-index: 0;
}

&::-webkit-scrollbar {
    background: #f8ecad;
    width: 7px;
}
&::-webkit-scrollbar-button {
    display: none;
    background: #ecd561;
    border-radius: 0;
}
&::-webkit-scrollbar-track-piece {
    background: #aaaaaa;
}
&::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #FFD600;
}
&::-webkit-scrollbar-track {
    box-shadow: transparent;
}
/*卷軸==============================================*/ 


.header_area{
    background:transparent;
    position: fixed;
    padding-top: 1%;
}
.header_area.sticky{
    background: #ffffff;
}
.main_header_area .container{
    max-width: 88%;
    width: 100%;
}
.navigation{
    grid-template-columns: 20% 1fr;
    align-items: end;
}
.nav-header{
    max-width: 100%;
    width: 100%;
}
.nav-brand{
    max-width: 82%;
}
.stellarnav ul{
    padding: 0 0 1% 0;
}
.stellarnav > ul > li > a {
    color: #477978;
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 0 0 25px;
    font-size: 17px;
    position: relative;
}
.stellarnav > ul > li > a:hover{
    color: #fed600;
}
.stellarnav > ul > li > a::before {
    content: '';
    position: absolute;
    display: inline-block;
    background: #fed600;
    border-radius: 4px;
    width: 10%;
    height: 3px;
    bottom: 0;
    left: 0;
    
    opacity: 0;
    transition: all 0.3s;
}
.stellarnav > ul > li   a:hover:before {
    content: '';
    height: 3px;
    bottom: 0;
    width: 100%;
    left: 0;
    opacity: 1;
    transition: all 0.3s;
}
.stellarnav > ul > li.drop-left > ul  > li  > a{
    color: #757575;
     font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-size: 15px;
}
.stellarnav > ul > li.drop-left > ul  > li  > a:hover{
    background-color: #86a5a4;
    color: #ffffff;
     font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-size: 15px;
}

.stellarnav li.has-sub > a:after{
    display: none;
}
.stellarnav > ul > li.has-sub > a{
    padding-right: 0;
}


/*大圖*/
.swiper-banner .swiper-slide{
    position: relative;
}

/*有點層次感*/
.swiper-banner .swiper-slide:nth-child(1)::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/0932805317/big01.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}
.swiper-banner .swiper-slide:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/0932805317/big02.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}


/*內頁BANNER 設定*/
.banner {
    background-image: url(https://pic03.eapple.com.tw/0932805317/all_banner.png);
    background-repeat: no-repeat;
    animation: bg-pan-right 8s both;
    width: 100%;
    height: 500px;
    background-color: #fff;
}
@keyframes  bg-pan-right{
0% {
    background-position: 0% 50%;
}
100% {
    background-position: 100% 50%;
}
}

.banner h5 {
    font-size:32px;
    color: #487776;
    padding-top: 4%;
    font-family: "Shippori Mincho", serif;
    font-weight: 900;
    letter-spacing: 8px;
}
.banner.banA {}
.services_page  .banner.banB {
    display: none;
}
.case_page .banner.banB {
    display: none;
}
.contact_page .banner.banC {
    display: none;
}
.banner.banD {}
.banner.banE {}
.banner.banblog {}


/* 商品 */

.products-list{
    grid-template-columns: repeat(auto-fill, minmax(23%, 1fr));
}
.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;}
.i_prod_tit span {
    font-family: "Noto Serif TC", serif;
    font-size: 32px;
    color: #3F6E6C;
    font-weight: bold;
    letter-spacing: 4px;
}
.animated-arrow{
    background: #477978; 
    font-family: "Noto Sans TC", sans-serif;
}
.products-list .name {
    font-size: 19px;
    color: #333333;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 500;
    text-align: left;
    padding-left: 4%;
    padding-top: 6%;
    height: auto;
}
.products-list .more {
    border: none;
    color: #477978;
    background-color: #c4d7d6;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 400;
    padding: 0 10px;
    text-align: center;
    width: 106px !important;
    left: 4%;
    right: unset;
    bottom: 0;
    transform: unset;
}
.i_prod_tit h2::before {
    content: 'news';
    position: relative;
    color: #477978;
    font-size: 32px;
    font-weight: bold;
    font-family: "Noto Serif TC", serif;
    letter-spacing: 2px;
}
.i_prod_tit{
    position: relative;
    line-height: 280%;
    padding-bottom: 3%;
    padding-top: 4%;
}
.products-list .item a:hover .more{
    background: #477978;
}
.pageIndex .prod_part section{
    width: 100%;
    max-width: 88%;
}
.pageIndex .i_prod_b{
    display: none;
}
.pageIndex .prod_part{
    padding: 0 20px 5% 20px;
    background-color: #f5f5f5;
}
.products-list .price b:nth-child(1){
    color: #947878;
    font-size: 17px;
    font-weight: 400;
}
.products-list .price b{
    width: auto;
    padding-right: 2%;
}
.products-list .price .sp_price{
    color: #9e3a3d;
    font-size: 17px;
    font-weight: 400;
    text-align: left;
}
.products-list .price{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    padding-left: 3%;
    padding-bottom: 6%;
    padding-top: 0;
}
.pageIndex .products-list{
    grid-gap: 30px;
}
.products-list .pic{
    padding: 0;
    border-radius: 14px;
}
.products-list .item a>*{
    margin: unset;
    width: 100%;
}
.pageIndex .productsListBox, .productsListBox.swiper {
    margin: 0px auto;
    padding: 0;
}
.sidebarBtn{
    border: 1px #ddd solid;
}
.sidebarBtn h2{
    color: #333333;
    font-family: "Noto Sans TC", sans-serif;
    font-size: 24px;
}
.inquiry_a3{
    background: #dfc725;
}
.prod_related h6 span:before {
    font-family: "Shippori Mincho", serif;
    color: #477978;
    letter-spacing: 2px;
    font-size: 26px;
}
.prod_related{
    background: #f9f9f9;  
}
.prod_related h6{
    margin: 2% auto 3% auto;
}
.related_list{
    width: 100%;
    max-width: 74%;
}
.related_list li a{
    padding: 0;
}
.related_list li a p{
    font-size: 18px;
    padding: 1% 0;
    letter-spacing: 1px;
}
.lastPage{
    background: #e7ce26;
}
.product-layer-two li a {
    font-family: "Shippori Mincho", serif;
    color: #477978;
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: bold;
}
.product-layer-two li a:hover{
    color: #ffffff;
    background: #e7ce26;
}
h5.blog_le_t{
    text-align: center;
}

/*文章1*/
.article_a .accordion li .link a{
    text-align: center;
    font-family: "Shippori Mincho", serif;
    color: #477978;
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: bold;
}
.article_a h5.blog_le_t em{
    display: none;
}
.article_a .blog_list_ri h5{
    color: #333333;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 500;
    text-align: left;
}
.article_a .subbox_item a:after{
    background: transparent;
    border: none;
}
.article_a .blog_back a.article_btn_prev,.article_a .blog_back a.article_btn_next{
    background: #d9d9d9;
}
.article_a .blog_back a.article_btn_back{
    background: #bcd1d0;
}
.article_a h4.blog_category_title{
    color: #333333;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 500;
}
.article_a .news_related_list li a p{
    font-size: 18px;
    color: #333;
}
.article_a .news_related_list{
    max-width: 76%;
}
.article_a .news_related h6 span:before{
    color: #6d7980;
    font-family: 'Noto Sans TC';
    font-weight: 400;
}
.article_a .news_related h6{
    margin: 2% auto 3% auto;
}
.article_a .blog_le .accordion > li:hover, .article_a .blog_le .accordion > li.on_this_category{
    background: #86a5a4 !important;
}
.article_a .edit{
    font-family: 'Noto Sans TC';
}
.article_a .subbox_item a{
    grid-template-columns: 1fr;
}
.article_a .blog_subbox{
    grid-template-columns: repeat(auto-fill, minmax(25%, 1fr));
    grid-gap: 30px;
}
.article_a .blog_list_ri{
    margin-bottom: 10%;
}
.article_a .subbox_item a:before {
    opacity: 1;
    background-color: #86a5a4ab;
    color: #ffffff;
    width: 100px;
    text-align: center;
    border-radius: 4px;
}
.article_a .blog_list_le img{
     border-radius: 4px;
}
.article_a .news_related_list li a{
    padding: 0;
}
.news_related_list li figure{
    border-radius: 4px 4px 0 0;
}
.article_a .news_related_list li a p{
    padding: 2% 0;
}


/*文章2*/
.article_b .accordion li .link a {
    text-align: center;
    font-family: "Shippori Mincho", serif;
    color: #477978;
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: bold;
}
.article_b h5.blog_le_t em{
    display: none;
}
.article_b .blog_list_ri h5 {
    color: #333333;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 500;
    text-align: left;
    letter-spacing: 1px;
    font-size: 22px;
    margin-bottom: 2%;
}
.article_b .blog_list_ri{
    padding: 10% 0;
}
.article_b .subbox_item a:after{
    background: transparent;
    border: none;
}
.article_b .blog_back a.article_btn_prev,.article_b  .blog_back a.article_btn_next{
    background: #d9d9d9;
}
.article_b .blog_back a.article_btn_back{
    background: #bcd1d0;
}
.article_b h4.blog_category_title{
    color: #333333;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 500;
}
.article_b .news_related_list li a p{
    font-size: 18px;
    color: #333;
}
.article_b .news_related_list{
    max-width: 76%;
}
.article_b .news_related h6 span:before{
    color: #6d7980;
    font-family: 'Noto Sans TC';
    font-weight: 400;
}
.article_b .news_related h6{
    margin: 2% auto 3% auto;
}
.article_b .blog_le .accordion > li:hover, .article_b .blog_le .accordion > li.on_this_category{
    background: #86a5a4 !important;
}
.article_b .edit{
    font-family: 'Noto Sans TC';
}
.article_b  .blog_subbox{
    grid-template-columns: 1fr; 
}
.article_b .subbox_item a{
    grid-template-columns: 30% 1fr;
    grid-gap: 30px;
}
.article_b  .blog_list_ri{
    padding: 8% 0;
}
.article_b .subbox_item a:before {
    opacity: 1;
    background-color: #86a5a4ab;
    color: #ffffff;
    width: 100px;
    text-align: center;
    border-radius: 4px;
}
.article_b .articel_mainPic img{
    display: none;
}
.article_b .blog_list_le img{
     border-radius: 4px;
}


/*麵包屑*/
.path{
    display: none;
}

/*頁腳*/
.copy a:hover{
    color: #6ab3ad;
}

/*聯絡我們*/
.contact_form li.last cite{
    background: #ffd500;
}
.contact_form li.last cite{
    border: 1px #ffd500 solid;
}
.contact_form li{
    grid-template-columns: 1fr;
    justify-items: start;
}
.contact_form li .form__label{
    display: flex;
    max-width: 100%;
    text-align: right;
}
.red{
    order: 2;
}
.contact_content .information_left{
    display: none;
}
.contact_content .information_right {
    width: 100%;
    padding-left: 0;
}
.contact_content{
    padding-bottom: 4%;
}
.blank_letter{
    max-width: 70%;
    margin: 0 auto;
    font-family: "Shippori Mincho", serif;
    color: #3f6c6c;
    letter-spacing: 2px;
    font-size: 28px;
    font-weight: 900;
    padding-bottom: 4%;
    display: flex;
    justify-content: space-between;
}
.contact_form{
    max-width: 70%;
    margin: 0 auto;
    border: 1px solid #cdcccc;
    padding: 2%;
}

.contact_form li .form__label{
    font-family: 'Noto Sans TC';
    font-size: 18px;
}
.contact_form{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    grid-gap: 20px;
}
.contact_form li{
    width: 49%;
    grid-gap: 20px;
}
.contact_form li.last{
    width: 100% !important;
}


@media screen and (max-width: 1280px) {
.stellarnav > ul > li > a{
    margin: 0 14px;
}
.stellarnav > ul > li > a{
    font-size: 15px;
}
.nav-header{
    align-items: flex-end;
}

.banner{
    padding: 0;
    height: 400px;
}

/*文章1*/
.blog_page.article_a  .main_part{
    width: 100%;
    max-width: 80%;
    padding: 0;
}
.article_a .blog_subbox{
    grid-template-columns: repeat(auto-fill, minmax(47%, 1fr));
}


/*文章2*/
.blog_page.article_b  .main_part{
    width: 100%;
    max-width: 88%;
    padding: 0;
}
.article_b .blog_list_ri{
    padding: 4% 0 0 0;
}
.article_b  h4.blog_category_title{
    font-size: 26px;
}


}
@media screen and (max-width: 1024px) {
.header_area{
    background: #ffffff;
    position: relative;
}
.stellarnav > ul > li > a {
    color: #457a78;
    font-size: 14px;
    font-weight: 700;
}
.bannerindex{
    margin: -6% 0 0 0;
}

}
@media screen and (max-width: 980px) {
/*聯絡我們*/
.contact_form{
    max-width: 86%;
}
.blank_letter{
    max-width: 86%;
}


}
@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: #ffffff;
    position: relative;
}
.main_header_area .container{
    width: 100%;
    max-width: 100%;
}
.stellarnav .menu-toggle {
    font-size: 12px;
    height: 60px;
    width: 60px;
}
.stellarnav .menu-toggle:after{
    display: none;
}
.stellarnav.mobile .menu-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
}
.stellarnav .menu-toggle span.bars span {
    height: 2px;
    background: #fbda16;
    width: 36px;
}
#bottom_menu li a{
    color: #305554;
}
.swiper-pagination-clickable .swiper-pagination-bullet{
    display: none;
}
.me_tp_features{
    display: flex;
    justify-content: center;
}

/*手機板大圖*/
.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/0932805317/phonebig_01.jpg) ; background-size:cover;   background-position: center;}
.pageIndex .swiper-slide:nth-child(2) { background-image:url(https://pic03.eapple.com.tw/0932805317/phonebig_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;}
.pageIndex .products-list{
    max-width:88%;
    margin: 0 auto;
}

/*文章2*/
.article_b .subbox_item a{
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}
.article_b .blog_list_ri {
    padding: 0;
    margin-bottom: 18%;
}
.subbox_item a:before{
    right: 0;
}

/*文章1*/
.article_a .blog_subbox{
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}



}
@media screen and (max-width: 600px) {
.nav-brand {
    max-width: 60%;
    padding-top: 4%;
}
.me_tp_features{
    display: none;
}

/*首頁產品*/
.pageIndex .prod_part{
    padding: 0;
    padding-bottom: 12%;
    padding-top: 12%;
}
.pageIndex .prod_part section{
    width: 100%;
    max-width: 96%;
}
.product_page  .products-list{
    grid-template-columns: repeat(1, 1fr);
}
.product_menu_list>h5{
    color: #243d3d;
    font-family: "Shippori Mincho", serif;
    font-weight: 900;
    letter-spacing: 1px;
}


/*聯絡我們*/
.contact_form{
    max-width: 90%;
}
.contact_form li{
    width: 100%;
}
.contact_form li .form__label{
    background: transparent;
}
.blank_letter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    padding-bottom: 12%;
}
.contact_form{
    padding: 10% 8%;
    border-radius: 12px;
}




}

