@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap');


body {
    font-family: 'Noto Serif TC', serif;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/

.navigation {
    grid-template-columns: 100px 1fr;
}

.header_area {
    padding: 0;
    background: transparent;
    position: fixed;
    transition: ease .3s;
}

.header_area.sticky {
    background: transparent;
}

.sticky .main_header_area.animated {
    background-image: url(https://pic03.eapple.com.tw/muyigrill/header_bg01.jpg);
    background-position: center;
    background-repeat: repeat;
    opacity: .93;
}

.me_tp_features {
    display: none;
}

.main_header_area .container {
    max-width: 1800px;
    padding: 0 2%;
}

.stellarnav ul {
    font-family: 'Noto Serif TC', serif;
}

.stellarnav li.has-sub>a:after {
    content: none;
}

.stellarnav a.dd-toggle .icon-plus {
    display: none;
}

.pageIndex .stellarnav>ul>li>a,
.pageIndex .stellarnav>ul>li.has-sub>a:not(.dd-toggle) {
    padding: 0 2px;
    line-height: 128px;
    height: 100%;
    color: #fff;
    display: block;
    font-weight: 500;
    margin: 0 18px;
    letter-spacing: .5px;
    text-shadow: 2px 4px 6px black;
    transition: all ease 0.3s;
}

.stellarnav>ul>li>a,
.stellarnav>ul>li.has-sub>a:not(.dd-toggle) {
    padding: 0 2px;
    line-height: 128px;
    height: 100%;
    color: #a68c7e;
    display: block;
    font-weight: 500;
    margin: 0 18px;
    letter-spacing: .5px;
    transition: all ease 0.3s;
}

.sticky .stellarnav>ul>li>a,
.sticky .stellarnav>ul>li.has-sub>a:not(.dd-toggle) {
    text-shadow: none;
    line-height: 108px;
    color: #A68C7E;
    font-weight: 800;
}

.stellarnav>ul>li:last-of-type>a {
    margin-right: 0;
}

.stellarnav>ul>li>a:hover,
.stellarnav>ul>li.has-sub:hover>a:not(.dd-toggle) {
    font-weight: bold;
    color: #A68C7E;
}

.sticky .stellarnav>ul>li>a:hover,
.sticky .stellarnav>ul>li.has-sub:hover>a:not(.dd-toggle) {
    font-weight: bold;
    color: #C72E18;
}

.nav-header {
    max-width: fit-content;
    padding: 20px 0 16px;
}

.sticky .nav-header {
    padding: 10px 0 16px;
}

.nav-brand,
.nav-brand img {
    width: 100px;
    display: block;
    transition: all ease 0.3s;
}

.sticky .nav-brand,
.sticky .nav-brand img {
    width: 65px;
}

/*隱藏線上訂購*/
.stellarnav > ul > li:nth-of-type(2) {
    display: none;
}


.pageIndex .header_area .nav-brand img {
    filter: contrast(0) brightness(100);
}

.header_area.sticky .nav-brand img {
    filter: none;
}

.swiper-pagination {
    display: none;
}

.swiper-banner .swiper-slide img {
    width: 100%;
}

/*次分類*/
.stellarnav ul ul {
    background: transparent;
    animation: navi 0.3s;
}

@keyframes navi {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.stellarnav li li {
    background: #A68C7E;
    border: none;
    border-bottom: 1px solid #ffffff7F;
    margin-bottom: 0;
    transition: all ease .3s;
}

.stellarnav li li:hover {
    background: #5F4946;
}

.stellarnav li li:last-of-type {
    border: none;
}

.stellarnav li li a:not(.dd-toggle),
.stellarnav li li.has-sub>a:not(.dd-toggle) {
    color: #fff;
    padding: 10px 20px;
    font-weight: 500;
    line-height: initial;
    height: auto;
    margin: 0;
    position: relative;
}

.stellarnav>ul>li>ul {
    bottom: 40px;
    transform: translateY(100%);
}

.sticky .stellarnav>ul>li>ul {
    bottom: auto;
    transform: none;
}

/* 主分類超過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個--結束 */


/* 商品下拉超過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;
}


@media screen and (max-width: 1024px) {
.nav-brand, .nav-brand img { width: 70px;}
.stellarnav>ul>li>a, .stellarnav>ul>li.has-sub>a:not(.dd-toggle) { line-height: 20px;}
.sticky .nav-header {padding: 10px 0 0px;}
.sticky .stellarnav>ul>li>a, .sticky .stellarnav>ul>li.has-sub>a:not(.dd-toggle) {line-height: 50px;}
}

@media screen and (max-width: 768px) {
.sticky .nav-header {padding: 10px 0 10px;}
.stellarnav.mobile > ul > li > a { padding: 30px 43px 30px 10px; color: #A68C7E; text-shadow: none; font-weight: 800; line-height: 150%;}
.pageIndex .stellarnav>ul>li>a, .pageIndex .stellarnav>ul>li.has-sub>a:not(.dd-toggle) {padding: 30px 43px 30px 10px; color: #A68C7E; text-shadow: none; font-weight: 800; line-height: 150%;}
.stellarnav>ul>li>a, .stellarnav>ul>li.has-sub>a:not(.dd-toggle) { line-height: 150%; padding: 30px 43px 30px 10px; font-weight: 800;}
.sticky .stellarnav>ul>li>a, .sticky .stellarnav>ul>li.has-sub>a:not(.dd-toggle) { line-height: 150%;}
}
@media screen and (max-width: 570px) {
.stellarnav .menu-toggle { padding: 15px 10px;}
.pageIndex .nav-header { padding: 5px 0 16px;}
.pageIndex .nav-brand, .pageIndex .nav-brand img { width: 50px;}
.pageIndex .sticky .nav-header { padding: 10px 0 10px;}
}


/*上方選單右邊設定 臉書/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 {}
*/

/*手機LOGO
.nav-brand-m {}
*/

/* 商品下拉超過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; padding: 150px 20px 50px;}
.product_info_page .main_part { max-width:1500px; padding: 150px 20px 50px;}
/* .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 #a68c7e; 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-top:5px; /*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 a{ padding:5px 10px;}
.product-layer-two li li:hover > a { background:#fff; color:#ad925e;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc; padding-bottom: 5px;}
.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: 15px;}
.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:#5F4A46;}

.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: 1024px) {
.product_page .show_content, .product_info_page .show_content {    justify-content: space-evenly;}
}
@media screen and (max-width: 980px) {
}
@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;}

.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;}
.product_page .main_part { padding: 120px 20px 50px;}
}
@media screen and (max-width: 600px) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*大圖*/
/*預設解除背景輪播*/
#content_main {margin: 0;}
#content {
    background: url(https://pic03.eapple.com.tw/muyigrill/web_bg.jpg) no-repeat;
    background-position: top;
}
.bannerindex { position: relative;; height:auto;}/*custom原本有寫*/
.swiper-banner { position:static; margin:0; height:auto;}/*custom原本有寫*/
.swiper-slide img { height:auto;}/*custom原本有寫*/
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}}
.swiper-slide {position: relative;}/*因為偽元素，所以要加的*/
.swiper-slide:before ,.swiper-slide:after { content: ""; position: absolute;  z-index: 999; pointer-events:none;}/*before+after依樣要寫的內容拆出來寫一起，要寫在個別下方也可以*/


/*banner01*//*第一張大圖的偽元素*//*依樣可以放before+after 兩個*/

.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before {
    background: url(https://pic03.eapple.com.tw/muyigrill/banner01.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: -1%;
    left: 0%;
    width: 102%;
    height: 102% !important;
    background-position: left;
    padding-bottom: calc(100% / 1* 0.43);
    mix-blend-mode: multiply;
}

.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after {
    background: url(https://pic03.eapple.com.tw/muyigrill/title01.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 15%;
    left: 12.5%;
    width: 16%;
    height: 74% !important;
    background-position: left;
    padding-bottom: calc(100% / 1 * 0.12);
    animation: fade-in-bottom 3s cubic-bezier(.39,.575,.565,1.000) both;
    animation-delay: 1s;
}



.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before {
    background: url(https://pic03.eapple.com.tw/muyigrill/banner02.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: -1%;
    left: 0%;
    width: 102%;
    height: 102% !important;
    background-position: right;
    padding-bottom: calc(100% / 1* 0.43);
    mix-blend-mode: multiply;
}

.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):after {
    background: url(https://pic03.eapple.com.tw/muyigrill/title02.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 12%;
    right: 10.5%;
    width: 16%;
    height: 74% !important;
    background-position: right;
    padding-bottom: calc(100% / 1 * 0.12);
    animation: fade-in-bottom 3s cubic-bezier(.39,.575,.565,1.000) both;
    animation-delay: 1s;
}

.bannerindex .swiper-slide.swiper-slide-active:before { animation:fade-in-bck .9s cubic-bezier(.1,.300,.400,0.2) both}

@-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;
    }
  }

@keyframes fade-in-bottom {
  0% {
    transform: translateY(64px);
    opacity: 0;
  }
  
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*footer*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/

/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
.footer {background: #5F4946;}
.footer .center {max-width: 1600px;width: 90%;    margin: 0 auto 30px;}
.footer_logo {max-width: 100px;position: absolute;right: 0;top: 0;}
.footer_logo > a{display: block;background: url(https://pic03.eapple.com.tw/muyigrill/logo_w.png) no-repeat;
width: 100px ;height: 120px;background-size: contain;opacity: .8;}
.footer_logo img{display: none;}
.footer_info { grid-template-columns: 1fr;}
.footer_info li{ padding: 20px 10px 10px;}
.footer_info li p,.footer_info li p a{color: #fff;font-size: 14px;font-weight: 300;}
.footer_menu a{background: transparent;color: #ccc;border:none;font-size: 14px;padding: 0;
margin: 10px 10px 0 0;transition: all .5s;}
.footer_menu a:hover{background: transparent;}
.copy,.copy a{font-size: 10px;color: #ccc;font-weight: 300;}
.copy{padding: 0 0 60px;border-top: none;justify-content: flex-end;max-width: 1600px;width: 90%;
	margin: 0 auto;z-index: 100;position: relative;}
.copy a:hover {color: #b33048;}
.privacyLinks a+a {border-left: 1px solid #ccc;}
.box_link{display: none;}

/*隱藏*/
.footer_info li p.line {display: none;}
.footer_info li p.phone { display: none;}
.footer_info li p.add { display: none;}


@media screen and (max-width: 1200px){
	.footer_logo {right: 50px;}
	.copy {padding: 0px 0 40px ;justify-content: center;}
}
@media screen and (max-width: 768px){
	.footer_logo {position: relative;right: auto;margin: 0 auto;}
	.footer_info ul{text-align: center;}
	/*.copy > p:first-child{width: 100%;}*/
}
@media screen and (max-width: 600px) {
	.footer_menu a {margin: 6px 0;width: 32%;}
	.footer_menu a:first-child{display: none;}
	.copy {padding: 40px 0;border-top: 1px solid #aaa;margin-top: 40px;}
    .total_view {display: inline-block;width: auto;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*內頁BANNER 設定*/
.banner { display: none;}
.banner h5 {}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*其他頁面*/
.services_page .path p, .other_page .path p , .contact_page .path p{    display: none;}
.path p a:hover {color: #A68C7E;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*購物車*/
.product_info_page .product-layer-two { display: none;}

.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 .products-list {  width: calc(100% - 350px);}

ul.page { width: 100%;}
.products-list {  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); grid-gap: 0px 0px;}
.products-list .item { border: 1px solid transparent; padding: 15px 20px 20px; transition: 0.5s;}
.products-list .item:hover { border: 1px solid #A68C7E;}

/*hover*/
.products-list .more { opacity: 0; border: 1px solid #5F4A46; color: #5F4A46; font-size: 14px;}
.products-list .item a:hover .more { opacity: 1; background: #5F4A46;}

/*側邊*/
.product_page .product_menu_list { position: relative; width: 220px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 30vw;}
.product_info_page .product_menu_list {  display: none;}/*內頁不顯示*/

.product_menu_list>h5 { color: #5F4A46; display: block;}
.fa-caret-down::before { color: #5F4A46;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc; padding-bottom: 5px;}
.product-layer-two li ul { position:static; margin-top:5px; /*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; background: transparent;}

.product-layer-two li li a{ padding:5px 10px 5px 17px; font-size: 14px; background: transparent;}
.product-layer-two li li > a:before { 
        content: ""; position: absolute; width: 12px; height: 8px; background: transparent; left: 5px;
         margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}

.product-layer-two li li:hover{ margin-left: 15px;}

.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;}

.product-layer-two > li {  border-bottom: unset;  padding-bottom: 15px;}
.product-layer-two li a {  border: unset;background: transparent;  padding: 7px 16px;  color: #221814;font-size: 16px; transition: 0.5s;}
.product-layer-two li:hover a { letter-spacing: 2px; color: #a68c7e;}
.product-layer-two li i { height: 22px;  font-size: 12px; top: 8px;}
.product-layer-two li i.close::before {  color: #5F4A46;content: "\f107";}
.product-layer-two li li:hover > a:before {  background: #5F4A46;}
.product-layer-two li li:hover > a { background: transparent; color: #5F4A46;}

.fa-circle-plus::before { content: "\f107";     color: #a68c7e;}
.product-layer-two li:hover i:before { color: #5F4A46;}
.product-layer-two li.active a { border: unset; color: #a68c7e;}
.product-layer-two li li.active a {  background: transparent;}



/*首頁*/
.prod_part { padding: 0px 20px 60px;}
.i_prod_tit{ display: none;}
.prod_part section {  max-width: 1400px;}
.pageIndex .productsListBox, .productsListBox.swiper {  padding: 0px 0;}
.pageIndex .products-list {grid-gap: 0px; grid-template-columns: repeat(6, 1fr);}
.products-list .item a {text-align: center;}

.pageIndex .products-list .name {letter-spacing: 1px;height: 3em;font-size: 14px;}
/*
.pageIndex .products-list .item:nth-child(n+9) { display: none;}
.pageIndex .products-list { border: 1px solid #b6b6b6;}
.pageIndex .products-list .item { border-bottom: 1px solid #b6b6b6;}
.pageIndex .products-list li+li { border-left: 1px solid #b6b6b6;}
.pageIndex .products-list .item:nth-child(n+5) { border-bottom: unset;}
.pageIndex .products-list .item:nth-child(5) { border-left: unset;}
*/
.products-list .price b{font-weight: 500;}
.products-list .price b { color: #676767;}
.products-list .item a { overflow: hidden;}

/*hover*/
.products-list .item a img { transition: 1s;}
.products-list .item a:hover img { transform:scale(1.05);  transition: 1s;}
.products-list .item a:hover .price b { color: #5F4A46;}

/*看更多*/
/*.pageIndex .products-list .more {display: none;}*/
.i_prod_b { display: none;}

/*列表*/
.products-list .name { font-size: 14px;}
.products-list .name span { font-size: 14px;  padding-top: 2px; color: #474747;}
.products-list .price { margin: 10px 0 5px; }


/*內頁*/
.product-wrapper { width: 100%;}
.product_main { padding: 0 30px;  width: 65%;}
#prod_thumbSwiper .swiper-slide::before { background: transparent;}
.sidebarBtn { padding: 15px 0 15px 35px; display: inline-block; width: 33%; border: unset; background: transparent;}

.sidebarBtn .price {border-bottom: 1px solid #221814;padding: 10px 0 25px;}
.sidebarBtn h2 { line-height: 280%; color: #5F4A46;}
.sidebarBtn .sp_price { color: #C72E18;}
.pd_tabTitle li { border-bottom: 1px solid #A3897E;}
.pd_tabTitle li.activeTab::after { height: 3px;  background: #A3897E;}
.product_info li .txt_box { color: #666;}
.product_info li span { font-size: 16px; color: #000000;}
.toShare { border-top: unset; margin-top: 0px;}

/*按鈕*/
.inquiry_a3 { background: #A3897E;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover { background: #5F4946;}

/*相關推薦*/
.prod_related h6 span:before {color: #5f4946;letter-spacing: .6rem;}
.prod_related { padding: 60px 0 30px; border-top: 1px solid #5f4946; margin-top: 100px; background: transparent;}
.prod_related h6 { max-width: 1400px; margin: 0 auto 30px;}
.related_list { grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); max-width: 1550px;}   
.related_list li a { background: transparent;}    
.related_list li a p { line-height: 2; padding-top: 15px;  letter-spacing: 2px;}
.lastPage { background: #81d8d0;transition: 0.5s; margin: 50px auto 0;}
.lastPage:hover { letter-spacing: 2px;}


@media screen and (max-width: 768px) {
    .product_page .product_menu_list {
        width: 100%;
        order: 0;
        min-height: unset;
        border-right: none;
    }
    .product_page ul.products-list {
        width: 100%;
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/

/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/*大範圍*/
.blog_box {padding:10px 0px; display: flex;justify-content: space-between;flex-wrap: wrap;}
.blog_page .main_part , .blog_in_page .main_part {padding: 150px 20px 50px;}
/*側邊*/
.blog_le {padding: 0;}
h5.blog_le_t{text-align: center;margin-bottom: 0; color: #5f4946;}
.blog_search input[type=search]{outline: none; box-sizing: border-box; width: 100%; font-size: 14px; color: #999; border: 0; border-radius: 0;
border-bottom: 1px #565656 solid; padding: 10px 35px 10px 10px; background: transparent;}
.blog_search input[type=submit] { outline: none; position: absolute; right: 0; top: 0; z-index: 999; width: 38px; height: 38px;
background: url(../images/search-icon.png) no-repeat 9px center transparent; border: none; transform: scaleX(-1);}
.accordion li .link a {font-size: 13px;font-weight: 500;letter-spacing: .2rem;text-align: center;}
.blog_le .accordion {    border: none; border-radius: 0;}
.blog_le .accordion li{transition: all .8s;}
.blog_le .accordion li .link i {font-size: 12px;}
.blog_le .accordion li.open .link {background: #666;}
.blog_le .accordion li.open .link a{color: #fff;}
.blog_le .accordion li.open .link i{color: #fff;}
.blog_le .accordion>li {border-bottom: 1px #5f49463d solid; transition: all 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category { background: #5f4946 !important;}
.submenu a {padding: 12px 12px 12px 30px;background: #fff;font-size: 12px;}
.submenu a i {font-size: 12px;color: #ccc;left: 10px;transition: all .5s;}
.submenu li.on_this_category a, .submenu a:hover {background: #aaa;}
.submenu li.on_this_category a i, .submenu a:hover i{color: #fff;}
/*分類頁*/
.blog_ri {padding: 0 0 0 50px;}
.blog_page h4.blog_category_title{display: none;}
.blog_subbox {grid-template-columns: 1fr;}
.subbox_item a {grid-template-columns: 300px 1fr;align-items: center;grid-gap: 50px;padding-right: 50px;}
.subbox_item a:before {font-size: 10px;padding: 5px 20px;background: #A68C7E;color: #fff;letter-spacing: 0;
	bottom: auto;right: 0;left: auto;top: 0;}
.subbox_item a:after {background: rgba(256,256,256,.5);border: none;}
.blog_list_ri h5 {color: #444;font-weight: 400;}
.blog_list_ri em {font-size: 12px;}
.blog_list_ri p {font-weight: 400;letter-spacing: .2rem;line-height: 160%;font-size: 12px;margin-top: 20px;}
.blog_list_le {aspect-ratio: auto;}
.blog_list_le img {height: 20vw;max-height: 280px;}
/*文章頁*/
h4.blog_category_title {padding: 0;font-size: 20px;letter-spacing: .4rem;margin-bottom: 0;font-weight: 400;}
.blog_shareData{border-bottom: 1px solid #eee;padding-bottom: 10px;}
.toShareNews b{font-size: 12px;font-weight: 400;}
.toShareNews a object{max-width: 20px;}
.articel_mainPic{display: none;}/*清單縮圖*/
.blog_back {grid-gap: 0;width: 100%;}
.blog_back a.article_btn_prev,.blog_back a.article_btn_next {
	background: transparent;color: #5f4946;border: 1px solid #a68c7e;font-size: 13px;padding: 12px;}
.blog_back a.article_btn_back{background: #a68c7e;padding: 12px;font-size: 13px;}
.news_related{padding: 60px 0 30px;border-top: 1px solid #5f4946;margin-top: 100px;background: transparent;}
.news_related h6 {max-width: 1400px;margin: 0 auto 30px;}
.news_related h6 span:before {letter-spacing: .6rem;color: #5f4946; content: '相關日誌';}
.news_related_list {background: transparent;grid-template-columns: repeat(4, 1fr);max-width: 1400px;width: 94%;}
.news_related_list li a{padding: 0;    background: transparent;}
.news_related_list li a img {height: 20vw;max-height: 280px;}
.news_related_list li a p {margin: 10px auto 20px;padding: 0;}
.lastPage {background: #a68c7e;font-size: 12px;}
/*首頁*/
.module_i_news {padding: 80px 0;}
.module_i_news section {max-width: 1800px;width: 94%;}
.module_i_news .title_i_box {margin-bottom: 0;}
.module_i_news ul {grid-template-columns: repeat(4, 1fr);}
.module_i_news li a {grid-template-columns: 1fr;}
.i_blog_le {aspect-ratio: 4 / 3;}
.i_blog_ri h5 {font-size: 18px;letter-spacing: 0;}
.i_blog_ri p {font-size: 13px;line-height: 1.4;}

@media screen and (max-width: 1200px){
	/*分類頁*/
	.blog_list_le img{height: 25vw;}
	/*文章頁*/
	.news_related_list {grid-template-columns: repeat(2, 1fr);}
	.news_related_list li a img {height: 25vw;}
	/*首頁*/
	.module_i_news ul {grid-template-columns: repeat(2, 1fr);}
}
@media screen and (max-width: 1024px){
	/*側邊*/
	.blog_le {width: 180px;}
	.accordion li .link a {letter-spacing: .2rem;padding: 12px 10px;}
	/*分類頁*/
	.blog_ri {padding: 0 0 0 30px;width: calc(100% - 200px);}
}
@media screen and (max-width: 960px) {
	/*分類頁*/
    .subbox_item {border-bottom: none;}
}
@media screen and (max-width: 768px){
    /*大範圍*/
    .blog_page .main_part, .blog_in_page .main_part {padding: 150px 50px 50px;}
	/*側邊*/
	.blog_le{padding: 0;width: 100%;}
	/*分類頁*/
	.blog_ri {padding: 0;width: 100%;}
	.blog_list_ri{padding: 0;}
	.blog_list_ri h5 {font-size: 16px;}
	/*文章頁*/
	.blog_le, .blog_ri{margin-bottom: 50px;}
	.blog_back a.article_btn_prev,.blog_back a.article_btn_next,.blog_back a.article_btn_back{font-size: 12px;}
	.lastPage{font-size: 12px;}
	/*首頁*/
	.module_i_news li {border-bottom: none;}
}
@media screen and (max-width: 600px){
	/*分類頁*/
	.subbox_item a {grid-template-columns: 1fr;}
	.blog_list_le img {height: 280px;}
	/*文章頁*/
	.news_related_list li a img {height: 150px;}
}
@media screen and (max-width: 450px){
	/*分類頁*/
	.subbox_item a {grid-template-columns: 80px 1fr;grid-gap: 15px;}
}
/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
/*文章共同設定*/
.module_i_news section {max-width: 1200px;}
/*---分類頁*/
.blog_list_le img {height: inherit;max-height: inherit;}
/*---文章頁*/
.news_tags a {color: #a68c7e;}
.blog_ri{margin-bottom: 80px;}
.news_related_list {max-width: 1200px;}
.news_related_list li a img {height: auto;max-height: inherit;}
.lastPage {background: #a68c7e;}
/*---側邊分類*/
.accordion li+li .link { border-top: none;}
.submenu li.on_this_category a, .submenu a:hover {background: #a68c7e;}
/*首頁*/
.module_i_news .title_i_box {display: flex;align-items: baseline;flex-direction: row-reverse;justify-content: center;}
.module_i_news .title_i_box h6{font-size: 32px;text-transform: uppercase;color: #333;border-left: 2px solid #333;
    padding-left: 15px;margin-left: 15px;}
.module_i_news .title_i_box h4{font-size: 30px;color: #333;position: relative; display: none;}
.module_i_news .title_i_box h4:before{content: "";width: 48px;height: 48px;background-size: contain !important;
margin-right: 15px;display: inline-block;position: absolute;right: 100%;}


/*文章一*/
/*---首頁*/
.module_i_news.module_i_news01 {padding: 50px 0;    background: url(https://pic03.eapple.com.tw/muyigrill/web_bg.jpg) no-repeat; background-position: top;}
.module_i_news.module_i_news01 .title_i_box h4:before{background: url(https://pic03.eapple.com.tw/peterattorney/icon_page_icon_01.svg);}
.module_i_news.module_i_news01 .module_i_news_list{padding: 50px 0;}
.module_i_news.module_i_news01 .i_blog_le {aspect-ratio: 1 / 1;border-radius: 12px;}
.module_i_news.module_i_news01 .i_blog_b {margin: 0 auto; max-width: 220px;}
.module_i_news.module_i_news01 ul{grid-gap: 30px;}
.module_i_news.module_i_news01 li a:before {font-size: 12px;background: #a68c7e;color: #fff;padding: 3px 8px;
	right: 0;top: 0;bottom: auto;letter-spacing: 0;border-top-right-radius: 12px;}
.module_i_news.module_i_news01 li a:after{display: none;}
.module_i_news.module_i_news01 .i_blog_ri h5 {color: #333;}
.module_i_news.module_i_news01 .i_blog_ri p {color: #555;font-weight: 300;}
.module_i_news .products-list .more{display: none;}
.i_blog_le img, .blog_list_le img, .news_related_list li a img { margin: auto; object-fit: cover; transition: opacity 450ms, transform 900ms 
    cubic-bezier(0.215, 0.61, 0.355, 1);
    max-width: 100%;
    display: block;
    width: 100%;
    height: 100%;}
.module_i_news li a:hover img ,.news_related_list li a:hover img{transform: scale(1.2) translate3d(0, 0, 0);}
.pageIndex .animated-arrow { background: #a68c7e;color: #fff;display: inline-block; margin-top: 67px; height: 36px; line-height: 34px; overflow: hidden; 
width: 243px; text-align: center; position: relative; border-radius: 50px;}
/*---分類頁*/
.article_a .subbox_item a {grid-template-columns: 280px 1fr;padding-right: 0;}
.article_a .subbox_item a:before{border-top-right-radius: 12px;}
.article_a .subbox_item a:after {background: rgb(193 163 131 / 5%);border: 1px solid  #A68C7E;border-radius: 12px;}
.article_a .blog_shareData {border-bottom: none;margin-bottom: 0;}
.article_a .blog_list_le{border-radius: 12px;overflow: hidden;}
/*---文章頁*/
.article_a .blog_box_edit ul{padding-inline-start: 0px;}

@media screen and (max-width: 1024px){
/*分類頁*/
.subbox_item a, .article_a .subbox_item a {padding-right: 0;grid-template-columns: 220px 1fr;grid-gap: 30px;}
}

@media screen and (max-width: 500px){
/*大範圍*/
.blog_page .main_part, .blog_in_page .main_part {padding: 150px 25px 0px;}
/*分類頁*/
.subbox_item a, .article_a .subbox_item a{ grid-template-columns: 1fr;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*聯絡我們*/
.contact_page .main_part {padding: 0px 0px 100px;}
.contact_editbox {padding: 0;}
h4.blank_letter.f {  text-align: left;   padding-bottom: 25px; position: relative;  top: 50px; font-size: 24px; color: #000;}
/*h4.blank_letter.f:before { content: "FORM";font-size: 50px; font-family: "Tenor Sans"; font-weight: 500;
        letter-spacing: 6%;  position: absolute; left: 50%;  transform: translateX(-50%);  top: -50px;}*/
/*h4.blank_letter.f:after { content: ""; width: 27px; height: 3px; background-color: #5F4946; position: absolute;bottom: 0; left: 0;}*/
.blank_letter {font-size: 23px; color: #2F2F2F; font-weight: 800; letter-spacing: 2px; text-indent: 2px; background-repeat: no-repeat;}
.note {  text-align: left;  padding-top: 10px;}

/*表格*/
.contact_content { padding: 20px 10px 20px;}
.contact_content .information_right {  width: 100%;  padding: 0px 250px 80px;}
.contact_form li { grid-template-columns: 1fr; grid-gap: 10px;}
.contact_form li .form__label {  display: block; max-width: 100%;  text-align: left;  width: 100%;  font-weight: 800;}
.contact_form  { grid-template-columns: repeat(12, 1fr); grid-gap: 35px 80px; align-items: start; margin: 0; padding-top: 80px;width: 100%;}
.contact_form li { grid-template-columns: 1fr;  grid-column: auto / span 6;  grid-gap: 5px;}
/*.contact_form li:nth-child(n+5) { grid-column: auto / span 12;}*/
.form select {width: 100%;}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert { display: flex;grid-gap: 0px;}
input[type="checkbox"], input[type="radio"] { margin-left: 25px; margin-right: 5px;}

.contact_content .information_left {  display: none;}

.star { padding: 0px;}
.contact_form li input.noborder { border: unset;  border-bottom: 1px solid #A68C7E; background: transparent;}
.contact_form li textarea.noborder { border: 1px #b0b0b0 solid;  background: transparent;}
.red { color: #A68C7E;}

/*按鈕*/
.contact_form li.last cite, .contact_form li.last blockquote{ font-weight: 400; }
.contact_form li.last cite {  background: transparent;  color: #5F4946; }
.contact_form li.last blockquote { color: #5F4946;}
.contact_form li.last blockquote, .contact_form li.last cite { border: 1px #5F4946 solid;padding: 4px; border-radius: 0px;}


@media screen and (max-width: 1200px) {
.contact_content .information_right {
        padding: 0px 100px 80px;
    }
}

@media screen and (max-width: 1024px) {
.contact_content .information_right {
        padding: 0px 30px 80px;
    }
}

@media screen and (max-width: 980px) {
.contact_content .information_right { padding: 0px 50px 80px;}
.contact_form {    grid-gap: 10px;}
.contact_form li { grid-column: auto / span 12;}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {  display: grid;  grid-gap: 5px;}
input[type="checkbox"], input[type="radio"] { margin-left: 0px; margin-right: 0px;}
}

@media screen and (max-width: 600px) {

.contact_form li .form__label {background: transparent;}
.contact_content .information_right {   padding: 0px 20px;  }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*相本分類全版面 ( 限制最寬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: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu { background: #A68C7E;}
#bottom_menu li a { color: #fff;}
.footer.with_shopping_mode { padding:30px 0 30px; }
#to_top { bottom:60px;}
.stellarnav .menu-toggle span.bars span {background: #A68C7E;}
.stellarnav .menu-toggle:after { color: #A68C7E;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { background: #A68C7E;}
.stellarnav .icon-close:before, .stellarnav .icon-close:after { border-bottom: solid 3px #fff;}
.stellarnav a { color: #fff;}
}

@media screen and (max-width: 600px) { 
}




