@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/

body{
    font-family:  "Noto Serif TC" ,  "Quicksand", sans-serif;
}
.path p, .path p a{ display: none;}

.edit{ padding: 0px 0;}
.linksBtn{ display: none;}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */







/* ===== */
.main_header_area .container {
    max-width: 90%;
}

.header_area {
    background: #ffffffd2;
    padding: 0px 10px;
}

.header_area.sticky {
    background: #ffffff9e;
}

/*logo*/
.header_area .nav-header { position: relative; max-width: 100%; width: 100%; height: 100%; z-index: 99;}
.header_area.sticky .nav-header { }
.header_area .nav-header::before {
  content: "";
  position: absolute;
  display: block;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  background: url(https://pic03.eapple.com.tw/6kalachakra/logo.svg) no-repeat center;
  background-size: contain;
  pointer-events: none;
}
.nav-brand { width: 100%; height: 100%;}
.nav-brand img { display: none;}

/**/

.tp_links{ display: none;}
.me_tp_features{ padding-top: 10px; margin-bottom: -10px;}

.shop_search_btn{ background: #555;}

.stellarnav {
    padding: 12px 0 0;
}

.nav-brand{ max-width: unset;}

.nav-brand img{ max-width: 80px;}

.stellarnav>ul>li>a {
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 16px;
    color: #3C5947;
    transition: all 0.3s;
    padding: 0px 12px 0px 12px;
    height: 40px;
}


.stellarnav li.has-sub > a:after{
    border-top: 6px solid #3C5947;
}
.stellarnav > ul > li:before {
    content: "";
    width: 0;
    height: 2px;
    background: #E4C59E;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all .3s;
}

.stellarnav > ul > li:hover::before {
    width: 100%;left: 0;right: auto;
}

.stellarnav ul ul{
    left: 8px;
}

.stellarnav li a{
    color: #3C5947 ;
    font-size: 15px;
}

.stellarnav ul ul li a:hover{
    border: 0px;
    background: #3C5947;
    color: #fff;
}

/* 商品下拉超過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;
}


.stellarnav.mobile ul {
    background: #000000;
}

.stellarnav.mobile>ul>li {
    border-bottom: 1px #101010 solid;
}

.stellarnav.mobile.right .close-menu,
.stellarnav.mobile.left .close-menu {
    background: #000000;
}


/* 漢堡條 */
.stellarnav .menu-toggle span.bars span {background: #725435;}
.stellarnav .menu-toggle:after { color: #725435;}

/* close menu 拉出來 */
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{
    background: #8E6843;
    color: #fff;
  }
  .stellarnav .icon-close:before{
    border-bottom: solid 3px #fff;
  }
  .stellarnav .icon-close:after{
    border-bottom: solid 3px #fff;
  }
  .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{
    background: #fff;
    top:0px;
  }
  .stellarnav a.dd-toggle .icon-plus:before{
    border-bottom: solid 3px #7C988A;
  }
  .stellarnav a.dd-toggle .icon-plus:after{
    border-bottom: solid 3px #7C988A;
  }
  .stellarnav.mobile > ul > li > a.dd-toggle{
    padding: 11px;
    top: 5px;
  }
  .stellarnav.mobile > ul > li > a.dd-toggle:before{
      display: none;
  }
  .stellarnav.mobile li.open{
    background: rgba(231, 212, 181, 0.1);
  }
  .stellarnav.mobile ul ul{
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
  }
  .stellarnav.mobile > ul > li{
    border-bottom: 1px rgba(231, 212, 181, 0.5) solid;
  }

  .stellarnav.mobile li a{ border-bottom: 0px; color: #3C5947; background: #fff;}

  .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{max-width: 100%;}


@media screen and (max-width:1024px) {
    .header_area {
        background: #fff;
    }
    .header_area.sticky { background: #fff;}
}

@media screen and (max-width:768px) {
    .stellarnav.mobile{ left: -40px; top: 20px;}
    .stellarnav.mobile > ul > li > a{
        padding: 20px 43px 20px 10px;
    }
    .header_area{ padding: 16px 10px;}
    .stellarnav li a{padding: 7px 14px; }
}

@media screen and (max-width:570px) {
    .stellarnav.mobile{ left: -20px; top: 17px;}
    .nav-brand{ margin-bottom: -10px;}
}



/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */

/* 商品下拉超過30個--結束 */


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/* footer */
.footer_logo {
    width: auto;
    /* display: none; */
}

.footer_logo a {
    background: url(https://pic03.eapple.com.tw/6kalachakra/logo.svg);
    background-size: contain;
    width: 300px;
    height: 150px;
    background-repeat: no-repeat;
    overflow: hidden;
    white-space: nowrap;
    transition: all 0.3s ease-in-out;
    display: inline-block;
}
.footer_logo a img { display: none;}
.footer {
    background: #e7d4b587;
}


.footer_info li p,
.footer_info li p a {
    color: #000;
}

.footer_info li:nth-child(1) {
    padding: 0;
    display: flex;
    flex-direction: column;
}
.footer_info li p:nth-child(1){ order:2;}
.footer_info li p:nth-child(2){ order: 1;}
.footer_info li p:nth-child(3){ order: 3;}
.footer_info li p:nth-child(4){ order: 4;}
.footer_info li p:nth-child(5) {order:5;}

.footer_info li p.line:before{ content:'官方Line ID'}

.footer_info li:nth-child(1):before,
.footer_info li:nth-child(2):before {
    content: '';
    color: #3C5947;
    border-bottom: 1px solid #7c988a79;
    width: 100%;
    display: block;
    padding: 5px;
    margin-bottom: 10px;
}

.copy {
    border-top: 1px solid #7c988a79;

}

.footer_info li:nth-child(1):before {
    content: '聯絡資訊';
    font-size: 17px;
    font-weight: bold;
}

.footer_info li:nth-child(2):before {
    content: 'Sitemap';
    font-size: 17px;
    font-weight: bold;
}

.footer_info {
    display: flex;
    justify-content: space-between;
    padding: 0 60px 0 60px;
}

.footer_info li {
    padding: 0;
}

.footer_info ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 10px;
    max-width: 800px;
}

.footer_menu {
    display: grid;
    background: transparent;
    border: none;
    grid-auto-flow: column;
    grid-template-rows: 1fr 1fr 1fr;

}

.footer_menu a {
    display: grid;
    background: transparent;
    border: none;
    color: #3e3a39;
}
.footer_menu a:hover{
    background: #5F725C;
    color: #fff;
}

.footer_menu a:nth-child(1) {
    display: none;
}

.box_link a{ border: 0px; color: #babbbe; transition: 0.3s; display: none;}


@media screen and (max-width:950px){
    .footer_logo a{
        width: 80px;
    }
}
@media screen and (max-width: 1024px) {
    .footer_info {
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer_menu{ padding-top: 5px;}
    .footer_info ul{ display: flex; flex-direction: row; justify-content: space-between; align-items: baseline; }
    .footer_info li:nth-child(1){ width: 48%; }
    .footer_info li:nth-child(2){ width: 48%;}
    .footer_logo{ margin-bottom: -20px;}
}

@media screen and (max-width: 500px) {
    .footer_info{ padding: 0 24px 0 24px;}
    .footer_info ul{ display: flex; flex-direction: column; justify-content:center; }
    .footer_info li:nth-child(1){ width: 100%; }
    .footer_info li:nth-child(2){ width: 100%;}
    
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .product_info_page .main_part { max-width:1200px;} */

.product_page .show_content,
.product_info_page .show_content { width: 100%; 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_menu_list { 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;}

@media screen and (max-width: 768px) {
.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;}
}
@media screen and (max-width: 600px) {
}

.product_page #content, .product_info_page #content{
    background-image: url(https://pic03.eapple.com.tw/6kalachakra/in-bg.png);
    background-position:center;
    font-family: "Noto Serif TC" ,  "Quicksand", sans-serif;
}

/* 首頁 */
.prod_part{
    background-image: url(https://pic03.eapple.com.tw/6kalachakra/in-bg-bottom.png);
    background-position:left;
}
.i_prod_tit span, .i_video_tit span{font-size: 40px; color: #3C5947; font-weight: bold; font-family: "Noto Serif TC" ,  sans-serif;}
.i_prod_tit::after{ content: "Products"; font-size: 36px; color: #BA926E; font-weight: 400; display: block; font-family:  "Quicksand", sans-serif;}
.animated-arrow{ background: unset; color: #7C988A; width: 200px; font-size: 17px;  border: 1px solid #7C988A;}

/*購物車*/
.prod_part {    width: 100%;}
.products-list {    display: grid;    gap: 10px;    grid-template-columns: 1fr 1fr 1fr 1fr;}
.products-list:before{content:none;}
.products-list .item {    width: 100%;}
.product_menu_list>h5{ color: #273E35;}
/*購物車/外層*/
.products-list .more {    border: 1px solid #7C988A;    color: #7C988A;}
.products-list .item a:hover .more {    background: #7C988A;}
.products-list .item a{ transition: 0.3s;}
.products-list .item a:hover img { opacity: 0.8;}
/*價格*/
.products-list .price {    display: flex;    margin-bottom: 5px;    align-items: center;    justify-content: center;    flex-wrap: wrap;}
.products-list .price b {    margin: 0 5px;    line-height: 180%;    text-align: center;color: #BA926E;}
.products-list .price b.ori_price {    font-size: 14px;}
/*外層版面*/
.product_page .main_part {    width: 90%;	max-width: 1500px;}
.product_page .show_content {    display: flex;    flex-wrap: wrap;    align-items: flex-start;    justify-content: space-between;}
.product_page .products-list {    width: calc(100% - 280px);}
.product-layer-two {    width: 250px;    margin: 0;}
.product_info_page .product-layer-two {    display: none;}
.product-layer-two li {    margin: 0;    width: 100%;padding: 0 10px;}
.product-layer-two > li.active {    background: #e7d4b521;}
.product-layer-two li.active a {    border: unset;border-bottom: 1px dotted #ccc;}
.product-layer-two li a {    color: #222;    border: none;    background: transparent;    transition: all 0.3s;    line-height: 200%;    transition: all 0.3s;}
.product-layer-two > li > a {    border-bottom: 1px dotted #ccc;padding-left: 25px;}
.product-layer-two li:hover > a , .product-layer-two li.active > a{color: #7C988A;}
.product-layer-two li:hover > a:before , .product-layer-two li.active > a:before {background: #7C988A; color:#fff;}
.product-layer-two > li > a:before {border-radius: 100%;align-items: center; justify-content: center;display: flex;height: 18px; content: "＞";color: #7C988A;background:transparent;width: 18px; text-align: center; position: absolute; left: 0; top: 50%;transform: translateY(-50%);transition: all 0.3s;padding-left: 2px;font-size: 18px;}
.product-layer-two li ul {    position: relative;padding-top: 1px;}
.product-layer-two li li {    border: none;background: transparent;}
.product-layer-two li li a{    background: transparent;}
.product-layer-two li li:hover a{color: #ADA17E;}
.product-layer-two li li {    display: block;}/*hover到才顯示副選單關掉↓*/
.product_info_page .swiper-wrapper .swiper-slide:nth-child(1)::after {display: none;}
.product_info_page .main_part {    width: 90%;}
.inquiry_a1{background: #7C988A;}
.inquiry_a2{background: #6E897A;}
.inquiry_a3{background: #5F776A;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: #BA926E;}
.lastaction {color: #ADA17E;    background-color: #f2f2f2;}
.nextaction {background-color: #ADA17E;}
.lastPage {background: #ADA17E;}
.product_info li .txt_box {color: #222222;width: 100%;}
.sidebarBtn h2{color: #3C5947; }
.sidebarBtn .sp_price {color: #BA926E;}
.sidebarBtn{
  border: 0.3px rgba(221, 221, 221, 0.447) solid;
}
.pd_tabTitle li a{font-size: 24px;    color: #6d7980; font-weight: bold; }
.pd_tabTitle li.activeTab::after{ height: 0.2px; background: #e4c59e6e; }
.mobile_product_name{font-size: 24px;}
.prod_related h6 span:before{font-size: 24px;    color: #6d7980;}
.prod_related{
  border-top: none;
  background: transparent;
}
.products-list .name{
  font-size: 17px;
  color: #4B5D49;
  font-family: "Noto Serif TC" ,  "Quicksand", sans-serif;
  font-weight: 500;
  text-align: center;
  margin-bottom: -15px;
}
.product_pic #bx-pager{
  color: transparent;
}
.block{
  background: transparent;
}

ul.prod li h3.prod-thumb{
  color: #000000;
  text-align: left;
  padding: 0  0 3% 0;
  font-size: 23px;
  font-family: "Noto Serif TC" ,  "Quicksand", sans-serif;
  font-weight: 500;
  background: transparent;
}

.lastPage {
  background: #8d99a5;
}

.nextaction {
  background-color: #124375;
  background-image: none;
  text-align: center;
}

.lastaction {
  color: #ffffff;
  background-color: #6e87a0;
  background-image: none;
  text-align: center;
}

.rewrite_simple{
    background: #7C988A;
}
.send_simple{
    background: #E4C59E;
}

@media screen and (max-width: 1200px) {
    .products-list{
        grid-template-columns: 1fr 1fr 1fr;
        gap: 24px 10px;
    }
}
@media screen and (max-width:1024px) {
    .product_page #content, .product_info_page #content{
        background-position: left;
    }
}
@media screen and (max-width: 960px) {
    .products-list{
        grid-template-columns: 1fr 1fr;
        gap: 24px 10px;
    }
}

@media screen and (max-width:768px) {
    .product_page .products-list{ width: 100%;}   
}
@media screen and (max-width:600px) {
    .products-list .price b{ text-align: center!important;}
}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0; margin-top: -112px;}
.bannerindex { position:relative; height:auto; top: -112px;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */

@media screen and (max-width:1024px) {
    .bannerindex{ top: 0px;}
    #content_main { margin-top: 0px;}
}
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


.banner h5 {
    letter-spacing: 3px;
    color: #fff;
    z-index: 1;
    position: relative;
    text-shadow: 2px 2px 10px #00000077;
}

.banner h5:before {
    content: '六時輪';
    order: -1;
    font-size: 16px;
    display: block;
    color: #ffffff80;
    text-shadow: 2px 2px 10px #00000023;
}

.banner h5:after {
    content: '';
    width: 40px;
    height: 45px;
    display: block;
    background-image: url(https://pic03.eapple.com.tw/6kalachakra/ban-logo.png);
    background-size: cover;
    animation:floating 3s infinite ease-in-out;
    margin: auto;
}


@keyframes floating {
    0% {
        -webkit-transform: translateY(0);
    transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(10px);
    transform: translateY(10px);
    }

    100%{
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    width: 100%;
    /* height: calc(100vh - 118px); */
    max-height: 820px;
    padding: 140px 0 100px;
    text-align: center;
    color: #fff;
    background: no-repeat center #273E35;
    background-size: cover;
    z-index: 0;
}

.banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner.banA:before,.banner.banF:before ,.banner.banB:before,.banner.banC:before ,.banner.banblog:before ,.banner.banD:before {
    background-image: url(https://pic03.eapple.com.tw/6kalachakra/ban-all.jpg);
    background-position: center;
    opacity: 0.8;
}


@media screen and (max-width: 768px) {
    .banner h5 {
        font-size: 28px;
    }

    .banner {
        height: auto;
    }
}

@media screen and (max-width: 600px) {
    .banner h5 {
        font-size: 24px;
    }
}

@media screen and (max-width: 476px) {
    .banner h5 {
        font-size: 24px;
    }

    .banner h5:before {
        font-size: 14px;
    }

    .banner {
        padding: 18px 0;
    }

    .banner h5:after {
        height: 34px;
    }
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


.promotions_page #content{
    background-image: url(https://pic03.eapple.com.tw/6kalachakra/in-bg.png);
    background-position:center;
    font-family: "Noto Serif TC" ,  "Quicksand", sans-serif;
}

/* 促銷方案 */
/* 促銷方案背景 */
.promotions_page .edit { color: #000; padding: 40px 0 80px;  font-family: "Noto Serif TC" ,  "Quicksand", sans-serif; }

/*上面那排標題*/
.promotion_title{ font-family: "Noto Serif TC" ,  "Quicksand", sans-serif; }
.promotions_page .promotion_title em{ border: 0px ;    padding: 16px 16px;   background: #BA926E;  color: #fff;}
.promotions_page .promotion_title span{ display: none;}
.promotions_page  .promotion_title h2{color: #3C5947; font-size: 28px;padding-left: 16px; line-height: 50px; font-weight: bold;  font-family: "Noto Serif TC" ,  "Quicksand", sans-serif; }
/* 下方sitemap */
.other_promotion li a{ background: #e7d4b521; border: 0px; color: #C6915D; transition: 0.2s;}
.other_promotion li a:hover{ background: transparent; color: #7C988A;}
.other_promotion .pmtTitle h3{ color: #271d1d;}

@media screen and (max-width:1024px) {
    .promotions_page #content{
        background-position: left;
    }
}

@media screen and (max-width:768px) {
    .promotions_page .promotion_title h2{ padding-left: 0px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/
.blog_page #content,.blog_in_page #content{ 
    background-image: url(https://pic03.eapple.com.tw/6kalachakra/in-bg.png);
    background-position:center;
    font-family: "Noto Serif TC" ,  "Quicksand", sans-serif;
}

/* 首頁 */
.module_i_news{
    background-image: url(https://pic03.eapple.com.tw/6kalachakra/in-bg-top.png);
    background-position:right;
}
.module_i_news .title_i_box h4{font-size: 40px; color: #3C5947; font-weight: bold; font-family: "Noto Serif TC" ,  sans-serif;}
.module_i_news .title_i_box h4::after{ content: "News"; font-size: 36px; color: #BA926E; font-weight: 400; display: block; font-family:  "Quicksand", sans-serif;}
.i_blog_ri h5{color: #3C5947; font-weight: bold;  margin-top: 35px;}
.i_blog_ri em{ color:#BA926E;}
.i_blog_ri p{ color: #000; line-height: 135%;height: 40px; overflow: hidden;}
.module_i_news li a:before{ background: #E4C59E; color: #fff;width: 130px;padding: 5px 10px; text-align: center;}
.module_i_news li a:after{ background:  #e7d4b521; border: 0px;}

@media screen and (max-width:768px) {
    .i_blog_ri h5{ margin-top: 0px;}
    .module_i_news li{ border-bottom: 0px;}
    .i_blog_ri p{ margin-bottom: 40px;}
}
@media screen and (max-width:659px) {
    .module_i_news ul{
        grid-template-columns:1fr 1fr;
    }
}

@media screen and (max-width:450px) {
    .module_i_news ul{
        grid-template-columns:1fr;
    }
}



/*文章設定*/
/*一排呈現*/
.subbox_item { width:98%;margin-bottom: 28px;}

/* 左邊文章分類 */
h5.blog_le_t{ font-family: "Noto Serif TC" ,  "Quicksand", sans-serif;  color: #273E35;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category{background: #7C988A!important;}
.blog_subbox{ grid-template-columns:1fr;grid-gap:0px; }

/* 右邊選單 */
.subbox_item a:before{ background: #E4C59E; color: #fff;width: 130px;padding: 5px 10px; text-align: center;}
.subbox_item a:after{ background:  #e7d4b521; border: 0px;}
h4.blog_category_title{ color: #3C5947;font-size: 36px;}
.blog_list_ri h5{ color: #3C5947; font-weight: bold; margin-top: 25px;}
.blog_list_ri em{ color:#BA926E;}
.blog_list_ri p{ color: #000; line-height: 135%;height: 40px; overflow: hidden;}

/* 內頁 */
.blog_shareData{ display: none;}
.news_related{ background: transparent;}

/* 文章內頁按鈕 */
.blog_back a.article_btn_back{background: #E4C59E; transition: 0.3s;}
.blog_back a.article_btn_back:hover{background: #7C988A;}
.blog_back a.article_btn_next,.blog_back a.article_btn_prev{background: #7C988A;transition: 0.3s;}
.blog_back a.article_btn_next:hover,.blog_back a.article_btn_prev:hover{background: #E4C59E;}
.lastPage{ background: #7C988A;}

@media screen and (max-width:1024px) {
    .blog_page #content,.blog_in_page #content{ 
        background-position: left;
    }
}
@media screen and (max-width:960px) {
    .subbox_item{ border-bottom: 0px;}
}

@media screen and (max-width:600px) {
    .subbox_item a{display: flex; flex-direction: column;}
    .blog_list_le{ width: 100%;}
    .blog_list_ri{ width: 100%; padding: 5px 0 32px;}
    .subbox_item{ border-bottom: 0px;}
    .blog_list_ri p{ height: unset;}
    .blog_subbox {
        grid-template-columns:1fr 1fr;
        grid-gap:12px;
    }
    .blog_list_ri h5{ margin-top: 0px;}
}

@media screen and (max-width:450px) {
    .subbox_item a:before{ bottom: -7px;}
    .subbox_item a:after{  background: transparent;}
    .blog_subbox {
        grid-template-columns:1fr;
        grid-gap:0px;
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.contact_page #content{
    background-image: url(https://pic03.eapple.com.tw/6kalachakra/in-bg.png);
    background-position:center;
    font-family: "Noto Serif TC" ,  "Quicksand", sans-serif;
}

/* 聯絡我們 */
.blank_letter{  font-family: "Noto Serif TC" ; color: #273E35;} 
.list_before.info li{ padding-left: 48px;}

.contact_form{grid-gap:20px; }
.contact_form li.last blockquote{ color: #7C988A;}
.contact_form li.last blockquote, .contact_form li.last cite{ border: 1px solid #7C988A;}
.contact_form li.last cite{ color: #fff; background: #7C988A;}


@media screen and (max-width:1024px) {
    .contact_page #content{
        background-position: left;
    }
}
@media screen and (max-width:600px) {
    .contact_form li .form__label{ background: transparent;}
}




@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {}
.footer.with_shopping_mode { padding:30px 0 55px; }
#to_top { bottom:60px;}

/*文章選單開啟*/
h5.blog_le_t, .blog_le .accordion {
    display: block;
}

}

@media screen and (max-width: 600px) { 
}

