@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=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');
/*網站全域設定/＝＝＝＝＝*/
/*
 var(--MainColor) /*網站主要色系
  #cbc0a0 /*網站輔助色系1
  #658781; /*網站輔助色系2*/

/*Main/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
:root {
    --MainColor: #851D21; /*網站主要色系*/
    --SubColor: #851D21; /*網站輔助色系1*/
    --SubColor2: #a60000; /*網站輔助色系2*/
    --color:#202020;
    --SFont: "LXGW WenKai TC", cursive;/*特殊字體*/
    --SFontE: "EB Garamond", serif;/*特殊字體*/

    --pd100:100px 0;
    --m100:100px;
    --m50:50px;
    --m30:30px;
    --f48:48px;
    --f40:40px;
    --f36:36px;
    --f32:32px;
    --f28:28px;
    --f24:24px;
    --f22:22px;
    --f20:20px;
    --f18:18px;
    --f17:17px;
    --f16:16px;
    --m100: 100px;
    --m50: 50px;
    
  }
  @media (max-width:1024px) {
  :root{
    --m50:40px;
    --m30:25px;
    --f48:40px;
    --f40:36px;
    --f36:32px;
    --f32:28px;
    --f28:24px;
    --f24:22px;
    --f22:20px;
  }
  }
  @media (max-width:768px) {
  :root{
    --pd100:70px 0;
    --m100:70px;
    --m50:30px;
    --m30:20px;
    --f48:32px;
    --f40:28px;
    --f36:26px;
    --f32:24px;
    --f28:20px;
    --f24:20px;
    --f20:18px;
    --f18:17px;
    --f17:16px;
    --f16:15px;
  }
  }
  @media (max-width:600px) {
  :root{
    --pd100:50px 0;
    --m100:50px;
    --m50:25px;
    --f48:28px;
    --f40:24px;
    --f36:22px;
    --f32:20px;
    --f28:18px;
    --f24:18px;
    --f22:18px;
    --f20:17px;
    --f18:16px;
    --f17:15px;
  }
  }
  @media (max-width:375px) {
  :root{
    --f48:24px;
    --f40:20px;
    --f36:18px;
    --f32:18px;
    --f28:17px;
    --f24:17px;
    --f22:17px;
    --f20:16px;
    --f18:15px;
  }
  }

  #content{}
/*Header/＝＝＝＝＝*/
.pageIndex .edit_part {
    max-width: 2000px;
    padding: 0;
}
.contact_page .contact_editbox { padding: 0;}

.path p, .path p a { display: none;}
.other_select_page .promotion_title { display: none;}

.main_header_area .container {  max-width: 1800px;}
.other_select_page .other_promotion{display: none;}
.header_area {  position: relative;  width: 100%;}
.tp_links{display: none;}
.me_tp_features a { color: var(--MainColor);}

/*.pageIndex .header_area{ opacity: 0;}
.pageIndex .sticky.header_area {opacity: 1; }*/

.other_page .header_area {  position: relative;}

