@charset "utf-8";

/*字形-中-Noto Sans*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;200;300;400;500;600;700;800;900&display=swap');

/*字形-英-Audiowide*/
@import url('https://fonts.googleapis.com/css2?family=Audiowide&display=swap');

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/
/*↓↓↓↓↓↓↓此網站更改↓↓↓↓↓↓↓↓*/

/* = = = = = = = 字型 = = = = = = = =*/
body {
    font-family: 'Noto Sans TC', sans-serif;
    letter-spacing: 1px;}

/*英文-特殊*/
/*font-family: 'Audiowide', sans-serif;*/

/*= = = = = = = = 顏色定義 = = = = = = = =*/
body {
    --ColorA: #c9151d;
    --ColorB: #b4b4b5;
    --ColorBB: #151c20;
    --ColorTA: #727171;
    --ColorTD: #222222;
    --ColorTL: #ffffff;
    --ColorAL: #f32730;
}

/* = = = = = = = 大圖滿版 = = = = = = = =*/
.swiper-banner .swiper-slide img {
    width: 100%;}


/* = = = = = = = header = = = = = = = =*/
/*小icon隱藏*/
.tp_links {
    display: none;
}

/*logo大小*/
.nav-header {max-width: 75px;}
.navigation {grid-template-columns: 75px 1fr;}
.nav-brand {height: 88px;}

/*header樣式*/
.header_area {
    background: url(https://pic03.eapple.com.tw/sa89848824/header_bg.jpg) top center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*header寬*/
.main_header_area .container {
    max-width: 95%;}

/*header按鈕*/
.stellarnav > ul > li > a {
    color: var(--ColorTL);
    font-size: 15px;
    margin: 0 15px;
}
.stellarnav li.has-sub > a:after {
    border-top: 6px solid var(--ColorAL);
}
/*hover*/
.stellarnav>ul>li:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 4px;
    width: 0%;
    background: var(--ColorA);
    -moz-transition: width 0.3s;
    -o-transition: width 0.3s;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
}
.stellarnav>ul>li:hover:after {
    width: 100%;
}
/*header下拉按鈕*/
.stellarnav ul ul {background: var(--ColorA);}
.stellarnav li li {
    border: 0px #eee solid;
    border-bottom: 1px solid var(--ColorAL);
    transition: 0.6s;
}
.stellarnav li li:last-of-type { border-bottom-width: 0px;}
.stellarnav li a {
    color: var(--ColorTL);
    font-size: 13px;
}

/*hover*/
.stellarnav li li:hover {
    background: var(--ColorAL);
    transition: 0.6s;
}

/*header下拉後.header_area.sticky*/
.header_area {transition: 0.6s;}
.header_area.sticky {
    background: var(--ColorTA);
    transition: 0.6s;
}
.nav-header {
    transition: 0.6s;
}
.header_area.sticky .stellarnav > ul > li > a {
    color: var(--ColorTL);
}
.header_area.sticky .stellarnav li.has-sub > a:after {
    border-top: 6px solid var(--ColorTL);
}


/* = = = = = = = footer = = = = = = = =*/
/*footer icon按鈕隱藏*/
.box_link {display: none;}
.footer_menu a:nth-of-type(1) {display: none;}

/*footer logo*/
.footer_logo {max-width: 140px;}
.footer_logo a img {
    width: 140px;
}

/*footer樣式*/
.footer {
    background: var(--ColorTA);
}
.footer_info li p, .footer_info li p a {color: var(--ColorTL);}
.footer_info li p {
    line-height: 200%;}
.footer_menu a {
    border: 1px solid var(--ColorB);
    color: var(--ColorTL);
    background: var(--ColorTA);
    transition: 0.6s;
}
.footer_menu a:hover {
    background: var(--ColorBB);
    color: #fff;
    border: 1px solid var(--ColorA);
    transition: 0.6s;
}    


/*footer排版*/
.footer_info ul {
    display: flex;
    justify-content: space-between;
}
.footer_menu {
    display: flex;
    flex-direction: column;
}
.footer .center {max-width: 1000px;}

/*footer資訊*/
.footer_info li p.tel:before {
    content: '服務專線：';
}
.footer_info li p.mail:before {
    content: '服務信箱：';
}
.footer_info li p.add:before {
    content: '店家地址：';
}


/*copy*/
.copy {
    color: var(--ColorB);
    border-top: 0px solid var(--ColorAL);
}
.copy a, .copy a:hover {
    color: var(--ColorB);
}




/* = = = = = = = 置頂按鈕 = = = = = = = =*/
#to_top {
	color: var(--ColorA);
    font-weight: bold;
    background: var(--ColorBB);
}
#to_top i:before, #to_top i:after {
	background: var(--ColorA);
}
#to_top i.top:before, #to_top i.top:after {
	width: 2px;
}

