@charset "utf-8";
/*MainBody運動按摩*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;600;700;800;900&display=swap');

:root{
    --MainColor:#254D95;
    --SubColor:#D9654E;
    --SubColor2:#F3B81C;
}
body{
    font-family: 'noto sans TC', sans-serif;
    letter-spacing: 1px;
}
#content_main{ 
    margin-top: 0;
}

/*錨點滾動======================================*/
::-webkit-scrollbar { 
    width: 3px; 
}
::-webkit-scrollbar-track { 
    box-shadow: inset 0 0 6px rgba(214, 214, 214, 0.6); 
}
::-webkit-scrollbar-thumb {
    background-color: var(--MainColor);
}
html { 
    scroll-behavior: smooth; 
}

/*大圖=========================================*/
/*預設解除背景輪播*/
.bannerindex { 
    position:relative; 
    height:auto;
}
.swiper-banner { 
    position:static; 
    margin:0; 
    height:auto;
} 
.swiper-slide img { 
    height:auto;
} 
.swiper-banner .swiper-slide img{
    height: auto;
}

/*RWD*/
@media screen and (max-width: 768px) {
.bannerindex { 
    padding:0; 
    margin:0;
}
}

/*大圖點點====================================*/
.swiper-pagination-bullet {
    width: 100px;
    height: 3px;
    border-radius: 0%;
    background: #fdfdfd;
}

/*HEADER======================================*/
.header_area{
    position: sticky;
    padding: 0;
    background: transparent;
}
.header_area.sticky{
    background:transparent;
}
.header_area.sticky .main_header_area {
    box-shadow:0px 0px 20px #ababab8f; 
    transition: all 0.3s;
}
.pageIndex .main_header_area{
    background: #ffffff; 
    height:80px; 
    box-shadow:0px 0px 20px #ababab8f;
    margin: 0px auto;
    border-radius:0; 
    width: 100%; 
    padding: 0px; 
    transition: all 0.3s;
}
.main_header_area{
    background: #ffffff; 
    height: 80px; 
    box-shadow:none; 
    margin: 0px auto;
    border-radius: 0; 
    width: 100%; 
    padding: 0px; 
    transition: all 0.3s;
    box-shadow: 0px 0px 20px #ababab8f;
}
.navigation {
    transition: all 0.3s;
    display: flex;
    align-items: center;
    padding-top: 5px;
}

/*RWD*/
@media screen and (max-width: 1024px) {
    .pageIndex .main_header_area{
        height: auto;
        border-radius: 0 0 0px 0px;
        width: 100%;
    }
    .main_header_area{
        height: auto;
        border-radius: 0 0 0px 0px;
        width: 100%;
    }
    .header_area{
        position: sticky;
    }
}
@media screen and (max-width: 768px) {
    .navigation{
        display: flex;
    }
    .pageIndex .main_header_area {
        height: auto;
    }
    .main_header_area {
        height: auto;
    }
}

/*選單=========================================*/
.me_tp_features{
    display: none;
}
.stellarnav li.has-sub > a:after{
    content: '+';
    border-left:0px;
    border-right:0px;
    border-top:0px;
}
.stellarnav > ul > li.has-sub > a{
    padding-right: 15px;
}
.stellarnav > ul > li:hover > a{
    color: var(--MainColor);
}
.stellarnav > ul > li:before , .stellarnav > ul > li:after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background: #f9d9a2;
    top: 0;
    border-radius: 100%;
    transform: translateX(-50%);opacity:0;transition:all 0.3s ease-in-out;
}
.stellarnav > ul > li:before{
    background: var(--SubColor);
    left: calc(50% - 15px);
}
.stellarnav > ul > li:after{
    background: var(--SubColor2);
    left: calc(50% + 15px);
}
.stellarnav > ul > li:hover:before{
    left: calc(50% + 6px);
    opacity:1;
}
.stellarnav > ul > li:hover:after{
    left: calc(50% - 6px);
    opacity:1;
}

/*第二層*/
.stellarnav li a{
    font-size: 15px;
    color: #444;
}
.stellarnav li li > a , .stellarnav li li.has-sub > a{ 
    padding: 7px 7px;
    transition: all 0.3s;
    border-left:1px solid transparent;
}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{
    color: var(--MainColor);	
    padding-left:10px;
    border-color:var(--SubColor) ;
}
.stellarnav > ul >li >ul{
    left: 50%;
    transform: translateX(-50%);
}

