@charset "utf-8";
body {font-family: "Noto Sans TC", sans-serif;}
.path p, .path p a{display: none;}
#content {
    min-height: 0;
}
#content:not(.other_select_page #content) {
    background: url(https://pic03.eapple.com.tw/yuyue/bg02.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
/*header*/

.me_tp_features {
    display: none;
}

.main_header_area .container {
    max-width: 90%;
}

.navigation {
    display: block;
}

.header_area {
    background: #FFF;
    transition: all .4s ease;
    padding: 0.5vw 2vw;
}

.header_area.sticky {
    background: #FFF;
}

.header_area .navigation {
    display: grid;
    grid-template-columns: 200px 1fr;
    grid-gap: 0 20px;
}

.header_area .stellarnav ul {
    text-align: right;
}

.nav-brand img {
    display: block;
    position: absolute;
    width: 140px;
    top: 0px;
    left: 0px;
    background: #fff;
    border-radius: 500px;
    padding: 10px;
}

.stellarnav li.has-sub > a:after {
    display: none;
}

.stellarnav > ul > li {
    position: relative;
}

.stellarnav > ul > li > a {
    color: #444;
    margin: 0 15px;
    letter-spacing: 1px;
    transition: all .4s ease-in-out;
    font-weight: 400;
    font-size: 15px;
}

.stellarnav > ul > li.has-sub > a {
    padding: 0px;
}

.stellarnav > ul > li:hover > a {
    color: #b39f99;
    transform: translateY(-5px);
}

.stellarnav li li {
    border: none;
}

.stellarnav li li > a, 
.stellarnav li li.has-sub > a {
    padding: 8px 9px;
    transition: all 0.3s;
    color: #444;
    font-size: 15px;
}

.stellarnav li li:hover > a {
    background: #b39f99;
    color: #fff;
}

.stellarnav li li.has-sub:hover > a {
    background: #b39f99;
    color: #fff;
}

@media screen and (max-width: 1024px) {
    .main_header_area .container {
        max-width: 98%;
    }
    .header_area.sticky {
        padding: 1.5vw 2vw;
    }
    .header_area.sticky .stellarnav > ul > li > a {
        margin: 8px 5px;
    }
}

@media screen and (max-width: 768px) {
    .header_area {
        background: #fff;
        position: sticky;
        padding: 2.5vw 2vw;
    }
    .nav-header {
        margin: auto;
    }
    .nav-brand img {
        display: block;
        width: 80px;
    }
    .header_area.sticky {
        padding: 1.5vw 2vw;
    }
    .header_area.sticky .navigation {
        display: flex;
    }
    .header_area.sticky .nav-brand img {
        display: block;
        position: sticky;
        width: 60px;
        padding: 0px;
        box-shadow: none;
        background: transparent;
        margin: auto;
        transition: 0.3s;
    }
}
/*footer*/
.footer_menu a:first-child {display: none;}
.footer_info li p,.footer_info li p a{
    color: #fff;
}
.footer_info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.footer {
  background: #b9a9a3;
  padding: 50px 0;
}
.footer_menu {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(min(120px, 100%), 1fr));
gap: 11px;
padding-left: 32px;
max-width: 484px;
}

.footer_info li {
display: inline-table;
}

.footer_logo {
display: grid;
align-items: center;
}

.footer_info ul {
    display: flex;
    vertical-align: top;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding-left: 109px;
}

.footer_info ul:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
}


