@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/


/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/


/*電腦LOGO
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;   background: #fffdf6;  }
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
.pageIndex .swiper-banner .swiper-slide img{transform: none !important;}/*大圖放大動畫移除*/
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*共用*/
#content { background: #404d41; background: url(https://pic03.eapple.com.tw/muyangclinic/bg01.jpg) no-repeat top center fixed; background-size: cover; }
.path p, .path p a {display: none;}
.animated-arrow {
  background: #985e24;
  border-radius: 50px;
  border: 1px #284447 solid;
}
@media screen and (max-width: 768px) {
  #content { background: url(https://pic03.eapple.com.tw/muyangclinic/bg01.jpg) repeat-y top center scroll;       background-size: cover;}
}

/*滾輪*/
::-webkit-scrollbar { width: 5px;}/*滾輪寬度*/
::-webkit-scrollbar-button { background: transparent; border-radius: 7px; height: 0;}/*滾輪與視窗上下的間距*/
::-webkit-scrollbar-track-piece { background: #e0e0e0;}/*滾輪軌道背景*/
::-webkit-scrollbar-thumb { border-radius: 3px; background-color: #985e24; border: #985e24;}/*滾輪樣式*/
::-webkit-scrollbar-track { box-shadow: transparent;}/*滾輪軌道樣式*/

/*top*/
#to_top {
  bottom: 70px;
  right: auto;
  left: 16px;
  width: 44px;
  height: 44px;
  color: #985e24;
  background: #985e24;
  border: 1px #ffffff7d solid;
  box-shadow: 0px 0px 10px #ffffff8c;
}
#to_top i.top {
  width: 14px;
  height: 14px;
  top: 14px;
  transform: translateY(-50%);
}
#to_top i.top:before, #to_top i.top:after {
  height: 10px;
  width: 2px;
  top: 0;
  left: 46%;
}
#to_top i:before, #to_top i:after {background: #fff;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*大圖動畫*/

