@charset "utf-8";
/*妮可窗簾*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');

/*預設解除背景輪播*/
#content_main { margin:0; background: transparent; z-index: 0;width: 100%;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
.swiper-slide img { height:auto;} 
.me_tp_features{display: none;}

/*卷軸==============================================*/
&::-webkit-scrollbar {
    background: #dfdfdf;
    width: 7px;
}
&::-webkit-scrollbar-button {
    display: none;
    background: #c2c2c2;
    border-radius: 0;
}
&::-webkit-scrollbar-track-piece {
    background: #ffffff;
}
&::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #a69e8b;
}
&::-webkit-scrollbar-track {
    box-shadow: transparent;
}

/*大圖*/
.swiper-banner .swiper-slide{
    position: relative;
    width: calc(100%);
    transform: translateX(0%);
    transition: opacity 3000ms cubic-bezier(0.25, 1, 0.5, 1);

}

/*圖片1*/
.swiper-banner .swiper-slide:nth-child(1)::after {
    content: "";
    position:fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    background-image: url(https://pic03.eapple.com.tw/0987198601/big_img1.png);
    background-size: 100%;
    background-repeat: no-repeat;
    /*clip-path: polygon(43% 0, 100% 0%, 100% 34%, 58% 22%);右上往左下*/
    clip-path: polygon(0% 0%, 0% 100%, 45% 100%, 45% 0, 45% 0, 45% 100%, 100% 100%, 100% 0%);/*從中間往兩側開*/
    filter: blur(12px ); /*模糊*/
    transform: scale(1.05);  /*縮放*/
    opacity:1;
    z-index:0;
    animation: diagReveal_1 2s ease-out forwards;

}
 @keyframes diagReveal_1{
    0%{
       opacity:1;
      /*clip-path: polygon(0 0, 100% 0%, 100% 82%, 0 2%);*/
      clip-path: polygon(45% 0, 45% 100%, 45% 100%, 45% 0, 39% 0, 39% 100%, 52% 100%, 52% 0);
       transform: scale(1.07);
    }
    40%{
      opacity:1;
      /*clip-path: polygon(0 0, 100% 0%, 100% 82%, 0 28%);*/
      transform: scale(1.03);
      filter: blur(2px) grayscale(20%);
    }
    100%{
      opacity:1;
      /* clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%); 右上往左下完整長方形 */
      clip-path: polygon(0% 0%, 0% 100%, 45% 100%, 45% 0, 45% 0, 45% 100%, 100% 100%, 100% 0%);/*展開*/
      transform: scale(1);
      filter: blur(0px)  grayscale(0%);
    }
 }
.swiper-banner .swiper-slide:nth-child(1)::before {
    content: "";
    position:fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    background-image: url(https://pic03.eapple.com.tw/0987198601/big_text1.png);
    background-size: 100%;
    background-repeat: no-repeat;
    clip-path: polygon(0% 0%, 0% 100%, 45% 100%, 45% 0, 45% 0, 45% 100%, 100% 100%, 100% 0%);/*從中間往兩側開*/
    opacity:1;
    z-index:2;
    animation: diagReveal_1 2s ease-out forwards;

}


.swiper-banner .swiper-slide:nth-child(2)::after {
    content: "";
    position:fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    background-image: url(https://pic03.eapple.com.tw/0987198601/big_img2.png);
    background-size: 100%;
    background-repeat: no-repeat;
    /*clip-path: polygon(43% 0, 100% 0%, 100% 34%, 58% 22%);右上往左下*/
    clip-path: polygon(0% 0%, 0% 100%, 45% 100%, 45% 0, 45% 0, 45% 100%, 100% 100%, 100% 0%);/*從中間往兩側開*/
    filter: blur(0px); 
    transform: scale(1.05);  
    opacity:1;
    z-index:0;
    animation: diagReveal_2 2s ease-out  3s both;

}
.swiper-banner .swiper-slide:nth-child(2)::before {
    content: "";
    position:fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    background-image: url(https://pic03.eapple.com.tw/0987198601/big_text2.png);
    background-size: 100%;
    background-repeat: no-repeat;
    clip-path: polygon(0% 0%, 0% 100%, 45% 100%, 45% 0, 45% 0, 45% 100%, 100% 100%, 100% 0%);/*從中間往兩側開*/
    opacity:1;
    z-index:2;
    animation: diagReveal_2 2s ease-out  3s both;

}
@keyframes diagReveal_2{
    0%{
       opacity:0;
      /*clip-path: polygon(0 0, 100% 0%, 100% 82%, 0 2%);*/
      clip-path: polygon(45% 0, 45% 100%, 45% 100%, 45% 0, 39% 0, 39% 100%, 52% 100%, 52% 0);
       transform: scale(1.07);
    }
    40%{
      opacity:1;
      /*clip-path: polygon(0 0, 100% 0%, 100% 82%, 0 28%);*/
      transform: scale(1.03);
      filter: blur(2px) grayscale(20%);
    }
    100%{
      opacity:1;
      /* clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%); 右上往左下完整長方形 */
      clip-path: polygon(0% 0%, 0% 100%, 45% 100%, 45% 0, 45% 0, 45% 100%, 100% 100%, 100% 0%);/*展開*/
      transform: scale(1);
      filter: blur(0px)  grayscale(0%);
    }
}




.main_header_area .container{
    max-width: 84%;
    margin: auto;
}  
.navigation{
    grid-template-columns: 18% 1fr;
}
.nav-header{
    width: 100%;
    max-width: 100%;
}
.pageIndex .header_area{
    position: fixed;
    background: #F5F0EC;
    
}
.header_area{
    position: relative;
    background: #F5F0EC;
    
}
.nav-brand img {
    max-width: 100%;
    background-color: transparent;
}
.stellarnav ul{
    padding: 1% 0;
}
.stellarnav > ul > li > a {
    color: #555142;
    font-family: "Noto Sans TC", sans-serif;
    letter-spacing: 1px;
    font-size: 15px;
    margin: 0 20px;
    font-weight: 400;
    height: auto;
    line-height: normal;
}


/*內頁BANNER 設定*/
.banner {
    background-image: url(https://pic03.eapple.com.tw/0987198601/all_banner.png);
    background-color: #F5F0EC;
}
.banner h5 {
  font-size: 18px;
  color: #555142;
  font-family: "Noto Sans TC", sans-serif;
  letter-spacing: 1px;
  font-weight: 400;

}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}





/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul{display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); left: 0; width: 100%; position: fixed; padding: 20px;}
.stellarnav.desktop li.bigMenu ul ul{top: 100%; left: 0; width: 100%; background: #efefef; height: auto; max-height: 300px; overflow: auto;}
.stellarnav.desktop li.bigMenu ul ul li{margin: 0;} 
.stellarnav.hasBigMenu li.bigMenu li.has-sub > a:after{border-left: 6px solid transparent; border-bottom:unset; border-right: 6px solid transparent; border-top: 6px solid #898989; right: 5px;}
/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */

/* 商品下拉超過30個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.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;}



/*頁腳*/
.footer{
    background: #d0cfc9;
    padding: 4% 0 2% 0;
}
.footer .center{
    position: relative;
    max-width: 84%;
    margin: auto;
}
.footer_info li p{
    color: #555142;
    font-family: "Noto Sans TC", sans-serif;
    letter-spacing: 1px;
    font-size: 14px;
}
.footer_menu{
  display: flex;
}
.footer_menu a{
    color: #555142;
    font-family: "Noto Sans TC", sans-serif;
    letter-spacing: 1px;
    font-size: 14px;
    text-align: center;
}
.footer_info{
    grid-template-columns: 1fr;
}
.footer_info li:nth-child(1) {
    padding: 0;
    margin-bottom: 2%;
}
.footer_info li:nth-child(2) {
    padding: 0;
}
.box_link{
  display: none;
}
.copy{
    color: #555142;
    font-family: "Noto Sans TC", sans-serif;
    letter-spacing: 1px;
    font-size: 12px;
}
.copy a:hover {
    color: rgb(177, 176, 170);
}

/*聯絡我們*/
.contact_form li .form__label{
    background: transparent;
}
.contact_form li.last cite {
    background: #ede7e2;
    color: #696457;
}
.fa-arrow-right::before{
    display: none;
}
.contact_form li .form__label{
    text-align: left;
    display: flex;
}
.red{
    order: 2;
}
.blank_letter{
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 1280px) {

}
@media screen and (max-width: 1024px) {
.header_area {
    position: relative;
} 
.stellarnav > ul > li > a{
  font-size: 14px;
}

}
@media screen and (max-width: 980px) {

}
@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
.bannerindex { padding:0; margin:0;}
.stellarnav.mobile{
  top: 22%;
}
.main_header_area .container{
  max-width: 100%;
}
.nav-header {
    width: 100%;
    max-width: 54%;
    padding: 2% 0;
}
#bottom_menu li a em{
    display: none;
}
#bottom_menu li a{
    padding: 12%;
}

/*手機板大圖*/
.pageIndex .swiper-wrapper .swiper-slide:nth-child(1)::before,.pageIndex .swiper-wrapper .swiper-slide:nth-child(2)::before{display: none;}
.pageIndex .swiper-banner .swiper-slide:nth-child(2)::after,.pageIndex .swiper-banner .swiper-slide:nth-child(1)::after{display: none;}
.pageIndex  .swiper-slide img { display:none; }
.pageIndex .swiper-slide {width: 100%;height: 0;padding-bottom: calc(100% / 3 * 4);}
.pageIndex  .swiper-slide:nth-child(1) { background-image:url(https://pic03.eapple.com.tw/0987198601/手機大圖_01.jpg) ; background-size:cover;   background-position: center;}
.pageIndex .swiper-slide:nth-child(2) { background-image:url(https://pic03.eapple.com.tw/0987198601/手機大圖_02.jpg) ; background-size:cover;   background-position: center;}



/*產品*/
.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;}




/*頁腳*/
.footer_menu{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.footer_menu a{
    background: transparent;
}
.footer_menu a:hover{
    background: #f0f0f0;
    color: #555142;
}



}
@media screen and (max-width: 600px) {

}
@media screen and (max-width: 480px) {
.stellarnav.mobile{
  top: 10%;
}


}