@charset "utf-8";

/*
關於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 {}
*/

/* 商品下拉超過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  */


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
.swiper-banner .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}
.linksBtn {
    width: 40px;
    height: 40px;
    display: none;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*===========HEADER區塊===========*/
.pageIndex .header_area {   width: 100%;}
.header_area { padding: 0;}
.main_header_area {   background:#efefef;   box-shadow: 1px 1px 10px rgb(0 0 0 / 30%);}
.navigation {
    width: 100%;
    position: relative;
    padding: 0;
    display: grid;
    grid-template-columns: 200px 1fr;
    grid-gap: 0 20px;
    grid-template-rows: 1fr;
    align-items: center;
}
.me_tp_features {    margin-bottom: 0px;  padding: 10px 0px;}
.main_header_area .container {
    max-width: 95%;
    margin: auto;
}

.header_area.sticky .main_header_area {
    background: #ffffff;
    transition: all .8s
}

/*LOGO*/
.nav-header {  top: 8px;}
.nav-brand {    width: 130px;}
.nav-brand img {   
    max-width: 100%;
    margin:13px 0px;}

/*選單*/

.stellarnav li {    letter-spacing: 1px;    margin: 0px 3px 0px 0px;  }
.stellarnav > ul > li:hover:after {
    height: 3px;
    width: 82%;
}
.stellarnav > ul > li > a {
    text-transform: uppercase;
    color: #e05a1f;
    border-bottom: 1px solid #e05a1f;
    letter-spacing: 2.5px;
    font-size: 16px;
    vertical-align: middle;
    margin: 0;
    text-align: center;
    line-height: normal;
    font-weight: 700;
    padding: 8px;
}
.stellarnav > ul > li > a b {    height: 100%;}
.stellarnav > ul > li > a:hover {
    color: #e05a1f;
    background: #e05a1f24;
}
.stellarnav li.has-sub > a:after {     display: none;}  

.stellarnav ul ul {
    top: auto;
    width: 165px;
    position: absolute;
    z-index: 9900;
    text-align: left;
    display: none;
    background: #fff;

}
.me_tp_features {display: none;}

.me_tp_features a span{display: none;}/*隱藏*/


/*購物車*/
.shop_search_btn {    background: #38527b;}
.me_tp_features a {   margin: 0px 0px 0px 10px; display: none;}

@media screen and (max-width: 1024px) {
    .navigation {
        padding: 0px 0 0px 0px;
        display: flex;
        flex-direction: column;
    }
    .me_tp_features { margin: -22px 0;}
    .stellarnav > ul > li > a {
        padding: 0px 20px 0px 20px;
        height: 40px;
        border-bottom: unset;
    }
    .stellarnav > ul > li > a:hover {
        color: #e05a1f;
        background: unset;
    }
}

@media screen and (max-width: 768px) {
    .navigation {
        width: 100%;
        position: relative;
        padding: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .stellarnav .menu-toggle:after {color: #e05a1f;}
    .stellarnav .menu-toggle span.bars span {  background: #e05a1f;}
    .stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile, .stellarnav .close-menu { padding: 15px 10px;}
    .stellarnav.mobile {
        position: absolute;
        left: 0;
        top: 18px;
        width: auto;
        display: inline-block;
    }
    .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {  background: #ffffff;  }
    .stellarnav.mobile > ul > li { border-bottom: 1px #d9d9d9 solid;  }
    .stellarnav.mobile > ul > li > a {  color: #777;}
    .stellarnav.mobile li.open {  background: #f5f5f5;}
    .stellarnav > ul > li:after {display: none;}
    .me_tp_features { margin: 0% 0; padding: 0%; display: none;}
    .nav-brand {   width: 100px;   }
    .stellarnav.mobile > ul > li > a {
        text-align: left;
        overflow: auto;
        height: auto;
        line-height: 150%;
        display: block;
        font-weight: 900;
    }
    #bottom_menu {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .nav-brand img {   padding-top: 7px;}
}

/*下拉選單*/
.stellarnav li li:hover {        background:#444d54;}
.stellarnav li a:hover {    color: #ffffff;}
.stellarnav li li.has-sub > a:after {   margin-left: 70px;    border-left: 6px solid #fdfdfd;}
.stellarnav li.drop-left ul ul {  left: 160px;  right: auto;}
.stellarnav > ul > li.drop-left > ul {   right: -33px;}

@media screen and (max-width: 768px) {
    .stellarnav li.drop-left ul ul {  left: 0px;}
    .stellarnav > ul > li.drop-left > ul {   right: 0px;}
}

/*首頁文章*/

.module_i_news ul {
    list-style: none;
    display: block;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 3fr));
    grid-gap: 20px;
}
.module_i_news .title_i_box h6 {
    font-size: 36px;
    color: #444d54;
}
.module_i_news .title_i_box h4 {
    font-size: 24px;
    color: #444d54;
    font-weight: 500;
}
.animated-arrow {
    background: #e05a1f;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    width: 250px;
    text-align: center;
    position: relative;
    border-radius: 25px;
}
.module_i_news li a {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    width: 80%;
    margin: 0 auto;
}

/*===========FOOTER區塊===========*/
/*footer*/
.footer {      padding: 20px 0;  background:#e05a1f;}
.footer .center {
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
    padding: 15px;
}
.footer_logo { max-width: 100%;} 
.footer_logo img {  display: none;}
.footer_info {   display: unset;   padding: 0; }
.footer_info ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}
.footer_info li {    padding: 5px 6px;}
.footer_info li p {    width: 320px;}
.footer_info li:nth-child(1) {    padding: 5px 6px 5px 19px;}
.footer_info li:nth-child(2) {
    display: flex;
    justify-content: flex-end;
    width: 50%;
}
.footer_info li h6{
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 10px;
}
.footer_menu {
    width: 66%;
    display: flex;
    flex-direction: column;
}.footer_menu a {
    letter-spacing: 1px;
    border: unset;
    color: #ffffff;
    background: none;
    padding: 8px 13px;
    text-align: right;
    font-weight: 900;
}
.footer_menu a:hover {
    background: none;
    color: #fff7b1;
}
.footer_info li p {
    line-height: 175%;
    letter-spacing: 1px;
    color: #ffffff;
}
.footer_info li p a {
    color: #ffffff;
}

/*版權*/
.copy {   color: #fff;  }
.copy a {   color: #fff; }
.copy a:hover {   color: #fff; }

@media screen and (max-width: 1024px) {
    .footer_menu {    width: 48%;  }
    .footer_logo {  margin-bottom: 0px;}
    .footer_info li p {  width: 100%;}
    .footer_info li:nth-child(1) {   width: 50%;}
}

@media screen and (max-width: 893px) {
    .footer_menu {    width: 58%;  }
}


@media screen and (max-width: 768px){
    .footer_logo img {   max-width: 83%; }
    .footer_info ul {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: unset;
    }
    .footer_info li:nth-child(1) {   width: 100%;}
    .footer_info li:nth-child(2) {
        display: flex;
        justify-content: flex-end;
        width: 100%;
    } 
    .footer_menu {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .footer_menu a {
        letter-spacing: 1px;
        border: 1px solid;
        color: #ffffff;
        background: none;
        padding: 8px 13px;
        text-align: right;
        font-weight: 900;
    }
    #bottom_menu {
        display: none !important;
    }
}
@media screen and (max-width: 375px){
.footer_menu {  width: 93%;}
}

/*選單按鈕隱藏選單*/
.footer_menu a:nth-of-type(1)  {display: none;}

/*隱藏footer右邊按鈕*/
.box_link a { display: none;}


/*===========BANNER區塊===========*/
/*內頁BANNER 設定*/
.banner { 
    background: url(https://pic03.eapple.com.tw/serayusin/banner.jpg)center top;
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    padding: 0px;
    background-size: cover;
}
.banner h5 {
    color: #ffffff;
    letter-spacing: 15px;
}
.banner.banA {}
.banner.banB { display: none; }
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

@media screen and (max-width: 768px) {
    .banner {
        padding: 65px 0;
        height: 160px;
    }
}
@media screen and (max-width: 480px) {
    .banner {
        padding: 70px 0;
    }
}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/

.submenu li.on_this_category a, .submenu a:hover {
    background: #e05a1f;
    color: #FFF;
}
.blog_list_le img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/*第二層*/
.blog_back a.article_btn_back {
    background: #e05a1f;
}
.blog_back a.article_btn_prev {
    background: #999;
}
.blog_back a.article_btn_next {
    background: #999;
}
.articel_mainPic:nth-of-type(1) img {
    display: none;
    max-width: 100%;
}/*隱藏第一張圖片*/

/*一排呈現
.subbox_item { width:100%;}
*/

@media screen and (max-width: 768px) {
    .blog_le {
        width: 100%;
    }
    .blog_subbox {
        display: flex;
        padding: 12px;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .blog_ri {
        width: 100%;
        display: block;
        padding: 0;
        margin: auto;
    }
    /*第二層*/
    .blog_shareData {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
        flex-direction: row-reverse;
        margin-bottom: 20px;
    }
    .blog_box_edit * {
        line-height: 150%;
        max-width: 100%;
        width: 100%;
    }
    .blog_box {
        min-height: 20vw;
        padding: 10px;
    }
}
@media screen and (max-width: 600px) {
}
@media screen and (max-width: 480px) {
    .blog_subbox {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 30px;
        padding: 20px;
    }
    h4.blog_category_title {
        display: none;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*相簿*/

.show-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    grid-gap: 20px;
}

.show-list .item:hover .show_name {    color: #e05a1f;}

/*第二層*/

.subalbum-menu h2 {
    font-size: 20px;
    color: #444d54;
    display: inline-block;
    vertical-align: middle;
}
.other_album_choice li {
    background: #444d54;
    font-size: 15px;
    display: inline-block;
    border-radius: 18px;
    padding: 7px 20px;
    margin: 0 7px 7px 0;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*購物車*/

.prod_part { width: 90%;}
.products-list { display: grid;  gap: 0px;  grid-template-columns: repeat(12, 1fr);  padding: 0px 0;}
.products-list .item {  grid-column: auto / span 3;  width: 100%;  padding: 0px;  margin: 0px;}
.products-list:before{content:none;}

/*外層版面*/
.product_page .main_part { width: 100%;	max-width: 100%; padding: 0px;}
.product_page .show_content { display: flex; flex-wrap: wrap; align-items: flex-start;justify-content: space-between;padding: 0px;}
.product_page .products-list { width: 100%;}
.product_info_page .product-layer-two {  display: none;}
.product_menu_list {
    margin-bottom: 30px;
    display: none;
}

/*列表文字*/
.products-list .item a { position: relative;}
.products-list .item a {
    display: flex;
    margin: 0 auto;
    position: relative;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    padding-bottom: 0;
    position: relative;
    height: 100%;
}
.products-list .name {
    margin-top: 0px;
    position: absolute;
    z-index: 999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #00000061;
    width: 80%;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 3px;
    text-indent: 3px;
    transition: 0.5s;
    overflow: hidden;
}
.products-list .item:hover .name {
    width: 100%;
    height: 100%;
    top: 50%;
}
.products-list .price {
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}
.products-list .price b:first-child:last-child {
    width: 100%;
    display: none;
}

.products-list .item a>* {
    width: 100%;
}
.products-list .more { position: absolute; z-index: 9999; left: 50%; top: 60%;
    transform: translate(-50%, -50%); padding: 0px 0px; opacity: 0;}
.products-list .item:hover .more { opacity: 1;}
.products-list .more {  border: unset; color: #65D1BE; height: 40px; }
.products-list .item a:hover .more {
    background: linear-gradient(180deg, #3c1b74 0%, #4c73b7 100%);
    width: 30%;
}
.product_page .page { display: none !important;}

/*第二層*/
.path p, .path p a {
    text-align: right;
    line-height: 24px;
    font-size: 13px;
    color: #666;
    display: none;
}
.sidebarBtn {
    padding: 15px;
    display: inline-block;
    width: 28%;
    vertical-align: top;
    border: 5px #ddd solid;
    background: #fff;
}
.product_info li span {
    display: block;
    font-size: 12px;
    color: #777;
    margin-bottom: 3px;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    display: none;
}
.pd_tabTitle li.activeTab a {
    color: inherit;
    display: none;
}
.prod_tabs {
    margin-top: 30px;
}
.prod_related h6 span:before {
    content: '相關推薦';
    font-size: 24px;
    color: #444d54;
}
.lastPage {
    font-size: 16px;
    color: #fff;
    background: #e05a1f;
    padding: 10px 20px;
    display: block;
    margin: 40px auto;
    width: 130px;
    text-align: center;
}


    @media screen and (max-width: 1024px) {
        /*購物車/＝＝＝＝＝*/
        .products-list .item {  grid-column: auto / span 6;}
        }
    
    @media screen and (max-width: 768px) {
        /*購物車/＝＝＝＝＝*/
        .products-list {    grid-template-columns: 1fr 1fr;}
        .product_page .products-list ,.product-layer-two {    width:100%;}
        .prod_related h6 span:before{font-size: 24px;}
        .products-list .pic { padding-bottom: 0;}
        .products-list .item:hover .more { opacity: 0;}
        /*順序*/
        .product_page .products-list {    order: -1;}
        }
        
    @media screen and (max-width: 600px) {
        /*購物車/＝＝＝＝＝*/
        .prod_related h6 span:before{font-size: 20px;}
        }
        
    @media screen and (max-width: 375px) {
        /*購物車/＝＝＝＝＝*/
        .products-list , .product_page .products-list  {    grid-template-columns: 1fr;}
        }

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*聯絡我們*/

.contact_content {
    margin: auto;
    padding: 20px 10px;
    display: none;
}
.contact_form li.last cite {
    background: #444d54;
    color: #fff;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: block; }
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}




