@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}
*/

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*反白顏色*/
::-moz-selection{
  background-color: #444;
  color: #fff;
}
::selection{
  background-color: #444;
  color: #fff;
}
.swiper-wrapper .swiper-slide:nth-child(1)::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/potatorepair/bg-01.png);
    width: 100%;
    max-width: 1920px;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}
.swiper-wrapper .swiper-slide:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/potatorepair/bg-02.png);
    width: 100%;
    max-width: 1920px;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}



/* 首頁 文章管理 */
.module_i_news ul {
    list-style: none;
    display: flex;
    max-width: 80%;
    margin: 20px auto;
    justify-content: space-between;
    flex-wrap: wrap;
}
.module_i_news li {
    width: 24%;
}
.i_blog_le {
    display: block;
    vertical-align: top;
    padding: 0;
    width: 100%;
    line-height: 0;
}
.module_i_news li a {
    display: inline-block;
    position: relative;
    display: block;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 1px 1px 5px #0000003f;
    transition: all 0.3s;
    background: #f7f7f7;
}
.module_i_news li a:hover {
    box-shadow: none;
    border: none;
    transform: scale(0.95);
    background: #f7f7f7;
    transition: all 0.3s;
}
.i_blog_ri {
    display: block;
    vertical-align: top;
    padding: 25px;
    width: 100%;
}
.module_i_news li a:after {
    display: none;
}
.i_blog_le img {
    display: block;
    max-width: 90%;
    margin: 12px auto;
    border-radius: 12px;
}
.module_i_news li a:before {
    color: #40e0dc;
}
.animated-arrow {
    background: #40e0dc;
}

