@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/

body {font-family: "Playfair", serif, "Noto Sans TC", serif;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.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 {
  background: url(https://pic03.eapple.com.tw/jiawelbeauty/bg_001.png);
  background-repeat: repeat-y;
  background-position: center top;
}

.main_part {
  max-width: 1500px;
}

.edit_part {
  padding: 0;
}

/*頁面導覽列*/
.path p, .path p a {
display: none;
}

/*LOGO*/

.navigation {
  grid-template-columns: 250px 1fr;
}

.nav-brand {
  width: 120px;
  transition: all 1.5s;
  position: absolute;
  top: -300px;
}

.header_area.sticky .nav-brand {
  transition: all 1.5s;
  top: -15px;
}

.nav-header {
  max-width: 250px;
  transition: all 0.3s;
}

.nav-brand img {
  max-width: 100%;
  border-radius: 0 0 0.8em 0.8em;
}

@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

/*產品搜尋*/

.me_tp_features a.tp_btn_cart, .me_tp_features a.tp_btn_notice {
    font-size: 13px;
    letter-spacing: 1px;
    color: #696969;
    border-bottom: 1px solid #c2c2c2;
    padding-bottom: 10px;
}

.info_fix {
  display: none;
}


@keyframes banner-img {
  0%{
      opacity: 0.5;
      transform: scale(1.2);
  }
  100%{
      opacity: 1;
      transform: scale(1);
  }
}




/*HEADER*/

.tp_links {
    display: none;
  }

.me_tp_features {
    padding: 0px 16px 5px 0px;
}

.main_header_area .container {
  max-width: 90%;
}

.header_area {
    padding: 0px;
    background: transparent;
    padding: 15px 0px 11px;
}


.header_area.sticky{background: transparent;}

.main_header_area:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    backdrop-filter: saturate(92%) blur(10px);
    width: 0%;
    height: 105px;
    background-color: #F4F1E5;
    transition: all 1s ease-in-out;
    z-index: -1;
}

.header_area.sticky .main_header_area:after {
  width: 100%;
  transition: all 1s ease-in-out;
}

/*第一層*/

.stellarnav li.has-sub > a:after{display: none;}

.stellarnav > ul > li > a {
  letter-spacing: 2px;
  color: #626262;
  font-weight: 400;
  font-size: 14px;
  padding: 0px 18px;
  margin: 0px;
  position: relative;
}

.stellarnav > ul > li:after {
  content: '';
  background: linear-gradient(0deg, #fbdbd8, #ffffff00);
  z-index: -1;
  width: 100%;
  height: 0px;
  left: 0px;
  position: absolute;
  bottom: -9px;
  transition: height 0.3s ease;
}


.stellarnav > ul > li:hover:after {
  height: 86px;
  transition: height 0.5s ease;
}

/*第二層*/


.stellarnav ul ul {
  background: #ffffff;
  box-shadow: 1px 1px 25px rgb(0 0 0 / 4%);
  border-radius: 10px;
  width: 170px;
}

.stellarnav li li {border: none;}

.stellarnav li li > a, .stellarnav li li.has-sub > a {
    padding: 10px 12px;
    transition: all 0.3s;
    border: none;
    position: relative;
    letter-spacing: 2px;
    font-size: 14px;
}

.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {
  color: #3d3d3d;
  background: #fbdbd8;
  border: none;
  margin: 7px;
  border-radius: 10px;
}



@media screen and (max-width: 1200px) {

.navigation {
  grid-template-columns: 170px 1fr;
}

.stellarnav > ul > li > a {
  padding: 0px 10px;
}

.stellarnav > ul > li.has-sub > a {
  padding-right: 10px;
}

}


@media screen and (max-width: 1024px) {
  .nav-header {
      position: absolute;
      text-align: right;
  }

  .stellarnav ul {
    text-align: end;
}

.header_area.sticky .nav-brand {
  margin-top: 136px;
}

.main_header_area .container {
  max-width: 95%;
}

}

@media screen and (max-width: 900px) {

.stellarnav ul {
  text-align: center;
}


.header_area.sticky .nav-brand {
  background: transparent;
  backdrop-filter: none;
  width: 120px;
  margin: 0px auto 15px;
}

.nav-header {
  position: relative;
  text-align: center;
}

.header_area.sticky .nav-header{
  display: block;
  transition: all .4s ease-in-out;
}

.nav-brand {
  position: static;
  display: block;
  margin: 0px;
  padding: 0px;
  width: 110px;
}

}

@media screen and (max-width: 768px) {

  .header_area {
    padding: 0px;
    background: transparent;
}

 .nav-brand {
  position: static;
  display: block;
  margin: 0px;
  padding: 0px;
  width: 80px;
}

  .header_area.sticky {
    padding: 0px;
    backdrop-filter: none;
}

.header_area.sticky .nav-brand {
  background: transparent;
  backdrop-filter: none;
  width: 100px;
  margin: 15px auto;
  animation: none;
}

.header_area.sticky .nav-header {
  width: 170px;
  transition: all 0.3s;
}

.main_header_area {
  background-color: #547767;
}

}

@media screen and (max-width: 500px){

  .header_area.sticky .nav-brand {
    width: 85px;
    margin: 5px auto;
}

}

/*相簿bug*/
.stellarnav > ul > li:nth-of-type(3) > ul li:nth-of-type(1) {
  display: none;
}

.footer_info li p.add2:before {display: none;}

/*footer*/
.footer_info li p {
    line-height: 175%;
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 13px;
}

.footer_info li p a {
  color: #ffffff;
}

a {
    color: #767676;
}

.footer_menu a:first-child {display: none;}
.footer_info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.footer {
  background: #547767;
  padding: 50px 0 13px;
}

.footer_menu {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(min(120px, 100%), 1fr));
gap: 11px;
padding-left: 32px;
max-width: 484px;
}

.footer_info li {
display: inline-table;
}

.footer_logo {
display: grid;
align-items: center;
}

.footer_info ul {
    display: flex;
    vertical-align: top;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding-left: 109px;
}

.footer_info ul:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 1px;
    background-color: #c7c7c7;
}

