@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個--結束 */


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = = = = = */

/* 捲軸寬度及高度 */
::-webkit-scrollbar {    
    background: #ffffff;   
    width: 5px;
}

::-webkit-scrollbar-button {
    display: none;
    background: #ffffff;
    border-radius: 0;
}

::-webkit-scrollbar-track-piece {   
    background: #ffffff;
}

/* 滑桿顏色 */
::-webkit-scrollbar-thumb {
        background-color: #888;
}

/* 滑桿滑鼠滑入時的顏色 */
::-webkit-scrollbar-thumb:hover {    background: #a5cfef; }

/* 軌道背景底色 */
::-webkit-scrollbar-track {    box-shadow: #ffffff;}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*大圖/＝＝＝＝＝*/

#content_main { margin:0;}
 body { overflow-x: hidden;}
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;}
.swiper-slide img { height:auto;}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{display: none; }


.bannerindex::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
    pointer-events: none;
    animation: act-line 4.3s forwards cubic-bezier(0.73, 0.08, 0.11, 0.99);
}
@keyframes act-line {
0% {
    opacity: 0;
    transform: scale(1.5);
}
100% {
    opacity: 1;
    transform: scale(1);
}
}

.pageIndex .swiper-wrapper .swiper-slide:nth-child(1)::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/xiuchengclean/bn_txt1.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}
.pageIndex .swiper-wrapper .swiper-slide:nth-child(2)::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/xiuchengclean/bn_txt2.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}
.pageIndex .swiper-slide.swiper-slide-active:nth-child(1):before {  animation: pulseAnim 3.5s infinite; animation-fill-mode: both;}
.pageIndex .swiper-slide.swiper-slide-active:nth-child(2):before {  animation: pulseAnim 3.5s infinite; animation-fill-mode: both;}


@keyframes pulseAnim {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}




/*======Header區塊======*/

/*Header*/
.header_area {
    position: fixed;
    z-index: 9999;
    padding: 0px;
    background: #ffffff;
    width: 100%;
    transition: all .8s;
}

.header_area.sticky {
    width: 100%;
    z-index: 9999;
    background: #ffffff;
}

.main_header_area .container {
    max-width: 100%;
    margin: auto;
}

.navigation {
    width: 100%;
    position: relative;
    padding: 0px;
    display: flex;
    grid-gap: 0 20px;
    margin-top: 0;
    flex-direction: row;
    align-items: stretch;
}

.nav-header {
    z-index: 123;
    max-width: 250px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
}

.nav-brand {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
}

.stellarnav>ul>li>a {
    padding: 8px 25px;
    color: #2A4D75;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 48px;
    height: auto;
    margin: 0px 5px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    font-family: sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
    transition: .3s;
}
.stellarnav > ul > li.has-sub > a {
    padding-right: 17px;
    margin-right: 22px;
}
.stellarnav>ul>li>a:hover {
    color: #6397B8;
}
.stellarnav>ul>li>a::before {
    content: "";
    position: absolute;
    bottom: 15px;
    left: 25px; 
    width: calc(100% - 50px); 
    height: 1px;
    z-index: 1; 
    background: #A5CFEF;
    transform: scaleX(0); 
    transition: .5s;
    transform-origin: center;
}

.stellarnav>ul>li>a:hover::before {
    transform: scaleX(1);
}
/*聯絡我們*/
.stellarnav > ul > li:nth-of-type(7) {
    background: #6397B8;
}
.stellarnav>ul>li:nth-of-type(7)>a {
    color: #ffffff;
}
.stellarnav>ul>li:nth-of-type(7)>:hover {
    color: #ffffff;
    letter-spacing: 5px;
}

.stellarnav li li :hover {
    background: #0168ad;
    color: #ffffff;
    font-weight: 500;
}

.stellarnav ul ul {
    top: auto;
    width: 200px;
    position: absolute;
    z-index: 9900;
    text-align: left;
    display: none;
    background: #fff;
}
.stellarnav ul ul ul {
    top: 0;
    left: 100%;
    width: 215px;
}