/*選單最大寬度==================================*/
.main_header_area .container{
    max-width: 100%;
    width: 90%;
}

/*LOGO=========================================*/
.nav-header{
    max-width: 120px;
}

/*浮動按鈕======================================*/
.info_fix{
    display: none;
}

/*BANNER=======================================*/
.banner.banA{
    display: none;
}
.banner{
    background-color:transparent;
    background-image: url(https://pic03.eapple.com.tw/mainbodyrelax/banner.png);
    min-height: 400px;
    background-repeat: no-repeat;
    background-position: center;
}
.banner.banB{
    display: none;
}
.banner h5{
    font-size: 25px;
    color:#222;
}
.banner.banblog h5:before{
    content: 'Artical';
    display: block;
    font-family: 'Jost';
    font-size: 50px;
    color:var(--MainColor);
    font-weight: bold;
}
.banner.banF h5:before{
    content: 'Product';
    display: block;
    font-family: 'Jost';
    font-size: 50px;
    color:var(--MainColor);
    font-weight: bold;
}
.banner.banblog h5:after{
    content: '';
    width: 3px;
    display: block;
    left: 50%;
    position: absolute;
    height: 132px;
    background: var(--SubColor2);
    margin-top:12px;
}
.banner.banF h5:after{
    content: '';
    width: 3px;
    display: block;
    left: 50%;
    position: absolute;
    height: 132px;
    background: var(--SubColor2);
    margin-top:12px;
}

/*下拉編輯頁===================================*/
.other_select_page .promotion_title { 
    display: none; 
}
.other_select_page .other_promotion { 
    display: none; 
}
.other_select_page .page { 
    display: none; 
}

/*文章管理=====================================*/
.main_part { 
    max-width: 1500px; 
}
h5.blog_le_t span{
    display: none;
}
h5.blog_le_t, 
h4.blog_category_title {
    font-size: 25px;
    margin-bottom: 10px
    ;}
.blog_search input[type=search] { 
    border-radius: 2px; 
}
.submenu li.on_this_category a, 
.submenu a:hover{
    background: var(--SubColor);
    color: #222;
}
.blog_list_ri{
    padding: 15px 0;
}
.blog_list_ri p { 
    color: var(--MainColor);
    margin: 15px 0 0;
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0.035em;
    width: 100%;
    padding: 0;
    margin: 5px 0; 
}
.blog_list_le {
    display: block;
    position: relative;
    text-align: center;
    height: auto;
    aspect-ratio: 9 / 9;
    overflow: hidden;
    padding-bottom: 0;
    width: 100%;
    border-radius: 15px;
}
.blog_list_ri:after {
    content: 'READ MORE >';
    display: block;
    background: transparent;
    color: #000;
    letter-spacing: 1px;
    opacity: 1;
    left: 0;
    position: relative;
    padding: 0 22px 0 0;
    font-size: 12px;
    line-height: 12px;
}
.blog_list_ri h5 {
    position: relative;
    margin: 0px 0 0;
    font-size: 18px;
    letter-spacing: 0.035em;
    -webkit-line-clamp: 2;
    color: var(--SubColor);
}
.blog_subbox{
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    grid-gap: 10px;
}
body.blog_page .clearfix:before, body.blog_page .clearfix:after { 
    display: none; 
}
.subbox_item {
    background-color: transparent;
    overflow: hidden;
    position: relative;
    width: 100%;
    border-bottom: none;
    border-radius: 25px;
}
.subbox_item a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    grid-gap: 0px;
    padding: 15px;
}
.subbox_item:hover{
    background: #fbfbfb;
    border: 1px dotted var(--SubColor2);
    border-radius: 25px;
    transition: 0.3s;
}
.subbox_item a:after { 
    display: none; 
}
.subbox_item a:before { 
    display: none; 
}
.blog_le .accordion > li:hover .link, 
.blog_le .accordion > li.on_this_category .link {
    color: #fff !important;
    background: var(--MainColor)!important;
    transition: 0.3s;
}
.blog_le .accordion > li:hover, 
.blog_le .accordion > li.on_this_category {
    background: var(--MainColor)!important;
    transition: 0.3s;
}
.blog_le .accordion>li:hover .link { 
    background: #a5a5a5; 
}
.blog_le .accordion>li.on_this_category .link {
    background: #BFB9AA; 
}
.blog_le .accordion { 
    border-radius: 2px; 
}

