@charset "utf-8";
/*網站全域設定/＝＝＝＝＝*/
/*
  #3A2A10 /*網站主要色系
  #cbc0a0 /*網站輔助色系1
  #658781; /*網站輔助色系2*/

/*Main/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
body{font-family: 'Jost','Noto Sans TC', sans-serif;letter-spacing: 1px;}
.edit>p {    color: #8C7A72;}
body.contact_page ,body.blog_page ,body.blog_in_page.article_a.bodyDesktop ,
body.album_class_page ,body.album_page.album_a.bodyDesktop ,
body.album_info_page.album_a.bodyDesktop ,body.product_page.bodyDesktop ,
body.product_info_page.bodyDesktop
{background: url(https://pic03.eapple.com.tw/xuanxing/BG.jpg);}

/*Header/＝＝＝＝＝*/
.header_area {background: #fff;    top: 0;    padding: 0;}
.header_area.sticky {
    background: #ffffffd1;
    backdrop-filter: blur(15px);
}
.main_header_area{background: #fff0;box-shadow: 0 0 10px #cdbbab;}
/*選單最大寬度設定*/
.main_header_area .container {    max-width: 95%;}
ul.anchorList {    padding-top: 36px;padding-right: 100px;}
/*第一層*/
.stellarnav > ul > li > a {
    transition: all 0.3s;
    padding-right: 8px;
    height: 100px;    
    padding-top: 30px;
    letter-spacing: .15em;
    font-size: 17px;
    font-weight: 700;
    color: #444;
}

.stellarnav > ul > li > a:before {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    background: url(https://pic03.eapple.com.tw/xuan/menu_icon.svg);
    background-size: contain;
    transform: translate(-60%, -60%);
    top: 20%;
    left: 20%;
    opacity: 0.5;
    z-index: -1;
    transition: all 0.6s;
}
.stellarnav li.has-sub > a:after {display:none;}
.stellarnav > ul > li:hover>a:before {
    transform: translate(-50%, -50%) rotateY(360deg);
    opacity: 1;
    transition: 0.6s all;}
.stellarnav > ul > li:hover > a{color: #3A2A10;}

/*第二層*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{   padding: 7px 5px;    transition: all 0.3s;border-left:1px solid transparent;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: #3A2A10;	border-color:#3A2A10 ;padding-left:10px;  }

/*me_tp_features*/
.me_tp_features {    display: none;}
/*SubMenu*/
.shop_search_btn {    background: #3A2A10;}
.tp_links {display: none;}

/*隱藏購物車搜尋欄*/
.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;}
/*Logo/＝＝＝＝＝*/
.nav-brand {   margin-top: 6px; width: 100%;max-width: 100px;}
.header_area .nav-brand {    transition: all 0.3s;}
.sticky .nav-brand{max-width: 100px;}

/*按鈕/＝＝＝＝＝*/
.animated-arrow {    
    background: #3A2A10;
    border-radius: 10px;
    width: 170px;
    padding-left: 1.4%;
}
.animated-arrow:hover {
    background: #3A2A1094;
}
/*大圖/＝＝＝＝＝*/
/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:static; 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;}
}

/* swiper pagination */
.swiper-pagination{
    bottom: 30px;
}
.swiper-pagination-bullet{
    opacity: 0.7;
}
.swiper-pagination-clickable .swiper-pagination-bullet-active{
    background: #fff;
    width: 32px;
    border-radius: 5px;
    opacity: 1;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: -130px var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-wrapper .swiper-slide:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: url(https://pic03.eapple.com.tw/xuan/cover-ban1.png) ;
    opacity: 0.8;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}
.swiper-slide.swiper-slide-active:after {    
    -webkit-animation:  cloud  20s linear 0s infinite alternate; 
    animation: cloud  20s linear 0s infinite alternate; 
    -webkit-animation-duration: 150s;
    animation-duration: 150s;
}

@keyframes cloud {
    0% {
        background-position: 0 0;
    }
    
    100% {
        background-position: -2000px 0;
    }
}


@media screen and (max-width:768px) {
    .swiper-slide.swiper-slide-active:nth-child(1):before {
        font-size: 2.2vw;
    }
    
    .swiper-slide.swiper-slide-active:nth-child(2)::before {
        font-size: 2.2vw;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*Footer/＝＝＝＝＝*/
.footer {   
    background: max-width: 1500px;#fff;
    border-top: 1px solid #cbc0a07a;
}
.footer_logo a img{max-width:200px ;}
.footer_info {align-items: center;}
.footer_menu {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(min(110px,100%), 1fr));    gap: 15px;}/*footer按鈕最小寬度100px*/
.footer_menu a {      
    background: #444;   
    border: none;   
    margin: 0;  
    text-align: center; 
    padding: 15px;  
    transition: all 0.3s;
    color: #eee;
}
.footer_menu a:nth-child(1) {   display: none;}
.footer_menu a:hover {    background: #A58242;}
.copy {
    background: transparent;
    border: none;
    border-top: 1px solid #cbc0a07a;
}
.copy a{  color: #999; transition:all 0.3s;}
.copy a:hover {}
.box_link{display: none;}

/*匯款頁Footer跑掉修正*/
.footer_info li p:before {
  position: relative;
  display: inline-block;
  width: auto;
  font-size: inherit;
  font-weight: inherit;
  margin-right: 5px;
  letter-spacing: inherit;
}

/*Banner/＝＝＝＝＝*/
.banner {
    background: url(https://pic03.eapple.com.tw/xuanxing/BN.jpg);
    padding: 50px 0 30px;
    height: 550px;
}
.banner h5 {
    font-size: 20px;
    color: #fff;
    letter-spacing: 2px;
}
.banner h5:before {
    display: block;
    color: #fff;
    font-size: 18px;
    padding-bottom: 5px;
    font-weight: 400;
}
.banner.banB {display: none;}
.banC {}
.banE { }
.banner.banblog { }
.banner.banblog h5:before {    content: 'Vedios';}
.banA h5:before {    content: 'News';}
.banC h5:before {    content: 'Contact Us';}
.banE h5:before {    content: 'Event Highlights';}
.banF h5:before {    content: 'Our Products';}
@media screen and (max-width: 768px){
.banner {  
    padding: 30px 0 30px;  
    height: 350px;}
}
@media screen and (max-width: 460px){
.banner {  
    height: 250px;}
}
@media screen and (max-width: 425px){
.banner {  
    height: 200px;}
}
/*Page/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*麵包屑＝＝*/
.path p{display: none;}
.path p a:hover {    color: #3A2A10;}
.path p, .path p a {display:none;}
/*頁碼＝＝*/
.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: #3A2A10;border: 1px solid #3A2A10;}
/*購物車/＝＝＝＝＝*/
.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:hover {
    scale: 1.2;
    transition: .5s;
}
/*名稱*/
.products-list .name {
    font-size: 20px;
    color: #3A2A10;
    font-family: "Noto Serif TC", serif;
    font-weight: 600;
    text-align: center;
    height: 2.5em;
}
/*顏色*/
.products-list .more {    border: 1px solid #a58141;    color: #a58141;}
.products-list .item a:hover .more {    background: #a58141;}

/*價格*/
.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: #3A2A10;}
.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: #f2f2f2;}
.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;
    backdrop-filter: blur(5px);
    box-shadow: 0 0 5px #dfdfdf;
}
.product-layer-two > li > a:hover {
    background: #a58141;
    color: #fff;
    transition: 0.5s;
}

/*.product-layer-two > li > a:before {
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 18px;
    content: "＞";
    color: #3A2A10;
    background: #f2f2f2;
    width: 18px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    padding-left: 2px;
    font-size: 13px;
}*/

.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: #3A2A10;}

/*hover到才顯示副選單 關掉↓*/
.product-layer-two li li {    display: block;}

/*購物車/內層＝＝*/
.product_info_page .main_part {    width: 90%;}
.car_page .information_left { display: block; }
.proImgSwiper li {align-items: flex-start;}
/*商品資訊*/
.pd_tabTitle li.activeTab a {
    color: #fff;
    background: #A58242;
    font-family: "Noto Serif TC", serif;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
}
.pd_tabTitle li.activeTab::after {    background: #a58242;}

/*按鈕顏色*/
.inquiry_a1{background: #cbc0a0;}
.inquiry_a2{background: #bdab77;}
.inquiry_a3{background: #3A2A10;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: #222;}
.lastaction {    color: #3A2A10;    background-color: #f2f2f2;}
.nextaction {    background-color: #3A2A10;}
.lastPage {    background: #A58242;}
.lastPage:hover {
    background: #444;
    border-radius: 10px;
    transition: 0.3s;
}
/*商品側邊規格*/
.product_info li .txt_box {    color: #222222;    width: 100%;}
.sidebarBtn .sp_price {   color: #cbc0a0;}
.sidebarBtn {    
    border: 1px #ddd solid;
    background: #fff;
    border-radius: 10px;
    padding: 25px 30px 30px;
}
.sidebarBtn h2 {
    color: #3a2a10;
    font-family: "Noto Serif TC", serif;}
.mobile_product_name{font-size: 24px;}
.toShare {display: none;}

/*相關推薦*/
.prod_related {    background: transparent;}
.prod_related h6 span:before{
    font-size: 28px;
    font-family: "Noto Serif TC", serif;
    color: #3A2A10;
}

/*文章管理/＝＝＝＝＝*/
h5.blog_le_t {
    font-size: 19px;
    text-align: center;
    margin-bottom: 15px;
}
h4.blog_category_title {
    font-size: 22px;
    font-weight: 500;
    color: #3A2A10;
}
.blog_box_edit * {    color: #8C7A72;}
h4.blog_category_title span{font-size: 24px;}
.news_related {     }

/*文章管理/外層＝＝*/
.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;}
.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%);}
/*側邊*/
.blog_le .accordion > li{transition:all 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: #a58141 !important;
}
.submenu a:hover {    background: #cbc0a0;}
/*首*/
.module_i_news li {
    width: 100%;
    padding: 5px;
    margin: 0 0 20px 0;
    border: 1px dotted #C8C9C9;
}
.module_i_news li a {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #3A2A1008;
}
.module_i_news li a:before {
    transform: translate(-50%, 0%);
    left: 50%;
    right: 0;
    bottom: 0%;
    letter-spacing: 2px;
    height: 48px;
    line-height: 48px;
    opacity: 0;
    display: block;
    color: #fff;
    background: #3A2A10;
    width: 100%;
    text-align: center;
}
.i_blog_le {
    width: 100%;
    padding: 0;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
    position: relative;
}
.i_blog_le img {
    position: absolute;
    transform: translate(-50%, -50%);
    min-height: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;
}
.i_blog_ri {
    width: 100%;
    background: unset;
    min-height: 130px;
    padding: 10px 10px;
}
.i_blog_ri h5 {
    font-size: 18px;
    font-weight: 500 !important;
    color: #3A2A10 !important;
}
.i_blog_ri em {
    color: #999 !important;
}
.i_blog_ri p {
    line-height: 160%;
    font-size: 14px;
    -webkit-line-clamp: 2;
}
.module_i_news .title_i_box h4 {
    font-size: 19px;
    color: #3A2A10;
}
.module_i_news .title_i_box h6 {
    font-size: 21px;
    color: #3A2A10;
    font-weight: 500;
}
.module_i_news ul{width: 100%;	grid-template-columns:1fr 1fr 1fr 1fr;}
.main_part {padding: 0px 20px 50px;max-width: 1500px;}
/*功*/
.blog_subbox{grid-template-columns:1fr 1fr 1fr 1fr;}
.blog_subbox:before{content:none;}
/*文章管理/內層＝＝*/
.subbox_item {
    width: 100%;
    padding: 5px;
    margin: 0 0 20px 0;
    border: 1px solid #cbc0a0;
    background: #ffffff8c;
}
.subbox_item a {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #fff0;
}
.subbox_item a:before {
    transform: translate(-50%, 0%);
    left: 50%;
    right: 0;
    bottom: 0%;
    letter-spacing: 2px;
    height: 48px;
    line-height: 48px;
    opacity: 0;
    display: block;
    color: #fff;
    background: #A58141;
    width: 100%;
    text-align: center;
}
.blog_list_le {
    width: 100%;
    padding: 0;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
    position: relative;
}
.blog_list_le img {
    position: absolute;
    transform: translate(-50%, -50%);
    min-height: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;
}
.subbox_item a:after {background: #fff0;}
.blog_list_ri h5 {
    font-size: 18px;
    font-weight: 500 !important;
    color: #3A2A10 !important;
}
.blog_back a.article_btn_prev {    background: #A58141;}
.blog_back a.article_btn_next {    background: #A58141;}
.blog_back a.article_btn_back {    background: #3a2a10;}
.news_related {    display: none;}

/*左側分類*/
.blog_search input[type=search] {    font-size: 12px;border-radius: 5px;}
h5.blog_le_t em {padding-right: 5px;}
h5.blog_le_t {
    font-size: 18px;
    color: #391911;
    font-weight: bold;
}
.accordion li .link {
    text-align: center;
    font-weight: normal;
    letter-spacing: 1px;
}
.accordion li .link a {
    font-size: 13px;
    font-weight: 400;}
.blog_le .accordion {  border: none;    border-radius: 0;}
.blog_le .accordion li .link:last-child {    border: none;}
.blog_le .accordion li .link:last-child {    border-bottom: 1px solid #C8C9C9;}
/*分享隱藏*/
.blog_shareData {display: none;}
/*相簿/＝＝＝＝＝*/
/*作品展示*/
.subalbum-menu h2 {    display: none;}
.other_subalbum li a p {
    color: #3A2A10;
    font-size: 18px;
    text-align: center;
    line-height: 3;
}
.other_subalbum li a p:hover {
    color: #303841;
    font-weight: 700;
    letter-spacing: 2px;
    transform: .5s;
}
.work_page .main_part , .work_class_page .main_part, .work_info_page .main_part{    
    max-width: 1400px; width: 100%;    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;}
.show_content{padding: 10% 10px 0;}
/*版面*/

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 a {text-align:center;}
.show-list .show_name {margin-top: 20px;}
.show-list .item , .other_subalbum li , .pic-list .item{
    background: #fff0;
    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;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic    {    padding-bottom: 75%;border-radius: 20px;}/*相簿圖片長寬比例，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%);
    border-radius: 20px;
}
.show-list .item:hover .show_name {    color: #3A2A10;}
.subalbum-menu h2{    color: #cbc0a0;font-size: 24px;}
.other_subalbum li p {    margin-top: 10px;}
.album_fixed_title {color: #3A2A10;}
/**/

/*促銷方案/＝＝＝＝＝*/
.news_part {    width: 90%;}
.news_list ul li a:hover {    background: #f9f9f9;}
.news_list ul li p:after {    background: #3A2A10;    padding: 3px 5px;    border-radius: 5px;    color: #fff;}
.promotion_title {
    border-bottom: 0.1px solid #c1c1c1;
    padding-bottom: 20px;
}
.other_promotion li a:hover:before , .other_promotion li a:hover:after {border-color:#3A2A10;}
.promotion_title em {    display: none;}
.promotion_title span {
    border: none;
    color: #a17c41;}
.promotion_title h2 {color: #a17c41;}
/*聯絡我們/＝＝＝＝＝*/
.contact_le_map a {    background: #3A2A10;}
.contact_form li.last cite {    background: #a58242;}
.blank_letter {
    font-size: 26px;
    font-family: "Noto Serif TC", serif;
    color: #9e7b42;
    letter-spacing: 2px;
}
.info_TEL:before, .info_TEL2:before, .info_PHONE:before, .info_LINE:before, .info_FAX:before, .info_TAXID:before, .info_MAIL:before, .info_ADD:before, .info_ADD2:before {
    letter-spacing: 2px;}
.list_before {margin-bottom: 40px;}
.list_before li {line-height: 1.6;}
.list_before.info li {    padding-left: 50px;color: #675F54;}
.contact_form li .form__label {color: #675F54;}
.contact_content .information_right {    width: 100%;}

/*會員/＝＝＝＝＝*/
.send_simple{background-color: #3A2A10;}
.rewrite_simple{background-color: #cbc0a0;}
.member_title p {    border-top: 2px #3A2A10 solid;}
.login_mem_submit{background: #3A2A10;}
.login_mem_other_link a{color: #3A2A10;}
.member_login_regist a{background: #3A2A10;}
.mem_regist_title_s {    background: #cbc0a0;    color: #fff;}

.contact_content .information_left {    width: 100%;}
/*RWD1600/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1600px) {
    .contact_content .information_right {
    padding: 40px;
    width: 100%;
}
}
/*RWD1200/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1200px) {
/*購物車/＝＝＝＝＝*/
.products-list {    grid-template-columns: 1fr 1fr 1fr;}
}

/*RWD1024/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1024px) {
/*Header/＝＝＝＝＝*/
.navigation {    padding: 10px;}
ul.anchorList {       
    padding-right: 0; 
    padding-top: 10px;}
.stellarnav > ul > li > a {
    height: 75px;
    padding-top: 23px;}
.stellarnav > ul > li.has-sub > a {    padding-right: 6px;}
}
/*Logo/＝＝＝＝＝*/
.header_area .nav-brand{max-width: 100px;}
.header_area.sticky .nav-brand{max-width:100px;}
.footer_logo {padding-left: 60px;}
/*Footer*/
.footer_info {
    padding: 0;
    display: flex;
    grid-gap: 20px;
}
/*文章管理/＝＝＝＝＝*/
.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;}

}

/*RWD768/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 768px) {
/*選單漸變效果＝＝*/
/*首頁固定選單*/
.pageIndex .header_area{position:relative;}
.header_area.sticky {backdrop-filter: none;}
/*側邊選單/＝＝＝＝＝*/
ul.anchorList{ padding-top: 0;}
.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 {    padding: 20px 0 0;}
.stellarnav > ul > li > a:before {display:none;}
/*Logo/＝＝＝＝＝*/
.nav-brand{ margin-top: 10px;}
.header_area .nav-brand{max-width: 100px;}
.header_area.sticky .nav-brand{max-width: 100px;}

/*Footer/＝＝＝＝＝*/
#to_top { bottom:60px;}
#bottom_menu {display: none; }
.footer.with_shopping_mode { padding:30px 0 0; }
.footer_logo {    text-align: center;}
.footer_info {
    padding: 0 30px;
    flex-direction: column;
}

/*Banner/＝＝＝＝＝*/
.banner h5{font-size: 28px;}

/*購物車/＝＝＝＝＝*/
body.car_page .footer_info li p:before{
    position: initial;
    display: inline;
}
.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;}

/*相簿/＝＝＝＝＝*/
.mobile_product_name{font-size: 20px;}
.subalbum-menu h2{    color: #cbc0a0;font-size: 20px;}

}

/*RWD600/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 600px) {
/*Footer/＝＝＝＝＝*/
.box_link {    text-align: center;}
.footer_logo {
    padding-left: 0;
    margin: auto;}
.footer.with_shopping_mode {    padding: 30px 10px 0px;}

/*Banner/＝＝＝＝＝*/
.banner h5{font-size: 24px;}

/*購物車/＝＝＝＝＝*/
.prod_related h6 span:before{font-size: 20px;}

/*文章管理/＝＝＝＝＝*/
.module_i_news ul , .blog_subbox{grid-template-columns:1fr;}
.i_blog_le, .blog_list_le {    padding-bottom: 75%;}
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;}
.subalbum-menu h2{    font-size: 18px;}

/*促銷方案/＝＝＝＝＝*/
.news_list ul li p:after {    width: fit-content;    margin: 10px auto 0;}
}
/*RWD425/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 425px) {
    .stellarnav .menu-toggle { padding: 20px 0px 0px 10px;}
    .banner {padding: 85px 0 90px;}
    .footer_logo {padding-left: 0;margin: auto;}
    .footer_info {  padding: 0 40px;}
    .footer_logo a img {    max-width: 150px;}
    .contact_form li .form__label {    background: #fff0;}
}
/*RWD375/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 375px) {
/*購物車/＝＝＝＝＝*/
.products-list , .product_page .products-list  {    grid-template-columns: 1fr;}
}
