@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個--結束 */


.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
  }
  
  .poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
  }
  
  .poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
  }
  
  .poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
  }
  
  .poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
  }
  
  .poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
  }
  



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.main_part {
    padding: 6% 10px 10px;
    max-width: 1500px;
}

/*會員*/
.right_member_in {
    position: fixed;
    top: 50%;
    right: 0;
    width: 30px;
    background: #fff;
    border: 1px #ccc solid;
    padding: 7px;
    text-align: center;
    z-index: 10000;
}

/*======Header區塊======*/


/*======Header區塊======*/

/*Header*/
.pageIndex .main_header_area {
    transition: all .3s;}
    .pageIndex .header_area {
        position: fixed;
        width: 100%;
        background: transparent;
    }
.header_area.sticky .main_header_area {
    width: 100%;
    z-index: 9999;
    background: unset;
    transition: all .8s;
    top: 0px;
    min-height: 109px;
}

.header_area {
    position: fixed;
    z-index: 9999;
    padding: 0px;
    background: unset;
    width: 100%;
    transition: all .8s;
}
.header_area.sticky {
    width: 100%;
    z-index: 9999;
    background: unset;
}
.main_header_area .container {
    max-width: 100%;
    margin: auto;
}
.navigation {
    width: 100%;
    position: relative;
    padding: 20px;
    display: grid;
    grid-template-columns: 180px 1fr;
    grid-gap: 0 40px;
    margin-top: 0;
}
.nav-header {
    z-index: 123;
    top: 0;
    left: 0;
    max-width: 350px;
    width: 100%;
    grid-row: 1 / span 2;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}
.nav-brand {
    display: block;
    max-width: max-content;
    margin: 0;
    width: 100%;
}
.stellarnav ul {
    display: flex;
    margin: 0;
    padding: 0;
    text-align: left;
}
.stellarnav > ul > li > a b {
    display: block;
    line-height: 40px;
    height: 40px;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 2px;
    animation: tracking-in-expand 2.5s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}

.stellarnav > ul > li:nth-of-type(7) {
    position: relative;
    margin-left: auto; /* 推到最右邊 */
}
.stellarnav > ul > li:nth-of-type(7) > a b {
    color: white; /* 設定文字顏色為白色 */
}

.stellarnav > ul > li:nth-of-type(7)::after {
    content: "";
    position: absolute;
    left: -20px;
    bottom: 0px;
    width: 140px;
    height: 64px;
    margin: auto;
    background-color: #c9834b;
    border-radius: 0 0 0 25px;
    z-index: -1;
}
.stellarnav li.has-sub > a:after {
    content: '';
    margin-left: 10px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #3e3b39;
    border-bottom: 5px solid #3e3b39;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 3px;
    transform: translateY(-50%);
}
/*下拉*/
.stellarnav li li {
    display: block;
    border: 1px #eee solid;
    border-bottom-width: 0;
    transition: all 0.5s;
}
.stellarnav li li:hover {
    background: #f3f3f3;
}
.stellarnav li a {
    padding: 7px 10px;
    display: block;
    color: #777;
    font-size: 15px;
    letter-spacing: 2px;
}



/*選單購物車*/
.me_tp_features {    display: none;}

@media screen and (max-width: 1024px) {
    .navigation {
        max-width: 100%;
        position: relative;
        padding: 20px;
        grid-template-columns: 150px 1fr;
        grid-gap: 0 20px;
    }
    .me_tp_features { display: none;}
}

@media only screen and (max-width: 768px) {
    .pageIndex .header_area {
        position: fixed;
        width: 100%;
        background: unset;
    }

    .nav-header {
        z-index: 123;
        top: 0;
        left: 0;
        max-width: 350px;
        width: 100%;
        grid-row: 1 / span 2;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
    }
    
    .nav-brand {
        width: 250px;
        margin: 0 17px 0 0;
    }
    .stellarnav.mobile {
        position: absolute;
        right: 0;
        left: auto;
        top: 10px;
        width: auto;
        display: inline-block;
    }
    .stellarnav .menu-toggle span.bars {
        display: inline-block;
        text-align: center;
        position: relative;
        top: 5px;
    }
    .stellarnav .menu-toggle span.bars span {
        display: block;
        width: 33px;
        height: 2px;
        border-radius: 6px;
        background: #3d3b39;
        margin: 0 auto 6px;
    }
    .stellarnav .menu-toggle:after {
        content: 'MENU';
        font-size: 10px;
        color: #ffffff;
        display: block;
        transform: scale(0.9);
        display: none;
    }
/*打開漢堡外觀*/
.stellarnav.active .menu-toggle .bars span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 6px);
    transition: transform 0.3s ease, translate 0.3s ease; /* 加入變化過渡 */
}

