@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: "Cinzel", 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 {}
*/

/*滾輪*/
::-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: #617363; border: #afa99f;}/*滾輪樣式*/
::-webkit-scrollbar-track { box-shadow: transparent;}/*滾輪軌道樣式*/


/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    left: 0;
    width: 100%;
    position: fixed;
    padding: 20px;
}

.stellarnav.desktop li.bigMenu ul ul {
    top: 100%;
    left: 0;
    width: 100%;
    background: #efefef;
    height: auto;
    max-height: 300px;
    overflow: auto;
}

.stellarnav.desktop li.bigMenu ul ul li {
    margin: 0;
}

.stellarnav.hasBigMenu li.bigMenu li.has-sub>a:after {
    border-left: 6px solid transparent;
    border-bottom: unset;
    border-right: 6px solid transparent;
    border-top: 6px solid #898989;
    right: 5px;
}

/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */

/* 商品下拉超過30個--結束 */


.tangerine-regular {
  font-family: "Tangerine", cursive;
  font-weight: 400;
  font-style: normal;
}

.tangerine-bold {
  font-family: "Tangerine", cursive;
  font-weight: 700;
  font-style: normal;
}
.other_select_page .nav-header{max-width: 140px;}
.other_select_page .header_area{ position: relative;  padding: 0px 8%;}
.other_select_page .header_area.sticky { position: fixed;}
.other_page .nav-header{max-width: 140px;}

.contact_page .nav-header{max-width: 140px;}
.other_page .header_area{ position: relative;  padding: 0px 8%;}
.other_page .header_area.sticky { position: fixed;}
.other_page .stellarnav>ul>li>a {padding: 10px 0 0 0;}
.other_select_page .stellarnav>ul>li>a {padding: 10px 0 0 0;}

.blog_page.article_a .header_area { position: relative;  padding: 0px 8%;}
.blog_page.article_a .header_area.sticky { position: fixed;}
.blog_in_page.article_a .header_area { position: relative;  padding: 0px 8%;}
.blog_in_page.article_a .header_area.sticky { position: fixed;}
.blog_page.article_a .nav-header{max-width: 140px;}
.blog_in_page.article_a .nav-header{max-width: 140px;}

.blog_page.article_b .header_area { position: relative;  padding: 0px 8%;}
.blog_page.article_b .header_area.sticky { position: fixed;}
.blog_in_page.article_b .header_area { position: relative;  padding: 0px 8%;}
.blog_in_page.article_b .header_area.sticky { position: fixed;}
.blog_page.article_b .nav-header{max-width: 140px;}
.blog_in_page.article_b .nav-header{max-width: 140px;}

.contact_page .header_area{ position: relative;  padding: 0px 8%;}
.contact_page .header_area.sticky{ position: fixed;}
.contact_page .contact_page{    padding: 35px 0 0 0;}

.product_page .header_area{ position: relative;  padding: 0px 8%;}
.product_page .header_area.sticky { position: fixed;}
.product_page .stellarnav>ul>li>a {padding: 10px 0 0 0;}
.product_page .nav-header{    max-width: 140px;}

