@charset "utf-8";
/*網站全域設定/＝＝＝＝＝*/
/*
  #B1ABA7 /*網站主要色系
  #cbc0a0 /*網站輔助色系1
  #658781; /*網站輔助色系2*/

  body {font-family: "Comfortaa", sans-serif,"Noto Sans TC";}


/*反白顏色*/
::-moz-selection{  background-color: #444;  color: #fff;}
::selection{  background-color: #444;  color: #fff;}
:root {
    --MainColor: #c3b3a7;
    --SubColor:#2a4a58;
}
/* 頁面的麵包屑 首頁/頁面名稱/ */
.path { display:none;}
.pageIndex .main_part {    border-top: none;}
#content {    min-height: 80vh;}

/*Main/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*Header/＝＝＝＝＝*/
.main_header_area {
    background: #ffffff85;
    transition: 0.3s;
}

.header_area {
    position: fixed;
    z-index: 9999;
    width: 100%;
    transition: 0.3s;
}


/*選單最大寬度設定*/
.main_header_area .container {
    max-width: 88%;
}
.navigation {padding: 19px 0 17px 100px;}
.nav-header {top: 7px;}
.me_tp_features a {
    font-weight: 300;
    letter-spacing: 1px;
}
.me_tp_features {
    font-weight: 300;
    letter-spacing: 1px;
}
/*第一層*/
.nav-brand img {
    max-width: 100%;
    width: 85px;
}
.nav-brand img.sticky{
    filter: none
}
.stellarnav > ul > li > a {height: 51px;bottom: 11pt;top: 0px;transition: all 0.3s;border-left: 1pt solid #B1ABA7;padding: 0 4px 0 12pt;}
.stellarnav > ul > li > a b {
    display: flex;
    line-height: 40px;
    height: 21px;
    font-style: normal;
    justify-content: center;
    font-weight: 400;
    letter-spacing: 0.13em;
    color: #474747;
    font-size: 15px;
}


.stellarnav > ul > li > a:hover b {transform: translateY(-0px);-webkit-transform: translateY(-0px);-moz-transform: translateY(-0px);}
.stellarnav > ul > li > a > b:nth-child(2) {
    font-weight: 300;
    font-size: 12px;
    color: #8d8d8d;
}
.stellarnav > ul > li:hover > a b{color: #B1ABA7;}
.stellarnav li.has-sub > a:after {display: none;} 
/*第二層*/
.stellarnav li li > a, .stellarnav li li.has-sub > a {
    padding: 17px 11px;
    transition: all 0.3s;
    border-left: 1px solid transparent;
    border-bottom: 1pt solid #e9e9e9;
}

.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: #FFF;	padding-left:10px;border:none ;background: #B1ABA7;}
.stellarnav > ul > li:nth-of-type(4) li {display: none;}
.stellarnav > ul > li.drop-left > ul {
    left: 0;
}
.stellarnav li li {
    border: none;
    font-size: 15px;
}
/*SubMenu*/
.shop_search_btn {    background: #B1ABA7;}
.tp_links a{transition:all 0.3s;}
.tp_links a:hover {    color: #B1ABA7;}

/*隱藏購物車搜尋欄*//*
.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 {
    background: #fff;
    box-shadow: 0 0 9px #9a918c1f;
}
.footer_logo {
    display: flex;
    justify-content: center;

}
.footer .center { padding: 20px 0px;}
.center { max-width: 1600px;}/*讓footer框變寬*/
.footer_info {    display: flex;    flex-wrap: wrap;    align-items: center;    justify-content:center;}
.footer_menu {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(min(110px,100%), 1fr))}/*footer按鈕最小寬度100px*/
.footer_menu a {text-align: center;transition: all 0.3s;display: inline-block;padding: 7px 0px;
    margin: 0px;font-size: 14px;line-height: 100%;
                color: #333333;background: #ffffff00;border: none;border-left: 1px #B1ABA7 solid;letter-spacing: 1px;}
.footer_menu a:hover {    background: #B1ABA7;}
.footer_menu a:nth-child(1) {display: none;}
.box_link { display: none;}
.box_link a{transition:all 0.3s;}
.box_link a:hover { background: #B1ABA7; color: #fff;}

.copy {
    background: #ffffff;
    color: #cdcdcd;
    border: none;
}
.copy a{ color: #cdcdcd;transition:all 0.3s;}
.copy a:hover { color: #cdcdcd;}

.footer_info li p:nth-of-type(4) {
    display: none;
}
/*Logo/＝＝＝＝＝*/
.nav-brand {    width: 100%;max-width: 200px;transition:all 0.3s;}
.header_area .nav-brand {
    transition: all 0.3s;
    margin-top: 5px;
}
.header_area.sticky .nav-brand{}

.footer_logo img {  width: 116px;}

/*按鈕/＝＝＝＝＝*/
.animated-arrow {    background: #B1ABA7;}
.swiper-pagination{display: none;}

/*大圖********************************* */
/*預設解除背景輪播*/
#content_main { margin:0;}/*custom原本有寫*/
.bannerindex {     position: relative; height:auto;}/*custom原本有寫*/
.swiper-banner { position:static; margin:0; height:auto;}/*custom原本有寫*/
.swiper-slide img { height:auto;}/*custom原本有寫*/

.swiper-slide {position: relative;}/*因為偽元素，所以要加的*/
.swiper-slide:before ,.swiper-slide:after { content: ""; position: absolute;  z-index: 999; pointer-events:none;}/*before+after依樣要寫的內容拆出來寫一起，要寫在個別下方也可以*/


/*banner01*//*第一張大圖的偽元素*//*依樣可以放before+after 兩個*/


.swiper-slide:nth-child(1):after {
    background: url(https://pic03.eapple.com.tw/fearscare/banner02-1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 14%;
    right: 10%;
    width: 14% !important;
    height: 0 !important;
    background-position: left;
    padding-bottom: calc(100% / 1* 0.43);
}


.swiper-slide.swiper-slide-active:after { animation: slide-top  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;/*透明度顯示*/}
  }


  @media screen and (max-width: 600px) {



/*大圖*/
.swiper-slide img ,.swiper-slide:before { display:none; }
.swiper-container-fade .swiper-slide {padding-bottom: calc(100% / 1*1.5);  height: 0;  width: 100% !important; }/*圖片比例*/
.swiper-slide:nth-child(1) { background-image: url(https://pic03.eapple.com.tw/fearscare/rwd0.jpg); background-position: top; background-size:cover;}/*個別換背景*/


.swiper-slide:nth-child(1):after {
    top: 64%;
    right: 31%;
    width: 57% !important;
}

  }

  
  

/*Banner/＝＝＝＝＝*/
.banner {
    background: url(https://pic03.eapple.com.tw/fearscare/banner.jpg);
    background-size: cover;
    padding: 238px 0px 102px;
}
.banner h5 {
    font-size: 22px;
    letter-spacing: 4px;
    color: #705647;
    font-weight: 300;
    position: relative;
    z-index: 5;
    background: #ffffff8c;
    width: 236px;
    margin: auto;
    text-align: center;
    border-radius: 50px;
    padding: 4px;
}


.other_select_page .promotion_title,.other_select_page .other_promotion{display: none;}
.other_select_page .banner{display: none;}
.other_select_page .page{display: none;}
/*Page/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*麵包屑＝＝*/
.path p a:hover {    color: #B1ABA7;}
/*頁碼＝＝*/
.page {    width: 100%;    margin: 40px auto;    display: flex;    flex-wrap: wrap;    justify-content: center;    align-items: center;}
.page {
    display: none;
}
.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: #B1ABA7;border: 1px solid #B1ABA7;}

/*購物車/＝＝＝＝＝*/
.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 .name {
    position: relative;
    height: 70px;
}
.products-list .name:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #bdbdbd;
    top: 60px;
    left: 0px;
}

.products-list .pic img {
    display: block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: contain;
    -moz-object-fit: contain;
    -ms-object-fit: contain;
    -o-object-fit: contain;
    -webkit-object-fit: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
    border-radius: 15px;
}

.products-list a:hover .pic img {
    transform: translate(-50%, -50%) scale(1.2);
    filter: none;
    transition: all 0.3s;
}

.products-list a:hover .pic:before {
    opacity: 0;
}
.products-list .pic:before {
    content: "MORE +";
    color: #fff;
    position: absolute;
    right: 8px;
    bottom: 8px;
    z-index: 1;
    line-height: 160%;
    background: #B1ABA7;
    opacity: 1;
    padding: 2px 10px;
    transition: all 0.3s;
    border-radius: 30px;
    font-size: 14px;
}


.products-list a:hover .pic:after {
    opacity: 0;
}
.products-list .pic:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    background: #ffede442;
    opacity: 1;
}
/*購物車/外層＝＝*/
/*顏色*/
.products-list .more {    border: 1px solid #B1ABA7;    color: #B1ABA7;display: none;}
.products-list .item a:hover .more {    background: #B1ABA7;}
/*價格*/
.products-list .price {
    display: flex;
    margin-bottom: 5px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.products-list .price b {    margin: 0 5px;    line-height: 180%;    text-align: center;color: #B1ABA7;}
.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: #b1aba71c;}
.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;}
.product-layer-two li:hover > a , .product-layer-two li.active > a{color: #B1ABA7;}
.product-layer-two li:hover > a:before , .product-layer-two li.active > a:before {background: #B1ABA7; color:#fff;}
.product-layer-two > li > a:before {
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 18px;
    content: "＞";
    color: #B1ABA7;
    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: #B1ABA7;}

/*hover到才顯示副選單 關掉↓*/
.product-layer-two li li {    display: block;}

/*購物車/內層＝＝*/
.product_info_page .main_part {    width: 90%;}
ul.prod li .prod-panel {
    font-weight: 400;
    letter-spacing: 1px;
    padding: 10px 0px;
}
ul.prod li h3.prod-thumb {
    padding: 10px;
    font-weight: 400;
    letter-spacing: 2px;
    border-radius: 30px;
}
/*按鈕顏色*/
.inquiry_a1{background: #cbc0a0;}
.inquiry_a2{background: #bdab77;}
.inquiry_a3{background: #B1ABA7;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: #665851;}
.lastaction {    color: #B1ABA7;    background-color: #f2f2f2;}
.nextaction {    background-color: #B1ABA7;}
.lastPage {    background: #B1ABA7;}
/*商品側邊規格*/
.product_info li .txt_box {    color: #70645d;    width: 100%;}
.sidebarBtn .sp_price {   color: #cbc0a0;}
.mobile_product_name{font-size: 24px;}
.product_pic #bx-pager h6 {display: none;}
.sidebarBtn {
    border: none;
}
.sidebarBtn h2 {
    font-weight: 400;
    padding-bottom: 5px;
}
.sidebarBtn .price {
    border-bottom: 1px solid #e6e6e6;}
/*相關推薦*/
.prod_related h6 span:before{font-size: 28px;}
.prod_related {
    display: none;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章功能*/
.blog_box {
    padding: 10px 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
h4.blog_category_title {display: none;}
.blog_le {padding: 36px 0 0;}
.blog_ri {padding: 0 0 0 60px;}
.blog_le, .blog_ri {margin-bottom: 1vw;}
.blog_subbox {
    display: grid;
    grid-template-columns: 1fr;
}
.blog_box:after, .blog_box:before, .blog_subbox:before {content: none;}
.subbox_item {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid rgba(0,0,0,.4);
    padding: 36px;
}
.subbox_item a {
    display: flex;
    flex-flow: row wrap;
}
.blog_list_le {
    width: 290px;
    padding: 0;
    height: auto;
    aspect-ratio: 7/5;
    overflow: hidden;
    position: relative;
}
.blog_list_le img {
    min-width: 100%;
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 1.2s ease;
}
.subbox_item a:hover .blog_list_le img{
    transform: scale(1.1);
    transition: all .6s ease;
}
.blog_list_ri {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    padding: 24px 42px;
    width: calc(100% - 305px);
    position: relative;
}
.blog_list_ri h5 {
    color: #978e89;
    font-weight: 400;
    
}
.blog_list_ri em {
    order: 1;
    font-weight: 400;
    margin: 0;
    color: #afafaf;
    position: relative;
}
.blog_list_ri p {
    line-height: 175%;
    margin: 16px 0;
    -webkit-line-clamp: 2;
    text-align: justify;
}
.blog_list_ri em:after {
    content: '＋ Read More';
    letter-spacing: 0.4px;
    color: #B1ABA7;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 14px;
    transition: all 0.6s ease;
}
.subbox_item a:hover .blog_list_ri em:after {letter-spacing: 1.6px;}
.subbox_item a:before, .subbox_item a:after {content: none;}
h5.blog_le_t {display: none;}
.blog_le .accordion {border:none;border-radius: 0px;}
.accordion li .link {
    padding: 14px 16px;
    color: #746e6a;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
}
.accordion li .link, .accordion li:last-of-type {border-bottom: none;}
.accordion li {
    border-bottom: 1px solid #B1ABA7;
    transition: all 0.3s ease;
}
.blog_le .accordion > li:hover, .blog_le .accordion > li.open:hover,
.blog_le .accordion > li.on_this_category:hover {
    background: #B1ABA7 !important;
}
.blog_le .accordion > li.open, .blog_le .accordion > li.on_this_category {
    background: #B1ABA7 !important;
}
.blog_le .accordion > li.open .link a, .blog_le .accordion > li.open .link i {
    color: #fff !important;
}
.accordion li .link i, .accordion li .link a {
    color: #B1ABA7 !important;
}
.submenu {background: #f1e9da;font-size: 14px;}
.submenu a {
    color: #B1ABA7;
    letter-spacing: 0;
    font-weight: 400;
    padding: 14px 14px 12px 40px;
    border-left: #FFF 0 solid;
    transition: all .15s;
    background: #ffffff;
    letter-spacing: 1px;
}
.submenu a:before {
    top: 13.5px;
    left: 16px;
    font-weight:var(--fa-style, 900);
}
.submenu a:hover {
    background: #efeae7;
    color: #787878;
    border-left: #c9c0bb 4px solid;
}

.blog_search input[type=search] {
    background: #fff;
    font-size: 13px;
    border-radius: 0;
    border: none;
}
.blog_search input[type=submit] {
    height: 36px;
    filter: grayscale(20);
}

/*內頁*/
.blog_in_page h4.blog_category_title {
    display: block;
    border-bottom: 1px #9f9f9f solid;
    padding: 0 0 18px;
    margin-bottom: 20px;
    letter-spacing: 2px;
    font-size: 24px;
    color: #978e89;
    font-weight: 400;
}
.blog_in_page .blog_ri {padding-top: 36px;}
.blog_box_edit * {line-height: 175%;}
.blog_box_edit {
    font-size: 16px;
    color: #666;
}
.blog_back {
    width: 100%;
    margin: 30px auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    justify-content: center;
}
.blog_back a {width: 100%;transition: all .3s ease;}
.blog_back a.article_btn_next, .blog_back a.article_btn_prev, .blog_back a.article_btn_back {
    background: transparent;
    color: #4c3e31;
    border: 1px solid #4c3e31;
    font-size: 14px;
    border-radius: 40px;
}
.blog_back a:hover {background: #B1ABA7!important;color: #fff;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*相簿/＝＝＝＝＝*/
/*作品展示*/
.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;}
.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: #B1ABA7;}
.other_album_choice li {    background: #B1ABA7;}
.subalbum-menu h2{    color: #cbc0a0;font-size: 24px;}
.other_subalbum li p {    margin-top: 10px;}
/**/

/*促銷方案*/
.promotions_page .main_part{
    display: flex;
    flex-direction: column;
    max-width: 72%;
    padding: 0 0 10% 0;
}

.promotions_page .other_promotion li{
    width: 100%;
}

.other_promotion li a {
    border: none;
    width: 100%;
    margin: 0;
    padding: 1%;
    border-bottom: 1px #eee solid;
    border-radius: 8px;
    display: flex;
    align-items: center;
}

.other_promotion li a:hover{
    background: linear-gradient(45deg, #f1f1f1 0%, #fcfbf8 35%, #f4f4f4 70%, #fcfcfc 100%);
    border-radius: 8px;
}

.other_promotion li{
    width: 100%;
    margin-left: 0;
    
}

.other_promotion li a:before{
    border: none;
}

.other_promotion li a:after{
    border: none;
}

.promotions_page .pmtTitle span{
    display: none;
}

.other_promotion .pmtTime {
    right: unset;
    left: 2%;
}


.promotions_page .pmtTitle{
    width: 100%;
}

.promotions_page .other_promotion{
    order: 1;
    width: 100%;
    margin: 15% auto 0 0;
}

.promotions_page .show_content {
    order: 3;
    padding-top: 60px;
    margin: 0px
}

.promotion_title {
    display: flex;
    flex-direction: column;
    margin: 4% 0 0 0;
}

.promotion_title em {
    border: none;
    padding: 0;
    margin: 1% 0 0 0;
    color: #cccbcb;
    font-weight: 300;
    letter-spacing: 2px;
}

.promotion_title span {
    border: none;
    padding: 0;
    margin: 0 2px 2px 0;
    color: #B1ABA7;
    font-size: 25px;
}

.promotion_title{
    margin: 5% 0 0 0;
}

.promotions_page .edit {
    font-family: 'Noto Sans TC';
    color: #726c66;
    font-weight: 300;
    letter-spacing: 1px;
}

.promotion_title h2{
    font-size: 24px;
    color: #343434;
    
    letter-spacing: 2px;
}

.news_part{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    padding: 8% 0 5% 0;
    max-width: 80%;
    width: 100%;
}

.news_part .title_i_box h4 {
    font-size: 25px;
    letter-spacing: 2px;
    color: #343434;
    font-weight: bold;
    text-align: left;
    font-weight: lighter;
    
    margin-bottom: 50px;
}


.other_promotion .pmtTitle h3{
    margin: 0;
    color: #343434;
    letter-spacing: 2px;
    font-size: 16px;
    padding-left: 4%;
    overflow: unset;
    height: auto;
}

.news_list ul{
    padding: 0 0 5% 0;
}

.news_list ul li p{
    color: #343434;
    
    letter-spacing: 2px;
    font-size: 18px;
    padding-left: 4%;
}

.news_list ul li {
    display: block;
    border-bottom: 1px #c3b6a2 solid;
}

.other_promotion .pmtTime span{
    color: #B1ABA7;
    font-size: 18px;
    position: relative;
}

.news_list ul li span{
    color: #cebfad;
    font-size: 18px;
}

.news_list ul li a:hover{
    background: linear-gradient(45deg, #f1f1f1 0%, #fcfbf8 35%, #f4f4f4 70%, #fcfcfc 100%);
    border-radius: 8px;
}

.news_list {
    order: 3;
    max-width: 100%;
    width: 70%;
    margin: 0;
}

.news_part{
    padding: 8% 3% 5% 3%;
}



.news_part .title_i_box {
    order: 1;
    max-width: 100%;
    width: 20%;
    margin: 0;
}

.news_part .title_i_box h4:before {
    content: 'News';
    display: block;
    font-size: 25px;
    margin-bottom: 5px;
    color: #dfb88f;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
}


/*聯絡我們/＝＝＝＝＝*/
.contact_le_map a {
    background: #B1ABA7;
    display: none;
}
.contact_form li.last cite {background: #B1ABA7;}
.ADD2:before {
    content: "LINE";
}
.list_before.info li {
    letter-spacing: 1px;
}

/*會員/＝＝＝＝＝*/
.send_simple{background-color: #B1ABA7;}
.rewrite_simple{background-color: #cbc0a0;}
.member_title p {    border-top: 2px #B1ABA7 solid;}
.login_mem_submit{background: #B1ABA7;}
.login_mem_other_link a{color: #B1ABA7;}
.member_login_regist a{background: #B1ABA7;}
.mem_regist_title_s {    background: #cbc0a0;    color: #fff;}


/*RWD1200/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1200px) {
/*購物車/＝＝＝＝＝*/
.products-list {    grid-template-columns: 1fr 1fr 1fr;}
/*聯絡我們*/
.contact_form li .form__label {
    width: 83px;
    margin-left: -92px;
    padding: 0px;
}}

/*RWD1024/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1024px) {
/*Header/＝＝＝＝＝*/
.pageIndex .header_area {
    position: fixed;}
.navigation {    padding: 10px;}
/*Logo/＝＝＝＝＝*/
.header_area .nav-brand{max-width: 100px;}
.header_area.sticky .nav-brand{max-width: 150px;}

/*文章管理/＝＝＝＝＝*/
.module_i_news ul{grid-template-columns:1fr 1fr;}
.blog_list_ri, .blog_list_le {width: 100%;}
.blog_list_ri {padding: 16px 0;}
.blog_box_edit {font-size: 15px;}

/*購物車/＝＝＝＝＝*/
.product_page .products-list {    grid-template-columns: 1fr 1fr;}

}

/*RWD980/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 980px) {
/*文章管理/＝＝＝＝＝*/
.blog_subbox{grid-template-columns:1fr;}


/*相簿/＝＝＝＝＝*/
ul.show-list , .other_subalbum ,ul.pic-list{    display: grid;    grid-template-columns: 1fr 1fr;}

}

@media screen and (max-width: 900px) {
    #content {
        padding-top: 50px;
    }}


/*RWD768/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 768px) {
/*選單漸變效果＝＝*/
/*首頁固定選單
.pageIndex .header_area{position:relative;}*/

#content {
    padding-top: 0px;
}

/*側邊選單/＝＝＝＝＝*/
.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.mobile > ul > li > a {
    overflow: hidden;        border: none;}
.stellarnav a.dd-toggle .icon-plus {
    width: 21px;
    height: 33px;
}
.stellarnav li.open > a.dd-toggle .icon-plus {
    height: 53px;
}
.stellarnav.mobile > ul > li > a.dd-toggle {
    height: 48px;
}
.stellarnav.mobile li.open {
    background: #c9c0bb;
    padding: 6px;
    border: none;
}
.stellarnav.mobile li.open li.open {
    background: #ffffff;
    padding-bottom: 20px;
}
.stellarnav.mobile > ul > li > a:hover b {
    transform: none;}

    /*.stellarnav > ul > li:hover > a b {
        color: #ffffff;
    }*/
    .bannerindex {
        padding-bottom: 0%;
    }

    .stellarnav li li {
        border-bottom: 1pt solid #dfdfdf;
    }

    .stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {
        background: #ffffff;
        color: #868686;
    }
    .stellarnav > ul > li:hover > a b {
        color: #424242;
    }

    .stellarnav.mobile li.open b {
        color: #ffffff;
    }

    #bottom_menu li a {
        background: #c9c0bb;
        color: #FFF;
    }


/*Logo/＝＝＝＝＝*/
.nav-brand{ margin-top: 10px;}
.header_area .nav-brand{max-width: 150px;}
.header_area.sticky .nav-brand {
    width: 50px;
    transition: 0.3s;
}

/*Footer/＝＝＝＝＝*/
#to_top { bottom:60px;}
#bottom_menu {display: block; }
.footer.with_shopping_mode { padding:30px 0 70px; }
.footer_info {    justify-content: center;}
.footer_logo {    text-align: center;}

/*Banner/＝＝＝＝＝*/
.banner h5:before {

    color: #ffffffb3;
}
/*購物車/＝＝＝＝＝*/
.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;}
.blog_le, .blog_ri {margin-bottom: 0;}
.blog_ri {padding: 0;width: 100%;}
.subbox_item {padding: 32px 0 12px;}
.blog_list_ri p {
    line-height: 160%;
    margin: 12px 0 16px;
    -webkit-line-clamp: 3;
    font-size: 14px;
}
.subbox_item:first-of-type {padding-top:18px;}
.blog_le {padding: 22px 0 0;}
.blog_in_page h4.blog_category_title {font-size: 20px;}
.blog_in_page .blog_ri {padding: 16px 0 0 0;}
.blog_list_ri h5 {
    font-size: 19px;}
    

/*相簿/＝＝＝＝＝*/
.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;}

/*Banner/＝＝＝＝＝*/
.banner h5{font-size: 24px;}

/*購物車/＝＝＝＝＝*/
.prod_related h6 span:before{font-size: 20px;}

/*文章管理/＝＝＝＝＝*/
.module_i_news ul , .blog_subbox{grid-template-columns:1fr;}
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;}
}


/*RWD375/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 375px) {
/*購物車/＝＝＝＝＝*/
.products-list , .product_page .products-list  {    grid-template-columns: 1fr;}
}