@media screen and (max-width: 1024px) {
	.blog_subbox.clearfix {
    margin: 0 auto;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}
}
@media screen and (max-width: 768px) {
.blog_subbox.clearfix {
    margin: 0 auto;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr;
}
}
@media screen and (max-width: 375px) {
.blog_subbox.clearfix {
    grid-template-columns: 1fr;
}
}

/*第二層*/
.blog_back a.article_btn_back { 
    background: var(--MainColor); 
}
.blog_back a.article_btn_prev, 
.blog_back a.article_btn_next {
    background: var(--SubColor); 
    color: #fff;
}
.blog_back a.article_btn_prev:hover, 
.blog_back a.article_btn_next:hover {
    background: var(--MainColor);
    color: #fff;
    transition: 0.3s;
}
.news_related{
    display: none;
}
.blog_shareData{
    flex-direction: row;
}
.blog_back{
    width: 50%;
    margin: 0 auto;
}
.blog_box_edit{
    word-break: break-all;
}

@media screen and (max-width: 768px) {
    .blog_back{
        width: 80%;
    }
}
@media screen and (max-width: 500px) {
    .blog_back{
        width: 100%;
    }
}

/*購物車=======================================*/
/*.prod_related h6 span:before {
    color: #212121;
    letter-spacing: 0.1em;
}
.related_list li a {
    display: block;
    padding: 4px;
    background: none;
}
.products-list{grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));grid-gap: 10px;}
.products-list .name {height: auto; margin: 0;text-align: center;padding: 10px 0px 40px 0;color: #222;font-size: 16px;}
.products-list .pic:hover img{object-fit: cover;width: 100%;transition: all 0.4s ease;transform: scale(1.2);}
.products-list .pic img{transition: all 0.4s ease;transform:scale(1);object-fit: cover;}
.products-list .more{border: 1px solid var(--SubColor2);color: var(--SubColor2);}
.products-list .price{margin:0;}
.products-list .price b { display: none;}
.products-list .item a{padding-bottom: 5px;align-items: center;height: auto;}
.products-list .item a:hover .more {  background: var(--SubColor2);color: #fff;transition: 0.3s;letter-spacing: 2px;}
.products-list .line_pd_button{
    border: 1px solid var(--SubColor2);
    color: var(--SubColor2);
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    transition: all .5s;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
    top: 10px;
}
.products-list .line_pd_button:hover{background: var(--SubColor2);color: #fff;transition: 0.3s;letter-spacing: 2px;}

.nextaction { background-color: var(--SubColor);}
.lastaction { background-color: var(--SubColor);}

ul.prod li h3.prod-thumb {background: #BFB9AA;color: #fff;text-align: center;padding: 5px;}
ul.prod li .prod-panel { font-size: 14px; line-height: 23px; }

.product_page .main_part {width: 100%;	max-width: 1500px;}
.product_page .show_content {display: flex;flex-wrap: wrap;align-items: flex-start;margin: auto;padding: 10px 10px;flex-direction: row;justify-content: center;gap: 20px;}
.product_page .products-list {width: calc(100% - 280px);}*/

/*選單*/
/*.product-layer-two {width: 250px;margin: 0;}
.product-layer-two li {margin: 0;width: 100%;padding: 0 10px;}
.product-layer-two li.active a {font-weight: bold;border: unset;border-bottom: 1px dotted #ccc;}
.product-layer-two li i{width: 50px;height: 45px;}
.product-layer-two li a {color: #222;border: none;background: transparent;transition: all 0.3s;line-height: 200%;transition: all 0.3s;}
.product-layer-two > li > a {border-bottom: 1px solid #ccc;padding-left: 25px;}
.product-layer-two li:hover > a , .product-layer-two li.active > a{color: #ffffff; background: var(--SubColor2);}
.product-layer-two li:hover > a:before , .product-layer-two li.active > a:before {background: var(--SubColor); color:#fff;}
.product-layer-two > li > a:before {border-radius: 100%; align-items: center;justify-content: center;display: flex;height: 18px;content: "";color: var(--MainColor);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: #BFB9AA;background: transparent;}
.product_info_page .product-layer-two { display: none; }*/