.stellarnav li.drop-left ul ul {
    left: auto;
    right: 253px;
}
/*下拉箭頭*/
.stellarnav li.has-sub > a:after {
    content: '';
    margin-left: 10px;
    width: 8px;
    height: 8px;
    border-left: unset;
    border-right: 1px solid #A5CFEF;
    border-top: 1px solid #A5CFEF;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-70%) rotate(135deg);
}

/*選單購物車*/
.me_tp_features {
    display: none;
}

@media screen and (max-width: 1400px) {

}
@media screen and (max-width: 1300px) {

}
@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 1024px) {
    .header_area {
        position: sticky;
    }
    .navigation {
        max-width: 100%;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .nav-header {
        width: 250px;
        padding: 10px;
    }
    .stellarnav ul {
        display: flex;
        text-align: center;
        justify-content: space-between;
    }
    
    .stellarnav>ul>li>a {
        padding: 8px 25px;
        color: #2A4D75;
        text-transform: uppercase;
        position: relative;
        display: inline-block;
        font-size: 15px;
        line-height: 48px;
        height: auto;
        margin: 0px 5px;
        overflow: hidden;
        cursor: pointer;
        text-align: center;
        font-family: sans-serif;
        font-weight: bold;
        letter-spacing: 2px;
        transition: .3s;
    }
    .stellarnav > ul > li.has-sub > a {
        padding-right: 17px;
        margin-right: 22px;
    }
    .stellarnav>ul>li>a:hover {
        color: #A5CFEF;
    }
    .stellarnav>ul>li>a::before {
        content: "";
        position: absolute;
        bottom: 15px;
        left: 25px; 
        width: calc(100% - 50px); 
        height: 1px;
        z-index: 1; 
        background: #A5CFEF;
        transform: scaleX(0); 
        transition: .5s;
        transform-origin: center;
    }
    
    .stellarnav>ul>li>a:hover::before {
        transform: scaleX(1);
    }
    /*預約試乘*/
    .stellarnav > ul > li:nth-of-type(7) {
        background: #6397B8;
    }
    .stellarnav>ul>li:nth-of-type(7)>a {
        color: #ffffff;
    }
    .stellarnav>ul>li:nth-of-type(7)>:hover {
        color: #ffffff;
        letter-spacing: 5px;
    }
        
}

@media only screen and (max-width: 768px) {
    .pageIndex .header_area {
    }

    .navigation {
        max-width: 100%;
        position: relative;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .nav-brand {
        width: 250px;
    }

    /*漢堡鈕*/
    .stellarnav.mobile {
        position: absolute;
        left: 0;
        top: 12px;
        width: 45px;
        height: 45px;
    }
    .stellarnav .menu-toggle span.bars span {
        display: block;
        width: 25px;
        height: 2px;
        background: #000000;
        margin: 0 auto 4px;
    }
    .stellarnav .menu-toggle:after {
        content: 'MENU';
        font-size: 10px;
        color: #ffffff;
        display: none;
        transform: scale(0.9);
        display: none;
    }

    /* 導覽列展開 */
    .stellarnav.mobile.left > ul {
        left: unset;
        right: 0;
        font-size: 0;
        max-width: 100%;
        padding: 0 15px;        
        /*左滑出現*/
        left: -100vw;
        overflow: hidden;
        transition: all .5s ease;
    }
    .stellarnav.mobile.left.active > ul{        
        display: block !important;
        left: 0;
        max-width: 70%;
        background: #ffffff;
    }
    .stellarnav.mobile.left .close-menu {
        display: inline-block;
        text-align: right;
        font-size: 0;
        background: unset;
        padding: 30px 15px;
    }
    .stellarnav .icon-close:before {
        content: '';
        display: block;
        width: 25px;
        height: 0px;
        border-bottom: solid 2px #777;
        position: absolute;
        top: 50%;
        transform: rotate(45deg);
    }
    .stellarnav .icon-close:after {
        content: '';
        display: block;
        width: 25px;
        height: 0px;
        top: 50%;
        border-bottom: solid 2px #777;
        position: absolute;
        transform: rotate(-45deg);
    }

    /*導覽列第二層*/
    .stellarnav.mobile > ul > li > a {
        text-align: left;
        overflow: auto;
        height: auto;
        line-height: 150%;
        display: block;
        font-size: 15px;
    }
    .stellarnav>ul>li>a:hover::after {
        content: "";
        position: absolute;
        left: 35%;
        bottom: 18px;
        width: 8px;
        height: 8px;
        background-color: #d4c5b1;
        border-radius: 50%;
        transform: translateX(-50%);
    }
    .stellarnav.mobile > ul > li > a.dd-toggle {
        padding: 11px;
        position: absolute;
        text-align: center;
        z-index: 999;
    }
    .stellarnav a.dd-toggle .icon-plus:before {
        content: '';
        display: block;
        width: 12px;
        height: 0px;
        border-bottom: solid 2px #777;
        position: absolute;
        top: 50%;
        transform: rotate(90deg);
        transition: width 0.3s;
    }
    .stellarnav a.dd-toggle .icon-plus:after {
        content: '';
        display: block;
        width: 20px;
        height: 0px;
        top: 50%;
        border-bottom: solid 2px #777;
        position: absolute;
    }
    /*點擊後旋轉*/
    .stellarnav li.open > a.dd-toggle .icon-plus {
        transform: rotate(180deg);
    }
    /*次分類*/
    .stellarnav.mobile li.open {
        background: #f4e4c7;
        padding: 3px;
    }
    .stellarnav li li {
        display: block;
        border: 1px #eee solid;
        border-bottom-width: 0;
        font-size: 14px;
    }


}
@media only screen and (max-width: 570px) {
    .stellarnav .menu-toggle {
        padding: 15px 10px;
    }
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = = = = = */

@media screen and (min-width: 768px) {
 /* RWD768以上 */  
    /* 下拉 */
    .stellarnav ul ul {
      display: block !important;
      position: absolute;   /* 改成絕對定位 */
      top: 80%;            /* 從父層 a 的底部開始 */
      left: 20px;
      z-index: 10;
      opacity: 0;
      width: 100%;
      max-height: 0;
      transform: translateY(-10px);
      pointer-events: none;
      transition: all 0.8s ease;
      background: #c6ad9a;
      backdrop-filter: blur(10px);
      border-radius: 5px;
    }
    .stellarnav ul > li:hover > ul {
      opacity: 1;
      transform: translateY(0);
      pointer-events: auto;
      max-height: 300px;
      width: 150px;
    }
    .stellarnav li li {
        display: block;
        border: unset;
        border-bottom-width: 0;
        background: unset;
        letter-spacing: 1px;
        transition: .3s;
    }
    .stellarnav li li :hover {
        background: unset;
        color: #ffffff;
        font-weight: 500;
        letter-spacing: 3px;
        transition: .3s;
    }
    .stellarnav li a {
        padding: 7px 10px;
        display: block;
        color: #ffffff;
    }
    .stellarnav li.drop-left ul ul {
        left: auto;
        right: 160px;
    }
}


/*Footer/＝＝＝＝＝*/
.center {   max-width: 85%;}
.footer { padding: 40px 0 0; background:#ededed; background-position: left;}
.footer_info {  display: flex; align-items: center;  justify-content: flex-start ; padding-right: 0px; grid-gap:22px;}
.footer_info ul {  width: 100%;}
.footer_info li:nth-child(1) {  display: flex;  flex-wrap: wrap;  justify-content: flex-start;}
.footer_info ul>li>p {  width: 49%;  color: #5c5c5c; line-height: 175%;}
.footer_info ul>li>p>a { color: #5c5c5c;}

.footer_info ul>li>p.tel{  order: 1;}
.footer_info ul>li>p.line{  order: 2;}
.footer_info ul>li>p.add{  order: 3;}

.footer_info li p.line:before{ content: 'LINE ID：';}

.footer_menu { border-top: 1px solid #bdbdbd;  padding-top: 15px;    width: 90%;}
.footer_menu a {
    margin: 0;
    padding: 5px 12px 5px 12px;
    border: none;
    background: #a9a9a9;
    transition: all 0.3s;
    color: #ffffff;
}
.footer_menu a:nth-child(1) { display: none;}

.footer_menu a:hover {  background:#6397B8;  transition: 0.5s;  font-weight: bold;color: #ffffff; }
.box_link { position: unset; }
.box_link a{ border: 0px; color: #6397B8; transition: 0.3s;}
.box_link a:hover{color: #6397B8; }
.box_link a.me_tp_line,.box_link a.me_tp_call,.box_link a.me_tp_mail{ display: none; }
.copy, .copy a {  color: #373737;  border-top: none;}

.footer_logo{ max-width: 275px;}
/*
.footer_logo > a {
    background: url(https://pic03.eapple.com.tw/awhong/f-logo.png) no-repeat;
    display: block;
    width: 250px;
    height: 78px;
    background-size: contain !important;
    background-position: center !important;
}
.footer_logo img{display: none;}
*/
@media screen and (max-width: 1440px) {
    .center {  max-width: 100%; width: 100%;}
    }
@media screen and (max-width:1400px) {
  .box_link{ right: 80px;}
}
@media screen and (max-width: 1200px) {
    /*footer*/
    .footer_logo { padding-right: 0px; text-align: center;}
    .footer_menu { width: 100%;}
    .footer_info {  padding: 0px; justify-content: center; flex-wrap: wrap; grid-gap:4px;} 
    .footer_info ul {  width: 100%;}
    .footer_info li:nth-child(1) {  display: flex;  flex-wrap: wrap;  justify-content: flex-start;  flex-direction: column;  align-items: center;  width: 100%;}
    .footer_info li:nth-child(2) { text-align: center;}
    .footer_info ul>li>p { width: 100%;  text-align: center;}
    .footer_logo::before{ width: 237px; height: 72px;}
}

@media screen and (max-width: 1024px) {
    .footer_logo{ padding: 0px 0px 6px 0px; }
    .footer_logo > a{ width: 220px;}
}
@media screen and (max-width: 768px) {    
    #to_top { bottom:60px;}
    .footer_info { justify-content: center;}
    .footer_logo { text-align: center; margin-bottom: 10px;}
    .footer_menu { text-align: center; display: flex; flex-direction: row;  flex-wrap: wrap;  justify-content: center;}
    .footer_menu a { margin: 3px; width: 144px; padding: 5px;}
    .box_link{ justify-content: center;}
    #bottom_menu li a {
        line-height: 2;
        display: inline-block;
        padding: 10px 5px 5px;
        display: none;
    }
}
@media screen and (max-width: 600px) {
    .box_link {    text-align: center;}
    .footer_menu{ width: 75%; margin: auto;}
}
@media screen and (max-width: 450px) {
    .footer_logo > a{ width: 200px;}
}


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}
.product-layer-two li li a{ padding:5px 10px;}
.product-layer-two li li:hover > a { background:#fff; color:#ad925e;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px; height: 8px; background: transparent; left: 0; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:#ad925e;}

.product_info_page .half_box { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_box li.btn_blankTop { margin-top: 50px; justify-content: space-between; display: flex;}
.product_info_page .half_box li.btn_blankTop input { width: calc(50% - 10px); background-image: none; padding: 0; text-align: center;}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
.product_menu_list,
.products-list,
.product-wrapper { width: 100%;}
.product-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-gap: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}
.product_page .product_menu_list>h5{display: block;}

.product_page .show_content > a { order: 1;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}
}
@media screen and (max-width: 600px) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {}
.banner h5 {}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*聯絡我們*/
.contact_le_map a {
    display: block;
    background: #6397B8;
    text-align: center;
    padding: 10px;
    color: #fff;
}
.contact_form li.last cite {
    background: #6397B8;
    color: #fff;
}
.contact_form li.last blockquote, .contact_form li.last cite {
    display: block;
    vertical-align: top;
    font-style: normal;
    padding: 7px;
    text-align: center;
    border: 1px #6397B8 solid;
    width: 150px;
    max-width: calc(50% - 10px);
}

@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: block; }
.footer.with_shopping_mode { padding:30px 0 20px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}




