@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@300;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+TC:wght@100..900&family=Orbitron:wght@400..900&family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
	overflow-x:hidden;
	font-family: "Noto Serif TC","微軟正黑體","arial","sans-serif";
	font-weight: 400;
  background:  #ffffff;
}

body{overflow-y: scroll; overflow-x:hidden; max-height: 100%;}
body::-webkit-scrollbar {width: 5px;}
body::-webkit-scrollbar-track {/*box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);*/  background:  #c8ad73;}
body::-webkit-scrollbar-thumb {background-color:#705e37; border: 1px solid #705e37; border-radius: 10px;}


/*網站全域設定/＝＝＝＝＝*/

/*
  #d8d6c9 /*網站主要色系
  #F4F2F0 /*網站輔助色系1
  #F4F2F0; /*網站輔助色系2*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.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 {}*/

/* 商品下拉超過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個--結束 */


/* = = = 大圖 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; 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;}
}



/*s大圖+字*/
.pageIndex .swiper-slide:before, .swiper-slide:after {
  content: "";
  position: absolute;
  z-index: 999;
  pointer-events: none;
  background-size: contain;
  background-repeat: no-repeat;
}

.pageIndex .swiper-slide.swiper-slide-active:before {
  animation: ani_SC 2s 0.5s both;
}
/*.pageIndex .swiper-slide.swiper-slide-active:after{
  animation: ani_SC 2s 0.5s both;
  animation-delay: 1.5s;
}*/

.pageIndex .swiper-slide:nth-child(1)::before {
  width: 100%;
  background-image: url(https://pic03.eapple.com.tw/jingsiangge/BG-T1.png);
  aspect-ratio: 1/1;
  left: 10vw;
  right: 0;
  margin: 0 auto;
  max-width:20vw;
  top: 5vw;
  position: absolute;
  content: '';
  background-size: contain;
}

.pageIndex .swiper-slide:nth-child(2)::before {
  width: 100%;
  background-image: url(https://pic03.eapple.com.tw/jingsiangge/BG-T2.png);
  aspect-ratio: 1/1;
  left: 7vw;
  right: 0;
  /*margin: 0 auto;*/
  max-width: 20vw;
  bottom: -1vw;
  position: absolute;
  content: '';
  background-size: contain;
}


@keyframes ani_SC {
  0% {
    -webkit-transform: translateY(-10%) scale(0.9);
            transform: translateY(-10%) scale(0.9);
            opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%) scale(1);
            transform: translateY(0%) scale(1);
            opacity:1;
  }
}
@keyframes ani_TtoB {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
            opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
            opacity:1;
  }
}
@keyframes ani_LtoR {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
            opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
            opacity:1;
  }
}
@keyframes ani_RtoL {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
            opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
            opacity:1;
  }
}