.footer_menu a {
    margin: 0;
    text-align: center;
    padding: 9px;
    transition: all 0.3s;
    background: #ffffffcc;
    letter-spacing: 1px;
    font-size: 13px;
    border: none;
    color: #567768;
}

.footer .center {
position: relative;
padding-bottom: 10px;
}

.footer_menu a:hover {
  background: #f6f0e8;
  color: #547767;
}

.copy {
    background: transparent;
    color: #FFF8E8;
    border: none;
}
.copy a{    color: #FFF8E8;transition:all 0.3s;}
.copy a:hover {color: #000;}
.footer_logo img {display: none;}
.box_link{display:none}


/*首頁購物車*/

.prod_part {
  padding: 0px 20px 40px;
  background: #eef2f3;
}

.i_prod_tit, .i_video_tit {
  display: none;
}

.pageIndex .products-list .item a {
  padding-bottom: 0px;
  position: relative;
  padding: 20px;
  background: #ffffff82;
  border: 1pt solid #FFF;
  box-shadow: 1px 1px 25px rgb(0 0 0 / 4%);
}

.pageIndex .products-list .item a:before {
  content: '';
  position: absolute;
  width: 0%;
  height: 100%;
  background: #FFF;
  top: 0px;
  left: 0px;
  transition: .5s ease-in-out;
}

.pageIndex .products-list .item a:hover:before {
  width: 100%;
  height: 100%;
  transition: .5s ease-in-out;
}


.pageIndex .products-list .price {
  margin: 10px 0 0px;
  z-index: 999;
}

.pageIndex .products-list .pic:before{
  display: none;
}
.pageIndex .products-list .name {
  z-index: 999;
}
.i_prod_b a {
  display: none;
}
.product_page .main_part {
  padding: 80px 20px;
}

/*購物車側選單*/

.product-layer-two li a {
  padding: 10px 16px;
  color: #605b5a;
  background: #F1D7CD;
  position: relative;
  border: none;
  transition: all .4s;
  font-size: 15px;
}

.product-layer-two li a:hover {
  background: #674636;
  transition: all .4s;
  color:#fff
}
.product-layer-two li:hover i {
    color: #fff;
}
.product-layer-two li.active i {
    color: #fff;
    transition: none;
}

.product-layer-two li.active a {
    border: none;
    font-weight: 400;
    background: #674636;
    color: #fff;
    transition: none;
}

.product-layer-two li i {
  top: 4px;
  color: #444;
  transition: 0.3s;
}

.product-layer-two li.active li a {
  font-weight: 400;
  letter-spacing: 2px;
  color: #444;
  background: transparent;
      transition: none;
}

.product-layer-two li li a {
  padding: 5px 10px;
  color: #444;
  transition: all 0.4s;
}

.product-layer-two li li.active {
    padding-left: 40px;
    transition: none;
}
.product-layer-two li li.active > a:before {
    background: #414141;
    transition: none;
}

.product-layer-two > li 
{ width:100%; max-width:100%; padding:0; text-align:left; padding-bottom: 5px;}



/*商品外觀*/

.products-list .price b {
  color: #444;
  letter-spacing: 1px;
  font-weight: 400;
}
.products-list .name {
  font-size: 16px;
  color: #444;
  letter-spacing: 1px;
  font-weight: 400;
  border-bottom: 1pt solid #cad3c3;
  height: 60px;

}

.products-list .more {
  display: none;
}

.products-list .item a {
  padding-bottom: 0px;
  position: relative;

}

  .products-list .pic img {
    border-radius: 5px;
}

.products-list .pic:before {
    content: "READ MORE";
    letter-spacing: 2px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    line-height: 200%;
    background: #FFF8E8;
    opacity: 1;
    transition: all 0.3s;
    font-size: 13px;
    width: 100%;
    color: #444;
}

.products-list .pic img {
  border-radius: 5px;
  transition: all 0.6s;
}

.products-list a:hover .pic:before {
  opacity: 0;
}

.products-list a:hover .pic img {
  transform: translate(0%, 0%) scale(1.1);
  filter: none;
  transition: all 0.6s;
}


/*商品內頁側邊單*/

.inquiry_a1, .inquiry_a2, .inquiry_a3{color:#ffffff}

.inquiry_a1{background: #C4726A;}
.inquiry_a2 {background: #547865;}

.sidebarBtn {
  border: none;
}
.product_info li .txt_box {
  color: #FFF8E8;
}
.sidebarBtn .price span {
  color: #0a0a0a;
  font-weight: 500;
  border-radius: 0px;
  text-align: justify;
  font-size: 20px;
}

.sidebarBtn h2 {
  color: #567866;
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: 500;
}

.sidebarBtn .price {
  color: #444;
  font-size: 18px;
  font-weight: 400;
  border-bottom: 1px solid #8a8a8a;
  padding: 10px 0px 20px;
}

.radio-inline__label {
  border-radius: 0px;
}

.radio-inline__input:checked + .radio-inline__label {
  background: #674636;
  color: #f1f1f1;
  border-radius: 100px;
}

.inquiry_a3 {
  background: #FFF8E8;
}

.inquiry_a3:hover {
  letter-spacing: 2px;
  background: #674636;
  color:#FFF
}

.edit {
  letter-spacing: 0.04em;
  color: #494949;
}

.pd_tabTitle li.activeTab::after {
  height: 2px;
  background: #f1e7e5;
}

.pd_tabTitle li.activeTab a {
  border-bottom: 1px solid #666666;
  font-size: 22px;
  font-family: "Noto Serif TC", serif;
  font-weight: 500;
}

.pd_tabTitle li{border: none;}

/*商品推薦*/


.prod_related {
  background: #ffffff;
  padding: 25px 15px;
  background: url(https://pic03.eapple.com.tw/jiawelbeauty/bg_001.png);
}

.related_list li a {
  background: #f1f1f1;
  height: 100%;
  padding: 11px;
  border-radius: 10px;
  transition: all 0.5s;
}

.related_list li a:hover {
  transform: translate(0%, 0%) scale(1.1);
  transition: all 0.5s;
  box-shadow: 1px 1px 25px rgb(0 0 0 / 22%);
}

.related_list li a p {
  padding-top: 10px;
}

.lastPage {
  color: #3c3c3c;
  background: #FFF8E8;
  border-radius: 50px;
  padding: 10px 20px;
  margin: 55px auto 40px;
  text-align: center;
  transition: all 0.3s;
}

.lastPage:hover{
 background:#C4726A;
 transition: all 0.3s;
 color:#FFF

}

@media screen and (max-width: 768px) {
  .mobile_product_name {
      display: none;
  }
}

@media screen and (max-width: 600px) {
  .pageIndex .products-list {
      grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
  }


/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul{display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); left: 0; width: 100%; position: fixed; padding: 20px;}
.stellarnav.desktop li.bigMenu ul ul{top: 100%; left: 0; width: 100%; background: #efefef; height: auto; max-height: 300px; overflow: auto;}
.stellarnav.desktop li.bigMenu ul ul li{margin: 0;} 
.stellarnav.hasBigMenu li.bigMenu li.has-sub > a:after{border-left: 6px solid transparent; border-bottom:unset; border-right: 6px solid transparent; border-top: 6px solid #898989; right: 5px;}
/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */

/* 商品下拉超過30個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start;}
.product_page .product_menu_list { position: relative; width: 220px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px);}
ul.page { width: 100%;}
.product-layer-two li ul { position:static; margin: 13px 0px; /*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 .5s;}
.product-layer-two li li:hover > a { background:#fff; color:#414141;transition:all ease .5s;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li:hover {
  padding-left: 40px;
}

.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:#414141;}

.product_info_page .half_box { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_box li.btn_blankTop { margin-top: 50px; justify-content: space-between; display: flex;}
.product_info_page .half_box li.btn_blankTop input { width: calc(50% - 10px); background-image: none; padding: 0; text-align: center;}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 980px) {


  /*FOOTER*/

.footer_info {
    padding: 0 44px 0 0;
}
.footer_info ul {
    padding-left: 46px;
}

}

@media screen and (max-width: 900px) {
  .footer_info ul {
      display: flex;
      vertical-align: top;
      width: 100%;
      align-items: center;
      justify-content: center;
      flex-direction: column;
  }
  }

@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;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
}

.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;}

/*FOOTER*/
.footer_info ul {
  padding-left: 10px;
}
.footer.with_shopping_mode { padding:30px 0 70px; }
.footer_info {    justify-content: center;}
.footer_logo {    text-align: center;}

}
@media screen and (max-width: 600px) {
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/


.banner {
    height: 40vw;
    background-size: cover;
    background-position: left bottom;
    max-height: 400px;
    min-height: 240px;
    position: relative;
    background-image: url(https://pic03.eapple.com.tw/jiawelbeauty/bn_01.jpg);
    animation:fade-in-right 1.5s cubic-bezier(.39,.575,.565,1.000) both
}

.banner h5 {
  font-family: "Noto serif TC", serif;
  color: #547767;
}

.banC {
  display: none;
}

@keyframes fade-in-right{0%{transform:translateX(-50px);opacity:0}100%{transform:translateX(0);opacity:1}}


/*文章A/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/



/*文章側邊選單*/

h5.blog_le_t em {
    font-family: "Noto Serif TC", serif;
    font-weight: 500;
}

.blog_search input[type=search] {
    border-radius: 0px;
}

.fa-circle-chevron-right::before {
    content: "\f178";
}

.blog_le .accordion {
  border-radius: 0px;
  border: none;
}

.accordion li .link a {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  transition: all 1s;
}

.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
  background: #ecd2d0 !important;
  transition: all 1s;
}

.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {
    color: #494949 !important;
}

.blog_le .accordion > li:hover .link i, .blog_le .accordion > li.on_this_category .link i {
    color: #494949 !important;
}

.submenu a {
    background: #f7f4ee;
}

.submenu li.on_this_category a, .submenu a:hover {
  background: #FFF8E8;
  color: #666;
  padding-left: 35px;
}

.submenu a i {
  left: -30px;
  transition: all 0.4s;
}

.submenu a:hover  i {
  left: 10px;
  transition: all 0.4s;
}


.submenu a:hover i, .submenu li.on_this_category a i {
    left: 10px;
    transition: all 0.4s;
}

h5.blog_le_t {
  margin-bottom: 15px;
  font-weight: 400;
  margin-left: 10px;
  font-family: "Asap Condensed", sans-serif, "Noto Sans TC", serif;
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

h5.blog_le_t span {
    font-size: 16px;
    text-transform: uppercase;
}


/*文章外層*/

.blog_subbox {
  background: transparent;
  padding-bottom: 50px;
  grid-gap: 50px;
}

.subbox_item a {
  display: flex;
}

.blog_list_le {
  width: 40%;
}

.blog_list_ri em {
    order: 3;
    font-family: "Noto Sans TC", serif;
    font-size: 11px;
    letter-spacing: 1px;
    padding-top: 10px;
}

.subbox_item a:before {
    content: '◄';
    background: #dfa29c;
    width: 30px;
    height: 30px;
    color: #ffffff;
    font-weight: 400;
    font-size: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0px;
    right: 0px;
    border-radius: 60px;
}

.subbox_item a:hover:before{
  content: 'READ MORE';
  width: 100%;
  border-radius: 0px;
  font-size: 13px;
}

.subbox_item a:after {
    content: '';
    background: #f7f4ee;
    transition: all .5s;
    width: 0%;
    z-index: -1;
    border: none;
}

.subbox_item a:hover:after{
  width: 100%;
}

.subbox_item a:before{opacity: 1}

.blog_list_ri h5 {
    color: #1c1c1c;
    letter-spacing: 1px;
    padding: 20px 0 ;
    display: flex;
    font-size: 20px;
    font-family: "Noto Serif TC", serif;
    font-weight: 500;
    
}

.blog_list_ri p {
    font-size: 13px;
    color: #666;
    letter-spacing: 1.5px;
}

.blog_list_le img {
object-fit: contain;
}

.blog_list_ri {
    padding: 5px 15px;
    display: flex;
    flex-direction: column;
}

/*文章內頁*/

.articel_mainPic img {
    display: block;
    max-width: 50%;
}

.blog_box_edit * {
    font-family: "Noto Sans TC", serif;
    font-weight: 400;
    letter-spacing: 1.5px;
    color: #3b3b3b;
    font-size: 14px;
    line-height: 200%;
}

.blog_back {
    text-align: center;
    display: flex;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    width: 70%;
    margin: 50px auto;
    max-width: 100%;
}

.blog_back a {
    color: #ffffff;
}

.blog_back a.article_btn_prev, .blog_back a.article_btn_next {
    background: #dfa29c;
}

.blog_back a.article_btn_back {
    background: #C4726A;
}

h4.blog_category_title {
  color: #6a6a6a;
  font-size: 25px;
  border-left: 5px #dfa29c solid;
  padding-left: 30px;
  letter-spacing: 2px;
  font-family: "Noto Serif TC", serif;
  font-weight: 500;
}

.blog_page h4.blog_category_title{display: none;}

.news_related h6 span:before {
  color: #dfa29c;
  font-weight: 400;
}

.news_related {
display: none;
}/*相關文章*/


/*文章B/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/


.blog_page.article_b .blog_le .accordion > li:hover, .blog_page.article_b .blog_le .accordion > li.on_this_category {
  background: #dfa29c !important;
  transition: all 1s;
}

.blog_page.article_b .blog_le .accordion > li:hover .link a, .blog_page.article_b .blog_le .accordion > li.on_this_category .link a {
    color: #ffffff !important;
}

.blog_page.article_b .blog_le .accordion > li:hover .link i,.blog_page.article_b .blog_le .accordion > li.on_this_category .link i {
    color: #fff !important;
}

.blog_page.article_b .subbox_item {
    padding-bottom: 50px;
    width: 80%;
    border-bottom: 1px solid #e3e2de;
}

.blog_page.article_b .blog_subbox {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 50px;
}

.blog_page.article_b .subbox_item a {
    grid-gap: 40px;
    width: 100%;
    display: flex;
}

.blog_page.article_b .blog_list_ri h5 {
    padding: 70px 0 20px;
}

.blog_page.article_b .blog_list_le {
    width: 35%;
}

.blog_page.article_b .subbox_item a::after{
  display: none;
}

.blog_page.article_b .subbox_item a::before {
  content: 'READ MORE';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: #dfa29c;
  color: #ffffff;
  font-weight: 400;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
  z-index: 1;
  border-radius: 0px;
}

.blog_page.article_b .subbox_item a:hover::before {
  transform: translateY(0%);
  opacity: 1;
  border-radius: 0px;
}

.blog_page.article_b .subbox_item:hover .blog_list_le img {
    transform: scale(0.9);
}

.blog_page.article_b .blog_list_le img {
    object-fit: contain;
    z-index: 999;
}

/*相簿/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*作品展示*/
.work_page .main_part , .work_class_page .main_part, .work_info_page .main_part{    max-width: 1400px; width: 90%;    margin: 0 auto;}
/*相簿管理*/
.album_page .main_part , .album_class_page .main_part, .album_info_page .main_part{    max-width: 1400px; width: 90%;    margin: 0 auto;}
.show-list .show_name {
  letter-spacing: 1px;
  font-weight: 400;
  color: #404040;
}
/*版面*/
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 {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: transparent;
  left: 0;
  top: 0;
  opacity: 1;
  -webkit-transform: scale(0);
  transform: scale(0);
  z-index: 1;
  transition: all 0.3s;
}
.overlay:hover {
  background: linear-gradient(0deg, #ffffff, #ffffff00);
  opacity: 1;
  animation: tracking-in-expand-fwd .5s cubic-bezier(.215,.61,.355,1.000) both;
}
.overlay:hover:after {
  content: 'MORE +';
  width: 30%;
  position: absolute;
  bottom: 4%;
  right: -4%;
  height: 11%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555555;
}

@keyframes tracking-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-700px);
            transform: translateZ(-700px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
.show-list .item, .other_subalbum li, .pic-list .item {
  width: 100%;
  margin: 0;
  padding: 15px 15px 5px;
  background: #FFF;
  box-shadow: 3px 3px 3px #00000008;
}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic{    display: block;    position: relative;    overflow: hidden;    height: 0;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic    {    padding-bottom: 75%;}/*相簿圖片長寬比例，75% →100:75 = 4:3 */
.show-list .show_pic img , .other_subalbum li a img, .pic-list .show_pic img{
	display:block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);}

.show-list .item:hover .show_name {  color: #404040;}
.other_album_choice li {    background: #3b3b3b;}
.other_album_choice li a:hover i.fa-solid.fa-right-from-bracket {
display: none;
}
.fa-right-from-bracket::before {
  display: none;
}
.other_album_choice li a i.fa-solid.fa-right-from-bracket {
  display: none;
}
.album_fixed_title {
background: transparent;
}
.other_album_choice li:hover {
  transform: translateY(-5px);
  transition: all .4s;
}
.subalbum-menu h2 {
  color: #525252;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 500;
  background: #ffffff;
  padding: 8px 10px 8px 18px;
  border-left: 5px solid;
}
.other_subalbum li p {    margin-top: 10px;}

.pic-list .item h6 {
  font-weight: 400;
  letter-spacing: 1px;
  padding-top: 13px;
}
.block {
  display: none;
}

@media screen and (max-width: 1200px){

  .album_page .main_part, .album_class_page .main_part, .album_info_page .main_part {
    width: 95%;
}

}

@media screen and (max-width: 768px){

  .album_page .main_part, .album_class_page .main_part, .album_info_page .main_part {
    width: 100%;
}

ul.show-list, .other_subalbum, ul.pic-list {
  grid-template-columns: 1fr 1fr;
}

}

@media screen and (max-width: 600px){


.main_part {
padding: 0px 20px;
}

ul.show-list, .other_subalbum, ul.pic-list {
  grid-template-columns: 1fr;
}

.blog_subbox {
grid-gap: 25px;
}

.blog_list_ri p {
font-size: 14px;
letter-spacing: 0.5px;
}

.subbox_item a:before {
height: 29px;
font-weight: 400;
font-size: 15px;
}

.subbox_item a:hover:before {
height: 25px;
}

.blog_list_le {
  width: 50%;
}

}


@media screen and (max-width: 500px){

  .subbox_item a:before {
    content: '';
    background: #ffffff;
    height: 25px;
    }

    .subbox_item a:hover:before {
      background: #616161;
    }

    .blog_list_le {
      width: 100%;
  }

  .subbox_item a {
    flex-wrap: wrap;
    padding: 17px 17px 50px;
}

}


/*首頁文章/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.module_i_news .title_i_box h4{
  font-size: 22px;
  color: #C4726A;
  font-weight: 500;
  font-family: "Noto Serif TC", "sans-serif";
  letter-spacing: 3px;
}

.module_i_news .title_i_box h6 {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 45px;
  font-family: "Italiana", sans-serif;
  color: #547865;
  letter-spacing: 2px;
}

.module_i_news {
  padding: 50px 20px;
  background: #faf9f6;
}

.i_blog_b {
    max-width: 100%;
}

.module_i_news ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.module_i_news li a {
    display: flex;
    flex-direction: column;
}

.module_i_news_list, .module_i_news_list.swiper {
    padding: 30px 0 50px;
}

.i_blog_ri h5 {
    font-size: 18px;
    letter-spacing: 1px;
    font-family: "Noto Serif TC", serif;
    font-weight: 500;
}
.i_blog_ri p {
    font-size: 13px;
    letter-spacing: 1.5px;
    line-height: 160%;
    color: #838383;
}
.i_blog_ri em{
  font-family: "Noto Sans TC", serif;
  font-size: 13px;
}
.module_i_news li a:after{display: none;}
.module_i_news li a:before {
    content: 'READ MORE';
    position: absolute;
    bottom: 0px;
    right: 0%;
    top: 0px;
    background: #F7EED3;
    opacity: 0;
    text-align: center;
    font-size: 17px;
    color: #424242;
    transition: all .6s;
    padding: 0px 15px;
    letter-spacing: 2px;
    writing-mode: vertical-lr;
}

.animated-arrow {
    background: #e1bab5;
    border: none;
    width: 20%;
}

.animated-arrow:hover {
    background: #C4736A;
}

.animated-arrow b {
    font-weight: 400;
    letter-spacing: 1px;
    color: #ffffff;
}

.i_blog_b a i.fa-solid.fa-arrow-right {
    margin: 0 10px;
    color: #ffffff;
}

.module_i_album {
  margin: 0 auto;
  padding: 60px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background: url(https://pic03.eapple.com.tw/jiawelbeauty/bg_001.png);
}

.module_i_album .title_i_box h6 {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 45px;
  font-family: "Italiana", sans-serif;
  color: #547865;
  letter-spacing: 2px;
}

.module_i_album .title_i_box h4 {
  font-size: 22px;
  color: #C4726A;
  font-weight: 500;
  font-family: "Noto Serif TC", "sans-serif";
  letter-spacing: 3px;
}


/*聯絡我們*/

.contact_page #content {
  width: 100%;
  min-height: 210vh;
}

.contact_content .information_left {
  width: 100%;
  padding: 0;
  display: none;
}

.contact_form li .form__label {
  width: 100%;
  margin-left: 0;
  text-align: left;
  font-weight: bold;
  padding: 5px;
  background: rgb(255 255 255 / 0%);
}

.contact_form li.last cite {
  background: #dfa29c;
  color: #fff;
}

/*聯絡我們MAP區改滿版編輯區*/
.contact_content {    width: 100%;padding: 0;}
.contact_page .main_part {    max-width: 100%;    padding: 0;}
.contact_content .information_left {    width: 100%;    padding: 0;}
.contact_content .information_right {    width: 90%;    margin: 80px auto;    padding: 0 10px;    display: block;}

/*電腦版表單最大寬度設定*/
.contact_content .information_right {    max-width: 1000px;}
/**/
/*******************************************/

@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: flex; }
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}

.stellarnav .menu-toggle {
  font-size: 12px;
  background: #ffffffb5;
  box-shadow: 1px 1px 25px rgb(0 0 0 / 3%);
  border: 1pt solid #FFF;
  backdrop-filter: saturate(93%) blur(10px);
  border-radius: 50px;
  margin-top: 15px;
  padding: 8px;
}

.stellarnav > ul > li:after {
display: none;
}

.stellarnav > ul > li > a:nth-last-child(1) {
  padding: 10px 43px 10px 10px;
}


.stellarnav.mobile.left > ul {
  border: none;
  background: rgb(255 255 255 / 66%);
  backdrop-filter: saturate(93%) blur(10px);
  box-shadow: 1px 1px 25px rgb(0 0 0 / 4%);
}

.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {
  max-width: 70%;
}

.stellarnav .icon-close:before,.stellarnav .icon-close:after {
  border-bottom: solid 2px #FFF;
}

.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
  background: #616161;
  color: #FFF;
}
.stellarnav.mobile li.open {
  background: #ffffff;
  padding: 20px;
}

.stellarnav li li:hover > a:before {
display: none;
}

.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {
  padding: 20px 5px 20px 10px;
}

.stellarnav.mobile li.open li.open {
  padding: 0px;
}

.stellarnav.mobile > ul > li {
  border-bottom: 1px #dddddd  solid;
  padding: 20px;
}

.stellarnav.mobile > ul > li > a.dd-toggle {
  padding-top: 26px;
}

.stellarnav a.dd-toggle .icon-plus:before,.stellarnav a.dd-toggle .icon-plus:after {
  border-bottom: solid 2px #686868;
}

.stellarnav.mobile > ul > li > a {
  font-size: 15px;
  font-weight: 400;
  border: none;
}

#bottom_menu li a {
  background: #FFF;
  letter-spacing: 1px;
}

.box_search {
  display: none;
}

.contact_page #content {
  width: 100%;
  min-height: 135vh;
}

.module_i_news ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.me_tp_features {
  padding: 0;
  margin: 0;
}

}