.stellarnav.active .menu-toggle .bars span:nth-child(2) {
    opacity: 0;
    transition: opacity 0.3s ease; /* 加入透明度過渡 */
}

.stellarnav.active .menu-toggle .bars span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -6px);
    transition: transform 0.3s ease, translate 0.3s ease; /* 加入變化過渡 */
}
    

/*打開漢堡 左滑出現*/
    .stellarnav.mobile.right>ul,
    .stellarnav.mobile.left>ul {
      left: -100;  /* 移除原本的 left 設定 */
      font-size: 0;
      max-width: 100%;
      height: auto;
      padding: 0 15px;        
      left: -100vw;
      overflow: hidden;
      transition: all .5s ease;
    }
/*關*/
     .stellarnav.mobile.left.active > ul{
        display: block !important;
        left: 0;
        max-width: 60%;
        background: #f3f3f3;
        border-right: unset;
    }
    .stellarnav.mobile.left .close-menu {
        display: inline-block;
        text-align: right;
        font-size: 0;
        background: unset;
    }
    .stellarnav .icon-close{ display: none;}
    .stellarnav > ul > li > a b {
        animation: none;
        animation-delay: 0s;
      }
    .stellarnav > ul > li:nth-of-type(7)::after{ display: none;}
    
    .stellarnav.mobile > ul > li > a {
        text-align: left;
        overflow: auto;
        height: auto;
        line-height: 150%;
        display: flex;
        flex-direction: column;
    }
    .stellarnav.mobile > ul > li > a b {
        display: inline;
        vertical-align: top;
        height: auto;
        line-height: 150%;
        font-size: 13px;
        font-weight: 700;
        color: #333;
    }
    .stellarnav a.dd-toggle .icon-plus:before {
        content: '';
        display: block;
        width: 12px;
        height: 0px;
        border-bottom: solid 2px #666;
        position: absolute;
        top: 50%;
        transform: rotate(90deg);
        transition: width 0.3s;
    }
    .stellarnav a.dd-toggle .icon-plus:after {
        content: '';
        display: block;
        width: 12px;
        height: 0px;
        top: 50%;
        border-bottom: solid 2px #666;
        position: absolute;
    }
    /*下拉*/
    .stellarnav.mobile ul {
        background: unset;
    }
    .stellarnav.mobile li a {
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    color: #cd7e4e;
    font-size: 13px;
    font-weight: 600;
    padding-left: 13px;
}

}