.module_i_news {
    padding: 50px 20px;
    background-color: #f7f7f7;
    background-image: url(https://pic03.eapple.com.tw/potatorepair/bg-03.jpg);
    background-size: 100% auto;
}
.module_i_news .title_i_box h4 {
    display: block;
    font-family: "noto sans";
    font-size: 50px;
    color: #515151;
    font-weight: bold;
    margin: 70px 0;
}
.module_i_news .title_i_box h4::before {
    content: "JOURNAL";
    display: block;
    font-family: "noto sans";
    font-size: 46px;
    color: #40e0dc;
    font-weight: bold;
}
.module_i_news .title_i_box h4::after {
    content: "";
    position: absolute;
    top: 80px;
    left: 0;
    width: 480px;
    height: 198px;
    background-image: url(https://pic03.eapple.com.tw/potatorepair/bg-05.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.i_blog_b {
    margin-top: 60px;
}




@media screen and (max-width: 1440px){
    .module_i_news ul {
        max-width: 90%;
    }
}
@media screen and (max-width: 1024px) {
    .module_i_news .title_i_box h4::after {
        top: 114px;
        width: 330px;
        height: 138px;
    }
    
}
@media screen and (max-width: 768px) {
    .module_i_news li {
        width: 49%;
    }
    .module_i_news .title_i_box h4::after {
        top: 34px;
        width: 170px;
        height: 78px;
    }
    
}
/*  */






/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 頁面的麵包屑 首頁/頁面名稱/ */
.path { display:none;}

/*首頁+聯絡按鈕*/
.animated-arrow { background:#40e0dc ;}
.swiper-pagination {    left: 50%;    margin-left: 0;    transform: translate(-50% , 0);}


/*預設解除背景輪播*/
#content {
    background-image: url(https://pic03.eapple.com.tw/potatorepair/bg-04.jpg);
    background-position: top;
    width: 100%;
}
#content_main { margin:0;}
.bannerindex { position:static; 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;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*選單設定*/
.nav-menu {    margin: 0;}
.header_area .main_header_area{
    transition: all 0.3s;
}
.header_area.sticky .main_header_area{
    box-shadow: 1px 1px 5px #00000031;
    transition: all 0.3s;
}
.header_area .main_header_area .container {
    max-width: 75%;
    transition: all 0.3s;
}
.header_area.sticky .main_header_area .container {
    max-width: 85%;
    transition: all 0.3s;
}
.nav-menu>li:not(.tp_links) {    padding-right: 15px;}
.nav-menu>li:hover>a, .nav-menu>li.active>a, .nav-menu>li.focus>a {    color: #40e2de;}
.nav-dropdown>li:hover>a, .nav-dropdown>li.focus>a {    color: #40e2de;}
.nav-dropdown>li {    text-align: center;}

.tp_links{
    display: none;
}
.main_header_area {
    background: #fff;
}
.main_header_area::before {
    content: "";
    width: 14%;
    height: 130px;
    display: block;
    background-image: url(https://pic03.eapple.com.tw/potatorepair/header-01.png);
    position: absolute;
    top: 0;
    left: 0;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    
}
.main_header_area::after {
    content: "";
    width: 14%;
    height: 130px;
    display: block;
    background-image: url(https://pic03.eapple.com.tw/potatorepair/header-02.png);
    position: absolute;
    top: 0;
    right: 0;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
.navigation {
    width: 100%;
    position: relative;
    padding: 35px 0 35px 210px;
}

.stellarnav > ul > li > a {
    padding: 0;
    color: #343a40;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 40px;
    height: 40px;
    margin: 0 15px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
}
.stellarnav li.has-sub > a:after {
    display: none;
}
.stellarnav > ul > li > a:hover{
    color: #40e2de;
    transition: all 0.3s;
}

/*.stellarnav > ul > li:nth-last-child(1) {
    display: none;
}*/
.stellarnav li ul {
    background: #ffffffeb;
}
.stellarnav li li a {
    padding: 10px 10px;
    transition: all 0.3s;
}
.stellarnav li li a:hover {
    color: #40e2de;
    letter-spacing: 2px;
    transition: all 0.3s;
}




@media screen and (max-width: 1024px) {
    .navigation {
        padding: 0;
    }
    .main_header_area::before {
        width: 30%;
        height: 200px;
        
    }
    .main_header_area::after {
        
        width: 30%;
        height: 200px;
    }
}

@media screen and (max-width: 768px) {
    .me_tp_features{
        display: none;
    }
    .header_area .main_header_area .container {
        max-width: 85%;
        transition: all 0.3s;
    }
    .header_area.sticky .main_header_area .container {
        max-width: 85%;
        transition: all 0.3s;
    }
    .main_header_area::before {
        width: 35%;
        height: 120px;
        
    }
    .main_header_area::after {
        width: 35%;
        height: 120px;
    }
}




/*下拉*/
.nav-dropdown>li>a {    background: #f7f5f5;    transition: 0.2s;        letter-spacing: 1.5px; width: 100%;}
.nav-dropdown>li>a:hover {    transition: 0.2s;    background-color: #40e2de;;    color: #fff}
.nav-dropdown>li:hover>a .submenu-indicator-chevron, .nav-dropdown>.focus>a .submenu-indicator-chevron {    border-color: transparent #fff #fff transparent;}



@media screen and (max-width: 768px) {
    .stellarnav > ul {
        text-align: center;
        padding: 0px 0;
    }
    
    .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
        background: #40e2de;
        color: #fff;
    }
    .stellarnav .icon-close:before {
        border-bottom: solid 3px #fff;
    }
    .stellarnav .icon-close:after {
        border-bottom: solid 3px #fff;
    }
    .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {
        border-right: 0px #eee solid;
        background-color: #fff;
    }

    .stellarnav.mobile > ul > li > a {
        padding: 25px 10px;
        border: 0;
    }
    .stellarnav.mobile > ul > li > a b:nth-child(2) {
        font-size: 12px;
        vertical-align: bottom;
        letter-spacing: 2px;
    }
    .stellarnav.mobile li.open {
        background: #fff;
    }
    .stellarnav.mobile ul ul {
        background-color: #fff;
    }
    .stellarnav.mobile > ul > li {
        border-bottom: 1px #40e2de solid;
    }
    .stellarnav.mobile li a {
        border-bottom: 1px solid #40e2de;
        background-color: transparent;
    }
    .stellarnav > ul > li > ul > li > a {
        background-color: #fff;
        border: 0;
        padding: 15px 15px;
    }
    .stellarnav > ul > li > ul > li {
        border: 0;
        background-color: #fff;
    }
    .stellarnav.mobile ul ul li{
        background-color: #fff;
    }
    .stellarnav.mobile li.open li.open {
        background: #171717e0;
        padding: 3px;
    }
    .stellarnav.mobile li li.has-sub a {
        padding: 10px 43px 10px 10px;
        border: 0;
    }
    .stellarnav a.dd-toggle .icon-plus:after {
        border-bottom: solid 3px #40e2de;
    }
    .stellarnav a.dd-toggle .icon-plus:before {
        border-bottom: solid 3px #40e2de;
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*LOGO設定*/

.nav-brand img {
    max-width: 100%;
}
.footer_logo a {
    display: inline-block;
    background-image: url(https://pic03.eapple.com.tw/potatorepair/logo.png);
    width: 140px;
    height: 160px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.footer_logo img {    display: none;}
.nav-brand {
    display: inline-block;
    width: 230px;
}
.nav-header {
    position: absolute;
    z-index: 123;
    top: 20px;
    left: 0;
}


@media screen and (max-width: 1024px) {
    .nav-header {
        position: relative;
        z-index: 123;
        top: 20px;
        left: 0;
    }    
    .stellarnav {
        padding: 10px 0;
    }
}

@media screen and (max-width: 768px) {
.nav-brand-m {    display: block;    text-align: left;    padding: 15px 10px;}
.nav-brand-m img {    max-width: 200px;    width: 100%;}
.nav-header {
    position: relative;
    z-index: 0;
    top: 3px;
    left: 0;
}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*Footer*/
.footer{ 
    position: relative;
    border-top: none !important;
    padding: 50px 0 0;
    background-color: #fff;
}
footer::before {
    content: "";
    width: 200px;
    height: 200px;
    position: absolute;
    top: 70px;
    right: 160px;
    background-image: url(https://pic03.eapple.com.tw/potatorepair/footer-10.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    animation: footer-10 20s  linear infinite;
}




.footer_menu { border-bottom: none !important;}
.copy {    
    background: transparent;   
    color: #666;
    border: 0;
}
.copy a{    color: #666;}
.footer_menu a:hover {    background: #40e2de;}
.footer_menu a {    transition: all 0.3s;}
.box_link{
    display: none;
}
.footer_info ul {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 310px);
}
.footer_info li p {
    color: #666;
}
.footer_info li p a {
    color: #666;
}
.footer_menu a:nth-child(1) {
    display: none;
}
.footer_menu a {
    display: inline-block;
    padding: 5px 7px;
    border: 0;
    margin: 0 4px 4px 0;
    font-size: 16px;
    line-height: 100%;
    color: #666;
    background: none;
    border-radius: 6px;
    transition: all 0.3s;
}
.footer_menu a:hover {
    background: #40e2de;
    transition: all 0.3s;
}


@keyframes footer-10 {
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}





@media screen and (max-width: 768px){
    .footer_info ul {
        width: 100%;
    }
    .footer_menu{
        display: none;
    }
    
}







/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
    background-image: url(https://pic03.eapple.com.tw/potatorepair/banner-02.jpg);
    padding: 190px 0;
    background-position: left;
    display: flex;
    justify-content: flex-end;
    background-repeat: no-repeat;
}

.banner h5 {
    font-size: 50px;
    color: #515151;
    text-align: left;
    width: 20%;
    /* min-width: 30%; */
}
.banner h5::before {
    font-size: 50px;
    display: block;
    color: #40e0dc;
    text-align: left;
    letter-spacing: 12px;
}
.banner.banA h5::before {
    content: "PRICE";
}
.banner.banF h5::before {
    content: "SHOP";
}
.banner.banblog h5::before {
    content: "DIARY";
}
.banner.banB {
    display: none;
}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}


.box_container h4 b {
    text-wrap: nowrap !important;
}






@media screen and (max-width: 1440px) {
    
    .banner {
        background-position: 40% 0;
    }
    .banner h5 {
        width: 25%;
    }
    
}
@media screen and (max-width: 1024px) {
    .banner {
        background-position: 0% 0;
        justify-content: center;
    }
    .banner h5 {
        width: 35%;
        color: #fff;
    }
    
}



@media screen and (max-width: 768px) {
    .banner {
        background-position: 25% 0%;
    }
    .banner h5 {
        color: #fff;
        width: 340px;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*購物車設定*/
/* 產品的看更多按鈕設定 */
.products-list .more {
    border: 1px solid #515151!important;
    color: #515151;
}
.products-list .item a:hover .more {
    background: #40e2de;
    color: #fff;
    letter-spacing: 2px;
    border: none !important;
}
.products-list a:hover .more {    background: #40e2de;    border-color: #40e2de;	color: #ffffff;}


/*外層*/
.product-layer-two li a {
    color: #515151;
    border: none;
    transition: all 0.3s;
    background: transparent;
    padding: 0;
    line-height: 50px;
    font-size: 24px;
    font-weight: bold;
}
.product-layer-two li a:hover {
    color: #40e2de;
}
.product-layer-two li a::after {
    content: "";
    display: block;
    width: 85%;
    height: 1px;
    margin: 0 auto;
    background-color: #515151;
    transition: all 0.5s;
}

.product-layer-two li a:hover:after {
    width: 5px;
    height: 5px;
    margin: 0 auto;
    background-color: #40e2de;
    transition: all 0.5s;
}
.product-layer-two li.active a {
    font-weight: bold;
    border: 0;
    color: #40e2de;
}
.product-layer-two li.active a::after {
    width: 5px;
    height: 5px;
    margin: 0 auto;
    background-color: #40e2de;
    transition: all 0.5s;
}










/*內層*/
.lastPage {    background: #40e2de;}
.nextaction {    background-color: #40e2de;}
.lastaction {    color: #fff;    background-color: #40e2de;}



/*        */
ul.prod {
    background-color: #fff;
    padding: 25px;
    box-shadow: 1px 1px 5px #0000003f;
    border-radius: 20px;
}

ul.prod li h3.prod-thumb {
    background: #40e2de;
    color: #fff;
    text-align: center;
    padding: 5px;
}
.half_box {
    width: 100%;
    float: left;
    padding-right: 10px;
}
.half_box li.btn_blankTop {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
}
.productBtn.lastaction {
    width: 49%;
    background-image: none;
    text-align: center;
} 
.productBtn.nextaction{
    width: 49%;
    background-image: none;
    text-align: center;
}
/*        */


.bx-wrapper img {
    max-width: 100%;
    border-radius: 20px;
    display: block;
}
.bx-viewport{
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 659px;
    border-radius: 20px;
    background-color: #f7f7f7;
    box-shadow: 1px 1px 5px #0000003f;
}
.sidebarBtn {
    padding: 15px;
    display: inline-block;
    width: 28%;
    vertical-align: top;
    border: none;
    background: #fff;
    box-shadow: 1px 1px 5px #0000003f;
    border-radius: 20px;
}
/*  */


.related_list li a {
    display: block;
    padding: 14px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 1px 1px 5px #0000003f;
    transition: all 0.3s;
}
.related_list li a:hover {
    transform: scale(0.95);
    box-shadow: 1px 1px 1px #0000000c;
    transition: all 0.3s;
}
.related_list li a img {
    max-width: 100%;
    border-radius: 15px;
}
.related_list li a p {
    font-size: 15px;
    color: #333;
    padding: 12px 0;
}
.related_list li a:hover p {
    color: #40e2de;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
.blog_back a.article_btn_back {    background: #40e2de;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background: #40e2de !important;}
.share_page .edit {    text-align: justify;    line-height: 180%;}
.subbox_item a:before , .subbox_item a:after {    transition: 0.3s;}
.blog_le .accordion > li {
    transition: all 0.3s;
    border-bottom: 1px #5151513d solid;
}
.blog_box_edit {    line-height: 180%;    text-align: justify;}
h4.blog_category_title {    text-align: justify;}
.link a {    width: 100%;    display: block;    padding: 15px 10px;}
.accordion li .link {    padding: 0;}


.blog_le .accordion {
    border-radius: 0;
    border: none;
}

.subbox_item a {
    display: inline-block;
    position: relative;
    display: block;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 1px 1px 5px #0000003f;
    transition: all 0.3s;
    background: #f7f7f7;
}
.blog_list_le img {
    max-width: 100%;
    border-radius: 18px;
    padding: 5px;
}

.subbox_item a:after {
    display: none;
}
.subbox_item a:hover:before, .subbox_item a:hover:after {
    opacity: 1;
    transition: all .5s;
    color: #40e2de;
}

.subbox_item a:hover {
    box-shadow: none;
    border: none;
    transform: scale(0.95);
    transition: all 0.3s;
    background-color: #f7f7f7;
}





/*文章分享變1排3個*/
.blog_page .main_part {    max-width: 1400px;}
.blog_list_le , .blog_list_ri {    
    width: 100%;
}
.blog_list_ri {  
    padding: 20px;
}


/* 按鈕 */
.share_page .main_part {
    display: flex;
    flex-direction: column-reverse;
    max-width: 90%;
}
.other_promotion {
    margin: 0 ;
}
.pmtTime{
    display: none;
}
.promotion_title{
    display: none;
}
.other_promotion .pmtTitle h3 {
    font-size: 24px;
    color: #fff;
    margin:  0;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: auto;
    font-weight: normal;
    padding: 0;
}
.other_promotion li {
    font-size: 13px;
    line-height: 20px;
    display: inline-block;
    vertical-align: top;
    width: AUTO;
    margin-right: 2%;
}
.other_promotion li a {
    padding: 10px 40px;
    width: 100%;
    margin: 2%;
    border-radius: 18px;
    border: none;
    background-color: #40e0dc;
    box-shadow: 1px 1px 3px #0000003f;
    
    transition: all 0.3s;
}
.other_promotion li a:active {
    background-color: #f47e2c;
    box-shadow: none;
    transform: scale(0.85);
    transition: all 0.3s;
    border: 1px #fff solid; 
}
.other_promotion li a:hover {
    background-color: #f47e2c;
    box-shadow: none;
    transform: scale(0.85);
    transition: all 0.3s;
    border: 1px #fff solid; 
}
.other_promotion li a:before {
    display: none;
}
.other_promotion li a:after {
    display: none;
}
/*  */



























.blog_subbox {    display: flex;    flex-wrap: wrap;    justify-content: flex-start;}
.subbox_item {    width: calc(100% / 3);    padding: 5px;}
@media screen and (max-width: 1024px) {.subbox_item {    width: 50%;}}
@media screen and (max-width: 600px) {.subbox_item {    width: 100%;}}
/**/

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*主分類頁面*/
.album_page .main_part , .album_class_page .main_part , .album_info_page .main_part {    max-width: 1400px;}
.show-list .item:hover .show_name {    color: #40e2de;}
.show-list .show_pic {    height: 30vh;    max-height: 290px;    padding-bottom: 0;}
.show-list .show_pic img {
    display: inline-block;
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 30vh;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
}

/*次分類頁面*/
.other_album_choice li {    background: #40e2de;}
.other_subalbum li p {    line-height: 220%;}
.other_subalbum li a div {
    height: 30vh;
    max-height: 250px;
    overflow: hidden;
    position: relative;
}
.other_subalbum li a img {
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 100%;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
}
.other_subalbum li a div:after {
    content: "";
    position: absolute;
    background: rgb(0 0 0 / 30%);
    width: 100%;
    height: 100%;
    transform: translate(-50% , -50%) scale(0);
    top: 50%;
    left: 50%;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
.other_subalbum li a:hover div:after {    transform: translate(-50% , -50%) scale(1);    opacity: 1;}


/*照片頁*/
.pic-list .show_pic {    height: 40vh;    max-height: 240px;    padding-bottom: 0;}
.pic-list .show_pic img{
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 100%;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
}


@media screen and (max-width: 600px) {
/*照片頁*/
.pic-list .item {    width: 96%;    margin: 10px 2%;}
}

/*240508*/
.footer_menu a:last-of-type {display: none;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*其他分頁*/
.promotion_title h2 {    border-bottom: 2px solid #40e2de;}
.promotion_title {    border-bottom: 1px solid #40e2de;}



@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: block; }
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
.nav-menu {    margin: 0;}
.nav-menu>li:not(.tp_links) {    padding-right: 0;}
.nav-dropdown>li {    text-align: left;}
.nav-dropdown>li>a {    width: calc(100% - 45px);}

/*手機版LOGO設定*/
.footer_logo { margin-left: unset; margin: auto; text-align: center; }

}

@media screen and (max-width: 600px) {

/*手機板大圖*/
/*
.swiper-slide img { display:none; }
.swiper-slide {    width: 100%;    height: 0;    padding-bottom: calc(100% / 3 * 4);}
.swiper-slide:nth-child(1) { background-image:url(https://pic03.eapple.com.tw/.../Banner-03.png) ; background-size:cover;   background-position: center;}
.swiper-slide:nth-child(2) { background-image:url(https://pic03.eapple.com.tw/.../Banner-04.png) ; background-size:cover;   background-position: center;}
*/

}