/*點點樣式*/
.swiper-pagination-bullets.swiper-pagination-horizontal {bottom: var(--swiper-pagination-bottom, 55px);}
.swiper-pagination-bullet {width: 4px; height: 4px; border-radius: 10px; background: #ffffff; display: none;}
.swiper-pagination-bullet-active {background: #d8d6c9;}

/*隱藏大圖輪播點點按鈕*/
.swiper-pagination-clickable .swiper-pagination-bullet {display: none;}


/*加向下箭頭*/
.pageIndex .swiper-slide:nth-child(1):after, .pageIndex .swiper-slide:nth-child(2):after {
    content: "";
    position: absolute;
    top: 75%;
    left: 50%;
    width: 100%;
    height: 100px;
    background: url(https://pic03.eapple.com.tw/jingsiangge/bg01.png);
    background-size: 50px auto;
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(-50%, 100%);
    transition: all .3s;
    animation: mr_move 2.5s infinite;}

@keyframes mr_move {
	0% {
		top: 75%;
	}

	50% {
		top: 73%;
	}

	100% {
		top: 75%;
	}
}

@media screen and (max-width: 1440px) {

	.pageIndex .swiper-slide:nth-child(1):after,
	.pageIndex .swiper-slide:nth-child(2):after {
		transform: translate(-50%, 50%)}
}

@media screen and (max-width: 1024px) {

	.pageIndex .swiper-slide:nth-child(1):after,
	.pageIndex .swiper-slide:nth-child(2):after {
		transform: translate(-50%, 40%)}
}

@media screen and (max-width: 900px) {

	.pageIndex .swiper-slide:nth-child(1):after,
	.pageIndex .swiper-slide:nth-child(2):after {
		transform: translate(-50%, 0%)}
}

@media screen and (max-width: 780px) {

	.pageIndex .swiper-slide:nth-child(1):after,
	.pageIndex .swiper-slide:nth-child(2):after {
		transform: translate(-50%, 10%);
	}
}

@media screen and (max-width: 700px) {

	.pageIndex .swiper-slide:nth-child(1):after,
	.pageIndex .swiper-slide:nth-child(2):after {
		transform: translate(-50%, -10%);
	}
}

@media screen and (max-width: 480px) {

	.pageIndex .swiper-slide:nth-child(1):after,
	.pageIndex .swiper-slide:nth-child(2):after {
		display: none;
	}
  .pageIndex .swiper-slide:nth-child(1)::before {top: 7vw;}
}


/* = = = BANNER = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


#content_main {background: #d9d7ca; /*url(https://pic03.eapple.com.tw//tingweichoulaw/bbg.png);*/}
#content {background: #d9d7ca /*url(https://pic03.eapple.com.tw//tingweichoulaw/bbg.png);*/}
/*#content_main {background: #fff;}

@media screen and (max-width: 768px) {
  #content {background-size: contain;}
}*/


.path {display: none;}
.banner {padding: 0px 0; display: none;}
.banner h5{font-size: 30px; color: #ffffff !important; padding-top: 250px;font-weight:600; letter-spacing: 2px;text-shadow: 2px 2px 10px #565656; text-align: center; display: none;}

.other_page .banner {display: none;}
.services_page .banner {display: none;}
.blog_page .banner , .blog_in_page .banner {background: url(https://pic03.eapple.com.tw/tingweichoulaw/SBN3.jpg) no-repeat center top; height:512px; width: 100%; background-size: cover;}
.contact_page .banner{background: url(https://pic03.eapple.com.tw/tingweichoulaw/SBN4.jpg) no-repeat center top; height:512px; width: 100%; background-size: cover;}

@media screen and (max-width: 1440px) {
.blog_page .banner , .blog_in_page .banner {background: url(https://pic03.eapple.com.tw/tingweichoulaw/SBN3.jpg) no-repeat center top;  width: 100%; background-size: cover;}
.contact_page .banner{background: url(https://pic03.eapple.com.tw/tingweichoulaw/SBN4.jpg) no-repeat center top; width: 100%; background-size: cover;}
}
@media screen and (max-width: 1024px) {
.blog_page .banner , .blog_in_page .banner {background: url(https://pic03.eapple.com.tw/tingweichoulaw/SBN3.jpg) no-repeat center top; width: 100%; background-size: cover; height: 400px;}
.contact_page .banner{background: url(https://pic03.eapple.com.tw/tingweichoulaw/SBN4.jpg) no-repeat center top; width: 100%; background-size: cover; height:400px;}
}
@media screen and (max-width: 768px) {
.blog_page .banner, .blog_in_page .banner {
        background: url(https://pic03.eapple.com.tw/tingweichoulaw/SBN3.jpg) no-repeat center top;
        width: 100%;
        background-size: cover;
        height: 300px;}
.contact_page .banner{background: url(https://pic03.eapple.com.tw/tingweichoulaw/SBN4.jpg) no-repeat center top; width: 100%; background-size: cover; height: 300px;}
}


/* = = = LOGO = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.nav-header {display: block;text-align: left;}
.pageIndex .nav-brand {width: 100%; display: block; margin-top: 15px; transition:all 0.3s;}
.nav-brand {display: block; transition:all 0.3s;}
.nav-brand img {max-width: 135px; margin-top: 0px; transition: 0.3s ease;}
.pageIndex .nav-brand img {max-width: 140px; padding-top: 0px; transition: 0.3s ease; display: none;}
.pageIndex .header_area.sticky .nav-brand img {max-width: 90px; transition: 0.3s ease;}
.stellarnav {margin-top: 24px; transition: 0.3s ease;}
.pageIndex .header_area.sticky .stellarnav {/*margin-top: 5px;*/ transition: 0.3s ease;}
.header_area {padding: 0px; background: none;}


/* = = = 主選單 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.header_area.sticky {background: 0; transition: 0.3s ease;}
.pageIndex .header_area.sticky .main_header_area {
  background: none;
  height: 0px;
  /*opacity: .9;*/
  border-bottom: 0px solid #ececec;border-bottom: 0px solid #ececec; transition: 0.3s ease;}
.pageIndex .main_header_area {background: none; height: 0px; opacity:1; border-bottom: 0px solid #ececec; transition: 0.3s ease;}
.main_header_area{background: #b69d67; /*url(https://pic03.eapple.com.tw/tingweichoulaw/ftbg.png);*/ height: 110px; border-bottom: 0px solid #ececec; transition: 0.3s ease;}
.pageIndex .navigation {padding: 0px 0 10px 0px; display: block; transition: 0.3s ease; margin: 0 auto;  background:none;/*grid-template-columns: unset; grid-gap: unset;*/ height: 0px;}
.pageIndex .header_area.sticky .navigation {background: #b69d67e8;/*url(https://pic03.eapple.com.tw/tingweichoulaw/ftbg.png);*/ transition: 0.3s ease; height: 82px;} 
.navigation {padding: 10px 0 10px 0px; grid-template-columns: 140px 1fr;}

/*選單最大寬度設定*/
.pageIndex .main_header_area .container {max-width:100%;}
.main_header_area .container {max-width:95%;}

/*第一層*/
.pageIndex .stellarnav {margin-top: -25px;}
.stellarnav {margin-top: 0px;}
.pageIndex .stellarnav {width: 70%; transition: 0.3s ease;}
.pageIndex .stellarnav > ul > li > a {color: #fff; transition:all 0.3s; text-shadow: 1px 1px 10px #927c4c;}
.stellarnav > ul > li > a {font-weight: 500; /*letter-spacing:1px;*/ font-size: 16px; color: #353535; transition:all 0.3s; text-shadow: none; padding: 0 5px 0 5px;} /*23*/
/*.pageIndex .header_area.sticky .stellarnav > ul > li > a > b {color: #ffffff; text-shadow: none;}
.pageIndex .header_area.sticky .stellarnav > ul > li > a > b:hover {color: #ffffff; text-shadow: none;}*/
.pageIndex .stellarnav > ul > li > a:hover {color:#e7d1ad;}
.stellarnav > ul > li > a:hover {color:#e7d1ad;}
.stellarnav li.has-sub > a:after {display:none;}
.stellarnav > li.has-sub > a {padding: 0px 5px 0 5px;}
.stellarnav > ul > li.has-sub > a {padding-right: 5px; /*padding-left: 0px;*/}

/*第二層*/
/*.stellarnav li {text-align: center; width: 135px;}*/
.stellarnav li a {color: #ffffff;}
.stellarnav li li > a , .stellarnav li li.has-sub > a{padding: 10px 10px; /*letter-spacing:1px;*/ transition: all 0.3s; border-left:1px solid transparent; font-size: 14px; font-weight: 500;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: #e7d1ad; padding-left:12px;border-color:#927c4c; background: #927c4c;}
.stellarnav>ul {padding-top: 10px; transition: 0.3s ease;}
.pageIndex .stellarnav > ul {text-align: left; padding-top: 0px; padding-left: 40px;}
.stellarnav ul {text-align: right;}
.stellarnav ul ul {margin-top: 0px; width: 140px; background: none;}
.stellarnav li li {width: 100%; border: 0px; border-bottom: 0px #e0e0e0 solid; background: #b69d67e8;}
.stellarnav ul ul ul {right: 100%; left: unset; top: -1px;}
.stellarnav li li:last-of-type {border-bottom-width: 0px;}
.stellarnav li.drop-left ul ul {right: 140px;}

/*SubMenu*/
.shop_search_btn {background: #968155; border-radius: 2px; padding: 3px 12px;}
.tp_links {display: none;}
.pageIndex .tp_links a {color:#fff; text-shadow: 1px 1px 7px #000000;}
.tp_links a{transition:all 0.3s; color:#927c4c; text-shadow: none;}
.tp_links a:hover {color: #ffdcdc;  transition: all 0.3s; }
.me_tp_features {display: block; margin: 5px 0 0 0; height: 30px; text-shadow: 1px 1px 7px #000000; text-align: right; padding-right: 8px;}
.me_tp_features a {font-size: 15px;}
.me_tp_features a i {margin: 0 3px;}
.pageIndex .me_tp_features {margin: 0px 0 0 0; text-align: right; padding-top: 8px; opacity: 0; padding-right:50px;}
.pageIndex .header_area.sticky .me_tp_features {opacity: 1;} 
.pageIndex .me_tp_features a.tp_btn_cart , .pageIndex .me_tp_features a.tp_btn_notice {color: #fff; text-shadow: 1px 1px 10px #927c4c;}
/*.pageIndex .header_area.sticky .me_tp_features a.tp_btn_cart , .pageIndex .header_area.sticky .me_tp_features a.tp_btn_notice {color: #ffffff;  transition: all 0.3s; }*/
.pageIndex .me_tp_features a.tp_btn_cart , .pageIndex .me_tp_features a.tp_btn_notice {color: #ffffff;  text-shadow: none; }
.me_tp_features a.tp_btn_cart, .me_tp_features a.tp_btn_notice {color:#353535; text-shadow: none;}
.pageIndex .me_tp_features a.tp_btn_cart:hover, .pageIndex .me_tp_features a.tp_btn_notice:hover  {color: #d9d7ca;  transition: all 0.3s; }
.box_search input[type=text] {border-radius: 2px; border: solid 0px #c5baba;}
.box_search {margin-top: 3px;}
.me_tp_features a.tp_btn_cart b {/*background: #927c4c; color: #c9c9c9; padding: 0px 6px;*/ margin-left: 2px; border-radius: 100px; font-size: 14px;}


/*進站隱藏頁首*/
.pageIndex .stellarnav > ul > li {/*opacity: 0;*/ display: none;}
.pageIndex .header_area.sticky .stellarnav > ul > li {/*opacity: 1;*/ display:inline-block;}
.pageIndex .me_tp_features {display: none;}
.pageIndex .header_area.sticky .me_tp_features {display: block;}


/*按鈕前面的小圓*/
/*.stellarnav > ul > li {position: relative;}
.stellarnav > ul > li a:before {
    content: "";
    background: url(https://pic03.eapple.com.tw/tingweichoulaw/menuicon.png) no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
    position: absolute;
    left: 0px;
    bottom: 0;
    top: 10px;
	  opacity: 1;
    transition: all 0.3s;}
.stellarnav > ul > li > ul > li a:before {content: ""; background: none !important;}
*/
@media screen and (max-width: 768px) {
  .header_area.sticky .main_header_area {height: 104px;}
  .stellarnav li a:before {display:none;}
}


/*主選單按鈕下底線*/
/*.stellarnav > ul > li {position: relative;}
.stellarnav > ul > li:not(.tp_links) > a:after { 
  width: 0px;
  position: absolute;
  height: 1px;
  content: "";
  background: #70808d;
  left: 50%;
  bottom: 0px;
  transform: translate(-50% , 0);
  transition: ease 0.3s;}
.stellarnav > ul > li > a:after {
    width: 0px;
    position: absolute;
    height: 1px;
    content: "";
    background: #70808d;
    left: 50%;
    bottom: 0px;
    transform: translate(-50% , 0);
    transition: ease 0.3s;}
.stellarnav > ul > li:hover > a:after {width: 60%; transition: ease 0.3s; background:#70808d;}*/


@media screen and (max-width: 1700px) {
  .stellarnav>ul {padding-left: 0px;}
  /*.stellarnav > ul > li > a {padding: 0px 0px 0px 0px;}*/
}
@media screen and (max-width: 1350px) {
  .main_header_area .container {max-width: 100%;}
  .navigation {padding: 10px;}
}
@media screen and (max-width: 1180px) {
  .stellarnav {width: 100%;}
  .stellarnav > ul > li > a {padding: 0 0px 0 0px;}
  /*.stellarnav li.has-sub > a {padding: 0px 0px 0px 0px;}
  .stellarnav > ul > li > a {margin: 0 0px;}*/
}
@media screen and (max-width: 1080px) {
  .stellarnav > ul > li > a {font-size: 15px;}
}
@media screen and (max-width: 1024px) {
  .stellarnav {width: 100%;}
  .stellarnav>ul {text-align: center; margin-top: 0px; margin-top: 0px; padding-top: 0px;}
  .main_header_area {height: 190px;}
  .header_area.sticky .stellarnav>ul {padding-top: 0px;}
  .header_area.sticky .main_header_area {height: 190px;}
  .nav-header {text-align: center;}
  .me_tp_features {margin: 0px 0 0 0; margin-top: 57px;}
  .pageIndex .header_area.sticky .stellarnav {margin-top: 16px;}

  .pageIndex .nav-brand img {max-width: 0px;}
  .pageIndex .main_header_area {height: 0px; /*background: url(https://pic03.eapple.com.tw/tingweichoulaw/ftbg.png);*/}
  .pageIndex .header_area.sticky .main_header_area {height: 100px;}
  
  .nav-brand {margin-top: 0px;}
  .nav-brand:after {transform: translateX(-100px);}
  .pageIndex .nav-brand {margin-top: 0px;}
  .pageIndex .nav-brand:after {transform: translateX(-100px);}
  /*.pageIndex .me_tp_features a.tp_btn_cart, .pageIndex .me_tp_features a.tp_btn_notice {text-shadow:none;}
  .pageIndex .stellarnav > ul > li > a > b {text-shadow: none;}*/
  /*.pageIndex .nav-brand:after {display: none;}*/
  .pageIndex .header_area.sticky .navigation {width: 100%;}
  .navigation {padding: 10px 0 10px 0px;}

  .me_tp_features {text-align: center;margin-top: 10px;}
  .nav-brand img {margin-top: 17px;}
  .nav-brand {width: 100%;}

  .pageIndex .navigation {height: 60px;}
  .pageIndex .stellarnav > ul {text-align: center; padding-left: 0px;}
  .pageIndex .stellarnav {width: 100%;}
  .pageIndex .me_tp_features {text-align: center; padding-top: 15px;}
  .pageIndex .header_area.sticky .navigation {height: 92px;}
}
@media screen and (max-width: 850px) {
.stellarnav > ul > li > a {font-size: 14px;} 
.stellarnav li li > a, .stellarnav li li.has-sub > a{font-size: 13px;}
}
@media screen and (max-width: 768px) {
.pageIndex .main_header_area {height: 84px;}
.stellarnav > ul > li > a{text-shadow:none;}
.header_area.sticky .main_header_area {height: 160px;}
.main_header_area {height: 160px;}
.me_tp_features a.tp_btn_cart, .me_tp_features a.tp_btn_notice {display: inline-block;}
.pageIndex .header_area.sticky .main_header_area {height: 120px;}
/*.pageIndex .header_area.sticky .navigation {width: 100%; margin: 0 auto; background:#d2d2d2; border-radius: 0; height: 70px;}*/
.pageIndex .me_tp_features {margin: 0px 0 0px 0; z-index: 9; position: relative;}
.pageIndex .stellarnav {margin-top: 0px;}
.pageIndex .header_area.sticky .stellarnav {margin-top: 0px;}
.pageIndex .header_area.sticky .navigation {height: 160px;}
.pageIndex .nav-brand img {display: unset; max-width: 150px; width: 100%; margin-top: 14px;}
.nav-header {width: 100%; text-align: center; max-width: 100%;}
.pageIndex .header_area.sticky .nav-brand img {max-width: 150px;}
.pageIndex .navigation {height: 100px; background: #b69d67; }
.pageIndex .header_area.sticky .navigation {padding: 0px 0 30px 0px;}

/*漢堡選單展開*/
.stellarnav.mobile > ul {border-top: 0px;}
.stellarnav.mobile > ul > li > a {padding: 12px 43px 14px 15px;}
.stellarnav.mobile > ul > li.has-sub > a {padding: 12px 43px 14px 15px;}
.stellarnav.mobile > ul > li > a.dd-toggle {padding: 8px !important;}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {background: #baa370; /*url(https://pic03.eapple.com.tw/tingweichoulaw/ftbg.png);*/ border-right: 0px #a2a2a2 solid; box-shadow:1px 1px 10px #848076;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {background: #baa370;/*url(https://pic03.eapple.com.tw/tingweichoulaw/ftbg.png);*/}
.stellarnav.mobile > ul > li {border-bottom: 1px #a48c57 solid;}
.stellarnav li {width: 100%; text-align: left;}
.stellarnav > ul > li.has-sub > a {padding-right: 10px; padding-left: 10px;}
.stellarnav > ul > li > a {color: #ffffff;}
.stellarnav > ul > li > a:hover {color: #ffffff;}
.stellarnav.mobile li.open li.open {background:#927c4c;}
.stellarnav ul ul ul {right: unset; left: 100%; top: 0px;}
.stellarnav a.dd-toggle .icon-plus:after {border-bottom: solid 3px #ffffff;}
.stellarnav a.dd-toggle .icon-plus:before {border-bottom: solid 3px #ffffff;}
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {color: #ffffff;}
.stellarnav .icon-close:after {border-bottom: solid 2px #ffffff;}
.stellarnav .icon-close:before {border-bottom: solid 2px #ffffff;}
.stellarnav a {color:#ffffff;}
.stellarnav li li:last-of-type {border-bottom-width: 0px;}
.stellarnav.mobile li li.has-sub a {padding: 10px 30px 10px 19px;}

/*.stellarnav.mobile {z-index: 0;}*/
.stellarnav.mobile ul {background: #ffffff;}
.stellarnav.mobile li.open {background: #b69d67;}
.stellarnav li li {border: 0px #ffffff solid; background: #a59166;}
.stellarnav li a {color: #ffffff;}
.stellarnav.mobile li a {border-bottom: 0px solid rgba(255, 255, 255, .15);}
.stellarnav li li > a, .stellarnav li li.has-sub > a {padding: 10px 18px;}
.pageIndex .stellarnav > ul > li > a {text-shadow:none;}

.pageIndex .stellarnav > ul > li {display: inline-block;}
.pageIndex .me_tp_features {display: block;}

}

@media screen and (max-width: 580px) {
.box_search input[type=text] {max-width: 150px;}
.box_search {/*display: block;*/ margin: 0 auto; margin-bottom: 10px;}
.pageIndex .header_area.sticky .main_header_area {height: 120px;}
.pageIndex .header_area.sticky .navigation{height: 180px;}
.header_area.sticky .main_header_area {height: 160px;}
.pageIndex .me_tp_features {padding-right: 0px;}
.pageIndex .nav-brand img {margin-top: 7px;}
.pageIndex .nav-brand {margin-top: 8px;}
}

@media screen and (max-width: 480px) {
.pageIndex .me_tp_features {margin: 0px 0 0 0;}
.pageIndex .header_area.sticky .navigation {padding: 0px 0 20px 0px;}
}

@media screen and (max-width: 375px) {
.box_search {margin-right: 0px; display: block; max-width: 160px; width: 100%; margin: 0 auto; margin-bottom: 5px;}
.pageIndex .header_area.sticky .navigation {padding: 0px 0 50px 0px;}
.main_header_area {height: 184px;}
.header_area.sticky .main_header_area {height: 184px;}
}

/*@media screen and (max-width: 325px) {
  .me_tp_features a.tp_btn_cart, .me_tp_features a.tp_btn_notice {display: block;}
  .pageIndex .main_header_area {height: 158px;}
  .pageIndex .header_area.sticky .main_header_area {height: 158px;}
  .header_area.sticky .main_header_area {height: 158px;}
  .main_header_area {height: 158px;}
}*/


/* = = = 頁尾 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.footer .center {max-width: 75%;}
.center {max-width: 75%;}
.footer {background: #d9d7ca; /*url(https://pic03.eapple.com.tw/tingweichoulaw/ftbg.png);*/  padding: 60px 0 0px 0; border: 1px solid #bebcab;}
.footer_info {display: grid;  flex-wrap: wrap;  align-items: center;  justify-content: space-between; padding: 0 0;}
.footer_menu {display: grid;  grid-template-columns: repeat(auto-fit, minmax(min(90px,100%), 1fr));  gap: 3px; width: 100%; text-align: left; margin: 0 0 0 0px; max-width: 800px;}/*footer按鈕最小寬度100px*/
.footer_menu a {color: #353535 ;margin: 0;	text-align: left;	padding: 10px 0px 10px 2px; border:0; /*border-right: 1px #96c7b7 solid;*/  border-left: 0px #96c7b7 solid; background: none;  font-size: 14px; transition: all 0.3s;background: none; letter-spacing: 0px;}
.footer_menu a:last-child {border-right: 0px #d6e1e1 solid;}
.footer_menu a:hover { color:#646464;  background: none; } 
.copy {background:none; color: #b8a988; border:none; padding: 15px 5px; text-align: center; margin: 0 0px 0 0; padding: 15px 0 15px 0; width: 100%; border: 0px solid #96a0aa;}
.copy a{color: #b8a988;transition:all 0.3s;}
.copy a:hover {color:#b8a988;}
.box_link a{transition:all 0.3s;}
.box_link a:hover {background: #fff;  color: #222;}
.footer_logo img {max-width: 200px;}
.footer_logo {text-align: left; width: 100%; max-width: 200px; margin-left: 0px;}
.footer_info ul {width: 100%; text-align: center; margin-bottom: 40px;}
.footer_info li {padding: 13px 3px; display: inline-block;}
.footer_info li p {font-size: 14px; color:#353535; line-height: 230%; text-align: left; width: 100%; display:block; margin-bottom: 0px; letter-spacing: 0px; word-break: break-all;}
.footer_info li p a{color:#353535;}
.footer_info li:nth-child(1) {width: 100%;}
.footer_info li:nth-child(2) {margin-top: 0px; padding: 0 0; margin-bottom: 0px; background:none; width: 100%; margin-top: 20px;}

/*FT按鈕*/
.box_link {display: none;}
.box_link a {border: 1px #cfcfcf solid; background: none; width: 34px; height: 34px; border-radius: 2px;}
.box_link a:hover {background: none;}
/*.box_link a.me_tp_line {background-image: url(https://pic03.eapple.com.tw/tingweichoulaw/line.png); background-size: cover;}
.box_link a.me_tp_call {background-image: url(https://pic03.eapple.com.tw/tingweichoulaw/call.png); background-size: cover;}*/
.box_link a.me_tp_line .fa-envelope::before{content: unset;}
.box_link a.me_tp_call .fa-phone-volume::before{content: unset;}
.box_link a.me_tp_mail {display: none;}

/*改字*/
.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 {
  width: 60px !important;
  letter-spacing: 1px !important;
  color: #444444;
  font-weight: 500;
  border-right: 1px solid #cacaca;
}
.list_before {margin-top: 20px; margin-bottom: 20px; font-size: 14px;}
.list_before.info li {padding-left: 85px; letter-spacing: 1px; width: 100%; display: inline-block;}
.footer_menu a:nth-child(1) {display: none;} /*隱藏回首頁*/


/*top*/
#to_top {width: 42px; height: 42px; bottom: 29px; right: 0px; left: unset; background: #b69d67; box-shadow: none; border-radius: 0 0 0 2px; color: #ffffff;}
#to_top i.top {margin-bottom: -14px;}
#to_top i.top:before, #to_top i.top:after {height: 9px; background: #ffffff;}

@media screen and (max-width: 1690px) {
.footer_info li:nth-child(1) , .footer_info li:nth-child(2) {width: 100%;}
}
@media screen and (max-width: 1550px) {
.footer .center {max-width: 90%;}
}
@media screen and (max-width: 1440px) {
.footer_info li {padding: 0px 0px;}
.footer_info li p {width: 100%;}
}
@media screen and (max-width: 1380px) {
.footer_info li:nth-child(2) {width: 100%; margin-bottom: 20px;}
.copy {text-align: center; width: 100%;}
.footer_info ul {width: 100%;}
.footer_logo {width: 100%; max-width: 100%;}
.footer_menu {max-width: 95%; grid-template-columns: repeat(auto-fit, minmax(min(70px, 100%), 1fr));}
}
@media screen and (max-width: 1100px) {
.footer {padding: 60px 0 0px 0;}
.footer_info li p {width: 100%;}
.footer_info ul {margin-bottom: 0px;}
.footer_info {display: flex;}
.footer_logo {width: 100%;margin-left: 0px; text-align: center;}
.footer_logo a:before {transform: translateX(-140px);}
.footer_info li p {text-align: center;}
.footer_menu {max-width: 100%;}
}
@media screen and (max-width: 768px) {
.footer .center {max-width: 90%;}
.box_link {justify-content: center; margin-top: 20px;}
.footer_menu {margin-bottom: 26px; grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 1fr)); }
.footer_menu a {text-align: center; background: #cecbbd;}
.footer_menu a:hover {background: #bbb8ab;}
}
@media screen and (max-width: 520px) {
}
@media screen and (max-width: 480px) {
.footer_info li {padding: 15px 0px;}
.footer_menu a {padding: 8px 4px 10px 0px; border: 0px #80ac9e solid; border-left: 0px  #80ac9e solid;}
.footer_info ul {margin-bottom: 0px;}
.footer_info li:nth-child(2) {margin-bottom: 0px;}
.footer_info {grid-gap: 0px;}
}



/* = = = 相簿 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*相簿管理*/
.album_page .main_part, .album_class_page .main_part, .album_info_page .main_part{max-width: 100%; width: 100%;  margin: 0 auto; padding: 0px 0px 60px 0px;}
.album_page .show_content, .album_class_page .show_content, .album_info_page .show_content {padding: 0;}

/*版面*/
ul.show-list, .other_subalbum, ul.pic-list {display: grid;  grid-template-columns: 1fr 1fr 1fr;  gap: 0px;}
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:0px 0px;}
.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;
  transform: translate(-50%,-50%);}
.show-list .item .show_name {  color: #000; }
.show-list .item:hover .show_name {  color:#000;}
.other_album {max-width: 1775px; width: 100%; margin: 0 auto; padding: 0 25px;}
.other_album_choice li {background: #b69d67; border-radius: 2px;}
.subalbum-menu h2{  color: #F4F2F0;font-size: 24px; display: none;}
.subalbum-menu {margin: 0px 0; padding: 0 0px;}
.other_subalbum li {background: none;}
.other_subalbum li p {  margin-top: 10px; text-align: center; font-weight: 400;}
.show-list .show_pic img, .other_subalbum li a img, .pic-list .show_pic img {border-radius: 0px;}
.show-list .item:hover .overlay {border-radius: 0px; opacity: 0;}

/*特*/
.overlay {background: rgb(255 255 255 / 30%); display: none;}
.show-list .show_name {text-align: center; font-weight: 400; letter-spacing: 0px; transition: 0.3s ease; margin-bottom: 10px;} 
.album_page .show-list .show_pic img {transform: scale(1); transition: 0.5s ease;}
.album_page .show-list .show_pic img:hover {transform: scale(1.05); transition: 0.5s ease;}
.show-list .show_pic {border-radius: 0px;}
.album_info_page .show-list .show_pic img , .album_info_page .other_subalbum li a img, .album_info_page .pic-list .show_pic img{left: 50%; top: 50%;}
/*.album_class_page .other_subalbum li a img {transform: unset;}*/
.block {display: none;}
.album_fixed_title {background: none;}
.album_class_page .other_subalbum li a img {transition: all .5s ease-out; transform: translate(0%, -100%) scale(1) !important;}
.album_class_page .other_subalbum li a img:hover {transform: scale(1.05); transition: all .5s ease-out; }

/*.album_class_page .show-list .item {transition: all .5s ease-out;}
.album_class_page .show-list .item:hover {transform: scale(1.03); transition: all .5s ease-out;}*/

@media screen and (max-width: 480px) {
ul.show-list, .other_subalbum, ul.pic-list {grid-template-columns: 1fr;}
}


/* = = = 聯絡我們 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.contact_page .main_part{padding: 0px 20px; max-width: 1450px;}
.contact_content {padding: 70px 10px 40px 10px; max-width: 100%;}
.contact_le_map a {background: #b69d67;}
.contact_form li.last cite {background: #b69d67;}
.contact_content .information_left {width: 100%;}
.contact_content .information_right {width: 100%; padding-left: 0px; background: none; padding: 50px 0px; margin-top: 40px; margin: 0 auto;}
.contact_form li input.noborder {/*border:1px #fff1f3 solid;*/ background: #dfdedd;}
.contact_form li textarea.noborder {/*border: 1px #fff1f3 solid;*/ background: #dfdedd;}
.red {color: #c44e4e;}
.contact_form li.last blockquote {background: none;}
.contact_form li.last blockquote, .contact_form li.last cite {border: 0px #dfd4c3 solid;}
.contact_form li.last blockquote:hover input, .contact_form li.last cite:hover input {letter-spacing: 1px;}
.blank_letter {font-family: unset; padding-top: 10px; color: #4e4e4e;}
.contact_form li .form__label {background: none; font-weight: 500; max-width: 220px; text-align: left;}
.contact_form li {grid-template-columns: 230px 1fr;}
.animated-arrow {background: #d8d6c9;}
.list_before.info li {word-break: break-all;}

@media screen and (max-width: 768px) {
.list_before.info li {width: 100%;}
.contact_form li {display: block;}
.contact_form li .form__label {margin-bottom: 5px;}
}

@media screen and (max-width: 620px) {
.contact_form li .form__insert {display: block;}
.contact_form li {padding-left: 0px;grid-gap: 0px;}
.list_before.info li {width: 100%;}
.contact_form li .form__label {text-align: left; margin-left: 0px !important; width: 100%;} 
}

@media screen and (max-width: 480px) {
  .contact_content .information_right {padding: 50px 0px;}
}


/* = = = 購物車 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .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; padding: 0px 0px;}
.product_page .product_menu_list { position: relative; width:100%; /*300px*/ letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 0vw; margin-bottom: 50px; /*padding-right: 30px;*/ max-width: 240px;}
/*.product_page .products-list{ width:100%!important;}*/
.product_page .products-list,
.product-wrapper { width: calc(100% - 280px); text-align: center;}
ul.page { width: 100%;}

.product-layer-two {width: 100%; margin: 0 auto; text-align: center; background: #f6f5ec;}
.product-layer-two li a {background: #f6f5ec; color: #565656; text-align: left; border: 0px #dadada solid; border-bottom: 0px #c1c1c1 solid; border-top: 0px #FADCDA solid; padding: 10px 16px;transition:all ease .3s;}
.product-layer-two li a:hover {background: #e7e5d9;transition:all ease .3s;}
.product-layer-two li.active a {border: 0px #ccc solid;}
.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:10px 16px;  background:#e7e5d9;}
.product-layer-two li li:hover > a {background: #dcdacf; color: #353535;}
.product-layer-two > li { width: 100%; max-width:100%/*calc(97% / 6)*/; padding:0; text-align:left; border-bottom:0px dotted #ccc; padding-bottom: 0px; margin: 0px 0px 0 0;}
.product-layer-two > li ul > li + li { margin-top:5px;}
.products-list .name {text-align: center; font-size: 16px;}
.product-layer-two li i.close::before {color:#e7e5d9;}
.product-layer-two li i {top: 3px;}
.product-layer-two ul {grid-gap: 0px;}

.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: 0px;}
.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:#ffffff;}
.product-layer-two li li {background: #f6f5ec;}

.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;}

.products-list .more { border: 1px solid #b69d67; color: #ffffff; background: #b69d67; font-weight: 500; opacity: 1; transition: 0.3s ease;} 
.prod_part {padding: 100px 20px 100px 20px; background:#fff; /*url(https://pic03.eapple.com.tw/anxinlife/BBG.jpg)no-repeat top; background-size: cover;*/}

/*詳細資料*/
.products-list .item {width: 100%;} /*calc(98% / 4)*/
.products-list .item a:hover .more {background: #b69d67; transition: 0.3s ease;} /*1*/


/*滿版*/
.products-list {grid-gap:30px; grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));}

/*相關推薦*/
.prod_related h6 span:before {color: #474747;}
.lastPage {background:#b69d67;}
.prod_related {background: none; padding: 100px 15px 70px 15px;}

/*內頁*/
#prod_thumbSwiper .swiper-slide::before {background:#ffffff;}
.nextaction {background-color: #8c8c8c;}
.lastaction {color: #8c8c8c; background-color: #dcdcdc;}
.pd_tabTitle li.activeTab::after {height: 0px;}
.pd_tabTitle li.activeTab a {color: #474747; font-size: 24px; font-weight: 700;}
.swiper-button-next, .swiper-rtl .swiper-button-prev {right: var(--swiper-navigation-sides-offset, 15px);}
.swiper-button-prev, .swiper-rtl .swiper-button-next {left: var(--swiper-navigation-sides-offset, 15px);}
.proImgSwiper {background: none;}
.sidebarBtn {border: 5px #f6f5ec solid; background: #f6f5ec;}
.pd_tabTitle li {border-bottom: 1px solid #d7d7d7;}
.mobile_product_name {color: #5f5f5f;}

/*特*/
.sidebarBtn h2 {color: #5f5f5f;}
.products-list .pic {color: #d8d6c9;}
.products-list .pic img {transform: scale(1); /*-webkit-filter: grayscale(0) contrast(1.2);*/ transition: 0.5s ease;}
.products-list .pic img:hover {transform: scale(1.1); /*-webkit-filter: grayscale(1) contrast(1);*/ transition: 0.5s ease;}
.products-list .pic img{left: 50%; top: 50%;}

.products-list .price  {text-align: center;}
.products-list .price .sp_price {text-align: center;}
.products-list .price b{text-align: center; font-weight: 500; font-size: 15px;}
.fa-circle-plus::before {color: #d9d7ca;}

/*.inquiry_a1{background: #7c7c7c;}
.inquiry_a2{background: #7c7c7c;}*/
.inquiry_a2{ display: none;}
.inquiry_a1, .inquiry_a2, .inquiry_a3 {border-radius: 0px;}
.inquiry_a1, .inquiry_a2, .inquiry_a3 {background: #b69d67;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover {background: #9e8859;}

.related_list li a {padding: 8px; background: #f6f5ec;}
.products-list .price b , .ori_price {color: #b69d67; font-weight: 700;}
.products-list .price .sp_price , .sp_price {color: #ea645c; font-weight: 700;}
.sidebarBtn .sp_price {color: #ea645c;}

.product_pic #bx-pager h6 {display: none;}
.shopping-cart .cart_head {background: #b69d67;}
.rewrite_simple {background: #b69d67 url(../images/simple_left.png) 10% center no-repeat;}
.stepImg span {color: #747474;}


@media screen and (max-width: 1200px) {
.products-list {grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));}
.products-list .price b {text-align: center !important; width: 100%; display: block;}
.products-list .price .sp_price {text-align: center;}
}
@media screen and (max-width: 1024px) {
.product-layer-two > li {width: 100%; /*calc(97% / 3)*/}
}
@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;}
.mobile_product_name {text-align: center; color: #353535;}

.product-layer-two {grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));}
.product-layer-two > li {width: 100%;}
.product-layer-two li a {text-align: left;}
.product_menu_list>h5 {padding: 7px 16px;}

.product_page .products-list {width: 100% !important;}
#prod_thumbSwiper img {max-width: 150px; width: 100%;}
.product_page .product_menu_list {max-width: 100%;}
}
@media screen and (max-width: 680px) {
.products-list .item {width:100%; /* calc(98% / 2)*/}
}
@media screen and (max-width: 480px) {
.products-list {grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));}
#prod_thumbSwiper .swiper-slide {height: 100px !important;} /*TEST*/
.product_page .main_part {padding: 50px 20px 10px;}
.products-list .price b {text-align: center !important;}
.prod_part {padding: 60px 20px 60px 20px;}
}




/* = = = 文章管理 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */



.blog_page .main_part , .blog_in_page .main_part{max-width: 1500px;}
h4.blog_category_title{font-size: 28px; margin-bottom: 0px;}
h4.blog_category_title span{font-size: 24px;}

/*文章管理/外層＝＝*/
h5.blog_le_t em {display: none;}
.blog_search input[type=search] {border: solid 1px #ffffff; border-radius: 2px;}
.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;}
.subbox_item a:after {border: 0px #ddd solid;}
.i_blog_le, .i_blog_ri , .blog_list_le , .blog_list_ri {  width: 100%;}
.i_blog_le , .blog_list_le{  position: relative;  padding-bottom: 100%;  height: 0;}/*文章縮圖長寬比例，100% →100:100 = 1:1 正方形 */
.i_blog_le img , .blog_list_le img{
	display:block;
  max-width: 100%;
  min-width: 100%;
  height: 100%;
  object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  -webkit-object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);}
  .i_blog_le img, .blog_list_le img {border-radius: 2px;}
  .blog_list_ri p {line-height: 180%; padding-top: 10px;}
  .blog_list_ri {padding: 13px 3px 3px 3px;}
  h5.blog_le_t span {display:none;}
	
/*側邊*/
.blog_le .accordion {border-radius: 2px; border: 0px #ccc solid;}
.blog_le .accordion > li{transition:all 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {  background: #b69d67 !important;}
.submenu {background: #d9d7ca;}
.submenu a {padding: 12px 12px 12px 10px;}
.submenu a:hover {background: #bfae8a;}
.fa-circle-chevron-right::before {display: none;}

/*首*/
.module_i_news ul{width: 90%;	grid-template-columns:1fr 1fr 1fr 1fr;}

/*功*/
.blog_subbox{grid-template-columns: 1fr 1fr;}
.blog_subbox:before{content:none;}

/*文章管理/內層＝＝*/
.blog_back a.article_btn_prev {background: #b69d67; border-radius: 2px 0 0 2px;}
.blog_back a.article_btn_back{background: #967e4c;}
.blog_back a.article_btn_next {background: #b69d67; border-radius: 0 2px 2px 0;}

/*特*/
.subbox_item a:before {display: none;}
.subbox_item a:after {display: none;}
/*.i_blog_le img:hover, .blog_list_le img:hover {border-radius: 2px;}*/
.blog_page .blog_list_ri::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #c3c2b9;
  transition: all 0.3s ease-in-out;
  display: none;}
.blog_page .subbox_item:hover .blog_list_ri::before {
  width: 100%;
  transition: all 0.3s ease-in-out;}
.blog_list_ri {padding: 13px 3px 8px 3px;}
.toShareNews{text-align: left; width: 100%;}
.module_i_news li a, .subbox_item a {padding: 0px;}
.news_tags a {color: #8a7851;}
.news_related {background: #d9d7ca;}
.news_related h6 span:before {color: #535353;}
.submenu li.on_this_category a, .submenu a:hover {background: #bca980;}
.news_related_list li a {background: #f6f5ec;}

.subbox_item a:hover {
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
}
.subbox_item a {
    opacity: 1;
    transition: all 0.3s ease-in-out;
}
.blog_list_ri:hover h5 {
    color: #907a4c;
}
.blog_le {padding: 7px 0;}

@media screen and (max-width: 1024px) {
.blog_subbox{grid-template-columns: 1fr;}
.subbox_item {border-bottom: 0px #eee solid;}
}

@media screen and (max-width: 980px) {
/*文章管理/＝＝＝＝＝*/
.blog_subbox{grid-template-columns:1fr;}
}

@media screen and (max-width: 768px) {
/*文章管理/＝＝＝＝＝*/
h4.blog_category_title{font-size: 24px;}
h4.blog_category_title span{font-size: 20px;}
h5.blog_le_t em {display: inline-block; color: #535353; font-family: "Noto Serif TC"; letter-spacing: 0; font-weight: 700; padding: 3px;}
}

@media screen and (max-width: 600px) {
/*文章管理/＝＝＝＝＝*/
.module_i_news ul , .blog_subbox{grid-template-columns:1fr;}
.i_blog_le, .blog_list_le {  padding-bottom: 100%;}
h4.blog_category_title{font-size: 20px;}
h4.blog_category_title span{font-size: 18px;}
}



/* = = = 下拉分頁 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


.other_select_page .promotion_title {display: none;}
.other_select_page .other_promotion {display: none;}
.other_select_page .page {display: none;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬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 {display: none; } /*隱藏*/
#to_top { bottom:29px;}

/*漢堡選單*/
.stellarnav.mobile {padding: 10px;}
.stellarnav .menu-toggle:after {color: #ffffff;}
.stellarnav .menu-toggle span.bars span {height: 1px;background: #ffffff;}
}

@media screen and (max-width: 600px) { 
}