.product_info_page .header_area{ position: relative;  padding: 0px 8%;}
.product_info_page .header_area.sticky { position: fixed;}
.product_info_page .stellarnav>ul>li>a {padding: 10px 0 0 0;}
.product_info_page .nav-header{    max-width: 140px;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.main_part {    padding: 10px 10px 10px;}
.promotion_title {    display: none;}
.other_promotion {    display: none;}


/*會員*/
.right_member_in {
    position: fixed;
    top: 50%;
    right: 0;
    width: 30px;
    background: #fff;
    border: 1px #ccc solid;
    padding: 7px;
    text-align: center;
    z-index: 10000;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*首頁Header*/
.pageIndex .header_area {
    position: fixed;
    width: 100%;
    background: transparent;
    transition: all .3s;
    box-shadow: unset;
    backdrop-filter: unset;
}

.pageIndex .header_area.sticky {
    width: 100%;
    z-index: 9999;
    background: transparent;
    box-shadow: unset;
    backdrop-filter: unset;
    padding: 20px 0;
}
.pageIndex .navigation {
    width: 100%;
    position: relative;
    padding: 10px;
    display: flex;
    gap: 20px;
    margin-top: 0;
    align-items: center;
    top: 60px;
}

/*Header*/
.header_area {
    position: fixed;
    width: 100%;
    background: #afa99f85;
    backdrop-filter: saturate(100%) blur(10px);
    padding: 18px;
}

.header_area.sticky {
    width: 100%;
    z-index: 9999;
    background: #afa99f85;
    backdrop-filter: saturate(100%) blur(10px);
}

.pageIndex .header_area::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0; 
    width: 100%; 
    height: 125px;
    background: #aca79391;
    backdrop-filter: saturate(100%) blur(10px);    
    transform-origin: center; 
    transform: scaleX(0); 
    transition: transform 3s ease;
    z-index: -1;
}

.pageIndex .header_area.sticky::before {
    transform: scaleX(1);     /* 展開到完整寬度 */
}
.main_header_area .container {
    max-width: 100%;
    margin: auto;
    transition: 0.8s all;
}

.header_area.sticky .main_header_area .container {
    max-width: 100%;
    margin: auto;
}

.navigation {
    width: 100%;
    position: relative;
    padding: 10px;
    display: flex;
    gap: 20px;
    margin-top: 0;
    align-items: center;
    top: 0px;
}
.pageIndex .nav-header {
    opacity: 0;
    visibility: hidden;
    transition: opacity 3s cubic-bezier(0, 0, 1, 0.61);
}

.pageIndex .header_area.sticky .nav-header {
    /* 仍然固定定位 */
    position: fixed;
    top: 10px; /* 飛回上方 */
    left: 50%;
    transform: translateX(-50%); /* 僅水平方向置中 */
    max-width: 123px;
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: opacity 3s cubic-bezier(0, 0, 1, 0.61);
}

.nav-brand {
    filter: brightness(8.5);
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
/*選單*/
/* 初始隱藏 */
.pageIndex .stellarnav ul {
    margin: 0;
    padding: 0;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 3s cubic-bezier(0, 0, 1, 0.61);
    /* display 不用設定或保留 block 會比較方便動畫 */
}

/* 顯示 */
.pageIndex .header_area.sticky .stellarnav ul {
    opacity: 1;
    visibility: visible;
    transition: opacity 3s cubic-bezier(0, 0, 1, 0.61);
}
.stellarnav>ul>li>a {
    padding: 0;
    color: #ffffff;
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    height: 40px;
    margin: 0 15px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    font-family: "Noto Serif TC", serif;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: none;
    
}
.stellarnav > ul > li > a b:nth-of-type(2) {
    font-size: 15px;
}

.stellarnav>ul>li>a:hover {
    color: #ffffff;
}

.stellarnav ul ul {
    top: auto;
    width: 160px;
    position: absolute;
    z-index: 9900;
    text-align: left;
    display: none;
    background: unset;
}

.stellarnav li li {
    display: block;
    border: unset;
    border-bottom-width: 0;
    padding: 0px;
    background: #ffffff;
    transition: .5s all;
    font-weight: 500;
}

.stellarnav li li :hover {
    background: #627364;
    color: #e6e3d9;
    font-weight: 500;
    transition: .5s all;
}

.stellarnav>ul>li:hover>ul>li:hover>ul {
    opacity: 1;
    visibility: visible;
    background: unset;
}

.stellarnav li.has-sub>a:after {
    content: '';
    margin-left: 10px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ffffff;
    display: inline-block;
    position: absolute;
    top: 25%;
    right: 3px;
    transform: translateY(-50%);
}
.blog_page.article_a .stellarnav ul{padding: 15px 0 0 0 ;}
.blog_page.article_b .stellarnav ul{padding: 15px 0 0 0 ;}
/*==========選單購物車==========*/
.me_tp_features {display: none;}
/*=============================*/


/*--------內頁BANNER 設定----------*/

.banner {
    position: relative;
    width: calc(100% - 150px);
    height: 26vw;
    text-align: left;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: auto;
}
.banner h5 {
    font-family: "Bellefair", "Noto Serif TC", serif;  
    position: absolute;
    left: 0;
    bottom: -100px;
    font-size: 22px;
    font-weight: 600;
    color: #6C756A;
    letter-spacing: 2px;
    transition: ease-in-out;
}
.banner h5::before {
    content: "";
    display: block; 
    position: relative;       
    font-size: 36px;
    font-weight: 400;
    color: #6C756A;    
}

/*促銷方案*/
.banner.banA {display: none;}
.banner.banB {}

/*聯絡我們*/
.banner.banC {display: none;
}
.banner.banC h5::before {
    content: 'CONTACT';
}
.banner.banD {}

/*購物車-師資*/
.banner.banF { background-image: url(https://pic03.eapple.com.tw/movelent/banf.jpg);
    background-position-x: 50%;}

/*文章管理1*/
.article_a .banner.banblog {
    background-image: url(https://pic03.eapple.com.tw/movelent/banblog_a.jpg);
    background-position-x: 50%;
}
.article_a .banner.banblog h5::before {
    content: 'NEWS';
}

/*文章管理2*/
.article_b .banner.banblog {
    background-image: url(https://pic03.eapple.com.tw/movelent/banblog_b.jpg);
    background-position-x: 55%;
}
.article_b .banner.banblog h5::before {
    content: 'FEEDBACK';
}

@media screen and (max-width: 1024px) {
    .banner { width: calc(100% - 100px);}
}

@media screen and (max-width: 768px) {
    .banner {
        width: calc(100% - 50px);
    }
    .blog_page.article_a .stellarnav ul{padding:0 0;}
    .blog_page.article_b .stellarnav ul{padding:0 0;}
    .blog_page.article_b .nav-header{    max-width: 120px;}
}

@media screen and (max-width: 600px) {
}
@media screen and (max-width: 480px) {.blog_page.article_b .nav-header{    max-width: 100px;}}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/* 大圖 */
/*預設解除背景輪播*/
#content_main {
    margin: 0;
    background: #ede9e1;
}

.bannerindex {
    position: static;
    height: auto;
}

.swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}



@media screen and (max-width: 768px) {
    .bannerindex {
        padding: 0;
        margin: 0;
    }
}




/* 大圖文字 */
.swiper-wrapper {
    position: relative;
}



.pageIndex .swiper-slide.swiper-slide-active:before,
.pageIndex .swiper-slide.swiper-slide-active:after {
    position: absolute;
    left: 8vw;
    bottom: 32vw;
    z-index: 100;
    color: #ffffff;
    letter-spacing: 6px;
    text-shadow: 0 0 5px rgb(137 125 108);
    animation: ss 1.5s ease backwards;
}


.pageIndex .swiper-slide.swiper-slide-active:nth-child(1):before,
.pageIndex .swiper-slide.swiper-slide-active:nth-child(1):after {
    position: absolute;
    left: 8vw;
    bottom: 30vw;
    z-index: 100;
    color: #574d39;
    letter-spacing: 6px;
    text-shadow:unset;
    animation: ss 1.5s ease backwards;
}


.pageIndex .swiper-slide.swiper-slide-active:nth-child(1):before,
.pageIndex .swiper-slide.swiper-slide-active:nth-child(1):after {
    left: auto;
    right: 15vw;
}

.pageIndex .swiper-slide.swiper-slide-active:before {
    content: "movelent";
    font-size: 2.0vw;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
}

.pageIndex .swiper-slide.swiper-slide-active:after {
    content: "在這裡，身體不只被理解，更被支持";
    font-size: 1.2vw;
    margin-bottom: -2.2vw;
    animation-delay: 1s;
}


.pageIndex .swiper-slide.swiper-slide-active:nth-child(1):after {
    content: "在這裡，身體不只被理解，更被支持";
    font-size: 1.2vw;
    margin-bottom: -2.2vw;
    animation-delay: 1s;
}

.pageIndex .swiper-slide.swiper-slide-active:nth-child(1):after {
    content: "在這裡，身體不只被理解，更被支持";
}

.pageIndex .swiper-slide.swiper-slide-active:nth-child(2):after {
    content: "在這裡，身體不只被理解，更被支持";
}

@keyframes ss {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}



/* 大圖點點按鈕 */
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 12px;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border-radius: 0;
    height: 4px;
    width: 20px;
}
.swiper-pagination-bullet {
    opacity: .5;
    background: #fff;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}
/* 大圖點點按鈕END */



.stellarnav li.has-sub > a {
    position: relative;
    padding-right: 20px; /* 留空間給箭頭 */
}

.stellarnav li.has-sub > a:after {
    content: '';
    position: absolute;
    top: 30%;
    right: 3px;
    transform: translateY(-50%);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ffffff;
}

.other_page .stellarnav li.has-sub > a:after {content: '';
    position: absolute;
    top: 49%;
    right: 0px;
    transform: translateY(-35%);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ffffff;}

.other_select_page .stellarnav li.has-sub > a:after {content: '';
    position: absolute;
    top: 49%;
    right: 0px;
    transform: translateY(-35%);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ffffff;}

.other_page .stellarnav>ul>li>a{width: 100%;}
.other_select_page .stellarnav>ul>li>a{width: 100%;}

.product_page .stellarnav li.has-sub > a:after {content: '';
    position: absolute;
    top: 49%;
    right: 0px;
    transform: translateY(-35%);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ffffff;}

.product_page .stellarnav>ul>li>a{    width: 100%;}
.product_info_page .stellarnav>ul>li>a{    width: 100%;}
.product_info_page .stellarnav li.has-sub > a:after {content: '';
    position: absolute;
    top: 49%;
    right: 0px;
    transform: translateY(-35%);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ffffff;}




.blog_page.article_b .stellarnav>ul>li>a{    width: 100%;}
.blog_page.article_b .stellarnav li.has-sub > a:after {content: '';
    position: absolute;
    top: 24%;
    right: 12px;
    transform: translateY(-35%);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ffffff;}

.header_area .stellarnav.mobile .menu-toggle, .stellarnav.mobile .dd-toggle, .stellarnav.mobile .close-menu, .stellarnav.mobile .call-btn-mobile, .stellarnav.mobile .location-btn-mobile{display: block;    transform: translatex(45%);}

#content {
    background: url(https://pic03.eapple.com.tw/movelent/bg.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.contact_page .stellarnav>ul>li>a {    padding: 12px; margin: 0 5px;}
.contact_page .stellarnav li.has-sub > a:after{top: 57%;  right: 1px;}

/*footer = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.box_link {
    position: absolute;
    top: 0%;
    right: 0px;
    width: auto;
    max-width: 350px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    max-height: 100%;
    justify-content: flex-end;
    z-index: 10;
}

.box_link a {border: 1px #d0cdc2 solid;color: #d0cdc2;background-color: #928b73;border-radius: 0px;}
.box_link a:hover{  border-radius: 0px;  background-color: #787059; border: 1px #d0cdc2 solid;    color: #ccc4a5;}

.footer { 
    position: relative;
    margin: auto;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-top: 0;
    z-index: 99;
    background: #617363;
}
.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;
    font-family: var(--SFontE);
}
.footer_logo {
    background-image: url(https://pic03.eapple.com.tw/movelent/LOGO2.png) !important;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
}

.footer_logo img {
    opacity: 0;
}

@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 #ffffff91;
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
    font-family:  Noto Serif TC;
}
/* 聯絡資訊 */
.footer_info li{
    padding: 0;
}
.footer_info li p {
    font-size: 13px;
    line-height: 1.8;
    text-align: left;
    color: #ffffff;
}
.footer_info li p a{
    font-size: 15px;
    color: #ffffff;
}


.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: #CCC4A5;
    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: #ffffff;
}

.copy{    color: #627364;     background-color: #CCC4A5;}
.copy a{    color: #627364;}
.copy a:hover{    color: #be904e;}

@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: 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: 110px;}
}
/**/

#to_top {    border-radius: 0%;    background: #d0cdc3;}
.linksBtn{display: none;}
.contact_content .information_left{display: none;}
.blank_letter.f{display: none;}
/* = = = 文章管理A = = = = = = = = = == = = = = = = = = = = = = = = == = = */


.blog_box_edit * { font-family: "Cinzel", sans-serif; font-weight: 300; color: #3e3e3e;}


.blog_subbox * {
    transition: 1s .5s cubic-bezier(0.42, 0, 0.02, 0.92);
}

/* 文章分類 */
.blog_le * {
    transition: all .3s;
}
.blog_le {
    display: block;
    width: 100%;
}
h5.blog_le_t {
    display: none;
}
.blog_search {
    max-width: 220px;
    margin: 0 auto;
}
.blog_search input[type=search] {
    border: solid 2px #efefef;
    padding: 10px 35px 5px 10px;
}
.blog_search input[type=submit] {
    background-image: url(https://pic03.eapple.com.tw/movelent/article_search.svg);
    background-color: #efefef;
    border-radius: 50%;
}
.blog_le .accordion {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    border: 0;
    border-top: solid 1px #d8d8d8;
    border-radius: 0;
    margin-top: 40px;
}
.blog_le .accordion > li {
    width: calc(100% / 6 - 10px);
}
.blog_le .accordion > li+li {
    margin-right: 12px;
}
.accordion li+li .link {
    border: 0;
}
.accordion li .link a {
    display: inline-block;
    color: #4c4c4c;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}
.blog_le .accordion li .link i {
    display: inline-flex;
    position: relative;
    font-size: 18px;
}
.accordion li .fa-chevron-down::before {
    content: "+";
    color: rgb(76, 76, 76);
}
.accordion li.on_this_category .fa-chevron-down::before {
    content: "—";
}
.blog_le .accordion li.on_this_category.open i.fa-chevron-down::before {
    content: "+";
}
.submenu {
    background: #f6f6f6;
}
.submenu li {
}
.submenu li+li {
    border-top: 0;
}
.submenu a {
    padding: 12px 12px 12px 25px;
}
.submenu a i {
    left: 10px;
    top: 45%;
}
.fa-circle-chevron-right::before {
    content: "–";
}

/* 文章分類 - hover */
.blog_le .accordion > li:hover .link a, 
.blog_le .accordion > li.on_this_category .link a {
    color: #4c4c4c !important;
}
.blog_le .accordion > li:hover, 
.blog_le .accordion > li.on_this_category {
    background: transparent !important;
}
.blog_le .accordion > li:hover .link i, 
.blog_le .accordion > li.on_this_category .link i {
    color: #4c4c4c!important;
}
.blog_le .accordion > li:hover .link a,
.blog_le .accordion > li:hover .link i.fa-chevron-down::before {
    color: rgba(76, 76, 76, 0.7) !important;
}
.fa-chevron-down::before, 
.blog_le .accordion li.open i.fa-chevron-down::before {
    transition: all .3s;
}
.blog_le .accordion li.open i.fa-chevron-down::before {
    content: '—';
    transform: rotate(180deg);
}
.submenu li.on_this_category a, 
.submenu a:hover {
    color: #4c4c4c;
    background: #e5e5e5;
}

/* .blog_le .accordion li.open i.fa-chevron-down::before {
    content: '—';
} */


/* 文章列表 */
.blog_ri {
    width: 100%;
}
.blog_subbox {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 80px 50px;
}
.subbox_item a {
    grid-template-columns: 1fr;
}
.subbox_item a:before {
    display: none;
}
.subbox_item a:after {
    content: 'READ MORE';
    position: relative;
    font-family: "Bellefair", "Noto Serif TC", serif;  
    font-size: 12px;
    color: #6C756A;
    text-align: right;
    letter-spacing: 2px;
    border: 0;
    border-bottom: 1px #adc3d4  solid;
    padding: 15px 0;
    opacity: 1;
    background:#ffffff00;
}
.blog_list_le {
    overflow: hidden;
}
.blog_list_ri em {
    display: block;
    position: absolute;
    top: -30px;
    width: 100%;
    font-size: 13px;
    text-align: right;
    letter-spacing: 1.5px;
    padding: 0 3px;
}
.blog_list_ri h5 {
    font-size: 17px;
    color: #6C756A;
}
.blog_list_ri p {
    line-height: 150%;
    margin-top: 10px;
}

/* 文章列表 - hover */
.blog_list_le:hover img {
    transform: scale(1.1);
}



/* ----blog_in_page---- */
h4.blog_category_title {
    font-size: 22px;
    font-weight: 600;
    color: #4c4c4c;
    letter-spacing: 1px;
}
.blog_shareData {
    flex-direction: row;
}
.blog_back {
    max-width: 500px;
    padding-top: 50px;
    margin: 0 auto;
}
.blog_back * , 
.lastPage * {
    transition: all .3s;
}
.article_related_list * {
    transition: 1s .5s cubic-bezier(0.42, 0, 0.02, 0.92);
}
.blog_back a.article_btn_prev, 
.blog_back a.article_btn_next {
    background: transparent;
    color: transparent;
    position: relative;
}
.blog_back a.article_btn_back {
    position: relative;
    color: #4c4c4c;
    font-weight: bold;
    letter-spacing: 2px;
    background: transparent;
}
.blog_back a.article_btn_prev:before, .blog_back a.article_btn_next:before {
    display: block;
    position: absolute;
    width: 30px;
    top: 30%;
    aspect-ratio: 30 / 7;
    background-repeat: no-repeat;
}
.blog_back a.article_btn_prev:before {
    content: "";
    background-image: url(https://pic03.eapple.com.tw/movelent/left-arrow.svg);
    right: 20px;
}
.blog_back a.article_btn_next:before {
    content: "";
    background-image: url(https://pic03.eapple.com.tw/movelent/right-arrow.svg);
}


/* ----blog_in_page-相關推薦---- */
.news_related {
    background: transparent;
}
.news_related h6 {
    border-top: solid 1px #d8d8d8;
    padding: 20px 0;
}
.news_related h6 span:before {
    content: '其他回饋';
    font-size: 22px;
    font-weight: 600;
    color: #4c4c4c;
    letter-spacing: 1px;
}
.news_related_list li a {
    background: transparent;
}
.news_related_list li a p {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    letter-spacing: 1px;
    padding-top: 10px;
}
.lastPage {
    color: #4c4c4c;
    background: rgba(244 244 244 / 0);
    border: solid 1px #999999;
}

/* ----blog_in_page-hover---- */
.blog_back a:hover {
    opacity: .7;
}
.news_related_list li a:hover img {
    transform: scale(1.1);
}
.lastPage:hover {
    background: rgb(244 244 244);
}

@media screen and (max-width: 1024px) {
    .blog_in_page.article_a .header_area {    padding: 0px 2%;}}

@media screen and (max-width: 1100px) {
    .blog_le .accordion > li {
        width: calc(100% / 4 - 10px);
    }
}

@media screen and (max-width: 960px) {
    .subbox_item {
        border: 0;
    }
}

@media screen and (max-width: 768px) {
    h5.blog_le_t, .blog_le .accordion {
        display: none;
    }
    .blog_search input[type=search] {
        -webkit-appearance: none;
        background: transparent;
    }
    .blog_subbox {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 60px 30px;
    }
}

@media screen and (max-width: 480px) {
    .subbox_item a:after {
        padding: 15px 0 8px;
    }
    .blog_subbox { grid-template-columns: repeat(1, 1fr);}
}

@media screen and (max-width: 380px) {
    .blog_subbox {
        grid-template-columns: repeat(1, 1fr);
    }
}

/*=====文章功能B-好評推薦======*/
/*分類頁*/
.article_b .blog_subbox{display: flex; flex-direction: column;}
.article_b .subbox_item {border-bottom: 1px solid #ccc;padding-bottom: 20px;}
.article_b .subbox_item:last-child{border-bottom: none;}
.article_b .subbox_item a {grid-template-columns: 400px 1fr;}
.article_b .blog_list_le {aspect-ratio: auto;overflow: hidden;}
.article_b .blog_list_le img{transform: scale(1);transition: all .8s;}
.article_b .blog_list_ri {padding: 25px 20px;}
.article_b .blog_list_ri h5 {color: #627364;font-size: 24px;-webkit-line-clamp: 2;}
.article_b .blog_list_rip {color: #cba874;margin-top: 50px;}
.article_b .blog_list_ri em{display: none;}
.article_b .subbox_item a:hover .blog_list_le img{transform: scale(1.1);}
.article_b .blog_list_ri p{    margin-top: 30px;    font-size: 17px;}
.article_b .subbox_item a:after {position: absolute; border-bottom:0px}


@media screen and (max-width: 1024px){
	.article_b .subbox_item a {grid-template-columns: 200px 1fr;}
}
@media screen and (max-width: 768px){
	.article_b .blog_list_ri h5{font-size: 15px;}
}
@media screen and (max-width: 500px){
	.article_b .blog_box {padding: 0;}
	.article_b .subbox_item a {grid-template-columns: 1fr;}
	.article_b .blog_list_le {max-width: 300px;margin: 0 auto;}
	.article_b .blog_list_ri {padding: 25px 15%;}
	.article_b .blog_list_rip {margin-top: 20px;}
    .article_b .subbox_item a:after{    position: relative;}
}




/* = = = 聯絡我們 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.contact_page .main_part{    background-color: #f2f2f2;}
.blank_letter {font-family: "Cinzel", Noto Serif TC;}
.contact_form li .form__label{font-family: "Cinzel", Noto Serif TC;}
.contact_page * {
    letter-spacing: 1px;
}
.contact_page .contact_content{
    max-width: 1100px;
}
.contact_content .information_left,
.contact_content .information_right {
    width: 100%;
}
.contact_content .information_left {
    margin-top: 50px;
}
.contact_content .information_right {
    padding: 0;
    margin-top: 0px;
}
.blank_letter.i:before, 
.blank_letter.f::before {
    display: block;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 1px;
}


.blank_letter {
    font-size: 20px;
    font-weight: 600;
    color: #6C756A;
    letter-spacing: 2px;
}
.list_before {
    display: inline-block;
    max-width: 500px;
    font-size: 16px;
    color: #4c4c4c;
    vertical-align: top;
    margin-top: 50px;
}
.list_before li:before {
    display: inline-block;
    position: relative;
    width: auto;
    font-size: 16px;
    font-weight: 400;
}
.blank_letter.i:before {
    content: 'ACCESS';
}
.list_before.info li {
    letter-spacing: 1.5px;
    line-height: 2.5;
    padding-left: 0;
}
.list_before.info li.info_PHONE {
    display: none;
}
.info_TEL:before {
    content: "電話｜";
}
.info_MAIL:before{
     content:"信箱｜";
}
.info_LINE:before {
    content: "LINE ID｜";
}
.info_ADD:before {
    content: "地址｜";
}
.contact_le_nomap {
    display: inline-block;
    width: calc(100% - 550px);
    margin-top: -17%;
}
.blank_letter.f {
    text-align: center;
}
.blank_letter.f::before {
    content: 'FORM';
}
.red {
    color: #ccc4a9;
}
.note {
    display: block;
    font-family: 'Noto Serif TC', serif;
    font-size: 12px;
    text-align: left;
    letter-spacing: 1px;
    margin-top: 10px;
}
.contact_form {
    grid-template-columns: repeat(2,1fr);
    font-family: 'Noto Sans TC', sans-serif;
    grid-gap: 50px 40px;
    font-size: 16px;
    color: #4c4c4c;
    margin-top: 50px;
}
.contact_form li .form__label {
    text-align: left;
}
.star {
    font-family: 'Noto Serif TC', serif;
}
.contact_form li input.noborder,
.contact_form li textarea.noborder {
    border: 0;
    border-bottom: 1px #e3e3e3 solid;
}
.noborder:focus {
    outline: none;
}
.contact_form li.checknumBox .form__insert {
    align-content: flex-start;
}
.contact_form li.last {
    font-family: "Cinzel", Noto Serif TC;
    width: 100%;
    flex-direction: row;
    grid-column: span 2;
}
.contact_form li.last blockquote, 
.contact_form li.last cite {
    border: 1px #627364 solid;
}
.contact_form li.last blockquote {
    border: solid 1px #999999;
}
.contact_form li.last blockquote input {
    padding: 7px 30px;
}
.contact_form li.last cite {
    background: #627364;
}
.contact_form li.last cite input {
    padding: 7px 50px;
}
.contact_form li.last cite i {
    display: none;
}
.contact_le_map a{    background: #ccc4a9;}

/* hover */
.contact_form li.last * {
    transition: all .3s;
}
.contact_form li.last blockquote:hover input, .contact_form li.last cite:hover input {
    letter-spacing: 2px;
}
.contact_form li.last blockquote:hover {
    background: rgb(244 244 244);
}
.contact_form li.last cite:hover {
    background: #928b75;
}


@media screen and (max-width: 1200px) {
    .contact_le_nomap {
        margin-top: -13%;
    }
}

@media screen and (max-width: 1024px) {.contact_content {padding: 20px 10%;}}

@media screen and (max-width: 980px) {
    .contact_content .information_left {
        margin-top: 0;
    }
    .blank_letter.i {
        text-align: center;
    }
    .list_before, .contact_le_nomap {
        max-width: 100%;
        width: 100%;
    }
    .list_before {
        text-align: center;
    }
    .contact_le_nomap {
        margin-top: 0;
    }
}

@media screen and (max-width: 768px) {
    .list_before.info {
        margin-right: 0;
    }
    .contact_le_nomap {
        width: 100%;
    }
	.noborder {
        border-radius: 0;
    }
}

@media screen and (max-width: 600px) {

    /* .contact_form {
        grid-template-columns: repeat(1,1fr);
        grid-gap: 15px 20px;
    } */
    .contact_form {
        display: flex;
        flex-direction: column;
        grid-gap: 30px 20px;
    }
    .contact_form li {
        grid-gap: 0;
    }
    .contact_form li .form__label {
        font-weight: normal;
        background: transparent;
    }
    .contact_form li.last {
        grid-gap: 10px;
    }
}

@media screen and (max-width: 480px) {
    .list_before.info {
        text-align: left;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*●●●●●●●●●●●●●●●●●●●●●●●●   購物車(商品展示)   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul{display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); left: 0; width: 100%; position: fixed; padding: 20px;}
.stellarnav.desktop li.bigMenu ul ul{top: 100%; left: 0; width: 100%; background: #efefef; height: auto; max-height: 300px; overflow: auto;}
.stellarnav.desktop li.bigMenu ul ul li{margin: 0;} 
.stellarnav.hasBigMenu li.bigMenu li.has-sub > a:after{border-left: 6px solid transparent; border-bottom:unset; border-right: 6px solid transparent; border-top: 6px solid #898989; right: 5px;}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .product_info_page .main_part { max-width:1200px;} */
.show_content {    padding: 9% 10px;}
.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start;}
.product_page .product_menu_list { position: relative; width: 220px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 30vw;}
.product_page .products-list,.product-wrapper { width: calc(100% - 270px);}
ul.page { width: 100%;}
.products-list{grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));}
.product-layer-two li ul { position:static; margin-top:5px; /*display:block !important;*/ width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}
.product-layer-two li li a{ padding:5px 10px;}
.product-layer-two li li:hover > a { background:#fff; color:#ad925e;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product-layer-two { display: block; width: 150px;}
.product_info_page .products-list,
.product-wrapper { width: 70%;}

.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px; height: 8px; background: transparent; left: 0; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:#ad925e;}

.product_info_page .half_box { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_box li.btn_blankTop { margin-top: 50px; justify-content: space-between; display: flex;}
.product_info_page .half_box li.btn_blankTop input { width: calc(50% - 10px); background-image: none; padding: 0; text-align: center;}
.product_info li {    display: none;}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
.product_menu_list,
.products-list,
.product-wrapper { width: 100%;}
.product-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-gap: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}
.product_page .product_menu_list>h5{display: block;}

.product_page .show_content > a { order: 1;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}

}
@media screen and (max-width: 600px) {
}
@media screen and (max-width: 480px) {
    .product_page .show_content{padding: 28% 10px;}}

/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
/*側邊*/
.product_page .product_menu_list {padding: 0 7px;}
.product-layer-two li a {background: transparent;color: #333;font-size: 13px;font-weight: 500;letter-spacing: .6rem;
    text-align: center;padding: 15px 10px;border: 1px #ccc solid;margin-top: -1px;}
.product-layer-two li a:hover{background: #627364;color: #fff;}
.product-layer-two li.active a {font-weight: 500;border: none;color: #fff;background: #627364;}
.product-layer-two > li {padding-bottom: 0;border-bottom: none;}
/*分類頁*/
.products-list .item {padding-bottom: 20px;}
.products-list .pic {aspect-ratio: 3 / 4;}
.products-list .price {display: none;}
.products-list .price b {color: #bb1438;}
.products-list .more {font-size: 14px;font-weight: 500;border: 1px solid #ccc;color: #888;bottom: -10px;}
.products-list .item a:hover .more {background: #627364;}
.products-list .name {height: 50px;text-align: center;letter-spacing: .2rem;line-height: 160%;}
/*商品頁*/
#prod_thumbSwiper .swiper-slide::before {background: #00000066;}
.sidebarBtn {border: none;background: transparent;}
.sidebarBtn h2 {color: #333;font-size: 20px;letter-spacing: .2rem;font-weight: 500;}
.inquiry_a1 {background: #888;border-radius: 0;}
.inquiry_a2 {background: #eee;border-radius: 0;color: #888;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: #555;color: #fff;}
.prod_tabs {margin-top: 120px;}
.pd_tabTitle li {border-bottom: none;background: transparent;border-bottom: 2px solid #ddd;transition: all .5s;}
.pd_tabTitle li a{color: #ddd;letter-spacing: .6rem;transition: all .5s;}
.pd_tabTitle li.activeTab{border-bottom: 2px solid #888;}
.pd_tabTitle li.activeTab::after {height: 0;}
.pd_tabTitle li.activeTab a{color: transparent;user-select: none;position: relative;}
.pd_tabTitle li.activeTab a:before{content: "詳細資料";color: #333;width: 100%;text-align: center; font-size: 18px; font-weight: 600;
    position: absolute;top: 50%;transform: translateY(-50%);display: block;}/*固定顯示*/
.prod_related {background: transparent;}
.prod_related h6 span:before { font-size: 18px; letter-spacing: .6rem;}
.related_list li figure {aspect-ratio: 4 / 6;}
.related_list li a p {line-height: 160%;padding: 10px;}
/*首頁*/
.i_prod_tit span{font-size: 22px; letter-spacing: 3px;font-weight: 600;color: #5E616F;}
.pageIndex .products-list li:nth-child(n+5){display: none;}
.i_prod_tit h2{display: none;}
.prod_part {    background-color: #dbd7ca;}


/*--購物車/內層----------------------------------------*/
.product_info_page .main_part { width: 80%;}
.mobile_product_name { display: block;color: #666666;font-size: 22px;text-align: center;padding: 0 0 18px 0;border-bottom: 1px solid #666666;}

/*按鈕顏色*/
.inquiry_a1 { background: var(--SubColor_1); transition: .3s ease-in-out;}
.inquiry_a2 { background: var(--SubColor_2); transition: .3s ease-in-out;}
.inquiry_a3 { background: var(--MainColor); transition: .3s ease-in-out;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover { background: var(--TextColor_1); transition: .3s ease-in-out;}

/*輪播小圖*/
.block { background-color: #666666;}

/*商品照輪播*/
.product_main { width: 100%; overflow: hidden;}
.product_pic { padding-bottom: 20px; padding-left: 0; max-width: 800px; margin: auto;}
.product_pic h6 { display: none; color: var(--TextColor_2);}
.product_pic .bx-wrapper { display: block; padding: 0 0 0 5px; margin: 0;}
.product_pic .bx-wrapper .bx-viewport { max-width: 800px; margin: auto; background: transparent; border: none;}
.product_pic .bx-wrapper .bx-viewport li img { margin: auto;}
.product_pic #bx-pager { display: none; padding: 0; width: 100%; bottom: 0; top: auto; left: 50%; transform: translateX(-50%); /*display: grid; grid-temp-colum> 5px;*/}
.product_pic #bx-pager .block { background: var(--TextColor_2);}
.product_pic #bx-pager a { width: 100%; height: auto;}

/*商品側邊規格*/
.sidebarBtn { display: none;}
.sidebarBtn { border: 5px #666666; background-color: #666666;}
.sidebarBtn h2 { color: var(--MainColor); font-size: var(--f24);}
.sidebarBtn .ori_price { font-size: var(--f16); color: var(--TextColor_5); text-decoration: line-through;}
.sidebarBtn .sp_price { font-size: var(--f16); color: var(--SubColor_1);}
.product_info li .txt_box { color: var(--TextColor_1); width: 100%;}
.product_info li span, .toShare { color: #666666;}


.swiper-vertical>.swiper-wrapper{    display: none;}

/* 區塊*/
.prod li { text-align: center;}
.prod li .prod-panel { margin: 20px 0 40px; text-align: justify;}

/*內文*/
ul.prod li h3.prod-thumb { display: none; background: transparent; color: #666666; border-bottom: 1px solid var(--BorderColor); padding: 5px 5px 15px}
.prod-panel { color: #666666; letter-spacing: 1px; text-align: justify; line-height: 150%;}

/*問答*/
.prod li.prod-item:not(.is-active) { display: none;}
.qaform .breakF { background: transparent;}
.half_box ul li { text-align: left;}
.half_box ul li img { padding-left: 10px; /*濾鏡: 反轉(1) 亮度(3.4) 灰階(1);*/}/*驗證碼*/

.lastaction { color: var(--TextColor_4); background-color: var(--SubColor_1); transition: .3s ease-in-out;}
.lastaction:hover { color: var(--TextColor_4); background-color: var(--TextColor_1); transition: .3s ease-in-out;}
.nextaction { background-color: var(--MainColor); transition: .3s ease-in-out;}
.nextaction:hover { color: var(--TextColor_4); background-color: var(--TextColor_1); transition: .3s ease-in-out;}

/*相關推薦*/
.prod_related { background: transparent; text-align: center;}
.prod_related h6 { color: #666666; border-bottom: 2px solid var(--BorderColor); padding: 5px 5px 15px; display: inline-block;}
.prod_related h6 span:before { font-size: 18px; color: #666666;}
.related_list { display: grid; grid-template-columns: repeat(4,1fr);}
.related_list li { padding: 7px 7px 22px; overflow: hidden; width: auto; border: 1px solid var(--BorderColor); margin: 0 10px; background: var(--BorderColor); margin: 0 10px; background: var(--BorderColor); margin: 0 10px; background: var(--BorderColor); margin: 0 10px; background: var(--BorderColor);}
.related_list li:hover { opacity: 0.6; transition: .3s ease-in-out;}
.related_list li a { max-height: 300px; background: transparent;}
.related_list li a img { background: transparent;}
.related_list li ap { margin-top: 10px; color: var(--TextColor_1);}
.product_page .banner.banF h5::before {   content: 'FACULTY';}
/*上一頁*/
.lastPage { background: transparent; border: 1px solid var(--MainColor); color: var(--MainColor); transition: all 0.3s;}
.lastPage:hover { color: var(--TextColor_4); background-color: var(--SubColor_1); border: 1px solid var(--SubColor_1); transition: all 0.3s;}
@media screen and (max-width: 768px) {
	/*清單頁*/
	.product_page .product_menu_list > h5 {font-size: 18px;font-weight: 500;letter-spacing: .4rem;margin-bottom: 0;}
	.fa-caret-down::before{font-size: 14px;}
	.product-layer-two li a{border-bottom: 1px solid #eee;padding: 10px 0 5px;width: 95%;}
	/*商品頁*/
	.mobile_product_name{display: block;}
	.product_page .product_menu_list > h5{color: #627364;}
    .related_list li a p{    line-height: 135%;}
    .product_info_page .product-layer-two{display: none;}
}
@media screen and (max-width: 600px){
	/*清單頁*/
	.products-list, .pageIndex .products-list {grid-template-columns: 1fr 1fr;}
	/*商品頁*/
	.pd_tabTitle li a{font-size: 12px;}
    .related_list li figure{    aspect-ratio: 5 / 3;}
	/*首頁*/
	.prod_part {    background: #dbd7ca; padding: 60px 10px;}
    .related_list {    display: flex;     flex-direction: column;}
	.i_prod_tit h2, .i_video_tit h2 {font-size: 20px;}
	.i_prod_tit span{font-size: 30px;}

}

@media screen and (max-width: 480px){
.blog_search {    margin: 95px auto 0;}
.path p, .path p a{display: none;}
.products-list {    display: flex;flex-direction: column;}
.product_page .nav-header{    max-width: 120px;}
.blog_page.article_a .nav-header{    max-width: 120px;}
.blog_page.article_b .nav-header{    max-width: 120px;}
}




@media screen and (max-width: 1500px) {
.pageIndex .nav-header {
    max-width: 50vh;
}
}
@media screen and (max-width: 1300px) {
.pageIndex .nav-header {
    max-width: 45vh;
    top: 40%;
}
}

@media screen and (max-width: 1024px) {
    .nav-header{ max-width: 115px;}
    .navigation{gap: 0px;}
    .pageIndex .header_area {
        position: fixed;
        background: unset;
        transition: all .3s;
    }
    .main_header_area .container {
        max-width: 100%;
        margin: auto;
        transition: 0.8s all;
    }
    .pageIndex .nav-header {
        max-width: 30vh;
        top: 35%;
    }
    .stellarnav ul {
        text-align: center;
    }
    .product_page .header_area{padding: 0px 2%;}
    .other_page .header_area{padding: 0px 2%;}
    .blog_page.article_b .header_area{padding: 0px 2%;}
    .blog_page.article_a .header_area{padding: 0px 2%;}
    .contact_page .header_area{padding: 0px 2%;}
    .stellarnav>ul>li>a {
        font-size: 14px;
        font-weight: 500;
    }

}
@media screen and (max-width: 800px) {
.pageIndex .nav-header {
    max-width: 30vh;
    top: 25%;
}
}

@media only screen and (max-width: 768px) {
    .pageIndex .header_area.sticky .nav-header{top: 5px;     max-width: 100px;}
    .pageIndex .header_area::before {
        height: 70px;
        backdrop-filter:unset;
    }
    .header_area {
        position: sticky;
        width: 100%;
        background: #afa99f85;
        backdrop-filter: unset;
    }
    .header_area.sticky {
        width: 100%;
        z-index: 9999;
        background: #afa99f85;
        backdrop-filter:unset;
    }
    .navigation {
        width: 100%;
        position: relative;
        padding: 0;
        display: flex;
        gap: 5px;
    }
    .me_tp_features {
        text-align: center;
    }

    .main_header_area .container {
        max-width: 100%;
        margin: auto;
        transition: 0.8s all;
        text-align: right;
    }
/* 手機板選單顯示 */
    .pageIndex .stellarnav ul {
        opacity: 1;
        visibility: visible;
    }
    .stellarnav.mobile {
        position: absolute;
        right: 0px;
        top: -55px;
        width: auto;
        display: inline-block;
    }
    .stellarnav .menu-toggle span.bars span {
        display: block;
        width: 33px;
        height: 2px;
        border-radius: 6px;
        background: #afafaf;
        margin: 0 auto 6px;
    }
    .stellarnav .menu-toggle:after {
        display: none;
    }
    .pageIndex .stellarnav.mobile {
        position: absolute;
        right: 10px;
        top: -58px;
        width: auto;
        display: inline-block;
    }
    .stellarnav.mobile {
        position: absolute;
        right: 10px;
        top: 25px;
        width: auto;
        display: inline-block;
    }

/*打開漢堡外觀*/
    .stellarnav.active .menu-toggle .bars span:nth-child(1) {
        transform: rotate(35deg) translate(5px, 6px);
        transition: transform 0.3s ease, translate 0.3s ease; /* 加入變化過渡 */
    }
    
    .stellarnav.active .menu-toggle .bars span:nth-child(2) {
        opacity: 0;
        transition: opacity 0.3s ease; /* 加入透明度過渡 */
    }
    
    .stellarnav.active .menu-toggle .bars span:nth-child(3) {
        transform: rotate(-35deg) translate(5px, -6px);
        transition: transform 0.3s ease, translate 0.3s ease; /* 加入變化過渡 */
    }
/*關閉*/
    .stellarnav .menu-toggle .bars span:nth-child(1) {
        transform: none;
    }
    
    .stellarnav .menu-toggle .bars span:nth-child(2) {
        opacity: 1;
        width: 15px;
    }
    
    .stellarnav .menu-toggle .bars span:nth-child(3) {
        transform: none;
    }    
/*打開漢堡*/
    .stellarnav.mobile.right>ul,
    .stellarnav.mobile.left>ul {
        /* 移除原本的 left 設定 */
      font-size: 0;
      max-width: 100%;
      height: auto;
      padding: 0 15px;
      left: -100vw;
      overflow: hidden;
      transition: all .5s ease;
    }
/*關*/
     .stellarnav.mobile.left.active > ul{
        display: block !important;
        left: 0;
        max-width: 65%;
        background: #627364;
        border-right: unset;
    }
    .stellarnav.mobile.left .close-menu {
        display:  block !important;
        text-align: right;
        font-size: 0;
        background: unset;
    }
    .stellarnav .icon-close{ display: none;}
    .stellarnav.mobile > ul > li {
        display: block;
        border-bottom: unset;
        padding: 10px 0;
    }
    .stellarnav.mobile > ul > li > a {
        text-align: left;
        overflow: auto;
        height: auto;
        line-height: 150%;
        display: flex;
        border-bottom: 1px solid #ffffff30;
        flex-direction: column;
    }
    .stellarnav > ul > li > a b {
        animation: none;
        animation-delay: 0s;
      }   
/*下拉*/
    .stellarnav.mobile > ul > li > a.dd-toggle {
        padding: 6px;
        position: absolute;
        text-align: center;
        z-index: 999;
        top: 5px;
    }
    .stellarnav a.dd-toggle .icon-plus:before {
        content: '';
        display: block;
        width: 15px;
        height: 0px;
        top: 50%;
        border-bottom: solid 1px #ffffff;
        position: absolute;
    }
    .stellarnav a.dd-toggle .icon-plus:after {
        content: '';
        display: block;
        width: 15px;
        height: 0px;
        top: 50%;
        border-bottom: solid 1px #ffffff;
        position: absolute;
    }
    .stellarnav.mobile li.open {
        background: unset;
        padding: 3px;
    }
    .stellarnav li li {
        display: block;
        border: unset;
        border-bottom-width: 0;
        padding: 0px;
        background: #637365;
        transition: .5s all;
        font-weight: 500;
    }
    .stellarnav.mobile li a {
        border-bottom: unset;
        font-size: 14px;
        font-weight: 400;
        color: #ffffff;
        padding-left: 40px;
    }
    .stellarnav.mobile li.open li.open {
        background: #979086;
        padding: 3px;
    }

    #bottom_menu{display: none;}
}

@media only screen and (max-width: 570px) {

    .me_tp_features {
        text-align: center;
        display: none;
    }
    
}


.add_note{
    display: block;
    text-align: right;
    color: #a3a38d;
}
.add_note::after{
    content: '本網站及工作室所提供之所有課程、活動與內容僅供一般運動與健康促進，非屬醫療或物理治療行為，亦不提供醫療診斷';
    display: block;
    font-style: normal;
}
