@charset "utf-8";
.info_fix_links{display:flex !important;}
.info_fix>span {
    display: none;
    background: #000;
}

element.style {
}
.info_fix_links a.info_fix_default {
}
.info_fix_links a+a {
}
.info_fix_links a {
    background: rgba(152, 131, 118, .8);}
.info_fix_links a:hover {
    background: rgba(152, 131, 118, 1);}
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');
.show-list .item:hover .show_name{color: #988376;}
/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/
body{
    font-family: "微軟正黑體","Archivo Black", serif;
}
.path p, .path p a{ display: none;}
.edit{ padding: 0px 0;}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.pageIndex .main_part { border-top: none;}
.header_area { width: 100%;  padding: 0;   background: #cc000000;}
.pageIndex .header_area {  position: fixed; }
.main_header_area {  transition: all 0.5s ease;  border-top: 4px #988376 solid; }
.header_area{background: #ffffffd1;   }
.header_area.sticky {  width: 100%;  z-index: 9999;  background: #fff;}
.tp_links{ display:none;}


.main_header_area .container { max-width: 1600px;  margin: auto;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 商品下拉超過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個但次分類直接顯示-結



/*●●●●●●●●●●●●●●●●●●●●●●●●   HEADER區塊   ●●●●●●●●●●●●●●●●●●●●●●●●*/

.stellarnav li { font-size: 17px;}
.stellarnav li a { color: #000; padding: 10px 10px;}
.stellarnav > ul > li { padding: 0 5px;}

.stellarnav > ul > li > a {  margin: 40px 5px;  padding: 0px 8px 0;  position: relative; letter-spacing: 1.5px;  color: #2c2c2c; transition: all 0.1s;  font-size: 16px;  font-weight: 700;}
.stellarnav > ul > li > a b { font-weight: 400;}
.stellarnav > ul > li > a:hover {  color: #988376;}
.stellarnav li li a{ transition: all 0.2s ease-in-out;}/*下拉分類滑過前*/
.stellarnav li li a:hover { background: #988376; color: #ffffff;}/*下拉分類滑過後*/

/*選單下拉三角槓槓*/
.stellarnav li.has-sub > a:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 40%;
    right: 2px;
    transform: translateY(-50%);
    height: 5px;
    width: 5px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #2c2c2c #2c2c2c transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.stellarnav li.has-sub > a:hover:after {   border-color: #988376;}

/* 選單hover特效 */
.stellarnav > ul > li > a:before {
	content: "";
    width: 23px;
    height: 3px;
    border-radius: 20px;
    background: #988376;
    position: absolute;
    bottom: 0;
	left: 100%;
    opacity: 0;
    transition: all .5s;
	}
.stellarnav > ul > li > a:hover:before {
	left: 0;
    opacity: 1;
}

.nav-brand img {  max-width: fit-content;  width: 135px; margin:10px 0;}
.nav-brand {  max-width: fit-content;}


/*下拉分類橫向箭頭*/
.stellarnav li li.has-sub > a:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 45%;
    right: 10px;
    transform: translateY(-50%);
    height: 5px;
    width: 5px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #988376 #988376 transparent;
    -webkit-transform: rotate(253deg);
    transform: rotate(-45deg);
}


/*-------------------------------------------------*/

/*第二層*/
.stellarnav li li { border: none !important;}
.stellarnav li li > a, .stellarnav li li.has-sub > a {
    color: #333333;
    padding: 10px 15px;
    transition: all 0.3s;
    letter-spacing: 1.5px;
    border-left: 1px solid transparent;
    font-size: 14px;
    background: #ffffff;
    box-shadow: 4px 5px 23px rgb(0 0 0 / 10%);}
	
/*下拉背景*/
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a { padding-left: 20px;  border-left: 4px solid #988376 ;}
.stellarnav > ul >li >ul { left: 0px; }
.stellarnav ul ul { width:200px; border: 0 solid transparent;}/*下拉分類寬度/外框*/
.stellarnav li li { border: none;}
.stellarnav li li + li { border-top: 1px solid #eeeeee;}
.stellarnav li.drop-left ul ul { right: 100%;}
.stellarnav ul ul ul { left: 100%;}


/*-------------------*/
/*下拉次分類(箭頭)*/
.stellarnav li.drop-left li.has-sub > a:after {
    float: left;
    margin-right: 10px;
    border-left: 0;
    border-top: 1px solid #988376 ;
    border-bottom: 0px solid transparent;
    border-right: 1px solid #988376 ;
}
.stellarnav li li.has-sub > a:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 45%;
    right: 10px;
    transform: translateY(-50%);
    height: 5px;
    width: 5px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #988376 #988376 transparent;
    -webkit-transform: rotate(253deg);
    transform: rotate(45deg);
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.me_tp_features {  display: none;}

/* 漢堡條 */
.stellarnav .menu-toggle span.bars span {background: #272C37;}
.stellarnav .menu-toggle:after { color: #272C37;}

/* close menu 拉出來 */
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{
    background: #988376;
    color: #fff;
  }
  .stellarnav .icon-close:before{
    border-bottom: solid 3px #988376;
  }
  .stellarnav .icon-close:after{
    border-bottom: solid 3px #988376;
  }
  .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{
    background: #fff;
  }
  .stellarnav a.dd-toggle .icon-plus:before{
    border-bottom: solid 3px #988376;
  }
  .stellarnav a.dd-toggle .icon-plus:after{
    border-bottom: solid 3px #988376;
  }
  .stellarnav.mobile > ul > li > a.dd-toggle{
    padding: 11px;
    top: -13px;
  }
  .stellarnav.mobile > ul > li > a.dd-toggle:before{
      display: none;
  }
  .stellarnav.mobile li.open{
    background: rgba(212, 246, 255, 0.3);
  }
  .stellarnav.mobile ul ul{
    width: 100%;
    position: relative;
    left: 0;
  }
  .stellarnav.mobile > ul > li{
    border-bottom: 1px #98837682 solid;;
  }

  .stellarnav.mobile li a{ border-bottom: 0px;}

  .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{max-width: 100%;}



@media screen and (max-width: 1750px){
.nav-header {  padding-left: 20px;}
.nav-brand img { max-width: 100%;}
}

@media screen and (max-width: 1250px){
.stellarnav > ul > li {   padding: 0 0px;}
}
	
@media screen and (max-width: 1024px){	
.navigation {  justify-content: center; padding: 15px 0 0px 0; }
.nav-header {  padding-left: 0px;}
  .header_area {  position: relative !important;  }
.stellarnav > ul > li > a {  margin: 10px 1px; }
}
	
	
@media screen and (max-width: 768px){	
    .stellarnav.mobile { top: 17px;}
    .stellarnav > ul > li > a:before{ display: none;}
    .stellarnav li li > a, .stellarnav li li.has-sub > a{ padding: 10px 10px;}
}
    



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*Footer/＝＝＝＝＝*/
.footer_menu {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(min(90px,100%), 1fr));    gap: 5px;}/*footer按鈕最小寬度100px*/
.footer_menu a {    margin: 0;	text-align: center;	padding: 5px;	transition: all 0.3s;}
.footer_menu a {
    border: 1px #9883769 solid;
    color: #9883769;
    background: transparent;
    border-radius: 5px;
} 
.footer_menu a:hover {    border: 1px #988376 solid; color: #988376; background: transparent;}
.box_link a{transition:all 0.3s; display: none; }
.footer {background: #fff; border-top: 2px solid #988376;} 
.footer_info{ display: flex; flex-direction: row; flex-wrap: wrap;}
.footer_info ul{ width: 75%;}
.footer_info li p {color: #000;}   
.footer_info li p a {
    color: #000;}



.footer_logo a img {
    width: 180px;
    margin-top: 5px;
}

.copy{ border-top:1px #988376 solid ;}

/*footer icon按鈕隱藏*/
.box_link {display: none;}

/*footer第一顆按鈕影藏*/
.footer_menu a:first-child {
    display: none;
}

@media screen and (max-width:1200px) {
    .footer_info{ padding-left: 24px;}
}
@media screen and (max-width:768px) {
    .footer_info{ grid-template-columns: 1fr; padding-right: 80px; }
    .footer_logo a img{ margin-top: 0px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.contact_le_map a {
    background: #988376;}
.contact_form li.last cite {
    background: #988376;}

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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;}
.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-top:5px; /*display:block !important;*/ width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}
.product-layer-two li li a{ padding:5px 10px;}
.product-layer-two li li:hover > a { background:#fff; color:#ad925e;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product_menu_list { display: none;} 
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px; height: 8px; background: transparent; left: 0; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:#ad925e;}

.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) {
}
@media screen and (max-width: 768px) {
.product_menu_list,
.products-list,
.product-wrapper { width: 100%;}
.product-layer-two { margin-right: 0; grid-template-columns:1fr 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;}
}
@media screen and (max-width: 600px) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 


/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
.pageIndex .swiper-slide.swiper-slide-active{position: relative;}
.pageIndex .swiper-slide.swiper-slide-active:before{content: "";white-space: pre;font-size: 2.5vw;z-index: 10;color: #eee;letter-spacing: .5rem;
position: absolute;top: 60%;left: 10vw;transform: translateY(-50%);text-shadow: 0 0 10px #333;
animation: up 1.5s both;}
.pageIndex .swiper-slide.swiper-slide-active:nth-child(1):before{content: "耐用與美感兼具\A為家注入溫馨自然的氣息"; font-weight:600;}
.pageIndex .swiper-slide.swiper-slide-active:nth-child(2):before{content: "耐用與美感兼具\A為家注入溫馨自然的氣息"; font-weight:600;}

.pageIndex .swiper-slide.swiper-slide-active:after{content: "";position: absolute;top: 55%;left: 10vw;transform: translateY(-50%);
margin-top: 6vw;color: #e7bb60;letter-spacing: .6rem;animation: up 1.5s both;animation-delay: .5s;}

/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.other_album_choice li {
    background:#988376;}
.banner{ background:#FFF; height:200px; color:#988376;}

.products-list .more{ color:#988376; }
.products-list .item a:hover .more {
    background: #988376;
    color: #fff;
    letter-spacing: 2px;}
.products-list .more {
    border: 1px solid #988376;}
.product-layer-two li a {
    color: #988376;}
/*內頁BANNER 設定*/
/*
.banner {
  background-image: url(https://pic03.eapple.com.tw/jjgofit/in-banner.jpg);
  padding: 100px 0 100px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: hue-rotate(0deg);
  overflow: hidden;
  clip-path: ellipse(100% 75% at 50% 24%);}

  .banner h5 { color: #1AA2C3; text-shadow: #FFF 0.1em 0.1em 0.2em;}

/* 大大的英文文字 */
/*
.banner h5:after {
  right: 0;
  top: 34px;
  line-height: 70%;
  color: #988376;
  opacity: .09;
  content: 'J&J GOFIT  J&J GOFIT  J&J GOFIT  J&J GOFIT  J&J GOFIT';
  position: absolute;
  bottom: 0;
  left: -115%;
  display: block;
  font-weight: bold;
  font-size: 15rem;
  letter-spacing: 12px;
  white-space: nowrap;
  animation: move_t 110s linear infinite;
  pointer-events: none;
  z-index: -14;
}

.banner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 59px;
  bottom: -2px;
  left: 0%;
  max-width: 100%;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
*/

@-webkit-keyframes move_t {
  0% {
      -webkit-transform: translateX(4.6%);
      transform: translateX(4.6%)
  }

  to {
      -webkit-transform: translateX(-44%);
      transform: translateX(-44%)
  }
}

@keyframes move_t {
  0% {
      -webkit-transform: translateX(4.6%);
      transform: translateX(4.6%)
  }

  to {
      -webkit-transform: translateX(-44%);
      transform: translateX(-44%)
  }
}

@media screen and (max-width:450px) {
  .banner{ padding: 50px 0 50px;}
  .banner h5{ font-size: 26px;}
  .banner h5:after{ font-size: 8rem; animation: move_t 30s linear infinite;}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/* 文章設定 */
/*首頁最新消息*/
.module_i_news{ padding: 100px 20px; }
.module_i_news .title_i_box h4{ font-size: 36px;  font-weight: bold; color: #000;  font-family: "微軟正黑體C", sans-serif;}
.module_i_news .title_i_box h4::before{
  content: "";
  font-family: "Archivo Black", serif;
  font-size: 48px;
  font-weight: bold;
  display: block;
  color: #9883769;
}
.module_i_news ul{ grid-template-columns: 1fr 1fr 1fr 1fr; }
.module_i_news li a{ display: flex; flex-direction: column;}
.module_i_news li a:before{
  font-weight: 400;
    opacity: 1;
    font-size: 15px;
    color: #AF9F96;
    bottom: -20px;
}
.module_i_news li a:hover:before {  color: #988376; transition:.5s;}
.module_i_news li a:after{ background: transparent; border: 0px;}

.i_blog_ri h5{ 
  font-weight: bold;
  font-size: 20px;
  color: #1AA2C3;
  margin-bottom: 15px;

}

.news_list ul li a:hover { background: #ffffff;}
.pageIndex .animated-arrow { background: #988376; width: 200px;}


@media screen and (max-width:1024px) {
  .module_i_news ul{ grid-template-columns: 1fr 1fr 1fr; }
}
@media screen and (max-width:768px) {
  .module_i_news ul{ grid-template-columns: 1fr 1fr; }
  .module_i_news li{ border-bottom: 0px; margin-bottom: 24px;}
}
@media screen and (max-width:470px) {
  .module_i_news .title_i_box h4::before{ font-size: 35px;}
}
@media screen and (max-width:420px) {
  .module_i_news ul{ grid-template-columns: 1fr; }
}



/*文章*/
.blog_le .accordion {  border-radius: 0px;  border: none;}
.accordion li .link a { font-weight: 500;}
.submenu li.on_this_category a, .submenu a:hover { background: transparent;  color: #333;}
.submenu {  background: #ffffff;}
.fa-circle-chevron-right::before { color: #707070;}
.subbox_item a { grid-template-columns: 100%;flex-direction: column;}
.subbox_item a { display: flex; justify-content: space-between;  align-items: center;}
.blog_list_ri {  padding: 0px 10px 10px 10px;width: 100%;}
.blog_subbox { /*grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));*//*grid-template-columns: 100%;*/grid-template-columns: 1fr 1fr 1fr;}
.subbox_item a:before { font-weight: 400;opacity: 1;  font-size: 15px; color: #AF9F96; bottom: -20px;}
.subbox_item a:hover:before {  color: #988376; transition:.5s;}
h5.blog_le_t em { display: none;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category { background: #988376 !important;}
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_catego ry .link {  color: #fff !important;}
.blog_search input[type=search] { border-radius: 3px;}
.fa-circle-plus::before { font-size: 18px;}
.subbox_item a:after { content: ''; width: 100%;}
.blog_list_le { width: 100%; overflow: hidden;}
.blog_list_le img {display: block; width: 100%; height: 100%; object-fit: cover;}
.blog_list_ri h5 {  font-weight: bold;  font-size: 20px;  color: #988376;  margin-bottom: 15px; font-family: "微軟正黑體"; }
/*文章縮圖長寬比例*/
.module_i_news li a:hover img, .subbox_item a:hover img { transform: scale(1.2); transition: .5s ease-in-out;}

.subbox_item a:after {  background: transparent; border-bottom: none;border:none;}
.blog_list_ri p {  letter-spacing: 1px;  font-size: 15px;  color: #000;  line-height: 150%;    font-family: "微軟正黑體";}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {  background-color: #988376;}
.submenu li.on_this_category a, .submenu a:hover {  background: #fff;}
/*文章內頁*/
.blog_back a.article_btn_back { background: #AF9F96; color: #ffffff;}
h4.blog_category_title { font-family: "微軟正黑體";  font-weight: 500;  letter-spacing: 1px; border-bottom: 1px #988376 solid;  padding: 10px 0; color: #988376;   margin-left: 5px;   font-size: 25px; }
.blog_shareData {  margin-bottom: 0px;}
.blog_back a.article_btn_next { background: #988376;  color: #fff;}
.blog_back a.article_btn_prev {  background: #988376; color: #fff;}
.lastPage{  background: #988376;  }
.news_related h6 span:before {  color: #988376;}
.news_related { background: #F7F4F2;}

@media screen and (max-width:1024px) {
  .blog_subbox {grid-template-columns: 1fr 1fr; gap: 16px;}
  .subbox_item{ margin-bottom: 24px;}
}
@media screen and (max-width:960px) {
  .subbox_item{ border-bottom: 0px;}
}
@media screen and (max-width:420px) {
  .blog_subbox {grid-template-columns:1fr;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */





@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {}
.footer.with_shopping_mode { padding:30px 0 55px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}