/*第二層*/
/*.prod_related{display: none;}
.inquiry_a1 { background: var(--SubColor);}
.inquiry_a2 { display: none;}
.inquiry_a3{background: var(--MainColor);}
.proImgSwiper{aspect-ratio: 0;}
.send_simple { background: #5b5b5b;}
.rewrite_simple {background: #5b5b5b;}
.separate_title {font-size: 16px;color: #fff;padding: 10px 0 10px 40px;background: #4d4d4d;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: var(--SubColor2);}
.sidebarBtn{border: 1px #BFB9AA solid;}

@media screen and (max-width: 768px) { 
    .product_page .products-list {display: grid; grid-gap: 5px;grid-template-columns: 1fr 1fr;}
    .product-layer-two > li > a {display: none;}
    .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;}.products-list .item {width: 100%;}
    .product-layer-two {display: none;}
    #prod_thumbSwiper{margin: 20px 0;}
    }
    @media screen and (max-width: 500px) { 
    .product_page .products-list{grid-template-columns: 1fr 1fr;}
    }
    @media screen and (max-width: 425px) { 
    .product-layer-two {display: none;}
    .product_page .show_content {display: flex;flex-wrap: wrap;align-items: flex-start;justify-content: space-around;margin: auto;padding: 10px 10px;flex-direction: column;align-content: center;}
    .product_page .products-list { width: 100%;}
    }
    @media screen and (max-width: 1024px) {
    .clearfix:before, .clearfix:after { display: none; }
    .products-list .item { width: 100%; }
    }
    @media screen and (max-width: 768px) {
    .product_page .products-list { width: 100%; display: grid;grid-gap: 10px;}
}*/

/*FOOTER=======================================*/
.footer{
    background: #fff;
    box-shadow: 0px 0px 20px #ababab8f;
}
.footer_logo{
    display: block;
    max-width: 100%;
    margin: 0;
}
.footer_menu {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px; 
}
.footer .center{
    max-width: 80%;
    width: 100%;
}
.footer_info ul {
    display: flex;
    width: 100%;
    margin-left: 0;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.footer_info{
    grid-template-columns: 200px 1fr;
    padding-right: 0;
    align-items: center;
}
.footer_menu a{
    background: transparent;
    border: none;
    color: #222;
    font-size: 15px;
    padding: 10px;
    margin:0;
    text-align: center;
    border-radius: 10px;
    border: 1px dotted var(--MainColor);
}
.footer_menu a:nth-child(1){
    display: none;
}
.footer_info li p {
    color: #222;
    font-size: 15px;
}
.footer_info li p  a{
    color: #222;
}
.copy{
    padding: 15px 0;
    border-top: none;
    color: #ffffff;
    letter-spacing: 1px;
    background: var(--SubColor);
}
.copy a {
    color: #ffffff;
}
.box_link{
    display: none;
}
.footer_menu a:hover{
    background: var(--MainColor);
    transition: 0.3s;
}
.footer_info li p.add2:before{
    content: '營業時間：';
}

/*RWD*/
@media screen and (max-width: 1200px) {
.footer_info {
    grid-template-columns: 1fr;
    padding: 0;
}
.footer_info ul{
    justify-content: space-between;
}
.footer_logo{
    display: none;
}
}
@media screen and (max-width: 768px) {
    #to_top { 
        bottom:60px;
    }
    .bannerindex { 
        padding:0; margin:0;
    }
    .footer_info ul{
        flex-direction: column;
    }
    .footer_logo{
        display: none;
    }
    .footer_menu{
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .footer{
        padding: 30px 0 55px;
    }
}
@media screen and (max-width: 600px) {
    .footer_menu{
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media screen and (max-width: 425px) {
    .footer_menu{
        grid-template-columns: 1fr 1fr;
    }
}

/*手機版選單===================================*/
.stellarnav .menu-toggle {
    padding: 12px 10px;
    margin: 8px 0;
    border-radius: 50px;
    background: var(--SubColor);
}
.stellarnav .menu-toggle span.bars { 
    top: 3px; 
}
.stellarnav .menu-toggle span.bars span {
    margin: 0 auto 5px;
    background: #fff;
    height:1px;
}
.stellarnav .menu-toggle:after {
    font-size: 13px;
    letter-spacing: 1px;
    color: #fff;
}
.stellarnav.mobile.left .close-menu { 
    background: var(--SubColor);
    color: #fff;
}
.stellarnav .icon-close:before{
    border-bottom: solid 3px #ffffff;
}
.stellarnav .icon-close:after{
    border-bottom: solid 3px #ffffff;
}
.stellarnav .icon-close { 
    margin-right: 5px; 
}
.stellarnav.mobile>ul>li>a { 
    padding: 15px; 
}
.stellarnav.mobile>ul>li>a.dd-toggle { 
    padding: 10px 15px; 
}