@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=Noto+Serif+TC:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&display=swap');
:root {
    --MainColor: #81490F; /*網站主要色系*/
    --SubColor: #AC8C64; /*網站輔助色系1*/
    --SubColor2: #E6D8C3; /*網站輔助色系2*/
    --color: #E5DDD2;
    --color2:  #725f48;
   
    --SFont:"Noto Sans TC", sans-serif;/*特殊字體*/
    --SFont2: "Noto Serif TC", serif;/*特殊字體*/
    --SFontE:"DM Serif Text", serif;/*特殊字體*/

    --pd100:100px 0;
    --m100:100px;
    --m50:50px;
    --m30:30px;
    --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;
    --f48:40px;
    --f40:36px;
    --f36:32px;
    --f32:28px;
    --f28:24px;
    --f24:22px;
    --f22:20px;
  }
  }
  @media (max-width:768px) {
  :root{
    --pd100:70px 0;
    --m100:70px;
    --m50:30px;
    --m30:20px;
    --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;
    --f48:28px;
    --f40:24px;
    --f36:22px;
    --f32:20px;
    --f28:18px;
    --f24:18px;
    --f22:18px;
    --f20:17px;
    --f18:16px;
    --f17:15px;
  }
  }
  @media (max-width:375px) {
  :root{
    --f48:24px;
    --f40:20px;
    --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: #fff;}
.pageIndex .header_area { background: #ffffff00;   padding: 10px 10px 0px 10px;position: absolute;}
/*.header_area.sticky{ background: var(--MainColor);}*/
/*電腦LOGO*/

.nav-brand {    width: 100%;transition:all 0.3s;}
.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;
}
.main_header_area .container { max-width: 1800px;}
/*sticky*/
.header_area.sticky{    position: fixed;backdrop-filter: blur(9px);}
.pageIndex .header_area.sticky{  background: #ffffffbf;}
.sticky .stellarnav > ul > li > a b{color:var(--color2);}
.sticky .stellarnav > ul > li:hover > a b{color:var(--MainColor);}

.sticky .stellarnav li.has-sub:hover > a:after { border-top: 6px solid var(--color2);}








/*手機LOGO
.nav-brand-m {}
*/


/*第一層*/
.navigation { grid-template-columns: 230px 1fr;padding: 10px 0; align-items: center;}
.stellarnav { grid-row: 1 / span 2;}
.stellarnav > ul > li{position:relative ;}
.stellarnav > ul > li::before{
    position: absolute;
    content: "";
    background: #fff;
    top: -27px;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 0px;
    transition: 0.5s ease-in-out;
}
.stellarnav > ul > li:hover::after{height: 35px;    transition: 0.5s ease-in-out;}
.stellarnav > ul > li > a{transition:all 0.3s;font-family: var(--SFont);color: var(--SubColor);letter-spacing: 1px;color:var(--color2);font-weight: unset;}
.stellarnav > ul > li > a b{color:var(--color2);}
.stellarnav > ul > li > a b:nth-child(2){font-family: var(--SFontE);}
.stellarnav > ul > li:hover > a{color: var(--SubColor);}
.stellarnav > ul > li > a:hover b{color:  var(--SubColor);}
.stellarnav li.has-sub > a:after { border-top: 6px solid var(--color2);}
.stellarnav li.has-sub:hover > a:after { border-top: 6px solid var(--SubColor);}


.pageIndex .stellarnav > ul > li > a{color: var(--color2);}
.pageIndex .stellarnav > ul > li > a b{color:#fff;}
.pageIndex .stellarnav > ul > li:hover > a{color: #fff;}
.pageIndex .stellarnav > ul > li > a:hover b{color: var(--MainColor);}
.pageIndex .stellarnav li.has-sub > a:after { border-top: 6px solid #715f4a;}
.pageIndex .stellarnav li.has-sub:hover > a:after { border-top: 6px solid #715f4a;}

.pageIndex .sticky .stellarnav > ul > li > a b{color: var(--color2);}
.pageIndex .sticky .stellarnav > ul > li > a:hover b{color: var(--SubColor);}
.pageIndex .sticky .stellarnav li.has-sub > a:after { border-top: 6px solid #715f4a;}
.stellarnav > ul > li::before { background: #fff;}
/*第二層*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{    padding: 7px 5px;    transition: all 0.3s;border-left:1px solid transparent;color: var(--MainColor);}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{
    color: var(--SubColor);	
    padding-left:10px;
    background: linear-gradient(180deg, var(--SubColor2), #ffffffab);}

/*.stellarnav ul ul {     backdrop-filter: blur(9px);border: 1px var(--color) solid;}*/
.stellarnav>ul>li>ul {background: #ffffff00;padding-top: 20px;border: none;width: 200px;}
.stellarnav li li {border:none;border-bottom:1px solid var(--color);background: #e5ddd3ba;backdrop-filter: blur(9px);}

.stellarnav li li.has-sub > a:after {  border-left: 6px solid #715f4a;}


/* 商品下拉超過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個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*進入網站動畫*/

/*大圖*/
.pageIndex .swiper-fade .swiper-slide{background: var(--color);}
.pageIndex .swiper-wrapper .swiper-slide::after{
    position: absolute;
    content: "";
    background:url(https://pic03.eapple.com.tw/weihuanfloor/bn01.png) no-repeat;
    background-size: contain;
    width: 100%;
    height: 0;
    padding-bottom: calc(100% / 1* 0.09);
    top: 50%;
    left: 0;
}

/*Banner/＝＝＝＝＝*/

.banner{
    background: url(https://pic03.eapple.com.tw/weihuanfloor/banner-1.png) no-repeat;
    background-size: cover!important;
    background-position:left;
    min-height: 600px;
    border-radius:20px ;
    margin: 0 5%;
    position: relative;
}
.banner h5{
    position: absolute;
    content: "";
    font-size: var(--f20);
    left: 15%;
    top: 480px;
}

.banner h5::after{
    position: absolute;
    content: "";
    font-family: var(--SFontE);
    font-size: var(--f40);
    color: var(--MainColor);
    left: 0;
    top:-47px;
    font-weight: 100;
}
.services_page .banner{  background: url(https://pic03.eapple.com.tw/weihuanfloor/banner-service-1.png) no-repeat;}
.services_page .banner.banner h5::after{content: "SERVICE";}


.other_page .banner{  background: url(https://pic03.eapple.com.tw/weihuanfloor/banner-process-1.png) no-repeat;}
.other_page .banner.banner h5::after{content: "PROCESS";}

.contact_page .banner{  background: url(https://pic03.eapple.com.tw/weihuanfloor/banner-contact-1.png) no-repeat;}
.contact_page .banner.banner h5::after{content: "CONTACT";}

.product_page .banner.banner h5::after,
.product_info_page .banner.banner h5::after{content: "PRODUCT";}

.album_page .banner.banner h5::after,
.album_class_page .banner.banner h5::after,
.album_info_page .banner.banner h5::after{content: "CASE";}

.blog_page .banner h5::after,
.blog_in_page .banner h5::after{content: "NEWS";}





/*Footer/＝＝＝＝＝*/
.footer{background: var(--color);}
.footer_logo{    max-width: 220px;}
.footer_logo img { width: 100%;}
.footer_info {    display: flex;    flex-wrap: wrap;    align-items: center;    justify-content: center;padding: 0;}
.footer_info ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.footer_info li p {  color: #726c5d;}
.footer_info li p a {  color: #726c5d;}



.footer_menu {    display: grid;    grid-template-columns:repeat(8, 120px);;    gap: 5px;}/*footer按鈕最小寬度100px*/
.footer_menu a {    
    margin: 0 5px;	
    text-align: left;	
    padding: 5px 5px 5px 25px;
    transition: all 0.3s;
    border: none;
    color: #726c5d;
    background: #ffffff00;
    position: relative;

}
.footer_menu a::after{
    position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/weihuanfloor/icon-f.png)no-repeat;
    background-size: contain;
    width: 18px;
    height: 10px;
    left: 0;
    top: 7px;
    
}
.footer_menu a:hover::after{height: 30px; background: url(https://pic03.eapple.com.tw/weihuanfloor/icon-f-h.png)no-repeat;top: 2px; background-size: contain;}


.footer_menu a:hover {    background: #ffffff00;letter-spacing: 1px;color: #81490F;font-weight: bold;}
.copy {    background: var(--color);    color: var(--SubColor)	;border:none;}
.copy a{    color: var(--MainColor);transition:all 0.3s;}
.box_link{display: none;}
.box_link a{transition:all 0.3s;}
.box_link a:hover {    background: #ADA17E;    color: #fff;}

/*url(https://pic03.eapple.com.tw/weihuanfloor/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: 240px; 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 5px 40px;}
.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_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two > li {border-bottom: none;position: relative;}
.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-layer-two li a {border: none;background: #ffffff00;color: var(--MainColor);font-family: var(--SFont2);    font-weight: 600;}
.product-layer-two>li>a {    padding: 7px 16px 7px 30px;}
.product-layer-two>li>a::after{
    position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/weihuanfloor/icon-p.png)no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    left: 0;
    top: 10px;
    transition: 0.5s ease-in-out;
}
.product-layer-two>li:hover>a::after{   background: url(https://pic03.eapple.com.tw/weihuanfloor/icon-p-h.png)no-repeat;    background-size: contain;}
.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:left;font-weight: bold;}
.products-list .more {  
    border: 1px solid #fff;  
    color:#fff;
    filter: drop-shadow(0 0 5px #00000093);
    position: absolute;
    top: 30%;
    bottom: unset;
    left: 50%;
    transform: translateX(-50%);
    width: max-content!important;
    height: auto;
    padding: 0px 15px;
    border-radius: 23px;
    opacity: 0;

}
.products-list .item:hover .more{opacity: 1;}
.products-list .item { padding: 5px;}
.products-list .item a:hover .more{background:#ffffff00;}
.products-list .price b {  color:var(--color2);}
.products-list .price b:nth-child(2){color: #db0000;}
.products-list .pic img { border-radius: 15px;}

.product-layer-two li.active>a {color:var(--color2);border: none;}
.product-layer-two>li:hover>a {
    border:none ;
    background:#ffffff00;
    color: var(--MainColor);
    font-weight: bold;
}
.product-layer-two li ul {    grid-gap: 0;}


.animated-arrow { background:var(--MainColor);}
    
/*產品內頁*/
.product_main { width: 60%;}
.sidebarBtn { border: 5px var(--color2) solid;    border-radius: 20px;}
.inquiry_a1 { background: #7e7a71;}
.inquiry_a2 { background: var(--color2);}
.lastPage {background:var(--SubColor);}
.pd_tabTitle li.activeTab a {  color:var(--SubColor);    font-weight: bold;    font-size: var(--f24);}
.pd_tabTitle li.activeTab::after {
    height: 3px;
    background: var(--MainColor);
    width: 100px;
    left: 50%;
    transform: translateX(-50%);
}
.pd_tabTitle li {  border-bottom: none;}

.product_pic { padding-left: 0;}


.proImgSwiper li { align-items: flex-start;}
.product_info_page .proImgSwiper img { border-radius:20px;}
.product_info_page #prod_thumbSwiper img {
    border-radius: 10px;
    overflow: hidden;}
 #prod_thumbSwiper .swiper-slide::before{    border-radius: 10px;}
 /*.product_info_page input[type="submit"] {display: none;}加入詢價車按鈕*/
 .related_list li a { border-radius: 10px;}
 .related_list li figure {  border-radius: 10px;}



.product_info_page .swiper-vertical>.swiper-wrapper {
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(100px, 1fr));
    gap: 10px;
    justify-content: center;
}

#prod_thumbSwiper .swiper-slide {  width: 100%;height: 100% !important;    aspect-ratio: 1 / 1;}
#prod_thumbSwiper {
   position: static;
    max-width: 100%;
    width: 100%;
}
.product_info_page .proImgSwiper {  height: 550px;margin-bottom: 30px;}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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;}
}




/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.blog_subbox {grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));}
.subbox_item a {  grid-template-columns: 1fr;}
.blog_list_ri h5 {  font-weight: bold;  color:var(--color2);}
.blog_list_le { border-radius: 15px;    overflow: hidden;}
.subbox_item a:before {
    content: 'MORE';
    opacity: 1;
    color: #fff;
    background: var(--color2);
    border-radius: 20px;
    padding: 5px 15px;
}
.subbox_item a:after {
    background: rgb(255 255 255 / 0%);
    border: none;
}

.subbox_item a {
    padding: 2%;
    border-radius: 20px;
}
.subbox_item:hover a {background:#f5efe6;}    
.subbox_item:hover  a:before { background: var(--SubColor);}

/*側邊選單*/
.blog_le .accordion { border: none;border-radius: none;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category { background:#ffffff00 !important;}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {    color:var(--MainColor) !important;}
.accordion li .link a {padding: 15px 10px 15px 40px;position: relative;}
.accordion li .link a::after{
    position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/weihuanfloor/logo_s.png)no-repeat;
    background-size: contain;
    left: 0;
    top: 8px;
    width: 30px;
    height: 30px;
    filter: brightness(0);
    opacity: 0.7;
    transition: 0.5s ease-in-out;
}

.accordion li:hover .link a::after{ filter: brightness(100%);opacity: 1;transition: 0.5s ease-in-out;}










/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*相簿*/
.show-list .show_name {  text-align: center;}
.other_subalbum li a p {  text-align: center;font-weight: bold;}
.show-list .item:hover .show_name { color: var(--MainColor);}
.album_page ul.show-list:hover  a,
.album_class_page  ul.show-list:hover  a{opacity: 0.5;}
.album_page ul.show-list li:hover a,
.album_class_page ul.show-list li:hover a{opacity: 1;}
.show-list .show_pic img { border-radius: 15px;}
/*相簿 內頁*/
.other_album_choice li{background: var(--MainColor);}
.pic-list .show_pic img{ border-radius: 15px;}

/*最新消息-文章*/
.blog_back a.article_btn_back {    background:var(--MainColor);}
.lastPage {  background:var(--MainColor);}




/*聯絡我們*/
.contact_form li.last cite {  background: var(--MainColor);}
.contact_content {  padding: 0;}
.contact_content .information_left { width: 100%;    order: 2;padding: 0;}
.contact_content .information_right {
    width: 100%;
    max-width: 1200px;
    padding-left:0px;
    padding: 60px;
    margin: auto;}
.contact_content form {
    display: flex !important;
    flex-direction: column !important;
}
.blank_letter{display: none;}
.list_before{display: none;}

.contact_le_map a{display: none;}







/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */







@media screen and (max-width:1200px) { 
.banner { min-height: 350px;}
.banner::before { width: 400px; height: 150px;}
.banner h5 { top: 280px;}

}

@media screen and (max-width:1024px) { 
    .nav-header { margin: auto;}
    .pageIndex .header_area { position: relative;}
    .pageIndex .stellarnav > ul > li > a b{color: var(--color2);}

    
    .album_class_page .banner h5, .product_info_page .banner h5{      left: 10%;  width: 250px;text-align: left;}
    }
    
 @media screen and (max-width: 980px) { 
    .header_area {
        position: static;
        text-align: center;
    }
    .stellarnav > ul > li > a b {color: var(--MainColor);}
    .stellarnav li.has-sub:hover > a:after { border-top: 6px solid var(--MainColor);}

    .sticky .nav-brand img{display: block; transition: 0.5s ease-in-out;}
    .sticky .header_area .nav-brand {display: none;}
    .header_area.sticky {  background: rgb(255 255 255 / 73%);backdrop-filter:unset}



    .footer_menu{    grid-template-columns: repeat(4, 120px);}
    
    
   .product_info_page .proImgSwiper {
    height: auto;
    margin-bottom: 30px;
}
  #prod_thumbSwiper .swiper-slide {  height: 100% !important;}

    }
    @media screen and (max-width:850px) { 
        /*footer*/
        .footer_logo {
           background-position: center;
           margin: auto;
           width: 100%;}
        .footer_info { padding: 0 60px;}
        .footer_info { grid-template-columns: 1fr;}
        .footer_info li:nth-child(1) { width: 100%;}
        .footer_info li:nth-child(2) { width: 100%;}
    
        
        .box_link { top: 193px;  left: 63px;}
        #prod_thumbSwiper { bottom: -62px;}
       }
    @media screen and (max-width: 768px) { 
    /*HEADER*/
    .nav-header { max-width:180px; }
    .nav-header { position: relative;  z-index: 99999;}
    
    /*大圖*/
    .swiper-banner .swiper-slide img {
        height: 600px;
        object-fit: cover;
    }
    .swiper-banner .swiper-slide:nth-child(2) img{display: none;}
    .pageIndex .swiper-wrapper .swiper-slide:nth-child(1):after {
        background: url(https://pic03.eapple.com.tw/weihuanfloor/bn01-768p.png) no-repeat;
        background-size: contain;
        padding-bottom: calc(100% / 1* 0.2);
        top: 14%;
        left: 50%;
        filter: drop-shadow(1px 1px 3px var(--color2));
        z-index: 999;
        }

    .pageIndex .swiper-wrapper .swiper-slide:nth-child(2):after {
        background: url(https://pic03.eapple.com.tw/weihuanfloor/bn01-768p.png) no-repeat;
        background-size: contain;
        padding-bottom: calc(100% / 1* 0.2);
        top: 65%;
        left: 50%;
        filter: drop-shadow(1px 1px 3px var(--color2));
        z-index: 999;
        }

    .pageIndex .swiper-wrapper .swiper-slide:nth-child(2){ 
        background: url(https://pic03.eapple.com.tw/weihuanfloor/bn02-768.png) no-repeat;
        background-size: cover;
        width: 100%;
        height: 600px;
        z-index: 0;
     }



    /*手機側邊欄位*/
    .stellarnav .icon-close:before, .stellarnav .icon-close:after {   border-bottom: solid 3px var(--MainColor);}
    .stellarnav .menu-toggle span.bars span {  background: var(--SubColor);}
    .stellarnav .menu-toggle:after { color:var(--SubColor);}
    .sticky .stellarnav.mobile.left .close-menu {background: var(--SubColor2);color: var(--MainColor);}

    .stellarnav.mobile ul ul {  border: none;    padding-top: 0;}
    .stellarnav li li { border-bottom:none;}
    .stellarnav.mobile > ul > li {  border-bottom: 1px #fdf7ef solid;}
    .stellarnav.mobile > ul > li > a { padding: 20px 0;   text-align: center;}
    .stellarnav li li > a, .stellarnav li li.has-sub > a {  text-align: center;        color: #8f877d;        background: #f1eae7;}
    .stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {background:#d5c9b8ad ;    }
    .stellarnav > ul > li > a b , .sticky .stellarnav > ul > li > a { color: var(--SubColor);        text-align: center;      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: 100%;}

    .stellarnav.mobile.left .close-menu { padding: 15px 10px 45px;background: var(--SubColor2);color: var(--MainColor);}
    .stellarnav.mobile li a {  border-bottom: none;}
    
    .stellarnav.mobile li.open {background: #F1EAE7;}
    .stellarnav.mobile li.open>a{color: var(--MainColor);}
    .pageIndex .sticky.header_area { position: fixed;  }


/*banner*/
    .banner {  min-height: 270px; background: url(https://pic03.eapple.com.tw/weihuanfloor/banner-768-1.png) no-repeat; }
    .banner h5 {  top: 228px; left: 6%;}
    .banner h5::after {   top: -35px;}    
    .services_page .banner {   background: url(https://pic03.eapple.com.tw/weihuanfloor/banner-service-768-1.png) no-repeat;    }
    .contact_page .banner {     background: url(https://pic03.eapple.com.tw/weihuanfloor/banner-contact-768-1.png) no-repeat;}
    .other_page .banner {   background: url(https://pic03.eapple.com.tw/weihuanfloor/banner-process-768-1.png) no-repeat;  }

    .album_class_page .banner h5, .product_info_page .banner h5 {  left: 0%;}




    /* 開啟手機板下方按鈕所需設定 */
    #bottom_menu {display: none; }
    .footer.with_shopping_mode { padding:30px 0 0px; }
    #to_top { bottom:60px;}
    .footer_logo { max-width: 170px;}
    .footer_info li { width: 90%;}
    .footer_info li p.fax {text-align: center;}
    .footer_menu { margin: auto;   max-width: max-content;}
    .footer_info {
        grid-template-columns: 1fr;
        width: fit-content;
        margin: auto;}
    .footer_info li:nth-child(1) { margin: auto;        max-width: max-content;}
    .box_link {
        top: 170px;
        left: 50%;
        transform: translateX(-50%);
    }
    .footer_info li p.line{margin-top: 20px;}
    
    .product_menu_list,
    .products-list,
    .product-wrapper { width: 100%;}

    .product_menu_lis{display: none;}
    .product-layer-two { margin-right: 0;        grid-template-columns: 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;}
    #prod_thumbSwiper { bottom: 0;}
    .proImgSwiper {  aspect-ratio: 4 / 3;}
    .product_info_page .main_part {  padding: 0px 10px 10px;}


.product_main {width: 90%;}
.product-wrapper {
         display: flex;
        flex-direction: column;
        align-items: center;
    }
    #prod_thumbSwiper .swiper-slide {
        height: 100% !important; 
        width: 100% !important;
    }
.thumb-swiper .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1%;
}

    /*聯絡我們*/
    .contact_form li { grid-gap: 0;}
    }
    
    
    @media screen and (max-width: 600px) { 
        .footer_menu { grid-template-columns: repeat(3, 120px);}
        .footer_info { padding: 0 30px;}
        .contact_form li .form__label {  background: rgb(255 255 255 / 0%);    }
        .contact_content .information_right { padding: 20px}

        .banner {   background-position: center!important;}
    .album_class_page .banner h5, .product_info_page .banner h5 { width: 200px;}

     .album_class_page .main_part {  padding: 0px 10px 10px;}
    }
    @media screen and (max-width: 500px) { 
        .swiper-banner .swiper-slide img { height: 450px;}
        .pageIndex .swiper-wrapper .swiper-slide:nth-child(2){  height: 450px;}
        .footer_menu {  grid-template-columns: 1fr 1fr;}
        .swiper-vertical>.swiper-wrapper {
            grid-template-columns:repeat(auto-fill, minmax(100px, 1fr));
        }
        .album_class_page .banner h5, .product_info_page .banner h5 { width: 150px;}
    
    }
    @media screen and (max-width: 420px) { 
        .banner {  min-height: 220px;}
        .banner h5 { top: 182px;}
        .banner h5::after { top: -27px;}
        .banner::before {
            width: 200px;
            height: 80px;}







    }
    @media screen and (max-width: 3750px) { 
    
    }
    
    