@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@300;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:wght@100;300;400;500;700;900&display=swap');
@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=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body{
	overflow-x:hidden;
	font-family:"Montserrat", "Noto Sans TC", "Noto Serif TC","微軟正黑體","arial","sans-serif";
	font-weight: 400;
}


/*網站全域設定/＝＝＝＝＝*/

/*
  #C7ADA0 /*網站主要色系
  #A66869 /*網站輔助色系1
  #A66869; /*網站輔助色系2*/


/* = = = 主選單 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.header_area.sticky .main_header_area .container {max-width: 1700px; transition: all 0.3s;}
.header_area.sticky .main_header_area{ margin: 0 auto; border-radius: 0px; width: 100%;transition: all 0.3s;}


.main_header_area{background: #ffffff; height: 100px; box-shadow:0px 0px 20px #5d5d5d8f; /*border-top: 6px solid #C7ADA0;*/ margin: 0px auto;  padding: 0 0px; transition: all 0.3s;}
.pageIndex .main_header_area{background: #ffffff; height: 100px; box-shadow:0px 0px 20px #5d5d5d8f; /*border-top: 6px solid #C7ADA0;*/ width: 100%; padding: 0 20px; transition: all 0.3s;}
.navigation {padding: 0px 0 10px 310px; transition: all 0.3s;}

/*選單最大寬度設定*/
.main_header_area .container {max-width: 1400px; transition: all 0.3s;}

/*第一層*/
.stellarnav ul ul {padding-top: 0px; box-shadow:0px 0px 6px #aeaeae8f;}
.stellarnav ul ul ul {padding-top: 0px;}
.stellarnav > ul > li > a{color: #444444; padding: 44px 10px 30px 10px; height: 84px; font-weight: 400; letter-spacing:1px; font-size: 16px; transition:all 0.3s; }
.stellarnav > ul > li:hover > a{color: #C7ADA0;}
.stellarnav li.has-sub > a:after {display:none;}
.stellarnav li.has-sub > a {padding: 44px 10px 30px 10px;}
.stellarnav > ul > li:last-child > a{color: #A66869;}


/*第二層*/
.stellarnav li li {border: 0px #eee solid; border-bottom: 1px #eee solid;}
.stellarnav li li:last-child { border-bottom: 0px;}
.stellarnav li li > a , .stellarnav li li.has-sub > a{padding: 12px 12px; font-size: 14px; transition: all 0.3s; border-left: 2px solid transparent; font-weight: 400;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: #ffffff; padding-left:14px; border-color:#C7ADA0; background: #C7ADA0;}
.stellarnav li li > a, .stellarnav li li.has-sub > a {border-left: 0px solid transparent;}


/*SubMenu*/
.shop_search_btn {background: #585858;}
.tp_links a{transition:all 0.3s;}
.tp_links a:hover {color: #777777;}
.me_tp_features {padding-right: 13px; margin-bottom: 0px; display: none;}
.tp_btn_cart span , .tp_btn_notice span {display: none;}
.me_tp_features a {margin: 0 0px;}
.right_member_in {border-radius: 5px 0px 0px 5px; top: 30%; border: 0px #C7ADA0 solid; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);}

/*隱藏小按鈕*/
.me_tp_line , .me_tp_call , .me_tp_mail {display: none !important;}


/*隱藏文章下拉 - 行業資訊*/
.stellarnav > ul > li:nth-child(4) > ul {display: none !important;}
/*.stellarnav > ul > li:nth-child(4) > a:after {display: none !important;}
.stellarnav > ul > li:nth-child(4) > a {padding: 0 0px 0 0px;}*/
.stellarnav.mobile > ul > li:nth-child(4) > a.dd-toggle {display: none !important;}


/*按鈕hover底線特效*/
/*.stellarnav > ul > li {position: relative;}
.stellarnav > ul > li > a:hover:after {width: 100%;}
.stellarnav > ul > li >a:after {
    content: "";
    left: 0;
    width: 0;
    transition: all 0.3s;
    height: 1px;
    position: absolute;
    background: #C7ADA0;
    bottom: 0;}*/







/*header icon*/
.stellarnav > ul > li:nth-of-type(1) > a:nth-of-type(1)::before ,
.stellarnav > ul > li:nth-of-type(2) > a:nth-of-type(1)::before ,
.stellarnav > ul > li:nth-of-type(3) > a:nth-of-type(1)::before ,
.stellarnav > ul > li:nth-of-type(4) > a:nth-of-type(1)::before ,
.stellarnav > ul > li:nth-of-type(5) > a:nth-of-type(1)::before {
  content: '';
  background: url(https://pic03.eapple.com.tw/guiningnail/menuicon.svg) no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 26px;
  left: 50%;
  transform: translateX(-50%);
}
.stellarnav > ul > li:nth-of-type(6) > a:nth-of-type(1)::before {
  content: '';
  background: url(https://pic03.eapple.com.tw/guiningnail/menuiconred.svg) no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 26px;
  left: 50%;
  transform: translateX(-50%);
}
.stellarnav li.has-sub > a:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #a7a7a7;
}
.stellarnav > ul > li:hover > a:nth-of-type(1)::before {
  top: 20px;
  transition: 0.3s;
}
.stellarnav > ul > li > a:nth-of-type(1)::before {
  transition: 0.3s;
}


/* = = = 頁尾 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */



.center {max-width: 95%;}
.footer {background:#ffffff; padding: 50px 0 0; background-size: cover;}
.footer_info {display: flex;  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(110px,100%), 1fr));  gap: 5px;}/*footer按鈕最小寬度100px*/
.footer_menu a {margin: 0;	text-align: center;	padding: 7px 5px 9px 5px; border: 1px #d6e1e1 solid; background: #ffffff; transition: all 0.3s;}
.footer_menu a:hover {background: #A66869; }
.copy {background: #C7ADA0;  color: #F4F6F5; border:none; padding: 10px 0; margin-top: 45px;}
.copy a{color: #F4F6F5;transition:all 0.3s;}
.copy a:hover{color: #F4F6F5;}
.box_link a{transition:all 0.3s;}
.box_link a:hover {background: #A66869;   color: #fff;}
.box_link {display: none;}
.footer_logo {text-align: right; width: 43%;}
.footer_info ul {width: 54%;}
.footer_info li {text-align: left;}
.footer_info li:nth-child(2) {display: none;}
.footer_info li p {display: block; padding-right: 0px; color: #505866;}
.footer_logo img {width:150px;}


/*改字*/
.TEL:before, .TEL2:before, .PHONE:before, .FAX:before, .TAXID:before, .MAIL:before, .ADD:before, .ADD2:before {width: 78px;}
.list_before.info li {padding-left: 86px;}
.footer_info li p.add2:before {content: '　　　';display: none;}
.footer_info li p.line:before {content: 'LINE ID：';}



/*頁尾改符號*/
.footer_info li p {position: relative;}
.footer_info li p.phone {margin-right: -60px;}
.footer_info li p.line:after {
    content: '';
  	background: url(https://pic03.eapple.com.tw/guiningnail/f_line.svg)no-repeat;
    background-size: contain;
    height: 16px;
    width: 16px;
    position: absolute;
    top: 6px;
    left: -22px;
    display: inline-block;}
.footer_info li p.tel:after,
.footer_info li p.phone:after {
      content: '';
      background: url(https://pic03.eapple.com.tw/guiningnail/f_call.svg)no-repeat;
      background-size: contain;
      height: 15px;
      width: 15px;
      position: absolute;
      top:5px;
      left: -22px;
      display: inline-block;}
.footer_info li p.add:after {
  	content: '';
  	background: url(https://pic03.eapple.com.tw/guiningnail/f_map.svg)no-repeat;
    background-size: contain;
    height: 18px;
    width: 15px;
    position: absolute;
    top: 4px;
    left: -22px;
    display: inline-block;}
@media screen and (max-width: 1600px) {
.footer_info li p.phone{margin-right: 0px;}
}
@media screen and (max-width: 800px) {
.footer_info ul {width: 100%;}
}



/* = = = LOGO = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.nav-brand {width: 100%;max-width: 310px; transition:all 0.3s;}
.nav-brand img {max-width: 120px; padding-top: 0px;  transition: all 0.3s;}
.header_area .nav-brand {  transition: all 0.3s;  margin-top: 13px; margin-left: 0px;}


/* = = = 側邊浮動 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.info_fix_phone span::before{
  background-image: url(https://pic03.eapple.com.tw/guiningnail/call.png);
}


/*top*/
#to_top {color: #737373; width: 44px; height: 44px; bottom: 16px; right: 23px; left: unset;}
#to_top i.top {margin-bottom: -10px;}
#to_top i.top:before, #to_top i.top:after {height: 12px;}
#to_top i:before, #to_top i:after {background: #737373;}

/*側浮*/
a.info_fix_mail {display: none;} /*隱藏信箱*/


/* = = = 大圖 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.swiper-pagination {display:none;}


/*預設解除背景輪播*/
@media screen and (max-width: 1800px) {
/*#content_main { margin:0;}
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;}*/
.swiper-slide img { height:auto;}
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1024px) {
#content_main { margin:0;}
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;}
.main_header_area { margin: 0px auto; border-radius: 0px; width: 100%; padding: 0 0px;}
.navigation { padding: 0px;}
.stellarnav ul {border-top: 1px solid #f2ebe3;}
.header_area .nav-brand {margin-top: 15px;}
.pageIndex .main_header_area {margin: 0; padding:0; width: 100%; border-radius: 0px;}
}
@media screen and (max-width: 768px) {
.bannerindex{padding-bottom: 0%;}
#content_main {margin-top: -10px;} /*解決手機板大圖白線*/
}

/* = = = BANNER = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*.pageIndex #content_main {background: url(https://pic03.eapple.com.tw/dashengbeef/BBG.jpg)no-repeat bottom; background-size: cover;}*/
#content_main {background: url(https://pic03.eapple.com.tw/guiningnail/BBG.jpg)no-repeat bottom; background-size: cover;}
#content {background: url(https://pic03.eapple.com.tw/guiningnail/BBG.jpg)no-repeat bottom; background-size: cover;}


.blog_page .banner , .blog_in_page .banner {display: none;}
.album_page .banner , .album_class_page .banner , .album_info_page .banner {display:none;}
.services_page .banner {display:none;}
.other_page .banner {display:none;}
.map_page .banner {display:none;}

.banner {display: none;}
.banner h5{font-size: 24px; color: #ffffff; padding-top: 200px;font-weight:600; letter-spacing: 2px;text-shadow: 2px 2px 10px #565656; padding-left: 14.5vw; text-align: left; display: none;}
.promotions_page .banner{background: url(https://pic03.eapple.com.tw/brucephone/SBN1.jpg) no-repeat fixed; height:500px; width: 100%;}
.contact_page .banner{background: url(https://pic03.eapple.com.tw/brucephone/SBN2.jpg) no-repeat fixed; height:500px; width: 100%;}


/*加英文字*/
.banner h5:before {color: #e8d4bf;display: block;font-size: 100px; margin-bottom: -20px; font-weight: 300; text-align: left; padding-left: 0px; font-family: 'Allison', 'Noto Serif TC';}
.promotions_page .banner h5:before {content: 'News';} 
.contact_page .banner h5:before {content: 'Contact';} 


@media screen and (max-width: 1440px) {
.banner h5 {padding-left: 9.5vw;}
}
@media screen and (max-width: 1024px) {
.banner h5 {padding-left: 10vw; padding-top: 40px;}
}
@media screen and (max-width: 768px) {
.banner h5 {padding-top: 0px; padding-left: 0px; text-align: center;}
.banner h5:before {color: #fff;  text-align: center;}
.promotions_page .banner , .contact_page .banner {height: 300px;}
}

@media screen and (max-width: 500px) {
.banner h5:before {font-size: 30px; letter-spacing: 0px; line-height: 50px; margin-bottom: -10px;}
.banner {height: 310px;background-position: bottom left; background-position: unset; padding: 58px 0;}
.promotions_page .banner , .contact_page .banner {height: 200px;}
}






/*麵包屑*/
.path{display:none;} 
.path p a:hover {display:none;}

/*頁碼*/
.page {  width: 100%;  margin: 40px auto;  display: flex;  flex-wrap: wrap;  justify-content: center;  align-items: center;}
.page li {  display: flex;  margin: 3px;  width: 30px;  height: 34px;  line-height:30px;  align-items: center;  justify-content: center;}
.page li a {  display: block;  width: inherit;  height: inherit;  line-height: inherit;  padding: 0;  transition:all 0.3s;}
.page strong, .page a:hover {  background: #909090;border: 1px solid #909090;}


/* = = = 購物車 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*首頁購物車*/
/*.pageIndex .prod_part {
  background: url(https://pic03.eapple.com.tw/homeartlife/SHOPBBG.jpg)no-repeat;
  background-position: top center;
  background-size: cover;
  width: 100% !important;
  max-width: 100%;
  padding: 100px 20px;
}*/
.pageIndex .products-list {
  padding: 20px 0;
  max-width: 1650px;
  margin: 0 auto;
}

.i_prod_tit span {font-size: 30px; font-weight: 700; color: #C7ADA0;}

.prod_part { width: 90%; padding: 0px 20px 90px 20px; max-width: 1800px;}
.products-list {  display: grid;  gap: 10px;  grid-template-columns: 1fr 1fr 1fr 1fr;}
.products-list:before{content:none;}
.products-list .item {width: 100%; background: none; padding: 14px;}
.products-list .more {margin-top: 10px;}

/*購物車/外層＝＝*/
/*顏色*/
.products-list .more {  border: 1px solid #737373;  color:#ffffff ;background: #737373;}
.products-list .item a:hover .more {background: #A66869;}
.products-list .item a .more {background: #737373; transition: all 0.3s;}

/*價格*/
.products-list .price {  display: flex;  margin-bottom: 5px;  align-items: center;  justify-content: center;  flex-wrap: wrap;}
.products-list .price b {  margin: 0 5px;  line-height: 180%;  text-align: center; color: #de4e4e;}
.products-list .price b.ori_price {  font-size: 14px;}

/*外層版面*/
.products-list .name {text-align: center; height: auto; font-size: 17px;}
.product_page .main_part {  width: 90%;	max-width: 1500px;}
.product_page .show_content {  display: flex;  flex-wrap: wrap;  align-items: flex-start;  justify-content: space-between;}
.product_page .products-list {  width: calc(100% - 280px);}
.product-layer-two {  width: 250px;  margin: 0;}
.product_info_page .product-layer-two {  display: none;}
.product-layer-two li {  margin: 0;  width: 100%;padding: 0 10px;}
.product-layer-two > li.active {  background: #f2f2f2;}
.product-layer-two li.active a {  border: unset;border-bottom: 0px dotted #ccc;}
.product-layer-two li a {  color: #222;  border: none;  background: transparent;  transition: all 0.3s;  line-height: 200%;  transition: all 0.3s;}
.product-layer-two > li > a {  border-bottom: 1px dotted #ccc;padding-left: 25px;}
.product-layer-two li:hover > a , .product-layer-two li.active > a{color: #A66869;}
.product-layer-two li:hover > a:before , .product-layer-two li.active > a:before {background: #A66869; color:#fff;}
.product-layer-two > li > a:before {
  /*border-radius: 100%;*/
  align-items: center;
  justify-content: center;
  display: flex;
  height: 10px;
  content: " ";
  color: #A66869;
  background: #d7d7d7;
  width: 10px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  padding-left: 2px;
  font-size: 13px;
}
.product-layer-two li ul {  position: relative;padding-top: 1px;}
.product-layer-two li li {  border: none;background: transparent;}
.product-layer-two li li a{  background: transparent; font-size: 16px;}
.product-layer-two li li:hover a{color: #A66869; font-weight: 900;}

/*hover到才顯示副選單 關掉↓*/
/*.product-layer-two li li {  display: block;}*/

/*購物車/內層＝＝*/
.product_info_page .main_part {  width: 90%;}

/*按鈕顏色*/
.inquiry_a1{background: #C7ADA0;;}
.inquiry_a2{background: #C7ADA0;}
.inquiry_a3{background: #C7ADA0;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: #7e0101;}
.lastaction {  color: #A66869;  background-color: #d5d5d5;}
.nextaction {  background-color: #A66869;}
.lastPage {  background: #737373;}

/*商品側邊規格*/
.product_info li .txt_box {  color: #222222;  width: 100%;}
.sidebarBtn .sp_price { color: #de4e4e;}
.mobile_product_name{font-size: 24px; text-align: center;}
.sidebarBtn .price {letter-spacing: 0px; color:#C7ADA0;}
.sidebarBtn .price span {display: inline-block;}
.sidebarBtn h2 {color: #A66869;}
div#number_area {color: #959595;}
.product_pic #bx-pager {display: block; width: 100%; position: relative;}
.product_pic #bx-pager a {border:0px solid #e9e9e9; overflow: hidden;}
#bx-pager h6 {display: none;}

/*相關推薦*/
.prod_related h6 span:before{font-size: 28px; color: #A66869; font-weight: 700;}
.prod_related {padding: 45px 15px 25px 15px; background: none;}
.related_list li a img {border-radius: 0px;}
.related_list li a {background: none;}

/* = = = 相簿 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*相簿管理*/
.album_page .main_part, .album_class_page .main_part, .album_info_page .main_part{max-width: 1200px; width: 90%;  margin: 0 auto; padding: 100px 20px;}

/*版面*/
ul.show-list, .other_subalbum, ul.pic-list {display: grid;  grid-template-columns: 1fr 1fr 1fr;  gap: 20px;}
ul.show-list:before , ul.pic-list:before{content:none;}
.overlay {z-index: 1;}
.show-list .item , .other_subalbum li , .pic-list .item{width: 100%;margin:0;padding:5px;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic{  display: block;  position: relative;  overflow: hidden;  height: 0;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic  {  padding-bottom: 75%;}/*相簿圖片長寬比例，75% →100:75 = 4:3 */
.show-list .show_pic img , .other_subalbum li a img, .pic-list .show_pic img{
  display:block;
  max-width: 100%;
  min-width: 100%;
  height: 100%;
  object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  -webkit-object-fit: cover;
  position: absolute;
  transform: translate(-50%,-50%);}
.show-list .item .show_name {  color: #ffffff;  background: #A66869; padding: 8px;}
.show-list .item:hover .show_name {  color:#ffffff;}
.other_album_choice li {  background: #446D5D; border-radius: 50px;}
.subalbum-menu h2{  color: #DDDDDD;font-size: 24px; display: none;}
.subalbum-menu {margin: 0px 0;}
.other_subalbum li {background: none;}
.other_subalbum li p {  margin-top: 0px; text-align: center; font-weight: 400; background: #a66869; color: #fff; height: 38px; padding: 6px;}
.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;}

/*特*/
.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-top:0; height: 38px; font-size: 16px;} 
.album_page .show-list .show_pic img {transform: scale(1); /*-webkit-filter: grayscale(1) contrast(1.2);*/ transition: 0.5s ease;}
.album_page .show-list .show_pic img:hover {transform: scale(1.05); /*-webkit-filter: grayscale(0) contrast(1);*/ 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 {/*-webkit-filter: grayscale(1) contrast(1.2); */ transition: all .7s ease-out;}
.album_class_page .other_subalbum li a img:hover {/*-webkit-filter: grayscale(0) contrast(1);*/  transform: scale(1.05); transition: all .7s ease-out;}

/*遮罩*/
/*ul.pic-list.clearfix li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(188 188 180 / 50%);
  z-index: 1;
  opacity: 0;
  transition: 0.5s;
  pointer-events: none;}
ul.pic-list.clearfix:hover a:after {opacity: 1; transition: 0.5s;}
ul.pic-list.clearfix:hover a:hover:after { opacity: 0; transition: 0.5s;}*/


/*相簿第三層*/
body.album_info_page .main_part {
  max-width: 1600px;
  margin: 0% auto;
  padding: 80px 0;
}

body.album_info_page .show_content {
  max-width: 1200px;
  width: 100%;
}

ul.pic-list.clearfix {
  display: flex;
  flex-wrap: wrap;
}

.album_info_page .pic-list .show_pic img {
  max-width: 100%;
  max-height: 100%;
  transition: 1s;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.album_info_page .pic-list .show_pic {
  height: 40vh;
  line-height: 260px;
  padding: 0;
  padding-bottom: 0;
}


.album_info_page .pic-list .item {
  position: relative;
  padding: 0;
  margin: 0;
  width: 31%;
}

.album_info_page .pic-list .item h6 {
  position: absolute;
  right: 50%;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0%);
  width: 100%;
  height: auto;
  font-size: 14px;
  color: #FFFFFF !important;
  border: none;
  text-align: center;
  background: rgba(255, 241, 224, 0.5);
  padding: 10px;
  transition: all ease-in .3s;
  display: none;
}


ul.pic-list.clearfix li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 241, 224, 0.5);
  z-index: 1;
  opacity: 0;
  transition: 0.5s;
  pointer-events: none;
}


ul.pic-list.clearfix:hover a:after {
  opacity: 1;
  transition: 0.5s;
}

ul.pic-list.clearfix:hover a:hover:after {
  opacity: 0;
  transition: 0.5s;
}



@media screen and (max-width: 900px) {
  .album_info_page .pic-list .item {
      width: 48%;
  }
}


@media screen and (max-width: 560px) {
  .album_info_page .pic-list .item {
      width: 100%;
  }
}



/* = = = 文章管理 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*首頁文章*/
/*.module_i_news ul {max-width: 1400px;}
.i_blog_ri em {display: none;}
.i_blog_ri p {line-height: 180%;}*/


.blog_page .main_part , .blog_in_page .main_part  {max-width: 1400px;}
h4.blog_category_title{font-size: 28px; color: #a76869;}
h4.blog_category_title span{font-size: 24px;}

/*文章管理/外層＝＝*/
.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; border-radius: 15px; border: 1px #f5efe8 solid;}
.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: 0px;}
  .blog_list_ri p {line-height: 180%; padding-top: 10px;}
  .blog_list_ri {padding: 17px 3px 3px 3px;}
  h5.blog_le_t span {display:none;}
	
/*側邊*/
.blog_le .accordion {border-radius: 15px; 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: #C7ADA0 !important;}
.submenu a{padding: 12px 12px 12px 30px; letter-spacing: 1px;}
.submenu a {background:#fff;}
.submenu a:hover {background: #d1a69d;}
h5.blog_le_t em {display: none;}

/*首*/
.module_i_news {padding: 95px 20px;}
.module_i_news ul{width: 90%;	grid-template-columns:1fr 1fr 1fr 1fr;}

/*功*/
.blog_subbox{grid-template-columns:1fr 1fr 1fr;}
.blog_subbox:before{content:none;}

/*文章管理/內層＝＝*/
.blog_back a.article_btn_prev {background: #C7ADA0; border-radius: 30px 0 0 30px;}
.blog_back a.article_btn_back{background: #A76869;}
.blog_back a.article_btn_next {background: #C7ADA0; border-radius: 0 30px 30px 0;}
.blog_search input[type=search] {border-radius: 15px; background-color: #fff;}

/*特*/
.subbox_item a:before {display: none;}
.subbox_item a:after {display: none;}
.blog_page .blog_list_ri::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #efd8cd;
  transition: all 0.3s ease-in-out;}
.blog_page .subbox_item:hover .blog_list_ri::before {width: 100%; transition: all 0.3s ease-in-out;}
.blog_list_ri {padding: 15px 3px 8px 3px;}
.blog_le .accordion li .link:last-child {border-bottom: 1px solid #f5e9d4;}
.accordion li .link {border-bottom: 1px solid #f5e9d4;}
.i_blog_ri {padding: 15px 5px 5px 5px;}
.i_blog_ri h5{color:#444;}
.module_i_news .title_i_box h4 {color: #857367;}
.blog_list_ri h5 {color:#444;}
.blog_le .accordion li i {color: #fff;}
.blog_le .accordion li.open i {color: #fff;}
.submenu a {font-weight: 600;}
.submenu li {border-bottom: 1px solid #f5e9d4;}
.submenu a:before {color: #f1ddd4;}


/* = = = 促銷方案 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.news_part {padding: 100px 0 80px 0;}
.news_part .title_i_box h4 {font-size: 32px; color: #A76869;}
.news_part .title_i_box h6 {font-size: 18px; color: #C6ADA0; font-weight: 500; font-family: 'Montserrat';}
.news_list ul li p {color: #705443;}
.news_list ul li a , .news_list ul li a:hover {background: #ffffff !important;}
.news_list ul li p:after {color: #c8b1a5;}
.news_list ul li span {color: #c8b1a5;}
.news_list ul li p:after {content: 'READ MORE';}


/* = = = 聯絡我們 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.contact_page .main_part {max-width: 100%;}
.contact_editbox {padding: 0px 0px;}
.contact_le_map a {background:#A66869;}
.contact_form li.last cite {background: #A66869;}
.animated-arrow {background: #A66869; border-radius: 50px;}
.contact_form li {padding-left: 90px;}
.contact_form li .form__label {text-align: right; width: 130px; margin-left: -130px;}
.contact_form li .form__insert{width: 97%;}
.contact_content {max-width: 1400px;}
.contact_content .information_left {width: 350px;}
.contact_content .information_right {width:calc(100% - 360px); padding-left: 0px;}
.contact_form li.last blockquote, .contact_form li.last cite {border: 0px #dfd4c3 solid;}
input[type="checkbox"], input[type="radio"]{margin-right: 2px; margin-left: 7px;}
.red {color: #A66869;}

.blank_letter {font-weight: 700; font-family: "Noto Serif TC","Noto Sans TC";}
.contact_form li input.noborder, .contact_form li textarea.noborder {border: 1px #e4e4e4 solid; background: #ffffff; padding: 5px;}
.list_before.info li {padding-left: 80px;}


/* = = = 促銷方案 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.main_part {max-width: 1400px;}


/* = = = 會員登入 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*.member_title h2 {color: #A66869;}
.login_mem_submit {background: #A66869;}*/


/* = = = 其它分頁 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.other_select_page .promotion_title h2 {display: none;}
.other_select_page .other_promotion {display: none;}
.other_select_page .page {display: none;}


/* = = = 其它 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*換行問題*/
.stellarnav.mobile > ul > li > a {width: 100%; padding: 15px 43px 10px 10px;}
.stellarnav.mobile > ul > li > a.dd-toggle {width: auto; padding: 8px;}
.stellarnav .menu-toggle {width: 59px;}

/*相簿小圖*/
.fa-image::before {display: none;}
.fa-right-from-bracket::before{display: none;}
.other_album_choice li a i.fa-solid.fa-right-from-bracket {display: none !important;}
.other_album_choice li {padding: 7px 24px 7px 22px; margin: 0 0px 7px 0; background: #A66869;}
.other_album_choice {margin: 7px;}
@media screen and (max-width: 480px) {
.other_album_choice li {width: 100%;}
}


/* = = = RWD = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


@media screen and (max-width: 1600px) {
  .footer_info ul {width: 100%;}
  .footer_info li p {width:49%;}

  .header_area.sticky .main_header_area .container {max-width: 100%;}

  .footer_logo {text-align: left; width: 100%; margin: 0 0px;}
  .footer_info li {padding: 10px 30px;}
}


@media screen and (max-width: 1300px) {
/*購物車/＝＝＝＝＝*/
.products-list { grid-template-columns: 1fr 1fr 1fr;}

  /*FT*/
.footer_info li:nth-child(1) {width: 100%;}
.footer_info li:nth-child(2) {width: 100%;  margin-bottom: 0px;}
.footer_info li p {text-align: left;}
.footer_logo {text-align: left; width: 100%;}
.footer_info ul {width: 100%;}
.footer_info li:nth-child(1) {padding: 15px 15px;}
.footer_logo {padding: 0px 0px;}
.footer_logo img {padding: 10px 10px;}
.footer_logo img {max-width: 300px;}
.footer_menu {text-align: center;max-width: 100%; padding-left: 0px;}
.copy {text-align: center;}
}


@media screen and (max-width: 1024px) {
/*Header/＝＝＝＝＝*/
.main_header_area {height: 200px;}
.pageIndex .main_header_area {height: 200px;}

/*Logo/＝＝＝＝＝*/
.header_area .nav-brand{max-width: 100%;}

/*文章管理/＝＝＝＝＝*/
.module_i_news ul{grid-template-columns:1fr 1fr;}
.pageIndex .module_i_news li, .subbox_item {width: 100%;}

/*購物車/＝＝＝＝＝*/
.product_page .products-list {  grid-template-columns: 1fr 1fr;}

.copy {margin: 35px 0px 0 0;}

}


@media screen and (max-width: 980px) {
/*文章管理/＝＝＝＝＝*/
.blog_subbox{grid-template-columns:1fr 1fr;}
.subbox_item {border-bottom: 0px #eee solid;}

/*相簿/＝＝＝＝＝*/
ul.show-list , .other_subalbum ,ul.pic-list{  display: grid;  grid-template-columns: 1fr 1fr;}
}


@media screen and (max-width: 768px) {
/*選單漸變效果＝＝*/
/*首頁固定選單*/
.navigation {padding: 15px 0;}
.pageIndex .header_area{position:relative;}
.main_header_area .container {max-width: 100%;}
.pageIndex .main_header_area {height:105px;}
.main_header_area {height: 105px;}
.header_area.sticky .main_header_area .container {max-width: 100%;}
.me_tp_features {margin: 4px 0;}


/*側邊選單/＝＝＝＝＝*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{  padding: 15px 10px ;border-left:none;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{padding: 15px 10px ;border-color:transparent;}
.stellarnav.mobile > ul > li > a {padding: 12px 43px 5px 10px;}
.stellarnav.mobile ul{padding-top: 0px;}
.stellarnav.mobile li.open {background: #ffffff;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {background: #ffffff;}
.stellarnav.mobile li.open li.open {background: #C7ADA0;}
.stellarnav a.dd-toggle .icon-plus:after{border-bottom: solid 3px #C7ADA0;}
.stellarnav a.dd-toggle .icon-plus:before {border-bottom: solid 3px #C7ADA0;}
/*icon*/
.stellarnav > ul > li:nth-of-type(1) > a:nth-of-type(1)::before ,
.stellarnav > ul > li:nth-of-type(2) > a:nth-of-type(1)::before ,
.stellarnav > ul > li:nth-of-type(3) > a:nth-of-type(1)::before ,
.stellarnav > ul > li:nth-of-type(4) > a:nth-of-type(1)::before ,
.stellarnav > ul > li:nth-of-type(5) > a:nth-of-type(1)::before ,
.stellarnav > ul > li:nth-of-type(6) > a:nth-of-type(1)::before {display: none;}


/*Logo/＝＝＝＝＝*/
.nav-brand{ margin-top: 10px;}
.header_area .nav-brand{max-width: unset; margin-top: 0px;}

/*Footer/＝＝＝＝＝*/
#bottom_menu {display: none; }
.footer.with_shopping_mode { padding:50px 0 0px; }
.footer_info {  justify-content: center;}
.footer_logo {  text-align: left; margin-bottom: 0px;}
.footer_menu {grid-template-columns: repeat(auto-fit, minmax(min(160px,100%), 1fr));}
.footer_info li p {display: block; width: 100%; text-align: center;}
.center {max-width: 100%;}
.footer_logo img {max-width: 260px;}
.footer_info li p.line:after , .footer_info li p.tel:after , .footer_info li p.add:after{left: 5px;}
.footer_info li p {text-align: left; padding-left: 28px;}


/*順序*/
.product_page .products-list {  order: -1;}

/*購物車/＝＝＝＝＝*/
.products-list {  grid-template-columns: 1fr 1fr;}
.product_page .products-list ,.product-layer-two {  width:100%;}
.prod_related h6 span:before{font-size: 24px;}

/*文章管理/＝＝＝＝＝*/
h4.blog_category_title{font-size: 24px;}
h4.blog_category_title span{font-size: 20px;}

#bottom_menu li a {padding: 14px 5px 9px 5px;}
.contact_le_map a {width: 100%; display: inline-block;}
.contact_content .information_left, .contact_content .information_right {width: 100%;}
.products-list {grid-template-columns: 1fr 1fr;}

.me_tp_features {padding-right: 0px;}
.contact_content { padding: 0px 0;}
.contact_content .information_left, .contact_content .information_right {padding: 0;}
}



@media screen and (max-width: 600px) {
/*Footer/＝＝＝＝＝*/
.box_link {  text-align: center;}
.footer_menu a {width: 100%;}


/*購物車/＝＝＝＝＝*/
.prod_related h6 span:before{font-size: 20px;}

/*文章管理/＝＝＝＝＝*/
.module_i_news ul , .blog_subbox{grid-template-columns:1fr;}
.i_blog_le, .blog_list_le {  padding-bottom: 100%;}
h4.blog_category_title{font-size: 20px;}
h4.blog_category_title span{font-size: 18px;}

/*相簿*/
ul.show-list, .other_subalbum, ul.pic-list {grid-template-columns:1fr;}


}


@media screen and (max-width: 480px) {
.header_area .nav-brand {max-width: unset;}
.footer_logo {width: 100%;}
.footer_menu a {width: 100%;}
.products-list {grid-template-columns: 1fr;}
.pageIndex .module_i_news ul {grid-template-columns: 1fr;}
.contact_page .main_part {padding: 0px 10px 10px;}
}

@media screen and (max-width: 425px) {
}

@media screen and (max-width: 375px) {
/*購物車/＝＝＝＝＝*/
.products-list , .product_page .products-list  {  grid-template-columns: 1fr;}

/*相簿*/
ul.show-list, .other_subalbum, ul.pic-list {grid-template-columns: 1fr;}

}