@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}
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Staatliches&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alumni+Sans:ital,wght@0,100..900;1,100..900&display=swap');
:root {
    --MainColor: #0066B1; /*網站主要色系*/
    --SubColor: #282828; /*網站輔助色系1*/
    --SubColor2: #978975; /*網站輔助色系2*/
    --color:#202020;
    --SFont:"Noto Sans TC", sans-serif;/*黑體*/
    --SFontE: "Staatliches", sans-serif;/*特殊字體*/
    --SFontE2:"Alumni Sans", sans-serif;/*特殊字體*/

    --pd100:100px 0;
    --m100:100px;
    --m50:50px;
    --m30:30px;
    --f100: 100px;
    --f60: 60px;
    --f48: 48px;
    --f40: 40px;
    --f36: 36px;
    --f32: 32px;
    --f28: 28px;
    --f24: 24px;
    --f22: 22px;
    --f20: 20px;
    --f18: 18px;
    --f17: 17px;
    --f16: 16px;
    --m100: 100px;
    --m50: 50px;

}

@media (max-width:1024px) {
    :root {
        --m50: 40px;
        --m30: 25px;
        --f100: 90px;
        --f60: 52px;
        --f48: 40px;
        --f40: 36px;
        --f36: 32px;
        --f32: 28px;
        --f28: 24px;
        --f24: 22px;
        --f22: 20px;
    }
}
@media (max-width:900px) {
 :root {
 --f40: 32px;
 }

}
@media (max-width:768px) {
    :root {
        --pd100: 70px 0;
        --m100: 70px;
        --m50: 30px;
        --m30: 20px;
        --f100: 72px;
        --f60: 50px;
        --f48: 32px;
        --f40: 28px;
        --f36: 26px;
        --f32: 24px;
        --f28: 20px;
        --f24: 20px;
        --f20: 18px;
        --f18: 17px;
        --f17: 16px;
        --f16: 15px;
    }
}

@media (max-width:600px) {
    :root {
        --pd100: 50px 0;
        --m100: 50px;
        --m50: 25px;
        --f100: 60px;
        --f60: 40px;
        --f48: 28px;
        --f40: 34px;
        --f36: 22px;
        --f32: 20px;
        --f28: 18px;
        --f24: 18px;
        --f22: 18px;
        --f20: 17px;
        --f18: 16px;
        --f17: 15px;
    }
}

@media (max-width:375px) {
    :root {
        --f100: 48px;
        --f60: 32px;
        --f48: 24px;
        --f40: 30px;
        --f36: 18px;
        --f32: 18px;
        --f28: 17px;
        --f24: 17px;
        --f22: 17px;
        --f20: 16px;
        --f18: 15px;
    }
}
  .path { display: none;}