/* = = = = = = = banner = = = = = = = =*/
.path {display: none;}
.banner {
    background: url(https://pic03.eapple.com.tw/sa89848824/ban.jpg) top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}


.banner h5 {
    font-size: 25px;
    color: var(--ColorTL);
    font-weight: 500;
}

.banner h5::before {
    content: "";
    font-size: 50px;
    display: block;
    margin-bottom: -10px;
    letter-spacing: 3px;
    color: var(--ColorB);
    font-weight: 500;
    font-family: 'Audiowide', sans-serif;
}


.services_page .banner {
    display: none;
}
.banner.banE h5::before {
    content: "WORKS";
}

.banner.banblog h5::before {
    content: "NEWS";
}
.banner.banC h5::before {
    content: "CONTACT";
}


/* = = = = = = = 文管 = = = = = = = =*/
/*改排版-直式*/
.blog_subbox {
    grid-template-columns: 1fr 1fr 1fr;
}
.subbox_item a {grid-template-columns: 1fr;}

@media screen and (max-width: 768px) {
    .blog_subbox {
    grid-template-columns: 1fr 1fr;
}
}

@media screen and (max-width: 500px) {
    .blog_subbox {
    grid-template-columns: 1fr;
}
}

/*改排版-直式結束*/

/*外*/
.blog_list_ri em {color: var(--ColorAL);}
.subbox_item a:before {
    bottom: 50%;
    right: 50%;
    transform: translate(50%, 50%);
    font-size: 15px;
    color: var(--ColorA);
    font-family: 'Audiowide', sans-serif;
    background: #000;
    padding: 5px;
}
.subbox_item a:after {
    background: rgb(0 0 0 / 80%);
    border: 1px #efefef solid;
}
.subbox_item a {padding: 10px;}


/*1-側邊*/
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: var(--ColorA) !important;
}

/*內*/
/*1-下方按鈕*/
.blog_back a.article_btn_prev, .blog_back a.article_btn_next {
    background: var(--ColorB);
}
.blog_back a.article_btn_back {
    background: var(--ColorTA);
}
/*2-相關文章*/
.news_related {
    background: var(--ColorBB);
    padding: 100px 20px;
}
.news_related h6 span:before {
    content: "NEWS";
    font-size: 50px;
    display: block;
    letter-spacing: 3px;
    color: var(--ColorTA);
    font-weight: 500;
    font-family: 'Audiowide', sans-serif;
    margin-bottom: -10px;
}
.news_related h6 span:after {
    color: var(--ColorTL);
    content: '相關消息';
    font-size: 25px;
    font-weight: 500;
}
.news_related_list li a {
    padding: 0 0 4px 0;
    background: var(--ColorBB);}   
.news_related_list li {
    border: 1px solid var(--ColorA);
}  
.news_related_list li a p {
    color: var(--ColorTL);
}  
.lastPage {
    background: var(--ColorBB);
    border: 2px solid var(--ColorAL);
    color: var(--ColorB);
    box-shadow: 0 0 6px var(--ColorA);
    width: 250px;
    height: 50px;
    transition: 0.6s;
} 
.news_related h6 {
    max-width: 1400px;
    margin: 0 auto 60px;}

.lastPage:hover {
    box-shadow: 0 0 21px var(--ColorA);
    letter-spacing: 5px;
    transition: 0.6s;
}


/* = = = = = = = 首頁文章 = = = = = = = =*/
.pageIndex .module_i_news {
    background: #efefef;
    padding: 100px 20px;
}
.pageIndex .module_i_news .title_i_box h4 {
    font-size: 30px;
    color: var(--ColorBB);
}
.pageIndex .module_i_news .title_i_box h4::before {
    content: "NEWS";
    font-size: 50px;
    display: block;
    letter-spacing: 3px;
    color: var(--ColorTA);
    font-weight: 500;
    font-family: 'Audiowide', sans-serif;
    margin-bottom: -10px;
}
.pageIndex .module_i_news ul {grid-template-columns: 1fr 1fr 1fr 1fr;}
.pageIndex .module_i_news li a {grid-template-columns: 1fr;}
.pageIndex .i_blog_ri em {color: var(--ColorA);}
.pageIndex .module_i_news li a:before {
    bottom: 50%;
    right: 50%;
    transform: translate(50%, 50%);
    font-size: 15px;
    color: var(--ColorA);
    font-family: 'Audiowide', sans-serif;
    background: #000;
    padding: 5px;
}
.pageIndex .module_i_news li a:after {
    background: rgb(0 0 0 / 80%);
    border: 1px #efefef solid;
}
.pageIndex .fa-arrow-right::before {display: none;}
.pageIndex .i_blog_b a b::before {
    content: "MORE";
    font-family: 'Audiowide', sans-serif;
    font-weight: 500;
    font-size: 15px;
    transition: 0.6s;
}
.pageIndex .i_blog_b a b {
    font-size: 0;
}
.pageIndex i.fa-solid.fa-arrow-right {
    display: none;
}
.pageIndex .animated-arrow {
    background: var(--ColorBB);
    border: 2px solid var(--ColorAL);
    color: var(--ColorB);
    box-shadow: 0 0 6px var(--ColorA);
    line-height: 45px;
    transition: 0.6s;
}
.pageIndex .animated-arrow:hover b::before {
    letter-spacing: 6px;
    transition: 0.6s;
}
.pageIndex .animated-arrow:hover {
    box-shadow: 0 0 21px var(--ColorA);
    transition: 0.6s;
}
.pageIndex .module_i_news section {
    max-width: 1400px;}

@media screen and (max-width: 1024px) {
    .pageIndex .module_i_news ul {
    grid-template-columns: 1fr 1fr;
}
}
@media screen and (max-width: 768px) {
    .pageIndex .module_i_news .title_i_box h4 {
    font-size: 20px;}
    .pageIndex .module_i_news .title_i_box h4::before {
        font-size: 45px;
    }
}
@media screen and (max-width: 500px) {
    .pageIndex .module_i_news {padding: 70px 20px;}
    .pageIndex .module_i_news ul {
        grid-template-columns: 1fr;
    }
}

/* = = = = = = = 首頁相簿 = = = = = = = =*/
.pageIndex .module_i_album .title_i_box h4 {
    font-size: 30px;
    color: var(--ColorBB);
}
.pageIndex .module_i_album .title_i_box h4::before {
    content: "WORKS";
    font-size: 50px;
    display: block;
    letter-spacing: 3px;
    color: var(--ColorTA);
    font-weight: 500;
    font-family: 'Audiowide', sans-serif;
    margin-bottom: -10px;
}
.pageIndex .module_i_album {
    padding: 100px 20px;
    background: #efefef;
}
.pageIndex .i_album_list li a p span {
    font-size: 18px;
    font-weight: 500;
}
.pageIndex .i_album_list li a p {
    background: rgb(0 0 0 / 60%);
    color: #ffffff;
}
.pageIndex .module_i_album section {max-width: 1400px;}
.pageIndex .i_album_list li a p:after {
    content: "";
    height: 3px;
    width: 100%;
    display: block;
    background: var(--ColorA);
    position: absolute;
    bottom: 0;
}
.pageIndex .animated-arrow b {font-size: 0px;}
.pageIndex .animated-arrow b::before {
    content: "MORE";
    font-family: 'Audiowide', sans-serif;
    font-weight: 500;
    font-size: 15px;
    transition: 0.6s;
}
.pageIndex .i_album_list li div {
    aspect-ratio: 1 / 1;}

@media screen and (max-width: 1024px) {
    .pageIndex .i_album_list {grid-template-columns: repeat(2, 1fr);}
}
@media screen and (max-width: 980px) {
    .pageIndex .i_album_list {grid-template-columns: repeat(2, 1fr);}
}
@media screen and (max-width: 768px) {
    .pageIndex .module_i_album .title_i_box h4 {
    font-size: 20px;}
    .pageIndex .module_i_album .title_i_box h4::before {
        font-size: 45px;
    }
}
@media screen and (max-width: 500px) {
    .pageIndex .module_i_album {padding: 70px 20px;}
    .pageIndex .i_album_list {
        grid-template-columns: repeat(1, 1fr);
    }
}


/* = = = = = = = page = = = = = = = =*/
.page, .page li a {color: #555;}
.page strong, .page a:hover {
    color: #fff;
    border: 1px solid var(--ColorA);
    background: var(--ColorA);
}

/* = = = = = = = 購物車改簡介用 = = = = = = = =*/
/*外層*/
.product_page .product_menu_list {
    display: none;}
.product_page .products-list, .product-wrapper {
    width: 100%;
}
.products-list {grid-template-columns: 1fr 1fr 1fr;}   
.products-list .name {
    font-size: 20px;
    color: var(--ColorTL);
    text-align: center;
    font-weight: 500;
    background: var(--ColorA);
    margin-top: 0;
    height: auto;
    padding: 5px;
} 
.products-list .more {display: none;}

@media screen and (max-width: 1024px) {
    .products-list {grid-template-columns: 1fr 1fr;} 
}
@media screen and (max-width: 500px) {
    .products-list {grid-template-columns: 1fr;} 
}

/*內層*/
.sidebarBtn {display: none;}
.prod_tabs {
    margin-top: 0;
    width: 49%;
}
.product_main {width: 49%;}
.product-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pd_tabTitle {display: none;}
#prod_thumbSwiper {display: none;}
.product_pic {padding-left: 0;}

@media screen and (max-width: 768px) {
    .mobile_product_name {display: none;}
    .product-wrapper {flex-direction: column;}
    .product_main, .prod_tabs {
    width: 100%;}
}

/* = = = = = = = 購物車下方加字 = = = = = = = =*/
.product_page .show_content::after {
    content: "我們的教練擁有多樣專業級證照";
    font-size: 22px;
    font-weight: 500;
    color: var(--ColorTD);
    background: var(--ColorB);
    padding: 5px 10px;
    margin: auto;
}
.product_page .main_part::after {
    content: "AFAA-WT 國際重量訓練指導員 / TRX-STC 懸吊訓練師 / CPR+AED急救證 / NASM-CPT美國國家運動醫學院私人教練證照 / SRE 孕婦指導國際證照 / FISAF國際運動有氧體適能聯盟體適能指導員 / THUMP BOXING 健身拳擊與踢拳擊指導員 / SPINNING ㄧ星飛輪指導員 / FLYING RAAN 空中瑜珈師資 / ProBar身體功能性訓練證照 / TRX SPORTS MEDICINE運動醫學訓練師 / 銀髮族功能性體適能檢測員證";
    font-size: 16px;
    max-width: 1330px;
    width: 100%;
    display: block;
    text-align: justify;
    margin: auto;
    margin-top: 10px;
    margin-block: 10px 40px;
}
@media screen and (max-width: 768px) {
    .product_page .show_content::after {order: 4; font-size: 15px;}
    .product_page .show_content::after {font-size: 19px;}
}


/* = = = = = = = 購物車編輯器 = = = = = = = =*/
.p_c h3 {
        border: 1px solid var(--ColorA);
        text-align: center;
        padding: 5px;
    }
.p_c h1 {
    color: var(--ColorA);
}
@media screen and (max-width: 768px) {
    .p_c h1 {
    font-size: 25px;}    
}


/* = = = = = = = 購物車相關推薦 = = = = = = = =*/
.prod_related {
    background: var(--ColorBB);}
.prod_related h6 span:before {
    content: '更多教練';
    font-size: 24px;
    color: var(--ColorTD);
}
.related_list li a {
    padding: 0 0px 4px 0;
    background: var(--ColorB);
}

/* = = = = = = = 表單 = = = = = = = =*/ 
.blank_letter {font-size: 25px;}
.contact_content .information_left .blank_letter::before {
    content: "INFORMATION";
    font-size: 30px;
    display: block;
    letter-spacing: 3px;
    color: var(--ColorB);
    font-weight: 500;
    font-family: 'Audiowide', sans-serif;
}

.contact_content .information_right .blank_letter::before {
    content: "FORM";
    font-size: 30px;
    display: block;
    letter-spacing: 3px;
    color: var(--ColorB);
    font-weight: 500;
    font-family: 'Audiowide', sans-serif;
}
.contact_form li.last cite {
    background: var(--ColorA);
    border: 1px solid var(--ColorA);
}



/* = = = = = = = 相簿 = = = = = = = =*/ 
/*外*/
.overlay {transform: scale(1);}
.show-list .item:hover .show_name {
    color: var(--ColorB);
}
.show-list .show_name {color: var(--ColorTL);}
.show-list .show_name {
    font-size: 17px;
    color: var(--ColorTL);
    margin-top: 0;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #0000009c;
    padding: 5px 10px;
}
.album_page .main_part, .album_class_page .main_part, .album_info_page .main_part {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 0;
}
.album_page .show_content, .album_class_page .show_content, .album_info_page .show_content {padding: 20px;}
.show-list {grid-template-columns: 1fr 1fr 1fr;}
.show-list .item {
border-bottom: 4px solid var(--ColorA);}

/*次*/
.subalbum-menu h2 {display: none;}
.other_subalbum li a p {
    font-size: 17px;
    color: var(--ColorTL);
    margin-top: 0;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #0000009c;
    padding: 5px 10px;
    font-weight: bold;
}
.show-list .item:hover a p {
    color: var(--ColorB);
}
.other_album_choice li {
    background: var(--ColorA);}
.other_subalbum li {border-bottom: 4px solid var(--ColorA) !important;}    

/*內*/
.pic-list {grid-template-columns: 1fr 1fr 1fr;}


@media screen and (max-width: 1024px) { 
    .show-list, .pic-list {grid-template-columns: 1fr 1fr;}
}
@media screen and (max-width: 600px) { 
    .show-list, .pic-list {grid-template-columns: 1fr;}
}

/*hover效果只亮一項其他暗*/
.pic-list:hover .item { filter: brightness(0.5); transition: .3s ease-in-out;}
.pic-list:hover .item:hover { filter: brightness(1); transition: .3s ease-in-out;}








/* = = = = = = = 不同尺寸 = = = = = = = =*/

@media screen and (max-width: 1200px) { 
}

@media screen and (max-width: 1024px) { 
/*banner*/


}

@media screen and (max-width: 900px) { 
/*header*/
.stellarnav > ul > li > a {margin: 0 12px;}
}

@media screen and (max-width: 860px) {
/*footer */
.footer .center {
    max-width: 585px;
}
.footer_info {
    grid-template-columns: 150px 1fr;
    padding-right: 0;
}

}

@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}


/*banner*/
.banner h5 {
    font-size: 20px;}
.banner h5::before {
    font-size: 45px;
}    
.banner {background-position-x: 30%;}

/*header    */
.me_tp_features {display: none;}
.header_area {padding: 10px 10px 5px;}

/*漢堡*/
.stellarnav .menu-toggle span.bars span {
    background: var(--ColorA);
}
.stellarnav .menu-toggle:after {
    color: var(--ColorA);
}
/*下拉漢堡*/
.header_area.sticky .stellarnav .menu-toggle span.bars span {
    background: var(--ColorTL);
}
.header_area.sticky .stellarnav .menu-toggle:after {
    color: var(--ColorTL);
}

/*footer*/
.footer_info ul {
    flex-direction: column;
    align-items: center;
}
.footer_logo {
    max-width: 115px;
    margin: auto;
}
.footer .center {
    max-width: 465px;
}
.footer_info li+li {
                margin-top: 25px;
            }
.footer_menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}   
.footer_info {grid-template-columns: 1fr;}         