@media only screen and (max-width: 570px) {
    .stellarnav.mobile {
        position: absolute;
        right: 10px;
        top: 25px;
        width: auto;
        display: inline-block;
    }
}    



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*======Footer區塊======*/
.footer {padding: 80px 0px 0;background: #ffffff;border-top: 1px solid #ddd;}
.footer_info li p, .footer_info li p > a {color: #343a40;line-height: 220%;font-family: "Poppins", sans-serif;font-size: 14px;font-weight: 500;}
.footer_info {
    display: flex;
    padding: 0 50px;
    justify-content: space-between;
    flex-direction: column;
}
.footer_logo {    width: 180px;    margin: 0; }
.footer_logo img {    max-width: 185px;}
.footer_info ul {display: flex;align-items: flex-start;justify-content: space-between;width: 100%;flex-direction: column;gap: 65px 0;}
.footer_info li {    padding: 0;}
.footer_info li:nth-child(1) {    width: 48%;}
.footer_info li:nth-child(2) {width: 65%;}
.footer_info li p.tel:before {    content: '電話：';}
.footer_info li p.tel2:before {    content: '';}
.footer_info li p.add:before {    content: '地址：';}
.footer_menu {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer_menu a {
    background: transparent;
    border: none;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 500;
    /* width: 42%; */
    display: block;
}
.footer_menu a:first-child {    display: none;}
.footer_menu a:hover {background: transparent;color: #cb824d;}

.box_link {
    display: none;
}

.copy {    border: none;    padding: 50px 0px;    text-align: right;    width: 100%;    max-width: 1200px;    margin: 0 auto;}
.copy, .copy a {color: #999;transition:all 0.3s;}


@media screen and (max-width: 1024px) {
    .footer_info {    flex-direction: column;}
    .footer_logo {    padding-left: 5%;}
    .footer_info ul {    /* width: 100%; */    padding: 35px 5%;}
    .box_link {    top: 94%;    padding: 0 11%;}
    .copy {    padding-right: 10%;}
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
    #to_top { bottom:60px;}
#bottom_menu {    display: block;    background: #2d2d2d;}
#bottom_menu li:first-child:nth-last-child(3), #bottom_menu li:first-child:nth-last-child(3) ~ li {
    border-right: 1px solid #dddddd0f;
}
#bottom_menu li a {    color: #e8e8e8;}

.footer.with_shopping_mode { padding:57px 0 70px; }
.footer_info {    justify-content: center;}
.footer_logo {    text-align: center;}
.footer_info li:nth-child(1) {    width: 100%;}
.box_link {    padding: 0;}
.footer_info li:nth-child(2) {width: 100%;}

}
@media screen and (max-width: 600px) {
    .box_link {   display: none;}
    .footer_info {
        display: block;
        padding: 10px;
    }
    .footer_logo {
    text-align: center;
    margin: auto;
    padding-left: 0;
    display: none;
}
.footer_info ul {display: inline-block;text-align: center;padding-top: 0;}
.footer_info li:nth-child(2) {display: none;}
.footer_menu a {    display: inline-block; color: #888;     margin-bottom: 13px;}
.copy {    padding: 30px 0 25px;    text-align: center;}
.copy, .copy a {    color: #8888887a;}

}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*購物車*/
.product_info_page .main_part {
    max-width: 1300px;
}
.product-layer-two li a {
    position: relative;
    border: 1px #fff solid;
    background: #ffffff;
    padding: 7px 16px;
    margin-right: 15px;
    display: block;
    font-size: 16px;
    color: #666666;
    font-weight: 500;
}


.products-list {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.products-list .more {
    border: 1px solid #666;
    color: #666;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    transition: all .5s;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
}

.fa-circle-plus::before {
    content: '';
    margin-left: 10px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #3e3b39;
    border-bottom: 5px solid #3e3b39;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 3px;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}

.product-layer-two li i.close::before {
    content: '';
    margin-left: 10px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #3e3b39;
    border-bottom: 5px solid #3e3b39;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 3px;
    transform: translateY(-50%) rotate(90deg);
}

.products-list .item a:hover .more {
    background: #777;
    border: 1px solid #777;
    color: #fff;
    letter-spacing: 2px;
}

.product-layer-two li li:hover>a {
    background: #fff;
    color: #777;
}

.product-layer-two li li:hover>a:before {
    background: #777;
}

.products-list .price b {
    color: #ff6f00;
    font-size: 16px;
    width: calc(50% - 10px);
}

/*第二層*/
.proImgSwiper li {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: center;
}

.sidebarBtn {
    padding: 0px;
    display: inline-block;
    width: 28%;
    vertical-align: top;
    border: unset;
    background: #fff;
}
.sidebarBtn .sp_price {
    display: block;
    color: #b47a55;
    font-size: 22px;
    font-weight: bold;
}
.inquiry_a3 {
    background: #b47c57;
}
.prod_related {
    background: unset;
    border-top: 1px solid #ccc;
    margin: 0 4vw;
    padding: 25px 15px;
}

.pd_tabTitle li {
    position: relative;
    z-index: 5;
    flex: 1;
    border-bottom: unset;
}
.pd_tabTitle li.activeTab a {
    color: inherit;
    background: #f3f3f3;
    border-radius: 15px;
    font-size: 20px;
}
.pd_tabTitle li.activeTab::after {    display: none;}
.pd_tabInner_contain {
    padding-top: 20px;
    padding-bottom: 20px;
}

.prod_related h6 span:before {
    content: '相關推薦';
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #666666;
}
.related_list li a {
    display: block;
    padding: 4px;
    background: unset;
    height: 100%;
}
.lastPage {
    font-size: 16px;
    color: #fff;
    background: #b57a55;
    border-radius: 5px;
    padding: 10px 20px;
    display: block;
    margin: 40px auto;
    width: 130px;
    text-align: center;
}
/*詢價車內頁*/
.shopping-cart .cart_head {
    background: #777;
    color: #fff;
}
.rewrite_simple {
    background: #777 url(../images/simple_left.png) 10% center no-repeat;
}
.send_simple {
    background: #ff801e url(../images/simple_right.png) 88% center no-repeat;
}


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part {
    max-width: 1500px;
    padding: 5% 10px 10px;
}

/* .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;
    flex-direction: row;
}

.product_page .product_menu_list {
    position: relative;
    letter-spacing: 1px;
    border-right: unset;
    height: auto;
    width: auto;
}
.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: #777;
}

.product-layer-two>li {
    width: 100%;
    max-width: 100%;
    margin: 0 20px;
    text-align: left;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.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: 10px;
    height: 10px;
    background: transparent;
    left: 0;
    margin-left: -10px;
    top: 50%;
    margin-top: -4px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.product-layer-two li li:hover>a:before {
    background: #777;
}

.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_page .product_menu_list {
        width: 100%;
        order: 0;
        min-height: unset;
        display: none;
    }

    .product_menu_list>h5 {
        margin-bottom: 10px;
        position: relative;
        color: #777;
        font-weight: 900;
        padding-left: 18px;
        font-size: 24px;
    }

    .proImgSwiper li {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }

    .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;
        grid-template-columns: 1fr 1fr;
        gap: 40px 20px;
        padding: 0 20px;
    }

    .product_page ul.page {
        order: 3;
    }

    /*第二層*/
    .mobile_product_name {
        display: none;
    }
    .sidebarBtn {
        padding: 15px;
        display: inline-block;
        width: 100%;
        vertical-align: top;
        background: #fff;
    }
    

}

@media screen and (max-width: 600px) {
    .products-list {
        padding: 0;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*大圖*/
#content_main {
    margin: 0;
}

.bannerindex {
    position: static;
    height: auto;
}

.swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}

.swiper-slide {
    padding: 0px !important;
}

.swiper-slide img {
    height: auto;
}

.swiper-pagination {
    display: none;
}

.swiper-slide {
    position: relative;
}

.swiper-banner:after {
    content: "";
    position: absolute;
    z-index: 999;
    pointer-events: none;
}

/*進場*/
.pageIndex .bannerindex::before {
    content: "";
    display: block;
    background-image: url(https://pic03.eapple.com.tw/boyangfloor/進場.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
    transform: translate(-50%, -50%);
    pointer-events: none;
    animation: fadeOutEntrance 5s ease-in-out forwards;
}

@keyframes fadeOutEntrance {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.pageIndex .bannerindex::after {
  content: "";
  display: block;
  background-image: url(https://pic03.eapple.com.tw/boyangfloor/LOGO.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  transform: translate(-50%, -50%);
  pointer-events: none;
  animation: slide-top 1s ease-out forwards, fade-out 0.5s ease-out 3s forwards;
}
/* 移動動畫 */
@keyframes slide-top {
  0% {
    transform: translate(-50%, -50%) translateY(-20);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) translateY(-50px);
    opacity: 1;
  }
}

/* 淡出動畫：延遲 3 秒觸發 */
@keyframes fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}


/*slogan*/
  .bannerindex .swiper-slide:before  {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(https://pic03.eapple.com.tw/boyangfloor/slogan.png);
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    z-index: 10;
}

@media screen and (max-width: 768px) {
    .bannerindex {
        padding: 0;
        margin: 0;
    }
}

@media screen and (max-width: 600px) { 

    .bannerindex .swiper-slide img { display:none; }
    .bannerindex .swiper-slide {height: 130vw;  width: 100% !important; }
    .bannerindex .swiper-slide:before{ display: none;}
/*第一張大圖*/
    .bannerindex .swiper-slide:nth-child(1) { background-image: url(https://pic03.eapple.com.tw/boyangfloor/手機板大圖-01.jpg); background-position: top; background-size:cover;}
/*第二張大圖*/
    .bannerindex .swiper-slide:nth-child(2) { background-image: url(https://pic03.eapple.com.tw/boyangfloor/手機板大圖-02.jpg); background-position: top; background-size:cover;}
}



/*特效END*/
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
    width: 80%;
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    padding: 0px;
    margin-left: auto;
}

.banner h5 {
    color: #666;
    letter-spacing: 6px;
    margin-top: 220px;
    padding-left: 50px;
    width: 100%;
    font-family: "Poppins", sans-serif;
    font-size: 35px;
    font-weight: 700;
    position: absolute;
    left: 0;
    text-align: left;
}

.banner.banA {    background: url(https://pic03.eapple.com.tw/boyangfloor/banner01.jpg)center top;}
.banner.banB {    display: none;}
.banner.banC {    background: url(https://pic03.eapple.com.tw/boyangfloor/banner05.jpg)center top;}
.banner.banD {}
.banner.banE {    background: url(https://pic03.eapple.com.tw/boyangfloor/banner02.jpg)center top;}
.banner.banF {    background: url(https://pic03.eapple.com.tw/boyangfloor/banner03.jpg)center top;}
.banner.banblog {    background: url(https://pic03.eapple.com.tw/boyangfloor/banner04.jpg)center top;}

@media screen and (max-width: 1024px) {

    .banner {
        padding: 70px 0;
    }

}


@media screen and (max-width: 768px) {
    .banner {
        padding: 69px 0;
        width: 100%;
        height: 45vh;
    }
    .banner h5 {font-size: 26px;}

}

@media screen and (max-width: 600px) {
    .banner {
        height: 65vh;
    }
    .banner.banA {    background: url(https://pic03.eapple.com.tw/boyangfloor/phone-banner01.jpg)center top;}
    .banner.banB {    display: none;}
    .banner.banC {    background: url(https://pic03.eapple.com.tw/boyangfloor/phone-banner05.jpg)center top;}
    .banner.banD {}
    .banner.banE {    background: url(https://pic03.eapple.com.tw/boyangfloor/phone-banner02.jpg)center top;}
    .banner.banF {    background: url(https://pic03.eapple.com.tw/boyangfloor/phone-banner03.jpg)center top;}
    .banner.banblog {    background: url(https://pic03.eapple.com.tw/boyangfloor/phone-banner04.jpg)center top;}
}


@media screen and (max-width: 480px) {
    .banner {
        padding: 70px 0;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/

.blog_subbox {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
    padding: 12px;
}
h5.blog_le_t {
    font-size: 0;
    font-weight: 500;
    color: #666;
    font-family: serif;
    letter-spacing: 2px;
    margin-bottom: 44px;
    position: relative;

}
.accordion li .link a {
    cursor: pointer;
    display: block;
    padding: 15px 0 15px 20px;
    color: #666666;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {
    color: #fff !important;
    background: #cd7e4e;
}
.submenu li.on_this_category a, .submenu a:hover {
    background: #ffffff;
    color: #484848;
}
.subbox_item a {
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    grid-gap: 20px;
}

.subbox_item a:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 8;
    background: rgb(0 0 0 / 49%);
    opacity: 0;
    transition: all .5s;
}

.subbox_item a:before {
    transform: translate(-50%, -50%);
    left: 50%;
    right: 0;
    bottom: -4%;
    letter-spacing: 5px;
    opacity: 0;
    display: block;
    color: #fff;
    background: #777;
    border-radius: 15px 15px 0 0;
    width: 100%;
    padding: 8px 0;
    text-align: center;
}

.blog_list_ri h5 {
    font-weight: 500;
    font-size: 20px;
    color: #3e3b39;
    letter-spacing: 2px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
}

/*第二層*/
.news_related_list li {
    display: block;
    padding: 0px;
}

.blog_shareData {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    margin-bottom: 20px;
}
.blog_back {
    text-align: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    width: 67%;
    margin: auto;
}
.blog_back a.article_btn_back {
    background: #cd7e4e;
}

.blog_back a.article_btn_prev {
    background: #999;
}

.blog_back a.article_btn_next {
    background: #999;
}
.news_related {
    background: unset;
    padding: 5% 15px;
}
.news_related h6 span:before {
    content: '相關文章';
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #666666;
}
.lastPage {
    font-size: 16px;
    color: #fff;
    background: #ce804b;
    padding: 10px 20px;
    display: block;
    margin: 40px auto;
    width: 120px;
    text-align: center;
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 980px) {}

@media screen and (max-width: 768px) {
    .blog_subbox {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
        padding: 12px;
    }

    /*第二層*/
    .blog_shareData {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
        flex-direction: row-reverse;
        margin-bottom: 20px;
    }

    .blog_box_edit * {
        line-height: 150%;
        max-width: 100%;
        width: 100%;
    }

    .blog_box {
        min-height: 20vw;
        padding: 0 35px;
    }
}

@media screen and (max-width: 600px) {
    .blog_back {    width: 100%;}
}

@media screen and (max-width: 480px) {
    .blog_subbox {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 30px;
        padding: 20px;
    }

    h4.blog_category_title {
        display: none;
    }
}

/*一排呈現
.subbox_item { width:100%;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/

.album_page.album_a .main_part {
    max-width: 1300px;
}
.show-list .show_name {
    font-size: 17px;
    color: #333;
    letter-spacing: 0.15em;
    line-height: 1.5;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 30px;
    text-align: center;
}

.show-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
}

.show-list .item:hover .show_name {
    color: #cd7e4e;
}


/*第二層*/
.subalbum-menu h2 {
    font-size: 20px;
    color: #777;
    display: inline-block;
    vertical-align: middle;
}

.other_album_choice li {
    background: #777;
    font-size: 15px;
    display: inline-block;
    border-radius: 0px;
    padding: 10px 20px;
    margin: 0 7px 7px 0;
}

@media screen and (max-width: 768px) {
.show-list {
    grid-template-columns: 1fr 1fr;
    padding: 0 30px;
}

}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*表單功能*/

/*=====隱藏=====*/

.blank_letter {
    font-family: 'Josefin Sans', 'sans-serif', '微軟正黑體';
    padding-top: 30px;
    font-size: 26px;
    color: #777;
    background-position: left bottom;
    background-repeat: no-repeat;
}

.red {
    color: #f57b1d;
}
.list_before.info li {
    padding-left: 40px;
}
.list_before li {
    margin: 7px 0;
    position: relative;
    line-height: 1.5;
}
.contact_le_map {
    display: none;
}


.contact_form li.last cite {
    background: #ff801e;
    color: #fff;
}

.info_TEL:before,
.info_TEL2:before,
.info_PHONE:before,
.info_LINE:before,
.info_FAX:before,
.info_TAXID:before,
.info_MAIL:before,
.info_ADD:before,
.info_ADD2:before {
    position: absolute;
    display: block;
    width: 35px;
    left: 0;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0px;
}

@media screen and (max-width: 600px) {
    .contact_form li .form__label {
        width: 100%;
        margin-left: 0;
        text-align: left;
        font-weight: bold;
        padding: 5px;
        background: rgb(130 130 130 / 15%);
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.path p,
.path p a {
    text-align: right;
    line-height: 24px;
    font-size: 13px;
    color: #666;
    display: none;
}

@media screen and (max-width: 768px) {

    /* 開啟手機板下方按鈕所需設定 */
    #bottom_menu {
        display: none;
    }

    .footer.with_shopping_mode {
        padding: 10px 0;
    }

    #to_top {
        bottom: 60px;
    }
}

@media screen and (max-width: 600px) {}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*促銷方案*/
.other_promotion {
    list-style: none;
    display: grid;
    margin: 0 auto;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
}
.other_promotion li a {  border: none; border-top: 1px solid #e5e5e5;   }
.other_promotion li a:hover {  background: none;}
.other_promotion li a:before { border: 3px #b27a56 solid; border-bottom: none;  border-right: none; border-left: none;}
.other_promotion li a:after { display: none;}

@media screen and (max-width: 768px) {
    .promotions_page .main_part {
    padding: 60px;
}
    .other_promotion {
    grid-template-columns: 1fr;

}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*表單功能*/
.contact_page .main_part {
    box-shadow: 1px 8px 12px 1px rgb(209 209 209);
    padding: 30px;
    margin: 30px auto 60px;
    background: #ffffff;
    max-width: 1500px;
}
.contact_le_map {
    display: none;
}
@media screen and (max-width: 768px) { 
.contact_content .information_left {
    display: none;
    width: 100%;
    margin-left: 0;
}
.contact_page .main_part {
    box-shadow: unset;
    padding: 10px;
    margin: 30px auto 60px;
    background: unset;
    max-width: 1500px;
}
}