@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/freedom2023tc/mbg-01.jpg) no-repeat top center fixed;  */  background-size: cover;}
/*top*/
#to_top {  box-shadow: 0px 0px 10px #bbbbbb82; color: #494642;  background: #ffffffd6; backdrop-filter: saturate(100%) blur(10px);}
#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: #e0e0e0;}/*滾輪軌道背景*/
::-webkit-scrollbar-thumb { border-radius: 3px; background-color: #CAB9A5; border: #CAB9A5;}/*滾輪樣式*/
::-webkit-scrollbar-track { box-shadow: transparent;}/*滾輪軌道樣式*/

/*共用*/
.main_part {  max-width: 1600px;}
.animated-arrow { background: #494642; border-radius: 20px;}
.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/freedom2023tc/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/freedom2023tc/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/freedom2023tc/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/freedom2023tc/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;*/
}

body.services_page .banB h5::before{
	content:"SERVICES";
}

.banE h5::before{
	content:"Group Class Schedule";
}

.banF h5::before{
	content:"Coaches";
}

.banC h5::before, body.map_page .banB h5::before{
	content:"CONTACT";
}



body.blog_page.article_a .banner h5::before{
    content: "Group Class Schedule";
}


body.blog_page.article_b .banner h5::before{
    content: "Sports Column";
}


.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: wave-reveal 2s both;
    animation-iteration-count: infinite;
}


/*●●●●●●●●●●●●●●●●●●●●●●●●   BANNER區塊   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/

/*banner01*//*第一張大圖的偽元素*//*依樣可以放before+after 兩個*/
#content_main { margin:0;   background-color: #F2F2F2;}/*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/freedom2023tc/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/freedom2023tc/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%;
        }
        
    }




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/* 開場 */
.pageIndex .bannerindex {
    position: sticky;
    background: #ffffff;
}

.pageIndex .swiper-banner {
    position: sticky;
    margin: 0;
    height: auto;

}

.pageIndex .swiper-slide {
    background-color: #ffffff;
}

.pageIndex .swiper-banner .swiper-slide img {
    width: 100%;
    position: relative;
    height: auto;
    bottom: 0px;
    opacity: 1;
    /*transform: none !important;*//*大圖放大動畫*/
}

@keyframes banner-up {
    0% {
        bottom: -1000px;
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        bottom: 0;
        opacity: 1;
    }

}


body.pageIndex:before {
    content: ' ';
    position: fixed;
    z-index: 999999991;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    animation: fadein 3s forwards;
}

@keyframes fadein {
    50% {
        opacity: 1;
    }

    60% {
        pointer-events: auto;
    }

    100% {
        opacity: 0;
        pointer-events: none;
    }
}