.swiper-slide {position: relative;}/*因為偽元素，所以要加的*/
.swiper-slide:before ,.swiper-slide:after { content: ""; position: absolute;  z-index: 999; pointer-events:none;}/*before+after依樣要寫的內容拆出來寫一起，要寫在個別下方也可以*/
.bannerindex  {    transform: none !important;}
.bannerindex .swiper-slide:nth-child(1)::after {
  background: url(https://pic03.eapple.com.tw/muyangclinic/w01.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 42%;
  left: 10%;
  width: 100%;
  height: 0 !important;
  background-position: left;
  padding-bottom: calc(100% / 2* 0.27);
}
.bannerindex .swiper-slide:nth-child(2)::after {
  background: url(https://pic03.eapple.com.tw/muyangclinic/w02.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  left: 9%;
  width: 100%;
  height: 0 !important;
  background-position: left;
  padding-bottom: calc(100% / 2* 0.07);
}

.swiper-slide.swiper-slide-active:nth-child(1):after { animation: slide-top  2.5s 0.5s both;}
.swiper-slide.swiper-slide-active:nth-child(2):after { animation: slide-top  2.5s 0.5s both;}

/*往右特效*/
@keyframes slide-top {
  0% {-webkit-transform: translateY(100%);  /* 一開始的位置 在X-100*/
            transform: translateY(100%);
            opacity:0;/*透明度0*/}
  100% {-webkit-transform: translateY(0);/* 跑到最後終止的位置 在X-0*/
            transform: translateY(0);
            opacity:1;/*透明度顯示*/}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*選單購物欄*/
.me_tp_features {  }
.shop_search_btn {   background: #6e3808;     border-radius: 0px 20px 20px 0px;}
.me_tp_features a { margin: 0 0px 0px 5px;     color: #6e3808;}
.me_tp_features a i {  display: none;}

.stellarnav ul ul li a { font-size: 14px; }
.main_header_area {
    background: rgb(255, 255, 255);
    box-shadow: 0px 0px 15px -10px #000;
}
/*header*/
.navigation { grid-template-columns: 250px 1fr;}
.header_area.sticky { background: none;}
.header_area {
    position: absolute;
    background: none;
    width: 100%;
    z-index: 10000;
    top: 0%;
    padding:0px;
    transition: ease-out 0.3s;
}
.pageIndex .header_area {  top: 0%;}
.header_area.sticky {
    transition: ease-out 0.3s;
    position: fixed;
    top: 0px;
}
.header_area .main_header_area {
    width: 90%;
    max-width: 1800px;
    margin: 0 auto;
    border-radius:0px 0px 50px 50px;
    box-shadow: 0px 0px 10px 0px #bda48273;
    transition: ease-out 0.3s;
    background: #fffcf5;
    background-image: radial-gradient(#f1decb8a 1px, #ffecd994 1px);
    background-size: 4px 4px;
}
.header_area.sticky .main_header_area {
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  margin: auto;
  top: 20px;
  transition: ease-out 0.3s;
}
.main_header_area .container { max-width:95%; }
.me_tp_features { }

/*LOGO*/
.nav-header {  max-width: 270px;}
.nav-brand {
    width: 290px;
    margin: 10px 0px 10px 0px;
}


/*選單*/
.stellarnav ul {
  position: relative;
  top:0px;
}
.stellarnav > ul > li > a {
    transition: 0.3s ease-out;
    padding: 50px 15px 0 15px;
    letter-spacing: 2px;
    color: #6e3808;
    height: 90px;
}
.stellarnav > ul > li > a:hover { color: #985e24; }

.stellarnav > ul > li:hover > a:before{
  transform: rotate(360deg);
  transition: all 0.5s;
}

.stellarnav > ul > li > a:before {
  content: "";
  background: url(https://pic03.eapple.com.tw/muyangclinic/g01.png) no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 5px;
  left: 25px;
  transform: rotate( 1deg);
  text-align: center;
  transition: all 0.5s;
}
.stellarnav > ul > li:nth-of-type(even) > a:before {
  background: url(https://pic03.eapple.com.tw/muyangclinic/g02.png) no-repeat;
  background-size: contain;
}

/*下拉選單*/
.stellarnav ul ul {
    width: 170px;
    background: #f7e2d4f5;
    border-radius: 0 0 10px 10px;
}
.stellarnav li.has-sub > a:after {
  display: none;
}

.stellarnav li li {
  border: unset;
  padding: 5px 0px;
}
.stellarnav li li+li {    border-top: 1px #935d24 solid;}

.stellarnav li li a {  color: #935d24;}
.stellarnav li li a:hover {
    color: #935d24;
    transition: 0.3s ease-out;
    transform: translateX(5px);
}
.stellarnav li.has-sub > a {  }

@media screen and (max-width: 1350px) {
.main_header_area .container {   max-width: 1100px;}
}

@media screen and (max-width: 1250px) {
.nav-brand { margin: 8px 0px 0px 0px;     width: 190px }
}


@media screen and (max-width: 1024px) {
.header_area .main_header_area {
      backdrop-filter:unset;
      width: 100%;
      max-width: 100%;
      border-radius: 0;
      transition: ease-out 0.3s;
}
.stellarnav > ul > li > a {   height: 46px;   transition: 0.3s ease-out;     padding: 0px 10px; }
.stellarnav > ul > li > a:before{ display: none;}
.header_area.sticky .main_header_area {  backdrop-filter:unset;}
.header_area { position: relative; }
.main_header_area .container { max-width: 100%; }
.nav-header {     position: static;     text-align: center;}
.navigation { padding: 0px 0 0px 0px; }
.me_tp_features { padding-top: 0px;}
}
@media screen and (max-width: 768px) {
    .header_area .nav-brand {   width: 200px; padding: 0px;   margin: 0px;}
    .stellarnav .menu-toggle:after {color: #5c5c5c;}
    .stellarnav .menu-toggle span.bars span {  background: #5c5c5c;}
    .stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile, .stellarnav .close-menu { padding: 27px 30px;}
    .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {    background: #c8ecfd;  }
    .stellarnav.mobile > ul > li { border-bottom: 1px #d9d9d9 solid;  }
    .stellarnav.mobile > ul > li > a { }
    .stellarnav > ul > li:after {display: none;}
    .me_tp_features { margin: 5px 0; display: none;}

    .main_header_area:after {  top: 90px;}

    /*側邊選單*/
    .pageIndex .stellarnav .menu-toggle span.bars span {   background:  #391911;}
    .sticky .stellarnav .menu-toggle span.bars span {  }
    .pageIndex .stellarnav .menu-toggle:after {        color:  #391911;    }
    .sticky .stellarnav .menu-toggle:after {          }
 
    .stellarnav .menu-toggle span.bars span {   background:  #391911;}
    .stellarnav .menu-toggle:after {     color:  #391911;}
    .stellarnav.mobile {  top: 3px;}
    .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {  
        max-width: 100%; 
        background: #fffcf5;     
        background-image: radial-gradient(#f1decb8a 1px, #ffecd994 1px);    
        background-size: 4px 4px;    
        overflow: hidden;        
        transition: all 1s;   
        left: 0;
    }
    .stellarnav.mobile.left .close-menu {      background: #fffaec00;          color:  #391911; }
    .stellarnav .icon-close:after {    border-bottom: solid 3px  #391911;}
    .stellarnav .icon-close::before {    border-bottom: solid 3px  #391911;}
    .stellarnav a.dd-toggle .icon-plus:after {    border-bottom: solid 3px  #391911;}
    .stellarnav a.dd-toggle .icon-plus:before {    border-bottom: solid 3px  #391911;}
    .stellarnav > ul > li:not(.tp_links) > a:before {display: none;}
    .stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile, .stellarnav .close-menu { padding: 14px 15px;     position: relative;  }
    .stellarnav.mobile ul {    background: none;  }
    .stellarnav.mobile li.open li.open {     background: #fbe7da;}
    .stellarnav.mobile li.open {   background: none;  }
    .stellarnav.mobile > ul > li {   border-bottom: 1px  #391911 solid; text-align: center;     margin: 0px 30px; }
    .stellarnav > ul > li:after {display: none;}
    .stellarnav li li {   border-bottom: 1px #eee solid; border: none;}

 /*------------------------------*/
}

@media screen and (max-width: 600px) {
    .main_header_area:after {  top: 94px;}
} 
@media only screen and (max-width: 570px) {
  .me_tp_features a.tp_btn_cart, .me_tp_features a.tp_btn_notice {      display:inline-block;  }
}
@media screen and (max-width: 425px) {
    .stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile, .stellarnav .close-menu { padding: 15px 10px;}
    .nav-brand img {   padding-top: 0px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*下拉*/
/* 商品下拉超過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個--結束 */
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*FOOTER*/
.footer {
    padding: 50px 0 0; 
    background: #fffcf5; 
    background-image: radial-gradient(#f1decb8a 1px, #ffecd994 1px);
    background-size: 4px 4px;
    overflow: hidden;
}
.footer .center {max-width: 1500px;width: 90%;}
.footer_info {grid-template-columns: repeat(2, 1fr);align-items: end;grid-gap: 20px;padding-right: 0;}
.footer_info ul {display: flex;grid-column: 1 / 3;width: 100%;order: 2;justify-content: space-between;align-items: flex-start;
    padding-top: 30px;border-top: 1px solid #5b5b5b;}
.footer_info li:nth-child(1) {display: flex;align-items: flex-start;padding: 0;
    justify-content: flex-start;gap: 15px 0;flex-direction: column;     font-size: 14px;}
.footer_info li p {line-height: 1;letter-spacing: 0.08em;color: #391911;}
.footer_info li p a {color: #391911;}

/*FOOTER_MENU*/
.footer_info li:nth-child(2) {padding: 0;}
.footer_menu {display: flex;flex-wrap: wrap;justify-content: flex-end;width: 100%;}
.footer_menu a {text-align: right;padding: 0 0 0px 20px;font-size: 14px;letter-spacing: 0.08em;
    color: #391911;background: unset;border: 0;margin: 0;transition: 0.3s ease;}
.footer_menu a:first-of-type {display: none;}
.footer_menu a:hover {background: unset;color: #935d24;transition: 0.3s ease;}

/*FOOTER_ICON*/
.box_link {position: relative;right: 0;max-width: 225px;justify-content: flex-end;max-width: unset;
    align-items: flex-end;flex-direction: unset;flex-wrap: unset;order: 1;max-height: max-content;}
.box_link a {display: flex;width: 40px;height: 40px;background: none;border: 1px #391911 solid;border-radius: 20px;transition: 0.3s ease;
    padding: 0;font-size: 20px;margin: 0px 5px;margin: 0px 5px;color: #f1ebe6;justify-content: center;align-items: center;}
.box_link a:hover {color: #fff;font-size: 18px;transition: 0.3s ease;}
a.me_tp_ig {font-size: 25px;}
.box_link a.me_tp_ig:hover {color: #fff;font-size: 20px;transition: 0.3s ease;}
a.me_tp_call, a.me_tp_mail {display: none;}
/*LOGO*/
.footer_logo {max-width: 200px;}
/*COPY*/
.copy {max-width: 1500px;width: 90%;margin: auto;text-align: right;     padding: 50px 0 20px 0;  font-size: 11px;color: #454442;border-top: 0;margin-top: 0;}
.copy a {color: #454442;}

@media screen and (max-width: 1024px) {
.footer {padding: 30px 0 0;font-size: 15px;}
.footer_logo {max-width: 180px;}
.box_link a {width: 35px;height: 35px;font-size: 18px;}
.box_link a:hover {font-size: 16px;}
a.me_tp_ig {font-size: 23px;}
.box_link a.me_tp_ig:hover {font-size: 18px;}
.footer_menu a {font-size: 14px;}
}
@media screen and (max-width: 900px) {
.footer { background-repeat: repeat;}
.footer_info ul {flex-direction: column;gap: 30px 0;padding-bottom: 50px;}
.footer_info li+li {margin-top: 0;}
.footer_menu {justify-content: flex-start;}
.footer_menu a {padding: 10px 15px 0 0;}
.copy {text-align: left;font-size: 12px;}
}
@media screen and (max-width: 768px) {
.footer {font-size: 14px;   }
.footer_info {padding: 0;grid-gap: 20px;grid-template-columns: 180px 1fr;}
.footer_info ul {gap: 15px 0;padding-top: 20px;}
.box_link {justify-content: flex-start;}
.footer_info li:nth-child(1) {gap: 10px 0;}
.footer_menu a {font-size: 12px;}
}
@media screen and (max-width: 450px) {}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*內頁BANNER 設定*/
.banner {    
    background-image: url(https://pic03.eapple.com.tw/muyangclinic/banner.jpg);  
    min-height: 440px;  
    background-position: center;        
    background-repeat: no-repeat;        
    background-size: cover;
}
.banner h5 {
  position: relative;
  top: 56px;
  letter-spacing: 20px;
  padding: 20px 40px;
  border-radius: 50px;
  color: #615555;
}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banF {}
.banner.banblog {}

@media screen and (max-width: 1024px) {
  .banner {    min-height: 230px; font-size: 30px; }
  .banner h5 { top: 0px;}
}
@media screen and (max-width: 768px) {
  .banner {    min-height:100%; font-size: 25px; }
  .banner h5 {   letter-spacing: 10px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*下拉編輯頁*/
.other_select_page.bodyDesktop .promotion_title h2 {display: none;}
.other_select_page.bodyDesktop .other_promotion{display: none;}
.other_select_page.bodyDesktop  ul.page {  display: none;}

@media screen and (max-width: 768px){ 
  .other_select_page.bodyMobile .other_promotion{display: none;}
  .other_select_page.bodyMobile .promotion_title h2 {display: none;}
  .other_select_page.bodyMobile  ul.page {  display: none;}
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
/*文章設定*/
/*文章管理/＝＝＝＝＝*/
.blog_page .main_part{ max-width: 1500px;}
.blog_in_page .main_part{ max-width: 1500px;}
h4.blog_category_title{font-size: 28px; color: #988070;}
h4.blog_category_title span{font-size: 24px;}
h5.blog_le_t{     text-align: center; }
/*文章管理/外層＝＝*/
.module_i_news {    padding: 100px 20px;}
.module_i_news ul, .blog_subbox {    display: grid;    gap: 0;}
.module_i_news li, .subbox_item {
    width: 100%;
    position: relative;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}
.i_blog_le img, .blog_list_le img{ opacity: 0.7;}
.subbox_item a:hover img { opacity: 1;}
.subbox_item{margin-bottom: 0;}
.module_i_news li:hover, .subbox_item:hover {
    background-color: #d6bb98;
    background-image: url(https://pic03.eapple.com.tw/brightness/ta_bg.png);
    transition: all 0.3s ease-in-out;
}
.module_i_news li:hover:before, .subbox_item:hover:before {    opacity: 0;}
.module_i_news li:hover::after, .subbox_item:hover::after {    opacity: 0;}

.module_i_news li:before, .subbox_item:before, .module_i_news li:after, .subbox_item:after {
    position: absolute;
    width: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 86.04%;
    background-color: #d8c1af;
    -webkit-transition: opacity .4s linear;
    transition: opacity .4s linear;
    content: "";
}
.module_i_news li:before, .subbox_item:before {left: 0;}
.module_i_news li:after, .subbox_item:after  {    right: 0;}

.module_i_news .title_i_box h6 {
    font-size: 17px;
    color: #626E45;
    font-family:  "Cinzel", serif;
    font-weight: normal;
}
.module_i_news .title_i_box h4 {
    font-size: 36px;
    color: #24221F;
    font-weight: 500;
    font-family: "Noto Serif TC", serif;
    letter-spacing: 3px;
}
.i_blog_ri h5, .blog_list_ri h5 {
    color: #988070;
    font-size: 18px;
    padding-top: 7px;
    padding-bottom: 7px;
}
.i_blog_ri p, .blog_list_ri p {
    color: #24231f;
    font-size: 14px;
    line-height: 190%;
    min-height: 60px;
    -webkit-line-clamp: 2;
}
.module_i_news li a, .subbox_item a {
    padding: 5px;
    padding: 16.66% 14.28% 7.71% 14.28%;
}
.subbox_item a {  grid-template-columns: unset;}
.module_i_news li a:after , .subbox_item a:after{pointer-events:none; }
.module_i_news li a:before, .subbox_item a:before {
    display: none;
}
.module_i_news li a:after, .subbox_item a:after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #d8c1af;
    -webkit-transition: opacity .4s linear;
    transition: opacity .4s linear;
    content: "";
    opacity: 1;
    border: none;
    top: 100%;
}
.i_blog_le, .i_blog_ri , .blog_list_le , .blog_list_ri {    width: 100%;}
.blog_list_ri{ padding-top: 15px;}
.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_ri em, .blog_list_ri em {
    padding-right: 3.1em;
    font-size: 10px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: 14.66%;
    left: 5%;
    color: #24231f;
    font-family: "Noto Serif TC", serif;
}
.blog_list_ri em{display: none;}
.module_i_news li a:hover h5, .subbox_item a:hover h5 {    color: #fff;}
.module_i_news li a:hover:before, .subbox_item a:hover:before {    color: #fff;}
.module_i_news li a:hover em, .subbox_item a:hover em {    color: #fff;}
.module_i_news li a:hover  p, .subbox_item a:hover p {    color: #fff;}

/*側邊*/
.blog_le .accordion { border: none; border-radius: 0px;}
.blog_le .accordion > li{transition:all 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background:#98632d !important;}
.accordion li .link a {  color: #a0805c;}
.submenu {   background: #fffefc;}
.submenu a {   color: #98632d;}
.submenu a:hover {    background: #d6bb98;}
/*首*/
.module_i_news ul {
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 1600px;
}
/*功*/
.blog_subbox{grid-template-columns:1fr 1fr 1fr;}
.blog_subbox:before{content:none;}
/*文章管理/內層＝＝*/
.blog_back a.article_btn_back{background: #98632d;}
.blog_back a.article_btn_prev,.blog_back a.article_btn_next { background: #c3b5a3;}

/* 滑入進場效果 */
.blog_list_le:before {
    content: 'MORE';
    font-size: 0.8em;
    color: #ccc;
    position: absolute;
    top: 0;
    right: 0;
    background: #98632d;
    color: #FFF;
    text-align: center;
    line-height: 35px;
    padding: 0 10px;
    -moz-transform: translate(50px, -40px);
    -ms-transform: translate(50px, -40px);
    -webkit-transform: translate(50px, -40px);
    transform: translate(50px, -40px);
    -moz-transition: -moz-transform 0.6s;
    -o-transition: -o-transform 0.6s;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    position: absolute;
    z-index: 1;
    opacity: 0;
    font-family: "Cinzel", serif;
}
.subbox_item:hover .blog_list_le:before {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}

/*相關推薦*/
.news_related { background: #dfcfbe;}
.news_related h6 span:before {   color: #935c25;}

.lastPage {    background: #935d24;}

@media screen and (max-width:1024px) {
    .blog_subbox{ grid-template-columns:1fr 1fr; }
}
@media screen and (max-width:450px) {
    .blog_subbox{ grid-template-columns:1fr; }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*聯絡表單*/
.contact_le_map a {display: none;}
.blank_letter { color: #98632d;}
.contact_form {  grid-gap: 20px;}
.contact_form li { grid-template-columns: 130px 1fr;}
.contact_form li .form__label {  letter-spacing: 2px;  font-size: 16px;     max-width: 130px;}
.contact_form li.last cite { background: #98632d;}
.contact_form li.last blockquote, .contact_form li.last cite {    border: 1px #98632d solid;    border-radius: 50px;}
.contact_form li input.noborder {  border: none;  border-bottom: 1px #ccc dashed;}
.contact_form li textarea.noborder {  border: 1px #ccc dashed;}

@media screen and (max-width: 768px) {
      .contact_form li {    grid-template-columns: 1fr;   }
      .contact_form li .form__label {  max-width: 100%; background: #ffe8c2;}
    }
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: none; }
.footer.with_shopping_mode { padding:30px 0 20px; }
#to_top { bottom:30px;}
}

@media screen and (max-width: 600px) { 
}




