/*頁面內容*/
#content_main, #content {
    background: #242424;
}
.path { display: none;}

.pageIndex .edit_part {
    max-width: 100%;
    margin: 0;
    padding: 0;
}



/*反白顏色*/
::-moz-selection{  background-color: #444;  color: #fff;}
::selection{  background-color: #444;  color: #fff;}
:root {
    --MainColor: #ffffff ;
    --SubColor:#1a1a1a;
    --SFont:"Bebas Neue", sans-serif;/*特殊字體*/
}

/*SubMenu*/
.me_tp_features { display:none;}/*隱藏整列*/
.shop_search_btn { background: #212121;}
.tp_links a { display: none;}/*隱藏選單按鈕連結*/
.tp_links a:hover { color: #212121;}

/*按鈕*/
.animated-arrow { background: #212121; border-radius: 10px; transition: .3s ease-in-out;}
.animated-arrow:hover { background: #aaaaa9; transition: .3s ease-in-out;}

/*頁碼*/
.page { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 100%; margin: 0;}
.page li { display: flex; margin: 3px; width: 30px; height: 30px; line-height:30px; align-items: center; justify-content: center;}
.page li.activeN { background: #666; border-radius: 100%; color: #fff; font-weight: 600;}
.page li a { display: block; width: inherit; height: inherit; line-height: inherit; padding: 0; color: #ccc; transition:all 0.3s;}
.page strong, .page a:hover { background: #212121; border: 1px solid #212121;}

/* = = = 預設解除背景輪播 = = = = = = = = = = = = = = = = = = = = = = = = = */

#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;}
}

/* = = = Index banner = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*--大圖上方固定圖片---------------------------------------*/

@media screen and (max-width: 768px) {
/* 行動裝置相容性調整 大圖調整 */
.swiper-slide img { animation-fill-mode: none; -webkit-animation-fill-mode: none;}
}

@media screen and (max-width: 425px) {
    .swiper-slide::after { bottom: 0%; width: 33vw;}
}

/* = = = banner = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.banner { display:block;}
.banner h5 {color:#f3bd3b;padding: 138px 0px;}
/* .promotions_page .banner h5:before {
    content: "NEWS";
    font-family: "Fugaz One", sans-serif;
    text-transform: uppercase;
    display: block;
    line-height: 1;
    font-size: calc(32px + 110*((100vw - 500px) / 2500));
    letter-spacing: 0;
    font-weight: 700;
} */
.banner.banA {background-image: url(https://pic03.eapple.com.tw/positive/banner.jpg);
    background-repeat: no-repeat;
    height: 320px;
    box-shadow: none;
    padding: 0 0;
    background-position: center center;}

.banner.banblog {background-image: url(https://pic03.eapple.com.tw/positive/banner.jpg);
    background-repeat: no-repeat;
    height: 320px;
    box-shadow: none;
    padding: 0 0;
    background-position: center center;}

.banner.banF {background-image: url(https://pic03.eapple.com.tw/positive/banner.jpg);
    background-repeat: no-repeat;
    height: 320px;
    box-shadow: none;
    padding: 0 0;
    background-position: center center;}

    .banner.banE {background-image: url(https://pic03.eapple.com.tw/positive/banner.jpg);
        background-repeat: no-repeat;
        height: 320px;
        box-shadow: none;
        padding: 0 0;
        background-position: center center;}

@media screen and (max-width: 768px) { .banner h5 { font-size: 28px;}}
@media screen and (max-width: 600px) { .banner h5 { font-size: 24px;}}

/* = = = header = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*header*/
.pageIndex .header_area { position: relative; width: 100%; top: 0; left: 0;}
.pageIndex .header_area.sticky { position: fixed;}
.main_header_area { background: transparent; position: relative;}
.header_area .main_header_area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    transition: .3s ease-in-out;
}
/* .header_area.sticky .main_header_area::before { background: #ffffff88; transition: .3s ease-in-out;} */
.main_header_area .container {max-width: 92%;}
.nav-brand img {
    max-width: 90%;
    /* padding: 10px; */
}

.stellarnav ul {
    margin: 0;
    padding: 0;
    text-align: right;
}


/*logo*/
.header_area .nav-brand {margin: 24px 0 0;width: 72%;}

/*menu*/
.navigation { padding: 22px 0 22px 120px;}
.stellarnav > ul > li { position: relative;}
.stellarnav > ul > li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: #aaaaa9;
    transform: translateX(-50%);
    transition: all 0.3s;
}
.stellarnav ul li.has-sub:nth-of-type(3)>ul>li:nth-child(1){display:none;}
.stellarnav > ul > li:hover::after { width: 80%; background: #F5BE1D; transition: all 0.3s;}
.stellarnav > ul > li > a, .stellarnav li.has-sub > a {font-weight: 600;position: relative;padding: 0 20px;color: #ffffff;}
.stellarnav > ul > li:hover > a, .stellarnav > ul > li.has-sub:hover > a { color: #F5BE1D;}
.stellarnav li.has-sub > a::after {display: none;}/*下拉箭頭*/
.stellarnav li.has-sub:hover > a::after { display: none;}/*下拉箭頭*/

/*--下拉頁面---------------------------------------*/

/*外框*/
.stellarnav ul ul, .stellarnav ul ul ul { background: #000; }
/* box-shadow: 0 2px 5px #00000012; */
.stellarnav ul ul ul { left: 100%;}
.stellarnav li li {
    display: block;
    border-bottom: 1px #eee solid;
    margin-bottom: -1px;
    padding: 2px;
}

/*右拉箭頭*/
.stellarnav li li.has-sub > a::after { border-left: 6px solid #888;}
.stellarnav li li.has-sub:hover > a::after { border-left: 6px solid #212121; border-top: 6px solid transparent;}

/*項目*/
.stellarnav li li > a, .stellarnav li li.has-sub > a { color: #fff; font-size: 15px; padding: 7px 5px; border-left: 1px solid transparent; background: transparent; transition: all 0.3s;}
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {
    color: #F5BE1D;
    padding-left: 10px;
    transition: all 0.3s;
}

/*--手機板選單---------------------------------------*/

/*選單*/
.stellarnav .menu-toggle span.bars span { background: #212121;}
.stellarnav .menu-toggle:after { color: #212121;}

/*展開*/
.stellarnav.mobile.left > ul { background: #fffffff2;}
.stellarnav.mobile > ul > li { border-bottom: 1px #888 solid;}
.stellarnav.mobile > ul > li > a { padding: 20px 30px; border-bottom: none; display: block;}
.stellarnav.mobile > ul > li.has-sub > a { padding: 20px 30px 20px 36px;}
.stellarnav.mobile > ul > li.has-sub > a.dd-toggle { padding: 0;}
.stellarnav.mobile > ul > li.has-sub > ul > li > a { color: #444; padding: 20px 30px 20px 40px;}
.stellarnav.mobile > li > a { border-bottom: none;}

/*close*/
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { background: #212121; color: #fff;}
.stellarnav .icon-close:after, .stellarnav .icon-close:before { border-bottom: solid 3px #fff;}

.stellarnav.mobile > ul > li > a.dd-toggle { top: 14px;}
.stellarnav a.dd-toggle .icon-plus {width: 0; top: -7px; left: -4px;}
.stellarnav li.open > a.dd-toggle .icon-plus { width: 0; top: -5px; left: 6px;}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after { border-bottom: solid 3px #888;}
.stellarnav li.open > a.dd-toggle .icon-plus:before, .stellarnav li.open > a.dd-toggle .icon-plus:after { border-bottom: solid 3px #212121;}

/*下拉*/
.stellarnav.mobile li.open { background: #aaaaa922; padding: 0;}
.stellarnav.mobile li.open > ul > li { margin-bottom: 0; border-bottom: 1px solid #ccc;}
.stellarnav.mobile li.open li.open { padding: 0; background: #ffffff88;}
.stellarnav.mobile ul { background: transparent;}
.stellarnav > ul > li.drop-left > ul { left: 0; right: auto;}
.stellarnav ul li.has-sub:nth-of-type(2)>ul>li:nth-child(1) {display: none;}
/*--RWD---------------------------------------*/

@media screen and (max-width: 1024px) { 
    /*header*/
    .pageIndex .header_area { position: relative;}
    .main_header_area .container { max-width: 100%;}
    .stellarnav ul {text-align: center;}

    /*logo*/
    .header_area .nav-brand { max-width: 200px; transition: .3s ease-in-out;}

    /*menu*/
    .header_area .navigation, .header_area.sticky .navigation, .navigation { padding: 0;}
    .stellarnav { padding: 0 0 10px;}
    .stellarnav.mobile > ul > li > a.dd-toggle, .stellarnav > ul > li.has-sub > a, .stellarnav.mobile > ul > li.has-sub a.dd-toggle, .stellarnav.mobile > ul > li.has-sub > a { padding: 0 30px;}
    .stellarnav li.has-sub > a::after { top: 49%;}/*下拉箭頭*/
}

@media screen and (max-width: 768px) {
    /*logo*/
    .nav-header { position: static;}
    .header_area.sticky .nav-brand { max-width: 150px; transition: .3s ease-in-out;}    

    /*menu*/
    .stellarnav ul ul, .stellarnav > ul > li:hover > ul > li:hover > ul { box-shadow: none;}
    .stellarnav li li { border: none;}
    .stellarnav > ul > li:hover::after { width: 100%;}
    .stellarnav > ul > li > a b:last-child { display: none;}
    .stellarnav.mobile > ul > li > a.dd-toggle, .stellarnav > ul > li.has-sub > a, .stellarnav.mobile > ul > li.has-sub a.dd-toggle, .stellarnav.mobile > ul > li.has-sub > a { padding: 20px 30px;}
    .stellarnav.mobile > ul > li > a.dd-toggle { top: 3px;}
    .stellarnav li.has-sub > a::after { top: 53%;}/*下拉箭頭*/
    .stellarnav li li > a, .stellarnav li li.has-sub > a, .stellarnav li li.has-sub.drop-left a { padding: 10px 30px; border-left: none;}
    .stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a { border-color: transparent;}
}

/* = = = footer = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.footer {    background: #000;    padding-top: 60px;}
.footer .center {    max-width: 1300px;}
.footer_info {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0;
}
.footer_info ul {    display: flex; ;}
.footer_info li:nth-child(1) {    width: 45%;}
.footer_info li:nth-child(2) {    width: 30%;}
.footer_info li:nth-child(1):before, .footer_info li:nth-child(2):before, .box_link:before {
    content: " ";
    font-size: 16px;
    line-height: 220%;
    font-weight: 700;
    font-family: var(--SFont);
    letter-spacing: 2px;
    color: #F5BE1D;
}
.footer_info li:nth-child(1):before {    content: "CONTACT US";}
.footer_info li:nth-child(2):before {    content: "QUICK LINKS";}
.box_link:before{    content: "FOLLOW US";}
.footer_info li p, .footer_info li p a {    color: #fff; line-height: 2;}

.footer_menu {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(min(110px,100%), 1fr));    gap: 5px;}/*footer按鈕最小寬度100px*/
.footer_menu a {
    margin: 0;
    text-align: left;
    padding: 5px;
    transition: all 0.3s;
    background: transparent;
    border: none;
    color: #fff;
    letter-spacing: 2px;
    position: relative;
}
.footer_menu a:first-child {    display: none;}
.footer_menu a:hover {    background: transparent; color: #e3cb92;}
.box_link {    width: max-content; padding: 10px;}
.box_link a {
    transition: all 0.3s;
    display: flex;
    align-items: center;
    color: #fff;
    font-family: var(--SFont);
    border: solid 1px rgba(255,255,255,.14);
    border-radius: 0;
    padding: 8px 10px;
    margin-bottom: 9px;
    font-size: 16px;
}
.box_link a:hover {background: transparent;opacity: .5;transition: all .5s;}
i.fa-brands {    display: flex;    flex-direction: row;    width: max-content;    align-items: center;    color: #fff;}
a.me_tp_line {    padding: 6px 10px;}
i.fa-brands:after, .me_tp_line:after {
    content: "";
    font-size: 13px;
    color: #ffffff;
    font-family: var(--SFont);
    letter-spacing: 2px;
    padding-left: 8px;
}
i.fa-brands.fa-facebook:after {    content: "FACEBOOK"; padding-left: 5px;}
a.me_tp_line:after {    content: "LINE";    padding-left: 0;}
i.fa-brands.fa-instagram:after {    content: "INSTAGRAM";    font-family: var(--SFont);    font-size: 13px;    letter-spacing: 2px;}
i.fa-brands.fa-whatsapp:after {    content: "CONTACT";    font-family: var(--SFont);    font-size: 13px;}
a.me_tp_call {    display: none;}

.copy {
    background: #000;
    color: #fff;
    border: none;
    padding: 74px 0 60px;
    text-align: right;
    width: 100%;
    margin: 0 auto;
    max-width: 1250px;
}
.copy a{    color: #fff;transition:all 0.3s;}


/*資訊欄*/
p.line {display: none;}
a.me_tp_mail {display: none;}
.footer_info li:nth-child(1) {
    display: flex;
    flex-direction: column;
}
.footer_info li p.add2:before { content: '營業時間：';}
.footer_info li p.phone:before { content: '預約專線：';}
p.add2 {order: 1;}
p.phone {order: 2;}
p.mail {order: 3;}
p.add {order: 4;}

/*RWD1024/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1024px) {
    /*banner*/
    .banner {    max-height: 400px;}
    
    /*footer*/
    .footer_info ul {    flex-direction: column;}
    .footer_info li:nth-child(1) {    width: 100%;  }
    .footer_info li:nth-child(2) {    width: 100%;    padding-top: 28px;}
    .footer_menu {    grid-template-columns: repeat(auto-fit, minmax(min(80px, 100%), 1fr));    gap: 14px;}
    }

/*RWD768/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 768px) {
    .header_area .nav-brand {
        margin: 20px 0 15px;
        width: 72%;
    }
    /*側邊選單/＝＝＝＝＝*/
    .stellarnav.mobile .menu-toggle, .stellarnav.mobile .dd-toggle, .stellarnav.mobile .close-menu, .stellarnav.mobile .call-btn-mobile, .stellarnav.mobile .location-btn-mobile {
        padding-top: 20px;
    }
    .stellarnav .menu-toggle span.bars span {    background: #ffffff;}
    .stellarnav .menu-toggle:after {    color: #ffffff;}
    
    .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {    background: #1a1a1a; color: #fff;}
    .stellarnav .icon-close:before, .stellarnav .icon-close:after {    border-bottom: solid 1px #fff;}
    .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {
        border-right: 0px #eee solid;
        background-color: #171717e0;
        -webkit-backdrop-filter: blur(7px);
        backdrop-filter: blur(7px);
    }
    .stellarnav.mobile > ul > li {    border-bottom: 1px #dddddd24 solid;}
    .stellarnav.mobile > ul > li > a {   border-bottom: none;}
    
    .stellarnav li li > a , .stellarnav li li.has-sub > a{    padding: 10px;border-left:none;}
    .stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{padding: 10px;border-color:transparent;}
    
    /*Logo/＝＝＝＝＝*/
    .nav-brand{ margin-top: 10px;}
    .header_area .nav-brand{max-width: 150px;}
    
    /*Footer/＝＝＝＝＝*/
    #to_top { bottom:60px;}
    #bottom_menu {    display: block;    background: #15161a;}
    #bottom_menu li:first-child:nth-last-child(2), #bottom_menu li:first-child:nth-last-child(2) ~ li {
        border-right: 1px solid #0b0c10;
    }
    #bottom_menu li a {    color: #fff;}
    .footer.with_shopping_mode { padding:60px 0 70px; }
    .footer_info {    justify-content: center;}
    .footer_logo {    text-align: center;}
    .footer_info li:nth-child(1) {    text-align: center;}
    .footer_info li:nth-child(2) {        padding-top: 10px;    text-align: center;}
    .box_link {
        width: 100%;
        display: flex;
        justify-content: center;
        padding-top: 20px;
    }
    .box_link a {    width: max-content;    justify-content: center;}
    .box_link:before{display: none;}
    .copy {    padding-right: 0;    text-align: center;}
    .footer_menu a {text-align: center;}
}    

/*=================================文章管理======================================*/
.blog_page .main_part{max-width: 1400px;}
.blog_in_page .main_part{max-width: 1400px;}
.blog_page h4.blog_category_title {border-bottom: none;display: none;}
.path p, .path p a {display: none;}

/*大分類*/
.blog_subbox{display: flex;flex-wrap: wrap;}
.subbox_item{width: 32%;padding-left: 0px;}
.subbox_item a:after{border: none;background: #292a2b4d;}
.blog_list_le{width: 100%;padding: 0;padding-bottom: 65%;height: 0;overflow: hidden;}
.blog_list_ri{width: 100%;background: #333;padding: 20px;text-align: left;}
.blog_list_ri h5{font-size: 20px;font-weight: 400 !important;color: #fff !important;}
.blog_list_ri em {color: #aaa !important;}
.blog_list_ri p{line-height: 160%;}
.blog_page h4.blog_category_title {border-bottom: none;}
/*文章說明頁*/
.blog_box_edit *{line-height: 160%;color: #fff;}
h4.blog_category_title{font-weight: normal;color: #ffffff;}
.blog_back a.article_btn_prev {background: #3f3f3f;}
/*側邊選單*/
.blog_search input[type=search] {
    outline: none;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    color: #999;
    border: solid 1px #ccc;
    border-radius: 4px;
    padding: 10px 35px 10px 10px;
}
.blog_le .accordion {
    list-style-type: none;
    margin: auto;
    border-radius: 4px;
    border: 1px #F5BE1D solid;
    overflow: hidden;
}
.blog_le .accordion { margin-left: 0px;width: 100%;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {background: #2d2b26 !important;}
.submenu li {background: #242424 !important;}
.submenu a:hover {background: #F5BE1D;}
.article_btn_back{background: #F5BE1D !important;}
.blog_back a.article_btn_next{background: #3f3f3f;}
h5.blog_le_t span{font-family: '微軟正黑體';font-weight: 300;}
.blog_back a.article_btn_back {   color: #242424;}

/*文章管理/內層＝＝*/
.blog_box {
    min-height: 20vw;
    padding: 0;
}
.blog_list_le img {
    /* max-width: 100%; */
    transform: translate(0%, 0%) scale(1.05);
    object-fit: cover;
    width: 100%;
    transition: all 0.4s ease;
}
.blog_back {
    text-align: center;
    margin-bottom: 20px;
}

.subbox_item {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    margin-bottom: 20px;
    position: relative;
}

/*文章分享側邊欄設定*/
.blog_le .accordion li .link{padding: 0;}
.blog_le .accordion li .link a{padding: 15px 10px;display: block;}

@media screen and (max-width: 1300px){
	/*文章*/
	.subbox_item{width: 48%;}
    .subbox_item {
        border-bottom: none;
    }
}

@media screen and (max-width: 600px){
	/*文章*/
	.subbox_item{width: 100%;}
}

/*===========================最新消息=============================*/
.promotion_title h2 {
    font-size: 24px;
    color: #fff;
}

.promotion_title em {
    border: none;
    padding: 5px 12px;
    margin: 0 8px 0px 0;
    background: #f3bd3b;
    color: #000;
    font-weight: bold;
    font-size: 14px;
}

.promotion_title span {
    border: none;
    padding: 3px 2px;
    margin: 0 2px 2px 0;
    font-size: 16px;
    color: #f3bd3b;
}

.promotions_page .edit {
    margin: auto;
    padding: 20px 0;
    color: #fff;
}

.other_promotion {
    list-style: none;
    margin: 0 auto;
}

.other_promotion li a {
    display: block;
    border: 1px #e5e5e5 dashed;
    padding: 10px;
    width: 96%;
    margin: 2%;
    position: relative;
    color: #b5b5b5;
}

.other_promotion .pmtTitle h3 {
    font-size: 16px;
    color: #b5b5b5;
}

.other_promotion li a:hover {
    background: #1e1e1e;
}