body.pageIndex:after {
    content: ' ';
    position: fixed;
    z-index: 999999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(https://pic03.eapple.com.tw/freedom2023tc/op-logo.png) center / cover no-repeat;
    animation: fadeease 3s forwards;
}

@keyframes fadeease {
    0% {
        opacity: 0;
    }

    45% {
        opacity: 1;
    }

    60% {
        opacity: 0;
        pointer-events: auto;
    }

    100% {
        opacity: 0;
        pointer-events: none;
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*選單設定*/
.nav-menu {    margin: 0;}

.main_header_area .container {
    max-width: 95%;
    transition: all 1s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.sticky .main_header_area .container {
    max-width: 95%;
    transition: all 1s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.nav-menu>li:not(.tp_links) {
    padding-right: 15px;
}

.nav-menu>li:hover>a,
.nav-menu>li.active>a,
.nav-menu>li.focus>a {
    color: #474747;
}

.nav-dropdown>li:hover>a,
.nav-dropdown>li.focus>a {
    color: #474747;
}

.nav-dropdown>li {
    text-align: center;
}

.header_area {
    position: fixed;
    width: 100%;
    padding: 0;
    background: transparent;
}

.header_area.sticky {
    position: fixed;
    background: rgb(255 255 255 / 0%);
    backdrop-filter: saturate(93%) blur(10px);
    transition: all 1.0s ease-in-out;
}

.stellarnav {
    order: 1;
    width: fit-content;
    font-family: "Sorts Mill Goudy", "Noto Serif TC", serif;   
}

.stellarnav ul {
    display: flex;
    justify-content: flex-end;
}

/* 動畫 */
.stellarnav > ul > li{
    padding: 0;
    opacity: 1;
    transition: all 0.3s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.stellarnav > ul > li::after {
    content: "";
    background: #9f9f9f;
    height: 1px;
    width: 50%;
    position: absolute;
    bottom: 0;
    right: 0px;
    left: 25%;
    transform: scale(0, 1);
    transition: 0.5s ease-in-out;
}

.stellarnav > ul > li:hover::after {
    transform: scale(1);
    transition: 0.3s ease-in-out;
}


.pageIndex .stellarnav > ul > li{
    padding: 0px 0;
    opacity: 0;
}
.sticky .stellarnav > ul > li{
    padding: 0;
    transition: all 0.3s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}


.pageIndex .stellarnav > ul > li:nth-of-type(1){
    animation: nav-down 1.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    animation-delay: 1.8s;
}
.pageIndex .stellarnav > ul > li:nth-of-type(2){
    animation: nav-down 1.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    animation-delay: 2s;
}
.pageIndex .stellarnav > ul > li:nth-of-type(3){
    animation: nav-down 1.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    animation-delay: 2.2s;
}
.pageIndex .stellarnav > ul > li:nth-of-type(4){
    animation: nav-down 1.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    animation-delay: 2.4s;
}
.pageIndex .stellarnav > ul > li:nth-of-type(5){
    animation: nav-down 1.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    animation-delay: 2.6s;
}
.pageIndex .stellarnav > ul > li:nth-of-type(6){
    animation: nav-down 1.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    animation-delay: 2.7s;
}
.pageIndex .stellarnav > ul > li:nth-of-type(7){
    animation: nav-down 1.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    animation-delay: 2.8s;
}

@keyframes nav-down {
    0%{
        opacity: 0;
        transform: translate(0,-20px);
    }
    100%{
        opacity: 1;
        transform: translate(0,0);
    }
}



/* 購物籃 */

.me_tp_features {
    width: fit-content;
    display: none;
    align-items: center;
    margin: 0;
    order: 3;
}

.tp_links {
    display: flex;
}

.box_search input[type=text] {
    display: none;
}

.box_search input[type=text]:hover {
    color: #fff;
        transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}

.box_search input[type=text]:focus {
    color: #fff;
        transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}

.shop_search_btn {
    display: none;
    background: #fff;
    color: #fff;
    font-size: 13px;
    border: none;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    padding: 4px 15px;
    cursor: pointer;
}

.box_search {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 60%;
    margin-bottom: 0;
    margin-right: 30px;
}

.me_tp_features a {
    margin: 0 0;
}

.me_tp_features a.tp_btn_cart {
    margin-right: 20px;
}

.me_tp_features a.tp_btn_cart span {
    display: none;
}

.me_tp_features a.tp_btn_notice span {
    display: none;
}

.me_tp_features a i {
    margin: 0 3px;
    color: #7f7f7f;
}


/*  */
.header_area {
    background-color: #ffffff00;
    height: fit-content;
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}
.pageIndex .header_area {background-color: unset; backdrop-filter: none;}
/*.pageIndex .header_area.sticky {    position: fixed;    background: rgb(255 255 255 / 50%); backdrop-filter: saturate(93%) blur(10px);}*/

/*.pageIndex .header_area::before {
    content: "";
    display: block;
    width: 0px;
    height: 0.5px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
    z-index: 1;
    transition: all 0.1s;
    background: hsl(0deg 0% 100% / 30%);
    animation: nav-line 2.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    animation-delay: 1.5s;
}*/

@keyframes nav-line {
    0%{
        width: 0;
    }
    100%{
        width: 100%;
    }
    
}

/*.header_area::before {
    content: "";
    display: block;
    width: 100%;
    max-width: 100%;
    height: 0.5px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
    z-index: 1;
    transition: all 0.1s;
    border-bottom: 1px solid rgb(133 127 121 / 10%);
}*/

.pageIndex .header_area::before {
    opacity: 1;
}


/*.header_area.sticky::before {
    opacity: 1;
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}*/

.pageIndex .swiper-wrapper::after {}


.header_area .main_header_area {
    background: linear-gradient(to bottom, rgb(113 113 113 / 80%), rgba(0,0,0,0));
    opacity: 1;
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}

.header_area.sticky .main_header_area {
    opacity: 1;
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    background: #f2f2f2;
}

.header_area .navigation {
    padding: 30px 0 10px 0;
    display: flex;
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.header_area.sticky .stellarnav>ul>li>a {
    color: #646472;
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}



@media screen and (max-width: 1024px) {
  .header_area {  position: sticky;}
    .header_area .navigation {
        padding: 0;
        transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
        flex-direction: row-reverse;
    }

    .header_area.sticky .navigation {
        padding: 0px 0;
        transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    }

    .header_area .stellarnav ul {
        text-align: center;
        padding: 10px 0;
        transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    }

    .header_area.sticky .stellarnav ul {
        text-align: center;
        padding: 10px 0;
        transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    }
}

@media screen and (max-width: 768px) {
    .main_header_area .container {        max-width: 95%;    }
    .header_area {   backdrop-filter: none; }
    .header_area.sticky {        backdrop-filter: none;    }
    .pageIndex .header_area.sticky {        backdrop-filter: none;    }
    .header_area.sticky .navigation {        padding: 8px 0;    }
    .pageIndex .stellarnav > ul > li{   opacity: 1;}

    .pageIndex .stellarnav > ul > li:nth-of-type(1){    animation:unset;}
.pageIndex .stellarnav > ul > li:nth-of-type(2){    animation:unset;}
.pageIndex .stellarnav > ul > li:nth-of-type(3){    animation:unset;}
.pageIndex .stellarnav > ul > li:nth-of-type(4){    animation:unset;}
.pageIndex .stellarnav > ul > li:nth-of-type(5){    animation:unset;}
.pageIndex .stellarnav > ul > li:nth-of-type(6){    animation:unset;}
.pageIndex .stellarnav > ul > li:nth-of-type(7){    animation:unset;}

}

/*  */

.pageIndex .stellarnav>ul>li>a {
    padding: 0;
    text-transform: uppercase;
    position: relative;
    font-size: 15px;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    color: #fff;
    opacity: 1;
    font-weight: 700;
    letter-spacing: 2px;
    transition: all 0.5s;
}

.stellarnav>ul>li>a {
    padding: 0;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    color: #fff;
    opacity: 1;
    font-weight: 700;
    letter-spacing: 2px;
    transition: all 0.5s;
}

.pageIndex .header_area .stellarnav>ul>li>a:hover {
    color: #fff;
    transition: all 0.5s;
}

.pageIndex .header_area.sticky .stellarnav>ul>li>a:hover {
    color: #A28D7A;
    transition: all 0.5s;
}

.stellarnav>ul>li>a:hover {
    color: #ffffff;
    transition: all 0.5s;
}

.stellarnav>ul>li>a b {
    font-weight: 600;
}

/*  */
.stellarnav li.has-sub>a:after {    display: none;}

/*下拉*/
.nav-dropdown>li>a {
    background: #f7f5f5;
    transition: 0.2s;
    letter-spacing: 1.5px;
    width: 100%;
}

.nav-dropdown>li>a:hover {
    transition: 0.2s;
    background-color: #474747;
    color: #fff
}

.nav-dropdown>li:hover>a .submenu-indicator-chevron,
.nav-dropdown>.focus>a .submenu-indicator-chevron {
    border-color: transparent #fff #fff transparent;
}

.stellarnav li li a {
    padding: 10px 0px;
    border-left: 0;
    color: #545454;
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    font-size: 15px;
}

.stellarnav li li a:hover {
    color: #857F79;
        transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}

.stellarnav ul ul {
    background: transparent;
}

.stellarnav>ul>li.has-sub>a {
    padding-right: 0px;
}

.stellarnav li li {
    border: 0;
    border-bottom-width: 0;
    background: rgb(255 255 255 / 95%);;
    backdrop-filter: saturate(93%) blur(10px);
    text-align: center;
    opacity: 1;
    pointer-events: all;
    transform: scale(1, 1);
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}



.stellarnav>ul>li {
    width: fit-content;
    text-align: center;
    margin: 0 30px;
}

@media screen and (max-width: 1440px) {
    .header_area .navigation {}

    .nav-brand {     display: inline-block;   }

    .main_header_area .container {}

    .stellarnav>ul>li>a {     margin: 0 5px;   }
}


@media screen and (max-width: 1024px) {
    .header_area .navigation {     padding: 0;     justify-content: space-between;  }
    .stellarnav>ul>li {  margin: 0 0px;    }
    .pageIndex .stellarnav>ul>li>a {  color: #121212;}
}

@media screen and (max-width: 768px) {

    .stellarnav.mobile {
        position: absolute;
        left: 0;
        top: 10px;
        width: auto;
        display: inline-block;
    }

    .stellarnav .menu-toggle span.bars span {
        background: #535353;
        transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    }

    .stellarnav .menu-toggle:after {
        content: 'MENU';
        font-size: 12px;
        color: #535353;
        display: block;
        transform: scale(0.9);
        transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    }

    .sticky .stellarnav .menu-toggle span.bars span {
        background: #333;
            transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    }

    .sticky .stellarnav .menu-toggle:after {
        color: #333;
            transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    }

    .stellarnav>ul {
        text-align: center;
        padding: 0px 0;
    }

    .stellarnav.mobile.right .close-menu,
    .stellarnav.mobile.left .close-menu {
        background: #474747;
        color: #fff;
    }

    .stellarnav .icon-close:before {
        border-bottom: solid 3px #fff;
    }

    .stellarnav .icon-close:after {
        border-bottom: solid 3px #fff;
    }

    .stellarnav.mobile.right>ul,
    .stellarnav.mobile.left>ul {
        border-right: 0px #eee solid;
        background-color: #fff;
    }

    .stellarnav.mobile>ul>li>a {
        padding: 10px 10px;
        border: 0;
    }
    .pageIndex .stellarnav>ul>li>a {  line-height: 0px;}
    .stellarnav a.dd-toggle .icon-plus {top: -7px; }

    .stellarnav.mobile>ul>li>a b:nth-child(2) {        letter-spacing: 2px;    }

    .stellarnav.mobile li.open {        background: #fff;    }
    .stellarnav.mobile ul ul {        background-color: #fff;    }

    .stellarnav.mobile>ul>li {
        width: 100%;
        border-bottom: 1px #474747 solid;
        padding: 10px 0;
    }

    .stellarnav.mobile li a {
        border-bottom: 0;
        background-color: transparent;
    }

    .stellarnav>ul>li>ul>li>a {
        background-color: #fff;
        border: 0;
        padding: 15px 15px;
        padding-left: 25px;
    }

    .stellarnav>ul>li>ul>li {
        border: 0;
        background-color: #fff;
    }

    .stellarnav.mobile ul ul li {
        background-color: #fff;
    }

    .stellarnav.mobile li.open li.open {
        background: #171717e0;
        padding: 3px;
    }

    .stellarnav.mobile li li.has-sub a {
        padding: 10px 43px 10px 10px;
        border: 0;
    }

    .stellarnav a.dd-toggle .icon-plus:after {
        border-bottom: solid 3px #474747;
    }

    .stellarnav a.dd-toggle .icon-plus:before {
        border-bottom: solid 3px #474747;
    }

    .header_area .stellarnav>ul>li>a {
        color: #666666;
        text-align: center;
            transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    }

    .header_area.sticky .stellarnav ul {
        text-align: center;
        padding: 0;
        transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    }

    .stellarnav.mobile>ul {    border-top: 0;    }
    .stellarnav .dd-toggle {    top: 17px;    }
    .stellarnav a.dd-toggle .icon-plus:before {   width: 15px;    }
    .stellarnav a.dd-toggle .icon-plus::after {    width: 15px;   }

    .stellarnav.mobile>ul>li:nth-child(4) ul li:nth-child(1) {
        display: none;
    }

    .header_area.sticky .stellarnav>ul>li>a {
        color: #666666;
            transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    }

    .header_area .stellarnav ul {
      text-align: center;
      padding: 0;
      box-shadow: 5px 0px 5px #a8a8a870;
      transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*LOGO設定*/

.nav-brand img {
    position: relative;
    top: 0px;
    max-width: 100%;
}

.nav-header {
    max-width: 210px;
    position: absolute;
    z-index: 123;
    order: 2;
    top: 58%;
    left: 10%;
    transform: translate(-50%, -50%);
}
.pageIndex .nav-header {  filter: brightness(10);  transition: all .5s;}
.pageIndex .sticky .nav-header{  filter: unset;}

.nav-header img {
    width: 100%;
    opacity: 1;
    transition: all 0.5s;
}

.sticky .nav-header img {
    opacity: 1;
    transition: all 1s;
    transition-delay: 1.3s;
}


.pageIndex .nav-brand {width: 100%; display: block; transition:all 0.3s; opacity: 0; animation: headerslowly 1s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards; animation-delay: 2.0s;}


@keyframes headerslowly {
0% {
  opacity: 0;
  left: -100px;
}
100% {
  opacity: 1;
  left: 0;
}
}


.header_area .nav-brand {
    display: block;
    position: relative;
    padding: 0;
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    padding-top: 0px;
    filter: brightness(10);
}

.header_area.sticky .nav-brand {
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    filter: unset;
}

.pageIndex .header_area .nav-brand img {
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}




.header_area.sticky .nav-brand img {
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    filter: none;
}




@media screen and (max-width: 1024px) {
    .nav-brand {
        width: 100px;
    }
    .header_area .nav-header {
        position: relative;
        text-align: center;
        max-width: 200px;
        left: 0%;
        transform: none;
    }

    .header_area .nav-brand {
        padding: 0;
        width: 80%;
    }
    .pageIndex .nav-header {  filter: brightness(0);  transition: all .5s;}

    .header_area.sticky .nav-header {}

    .nav-brand img {
        position: relative;
        max-width: 100%;
        z-index: 100000;
        transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    }

    .header_area.sticky a.nav-brand::before {
        width: 20%;
        left: 50%;
        transform: translateX(-50%);
            transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    }

    .stellarnav>ul>li>a {  margin: 0 15px;    }

}

@media screen and (max-width: 900px) {
.stellarnav>ul>li>a {
    margin: 0 0px;
}

.stellarnav>ul>li>a {
    margin: 0 0px;
}
}

@media screen and (max-width: 768px) {
    .nav-brand-m {
        display: block;
        text-align: left;
        padding: 15px 10px;
    }

    .nav-brand-m img {
        max-width: 200px;
        width: 100%;
    }

    .header_area .main_header_area {
        backdrop-filter: none;
    }

    .header_area .nav-brand {
        display: inline-block;
        width: 60%;
        transition: all 0.5s;
    }

    .header_area .navigation {
        display: flex;
        justify-content: center;
        padding: 8px 0px;
    }

    .header_area.sticky .nav-brand {
        display: inline-block;
        transition: all 0.5s;
    }

    .header_area.sticky a.nav-brand::before {
        width: 160%;
    }

    .header_area a.nav-brand::before {
        display: none;
    }

    .header_area.sticky a.nav-brand::before {
        display: none;
    }

    .header_area .nav-header {
        position: relative;
        text-align: center;
        display: block;
    }

    .nav-header {
        z-index: 0;
        top: -13px;
    }

    .header_area.sticky .nav-header {
        display: block;
        top: 0;
    }

    .header_area .nav-header {
        position: relative;
        text-align: center;
        display: block;
        top: 0;
    }

    .header_area.sticky .main_header_area {
        backdrop-filter: none;
    }

    .me_tp_features {
        display: none;
    }
}




/* = = = footer = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.footer {
    background: #f2f2f2;
}
.footer_info {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    padding: 0;
}
.footer_logo img{display: none;}
.footer_logo {
    background-image: url(https://pic03.eapple.com.tw/freedom2023tc/logo.png) !important;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.5s ease-in-out;
    background-position: center;
    height: 140px;
    width: 210px;
    margin: 0 0 15px 0;
}
.box_link {
    display: none;
}

/* footer聯絡資訊&選單 */
.footer_info ul * {
    font-family: "Sorts Mill Goudy", "Noto Serif TC", serif;      
}
.copy, .cppy a, .copy span {
    font-family: "Sorts Mill Goudy", "Noto Serif TC", serif !important;      
}
.footer_info ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: solid 1px #eee;
    padding: 20px 10px 30px 10px;
}
.footer_info li:nth-child(1) {
    display: flex;
    width: 100%;
    max-width: 80%;
    justify-content: space-between;
}
/* .footer_info li p.line:after {
    content: '營業時間 ：預約制';
} */
.footer_info li p {
    color: #646472;
}
.footer_info li p.line:before {
    content: 'Line ID｜';
}
/* .footer_info li p.phone:before {
    content: '營業時間｜';
}
.footer_info li p.phone a {
    pointer-events: none;
} */
.footer_info li p.add:before {
    content: '地址｜';
}
.footer_menu a {
    color: #a8a8a8;
    letter-spacing: 1px;
    border: 0;
    background: transparent;
    margin: 5px 14px;
}

/* 版權聲明 */
.copy {
    border: 0;
}

/* hover */
.box_link a,
.box_link a:hover,
.footer_menu a,
.footer_menu a:hover,
.copy a,
.copy a:hover {
    transition: all .3s;
}
.box_link a:hover {
    opacity: .7;
}
.box_link a,
.box_link a:hover {
    transition: all .2s;
}
.footer_menu a:hover {
    background: transparent;
    color: #8d857e;
}
.copy a:hover {
    color: #fbcd4f;
}

.footer_info li p.add2:before{display: none;}


@media screen and (max-width: 1024px) {.footer_info li:nth-child(1) {
    display: flex;
    width: 100%;
    max-width: 80%;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;}}

@media screen and (max-width: 768px) {
    .footer_info li:nth-child(1) {
        flex-direction: column;
        align-items: center;
    }
    .footer_info li p {
        line-height: 200%;
    }
    .footer_menu {
        display: grid;
        grid-template-columns: repeat(4,1fr);
    }
    #bottom_menu {display: none;}

}

@media screen and (max-width: 480px) {
    .footer_menu {
        grid-template-columns: repeat(3,1fr);}
    .footer {padding: 20px 0 80px;}
    .footer_info li p { text-align: center;}
}

.linksBtn{display: none;}

element.style {
    margin-bottom: 0px;
}

.news_related h6 span:before{    color: #727272;}


/* 文章管理================================== */
.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: 400;
    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: #c9b9a6 !important;
    transition: all 0.3s ease-in-out;
}

.blog_back a.article_btn_back {
    background: #c9b9a6;
    transition: all 0.3s ease-in-out;
}

.blog_back a.article_btn_back:hover {
    background-color: #999085;
    transition: all 0.3s ease-in-out;

}

.blog_back a.article_btn_prev,
.blog_back a.article_btn_next {
    background: #727272;
}

.blog_back a.article_btn_prev:hover,
.blog_back a.article_btn_next:hover {
    filter: brightness(1.2);
    transition: all 0.3s ease-in-out;
}


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: #c9b9a6;
}

.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: #c9b9a6;
    transition: 0.3s;
    z-index: 1;
}

.subbox_item:hover:before {
    width: 100%;
    transition: all .5s;
}

.blog_back {
    width: 100%;
}

.news_related {    background: #e7e7e7;}

@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;
    }


}



/* 表投產品、按鈕版面統一調 */
@media screen and (max-width: 1550px) {

    .stellarnav.desktop>ul,
    .tp_links {
        max-width: 1100px;
    }
}

@media screen and (max-width: 1400px) {

    .stellarnav.desktop>ul,
    .tp_links {
        max-width: 1350px;
    }

    .box_search,
    a.tp_btn_notice,
    a.tp_btn_cart {
        position: relative;
        top: 0;
        right: 3.5rem;
    }

    .me_tp_features {
        display: table;
        text-align: right;

    }
}

@media screen and (max-width: 768px) {
    .me_tp_features {
        background: #BC957B;
        text-align: center;
        padding: 6px;
    }

    .box_search,
    a.tp_btn_notice,
    a.tp_btn_cart {
        right: auto;
        color: #fff;
    }

    .stellarnav .menu-toggle {
        margin-top: 10px;
    }

}

#content {
    background: url(https://pic03.eapple.com.tw/freedom2023tc/bbg.jpg) 0% 0% / cover fixed;
}

.lastPage{background: #c9b9a6;}


/*購物車/＝＝＝＝＝============================================================================================================================*/
.product_page #content{background-image: url(https://pic03.eapple.com.tw/freedom2023tc/bg.jpg);}
.prod_part {    width: 100%; max-width: 2000px;    padding: 20px  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: #fff;}
.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;
}

/*.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: #CAB9A5;}

/*外層版面*/
.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 > a {    border-bottom: 1px dotted #ccc;/*padding-left: 25px;*/}
.product-layer-two li:hover > a , .product-layer-two li.active > a{
	color: #ffffff;
    background: #c9b9a6;
	padding-left: 25px;
}

.product-layer-two li:hover > a:before , .product-layer-two li.active > a:before {background: #c9b9a6; color:#fff;}
.product-layer-two > li > a:before {
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 18px;
    content: "＞";
    color: #c9b9a6;
    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: #c9b9a6;}
.inquiry_a2{background: #c9b9a6;}
.inquiry_a3{background: #c9b9a6;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: #c9b9a6;}
.lastaction, .nextaction, .lastPage {    
	color: #FFFFFF;
	background: #c9b9a6;
	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: #c9b9a6;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;
            }