.footer_menu a {margin: 0;text-align: center;padding: 9px;transition: all 0.3s;background: #ffffff;border-radius: 30px;letter-spacing: 1px;}

.footer .center {
position: relative;
padding-bottom: 20px;
}

.footer_menu a:hover {
  background: #fdf8ec;
  box-shadow: 0 4px 8px #6868683b;
  color: #666;
}

.copy {
    background: transparent;
    color: #ffffff;
    border: none;
    font-size: 10px;
}
.copy a{color: #ffffff;transition:all 0.3s;font-size: 10px;}
.copy a:hover {color: #000;}
.footer_logo img {display: none;}
.box_link{display:none}
@media screen and (max-width: 980px) {
.footer_info {
    padding: 0 44px 0 0;
}
.footer_info ul {
    padding-left: 46px;
}
}
@media screen and (max-width: 900px) {
  .footer_info ul {
      display: flex;
      vertical-align: top;
      width: 100%;
      align-items: center;
      justify-content: center;
      flex-direction: column;
  }
  }
  @media screen and (max-width: 768px) {
.footer_info ul {
  padding-left: 10px;
}
.footer.with_shopping_mode { padding:30px 0 70px; }
.footer_info {    justify-content: center;}
.footer_logo {    text-align: center;}

}

/*文章A/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/


/*文章側邊選單*/

h5.blog_le_t em {
    font-family: "Noto Serif TC", serif;
    font-weight: 500;
}

.blog_search input[type=search] {
    border-radius: 0px;
}

.fa-circle-chevron-right::before {
    content: "\f178";
}

.blog_le .accordion {
  border-radius: 0px;
  border: none;
}

.accordion li .link a {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  transition: all 1s;
}

.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
  background: #b9a9a3 !important;
  transition: all 1s;
}

.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {
    color: #fff !important;
}

.blog_le .accordion > li:hover .link i, .blog_le .accordion > li.on_this_category .link i {
    color: #494949 !important;
}

.submenu a {
    background: #f7f4ee;
}

.submenu li.on_this_category a, .submenu a:hover {
  background: #FFF8E8;
  color: #666;
  padding-left: 35px;
}

.submenu a i {
  left: -30px;
  transition: all 0.4s;
}

.submenu a:hover  i {
  left: 10px;
  transition: all 0.4s;
}


.submenu a:hover i, .submenu li.on_this_category a i {
    left: 10px;
    transition: all 0.4s;
}

h5.blog_le_t {
  margin-bottom: 15px;
  font-weight: 400;
  margin-left: 10px;
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

h5.blog_le_t span {
    font-size: 16px;
    text-transform: uppercase;
}


/*文章外層*/

.blog_subbox {
  background: transparent;
  padding-bottom: 50px;
  grid-gap: 50px;
}

.subbox_item a {
  display: flex;
}

.blog_list_le {
  width: 40%;
}

.blog_list_ri em {
    order: 3;
    font-family: "Noto Sans TC", serif;
    font-size: 11px;
    letter-spacing: 1px;
    padding-top: 10px;
}

.subbox_item a:before {
    content: '◄';
    background: #b9a9a3;
    width: 30px;
    height: 30px;
    color: #ffffff;
    font-weight: 400;
    font-size: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0px;
    right: 0px;
    border-radius: 60px;
}

.subbox_item a:hover:before{
  content: 'READ MORE';
  width: 100%;
  border-radius: 0px;
  font-size: 13px;
}

.subbox_item a:after {
    content: '';
    background: #ffffff75;
    transition: all .5s;
    width: 0%;
    z-index: -1;
    border: none;
}

.subbox_item a:hover:after{
  width: 100%;
}

.subbox_item a:before{opacity: 1}

.blog_list_ri h5 {
    color: #1c1c1c;
    letter-spacing: 1px;
    padding: 20px 0 ;
    display: flex;
    font-size: 20px;
    font-family: "Noto Serif TC", serif;
    font-weight: 500;
    
}

.blog_list_ri p {
    font-size: 13px;
    color: #666;
    letter-spacing: 1.5px;
}

.blog_list_le img {
object-fit: contain;
}

.blog_list_ri {
    padding: 5px 15px;
    display: flex;
    flex-direction: column;
}

/*文章內頁*/

.articel_mainPic img {
    display: block;
    max-width: 50%;
}

.blog_box_edit * {
    font-family: "Noto Sans TC", serif;
    font-weight: 400;
    letter-spacing: 1.5px;
    color: #3b3b3b;
    font-size: 14px;
    line-height: 200%;
}

.blog_back {
    text-align: center;
    display: flex;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    width: 500px;
    margin: 50px auto;
    max-width: 100%;
}

.blog_back a {
    color: #757575;
}

.blog_back a.article_btn_prev, .blog_back a.article_btn_next {
    background: #FFF8E8;
}

.blog_back a.article_btn_back {
    background: #b9a9a3;
    color: #fff;
}

h4.blog_category_title {
    color: #1e1e1e;
    font-size: 25px;
    border-left: 5px #b9a9a3 solid;
    background: #FFF8E8;
    padding-left: 30px;
    letter-spacing: 2px;
    font-family: "Noto Serif TC", serif;
    font-weight: 500;
}

.blog_page h4.blog_category_title{display: none;}

.news_related h6 span:before {
  color: #b9a9a3;
  font-weight: 400;
}

.news_related {
display: none;
}/*相關文章*/


/* 商品下拉超過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;}


/*分隔線*******************************************************/


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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-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;}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 980px) {
}
@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) {
}


/********分隔線**************************************************************/


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/********分隔線**************************************************************/

/*內頁BANNER 設定*/
.banner {display: none;}
.banner h5 {}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}



@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: block; }
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}




/**/

.info_fix_map span::before {
  content: "\f3c5" !important;
  font-weight: 900;
  font-family: 'Font Awesome 6 Free';
  position: static;
  padding-top: 20px;
  font-size: 14px;
}