/*sticky*/
.sticky.header_area, .other_page .header_area  {
  opacity: 1; transition: all 0.5s;background-color: #FFF;}
.sticky .stellarnav > ul > li > a, .other_page .stellarnav > ul > li > a{color:  var(--MainColor);}
.sticky .stellarnav > ul:hover > li > a,  .other_page  .stellarnav > ul:hover > li > a{color: var(--SubColor2);}
.sticky .stellarnav li.has-sub > a:after,  .other_page .stellarnav li.has-sub > a:after{ border-top: 6px solid var(--MainColor);}
.sticky .stellarnav li.has-sub:hover > a:after,  .other_page .stellarnav li.has-sub:hover > a:after { border-top: 6px solid var(--SubColor2);}
/*選單最大寬度設定*//*
.main_header_area .container {    max-width: 95%;}
*/
.navigation {display: flex;flex-wrap: wrap;align-items: flex-end;justify-content: space-between;padding: 20px;}
/*第一層*/

.stellarnav > ul > li > a{transition:all 0.3s;font-family: var(--SFont);color:var(--MainColor);}
.stellarnav > ul > li:hover > a{color:var(--SubColor);} 
.stellarnav li.has-sub > a:after { border-top: 6px solid var(--MainColor);}
.stellarnav li.has-sub:hover > a:after { border-top: 6px solid var(--SubColor);}


.stellarnav > ul > li:nth-child(11)>a, .stellarnav > ul > li:nth-child(10)>a{display: none;}


/*第二層*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{    padding: 7px 5px;    transition: all 0.3s;border-left:1px solid transparent;color: var(--MainColor);font-family: var(--SFont);}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color:var(--SubColor2);	padding-left:10px;    background: #ffd2007d;}

.stellarnav ul ul {
  background: #fee2a3cc;
  backdrop-filter: saturate(0.5) blur(5px);
  width: 240px;
}
.stellarnav li li { border: 1px #fdc919 solid;}








/*SubMenu*/
.shop_search_btn {background: #851D21;}
.tp_links a{transition:all 0.3s;}
.tp_links a:hover {    color:var(--MainColor);}

/*隱藏購物車搜尋欄*//*
.box_search{display:none;}
/*隱藏購物車*//*
.me_tp_features a.tp_btn_cart {display: none;}
/*隱藏匯款通知*//*
.me_tp_features a.tp_btn_notice{display: none;}
/*隱藏選單按鈕連結*//*
.tp_links{display: none;}

/*選單漸變效果＝＝*/
/*首頁固定選單 開啟後下方RWD 768對應標籤也需開啟*//*
.pageIndex .header_area{position: fixed;    width: 100%;}

/*Footer/＝＝＝＝＝*/
.footer_logo{position: relative;z-index: 999;margin-bottom: 40px;}
.footer_logo img{width: 100%;filter: brightness(10);}
.footer_info{display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;flex-direction: column;padding: 0;}
.footer_info ul {display: flex; flex-wrap: wrap;}
.footer_info li p {color: #fff;}
.footer_info li p a {color: #fff;}


.copy {color: #fff;	border:none;}
.copy a{    color: #fff;transition:all 0.3s;}
.box_link{display: none;}
.box_link a{transition:all 0.3s;}
.box_link a:hover {    background:var(--MainColor);    color: #fff;}



/*Logo/＝＝＝＝＝*/
.nav-brand {    width: 100%;max-width: 250px;transition:all 0.3s;}
.header_area .nav-brand {    transition: all 0.3s;}
.header_area.sticky .nav-brand{}


/*按鈕/＝＝＝＝＝*/
.animated-arrow {    background:var(--MainColor);}

/*大圖/＝＝＝＝＝*/
/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;}
.swiper-slide img { height:auto;}


.swiper-wrapper{position: relative;}

.swiper-wrapper::before{
  position: absolute;
  content: "";
  background: url(https://pic03.eapple.com.tw/shouming/bn-01.png)no-repeat;
  background-size: contain;
  width: 100%;
  max-width:200px;
  height: 0;
  padding-bottom: calc(100% / 1* 0.3);
  right: 10%;
  top: 15%;
  animation: tracking-in-contract-bck-bottom 1s cubic-bezier(0.215, 0.610, 0.355, 1.000)2s both;
  z-index: 999;
  display: none;
}



@keyframes tracking-in-contract-bck-bottom {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(110%) translateY(100%);
            transform: translateZ(110%) translateY(100%);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(50%) translateY(50%);
            transform: translateZ(50%) translateY(50%);
    opacity: 1;
  }
}
















@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}

/*Banner/＝＝＝＝＝*/
.banner{
  background: url(https://pic03.eapple.com.tw/shouming/banner.jpg) no-repeat;
  background-size: cover;
  min-height: 700px;
  position: relative;
  background-position: top right;
  display: none;
}
.banner h5{
  font-size: 32px;
  position: absolute;   
  top: 350px;
  left: 50%;
  transform: translateX(-50%);
  color: #000;
  font-family: var(--SFont);
  letter-spacing: 50px;
  width: max-content;
}

.banner h5::before{
  position: absolute;
  content: "";
  background: url(https://pic03.eapple.com.tw/shouming/banner-before.png) ;
  background-size: contain;
  width: 100%;
  height:95px;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  margin-left: -31px;
}

.zf_banner{width: 100%;background-image: url(../images/zf_banner01.jpg);background-position: center top;background-repeat: no-repeat;padding: 200px 20px;}

.title{text-align: center;}
.title h4{display: flex;flex-wrap: wrap;justify-content: center;}
.title h4 b{margin: 7px;padding: 20px 25px;background-color: #FFF;border: 1px solid #DFC086;font-size: 2vw;color: #851D20;font-weight: 500;position: relative;border-radius: 2px;}
.title h4 b:before{content: "";position: absolute;border: 2px solid #D6A740;width: calc(100% - 11px);height: calc(100% - 11px);border-radius: 4px;left: 5px;top: 5px;}


@media screen and (max-width: 1190px) {
  
  .zf_banner{background-size: cover;padding: 120px 20px;}
  .title h4 b{padding: 18px 20px;font-size: 24px;}

}

@media screen and (max-width: 800px) {
  
  .zf_banner{padding: 70px 20px;}

}

@media screen and (max-width: 600px) {
  
  .title h4 b{
     padding: 12px 15px;
     font-size: 18px;
     margin: 3px;
  }

}


@media screen and (max-width: 450px) {
  
  .zf_banner h4{
    max-width: 250px;
    margin: 0 auto;
  }

}

.other_select_page .banner{display: none;}
.other_page .banner{display: none;}
.contact_page .banner{display: none;}


/*Page/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*麵包屑＝＝*/
.path p a:hover {    color:var(--MainColor);}
/*頁碼＝＝*/
.page {    width: 100%;    margin: 40px auto;    display: flex;    flex-wrap: wrap;    justify-content: center;    align-items: center;}
.page li {display: flex;margin: 3px 10px;width: 45px;height: 45px;color: #851D21;line-height:30px;align-items: center;justify-content: center;}
.page li a{display: flex;align-items: center;justify-content: center;width: inherit;height: inherit;border: 1px solid #851D21;line-height: inherit;padding: 0;transition:all 0.3s;color: #851D21;}
.page strong, .page a:hover{background:var(--MainColor);border: 1px solidvar(--MainColor);}
.other_select_page .page{display: none;}/*關閉編輯頁page*/

.activeN{
  border: 1px solid #851D21;
  border-radius: 50%;
  background-color: #851D21;
  color: #FFF !important;
}

/*購物車/＝＝＝＝＝*/
.prod_part {    width: 90%;}
.products-list {    display: grid;    gap: 10px;    grid-template-columns: 1fr 1fr 1fr 1fr;}
.products-list:before{content:none;}
.products-list .item {    width: 100%;}
.products-list .pic img {
    aspect-ratio: 1/1;
    object-fit: cover;
}
/*購物車/外層＝＝*/
/*顏色*/
.products-list .more { background-color: #851D21;color: #FFF;font-weight: normal;}
.products-list .item a:hover .more{background: #D6A740;}
/*價格*/
.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:var(--MainColor);font-weight: normal;}
.products-list .price b:last-child{color: var(--SubColor2);}
.products-list .price b.ori_price {    font-size: 14px;}
.products-list .price b em{
  font-style: normal;
  color: #444;
  font-size: 16px;
  letter-spacing: 1px;
  margin-right: 20px;
  font-weight: normal;
}

/*外層版面*/
.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: #f2f2f2;}
.product-layer-two li.active a {    border: unset;border-bottom: 1px dotted #ccc;}
.products-list .name { text-align: center;font-family: var(--SFont);color: #851D20;font-size: var(--f17);}
/**/
.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 {   padding-left:35px;font-family: var(--SFont);color: var(--MainColor);}
.product-layer-two li:hover > a , .product-layer-two li.active > a{color:var(--SubColor2);font-weight: bold;transform: scale(1.05);}
.product-layer-two li:hover > a:before , .product-layer-two li.active > a:before {}
.product-layer-two > li > a:before {
    height: 18px;
    content: "";
    background: url(../images/zf_icon10.png)no-repeat;
    background-size: contain;
    width: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
}
/**/
.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:var(--MainColor);}

/*hover到才顯示副選單 關掉↓*/
.product-layer-two li li {    display: block;}

/*購物車/內層＝＝*/
.product_info_page .main_part {    width: 90%;}
ul.prod li h3.prod-thumb {  background: var(--MainColor);font-family: var(--SFont);color: #fff;}
.qaform .breakF {
  border: none;
  background: #FFF;
  border: 1px solid #CCC;
}
.prod_related{background: #FFF;}
.sidebarBtn {}
.sidebarBtn h2 {font-family: var(--SFont);}
/*按鈕顏色*/
.inquiry_a1{background: #cbc0a0;}
.inquiry_a2{background: #bdab77;}
.inquiry_a3{background:var(--MainColor);}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: #D6A740;}
.lastaction {color:#FFF;background-color: #D7BE91;}
.nextaction {background-color: #D6A740;}
.lastPage {    background:var(--MainColor);}
/*商品側邊規格*/
.product_info li .txt_box {    color: #222222;    width: 100%;}
.sidebarBtn .sp_price {   color: var(--SubColor2);}
.sidebarBtn .price {  border-bottom: 1px solid var(--MainColor);}
.mobile_product_name{font-size: 24px;}
/*相關推薦*/
.prod_related h6 span:before{}

.prod_title{
  width: 100%;
  font-size: 22px;
  color: #D6A740;
  font-weight: normal;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #D7BE91;
  text-align: center;
}

/*文章管理/＝＝＝＝＝*/
h4.blog_category_title{font-size: 28px;}
h4.blog_category_title span{font-size: 24px;}
/*文章管理/外層＝＝*/
.module_i_news ul, .blog_subbox {display: flex;flex-wrap: wrap;}
.module_i_news li , .subbox_item {width: calc(33.333% - 10px);margin: 5px;}
.module_i_news li a , .subbox_item a{padding: 5px;}
.module_i_news li a:after , .subbox_item a:after{pointer-events:none;}
.i_blog_le, .i_blog_ri , .blog_list_le , .blog_list_ri{width: 100%;padding: 5px;}
.i_blog_le , .blog_list_le{position: relative;padding-bottom: 100%;height: 0;}/*文章縮圖長寬比例，100% →100:100 = 1:1 正方形 */
.i_blog_le img , .blog_list_le img{
	display:block;
  max-width: 100%;
  min-width: 100%;
  height: 100%;
  object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  -webkit-object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.i_blog_ri p{text-align: justify;}
/*側邊*/
.blog_le .accordion > li{transition:all 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background:var(--MainColor) !important;}
.submenu a:hover {    background: #cbc0a0;}
h5.blog_le_t { color: var(--MainColor);}
.subbox_item a:after {background-color: rgba(133,29,33,0.8);border-radius: 15px;}
  .subbox_item a:before {
    content: '';
    bottom: unset;
    right: unset;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    padding: 5px 8px;
    background: url(../images/zf_img002.png) no-repeat;
    background-position: center;
    background-size: contain;
    width: 60px;
    height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
  }


/*首*/
.module_i_news ul{width: 90%;}
.module_i_news .title_i_box {  margin-bottom: 60px;    margin-top: 50px;}
.module_i_news{
  background: url(https://pic03.eapple.com.tw/shouming/bg.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
}
.module_i_news .title_i_box h4{display: none;}
.module_i_news .title_i_box h6{font-family: var(--SFont);font-size: var(--f32);letter-spacing: 50px;position: relative;    width: max-content;z-index: 9;    margin: auto;}
.module_i_news .title_i_box h6::after{
  position: absolute;
  content: "";
  background: url(https://pic03.eapple.com.tw/shouming/banner-before.png);
  background-size: contain;
  width: 100%;
  height: 95px;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  margin-left: -31px;
  z-index: -1;
}
.module_i_news li a:after {
  background: #fcd0818c;
  border: 1px var(--SubColor) solid;
}
/*功*/
.blog_subbox{grid-template-columns:1fr 1fr 1fr;}
.blog_subbox:before{content:none;}
.blog_list_ri h5 {
  font-weight: 500;
  font-size: 20px;
  color: var(--MainColor);
  font-family: var(--SFont);
}
.module_i_news .i_blog_ri h5, .blog_list_ri h5 {
    color: #444;
    font-size: 16px;
    text-align: center;
}
.module_i_news li a:before{
content: 'MORE';
    font-weight: bold;
    bottom: unset;
    right: unset;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    padding: 5px 8px;
    background: url(https://pic03.eapple.com.tw/shouming/logo-icon.png) no-repeat;
    background-size: contain;
    width: 80px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    }
/*文章管理/內層＝＝*/
.blog_back a.article_btn_back{background:var(--MainColor);}

/*相簿/＝＝＝＝＝*/
/*作品展示*/
.work_page .main_part , .work_class_page .main_part, .work_info_page .main_part{    max-width: 1400px; width: 90%;    margin: 0 auto;}
/*相簿管理*/
.album_page .main_part , .album_class_page .main_part, .album_info_page .main_part{    max-width: 1400px; width: 90%;    margin: 0 auto;}
.album_fixed_title {
  color: var(--MainColor);
  background:#ffffff00;}
/*版面*/
ul.show-list, .other_subalbum, ul.pic-list {display: grid;grid-template-columns: 1fr 1fr 1fr;gap: 5px;}
ul.show-list:before , ul.pic-list:before{content:none;}
.overlay {    z-index: 1;}
.show-list .item , .other_subalbum li , .pic-list .item{width: 100%;margin:0;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic{    display: block;    position: relative;    overflow: hidden;    height: 0;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic    {    padding-bottom: 75%;}/*相簿圖片長寬比例，75% →100:75 = 4:3 */
.show-list .show_pic img , .other_subalbum li a img, .pic-list .show_pic img{
	display:block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);}

.show-list .item:hover .show_name {    color:var(--MainColor);}
.other_album_choice li {    background:var(--MainColor);}
.subalbum-menu h2{    color: #cbc0a0;font-size: 24px;}
.other_subalbum li p {    margin-top: 10px;}
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link { background:var(--MainColor) !important;}
/**/

/*促銷方案/＝＝＝＝＝*/
.news_part {    width: 90%;}
.news_list ul li a:hover {    background: #f9f9f9;}
.news_list ul li p:after {    background:var(--MainColor);    padding: 3px 5px;    border-radius: 5px;    color: #fff;}

.other_promotion li a:hover:before , .other_promotion li a:hover:after {border-color:#ADA17E;}

/*聯絡我們/＝＝＝＝＝*/
.contact_content { width: 100%;  max-width: 1500px;}
.contact_le_map a {    background:var(--MainColor);}
.contact_form li.last cite {background:var(--MainColor);}

/*會員/＝＝＝＝＝*/
.send_simple{background-color:var(--MainColor);}
.rewrite_simple{background-color: #cbc0a0;}
.member_title p {    border-top: 2px var(--MainColor) solid;}
.login_mem_submit{background:var(--MainColor);}
.login_mem_other_link a{color:var(--MainColor);}
.member_login_regist {  background: inherit;border: 1px solid #D7BE91;}
.member_login_regist a{width: 180px;background: #D6A740;}
.member_title h2, .member_login_regist h2{font-family: var(--SFont);color: #851D1F;}
.right_member_in {
  position: fixed;
  top: 25%;
  right: 0;
  width: 30px;
  background: var(--SubColor);
  border: 1px var(--SubColor) solid;
  color: #FFF;
}

.right_member_in a{color: #FFF;}

/*購物車*/
.rewrite_simple {background-color: #D7BE91;background-image: url(../images/simple_left.png); background-repeat: no-repeat;background-position: 10% center;
  color: #FFF;padding: 15px;}


@media screen and (max-width: 900px) {

  .module_i_news li, .subbox_item{width: calc(50% - 10px);}
  .subbox_item a:before {
      width: 40px;
      height: 140px;
  }

}
  


/*RWD1350/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1350px) {


.stellarnav ul li:nth-child(8) ul { right: 0;}





}

/*RWD1200/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1200px) {
/*購物車/＝＝＝＝＝*/
.products-list {    grid-template-columns: 1fr 1fr 1fr;}

}

/*RWD1024/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1024px) {
/*Header/＝＝＝＝＝*/
.header_area {  position: relative;opacity: 1;}
.sticky.header_area {  opacity: 0.9;}
.sticky.header_area  .nav-brand{opacity: 1;}

.me_tp_features {  margin: 0;}




.banner { min-height: 500px;}
.banner h5 {top: 250px;}


.copy { margin-top: 35px;}
/*Logo/＝＝＝＝＝*/
.header_area .nav-brand{max-width: 140px;margin: 0;}

/*文章管理/＝＝＝＝＝*/
.module_i_news .title_i_box h6::after {  height: 90px;}
/*購物車/＝＝＝＝＝*/
.product_page .products-list {    grid-template-columns: 1fr 1fr;}

}

/*RWD980/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 980px) {
.footer_logo{width: 150px;margin-bottom: 20px;}
.footer_info ul{position: relative;}

.footer_info li p{width: 100%;text-align: center;}
.copy { margin-top: 15px;}
.footer_info ul>li:nth-child(1), .footer_info ul>li:nth-child(2) {  width: 100%;padding: 10px;}
.footer_menu {grid-template-columns: 1fr 1fr 1fr 1fr;}




.stellarnav > ul > li > a{padding: 0;}
.stellarnav > ul > li:nth-child(4) > a{padding: 0 15px 0 0;}
.stellarnav > ul > li:nth-child(7) > a{padding: 0 15px 0 0;}


/*文章管理/＝＝＝＝＝*/
.blog_subbox{grid-template-columns:1fr 1fr;}


/*相簿/＝＝＝＝＝*/
ul.show-list , .other_subalbum ,ul.pic-list{    display: grid;    grid-template-columns: 1fr 1fr;}

}

/*RWD768/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 768px) {
/*選單漸變效果＝＝*/
/*首頁固定選單*//*
.pageIndex .header_area{position: position:relative;}*/
.pageIndex .header_area {opacity: 1;}
/*大圖*/
.swiper-wrapper::before {max-width: 125px;    padding-bottom: calc(100% / 1* 0.5);}
.swiper-slide:nth-child(2):after { background-position: right;}
.bannerindex * { height: 550px;    mask-image: linear-gradient(transparent 0%, #000 0%, #000 85%, transparent 100%);}
.swiper-pagination { display: none;}
.swiper-slide img {      height: 550px;      object-fit: cover;}
.bannerindex { height: 550px; padding: 0; background-size: cover;}
.swiper-slide:nth-child(2):after {  height: 550px;}

/*側邊選單/＝＝＝＝＝*/
.stellarnav.mobile li a {border-bottom: none;}
.stellarnav li li > a , .stellarnav li li.has-sub > a{    padding: 10px;border-left:none;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{padding: 10px;border-color:transparent;}


.stellarnav .menu-toggle span.bars span { background: var(--MainColor);}
.stellarnav .menu-toggle:after{color: var(--MainColor);}
.stellarnav.mobile.left > ul {
  left: 0;
  background: #ffdd98b8;
  backdrop-filter: saturate(90%) blur(4px);
  border-right: 1px solid #fdd976;
}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { background: #ffd675;color: var(--MainColor);}
.stellarnav.mobile > ul > li { border-bottom: 1px #fdd277 solid;}
.stellarnav.mobile > ul > li a b:nth-child(2){display: none;}
.stellarnav .icon-close:after, .stellarnav .icon-close:before { border-bottom: solid 3px  var(--MainColor);}

.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after { border-bottom: solid 3px var(--MainColor);}
.stellarnav li.open a.dd-toggle .icon-plus:before, .stellarnav li.open a.dd-toggle .icon-plus:after {  border-bottom: solid 3px var(--SubColor);}
.stellarnav.mobile ul { background: #a80010;}
.stellarnav li li {  border: none;}
.stellarnav.mobile li.open { background: #9f1818;}
.stellarnav.mobile li.open a b{color: #FFF;}
.stellarnav.mobile li.open ul a{background-color: #9f1818; border-bottom: 2px solid #860000;  color: #fff;}

.stellarnav.mobile > ul > li.open a.dd-toggle{color: #FFF;}






/*Logo/＝＝＝＝＝*/
.nav-brand{ margin-top: 10px;}

/*Footer/＝＝＝＝＝*/
#to_top { bottom:60px;}
#bottom_menu {display: none; }
.footer.with_shopping_mode { padding:30px 0 0px; }
.footer_info {    justify-content: center;}
.footer_info ul { flex-direction: column;align-items: center;    width: 90%;  margin: auto;}
.footer_info ul>li:nth-child(1), .footer_info ul>li:nth-child(2)  {  width: 100%;}









/*Banner/＝＝＝＝＝*/
.banner { min-height: 250px;background-size:contain;}
.banner h5{font-size:24px; top: 45%;    letter-spacing: 23px;}
.banner h5::before {
  height: 54px;
  top: -1.3vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  margin-left: -14px;
}
/*購物車/＝＝＝＝＝*/
.products-list {    grid-template-columns: 1fr 1fr;}
.product_page .products-list ,.product-layer-two {    width:100%;}
.prod_related h6 span:before{font-size: 24px;}
/*順序*/
.product_page .products-list {    order: -1;}

/*文章管理/＝＝＝＝＝*/
h4.blog_category_title{font-size: 24px;}
h4.blog_category_title span{font-size: 20px;}
.module_i_news .title_i_box h6::after {
  height: 86px;
  top: -22px;}
/*相簿/＝＝＝＝＝*/
.mobile_product_name{font-size: 20px;}
.subalbum-menu h2{    color: #cbc0a0;font-size: 20px;}


/*聯絡我們*/
.blank_letter { padding-top: 0;}
}

@media screen and (max-width: 768px) {

  .stellarnav > ul > li:nth-child(4) > a{padding: 10px 43px 10px 10px;}
  .stellarnav > ul > li:nth-child(7) > a{padding: 10px 43px 10px 10px;}

  .stellarnav li.open a.dd-toggle .icon-plus:before, .stellarnav li.open a.dd-toggle .icon-plus:after{border-bottom: solid 3px #FFF;}

}



/*RWD650/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 650px) {
.footer_info ul { position: relative;}







}




/*RWD600/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 600px) {
.contact_content {  padding: 0;    }
.navigation{padding: 20px 10px;}
.me_tp_features a img{margin-left: 4px;}

/*首頁-活動新訊*/
.module_i_news .title_i_box h6::after { height: 81px;}
/*Footer/＝＝＝＝＝*/
.box_link {    text-align: center;}
.footer_menu {grid-template-columns: 1fr 1fr 1fr;}

/*Banner/＝＝＝＝＝*/
.banner{  background: url(https://pic03.eapple.com.tw/shouming/banner-600.jpg) no-repeat;}
/*購物車/＝＝＝＝＝*/
.prod_related h6 span:before{font-size: 20px;}

/*文章管理/＝＝＝＝＝*/

h4.blog_category_title{font-size: 20px;}
h4.blog_category_title span{font-size: 18px;}

/*相簿/＝＝＝＝＝*/
ul.show-list , .other_subalbum ,ul.pic-list{    display: grid;    grid-template-columns: 1fr;}
.mobile_product_name{font-size: 18px;color: #851D20;}
.subalbum-menu h2{    font-size: 18px;}

/*促銷方案/＝＝＝＝＝*/
.news_list ul li p:after {    width: fit-content;    margin: 10px auto 0;}

/*聯絡我們*/
.contact_form li.last { text-align: center;}
}
/*RWD550/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 540px) {

  .footer_menu {grid-template-columns: 1fr 1fr;}


}
/*RWD375/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 420px) {
/*大圖*/
.swiper-wrapper::before {max-width: 125px;    padding-bottom: calc(100% / 1* 0.5);}
.swiper-slide:nth-child(2):after { background-position: right;}
.bannerindex * { height: 450px;    mask-image: linear-gradient(transparent 0%, #000 0%, #000 85%, transparent 100%);}
.swiper-pagination { display: none;}
.swiper-slide img {      height: 450px;      object-fit: cover;}
.bannerindex { height: 450px; padding: 0; background-size: cover;}
.swiper-slide:nth-child(2):after {  height: 450px;}

/*RWD375/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 375px) {
  /*首頁-活動新訊*/
.module_i_news .title_i_box h6::after { height:79px;}
/*購物車/＝＝＝＝＝*/
.products-list , .product_page .products-list  {    grid-template-columns: 1fr;}
}