/*左側選單*/
.stellarnav.mobile ul {background: var(--ColorA);}
.stellarnav > ul > li > a {
    color: var(--ColorTL);}
.stellarnav.mobile > ul > li {border-bottom: 1px solid var(--ColorAL);}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after {
    border-bottom: solid 2px var(--ColorTL);
}  
.stellarnav>ul>li:after {display: none;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
    background: var(--ColorA);
    color: var(--ColorTL);
}  
.stellarnav .icon-close:before, .stellarnav .icon-close:after {
    border-bottom: solid 2px var(--ColorTL);
}
.stellarnav a {
    color: var(--ColorB);
}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul { border-right: 0px #eee solid;}
.stellarnav.mobile li.open {
    background: #a9141a;}


}

@media screen and (max-width: 600px) { 
/*    表單*/
.contact_form li .form__label {background: var(--ColorTL);}
}

@media screen and (max-width: 430px) { 
/*footer*/
.footer_menu a {
    width: 48%;
    text-align: center;
}
.footer .center {
        max-width: 300px;
    }

/*文章-內-推薦    */
.news_related {padding: 70px 20px;}
}

@media screen and (max-width: 375px) { 
}

/*↑↑↑↑↑↑↑↑此網站更改結束↑↑↑↑↑↑↑↑*/






/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.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 {}
*/

/* 商品下拉超過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個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1400px;}
/* .product_info_page .main_part { max-width:1200px;} */

.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start;}
.product_page .product_menu_list { position: relative; width: 220px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 30vw;}
.product-wrapper { width: calc(100% - 270px);}
ul.page { width: 100%;}

.product-layer-two li ul { position:static; margin-top:5px; /*display:block !important;*/ width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}
.product-layer-two li li a{ padding:5px 10px;}
.product-layer-two li li:hover > a { background:#fff; color:#ad925e;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px; height: 8px; background: transparent; left: 0; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:#ad925e;}

.product_info_page .half_box { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_box li.btn_blankTop { margin-top: 50px; justify-content: space-between; display: flex;}
.product_info_page .half_box li.btn_blankTop input { width: calc(50% - 10px); background-image: none; padding: 0; text-align: center;}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
.product_menu_list,
.products-list,
.product-wrapper { width: 100%;}
.product-layer-two { margin-right: 0; grid-template-columns: 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) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; 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;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */