@charset "utf-8";

/* "Noto Sans TC" */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap');
/* "Noto Serif TC" */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');

/* 英文字體 Marcellus */
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');


/*網站全域設定/＝＝＝＝＝*/
:root {
  --MainColor: #fff; /*網站主要色系*/
  --SubColor: #e4790d; /*網站輔助色系1*/
  --SubColor2: #000000; /*網站輔助色系2*/}

/*Main/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.main_header_area {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0);
  transition: all .5s;
  transition-timing-function: ease-in-out;}
.edit_part {
  max-width: unset;
  margin: unset;
  padding: unset;
}
.main_part{
  max-width: 1400px;
  width: 100%;
  margin: auto;
  /* padding: var(--m100) 0; */
}
/* .show_content{width: 100%;max-width: 100%;padding: 0;} */

/* .stellarnav > ul > li:last-of-type , .footer_menu a:last-of-type{display: none;} */

/*反白顏色/＝＝＝＝＝*/
::-moz-selection{  background-color: #444;  color: #fff;}
::selection{  background-color: #444;  color: #fff;}
.linkBox_Open + span i {transform:rotate(45deg);}

/*Header/＝＝＝＝＝*/
.main_header_area{
  /* background: transparent; */
  /* box-shadow: 0 4px 8px rgba(85, 85, 85, .08) ; */
}
.main_header_area .container {    max-width: 95%;}
.navigation {    padding: 10px 0 10px 210px;}

/*Header其他頁面*/
.main_header_area {
  background: rgb(0 0 0 / 90%);
  backdrop-filter: blur(5px);
}
div#page{
  background-color: #231815;
}
/*bannerindex/＝＝＝＝＝*/
.bannerindex { position:sticky; height:auto;}/*custom原本有寫*/
.bannerindex .swiper-banner { position:static; margin:0; height:auto;}/*custom原本有寫*/
.bannerindex .swiper-slide img { height:auto;}/*custom原本有寫*/
.bannerindex .swiper-slide {position: relative;}/*因為偽元素，所以要加的*/
.bannerindex .swiper-slide:before ,.bannerindex .swiper-slide:after { content: ""; position: absolute;  z-index: 999; pointer-events:none;}

.bannerindex .swiper-slide:nth-child(1):before {
    background: url(https://pic03.eapple.com.tw/eoscarwrap/banner-01.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100% !important;
    background-position: left;
    padding-bottom: calc(100% / 1* 0.43);
    mix-blend-mode:screen !important;}

.bannerindex .swiper-slide:nth-child(2):before {
    background: url(https://pic03.eapple.com.tw/eoscarwrap/banner-02.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100% !important;
    background-position: left;
    padding-bottom: calc(100% / 1* 0.43);}


.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before { animation: fade-in-elegant  2.5s ease-in-out both;}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before {animation: fade-in-elegant 3s 0.3s both;}

/*上升特效*/
@keyframes slide-top {
    0% {-webkit-transform: translateY(100%);  /* 一開始的位置 在Y-100(最下方)*/
              transform: translateY(100%);
              opacity:0;/*透明度0*/}
    100% {-webkit-transform: translateY(0);/* 跑到最後終止的位置 在Y-0(最上方)*/
              transform: translateY(0);
              opacity:1;/*透明度顯示*/}
    }
  
    @keyframes fade-in-elegant {
      0% {
          opacity: 0;
          transform: translateY(20px); /* 從下方滑入 */
      }
      100% {
          opacity: 1;
          transform: translateY(0); /* 最終位置 */
      }
  }
  
  @keyframes slide-fade-in {
      0% {
          opacity: 0;
          transform: translateX(-20px); /* 從左側滑入 */
      }
      100% {
          opacity: 1;
          transform: translateX(0);
      }
  }
  @-webkit-keyframes fade-in-bck {
      0% {
        -webkit-transform: translateZ(150px);
                transform: translateZ(150px);
        opacity: 0;
      }
      100% {
        -webkit-transform: translateZ(0);
                transform: translateZ(0);
        opacity: 1;
      }
    }
    @keyframes fade-in-bck {
      0% {
        -webkit-transform: translateZ(150px);
                transform: translateZ(150px);
        opacity: 0;
      }
      100% {
        -webkit-transform: translateZ(0);
                transform: translateZ(0);
        opacity: 1;
      }
    }
    
    @media screen and (max-width: 768px) {
      .bannerindex {
          padding-bottom: 0%;
      }}
.bannerindex .swiper-pagination, .stellarnav li.has-sub > a:after {display: none;}
/*第一層*/
/* .stellarnav > ul > li{overflow:hidden;} */

.stellarnav > ul > li > a{
  color: #fff;
  letter-spacing: 0.16rem;
  font-family:  var(--SFontt);
  line-height: 220%;
  transition:all 0.3s;
  padding: 0 5px;
  margin: 0 10px;
  font-size: 15px;
  font-weight: 200;
}
.stellarnav > ul > li:hover > a{
  color: #fff;
}
.stellarnav li.has-sub > a:after{
  content:none;
}

.stellarnav > ul > li > a::before{
  content: "";
  position: absolute;
  width: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  transform: translateX(0);
  display: block;
  background-color: #fff;
  transition: all .9s ease;
}
.stellarnav > ul > li:hover > a::before {
  width: 100%;
  left: 0;
}
.stellarnav li a { color: #f0f0f0;}


/*第二層*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{    
  padding: 10px 5px;    
  transition: all 0.3s;
  border-left:1px solid transparent;
}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{
  color: #fff;	
  padding-left:10px;
  border-color: #fff ;
}

.stellarnav > ul > li.drop-left > ul{
  right: auto;
}
.stellarnav > ul >li >ul{    
  /* left: 50%; */
  /* transform: translateX(-50%); */
  background: rgba(0, 0, 0, .4);
}
.stellarnav li li{  
  font-size: 14px;
  border: 1px #ffffff4f solid;
}


/*SubMenu*/
.shop_search_btn {    background: var(--MainColor);}
.tp_links a{transition:all 0.3s;}
.tp_links a:hover {    color: var(--MainColor);}

/*隱藏輔助選單*/
.me_tp_features a span , .tp_links{display: none;}

/*選單漸變效果＝＝*/
/*首頁固定選單 開啟後下方RWD 768對應標籤也需開啟*/
/* .pageIndex .header_area .nav-brand{max-width: 190px;} */
/* .pageIndex .header_area.sticky .nav-brand{max-width: 75px;} */
.pageIndex .header_area .main_header_area{  background: transparent; transition: all 0.5s ease;}
.pageIndex .header_area.sticky .main_header_area{width: 100%;}
.pageIndex .header_area{ position: fixed; width: 95%; margin: 20px 2.5% 0; transition: all 0.5s ease;}
.pageIndex .header_area.sticky {width: 100%;
  margin: 0;
  height: 90px;
  background: #e4790d;}
  .header_area.sticky .nav-brand{max-width: 100px;margin-top: 10px;transition: all 0.5s ease;}
  .header_area.sticky   .navigation {
    padding: 30px 0 10px 210px;
}

/*大圖/＝＝＝＝＝*/
/*預設解除背景輪播*/
#content, #content_main{ 
  margin:0; 
  background: url(https://pic03.eapple.com.tw/eoscarwrap/bg.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.bannerindex {    position: relative;    height: auto; background-color: #231815;}
.swiper-banner { position:static; margin:0; height:auto;}
.swiper-slide img { height:auto;animation: none;}

@keyframes scroll_line{
  0% {
    height: 80px;
    opacity: 0;
  }
  30% {
      height: 80px;
      opacity: 1;
  }
  100% {
      height: 6px;
  }
}

/* ------------------------------------------------------------------- */


.swiper-slide {
  position: relative;
}
.swiper-slide:before ,.swiper-slide:after { 
  content: ""; 
  position: absolute;  
  z-index: 999; 
  pointer-events:none;
}

/*banner01*/
.banner.banB {display: none;}


.swiper-slide.swiper-slide-active:after {  
  background: url(https://pic03.eapple.com.tw/bluesky1/banner02.png);  
  background-size: contain; 
  background-repeat: no-repeat;
  right: 10%;  
  bottom: -2%; 
  background-position: right; 
  padding-bottom: calc(100% / 1* 0.35); 
  width: 130%; 
  height: 0 !important; 
  -webkit-animation: slide-left 10s both;    
  animation: slide-left 10s both;
}

.swiper-slide.swiper-slide-active:before { animation:ani_TtoB 1s 0.3s both;}
.swiper-slide:nth-child(2).swiper-slide-active:before { animation:ani_BtoT 1s 0.3s both;}


/*上下*/
@keyframes ani_TtoB {
  0% {
    transform:translateY(-5vw);
    opacity:0;
  }
  100% {
    transform:translateY(0);
    opacity:1;
  }
}
@keyframes ani_BtoT {
  0% {
    transform:translateY(5vw);
    opacity:0;
  }
  100% {
    transform:translateY(0);
    opacity:1;
  }
}

/*從右滑入*/
   @keyframes slide-right {
        0% {-webkit-transform: translateX(100%); transform: translateX(100%); opacity:0;}
        100% {-webkit-transform: translateX(0px); transform: translateX(0px); opacity:1;}
    }

/*從左滑入*/
@keyframes slide-left {
  0% {-webkit-transform: translateX(-50%); transform: translateX(-50%); opacity:0;}
  100% {-webkit-transform: translateX(0px); transform: translateX(0px); opacity:1;}
}
/*特效END*/







@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0; }

.swiper-wrapper:before{
  font-size: 8px;
}


/*banner01*/
.swiper-slide:before {
  background-size: contain;
  background-repeat: no-repeat;
  top: 30%;
  left: 5%;
  width: 100% !important;
  height: 0 !important;
  background-position: left;
  padding-bottom: calc(100% / 5.8);
}
.swiper-slide:after {  
  background-size: contain;
  background-repeat: no-repeat;
  right: -30%;
  bottom: 0;
  background-position: bottom;
  padding-bottom: calc(100% / 0.01);
  width: 180%;
  height: 0 !important;
}

/*banner02*/
.swiper-slide:nth-child(2):before {
  background-size: contain;
  background-repeat: no-repeat;
  top: 80%;
  left: 0%;
  width: 100% !important;
  height: 0 !important;
  background-position: center;
  padding-bottom: calc(100% / 9);
}

}



.swiper-pagination {   display: none; margin: 0;    transform: translateX(-50%);}


/*Banner/＝＝＝＝＝*/
/*內頁BANNER 設定*/
.banner {height: 750px; display: flex; align-items: center; justify-content: center ;position: relative; background-attachment: fixed; background-size: cover; background-position:center; background-repeat: no-repeat;}
.banner:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: linear-gradient(to top, #00000091 0, rgba(12, 12, 12, 0.4) 50%, transparent 80%) 0 0 no-repeat;
}
  
  .banner h5 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 50px;
    font-weight: 300;
    letter-spacing: .3em;
    text-indent: .3em;
    padding: 10px 0;
    display: flex;
    border-bottom: 1px #fff solid;
    justify-content: center;
    align-items: baseline;
    font-weight: bold;}
  
  .banner h5::after {
    content: "";
    display: block;
    font-size: 16px;
    color: #fff;
    letter-spacing: .2em;
    text-indent: .2em;}
    .other_select_page .promotion_title {display: none;}
    .other_select_page .other_promotion li {display: none;}
    .other_select_page #content{
      margin: 0;
      background: url(https://pic03.eapple.com.tw/eoscarwrap/bg-1.jpg);
      background-size: cover;
      background-attachment: fixed;
  }
  /*  */
  .banner.banC{display:none;}
  .other_select_page .banner.banA{display:none;}
  /*  */
.banner.banblog{background-image: url(https://pic03.eapple.com.tw/eoscarwrap/banner-01.jpg );}
.banner.banblog h5::after{content: "NEWS";}

  .banner.banE{background-image: url(https://pic03.eapple.com.tw/eoscarwrap/banner-02.jpg );}
  .banner.banE h5::after{content: "CASE";}

  .banner.banB {display: none;}
  @keyframes banner-line {
    0%{
        width: 0;
        opacity: 0;
    }
    75%{
        width: 300px;
        opacity: .5;
    }
    100%{
        width: 300px;
        opacity: 1;
  
    }
  }
  
  @keyframes banner-text {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
  }
  @media screen and (max-width: 670px) {
  .banner h5 {
    font-size: 30px;
    width: 100%;}}
    @media screen and (max-width:550px) {.banner.banE h5{ width: 300px;}}
    
    @media screen and (max-width:500px) {
        .banner{ height: 180px; background-attachment: unset; background-position: bottom;}
    }



/*Page/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*麵包屑＝＝*/
.path{padding: 4px 0;border-bottom: 1px solid #444;display: none;}
.path p a:hover {color: #E2C084;}


/*頁碼＝＝*/
.page {    width: 100%;    margin: 40px auto;    display: flex;    flex-wrap: wrap;    justify-content: center;    align-items: center;}
.page li {    display: flex;    margin: 3px;    width: 30px;    height: 30px;    line-height:30px;    align-items: center;    justify-content: center;}
.page li a {    display: block;    width: inherit;    height: inherit;    line-height: inherit;    padding: 0;    transition:all 0.3s;}
.page strong, .page a:hover {    background: var(--MainColor);border: 1px solid var(--MainColor);}


/*首頁文章*/
.module_i_news ul {max-width: 1400px;}
.i_blog_ri em {display: none;}
.i_blog_ri p {line-height: 180%;}


.blog_page .main_part , .blog_in_page .main_part  {max-width: 1400px;}

h4.blog_category_title span{font-size: 24px;color: #fff;}

/*文章管理/外層＝＝*/
.module_i_news ul, .blog_subbox {  display: grid;  gap: 10px;}
.module_i_news li , .subbox_item {  width: 100%;}
.module_i_news li a , .subbox_item a {  padding: 5px;}
.module_i_news li a:after , .subbox_item a:after{pointer-events:none; border-radius: 15px; border: 1px #f5efe8 solid;}
.subbox_item a:after {border: 0px #ddd solid;}
.i_blog_le, .i_blog_ri , .blog_list_le , .blog_list_ri {  width: 100%;}
.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_le img, .blog_list_le img {border-radius: 15px;}
  .blog_list_ri p {line-height: 180%; padding-top: 10px;}
  .blog_list_ri {padding: 17px 3px 3px 3px;}
  h5.blog_le_t span {display:none;}
	
/*側邊*/
.blog_le .accordion {border-radius:0; border: 0px #ccc solid;}
.blog_le .accordion > li{transition:all 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {  background: none !important;}
.submenu a{padding: 12px 12px 12px 30px; letter-spacing: 1px;}
.submenu a {background:#fff;}
.submenu a:hover {background: #587058;}
h5.blog_le_t em {display: none;}

/*首*/
.module_i_news {padding: 95px 20px;}
.module_i_news ul{width: 90%;	grid-template-columns:1fr 1fr 1fr 1fr;}

/*功*/
.blog_subbox{grid-template-columns:1fr 1fr 1fr;}
.blog_subbox:before{content:none;}

/*文章管理/內層＝＝*/
.blog_shareData {justify-content: flex-end;}
h4.blog_category_title {margin-bottom: 0;color: #fff;}
.blog_box_edit {
    line-height: 200%;
    color: #fff;}
.blog_ri {padding: 0 0 0 30px;} 
.blog_back a.article_btn_prev,.blog_back a.article_btn_next,.blog_back a.article_btn_back {
    background: none;
    color: #fff;
    letter-spacing: 1px;}
.blog_back a {width: auto;}
    
.blog_back {
  margin-top: 30px;border-top: 1px #ccc solid;}
    /*display: flex;
    justify-content: center;
    align-items: center;
    position: relative;*/
    
.blog_back:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #777;
    bottom: 56px;}   


@media screen and (max-width: 768px) {
.blog_search {width: unset;position: unset;}    
.blog_subbox {grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));}    



}
/*一排呈現
.subbox_item { width:100%;}
*/
.blog_box_edit {color: #fff;letter-spacing: 3px;font-size: 16px;}
/*特*/
.subbox_item a:before {display: none;}
.subbox_item a:after {display: none;}
.blog_page .blog_list_ri::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #e4790d;
  transition: all 0.3s ease-in-out;}
.blog_page .subbox_item:hover .blog_list_ri::before {width: 100%; transition: all 0.3s ease-in-out;}
.blog_list_ri {padding: 15px 3px 8px 3px;}
.blog_le .accordion li .link:last-child {border-bottom:1px solid #ddd;}
.accordion li .link {border-bottom:1px solid #ddd;}
.i_blog_ri {padding: 15px 5px 5px 5px;}
.i_blog_ri h5{color:#fff;}
.module_i_news .title_i_box h4 {color: #857367;}
.blog_list_ri h5 {color:#fff;}
.blog_le .accordion li i {color: #fff;}
.blog_le .accordion li.open i {color: #fff;}

@media screen and (max-width: 768px) {
.blog_ri { padding: 0;}}


/*相簿/＝＝＝＝＝*/
/*作品展示*/
.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;}
/*版面*/
ul.show-list, .other_subalbum, ul.pic-list {    display: grid;    grid-template-columns: 1fr 1fr 1fr;    gap: 20px;}
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; */
  padding:5px;
}


.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic{    display: block;    position: relative;    overflow: hidden;    height: 0;    padding-bottom: 75%;}
.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 .show_name{
  font-family: "Noto Sans TC", sans-serif;
  color: #fff;
  font-weight: 400;

}
.show-list .item:hover .show_name {    
  color: #E2C084;
}
.other_album_choice li {    
  background: #e4790d;
}
.subalbum-menu h2{    color: var(--SubColor);font-size: var(--f24);}
.other_subalbum li p {    margin-top: 10px;}

.pic-list .item h6{
  color: #fff;
  letter-spacing: 0.04em;
}
.album_fixed_title{
  color: #ccc;
  background: transparent;
}

/**/

/*促銷方案/＝＝＝＝＝*/
.news_part {    width: 90%;}
.news_list ul li a:hover { background: #e4790d;}
.news_list ul li p:after {background: none;padding: 3px 5px;border-radius: 5px;color: #fff;}
.news_list ul li p {color:#ffffffd1;}
.news_list ul li a:hover p {color:#fff;}
.other_promotion li a:hover:before , .other_promotion li a:hover:after {border-color:var(--MainColor);}

.news_part .title_i_box h6 {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 90px;
  font-weight: 900;
  color: #fff;}
.news_part {
  max-width: 1300px;
  margin: auto;
  padding: 90px 0;}
.news_part .title_i_box h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 4px;
}
.edit{color: #fff;letter-spacing: 1px;line-height: 30px;}
.promotion_title * {color: #ffffff;}
.promotion_title h2 {
  color: #e4790d;
  font-weight: 700;
  margin-left: 15px;}
.other_promotion li {width: 100%;}
.other_promotion .pmtTitle h3 {color: #fff;}
.other_promotion li a:hover {background: #e4790d;}
.other_promotion li a {margin: 5px 0;display: flex;gap: 15px;}
.pmtTitle {
  display: flex;
  flex-direction: row;
  gap: 20px;}
/*按鈕/＝＝＝＝＝*/
.animated-arrow {background:#e4790d;margin-top: 50px;}



/*RWD1200/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1200px) {
/*購物車/＝＝＝＝＝*/
.products-list {    grid-template-columns: 1fr 1fr 1fr;}
}

/*RWD1080/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1080px) {
.stellarnav > ul > li > a {font-size: 13px;}}
/*RWD1024/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1024px) {
  .header_area.sticky .navigation{padding: 0;}
/*Header/＝＝＝＝＝*/
.navigation {padding: 10px;}

.pageIndex .header_area{ position: relative; width: 100%; margin: 0; }
.pageIndex .header_area .main_header_area{ background: rgb(0 0 0 / 100%);}
.pageIndex .header_area.sticky .main_header_area{ position: fixed; background: rgb(0 0 0 / 90%);}






/*Logo/＝＝＝＝＝*/
.pageIndex .header_area .nav-brand{max-width: 160px;}
.stellarnav > ul > li:after{content:none;}

/*文章管理/＝＝＝＝＝*/
.module_i_news ul{grid-template-columns:1fr 1fr;}

/*購物車/＝＝＝＝＝*/
.product_page .products-list {    grid-template-columns: 1fr 1fr;}

}

/*RWD980/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 980px) {
/*文章管理/＝＝＝＝＝*/
.blog_subbox{grid-template-columns:1fr 1fr;}


/*相簿/＝＝＝＝＝*/
ul.show-list , .other_subalbum ,ul.pic-list{    display: grid;    grid-template-columns: 1fr 1fr;}

}

/*RWD960/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 960px) {
  /*文章管理/＝＝＝＝＝*/
  .subbox_item {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px #444 solid;
  }
  
}
@media screen and (max-width: 790px) {
.stellarnav > ul > li > a {margin: 0}}

/*RWD768/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 768px) {
/*Header/＝＝＝＝＝*/
.header_area .main_header_area{
  backdrop-filter: none;
}

  .stellarnav .menu-toggle {
    padding: 15px 10px;
  }
  .stellarnav > ul > li > a::before{content: none;}

/*側邊選單/＝＝＝＝＝*/
.nav-header {z-index: 0;    }
.navigation {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  padding: 0;    
}
.me_tp_features {        text-align: right;        margin: 0;}
.stellarnav.mobile { 
  width: 10%;       
  margin-top: 5px;
  /* position: static; */
  right: 0;
}
.stellarnav li li > a , .stellarnav li li.has-sub > a{  font-size: 15px;  padding: 10px;border-left:none;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{padding: 10px;border-color:transparent;}

.stellarnav.mobile > ul > li{
  border-bottom: 1px solid #444;
  margin: 10px 0;
}
.stellarnav.mobile.left li li:nth-last-child(1) a {
  border: none;
}
.stellarnav.mobile.left > ul{  background-color: #000;  max-width: 100%;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{
  background: transparent;
  color: #aaa;
}
.stellarnav .icon-close:before,.stellarnav .icon-close:after{
  border-bottom: solid 3px #aaa;
}
.stellarnav .menu-toggle span.bars span{  
  height: 1px;
  background: #fff;
  margin: 0 auto 5px;
}
.stellarnav .menu-toggle:after{ content: none;}
.stellarnav.mobile > ul > li > a{
  line-height: 200%;
  border-bottom: none;
}

.stellarnav.mobile li.open {  
  margin-top: -10px;
  background: transparent;
}
.stellarnav.mobile ul ul {
  background: transparent;
}
.stellarnav li li{
  margin: 0 10px;
  border: none;
}




/*Logo/＝＝＝＝＝*/
.nav-brand{ margin-top: 10px;}
/*
.header_area .nav-brand{max-width: 150px;}
.header_area.sticky .nav-brand{max-width: 100px;}

/* BN大圖 */
.swiper-slide img {
  width: 100%;
  display: block;
  max-width: 100%;
  min-width: 100%;
  max-height: 100vw;
  object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  -webkit-object-fit: cover;
  margin: 0;
  transition: all 0.3s;
  object-position: 40%;
}

.swiper-slide:nth-child(1) img {
  object-position: 50%;
}





/* 底部按鈕 */
#bottom_menu li:first-child:nth-last-child(2), #bottom_menu li:first-child:nth-last-child(2) ~ li{
  background-color: #e4790d;
  border-right: 1px solid #000;
}
#bottom_menu li:first-child:nth-last-child(2) ~ li {
  border: none;
}
#bottom_menu li a{  color: #000;}
#bottom_menu li a em{
  letter-spacing: 0.1rem;
  font-weight: bold;
  line-height: 220%; 
  font-size: 14px;
}
#bottom_menu li a i{ display: none;}



/*購物車/＝＝＝＝＝*/
/*購物車/外層＝＝*/
.products-list {    grid-template-columns: 1fr 1fr;}
.product_page .products-list ,.product-layer-two {    width:100%;}
/*順序*/
.product_page .products-list {    order: -1;}


/*文章管理/＝＝＝＝＝*/
.show-list .item{
  margin: 0;
}


}

/*RWD600/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 600px) {
/* BN大圖 */
.swiper-slide img {
  max-height: 110vw;
}


/*文章管理/＝＝＝＝＝*/
.module_i_news ul , .blog_subbox{grid-template-columns:1fr;}
.i_blog_le, .blog_list_le {    padding-bottom: 75%;}

/*相簿/＝＝＝＝＝*/
ul.show-list , .other_subalbum ,ul.pic-list{    display: grid;    grid-template-columns: 1fr;}

/*促銷方案/＝＝＝＝＝*/
.news_list ul li p:after {    width: fit-content;    margin: 10px auto 0;}
}

/*RWD375/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 375px) {
/*購物車/＝＝＝＝＝*/
.products-list , .product_page .products-list  {    grid-template-columns: 1fr;}

}

.info_fix_links a.info_fix_default {
    display: none;
}