@charset "utf-8";


@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body{overflow-x:hidden;  font-family: "Sorts Mill Goudy", Noto Serif TC;}



/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/


/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/


/*電腦LOGO
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*預設解除背景輪播*/
#content_main { margin:0; }
.bannerindex { position:sticky; 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;}
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

body {   /* background: url(https://pic03.eapple.com.tw/zhengyu/mbg-01.jpg) no-repeat top center fixed;  */  background-size: cover;}
/*top*/
#to_top {  box-shadow: 0px 0px 10px #bbbbbb66; color: #494642;  background: #ffffff; backdrop-filter: saturate(100%) blur(10px);    border-radius: 0%;}
#to_top i.top {    height: 15px;}
#to_top i.top:before, #to_top i.top:after {  height: 10px;  top: 5px; background: #494642;}

/*頁碼*/
.page li a {  width: 30px;  height: 30px;}
.page strong, .page a:hover {  background: #494642; border: 1px #494642 solid; }

/*滾輪*/
::-webkit-scrollbar { width: 6px;}/*滾輪寬度*/
::-webkit-scrollbar-button { background: transparent; border-radius: 7px; height: 0;}/*滾輪與視窗上下的間距*/
::-webkit-scrollbar-track-piece { background: #F2F2F2;}/*滾輪軌道背景*/
::-webkit-scrollbar-thumb { border-radius: 3px; background-color: #B2FF3D; border: #B2FF3D;}/*滾輪樣式*/
::-webkit-scrollbar-track { box-shadow: transparent;}/*滾輪軌道樣式*/

/*共用*/
.main_part {  max-width: 1600px;}
.animated-arrow { background: #b6ff55; border-radius: 20px; color: #000000;}
.path p, .path p a {  display: none;}


/*下拉編輯頁*/
.other_select_page .promotion_title h2 {display: none;}
.other_select_page .other_promotion{display: none;}
.other_select_page  ul.page {  display: none;}

@media screen and (max-width: 768px){ 
  .other_select_page.bodyMobile .other_promotion{display: none;}
  .other_select_page.bodyMobile .promotion_title h2 {display: none;}
  .other_select_page.bodyMobile  ul.page {  display: none;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* =============== ▼ BANNER ▼ =============== */

/* ＝＝＝ 【【  版型設定(動畫圖+線條) ↓↓↓  】】 ＝＝＝ */
.banner {
    background: #fdfcfb;
    width: 100%;
    min-height: 600px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
}

.banner.banblog::after {
    content: '';
    animation: bgScroll 30s linear infinite;
    width: 110%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-size: cover;
    background-image: url(https://pic03.eapple.com.tw/zhengyu/banner1.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

body.blog_page.article_b .banner.banblog::after {content: '';
    animation: bgScroll 30s linear infinite;
    width: 110%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-size: cover;
    background-image: url(https://pic03.eapple.com.tw/zhengyu/banner2.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

.banner.banC::after {
    content: '';
    animation: bgScroll 30s linear infinite;
    width: 110%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-size: cover;
    background-image: url(https://pic03.eapple.com.tw/zhengyu/banner3.jpg);
    background-repeat: no-repeat;
    background-position: center;
}


.banner.banF::after {
    content: '';
    animation: bgScroll 30s linear infinite;
    width: 110%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-size: cover;
    background-image: url(https://pic03.eapple.com.tw/zhengyu/banner4.jpg);
    background-repeat: no-repeat;
    background-position: center;
}



@keyframes bgScroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

/* 按鈕名稱 */
.banner h5 {
    position: relative;
    z-index: 999;
    color: #fff;
    letter-spacing: .6rem;
    text-shadow: 0px 0px 5px rgba(22 18 16 /75%);
    display: flex;
    flex-direction: column;
    align-items: center;
    bottom: 30px;
    font-size: 40px;
    font-weight: 300;
}

/*偽元素*/


.banC h5::after {
    content: "RESERVE";
    display: block;
    color:  #fff;
    letter-spacing: .8rem;
    text-transform: uppercase;
    font-size: 90px;
    font-weight: 300;
    font-family:'Cormorant';
}


.banF h5::after { content: "Coaches";
    display: block;
    color:  #fff;
    letter-spacing: .8rem;
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 300;
    font-family:'Cormorant';} 

.banE h5::after { content: "PHOTO";
    display: block;
    color:  #fff;
    letter-spacing: .8rem;
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 300;
    font-family:'Cormorant';} 


.banblog h5::after { content: "Group Class Schedule";
    display: block;
    color:  #fff;
    letter-spacing: .8rem;
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 300;
    font-family:'Cormorant';} 





@keyframes wave-reveal {
    0% {
      clip-path: inset(0 0 100% 0);
    }
    100% {
      clip-path: inset(0 0 0 0);
    }
  }

/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */
@media screen and (max-width: 1024px) {
    .banner h5 {font-size: 40px;}
    .banner h5::before {font-size: 14px;}
}
@media screen and (max-width: 768px) {
    .banner {min-height: 300px;}
    .banner h5 {font-size: 26px;}
    .banner h5::after{height: 3rem;}
    .banblog h5::after {font-size: 60px;} 
    .banE h5::after {font-size: 60px;} 
    .banC h5::after {font-size: 60px;} 
}


@media screen and (max-width: 568px) {
    .banner {min-height: 300px;}
    .banner h5 {font-size: 26px;}
    .banner h5::after{height: 3rem;}
    .banblog h5::after {font-size: 40px;} 
    .banE h5::after {font-size: 40px;} 
    .banC h5::after {font-size: 40px;} 
}

@media screen and (max-width: 425px) {
    .banner {min-height: 300px;}
    .banner h5 {font-size: 26px;}
    .banner h5::after{height: 3rem;}
    .banblog h5::after {font-size: 30px;} 
    .banE h5::after {font-size: 30px;} 
    .banC h5::after {font-size: 30px;} 
}


@media screen and (max-width:320px) {
    .banner h5 {font-size: 20px;}
    .banner h5::before {font-size: 12px;} 
}




body.other_select_page .banA{
	display:none;
}

body.other_page .banB {
    display: none;
}

/*.banE {
    background: url(https://pic03.eapple.com.tw/jiang/title_bg_album.jpg)repeat center center; 
}

.banC {
    background: url(https://pic03.eapple.com.tw/jiang/title_bg_contact.jpg)repeat 20% center; 
}

.ban_price {
    background: url(https://pic03.eapple.com.tw/jiang/title_bg_price.jpg)repeat 75% center; 
}

.ban_team {
    background: url(https://pic03.eapple.com.tw/jiang/title_bg_team.jpg)repeat center center;
}

.banB {
    background: url(https://pic03.eapple.com.tw/jiang/title_bg_service.jpg)repeat center center; 
}

.banblog {
    background: url(https://pic03.eapple.com.tw/jiang/title_bg_news.jpg)repeat center center; 
}*/





body.map_page .banner {
	/*display:none;*/
}


.banner h5::before{
	font-family: 'Sorts Mill Goudy', 'Noto Serif TC', sans-serif;
    font-weight: 500;
	font-size: 36px;
    display: block;
	letter-spacing: 5px;
}

.banner h5{
	font-size: 24px;
    font-family:'Sorts Mill Goudy', 'Noto Serif TC', sans-serif;
    letter-spacing: 8px;
    font-weight: 600;
    color: #ffffff;
    max-width: 1600px;
    width: 100%;
    padding: 120px 8vw 0px;
    text-align: left;
	text-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
	line-height: 1.3;
}


body.map_page .banB h5::after{
	content: "聯絡我們";
    height: unset;
    background: unset;
    border-bottom: 1px #FFFFFF solid;
    margin-top: 0px;
    padding-bottom: 15px;
}



@media screen and (max-width: 1920px){
	.banner {

	}
}

@media screen and (max-width:1200px) {
	.banner {
		height: 520px;
	}
	
	.banner h5::before {
		font-size: 50px;
	}
	
	.banner h5{
		text-shadow: 0px 0px 10px rgb(0 0 0 / 70%);
		font-size: 22px;
	}
    .banner {
        height: 450px;
    }
}

@media screen and (max-width:1024px) {
	.banner {
		height: 430px;
	}
	
	.banner h5 {
		padding: 60px 8vw 0px;
	}

   
}

@media screen and (max-width:768px) {
	.banner {
		height: 330px;
	}
	.banner h5::before {
		font-size: 40px;
	}
	.banner h5 {
		font-size: 22px;
	}
	
	.banner h5::after {
		max-width: 340px;
	}

    .header_area.sticky {    position: fixed;}
}


@media screen and (max-width:600px) {
	.banner h5::before {
		font-size: 36px;
		line-height: 1;
    	margin-bottom: 5px;
	}
	
	.banner h5 {
		font-size: 20px;
	}
}

@media screen and (max-width:480px) {
	.banner {
    	height: 200px;
	}
	
	.banner h5 {
		padding: 35px 6vw 0px;
	}
	
	.banner h5::after {
		max-width: 270px;
	}
}


@media screen and (max-width:425px) {

.banner h5::before {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 5px;
}

.banner h5 {
    font-size: 10px;
}

}


.banner h5::after {
    content: "";
    position: relative;
    display: block;
    width: 2px;
    height: 50px;
    background-color: #ffffff;
    bottom: 15px;
    margin-top: 1em;
    animation-iteration-count: infinite;
}


/*●●●●●●●●●●●●●●●●●●●●●●●●   BANNER區塊   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/

/*banner01*//*第一張大圖的偽元素*//*依樣可以放before+after 兩個*/
#content_main { margin:0;   background-color: #ffffff;}/*custom原本有寫*/
.bannerindex { position:sticky; height:auto;}/*custom原本有寫*/
.bannerindex .swiper-banner { position:static; margin:0; height:auto;}/*custom原本有寫*/
.bannerindex .swiper-slide img { height:auto;    animation: none;}/*custom原本有寫*/
.bannerindex .swiper-slide {position: relative;}/*因為偽元素，所以要加的*/
.bannerindex .swiper-slide:before ,.bannerindex .swiper-slide:after { content: ""; position: absolute;  z-index: 999; pointer-events:none;}/*before+after依樣要寫的內容拆出來寫一起，要寫在個別下方也可以*/



@keyframes swiff {
    0%,100%{
        transform: scale(1.2) rotateZ(0deg) translate(0px,0);
    }
    50%{
        transform: scale(1.3) rotateZ(2deg) translate(-100px,0);
    }

}
/* 文字 */
.bannerindex .swiper-slide:nth-child(1):after {
    background: url(https://pic03.eapple.com.tw/zhengyu/banner-02.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100% !important;
    background-position: left;
    padding-bottom: calc(100% / 1* 0.43);
}

.bannerindex .swiper-slide:nth-child(2):before {
    background: url(https://pic03.eapple.com.tw/zhengyu/banner-04.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0%;
    left: -2%;
    width: 100%;
    height: 100% !important;
    background-position: left;
    padding-bottom: calc(100% / 1* 0.43);
}



.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after {animation: slide-fade-in 3s 0.3s  both;}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before {animation: slide-fade-in 3s 0.3s both;}

@keyframes slide-in-left {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}


/*上升特效*/
  @keyframes slide-top {
  0% {-webkit-transform: translateY(100%);  /* 一開始的位置 在Y-100(最下方)*/
            transform: translateY(100%);
            opacity:0;/*透明度0*/}
  100% {-webkit-transform: translateY(0);/* 跑到最後終止的位置 在Y-0(最上方)*/
            transform: translateY(0);
            opacity:1;/*透明度顯示*/}
  }

  @keyframes fade-in-elegant {
    0% {
        opacity: 0;
        transform: translateY(20px); /* 從下方滑入 */
    }
    100% {
        opacity: 1;
        transform: translateY(0); /* 最終位置 */
    }
}

@keyframes slide-fade-in {
    0% {
        opacity: 0;
        transform: translateX(-20px); /* 從左側滑入 */
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@-webkit-keyframes fade-in-bck {
    0% {
      -webkit-transform: translateZ(150px);
              transform: translateZ(150px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateZ(0);
              transform: translateZ(0);
      opacity: 1;
    }
  }
  @keyframes fade-in-bck {
    0% {
      -webkit-transform: translateZ(150px);
              transform: translateZ(150px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateZ(0);
              transform: translateZ(0);
      opacity: 1;
    }
  }
  
  @media screen and (max-width: 768px) {
    .bannerindex {
        padding-bottom: 0%;
    }}

    @media screen and (max-width: 500px) {
        .swiper-slide img {
            width: 200%;
        }
        .swiper-slide:nth-child(1) img {
            position: relative;
            height: auto;
        }
        .swiper-slide:nth-child(2) img {
            position: relative;
            height: auto;
            left: 0%;
        }
        
    }



/*Header/＝＝＝＝＝*/

#content {
    background-color: #EEEEEC;
    /*background-image: url(https://pic03.eapple.com.tw/dreamizakaya/共用BG.jpg);
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat;*/
}
.page {    display: none;}
 /*Header/＝＝＝＝＝*/
.main_header_area .container {}
.navigation {
    width: 100%;
    position: relative;} 
.main_header_area{background: #ffffff;}

.header_area { position: fixed; width: 100%; top: 0; left: 0;    background: #f0f0f000;    padding: 0px;}
.pageIndex .header_area.sticky { position: fixed;}
.main_header_area .container{    max-width: 1500px;}
.main_header_area {background: #ffffff;transition: 0.5s ease-in-out;}
.header_area .main_header_area::before {content: "";position: absolute;width: 100%;height: 0;transition: 0.5s ease-in-out;}
.main_header_area .container { max-width: 1500px;}
.main_header_area::before{background: #efefef00;}
.header_area.sticky .main_header_area::before {height: 100%;transition: .5s ease-in-out;}
.header_area.sticky  .main_header_area {  background-color: #ffffff;}
.me_tp_features a{    color:#8dcd3a;}
.shop_search_btn
  
#to_top {    background: #e4ded3;    box-shadow: 0px 0px 10px rgb(61 29 8 / 30%);    border-radius: 30%;}


/*logo*/
.header_area .nav-brand { display:block;}
.header_area.sticky .nav-brand{ display:inline-block;}
.header_area .nav-brand img {display: block;}
.header_area.sticky .nav-brand img {filter: none; transition: .3s all ease-in-out;}

.header_area .nav-brand{   margin: 0;}
.header_area.sticky .nav-brand{    max-width: 100% ;padding: 0px 10px 0 0; }
.header_area .nav-brand {      width: 100%;max-width: 135px; margin: 0px; transition: all 0.3s; }
.stellarnav li {padding: 5px;}
.nav-header { max-width: 90px;}


/*選單最大寬度設定*//*
.main_header_area .container {    max-width: 95%;}
*/


/*第一層*/
.stellarnav > ul > li > a{ font-size: 15px; font-weight: 600;letter-spacing: 1px;transition:all 0.3s;  color: #777777;}
.stellarnav > ul > li:hover > a{    color: #90cd4a;}
.header_area.sticky.stellarnav > ul > li:hover > a{    color: #cfcfcf;}
.stellarnav li.has-sub > a:after{    border-top: 6px solid #777;}
.header_area.sticky .stellarnav > ul > li > a :hover {color: #90cd4a;}


/*btn_icon*/
.stellarnav > ul > li:before {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: -20px;
    left: 20%;
    transition: all 0.3s;
    display: block;
}
.stellarnav > ul > li:hover:before {
   transform: rotate(15deg);
}
.other_promotion{    display: none;}


/*第二層*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{  color: #777777;  padding: 7px 5px;    transition: all 0.3s;border-left:1px solid transparent;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{ color:#fff;  background-color: #90cd4a;	padding-left:10px;border-color:#7a7a7a ;}
/*SubMenu*/
.shop_search_btn {    background: #b6ff55 ;    color: #777777;}
.tp_links a{transition:all 0.3s;}
.tp_links a:hover {    color: #ADA17E;}
.tp_links {   display: none; }

/*隱藏購物車搜尋欄*//* 
.box_search{display:none;}
/*隱藏購物車*//*
.me_tp_features a.tp_btn_cart {display: none;}
/*隱藏匯款通知*//*
.me_tp_features a.tp_btn_notice{display: none;}
/*隱藏選單按鈕連結*//*
.tp_links{display: none;}

/*選單漸變效果＝＝*/
/*首頁固定選單 開啟後下方RWD 768對應標籤也需開啟*//*
.pageIndex .header_area{position: fixed;    width: 100%;}


/*按鈕/＝＝＝＝＝*/
.animated-arrow {    background: #b6ff55;}


/*Page/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*麵包屑＝＝*/
.path{border-bottom: 1px solid #ccc;    text-align: right; display: none;}
.path p{
	position: relative;
    width: auto;
    display: inline-block;
    padding-left: 5px;
    line-height: 24px;
    margin-bottom: -1px;
    border-bottom: 1px solid #000;
    max-width: 100%;
}
.path p:after{
	content: '';
    position: absolute;
    display: block;
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 5px;
    left: 0;
    bottom: -3px;
}
.path p a:hover {color: #a57932; }
.other_page .path p {display: none;}
.other_page .main_part .path{display: none;}
.show_content{padding: 30px 10px;}
.me_tp_features {width: 100%;text-align: right; margin: 25px 0 15px 0;    z-index: 100000000000000000000000000;}




/*RWD/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

@media screen and (max-width: 1440px) {
.navigation {    padding: 0 35px;}}

@media screen and (max-width: 1024px) {
.header_area.sticky .nav-brand {max-width: 18%;}
.header_area .navigation {padding: 0 0 ;}
.pageIndex .header_area.sticky.navigation {padding: 0 0 0 0;}
.me_tp_features{text-align: center;margin: 0px 0 45px 0;}
}
@media screen and (max-width: 768px) {
  /*選單漸變效果＝＝*/
  /*首頁固定選單*//*
  .pageIndex .header_area{position: position:relative;}*/
  .pageIndex  .main_header_area .container {    height: 50px;}
  .pageIndex  .header_area.sticky .container {    height:120px;}
  .pageIndex .header_area .nav-brand{opacity: 0;}
  .pageIndex .header_area.sticky .nav-brand{  opacity: 1;margin-top: -5px; max-width: 80%;}
  .header_area.sticky .navigation {   padding: 0px 0 0px 0px;}
  .header_area.sticky .nav-brand {    padding: 0px 0;}
  .header_area.sticky .main_header_area::before {display:none;}
  .stellarnav > ul > li:nth-of-type(1):before, .stellarnav > ul > li:nth-of-type(4):before {display:none;}
  .stellarnav > ul > li:nth-of-type(2):before, .stellarnav > ul > li:nth-of-type(5):before {display:none;}
  .stellarnav > ul > li:nth-of-type(3):before, .stellarnav > ul > li:nth-of-type(6):before {display:none;}
  .stellarnav a.dd-toggle .icon-plus {    width: 0px;}
  .header_area.sticky .nav-brand {padding: 10px 0;}
  

  }
  @media screen and (max-width: 425px) {
  .header_area.sticky .nav-brand {max-width: 35%;}
  .header_area.sticky .nav-brand {padding: 10px 0;}

  .banner.banblog {
    padding: 160px 0;;
}}

@media screen and (max-width: 320px) {
    .pageIndex .header_area.sticky .container {
        height: 140px;
    }

}

  /*側邊選單/＝＝＝＝＝*/
  .stellarnav .menu-toggle:after {font-size: 14px;   color: #fff;}
  .stellarnav .menu-toggle span.bars span{    width: 30px;     background: #fff;   margin: 0 auto 6px;}
  .stellarnav.mobile.active {    z-index: 555;}
  .stellarnav li li > a , .stellarnav li li.has-sub > a{    padding: 10px;border-left:none;}
  .stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{padding: 10px;border-color:transparent;}
  .stellarnav.mobile.left > ul {    background: #eeeeec;}
  .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {background: #8ab4b5 ;     color: #fff;}
  .stellarnav .icon-close:before, .stellarnav .icon-close:after, .stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after{    border-bottom: solid 3px #fff;}
  .stellarnav.mobile > ul > li{border-bottom: 1px #a67b2b85 solid;}
  .stellarnav.mobile li a{  padding: 15px 43px 10px 55px !important;  border: none;     color: #fff;}
  .stellarnav > ul > li:before{  top: -30px;left: 19%;}
  .stellarnav.mobile li.open {    background: #8ab4b5; padding: 0;}
  .stellarnav li li{ font-size: 14px; font-weight: 600;letter-spacing: 1px; margin-bottom: 0;    background: #efefef;  border: none;padding: 0px 0; }
  .stellarnav ul ul {font-size: 15px;}


  @media screen and (max-width: 1024px) {
  .header_area.sticky .nav-brand {max-width: 100%; margin-bottom: 0px; margin-top: 10px;}}


  @media screen and (max-width: 768px) {
  .stellarnav > ul > li:nth-of-type(7):before{display: none;}
  .stellarnav.mobile li a{    color: #777;}
 .stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after{border-bottom: solid 3px #777;}
 .stellarnav .icon-close:before, .stellarnav .icon-close:after{border-bottom: solid 3px #ffffff;}
 .stellarnav > ul > li:hover > a {    color: #ffffff;}
 .stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after {border-bottom: solid 3px #777;}
 .header_area.sticky .main_header_area {background: #ffffff;}
 .header_area.sticky .nav-brand {margin-bottom: 0px;}
 .stellarnav .menu-toggle span.bars span{background: #777;}
 .stellarnav .menu-toggle:after {color: #777;}
 #bottom_menu {display: none;}
 .navigation {padding: 40px 0 10px 0px;}
 .me_tp_features {display: none;}
 .header_area.sticky .me_tp_features {display: block; margin: 0px 0 10px 0; z-index: 0;}
 .header_area.sticky .nav-brand {margin-top: 0px;}
}


@media screen and (max-width: 425px) {
    .header_area.sticky .me_tp_features {display: block; margin: 0px 0 10px 0;}
    .me_tp_features a.tp_btn_cart, .me_tp_features a.tp_btn_notice{display: inline-block; margin: 0px 0 10px 0;}}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */





/*footer = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.box_link {display: none;}

.box_link a {
    border: 1px #dbdbdb solid;
    color: #fcfdfc;
    background-color: #dbdbdb;
    border-radius: 0px;
}
.box_link a:hover {
    border-radius: 0px;
    background-color: #c6ddbf;
    border: 1px #efefef solid;
    color: #efefef;
}

.footer { 
    position: relative;
    margin: auto;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-top: 0;
    z-index: 99;
    background: #ffffff;
}
.footer .center {
    position: relative;
    max-width: 90%;
    padding: 60px 0 0 0;
    font-size: 13px;
}
.footer_info {
    display: flex;
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 0;
    position: relative;
    flex-direction: column;
    gap: 60px;
}

.footer_logo {    max-width: 100px;}

@keyframes glowPulse {
  0%, 100% {
    filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.4));
  }
  50% {
    filter: drop-shadow(0 0 18px rgba(255, 255, 255, 1));
  }
}



.footer_info ul {
    position: relative;
    border-top: 1px solid #a1afaa;
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
}
/* 聯絡資訊 */
.footer_info li{
    padding: 0;
}
.footer_info li p {
    font-size: 13px;
    line-height: 1.8;
    text-align: left;
    color: #858585;
}
.footer_info li p a{
    font-size: 15px;
    color: #858585;
}


.footer_info li p.tel2:before {
    content: '曾先生：';
}
.footer_info li p.phone:before {
    content: '陳先生：';
}

/* 網頁連結 */
.footer_info li:nth-child(2) {   
    right: 0;
    top: 0;
}
.footer_menu {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}
.footer_menu a:first-child{
    display: none;
}
.footer_menu a {
    color: #858585;
    background: transparent;
    border: 0;
    letter-spacing: 1.25px;
    margin: 0 0 10px;
    transition: all .3s cubic-bezier(.165,.84,.44,1);
}

.footer_menu a:hover {
    background: transparent;
    color: #B2FF3D;
}

.copy{  color: #444444; background-color: #B2FF3D; border-top: 1px #a1afaa solid;}
.copy a{    color: #444444;}
.copy a:hover{    color: #444444;}

@keyframes glow {
    0% {
        text-shadow: 0 0 4px rgba(255, 255, 255, 0.753),
                     0 0 8px rgba(255, 255, 255, 0.3);
    }
    50% {
        text-shadow: 0 0 6px rgba(255, 255, 255, 0.897),
                     0 0 12px rgba(255, 255, 255, 0.5);
    }
    100% {
        text-shadow: 0 0 4px rgba(255, 255, 255, 0.801),
                     0 0 8px rgba(255, 255, 255, 0.3);
    }
}

@media screen and (max-width: 1024px) {
.footer_info ul {    display: flex;    flex-direction: column;}}


@media screen and (max-width: 768px) {    #bottom_menu {
        display: none;}}

@media screen and (max-width: 425px) {
.footer_menu { display: flex;flex-direction: row;align-items: flex-start;flex-wrap: wrap;justify-content: flex-start;}
    .other_page .nav-header {max-width: 90px;}
}

.linksBtn{display: none;}

/**/



/*購物車/＝＝＝＝＝============================================================================================================================*/
.prod_part {    width: 100%; max-width: 2000px;    padding: 5%  20px 0px 20px;}
.products-list {    display: grid;    gap: 10px;    grid-template-columns: 1fr 1fr 1fr 1fr;}
.products-list:before{content:none;}
.products-list .item {    width: 100%;}
.edit {color: #292929;}
.radio-inline__label{color: #ffffff;}
.product_info li span{    color: #444;}
body.pageIndex .products-list {padding: 40px 0;}
.pd_tabTitle li.activeTab a {color: #ffffff;}

body.pageIndex .products-list .item:nth-child(n+9) {
	display:none;
}

.products-list .pic {
    /*border: 6px #FFFFFF solid;*/
    line-height: 0px;
    border-radius: 0px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0px;
    height: 100%;
	transition:.5s;
     aspect-ratio: unset;
}

/*.products-list a:hover .pic {
	border: 5px #ff8b00 solid;
}*/

.products-list .pic::before {
    content: "+";
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 35px;
    height: 35px;
    z-index: 999;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    color: #FFFFFF;
    border: 2px #FFFFFF solid;
	opacity:0;
	transition:.5s;
}

.products-list .pic::after {
    content:"";
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	background:rgb(201 186 169 / 69%);
	opacity:0;
	transition:.5s;
}

.products-list a:hover .pic::before, .products-list a:hover .pic::after {
	opacity:1;
}



.products-list .pic img {
    display: block;
    max-width: 100%;
    min-width: 100%;
    height: unset;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
	transition:.5s;
	transform:scale(1);
}

.products-list a:hover .pic img {
	transform:scale(1.05);
}

.products-list .name {
    text-align: center;
	transition:.5s;
    color: #646472;
    font-weight: 300;
    height: 15%;
    font-size: 16px;
}

.products-list a:hover .name {
	color: #CAB9A5;
}



/*購物車/外層＝＝*/
/*顏色*/
.products-list .more {
	border: 1px solid #CAB9A5;
    color: #CAB9A5;
	display:none;
}


.products-list .item a:hover .more {
	background: #CAB9A5;
}

/*價格*/
.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: #dccc91;}
.products-list .price b.ori_price {    font-size: 14px;color: #a1a1a1;}
/*外層版面*/
.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: 1px dotted #ccc;}
.products-list .item a + button.pd_btn{    border: 1px solid #b2fa53;  color: #000000;}
.products-list .item a + button.pd_btn:hover{    background: #b2fa53;  color: #000000;}
/**/
.product-layer-two li a {      font-weight: 300;  color: #444;    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: #ffffff;
    background: #B2FF3D;
	padding-left: 25px;
}

.product-layer-two li:hover > a:before , .product-layer-two li.active > a:before {background: #B2FF3D; color:#fff;}
.product-layer-two > li > a:before {
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 18px;
    content: "＞";
    color: #B2FF3D;
    background: #dddddd;
    width: 18px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    padding-left: 2px;
    font-size: 13px;
	display:none;
}
/**/
.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;}
.product-layer-two li li:hover a{color: #ffffff;;background: transparent;}

/*hover到才顯示副選單 關掉↓*/
.product-layer-two li li {    display: block;}




/*購物車/內層＝＝*/
.product_info_page .main_part {    width: 90%;}
ul.prod li h3.prod-thumb {
    background: unset;
    text-align: left;
}
ul.prod li {
    margin-bottom: 20px;
}

.qaform .breakF {
    border: 1px #cccccc solid;
    background: #FFFFFF;
}
.product_pic #bx-pager h6{
	display:none;
}

.product-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}
/*按鈕顏色*/
.inquiry_a1{background: #B2FF3D;}
.inquiry_a2{background: #B2FF3D;}
.inquiry_a3{background: #B2FF3D; color:#000000;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: #B2FF3D;}
.lastaction, .nextaction, .lastPage {    
	color: #FFFFFF;
	background: #B2FF3D;
	transition:.3s;
}

.lastaction:hover, .nextaction:hover, .lastPage:hover {    
	background: #aba07d;
}

.prod_related h6 span:before{color: #b8aa9e;}

/*商品側邊規格*/
.sidebarBtn {
    border: unset;
    background: unset;
}
.product_info li .txt_box {    color: #ffffff;    width: 100%;    margin: 5px 0px;}
.sidebarBtn .price span {
    display: inline-block;
}
.sidebarBtn .price span.ori_price {  color: #777;display: block;text-decoration: line-through;}
.sidebarBtn .price span.sp_price {   color: #000000;display: block;}
.sidebarBtn .price {
    border-bottom: 1px solid #aaa;
	color: #CAB9A5;
}
.toShare {
    border-top: 1px solid #aaa;
}

.sidebarBtn h2 {
    color: #646472;}

.mobile_product_name{font-size: 24px;}
.accordion li .link a{    font-weight: 300;}



/*相關推薦*/
.prod_related h6 span:before{font-size: 28px;}
.prod_related {
    background: unset;
}
.related_list li a {
    background: unset;
}


.product-layer-two li:first-child ul {
    display: grid !important;
  }

/*RWD1200/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1200px) {
    /*購物車/＝＝＝＝＝*/
    .products-list {    grid-template-columns: 1fr 1fr 1fr;}}
    
    
    @media screen and (max-width: 1024px) {
    /*購物車/＝＝＝＝＝*/
    .product_page .products-list {    grid-template-columns: 1fr 1fr;}
    .products-list .pic {height: 50%;}
    }
    
        
    @media screen and (max-width: 768px) {
    /*購物車/＝＝＝＝＝*/
    .products-list {    grid-template-columns: 1fr 1fr;}
    .product_page .products-list ,.product-layer-two {    width:100%;}
    .prod_related h6 span:before{font-size: 24px;}
    .mobile_product_name {
        display: none;
    }
    .sidebarBtn {
        order: -1;
        margin: 0px auto 20px;
    }
    
    .product_pic {
        padding-top: 0px;
    }
    
    body.pageIndex .products-list {
        padding: 40px 0 20px;
    }
    
    /*順序*/
    .product_page .products-list {    order: -1;}}
    
    
    @media screen and (max-width: 600px) {
    
    /*購物車/＝＝＝＝＝*/
    .prod_related h6 span:before{font-size: 20px;}
    .products-list .pic {
        border: unset;
    }}


    @media screen and (max-width: 425px) {
    .products-list .name{height: 50px;}
    .products-list .pic{height: 55%}
}

    @media screen and (max-width: 375px) {
    
        /*購物車/＝＝＝＝＝*/
        .products-list , .product_page .products-list  {    grid-template-columns: 1fr;}}
        .products-list .item a {    padding-bottom: 0px;}


        @media screen and (max-width: 1200px) {
            @media screen and (max-width: 980px) {
                @media screen and (max-width: 768px) {
                    @media screen and (max-width: 600px) {
                        .products-list .price b {
                            width: 100%;
                            text-align: center !important;
                        }
                    }
                }
            }
        }



        .prod_part section {
            max-width: 90%;}

    
            .product-layer-two li.active li a {
                font-weight: normal;
                color: #ffffff;
            }



/*購物車/＝＝＝＝＝============================================================================================================================*/
.prod_part {     background-color: #ffffff;   width: 100%; max-width: 2000px;    padding: 20px  20px 20px 20px;}
.products-list {    display: grid;    gap: 10px;    grid-template-columns: 1fr 1fr 1fr;}
.products-list:before{content:none;}
.products-list .item {    width: 100%;}
.edit {color: #292929;}
.radio-inline__label{color: #ffffff;}
.product_info li span{    color: #444;}
body.pageIndex .products-list {padding: 40px 0;}
.pd_tabTitle li.activeTab a {color: #000000;}

body.pageIndex .products-list .item:nth-child(n+9) {
	display:none;
}

.products-list .pic {
    /*border: 6px #FFFFFF solid;*/
    line-height: 0px;
    border-radius: 0px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0px;
    height: 100%;
	transition:.5s;
}

/*.products-list a:hover .pic {
	border: 5px #ff8b00 solid;
}*/

.products-list .pic::before {
    content: "+";
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 35px;
    height: 35px;
    z-index: 999;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    color: #FFFFFF;
    border: 2px #FFFFFF solid;
	opacity:0;
	transition:.5s;
}

.products-list .pic::after {
    content:"";
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	background: rgb(60 60 60 / 65%);
	opacity:0;
	transition:.5s;
}

.products-list a:hover .pic::before, .products-list a:hover .pic::after {
	opacity:1;
}



.products-list .pic img {
    display: block;
    max-width: 100%;
    min-width: 100%;
    height: unset;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
	transition:.5s;
	transform:scale(1);
}

.products-list a:hover .pic img {
	transform:scale(1.05);
}

.products-list .name {
    text-align: center;
	transition:.5s;
    color: #000000;
    font-weight: 600;
    height: 15%;
    font-size: 18px;
}

.products-list a:hover .name {
	color: #92e11b;
}



/*購物車/外層＝＝*/
/*顏色*/
.products-list .more {
	border: 1px solid #CAB9A5;
    color: #CAB9A5;
	display:none;
}


.products-list .item a:hover .more {
	background: #CAB9A5;
}

/*價格*/
.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: #000000;}
.products-list .price b.ori_price {    font-size: 14px;color: #999999;}

/*外層版面*/
.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: 1px dotted #ccc;}
/**/
.product-layer-two li a {      font-weight: 300;  color: #444;    border: none;    background: transparent;    transition: all 0.3s;    line-height: 200%;    transition: all 0.3s;}
.product-layer-two li:hover > a , .product-layer-two li.active > a{
	color: #000000;
    background: #B2FF3D;
	padding-left: 25px;
}

.product-layer-two li:hover > a:before , .product-layer-two li.active > a:before {background: #B2FF3D; color:#fff;}
.product-layer-two > li > a:before {
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 18px;
    content: "＞";
    color: #B2FF3D;
    background: #dddddd;
    width: 18px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    padding-left: 2px;
    font-size: 13px;
	display:none;
}
/**/
.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;}
.product-layer-two li li:hover a{color: #ffffff;;background: transparent;}

/*hover到才顯示副選單 關掉↓*/
.product-layer-two li li {    display: block;}




/*購物車/內層＝＝*/
.product_info_page .main_part {    width: 90%;}
ul.prod li h3.prod-thumb {
    background: unset;
    text-align: left;
}
ul.prod li {
    margin-bottom: 20px;
}

.qaform .breakF {
    border: 1px #cccccc solid;
    background: #FFFFFF;
}
.product_pic #bx-pager h6{
	display:none;
}

.product-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}
/*按鈕顏色*/
.inquiry_a1{background: #B2FF3D;}
.inquiry_a2{background: #B2FF3D;}
.inquiry_a3{background: #B2FF3D;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: #B2FF3D;}
.lastaction, .nextaction, .lastPage {    
	color: #FFFFFF;
	background: #000000;
	transition:.3s;
}

.lastaction:hover, .nextaction:hover, .lastPage:hover {    
	background: #B2FF3D;color: #000;
}

.prod_related h6 span:before{color: #000000;}

/*商品側邊規格*/
.sidebarBtn {
    border: unset;
    background: unset;
}
.product_info li .txt_box {    color: #ffffff;    width: 100%;    margin: 5px 0px;}
.sidebarBtn .price span {
    display: inline-block;
}
.sidebarBtn .price span.ori_price {  color: #777;display: block;text-decoration: line-through;}
.sidebarBtn .price span.sp_price {   color: #000000;display: block;}
.sidebarBtn .price {
    border-bottom: 1px solid #aaa;
	color: #CAB9A5;
}
.toShare {
    border-top: 1px solid #aaa;
}

.sidebarBtn h2 {
    color: #646472;}

.mobile_product_name{font-size: 24px;}
.accordion li .link a{    font-weight: 300;}

a.pdinfo_link.pdinfo_tel{background-color: #000000}
a.pdinfo_link.pdinfo_tel:hover{background-color: #B2FF3D; color:#000000;}

/*相關推薦*/
.prod_related h6 span:before{font-size: 28px;}
.prod_related {
    background: unset;
}
.related_list li a {
    background: unset;
}


.product-layer-two li:first-child ul {
    display: grid !important;
  }

/*RWD1200/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1200px) {
    /*購物車/＝＝＝＝＝*/
    .products-list {    grid-template-columns: 1fr 1fr 1fr;}}
    
    
    @media screen and (max-width: 1024px) {
    /*購物車/＝＝＝＝＝*/
    .product_page .products-list {    grid-template-columns: 1fr 1fr;}
    .products-list .pic {height: 50%;}
    }
    
        
    @media screen and (max-width: 768px) {
    /*購物車/＝＝＝＝＝*/
    .products-list {    grid-template-columns: 1fr 1fr;}
    .product_page .products-list ,.product-layer-two {    width:100%;}
    .prod_related h6 span:before{font-size: 24px;}
    .mobile_product_name {
        display: none;
    }
    .sidebarBtn {
        order: -1;
        margin: 0px auto 20px;
    }
    
    .product_pic {
        padding-top: 0px;
    }
    
    body.pageIndex .products-list {
        padding: 40px 0 20px;
    }
    
    /*順序*/
    .product_page .products-list {    order: -1;}}
    
    
    @media screen and (max-width: 600px) {
    
    /*購物車/＝＝＝＝＝*/
    .prod_related h6 span:before{font-size: 20px;}
    .products-list .pic {
        border: unset;
    }}


    @media screen and (max-width: 425px) {
    .products-list .name{height: 50px;}
    .products-list .pic{height: 55%}
}

    @media screen and (max-width: 375px) {
    
        /*購物車/＝＝＝＝＝*/
        .products-list , .product_page .products-list  {    grid-template-columns: 1fr;}}
        .products-list .item a {    padding-bottom: 0px;}


        @media screen and (max-width: 1200px) {
            @media screen and (max-width: 980px) {
                @media screen and (max-width: 768px) {
                    @media screen and (max-width: 600px) {
                        .products-list .price b {
                            width: 100%;
                            text-align: center !important;
                        }
                    }
                }
            }
        }



        .prod_part section {
            max-width: 90%;}

    
        .product-layer-two li.active li a {
                font-weight: normal;
                color: #ffffff;
        }



/*分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*促銷方案/＝＝＝＝＝*/
/* 首頁 */
.news_part {    
    padding: 100px 0px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1350px;
    padding-left: 80px;
    padding-right: 80px;
    width: 100%;
}
/* 標 */
.news_part .title_i_box h4 {
    color: #63807550;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.8;
    letter-spacing: 0.12em;
    z-index: 1;
    position: relative;
}

/* 消息文字 */
.news_list ul li {
    display: block;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    background: #9ec3b500;
}
.news_list ul li:hover {
    border-bottom-color: transparent;
        background: #9ec3b500;
}
.news_list ul li:before {
    background: #9ec3b500;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .8s;
    z-index: -1;
}
.news_list ul li:hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
}
/* 文字 */
.news_list ul li a:hover {    background: #63807533;}
.news_list ul li span {
    padding: 15px 0;
    font-size: 12px;
    color: #000000;
    letter-spacing: 0.04em;
    width: 120px;
}

.news_list ul li a:hover p{ color: #000000;}
.news_list ul li p:after{ color: #000000;}

.news_list ul li p {
    color: #000000;
    width: calc(100% - 120px);
    letter-spacing: 0.08em;
    padding: 10px;
    display: grid;
    grid-template-columns: 1fr 20px;
    gap: 10px;
    white-space: break-spaces;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    border-left: 0.5px solid #e5e5e5;
    margin: 10px 0;
}


/* 首頁按鈕 */
.i_news_b {
    margin: 40px auto 0;
}
.i_news_b a {
    width: 225px;
    color: #ffffff;
    background: #638075;
    border: 1px solid transparent;
    border-radius: 0;
    display: inline-block;
    font-size: 15px;
    letter-spacing: 0.12em;
    text-align: center;
    position: relative;
    padding: 0;
    z-index: 5;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    height: 50px;
    line-height: 50px;
    margin: 0;
}
.i_news_b * {
    transition: all .5s;
    font-weight: 400;
}
.i_news_b a i.fa-solid.fa-arrow-right {
    display: none;
}
.i_news_b a:hover{
    letter-spacing: 0.2em;
    background: #638075;
}





/* 內頁 = = = = */
.promotions_page .show_content, .other_promotion {
    margin: auto;
    padding: 0 20px;
    max-width: 1000px;
}

/* 標 */
.promotion_title {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;    
    font-weight: 500;
    font-size: 13px;
    color: #777;
}
.promotion_title span {
    border: unset;
    padding: 0px;
    margin: 0px;
    letter-spacing: 0.08em;
    color: #3c3c3c;
}
body.promotions_page .promotion_title em {
    display: none;
}
.promotion_title h2 {
    text-align: center;
    width: 100%;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 15px 0px;
    color: #ffffff;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.08em;
    position: relative;
    display: block;
    z-index: 1;
    margin-top: 10px;
}



.promotion_title span{    color: #ffffff;}

/* 編輯區 */
.edit {
    margin: auto;
    padding: 20px 0;
    padding-top: 20px;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1.6;
}

/* 更多消息 */
.other_promotion{
    grid-template-columns: 1fr;
    margin-top: 60px;
    gap: 10px;
}
.other_promotion li a:before, .other_promotion li a:after{
    content: none;
}
.other_promotion li a {
    display: flex;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 15px 0;
    border: 0;
    border-bottom: 1px solid #dbdad1;
    flex-direction: column;
    align-items: flex-start;
}
.other_promotion li a:hover {
    background: transparent;
}
.other_promotion .pmtTime span {
    float: right;
    font-size: 13px;
    border: unset;
    padding: 0px;
    margin: 0px;
    letter-spacing: 0.08em;
    color: #ffffff;
}
.pmtTitle {
    display: contents;
}
.pmtTitle span {
    position: absolute;
    right: 0;
    border: 0;
    letter-spacing: 0.04em;
    font-weight: 400;
    display: block;
    background: #49635875;
    color: #ffffff;
    padding: 0.15em 0.8em;
    border-radius: 3px;
    margin: 0 10px;
    font-size: 12px;
}
.other_promotion .pmtTitle h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.04em;
    margin-top: 6px;
    width: 100%;
    /* max-width: calc(100% - 100px); */
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 28px;
}
.other_promotion li a:hover h3{
    opacity: .6;
    color: #253830;
}

.path{display: none;}

.news_part .title_i_box h6{ color: #ffffff;    font-family: Cinzel;}
.news_part .title_i_box h4{ color: #ffffff;}

.i_prod_tit span{    font-weight: 600;}

@media screen and (max-width: 1024px){
    .promotions_page .show_content, .other_promotion {
        padding: 0;
    }
}

@media screen and (max-width: 768px){
    /* 首頁 */
    .news_part {
		padding: 60px 0px;
	}
	.news_part .title_i_box h6 {
		font-size: 18px;
	}	
    .news_part .title_i_box h6:before {
        font-size: 52px;
    }

    .news_list ul li {
        padding-bottom: 10px;
        /* padding: 0; */
    }
    .news_list ul li a {
        display: flex;
        width: 100%;
        text-align: center;
        justify-content: space-between;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .news_list ul li p:after{
        content: none;
    }
    .news_list ul li span {
        text-align: left;
        padding: 10px;
        padding-bottom: 0;
        color: #ffffff;
        font-size: 14px;
        letter-spacing: .02em;
        font-weight: 500;
        width: 100%;
    }
    .news_list ul li p {
        letter-spacing: 0.08em;
        padding: 10px;
        align-items: center;
        overflow: hidden;
        border-left: 0.5px solid #e5e5e5;
        height: 35px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        width: 100%;
        margin: 0;
        border: 0;
        color: #101010;
        text-align: left;
    }

    /* 功 */
    .pmtTitle span{
        top: 10px;
    }
    .promotion_title h2 {
        font-size: 40px;
    }
    .other_promotion .pmtTitle h3 {
        font-size: 16px;
    }
    .other_promotion li a {
        padding: 10px 0;
    }
    .other_promotion {
        gap: 0;
    }


}

@media screen and (max-width: 600px){
    .news_part .title_i_box h4{
        font-size: 24px;
        font-weight: 400;
    }
    .news_list ul li{
        margin: 0;
    }
    .news_list ul li a {
        padding: 0;
    }

}

@media screen and (max-width: 480px){
    .news_part .title_i_box h6:before {
        font-size:48px;
    }

}

/* 首頁購物車 */
.prod_part {    width: 100%; max-width: 2000px;    padding: 3%  20px 3% 20px;}



/* 文章管理================================== */
.blog_box_edit *{    color: #000;     font-weight: 500;}

 .blog_le .accordion > li.on_this_category .link a{color: #000000 !important;}

.blog_search input[type=search] {
    border-radius: 0;
}

.blog_le .accordion li .link:last-child {
    border-bottom: 1px solid #CCC;
}

.blog_box_edit {
    background: #ffffff00;
    padding: 3em 3em;
    border-radius: 0rem;
    min-height: 30vw;
}

body.blog_page .main_part {
    max-width: 90%;
    width: 1600px;
}

h4.blog_category_title {
    font-size: 26px;
    font-weight: 600;
    font-family: 'noto serif tc';
}

body.blog_page h4.blog_category_title {
    display: none;
}

.blog_subbox.clearfix {
    margin: 0 auto;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}

.blog_subbox {    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));}
/*文章設定*/
.blog_le.fadeInLeft.animated15.clearfix {
    position: sticky;
    /* top: 100px; */
}

/*選單*/
h5.blog_le_t em {
    font-family: 'Noto Serif TC', serif;
}

.blog_le .accordion {
    border: none;
    border-radius: 0;
}

.accordion li .link {
    border: none;
}


.blog_le .accordion li {
    border-bottom: 1px solid #f9f9f9;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.blog_le .accordion>li:hover,
.blog_le .accordion>li.on_this_category {
    background: #B2FF3D !important;
    transition: all 0.3s ease-in-out;
}

.blog_back a.article_btn_back {
    background: #e7e7e7;
    transition: all 0.3s ease-in-out;
    color: #000;
}

.blog_back a.article_btn_back:hover {
    background-color: #B2FF3D;
    transition: all 0.3s ease-in-out;
    color: #000;
}


.blog_back a.article_btn_prev,
.blog_back a.article_btn_next {
    background: #e7e7e7;
}

.blog_back a.article_btn_prev:hover,
.blog_back a.article_btn_next:hover {
    background-color: #B2FF3D;
    filter: brightness(1.2);
    transition: all 0.3s ease-in-out;
}
.blog_back a{    color: #000000;}

h5.blog_le_t {
    display: none;
}

.blog_list_ri {
    width: calc(100%);
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    padding: 34px 0px 40px;
}

.blog_box {
    width: 90%;
    max-width: 1600px;
}

body.blog_page .subbox_item:hover .blog_list_le {
    transition: border-radius 1.2s cubic-bezier(.165, .84, .44, 1), filter .5s cubic-bezier(.165, .84, .44, 1), -webkit-filter .8s cubic-bezier(.165, .84, .44, 1);
}

.subbox_item {
    width: 100%;

    background-color: transparent;
    /* -webkit-box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 7%);
    box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 7%); */
    /* border-radius: 0 10px 10px 0; */
    overflow: hidden;
    margin-bottom: 2%;
    position: relative;
}

.subbox_item a {
    border-bottom: 1px solid #ccc;
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    background: #F7F7F8;
    padding: 10px 20px;
}

.subbox_item:hover img {
    transform: translate(-50%, -50%) scale(1.05);
    object-fit: cover;
    width: 100%;
    transition: all 0.4s ease;

}

.blog_list_le img {
    display: block;
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: all 5000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transform: translate(-50%, -50%) scale(1);
    width: 100%;
    height: 100%;

}

.blog_list_le {
    display: block;
    position: relative;
    text-align: center;
    overflow: hidden;
    padding: 0;
    padding-bottom: 0;
    aspect-ratio: 14/9;
    height: auto;
    width: 100%;
}

.subbox_item a:after {
    content: '';
    background: url(https://pic03.eapple.com.tw/leesclinic/buy_pic_cov_after.svg);
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 80%;
    height: 100%;
    background-repeat: no-repeat;
    z-index: -1;
    left: 50%;
    transform: translate(-45%, 39px);
    transition: all 0.3s ease-in-out;
    opacity: 1;
    border: none;

}

.subbox_item a:hover:after {
    width: 80%;
    transition: all 0.3s ease-in-out;
}

.subbox_item a:before {
    display: none;
}

.blog_list_ri em {
    order: 3;
    width: 100%;
    text-align: right;
    color: #bdbdbd;
}

.blog_list_ri h5 {
    position: relative;
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding-bottom: 50px;
    font-size: 20px;
    font-weight: 300;
    text-decoration: none;
    letter-spacing: 1.2px;
    margin-bottom: 14px;
    font-family: 'noto serif tc';
    color: #646472;

}

.blog_list_ri p {

    margin-top: 10px;
    color: #595959;
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 1.5625;
    width: 100%;
    -webkit-line-clamp: inherit;
}

.blog_list_ri p:after {
    content: '...';
}

.subbox_item:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #B2FF3D;
    transition: 0.3s;
    z-index: 1;
}

.subbox_item:hover:before {
    width: 100%;
    transition: all .5s;
}

.blog_back {
    width: 100%;
}

.news_related {    background: #e7e7e7;}

.blog_le .accordion > li:hover .link a{    color: #000000 !important;}
.news_related h6 span:before{    color: #000000;}
.blog_back a.article_btn_prev:hover{background-color: #b6ff55; color: #000000}
.blog_back a.article_btn_prev{    color: #000000;}

@media screen and (max-width: 1600px) {
    .blog_list_ri h5 {
        font-size: 20px;
    }

    .blog_list_ri p {
        font-size: 14px;
    }
}

@media screen and (max-width: 1200px) {
    .subbox_item a {
        grid-auto-flow: initial;
        padding-right: 0;
        gap: 0;
    }

    .blog_list_le {
        margin: auto;
    }

    .blog_subbox.clearfix {
        grid-template-columns: 1fr 1fr;
    }

    .subbox_item a {
        grid-template-columns: 1fr;
    }

    .blog_list_ri {
        max-width: 90%;
        margin: auto;
    }
}

@media screen and (max-width: 1024px) {
.blog_subbox {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));}}


@media screen and (max-width: 768px) {
    .blog_le.fadeInLeft.animated15.clearfix {
        position: relative;
        top: auto;
    }

    .blog_list_le {
        width: 100%;
    }

    .blog_list_ri {
        width: 100%;
        padding: 0;
    }

    .blog_list_ri p {
        margin-top: 7px;
        margin-bottom: 19px;
        -webkit-line-clamp: inherit;
    }

    .blog_subbox.clearfix {
        grid-template-columns: 1fr;
    }

    .blog_list_ri i {
        bottom: -7px;
    }

    .blog_list_le {
        width: 100%;
    }

    .blog_list_ri {
        width: 100%;
        padding: 20px 0px 40px;
    }

    .blog_list_ri h5 {
        -webkit-line-clamp: initial;
    }
}

@media screen and (max-width: 476px) {
    .blog_box {
        width: 100%;
    }

    .blog_box_edit {
        padding: 2em 2em;
        border-radius: 1rem;
    }

}

/* 背景 */
#content {
    background: url(https://pic03.eapple.com.tw/zhengyu/bg.jpg) 0% 0% / cover fixed;
}

.contact_page #content {background: #fff;}


.contact_content .information_left{display: none;}


/* 聯絡 */
.contact_content .information_right{    width: 100%;}
.red{    color: #93dd3c;}
.contact_form li.last cite{    background: #b6ff55; color: #8a9977;}

.contact_content .information_right{width: calc(100% - 200px);
    padding-left: 10%;}

@media screen and (max-width: 1024px){.contact_content .information_right {width: calc(100% - 100px);    padding-left: 10%;} }
@media screen and (max-width: 768px){.contact_content .information_right {width: calc(100% - 50px);    padding-left: 10%;} }


/* 首頁文章 */

.module_i_news li a{    display: flex;    flex-direction: column;}
.module_i_news ul{grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));}
.module_i_news section{    max-width: 1700px;}
.module_i_news .title_i_box h4{    font-weight: 600;}
.module_i_news li a:after{    border: 1px #93dd3c solid;}


@media screen and (max-width: 1024px) {
.pageIndex .products-list{    grid-template-columns: repeat(2, 1fr);}}

@media screen and (max-width: 768px) {
    body.pageIndex .products-list{ display: flex;}
    .module_i_news ul{
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));}}


.articel_mainPic img{    display: none;}