@charset "utf-8";

/*
關於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", serif;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/


/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/


/*電腦LOGO*/

.nav-brand img { max-width: 46%;}

/*手機LOGO
.nav-brand-m {}
*/


/*all*/

#content { padding-top: 109px;}


/*頁面導覽列*/
.path p, .path p a {
display: none;
}

/*LOGO*/

.navigation {
  grid-template-columns: 250px 1fr;
}

.nav-brand {
  width: 83px;
  margin-top: 5px;
  transition: all 0.4s;
}

.nav-header {
  max-width: 250px;
  transition: all 0.3s;
}


/*產品搜尋*/


.box_search input[type=text] {
  top: 6px;
  right: 10px;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  top: 6px;
  right: 10px;
}

.shop_search_btn {
  background: #6e1020;
}

/*HEADER*/

.main_header_area .container {
  max-width: 90%;
}

.header_area { position: fixed; background: #fff;}
.header_area.sticky { background: #ffffff00;}
.me_tp_features { display: flex;  justify-content: flex-end; align-items: flex-end;  width: 100%;}
.me_tp_features a { color: #363636; letter-spacing: 1px; font-weight: 500; text-shadow: 0px 0px 30px #ffffff, 0px 0px 7px #ffffff, 0px 0px 6px #ffffff;}
.tp_links { display: none;}

.tp_links a {
    font-size: 15px;
    color: #b6beab;
    transition: all .4s;
}

.tp_links a:hover {
  color: #eeffe1;
}


/*第一層*/

.stellarnav li.has-sub > a:after{display: none;}
.stellarnav > ul > li.has-sub > a {
    padding-right: 0px;
}


.stellarnav > ul > li > a {
	letter-spacing: 2px;
    color: #363636;
    font-weight: 400;
    font-size: 17px;
    padding: 0px 2px;
    position: relative;
    margin: 0px 1px;
    text-shadow: 0px 0px 5px #ffffff, 0px 0px 5px #ffffff, 0px 0px 5px #ffffff;
}

.stellarnav > ul > li > a:hover {
  font-weight: 400;
  
}



.stellarnav > ul > li:after {
    content: '';
    background: #c6a672;
    z-index: -1;
    width: 5%;
    height: 25px;
    left: 6px;
    position: absolute;
    bottom: 11px;
    transition: height 0.5s ease;
    border-radius: 63px;
}


.stellarnav > ul > li:hover:after {
    height: 4px;
    transition: height 1s ease;
}



.stellarnav > ul > li {
  display: inline-block;
  padding: 0 20px;
}

.stellarnav > ul > li:nth-last-child(1) {
  padding: 0 0 0 20px;
}

/*.stellarnav > ul > li > a:nth-last-child(1) { padding: 0px 8px; margin: 1px 8px;text-shadow: 0px 0px 4px #000000, 0px 0px 4px #000000, 0px 0px 4px #000000; }
.stellarnav > ul > li:nth-last-child(1):after {
  left: 0px;
  width: 125%;
}*/


/*第二層*/




.stellarnav ul ul {
  background: #2d2d2d8c;
  max-height: 700px;
  overflow-y: scroll;
  left: 0px;
}


/* 自定義滾動條 */
.stellarnav ul ul::-webkit-scrollbar {
  width: 10px; /* 滾動條的寬度 */
}

.stellarnav ul ul::-webkit-scrollbar-thumb {
  background-color: #b2b9ac; /* 滾動條顏色 */
}

.stellarnav ul ul::-webkit-scrollbar-track {
  background: #f1f1f1; /* 滾動條背景顏色 */
}

.stellarnav li li {border: none;}

.stellarnav li li > a, .stellarnav li li.has-sub > a {
  padding: 10px 12px;
  transition: all 0.3s;
  border: none;
  position: relative;
  letter-spacing: 1px;
  font-size: 15px;
}

.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {
  color: #5a5a5a;
    padding: 13px 5px 13px 22px;
    background: #ffffff;
    border: none;
}

.stellarnav li a { color: #ffffff;}
.stellarnav li li > a:before {
  content: '';
  position: absolute;
  left: -14px;
  opacity: 0;
  transition: all 0.8s;
  width: 0px;
  height: 1px;
  background: #b0005c;
  top: 33px;
}

.stellarnav li li:hover > a:before{
  opacity: 1;
  left: 21px;
  width: 90px;
  background: #6e1020;
    top: 35px;

}
/*首頁商品*/
.animated-arrow { background: unset; color: #6e1020; border-radius: 50px; border: 1px solid #6e1020;}
.pageIndex .products-list { grid-template-columns: repeat(3, 1fr);}
.products-list .more {
  display: none;
}

/*footer*/
.footer_menu a:first-child {display: none;}
.footer_info {    display: flex;    flex-wrap: wrap;    align-items: center;    justify-content: space-between;}

.footer {background: #70131e; padding: 30px 0;}

.footer_menu {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(min(120px, 100%), 1fr));
gap: 11px;
padding-left: 32px;
max-width: 484px;
}

a {
    color: #ffffff;
}

.footer_info li { display: inline-table;}
.footer_info li p { color: #ffffff;}
p.mail { display: none;}

.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: 0px;
    flex-direction: column;
}


p.add {
    display: none;
}


.footer_info ul:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 1px;
    background-color: #c8c8c8;
}


.footer_menu a {
margin: 0;
text-align: center;
padding: 9px;
transition: all 0.3s;
background: transparent;
border: unset;
color: #ffffff;
border-radius: 30px;
letter-spacing: 1px;
}


.footer .center {
position: relative;
padding-bottom: 20px;
}

.footer_menu a:hover {
    background: #c5a576;
    border: none;
    color: #ffffff;
}

.copy {
    background: transparent;
    color: #ffffff;
    border: none;
}
.copy a{ color: #ffffff;transition:all 0.3s;}
.copy a:hover { color: #ccab78;}
.box_link a{transition:all 0.3s;}
.box_link a:hover { background: #50613a; color: #fff;}
.footer_logo img {display: none;}
.box_link{display:none}

/*大圖特效*/

#content_main {  margin: 0;}
.bannerindex { position: static; height: auto;}
.swiper-banner { position: static; margin: 0; height: auto;}
.swiper-slide { padding: 0px !important;}

.swiper-slide img { height: auto;}
.swiper-pagination { display: none;}
.swiper-slide { position: relative;}

@media screen and (max-width: 768px) {
    .bannerindex { padding:0; margin:0;}
    }


  @keyframes fade-in-top {
    0% {
      -webkit-transform: translateY(-50px);
              transform: translateY(-50px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }

  
  @keyframes wave-reveal {
    0% {
      clip-path: ellipse(0% 0% at 100% 100%);
    }
    100% {
      clip-path: ellipse(100% 100% at 50% 50%);
    }
  }



/*購物車側選單*/

.product-layer-two li a {
  padding: 10px 16px;
  color: #FAF7EF;
  background: #c5a576;
  position: relative;
  border-radius: 30px;
}

.product-layer-two > li > a:after {
    content: '';
    width: 0px;
    height: 12px;
    background: #970818;
    position: absolute;
    top: 18px;
    transition: all 0.6s;
    left: 116px;
}
.product-layer-two > li > a:hover:after {
  width: 30%;
  right: 50px;
}

.product-layer-two li.active a {
  border: none;
  font-weight: 400;
}

.product-layer-two li i {
  top: 4px;
  color: #FAF7EF;
  transition: 0.3s;
}

.product-layer-two li i:hover {
  filter: drop-shadow(2px 2px 3px #4f5a47);
  transform: rotate(45deg);
  color: #FFF;
  transition: 0.3s;
}

.product-layer-two li.active li a {
  font-weight: 400;
  letter-spacing: 2px;
  color: #444;
  background: transparent;
}

.product-layer-two li li a {
  padding: 5px 10px;
  color: #444;
  transition: all 0.4s;
}

.product-layer-two > li 
{ width:100%; max-width:100%; padding:0; text-align:left; padding-bottom: 5px;}

/*浮動按鈕*/
.info_fix_links { display: flex !important;  padding: 0;  align-items: flex-end;}
.info_fix_links { display: block !important;}
.info_fix>span{ display: none;}
.info_fix_links a { background: rgb(154 17 17);}
.info_fix_links a:hover { background: rgb(197 165 118);}
.info_fix_links a+a+a+a+a { display: none;}
.info_fix_links a+a+a+a { display: none;}



/*商品外觀*/

.products-list .price b {
  color: #6a6a6a;
  letter-spacing: 1px;
  font-weight: 400;
}
.products-list .name {
  font-size: 16px;
  color: #444;
  letter-spacing: 1px;
  font-weight: 400;
  height: 28px;

}


.products-list .item a {
  padding-bottom: 0px;
  position: relative;

}

  .products-list .pic img {
    border-radius: 5px;
}

.products-list .pic:before {
    content: "看更多";
    letter-spacing: 11px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    line-height: 230%;
    background: #6e1020;
    opacity: 1;
    transition: all 0.3s;
    font-size: 14px;
    width: 100%;
    color: #ffffff;
    height: 50px;
    padding: 10px;
}

.products-list .pic img {
  border-radius: 5px;
  transition: all 0.6s;
}

.products-list a:hover .pic:before {
  opacity: 0;
}

.products-list a:hover .pic img {
  transform: translate(0%, 0%) scale(1.1);
  filter: none;
  transition: all 0.6s;
}


/*商品內頁側邊單*/
.sidebarBtn {
  border: none;
}
.product_info li .txt_box {
  color: #000000;
}
.sidebarBtn .price span {
  color: #ffffff;
  font-weight: 500;
  background: #6e1020;
  border-radius: 50px;
  text-align: center;
  font-size: 20px;
  margin: 8px;
}

.sidebarBtn h2 {
  color: #000000;
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: 500;
}

.inquiry_a2 {
    display: none;
}

.sidebarBtn .price {
  color: #444;
    font-size: 18px;
    font-weight: 400;
  border-bottom: 1px solid #adb8a4;
}

.radio-inline__input:checked + .radio-inline__label {
  background: #000000;
  color: #FAF7EF;
}

.inquiry_a3 {
  background: #b0005c;
}

.inquiry_a3:hover {
  letter-spacing: 2px;
  background: #f0cd51;
}

/*商品推薦*/


.prod_related {
  background: #ffffff;
  padding: 25px 15px;
}

.related_list li a { background: #FAF7EF; height: 100%; padding: 11px; border-radius: 10px; transition: all 0.5s;}

.related_list li a:hover { box-shadow: 3px 3px 3px #afafaf45; transform: translate(0%, 0%) scale(1.1); transition: all 0.5s;}


.prod_related h6 span:before {  font-size: 21px; color: #ffffff; font-weight: 400; letter-spacing: 5px;}

.pd_tabTitle li a { background: #6e102000; color: #6e1020;}
.pd_tabTitle li.activeTab a { color: #6e1020;}
.pd_tabTitle li.activeTab::after {display: none;}
.pd_tabTitle li { border-bottom: unset;}
.prod_related h6 { max-width: 100%; margin: 0px auto 48px; background: #6e1020; text-align: center; padding: 8px 0px;}
.related_list li a p { padding-top: 10px;}
.lastPage { color: #fff; background: #000000; border-radius: 50px; padding: 10px 20px; margin: 55px auto 40px; text-align: center; transition: all 0.3s;}
.lastPage:hover{ background:#f0cd51; transition: all 0.3s;}

/* 商品下拉超過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;}
/* 主分類超過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個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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: 13px 0px; /*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:hover > a { background:#fff; color:#93a877;}
.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: 23px;}
.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:#93a877;}

.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) {


  /*FOOTER*/

.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) {
.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; font-size: 20px; font-weight: 400; letter-spacing: 1px;}
.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*/
.footer_info ul {
  padding-left: 10px;
}
.footer.with_shopping_mode { padding:30px 0 70px; }
.footer_info {    justify-content: center;}
.footer_logo {    text-align: center;}



}
@media screen and (max-width: 600px) {
}

@media screen and (max-width: 375px) {
  /*購物車/＝＝＝＝＝*/
  .footer_menu {max-width: 300px;}}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {    background: url(https://pic03.eapple.com.tw/dawan/all_banner.jpg);
  background-position: bottom;
  background-size: cover;
  padding: 140px 0px;}
  .banner h5 {
    font-size: 22px;
    letter-spacing: 4px;
    color: #ffffff;
    font-weight: 400;
    position: relative;
    z-index: 5;
    width: 236px;
    margin: auto;
    text-align: center;
    padding: 4px;
}

.banner.banA {}
.banner.banB {display: none;}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章測選單*/

.blog_le .accordion {
  border-radius: 0px;
  border: none;
}

.accordion li .link a {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
}

.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
  background: #000000 !important;
}

.submenu a {
    background: #FAF7EF;
}

.submenu li.on_this_category a, .submenu a:hover {
  background: #FAF7EF;
  color: #666;
  padding-left: 35px;
}

.submenu a i {
  left: -30px;
  transition: all 0.4s;
}

.submenu a:hover  i {
  left: 5px;
  transition: all 0.4s;
}

/*聯絡我們*/
.contact_le_map a {  background:#6c0c22;}
.contact_form li.last cite { background: #6e1020;}
.contact_form li.last blockquote, .contact_form li.last cite { border: 1px #6e1020 solid;}
.contact_form li.last blockquote { color: #6e1020;}
.contact_content .information_left { display: none;}
.contact_content { margin: auto; padding: 0;  text-align: center;}


@media screen and (max-width: 1200px) {
    @media screen and (max-width: 980px) {
        @media screen and (max-width: 768px) {
            @media screen and (max-width: 600px) {
                .contact_form li .form__label {
                    background: rgb(126 8 8 / 92%);
                    color: #fff;
                }
            }
        }
    }
}



/*聯絡資訊*/
li.info_FAX { display: none;}
.info_TEL:before { content: "商家";}
.info_TAXID:before { content: "Line";}



/*文章外層*/

.blog_subbox {
  grid-template-columns: 1fr;
  background: transparent;
  padding-bottom: 50px;
  border-bottom: 1px #eee solid
}

.subbox_item a:before {
  background: #000000;
  padding: 3px 10px;
  border-radius: 50px;
  color: #FAF7EF;
  letter-spacing: 1px;
  font-weight: 300;
  font-size: 14px;
}

.subbox_item a:after {
  content: '看更多...';
  font-size: 20pt;
  background: #38a9bc26;
  letter-spacing: 1px;
  border: 1px #ddd solid;
  text-align: center;
  transition: all .5s ;
  align-content: center;
  font-family: "Cinzel", serif;
  color: #6e1020;
  backdrop-filter: blur(23px);
}

.subbox_item a:hover:after {animation:tracking-in-expand .7s cubic-bezier(.215,.61,.355,1.000) both}

@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

.subbox_item a:before{opacity: 1}
.subbox_item a:hover:before{opacity: 0}

.blog_list_ri h5 {
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  letter-spacing: 1px;
}

.blog_list_ri p {
  font-size: 15px;
  color: #666;
  letter-spacing: 1px;
}

.blog_list_le img {
  border-radius: 10px;
}

/*文章內頁*/

.blog_box_edit * {
  font-family: "Noto Sans TC", serif;
  font-weight: 400;
  letter-spacing: 1px;
}

.blog_back a.article_btn_back {
  background: #000000;
}

.blog_back a.article_btn_prev,.blog_back a.article_btn_next {
  background: #bfcbb5;
}

h4.blog_category_title {
  color: #f0cd51;
  font-size: 25px;
  font-weight: 400;
  border-left: 5px #000000 solid;
  background: #FAF7EF;
  padding-left: 30px;
}

.blog_page h4.blog_category_title{display: none;}

/*一排呈現
.subbox_item { width:100%;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


@media screen and (max-width: 1300px) {

  .stellarnav > ul > li {
    padding: 0 10px;
}

.me_tp_features {
  width: 98.5%;
}
.stellarnav > ul > li:nth-last-child(1) {
  padding: 0px 0 0 10px;
}

.nav-header {
  max-width: 200px;
}

#content {
  padding-top: 100px;
}

/*.stellarnav > ul > li:nth-last-child(1):after {
    width: 100%;
}*/

/*.stellarnav > ul > li > a:nth-last-child(1) {
padding: 0px;
margin: 0px 8px;
}*/

.stellarnav > ul > li:nth-last-child(1) {
  padding: 0 10px;
}

.stellarnav > ul > li {
  padding: 0 7px;
}

.stellarnav > ul > li:after {left: -2px;}

.main_header_area .container {
  max-width: 98%;
}

}

@media screen and (max-width: 1024px) {

.me_tp_features { justify-content: center; width: 100%;}
/*.stellarnav > ul > li:after { background: linear-gradient(180deg, #ffffff00, #ffffff00, #ffffff00, #6e10202e, #ffffff00, #ffffff00);}*/
.bannerindex { padding-top: 130px;}

}

@media screen and (max-width: 960px) {
  .subbox_item {
      width: 100%;
      border-bottom: none
  }
}


@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
/*#bottom_menu {display: block; }*/
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
.stellarnav .menu-toggle:after { color: #000000;}
.stellarnav .menu-toggle span.bars span { background: #000000;}
.header_area.sticky .nav-header { width: 170px; transition: all 0.3s;}
.stellarnav > ul > li:after { display: none;}
.header_area.sticky {
    background: #ffffff;
}

/*.stellarnav > ul > li > a:nth-last-child(1) {
  padding: 10px 43px 10px 10px;
}
*/

.stellarnav.mobile.left > ul { background: #ffffff; border: none; box-shadow: 6px 0px 10px rgb(97 97 97 / 50%);}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { background: #6e1020; color: #fff;}
.stellarnav.mobile li.open { background: #000000; padding: 0px;}
.stellarnav.mobile > ul > li { border: none;}
.stellarnav a.dd-toggle .icon-plus:before,.stellarnav a.dd-toggle .icon-plus:after { border-bottom: solid 2px #f9f6ef;}
.stellarnav.mobile > ul > li > a { font-size: 20px; font-weight: 500;}
#bottom_menu li a { background: #cba976; letter-spacing: 1px;}
.stellarnav .icon-close:before { border-bottom: solid 3px #ffffff;}
.stellarnav .icon-close:after { border-bottom: solid 3px #ffffff;}

}

@media screen and (max-width: 600px) { 

  .me_tp_features {
    margin: 15px 0;
}

/*大圖*/

/*.bannerindex .swiper-slide img { display:none; }*/
.bannerindex .swiper-slide {/*height: 130vw;*/  width: 100% !important; }/*圖片比例*/
/*.bannerindex .swiper-slide:nth-child(1) { background-image: url(https://pic03.eapple.com.tw/gogofun7/rwd01-1.jpg); background-position: top; background-size:cover;}/*個別換背景*/
/*.bannerindex .swiper-slide:nth-child(2) { background-image: url(https://pic03.eapple.com.tw/gogofun7/rwd02-1.jpg); background-position: top; background-size:cover;}*/


  @keyframes fade-in-left {
    0% {
      -webkit-transform: translateX(-50px);
              transform: translateX(-50px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }


}