.me_tp_features{display: none;}
.header_area {background: #ffffff33;   padding: 10px 10px 0px 10px;position: absolute;backdrop-filter: blur(9px);    transition: all 0.3s;}
.main_header_area .container { max-width: 1800px;}
/*首頁header*/
.pageIndex .header_area {background: #ffffff00;backdrop-filter:unset; }
.pageIndex .stellarnav{display: none; transition: all 0.3s;}
.pageIndex .sticky .stellarnav{display: block; transition: all 0.3s;}
.pageIndex .navigation {    
    margin: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.pageIndex .nav-brand{background: unset;}
.pageIndex .nav-brand img{display: block;}
.pageIndex .nav-header {   max-width: 100px;    position: relative;    top: 6vw;   transition: all 0.3s;  }

.pageIndex .sticky .nav-brand img{display: none;}
.pageIndex .sticky .nav-header {  max-width: 200px;top: 0;   transition: all 0.3s;  }
.pageIndex .sticky .navigation {
    display: grid;
    grid-auto-columns: 450px 1fr;
}








/*電腦LOGO*/
.nav-brand img{display: none;}
.header_area .nav-brand {    transition: all 0.3s;   }
.header_area::after{
    position: absolute;
    content: "";
    background: var(--MainColor);
    width:0;
    height: 100%;
    left: 0%;
    top: 0;
}




/*sticky*/
.sticky .nav-brand {    
    width: 100%;
    transition:all 0.3s;
    background: url(https://pic03.eapple.com.tw/bmwjojo/logo02.png) no-repeat;
    background-size: contain;
    width: 100%;
    max-width: 200px;
    height:55px;
}
.header_area.sticky{ 
    background: #ffffffc4;
    position: fixed;
    transition: all 0.3s;
    border-bottom: 1px solid #ffffff4d;
    backdrop-filter: blur(9px);
}
.navigation {
    display: grid  ;
    grid-auto-columns: 200px 1fr;}
 








/*第一層*/
.nav-brand {    
    width: 100%;
    transition:all 0.3s;
    background: url(https://pic03.eapple.com.tw/bmwjojo/logo02.png) no-repeat;
    background-size: contain;
    width: 100%;
    max-width: 200px;
    height:55px;
}
.stellarnav{display: block; transition: all 0.3s;}
.navigation { grid-template-columns: 280px 1fr;padding: 10px 0; align-items: center;}
.stellarnav { grid-row: 1 / span 2;}
.stellarnav > ul > li > a{transition:all 0.3s;font-family: var(--SFont);color:var(--SubColor);letter-spacing: 1px;}
.stellarnav > ul > li:hover > a{color: var(--MainColor);}
.stellarnav > ul > li:hover > a b:nth-child(2){font-family: var(--SFontE);font-size: var(--f18);}
.stellarnav > ul > li > a:hover b{color: var(--MainColor);}
.stellarnav li.has-sub > a:after { border-top: 6px solid var(--SubColor);}
.stellarnav li.has-sub:hover > a:after { border-top: 6px solid var(--MainColor);}



/*第二層*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{    padding: 7px 5px;    transition: all 0.3s;border-left:1px solid transparent;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: #fff;	padding-left:10px;background: #81818193;}

.stellarnav ul ul {
    background: #ffffff00;
    padding: 16px 0 0 0;
    transition: all 0.3s;
}
.stellarnav li li { border: none;background: #ffffff9d;backdrop-filter: blur(5px);}












/* 商品下拉超過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個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*進入網站動畫*/
/*進入網站動畫*/
.pageIndex::after{
    content: "";
    pointer-events: none;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom:calc(100% / 1* 0.06);
    background: url(https://pic03.eapple.com.tw/bmwjojo/logo-p-roomin.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%) ;
    z-index: 100000000;
    animation: logo 2.5s cubic-bezier(0.550, 0.085, 0.680, 0.530);
    opacity: 0;
   
}

@keyframes logo {
    0% {
        -webkit-transform: perspective(1000px)translateZ(0);
                transform: perspective(1000px)translateZ(0);
        opacity: 1;
      }
      60% {
        opacity:1;
      }
      100% {
      
        -webkit-transform: perspective(1000px) translateZ(100px);
                transform: perspective(1000px) translateZ(100px);
        opacity: 0;
      }
}




.pageIndex #page::after{
    content: "";
    pointer-events: none;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom:calc(100% / 1* 0.06);
    background: url(https://pic03.eapple.com.tw/bmwjojo/logo-roomin.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top:40%;

    left: 50%;
    transform: translate(-50%, -40%) scale(0, 1);
    z-index: 100000000;
    animation: logo2 2.5s cubic-bezier(0.550, 0.085, 0.680, 0.530);
    opacity: 0;
   filter:drop-shadow(2px 2px  3px #fff) ;
}


@keyframes logo2 {
    0%{
        transform: translate(-50%,-50%) scale(0,1);
        opacity: 0;
        left:50%;
        filter: brightness(200%) ;
    }
    50%{
        transform: translate(-50%,-50%) scale(1,1);
        opacity: 1;
        left: 50%;
    }
    68%{
        transform: translate(-50%,-50%) scale(1,1);
        opacity: 1;
        left:50%;
    }
    100%{
        opacity: 0;
        transform: translate(-50%,-50%) scale(1,1);
        left: 50%;
        filter: brightness(1) ;
    }
}


.pageIndex #page::before{
    content: "";
    pointer-events: none;
    display: block;
    width: 100%;
    height: 100%;
    background:#ffffff00;
    background-size: cover;
    background-position: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    animation:  blur 3s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
  
    backdrop-filter: saturate(90%) blur(9px);
}
    @keyframes blur{
    0% {  opacity: 0;background: #ffffff;filter: brightness(150%);}
    90% {  opacity: 1;background:  #ffffff67;}
    100% {  opacity: 0;background: #ffffff00;filter: brightness(100%);}
}

  
/*大圖*/
.swiper-fade .swiper-slide::after{
    position: absolute;
    content: "與您同行，成就非凡 ";
    color: #fff;
    font-size: var(--f17);
    left: 50%;
    transform: translateX(-50%);
    top: 21vw;
    letter-spacing: 1em;
    text-indent:  1em;
    filter: drop-shadow(2px 2px 2px black);
    text-shadow: 0 0 5px black;
    width: max-content;
}


.swiper-fade .swiper-slide:nth-child(2):after{top: 40vw;}



/*Banner/＝＝＝＝＝*/
.banner{
    background: url(https://pic03.eapple.com.tw/bmwjojo/banner.jpg) no-repeat;
    background-size: cover!important;
    background-position: center;
    min-height: 800px;
    position: relative;
}
.banner h5{
    position: absolute;
    font-size: var(--f40);
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    width: 100%;
     
}

.banner h5::after{
    position: absolute;
    content: "";
    font-family: var(--SFontE2);
    font-size: 15px;
    letter-spacing: 2px;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
    color: #fff;
}
.banner h5::before{
    position: absolute;
    content: "";
    font-family: var(--SFont);
    font-size: 17px;
    letter-spacing: 2px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    color: var(--color);
     width: 100%;
}
.product_page .banner h5::after, .product_info_page .banner h5::after{content: "PRODUCT";}
.services_page .banner{display: none;}

.blog_page .banner{  background: url(https://pic03.eapple.com.tw/bmwjojo/banner-blog.jpg) no-repeat;}
.blog_page .banner h5::after, .blog_in_page .banner h5::after{content: "SHARE";}

.promotions_page .banner{  background: url(https://pic03.eapple.com.tw/bmwjojo/banner-news.jpg) no-repeat;min-height: 500px;}
.promotions_page .banner h5::after{content: "NEWS";color: var(--SubColor);}
.promotions_page .banner h5{color: var(--MainColor);top: 280px;}

.contact_page .banner{ background: url(https://pic03.eapple.com.tw/bmwjojo/banner-other.jpg) no-repeat;min-height: 500px;}
.contact_page .banner h5::after{content: "CONTACT";color: var(--SubColor2);font-weight: 600;}
.contact_page .banner h5{color: var(--MainColor);top: 280px;}

.other_page .banner{ background: url(https://pic03.eapple.com.tw/bmwjojo/banner-other.jpg) no-repeat;min-height: 500px;}
.other_page .banner h5{color: var(--MainColor);top: 280px;}


/*Footer/＝＝＝＝＝*/

.footer{background: #2f2f2f;}
.footer_logo{ background: url(https://pic03.eapple.com.tw/bmwjojo/logo02-f.png) no-repeat;width: 100%;max-width: 200px;height: 55px;background-size: contain;margin-left: 10px;}
.footer_logo img { width: 100%;display: none;}
.footer_info {    display: flex;   align-items: flex-start;      justify-content: center;padding: 0;    flex-wrap: wrap;}
.footer_info ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(100% - 280px);
}
.footer_info li{  width:100%;display: flex;    flex-wrap: wrap;}
.footer_info li:nth-child(2) { border-top: 1px solid #ffffff7c;}
.footer_info li p {      color: #fff;width: 45%;    font-weight: 600;}
.footer_info li p a {     color: #ffff;   font-weight: 600;}


.footer_info li p.line:before {  content: 'LINE ID';font-family: var(--SFontE);font-weight: 400;}
.footer_info li p.tel:before {  content: 'TEL';font-family: var(--SFontE);font-weight: 400;}
.footer_info li p.phone:before {  content: 'PHONE';font-family: var(--SFontE);font-weight: 400;}
.footer_info li p.add:before {  content: 'ADDRESS';font-family: var(--SFontE);font-weight: 400;}
.footer_info li p.mail:before { content: 'E-MAIL';font-family: var(--SFontE);font-weight: 400;}


.footer_menu {    display:flex;  gap: 5px;}/*footer按鈕最小寬度100px*/
.footer_menu a {    
    margin: 0;	
    text-align: left;	
    padding: 5px 10px;
    transition: all 0.3s;
    border: none;
    border-radius: 10px;
    color: #fff;
    background: #ffffff00;
    font-weight: 600;
    position: relative;
}

.box_link {
    top: 60px;
    right: unset;
    left: 32px;
    width: max-content;
    max-width: max-content;
    flex-direction: row;
}
.footer_menu a:hover {    background:#ffffff00;letter-spacing: 2px;color: var(--MainColor);}
.copy {    background: #ffffff00;    color: #000;	border:none;}
.copy a{    color:#000;transition:all 0.3s;}

.box_link a{
    transition: all 0.3s;
    width: 26px;
    border: none;
    border-radius: 20px;
    padding: 2px 7px;
    font-size: 14px;
    color: #2f2f2f;
    background: #c1c1c1;
}
.box_link a:hover {    background:var(--MainColor);    color: #fff;}
.box_link .me_tp_call{display: none;}
/*url(https://pic03.eapple.com.tw/bmwjojo/icon-01.png) no-repeat;*/

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .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_page .products-list,
.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;margin-top: 0;column-gap: 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:var(--MainColor);}
.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-layer-two li a{border: none;background: #ffffff00;}

.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:var(--MainColor);}

.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;}

.products-list .name { text-align: center;}
.products-list .more {  border: 1px solid #000;   color:#000;}
.products-list .item a:hover .more{background: var(--MainColor);border:var(--MainColor) ;}

.product-layer-two li.active>a {
    border: 1px var(--MainColor) solid;
    background:var(--MainColor);
color: #fff;}
.product-layer-two>li:hover>a {
    border: none;
    background:#ffffff00;
color: var(--MainColor);}
 .product-layer-two li ul {    grid-gap: 0;}




    /*首頁*/
.animated-arrow { background:var(--SubColor);}
    
/*產品內頁*/
.sidebarBtn { border: 5px var(--MainColor) solid;}
.inquiry_a1 { background: var(--MainColor);}
.inquiry_a2 { background: var(--color);}
.inquiry_a3 { background:var(--MainColor);}
.lastPage {background:var(--color);}
.pd_tabTitle li.activeTab a {  color:var(--MainColor);font-weight: bold;}
.pd_tabTitle li.activeTab::after {
    height: 3px;
    background: var(--MainColor);
    width: 100px;
    left: 50%;
    transform: translateX(-50%);
}
.pd_tabTitle li {  border-bottom: none;}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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;}
}






/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*相簿 內頁*/
.other_album_choice li{background: var(--MainColor);}
.show-list .show_name {text-align: center;   color: var(--SubColor2);}
.show-list .item:hover .show_name { color: var(--MainColor);}
.album_fixed_title {  background: #ffffff00;}

/*最新消息-文章*/
.blog_back a.article_btn_back {    background:var(--MainColor);}
.subbox_item a:hover .blog_list_ri{    transform: translate(20px, 20px);}
.lastPage {  background:var(--MainColor);}
.blog_le .accordion{border: none;border-radius: 0;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {  background:var(--SubColor) !important;}
.subbox_item a{padding: 5px;    grid-template-columns: 280px 1fr;}
.blog_list_ri {padding: 5px 25px 5px;text-align: justify;}
.blog_list_ri h5{color:#000;font-weight: bold;    border-bottom: 1px solid #676767;}
.subbox_item a:after {
    background: #f9f9f9;
       border: none;
    z-index: -1;
    transform: translate(20px, 20px);
}
.subbox_item a:before {
    content: 'MORE    +';
    bottom: 0;
    color: #000000;
    background: #ffffff00;
    padding:5px 15px 1px;
    opacity: 1;    
    border-bottom: 1px solid;}
.subbox_item a:hover:before{color: var(--MainColor);border-color:#0067b196 ;} 
.other_subalbum li a p { text-align: center;font-weight: bold;line-height: 3;}
.show-list .item:hover{background: var(--MainColor);}
h5.blog_le_t span { font-family: var(--SFontE2);font-size: 15px;}
h5.blog_le_t {
    display: flex;
    flex-direction: column-reverse;}
.blog_list_le {  aspect-ratio: 4 / 3;}
.blog_subbox {  grid-template-columns: 1fr;}














/*最新消息*/
.promotion_title h2{color: #000;font-weight: bold;display: block;}
.promotion_title em{display: none;}
.promotion_title span{border: none;font-family: var(--SFontE);color: #000;font-weight: unset;}

.edit{color: var(--SubColor);}



/*最新消息-首頁*/
.news_part .title_i_box h6{font-family: var(--SFontE2);font-size: 15px;font-weight: 0;}
.news_part .title_i_box h4{font-size:var(--f32) ;font-weight: bold;}
.news_list ul li span{font-family: var(--SFontE2);font-weight: 0;    letter-spacing: 2px;transition: 0.3 ease-in;}
.news_list ul li p{font-size: var(--f16);}
.news_list ul li p:after {
    content: 'MORE';
    font-size:15px;
    color:#c1c1c1;
    font-family: var(--SFontE2);
    border: 1px solid;
    padding: 0 15px;
}
.news_list ul li a:hover { background: #ffffff;}
.news_list ul li a:hover span{letter-spacing: 3px;transition: 0.3 ease-in;}
.news_list ul li a:hover p{color: #000;    font-weight:bold;}
.news_list ul li a:hover p:after {color: #fff;background: #000;border: 1px solid #000;transition: 0.3 ease-in;}
.i_news_b a:hover{background: #000;}
/*聯絡我們*/
.contact_form li.last cite {  background: var(--MainColor);}
.contact_form li .form__label {     max-width: max-content;    text-align: left;}
.contact_form li {  grid-template-columns: 1fr;    grid-gap: 0;}










/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


@media screen and (max-width:1500px) { 
.pageIndex .nav-header {    max-width: 80px;}
.swiper-fade .swiper-slide::before{ padding-bottom: calc(100% / 1 * 0.07);    top: 17vw;}
.swiper-fade .swiper-slide::after { top: 25vw;}
.swiper-fade .swiper-slide:nth-child(2):before { top: 32vw;}

.pageIndex::after { padding-bottom: calc(100% / 1 * 0.08);}

}

@media screen and (max-width:1200px) { 
.banner {  min-height: 600px;}
.promotions_page .banner h5, .promotions_page .banner h5::after{color: #fff;}


}
@media screen and (max-width:1100px) { 
.pageIndex .nav-header {  top: 4vw;}

/*進入網站*/
.pageIndex::after { padding-bottom: calc(100% / 1 * 0.1);}
.pageIndex #page::after { padding-bottom: calc(100% / 1 * 0.075);}
}
@media screen and (max-width:1024px) { 
    .nav-header { margin: auto;}
    
    
    }
    
@media screen and (max-width: 980px) { 
    .banner { min-height: 400px;}
    .other_page .banner, .contact_page .banner, .promotions_page  .banner{ min-height: 350px;}
    .other_page .banner h5, .contact_page .banner h5, .promotions_page  .banner h5 { top: 150px;}
    .header_area {
        position: static;
        text-align: center;
 
}

.navigation {display: flex;}

    .pageIndex .nav-header {  
        top: 0;        
        display: grid ;
        grid-auto-columns: 200px 1fr;
        max-width: 200px;
    }
    .pageIndex .nav-brand img{display: none;}
    .pageIndex .nav-brand {    
        width: 100%;
        transition:all 0.3s;
        background: url(https://pic03.eapple.com.tw/bmwjojo/logo02.png) no-repeat;
        background-size: contain;
        width: 100%;
        max-width: 200px;
        height:55px;
    }
    .pageIndex .stellarnav {display: block;}
    .pageIndex .sticky .navigation{display: flex;}
    .sticky .header_area .nav-brand {display: none;}
 
    /*大圖*/
    .swiper-fade .swiper-slide::before { top: 9vw; }
    .swiper-fade .swiper-slide::after { top: 18vw;}
    
    .swiper-fade .swiper-slide:nth-child(1):before {
        background: url(https://pic03.eapple.com.tw/bmwjojo/bn01p-b.svg) no-repeat;
        background-size: contain;
        background-position: center;
        filter: unset;
        text-shadow: unset;
        left: 50%;
        transform: translateX(-50%);
    }
    
    
    
    }
    @media screen and (max-width:850px) { 
        /*footer*/
        .footer_logo {
           background-position: center;
           width: 100%;}
        .footer_info { padding: 0 60px;flex-wrap: wrap;}
        .footer_info { grid-template-columns: 1fr;}
        .footer_info ul {  margin-top: 20px;}
        .footer_info li:nth-child(1) { width: 100%;}
        .footer_info li:nth-child(2) { width: 100%;}
        .footer_info li p { width: 100%;}
        .footer_menu {grid-template-columns: 1fr 1fr 1fr;display: grid;}
     


        .box_link {
            top: 55px;
            left: 92px;
        }
       }
    @media screen and (max-width: 768px) { 
    /*HEADER*/
    .nav-header { max-width:180px; margin: auto auto auto 0;}
    .nav-header { position: relative; }
    .header_area { padding: 0px 10px;backdrop-filter: unset;}


    .header_area.sticky {backdrop-filter: unset;}
    .sticky .stellarnav.mobile.left .close-menu {background: #fff;  }
    /*進入網站*/
.pageIndex::after { padding-bottom: calc(100% / 1 * 0.15);}
.pageIndex #page::after { padding-bottom: calc(100% / 1 * 0.12);}



    /*大圖*/
    .swiper-banner .swiper-slide img{height: 600px;object-fit: cover;}
    .swiper-fade .swiper-slide::before {   padding-bottom: calc(100% / 1 * 0.1);top: 28vw;}
    .swiper-fade .swiper-slide::after { top: 39vw;}
    .swiper-fade .swiper-slide:nth-child(2):before {  top: 56vw;}
    .swiper-fade .swiper-slide:nth-child(2):after {  top: 67vw;}
    .swiper-fade .swiper-slide:nth-child(1):before {
        background: url(https://pic03.eapple.com.tw/bmwjojo/bn01p.svg) no-repeat;
        background-size: contain;
        background-position: center;
    }



    /*手機側邊欄位*/

    .pageIndex .stellarnav { padding: 0; overflow: unset;}
    .stellarnav.mobile { left: unset;   right: 0;        top: 14px;overflow: unset;}
    .stellarnav .icon-close:before, .stellarnav .icon-close:after {    border-bottom: solid 3px var(--SubColor2);  }
    .stellarnav .menu-toggle span.bars span {  background: var(--SubColor);}
    .stellarnav .menu-toggle:after { 
        color:var(--SubColor);
        font-family: var(--SFontE);
        font-size: 17px;
        position: absolute;
        width: max-content;
        top: 18px;
        right: 35px;
    }
    .sticky .stellarnav .menu-toggle span.bars span {  background:var(--SubColor);}
    .stellarnav .menu-toggle span.bars {  top: 12px;}
    .sticky .stellarnav .menu-toggle:after { color: var(--color);}
    .stellarnav.mobile > ul > li { border-bottom: none;}
    .stellarnav.mobile > ul > li > a { padding: 20px 10px;         border-bottom: 1px solid #ddd;margin: 0 10px;}
    .stellarnav > ul > li > a b , .sticky .stellarnav > ul > li > a { color: var(--SubColor);         padding: 20px 0;}
    .stellarnav.mobile > ul > li > a:hover b{color: var(--MainColor);font-weight: bold;}
    .stellarnav.mobile > ul > li > a b:last-child{display: none;}
    .stellarnav.mobile.left > ul{transition: 0.5s ease;max-width: 300px;    left: unset;        right: 0;}
    .stellarnav.mobile.active>ul{z-index: 9999999;     animation: move 0.5s linear;box-shadow: 0 0 3px #00000059; }
    @keyframes move{  
        0% {
            transform: translateX(100%);       
          }
        100% {
            transform: translateX(0%);   
            }
    }

    .stellarnav.mobile.left .close-menu {
        padding: 15px 10px;
        background: #fff;
        color: var(--SubColor2);
    }
    .stellarnav.mobile li.open {background: #eeeeee;}
    .stellarnav.mobile li.open a{color: #646464;}
    .stellarnav.mobile ul ul {padding: 0;background: #ffffff00;}
    .stellarnav li li > a, .stellarnav li li.has-sub > a { padding: 7px 5px 7px 25px;}
    .stellarnav li li {  background: #ffffff00;}



    /*banner*/
      .banner { min-height: 300px;}
   .other_page .banner, .contact_page .banner, .promotions_page  .banner{ min-height: 250px;}
    .other_page .banner h5, .contact_page .banner h5, .promotions_page  .banner h5{ top: 100px;}


    /* 開啟手機板下方按鈕所需設定 */
    #bottom_menu {display: none; }
    .footer.with_shopping_mode { padding:30px 0 0px; }
    #to_top { bottom:60px;}
    .footer_logo { margin-left: 10px; }
    .footer_info ul { margin-top: 0;width: 100%;}
    .footer_info li { width: 90%;}
    .footer_info li p.fax {text-align: center;}
    .footer_info li+li { margin-top: 10px;}
    .footer_info {
        grid-template-columns: 1fr;
        width: fit-content;
        margin: auto;
        grid-gap: 0;
        justify-content: flex-start;

    }
    .footer_info li:nth-child(1) { grid-template-columns: 1fr;}
    .footer_menu { padding-top: 10px;}
    .footer_menu a { padding: 5px 10px 5px 0;}
    .box_link { display: none;}
    


    .footer_info li p.line{margin-top: 20px;}
    
    .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) { 
        .contact_form li .form__label {  background: rgb(255 255 255 / 0%);    }
        .stellarnav.mobile {  top: 13px;}
        .stellarnav .menu-toggle:after {        top: 19px;  right: 34px;}
   /*進入網站*/
   .pageIndex::after { padding-bottom: calc(100% / 1 * 0.2);}
   .pageIndex #page::after { padding-bottom: calc(100% / 1 * 0.17);}
   
/*大圖*/
        .swiper-banner .swiper-slide img { height: 500px;}
        .swiper-fade .swiper-slide::before {   padding-bottom: calc(100% / 1 * 0.15);top: 33vw}
        .swiper-fade .swiper-slide::after { top: 48vw;}
        .swiper-fade .swiper-slide:nth-child(2):after { top: 72vw;}

/*banner*/
  .banner { min-height: 200px;}
        
.product-layer-two { grid-template-columns: 1fr;}
    }


    @media screen and (max-width: 566px) { 
        .stellarnav .menu-toggle:after { top: 10px;}


    }
    @media screen and (max-width: 500px) { 
        .footer_menu {  grid-template-columns: 1fr 1fr;}
        .footer_info {  padding: 0 60px 0 10px;}
    }
    @media screen and (max-width: 420px) { 
        .swiper-banner .swiper-slide img { height: 400px;}
    }
    @media screen and (max-width: 3750px) { 
    
    }
    
    