@charset "utf-8";
/* *************方大建材有限公司 ****************** */

/* "Noto Sans TC" */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap');
/* "Noto Serif TC" */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');


/* 英文字體 Sulphur Point */
@import url('https://fonts.googleapis.com/css2?family=Sulphur+Point:wght@300;400;700&display=swap');
/* 英文字體 Inter */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/* 英文字體 Figtree */
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');





/*網站全域設定/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
:root {
    /* --Color: #1c3459; */
--MainColor: #D6CFC4; /*網站主要色系*/
--SubColor: #272424; /*網站文字色*/
--SubColor1: #807065; /*網站輔助色系1*/
--SubColor2: #E7E2D9; /*網站輔助色系2*/
--SubColor3: #fff8f1; /*網站輔助色系3*/
--SubColor4: #595757; /*網站輔助色系4*/  
--SubColor5: #c9c9c9; /*網站輔助色系5*/ 
--SubColor6: #1f1f1f; /*網站輔助色系6*/ 
--SubColor7: #d6cfc4; /*網站輔助色系7*/ 
--SubColor8: #817064; /*網站輔助色系8*/
--SubColor9: #6c5741; /*網站輔助色系9*/
--SubColor10: #312f28; /*網站輔助色系10*/ 
--SFontE: "Figtree", "Noto Sans TC",sans-serif;/*英文字體-無襯線*/
--SFontEN: "Sulphur Point", "Noto Sans TC",sans-serif, system-ui;/*英文字體*/
--SFontC: "Noto Serif TC", sans-serif;/*內文黑體字*/
--SFont: "Noto Sans TC", sans-serif;/*內文黑體字*/
--pd100:100px 0;
--m100:100px;
--m80:80px;
--m50:50px;
--m30:30px;
--f80:80px;
--f60:60px;
--f52:52px;
--f48:48px;
--f44:44px;
--f40:40px;
--f36:36px;
--f32:32px;
--f28:28px;
--f24:24px;
--f22:22px;
--f20:20px;
--f18:18px;
--f17:17px;
--f16:16px;
}
@media (max-width:1024px) {
:root{
--f80:70px;
--m50:40px;
--m30:25px;
--f52:48px;
--f48:40px;
--f44:38px;
--f40:36px;
--f36:32px;
--f32:28px;
--f28:24px;
--f24:22px;
--f22:20px;
--f20:18px;
}
}
@media (max-width:768px) {
:root{
--pd100:70px 0;
--m100:70px;
--f80:60px;
--m50:30px;
--m30:20px;
--f52:44px;
--f48:32px;
--f44:30px;
--f40:28px;
--f36:26px;
--f32:24px;
--f28:22px;
--f24:20px;
--f20:17px;
--f18:16px;
--f17:16px;   
--f16:15px;
}
}
@media (max-width:480px) {
:root{
  --pd100:50px 0;
  --m100:50px;
  --m50:25px;
  --f80:44px;
  --f52:36px;
  --f48:28px;
  --f44:26px;
  --f40:24px;
  --f36:22px;
  --f32:20px;
  --f28:20px;
  --f24:18px;
  --f18:16px;
  --f17:15px;  
}
}
@media (max-width:380px) {
:root{
  --f80:40px;
  --f52:32px;
  --f48:24px;
  --f44:22px;
  --f40:20px;
  --f36:18px;
  --f32:18px;
  --f28:18px;
  --f24:17px;
  --f22:17px;
  --f20:16px;
  --f18:15px;  
  --f16:14px;
}
}
/*網站全域設定/＝＝＝＝＝*/


/*卷軸*/
&::-webkit-scrollbar { background: #f1f1f1; width: 7px;}
&::-webkit-scrollbar-button { display: none; background: #f1f1f1; border-radius: 0;}
&::-webkit-scrollbar-track-piece { background: #f1f1f1;}
&::-webkit-scrollbar-thumb { border-radius: 4px; background-color: #8b8b8b;}
&::-webkit-scrollbar-track { box-shadow: transparent;}



/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/* 隱藏BTN= */
.footer_menu > a:first-child {display: none;}


/* header */
.header_area {
position: relative;
z-index: 9999;
width: 100%;
background: #d6cfc5;
padding: 0;
padding: 10px 0px 5px;
}
.header_area.sticky {position: relative;}



.header_area .main_header_area {background: transparent;padding: 0;transition: all 0.3s;position: relative;padding: 0;}
.header_area.sticky .main_header_area {transition: all 0.3s;}
.main_header_area .container {padding: 0 40px;transition: 0.3s;padding: 0;width: 95%;max-width: 1600px;}


.pageIndex .header_area {position: relative;width: 100%;}
.pageIndex .main_header_area {background: transparent;}
.pageIndex .header_area.sticky .main_header_area .container {border-bottom: 0;}

.navigation {display: grid;grid-template-columns: 90px 1fr;align-items: center;padding: 0;}



/* 不顯示 */
.stellarnav > ul > li:nth-child(3) > ul > .drop-left:first-child {display: none;}
/*選單 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/
.pageIndex .stellarnav {}
.header_area.sticky .stellarnav {
opacity: 1;
transition: all 0.3s;
pointer-events: unset;
}



/* 第一層 */
.stellarnav > ul > li {position: relative;padding: 0px 6px;padding: 0;font-size: 0;min-width: 96px;text-align: center;}
.sticky .stellarnav > ul > li:hover::before {width: 100%;}
.stellarnav > ul > li:last-child {}
.stellarnav > ul > li:after {
content: "";
display: block;
background-color: transparent;
width: 0;
height: 50px;
position: absolute;
top: -32%;
left: 50%;
transform: translate(-50%, -50%);
transition: all .3s;
pointer-events: none;
content: none;
}
.stellarnav > ul > li.has-sub > a {
padding-right: 20px;
}
.stellarnav > ul > li > a {
font-family: var(--SFontE);
height: 100%;
margin: 0;
position: relative;
padding: 0px 5px;
font-size: 15px;
font-weight: 400;
line-height: 100;
letter-spacing: 1px;
transition: all .3s;
padding: 0 10px;
min-width: 110px;
}
.stellarnav > ul > li:hover > a, .stellarnav > ul > li > a:hover{
color: var(--SubColor);
font-weight: 500;
}
.stellarnav > ul > li:hover {background: #e7e2d9;}

.header_area.sticky .stellarnav > ul > li > a {}
.pageIndex .sticky .stellarnav > ul > li > a, .stellarnav > ul > li > a {font-weight: 500;height: 40px;overflow: hidden;}
.pageIndex .sticky .stellarnav > ul > li > a:hover, .stellarnav > ul > li > a:hover {transition: .3s;}
.stellarnav ul ul>li>a:hover, .stellarnav ul ul>li>a:focus {color: var(--SubColor4);;opacity: 1;}

.stellarnav > ul > li > a b {font-weight: 600;line-height: 2.6;letter-spacing: .5px;}
.stellarnav > ul > li > a b:last-child {font-size: 16px;}
.stellarnav > ul > li > a:hover b {font-weight: 500;}


/* 下拉符號 */
.stellarnav li.has-sub > a:after {
content: '+';
font-size: 20px;
height: 20px;
line-height: 15px;
border-bottom: none;
border-left: none;
border-top: none;
}



/* 第二層 */
.stellarnav ul ul {
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    list-style: none;
    z-index: 98;
    white-space: nowrap;
    background: #f0f0f0;
    background: var(--SubColor3);
    min-width: 120px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .175);
    border: none;
    width: fit-content;
    min-width: 150px;
    margin: 0;
}
.stellarnav li li {
    border: 0;
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    text-align: left;
    border-bottom: 0;
    padding-right: 5px;
}
.stellarnav li li:hover {
    background: rgba(214, 207, 197, 0.4);
}
.stellarnav.desktop li li.has-sub > a:after{
    content: '';
    display: block;
    height: 0px;
    border-bottom: solid 3px #777;
    position: absolute;
    top: 50%;
    right: 15px;
    height: 8px;
    width: 8px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    -webkit-transition: border .3s;
    transition: border .3s;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-color: transparent #c5a469 #c5a469 transparent;
}
.stellarnav.desktop li.has-sub li a {
    font-size: 14px;
    text-align: center;
    padding: 8px 10px;
    white-space: nowrap;
    font-family: var(--SFont);
    border-bottom: 0;
    transition: all .3s;
    letter-spacing: 1.5px;
    transform: translateX(0);
    text-align: left;
    color: #343434;
    border: 0;
border-left: 3px solid transparent;
}
.stellarnav.desktop li.has-sub li:last-child {border: 0;}
.stellarnav.desktop li.has-sub li a:hover{
color: #fff;
background: transparent;
color: var(--SubColor9);
padding-left: 15px;
padding-right: 5px;
}
.news_classes > li:hover > a, .news_classes > li:focus > a {
color: #fff;    
background: #808080;
}

/* 第三層 */
.stellarnav ul ul ul {
    top: 0;
    left: 100%;
    margin: 0;
    width: fit-content;
    transform: unset;
}



.me_tp_features {
    display: none;
}

/*電腦LOGO = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.nav-header {
    grid-row: 1;
    width: 100%;
    max-width: 100%;
    padding: 0;
    transition: all 0.3s;
    font-size: 0;
    position: relative;
}
.nav-brand {padding-top: 5px;display: contents;padding: 0;}








/*footer = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.box_link{display: none;}


.footer {
position: relative;
    margin-top: 0;
    background: var(--MainColor);
    overflow: hidden;
    padding: 60px 20PX 0px;
    border-top: 1px solid #6c57412b;
}
.footer .center {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 95%;
    padding: 0 2%;
    padding-bottom: 10px;
    position: relative;
    max-width: 1400px;
    padding: 0px 20px;
}

.footer_logo  {max-width: 220px;background-size: 100% 100%;padding: 0;margin: 0 auto 10px;display: none;}
.footer_logo a {display: block;width: 100%;font-size: 0;}
.footer_logo img {width: 100%;height: auto;}


/* footer資訊*/
.footer_info {
text-align: center;
width: 96%;
margin: auto;
grid-gap: 20px;
display: flex;
padding: 0;
align-items: flex-start;
}
.footer_info:nth-child(1) > ul {}
.footer_info ul {
width: 100%;
padding: 10px 0;
display: flex;
flex-direction: row;
justify-content: space-between;
}

/* 文字共用 */
.footer_menu a, .footer_info li p{
    position: relative;
    padding: 5px 7px;
    border: 0;
    margin: 0;
    color: #a7a7a7;
    background: transparent;
    padding: 0 20px;
    font-family: var(--SFontEN);
    font-size: 13px;
    line-height: 2;
    letter-spacing: 2px;
    font-weight: 400;
    opacity: 1;
}
.footer_info li:nth-child(1) {padding: 0;display: flex;gap: 7px;align-items: flex-start;padding-top: 0;font-family: var(--SFontE);flex-direction: column;}
.footer_info li p {
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    display: grid;
    grid-template-columns: 67px 1fr;
    align-items: center;
    letter-spacing: 1px;
    line-height: 1.7;
    width: fit-content;
    line-height: 2;
    font-weight: 400;
    font-size-adjust: cap-height 0.7;
    justify-items: start;
}

.footer_info li p a {
    color: var(--SubColor4);
    transition: .3s;
    font-weight: 400;
    font-family: var(--SFontE);
    padding-left: 10px;
    line-height: 1.2;
    border-left: 1px solid var(--SubColor4);
}
.footer_info li p:hover a{
    color: var(--SubColor8);
}

.footer_info li p:before {
    color: var(--SubColor4);
    font-family: var(--SFontEN);
    margin-right: 10px;
    letter-spacing: 1.5px;
    display: inline-block;
    line-height: 1.4;
    height: 20px;
    font-weight: 600;
    padding-left: 22px;
}
.footer_info li p.tel:before {content: 'TEL';}
.footer_info li p.fax:before {content: 'FAX';}
.footer_info li p.mail:before {content: 'MAIL';}
.footer_info li p.add:before {content: 'ADD';}
.footer_info li p:after {
    font: normal normal normal 14px / 1 FontAwesome;
    position: absolute;
    left: 1px;
    top: 50%;
    color: var(--SubColor8);
    font-size: 13px;
    transform: translate(0%, -50%);
}
.footer_info li p.fax:after {
    content: "\f1ac";
}
.footer_info li p.tel:after {
    content: "\f095";
}
.footer_info li p.add:after {
    content: "\f3c5";
}
.footer_info li p.mail:after {
    content: "\f0e0";
}


.footer_info li:nth-child(2){padding: 0;border-top: 0;}
.footer_menu {text-align: left;width: 100%;font-size: 0;}
.footer_menu a {
line-height: 1.5;
font-weight: 600;
transition: .3s;
font-size: 16px;
position: relative;
text-align: left;
margin: 0;
border-radius: 0;
background: transparent;
text-transform: capitalize;
letter-spacing: .8px;
color: var(--SubColor8);
padding: 4px 12px 2px;
border: 0;
}
.footer_menu a:after{
content: "";
display: block;
position: absolute;
width: 2px;
height: 20px;
background-color: rgba(118, 118, 118, 0.3);
right: 0;
top: 7px;
opacity: 0;
}
.footer_menu a:last-child:after{
content: none;
}
.footer_menu a:hover {
background: #b5aaa0;
color: var(--SubColor4);
}


/* ------------------------------------------------------------------------------------------------------------ */

.copy {
    text-align: center;
    align-items: center;
    color: #6d5f51f2;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    font-family: var(--SFontE);
    line-height: 2;
    letter-spacing: .5px;
    font-weight: 400;
    justify-content: center;
    max-width: 100%;
    margin: 40px 0 0;
    width: 100%;
    padding: 25px 15px;
    font-size: 11px;
    border-top: 1px solid #6c57412b;
    background: transparent;
}
.copy a {
    color: var(--SubColor9);
    margin: 0 2px;
 } 

/* 浮動按鈕 */
/* .info_fix_line .fa-line:before {  filter: none; }
.info_fix .linksBtn{   box-shadow: 0 0 20px #00000026;} */


/* 置頂按鈕 */
#to_top {bottom: 20PX;left: 18PX;right: unset;padding: 13px 1px 0 0;font-size: 0;color: #333;background: #fff;transition: .8s;height: 35px;width: 35px;border-radius: 50px;box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);}
#to_top i.top:before, #to_top i.top:after {height: 10px;width: 2px;top: 0;left: 50%;background: #333;}
#to_top:hover {opacity: 0.6;transition: opacity 0.3s;}





/* 商品下拉超過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個--結束 */


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */





/* = = = 大圖-分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = *
/*預設解除背景輪播*/
#content_main, #content {margin: 0;background: var(--SubColor2);padding: 80px 0;background-repeat: repeat;padding: 0;}

.bannerindex {position: relative;height: auto;padding: 0;max-height: calc(100vh - 160px);height: auto;max-width: 100%;aspect-ratio: 20 / 9;margin: 0 auto;overflow: hidden;transition: all 0.3s;}
/* 大圖尺寸 */
.bannerindex .swiper-banner {position: static;margin: 0;height: 100%;padding: 0;width: 100%;}
.swiper-slide {}
.bannerindex .swiper-banner .swiper-slide img, .bannerindex .swiper-banner .swiper-slide-active img{opacity: unset !important;width: auto;object-fit: contain;height: 100%;object-fit: cover;width: 100%;height: 100%;max-width: 100%;object-position: 0;}




/* 大圖點點切換鈕*/
.bannerindex {--swiper-pagination-color: #fff;}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {bottom: 30px;left: 50%;transform: translateX(-50%);margin: 0;transition: 0s;}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {margin: 0 8px;width: 5px;height: 5px;border-radius: 0px;border: 1px solid #ffffff;background-color: transparent;opacity: 1;}
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {background-color: #fff;}
/* 大圖點點END */



/* 大圖進場 */
.bannerindex .swiper-banner .swiper-wrapper:before, .bannerindex .swiper-banner .swiper-wrapper:after {content: none;position: absolute;z-index: 100;pointer-events: none;opacity: 0;} 
/* 圖內層 */
.bannerindex .swiper-banner .swiper-slide:before, .bannerindex .swiper-banner .swiper-slide:after {content: '';position: absolute;z-index: 100;pointer-events: none;opacity: 0;} 
.pageIndex .swiper-banner .swiper-slide:nth-child(1):before {
content: "";
position: absolute;
background: url(https://pic03.eapple.com.tw/fangda/bnA_txt01.svg);
width: 38%;
bottom: 19%;
left: 50%;
aspect-ratio: 869 / 174;
background-size: contain;
background-repeat: no-repeat;
}
.pageIndex .swiper-banner .swiper-slide:nth-child(1):after {
content: "Tiles, slabs, and mosaics — crafted with expertise to bring every design vision to life.";
position: absolute;
color: #fff;
width: 100%;
max-width: 80%;
text-align: center;
top: 83%;
font-family: var(--SFontE);
left: 50%;
letter-spacing: .5px;
font-weight: 300;
font-size: 19px;
text-shadow: 0 0 20px rgb(0 0 0 / 40%);
}


/* banner02 */
.pageIndex .swiper-banner .swiper-slide:nth-child(2):before  {
content: "";
position: absolute;
background: url(https://pic03.eapple.com.tw/fangda/bnB_txt01.svg);
width: 32%;
bottom: 23%;
left: 50%;
aspect-ratio: 768 / 112;
background-size: contain;
background-repeat: no-repeat;
}
.pageIndex .swiper-banner .swiper-slide:nth-child(2) a {
content: "";
position: absolute;
height: auto;
line-height: 1.5;
color: #fff;
width: fit-content;
max-width: 80%;
text-align: center;
top: 80%;
font-family: var(--SFontEN);
transform: translateX(-50%);
left: 50%;
letter-spacing: 1.5px;
font-weight: 300;
font-size: 17px;
padding: 12px 35px;
background: var(--SubColor10);
border-radius: 3px;
overflow: hidden;
}






/* animation動畫 */
.pageIndex .swiper-banner .swiper-slide-active:nth-child(1):after, .pageIndex .swiper-banner .swiper-slide-active:nth-child(2):after{
-webkit-animation: NtoBottom 1s ease-in-out forwards;
animation: NtoBottom 1s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;}
.pageIndex .swiper-banner .swiper-slide-active:nth-child(1):before, .pageIndex .swiper-banner .swiper-slide-active:nth-child(2):before{
-webkit-animation: NtoTop 1s ease-in-out forwards;
animation: NtoTop 1s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;}


@keyframes NfadeInUp {0% {transform: translate(-50%,-50%) ;opacity: 0;}100% {transform: translate(-50%,0) ;opacity: 1;}}
@keyframes NtoTop {0% {transform: translate(-50%,-20px);opacity: 0;}100% {transform: translate(-50%,0px);opacity: 1;}}
@keyframes NtoBottom {0% {transform: translate(-50%,20px);opacity: 0;}100% {transform: translate(-50%,0px);opacity: 1;}}






@media screen and (min-width: 1400px) {}

@media screen and (max-width: 1200px) {
.swiper-pagination {bottom: 25px;}
.bannerindex {aspect-ratio: 20 / 12;}
.pageIndex .swiper-banner .swiper-slide:nth-child(1):before {width: 48%;}
.pageIndex .swiper-banner .swiper-slide:nth-child(2):before {width: 38%;}
.pageIndex .swiper-banner .swiper-slide:nth-child(2):after {font-size: 16px;max-width: 190px;padding: 12px 30px;width: 25%;}
.bannerindex .swiper-banner .swiper-slide img, .bannerindex .swiper-banner .swiper-slide-active img {object-position: 50%;}
}
@media screen and (max-width: 1024px) {
.pageIndex .swiper-banner .swiper-slide:nth-child(1):before {bottom: 42%;}
.pageIndex .swiper-banner .swiper-slide:nth-child(1):after {top: 61%;letter-spacing: .5px;}
.pageIndex .swiper-banner .swiper-slide:nth-child(2):before {bottom: 48%;width: 40%;}
.pageIndex .swiper-banner .swiper-slide:nth-child(2):after {top: 56%;}
}

@media screen and (max-width: 768px) {
.bannerindex {aspect-ratio: 20 / 27;}
.pageIndex .swiper-banner .swiper-slide:nth-child(1):before {width: 84%;bottom: 47%;}
.pageIndex .swiper-banner .swiper-slide:nth-child(1):after {top: 60%;font-size: 15px;line-height: 1.5;}
.pageIndex .swiper-banner .swiper-slide:nth-child(2):before {width: 78%;}
.pageIndex .swiper-banner .swiper-slide:nth-child(2):after {font-size: 15px;width: 200px;}

}





/* = = = 主設定-分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 麵包屑 */
.path {display: none;max-width: 1400px;margin: 0 auto;padding: 0 25px 20px;font-family: var(--SFontE);width: 95%;max-width: 1600px;}
.album_class_page .path, .album_info_page .path{display: block;}
.path p a:hover {color: #ab8d65;}


/* main */
.edit_part{padding: 0;}
.main_part {width: 100%;
min-width: 100%;margin: auto;padding: 100px 20px;padding-bottom: 80px;background: transparent;}
.show_content {margin: auto;padding: 0 25px;font-family: var(--SFontE);width: 95%;max-width: 1600px;margin: 0 auto;padding-top: 0px;}



.subalbum-menu {margin: 0;padding: 0;}
.edit {color: #262626;margin: auto;padding: 20px 0 40px;line-height: 1.7;letter-spacing: 0.5px;font-weight: 400;}

/* 功能頁下方頁碼 */
ul.page {width: 100%;}


/*內頁BANNER 設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.banner {
position: relative;
background: url(https://pic03.eapple.com.tw/fangda/banA.jpg) center no-repeat;    
width: 100%;
object-fit: contain;
background-size: cover;
background-position: 0% 50%;
position: relative;
background-attachment: fixed;
height: 380px;height: 300px;padding: 0;}
.banner:before {content: '';position: absolute;display: block;width: 100%;height: 100%;background: #000;opacity: .2;}

.banner h5 {
color: #fff;
z-index: 1;
font-size: 40px;
font-family: var(--SFontEN);
display: flex;
flex-direction: column;
gap: 0;
width: 100%;
max-width: 1400px;
font-weight: 400;
font-size: var(--f36);
letter-spacing: 5px;
padding: 40px 0;
text-shadow: 0px 0px 50px #3b4937;
align-items: center;
position: relative;
margin: auto;
height: 100%;
justify-content: center;
}
.banner h5:after {
padding-left: 0;
font-weight: 500;
z-index: 1;
order: -1;
font-size: var(--f18);
content: 'Latest News';
letter-spacing: 1.5px;
text-transform: uppercase;
line-height: 1.5;
font-weight: 400;
}


.product_page .banner, .product_info_page .banner {height: 300px;background: url(https://pic03.eapple.com.tw/fangda/banB.jpg)}
.album_page .banner, .album_class_page .banner, .album_info_page .banner {background: url(https://pic03.eapple.com.tw/fangda/banE.jpg);background-size: cover; background-attachment: fixed;}

.product_info_page .banner {display: none;}

.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}


.banner.banE h5:after {content: '案例實績';letter-spacing: 4px;}
.banner.banF h5:after {content: '產品展示';letter-spacing: 4px;}








@media screen and (min-width: 1400px) {}

/* @1200上方區域_平板版面1200px */
@media screen and (max-width: 1200px) {}

/* @1024上方區域_平板版面1024px */
@media screen and (max-width: 1024px) {
/* = = header = = */
.header_area.sticky { }
.header_area .main_header_area {}
.header_area.sticky .main_header_area{backdrop-filter: none;border: 0;}


.navigation {display: grid;grid-template-columns: 1fr;align-items: center;}
/* logo*/
.nav-header {max-width: 110px;padding: 10px;margin: auto;}




/* 導覽列 */
.pageIndex .stellarnav {opacity: 1;pointer-events: unset;}
.stellarnav ul {text-align: center;}
.stellarnav > ul > li {}    
.stellarnav > ul > li > a {letter-spacing: 0;margin: 0;font-size: 15px;}
.stellarnav>ul>li:after {height: 3px;top: 100%;bottom: 0;transform: translate(-50%, 0);}}







/* @768上方區域_平板版面768px */
@media screen and (max-width: 768px) {

/* logo*/    
.nav-header {max-width: 70px;padding: 0;margin-left: 0;z-index: 1;}
.nav-brand img { }




/* = = header = = */
.header_area {padding: 0;}
.header_area .main_header_area {padding: 5px 20px;border: 0;backdrop-filter: none;}
.main_header_area .container {width: 100%;}
.navigation {display: flex;justify-content: space-between;flex-direction: row;}



/* 導覽列漢堡選單 */    
.stellarnav.mobile {right: 0;left: unset;}
.stellarnav.mobile .menu-toggle {display: flex;margin: 10px 0;padding: 0;flex-direction: row-reverse;align-items: center;justify-content: center;padding: 13px 12px 17px;background: #ede5de;}


/* 漢堡選單樣式 */
.stellarnav .menu-toggle:after {
text-transform: capitalize;
content: none;
font-size: 14px;
color: #fff;
transform: scale(1);
font-family: var(--SFontEN);
letter-spacing: 2px;
}
.sticky .stellarnav .menu-toggle:after {
color: #000;
}
.stellarnav .menu-toggle span.bars {display: block;margin: 0;display: flex;gap: 7px;flex-direction: column;}
    .stellarnav .menu-toggle span.bars span {
        width: 30px;
        /* height: 2px; */
        border-radius: 0;
        /* background: #717171; */
        margin: 0;
        background: #817064;
        height: 2px;
    }
.sticky .stellarnav .menu-toggle span.bars span {
background: #000;
}
/* 黑色遮罩 */
.stellarnav.mobile::before {
content: "";
position: fixed;
width: 100%;
height: 100%;
top: 50%;
left: 50%;
z-index: -5;
line-height: normal;
background-color: transparent;
transform: translate(-50%, -50%) scale(1.05);
opacity: 0;
transition: 1s;
content: none;
}
.stellarnav.mobile.active::before {
content: "";
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.7);
border-radius: 0;
opacity: 1;
transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
}

/* 導覽列展開 */
.stellarnav.mobile.left > ul {left: unset;right: 0;font-size: 0;max-width: 100%;padding: 0;        
/*右滑出現*/right: -100vw;overflow: hidden;transition: all .5s ease;overflow-y: auto;background: #d6cfc5;}
/*卷軸*/
.stellarnav.mobile.left > ul::-webkit-scrollbar {
background: #eaeaea;
width: 4px;
height: 15px;
}
.stellarnav.mobile.left > ul::-webkit-scrollbar-button {
display: none;
background: #eaeaea;
border-radius: 0;
}
.stellarnav.mobile.left > ul::-webkit-scrollbar-track-piece {
background: #fbfbfb;
}
.stellarnav.mobile.left > ul::-webkit-scrollbar-thumb {
background-color: #888;
width: 4px;
border-radius: 15px;
border: 3px solid var(--MainColor);
}
.stellarnav.mobile.left > ul::-webkit-scrollbar-track {
border-radius: 6px;
height: 6px;
background-color: #eaeaea;
}
.stellarnav.mobile.left.active > ul{right: 0;max-width: 480px;width: 80%;}


.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {display: inline-block;/* font-size: 12px; */background: transparent;height: 76px;width: fit-content;padding: 0 20px;margin: 25px 0 20px;text-transform: capitalize;content: 'Menu';font-size: 14px;color: #000;transform: scale(1);font-family: var(--SFontEN);letter-spacing: 0.04em;height: fit-content;width: 100%;text-align: right;display: flex;flex-direction: row-reverse;}
.stellarnav .icon-close {
box-sizing: border-box;
width: 18px;
height: 12px;
position: relative;
display: inline-block;
margin: 2px 9px 0 3px;
}
.stellarnav .icon-close:before , .stellarnav .icon-close:after {
width: 18px;
height: 0px;
border-bottom: solid 1px #000;
}
/* 導覽列選取Hover效果 */
.stellarnav ul:hover li a {
opacity: 1;
transition: all 0.3s ease-in-out;
}


/* 第一層 */
.stellarnav.mobile > ul > li {border-bottom: 1px #eee solid;padding: 5px 0;display: block;border-bottom: 1px solid #f0f0f0;border: 0;display: flex;flex-direction: column;}
.stellarnav.mobile li.open {background: #bab4ab;/* color: #fff; */padding: 0;padding-bottom: 5px;border-bottom: 5px solid #d6cfc6;}
.stellarnav.mobile > ul > li > a, .header_area.sticky .stellarnav.mobile > ul > li > a:not(.dd-toggle){text-align: left;overflow: auto;height: auto;line-height: 150%;display: block;border: 0;color: #272424;font-size: 16px;letter-spacing: .5px;padding: 16px 15px 16px 20px;}
.stellarnav.mobile li.open > a {
border: 0;
}    
.stellarnav > ul > li > a:before{
content: none;
}
/* +符號修改 = = */
.stellarnav.mobile > ul > li > a.dd-toggle {top: 5px;padding: 10px;min-width: fit-content;}
.stellarnav.mobile > ul > li.open > a.dd-toggle {
top: 0;
}
.stellarnav a.dd-toggle .icon-plus:before {
width: 8px;
height: 8px;
border-bottom: solid 1px #666;
top: 50%;
left: 0;
transform: rotate(-45deg);
}
.stellarnav a.dd-toggle .icon-plus:after {
width: 8px;
height: 8PX;
top: 50%;
border-bottom: solid 1px #666;
transform: rotate(45deg);
}
.stellarnav li.open > a.dd-toggle .icon-plus {
-moz-transform: translateY(10px) scaleY(-1);
-webkit-transform: translateY(10px) scaleY(-1);
-o-transform: translateY(10px) scaleY(-1);
transform: translateY(10px) scaleY(-1);
}

/* +符號修改END = = */

/* 第二層 */
.stellarnav.mobile ul ul {left: unset;margin: 0 auto;box-shadow: none;width: calc(100% - 10px);margin: auto;left: unset;box-shadow: none;transform: unset;padding: 0 10px;background: transparent;}
.stellarnav li li {font-size: 14px;color: #333;font-family: var(--SFont);letter-spacing: 0.04em;font-size: 15px;color: #6c5741;letter-spacing: 0.04em;}
.stellarnav.mobile li li.has-sub a {padding: 10px 30px 10px 20px;}
.stellarnav a.dd-toggle .icon-plus {height: 80%;}
.stellarnav li li a.dd-toggle .icon-plus:before, .stellarnav li li a.dd-toggle .icon-plus:after{border-bottom: solid 1px #ccc;top: 0%;}
.stellarnav.mobile ul li:hover > a {opacity: 1;transition: all 0.3s ease-in-out;background: transparent;color: unset;}
.stellarnav.mobile ul ul>li>a:hover{color: #272424;}
.stellarnav.mobile li li a {color: #6c5741;}



/* 第三層 */
.stellarnav.mobile li.open li.open {
background: #fbfbfb;
}
.stellarnav li li li a{
font-size: 14px;
}

}


/* @660上方區域_平板版面660px */
@media screen and (max-width: 660px) {
/* 共用 */
.main_part {width: 100%;padding-bottom: 40px;}
.show_content {padding: 0 30px;width: 100%;}

/* 導覽列展開 */
.stellarnav.mobile.left.active > ul {/* max-width: 420px; */}


}



/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 購物車 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2025.12.18  */
.product_page .main_part { max-width:1500px;}

.product_page .show_content,
.product_info_page .show_content { display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start; width: 100%;}
ul.page { width: 100%;}


/* = = = 分隔線-切板新增篩選器- = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.ProdFilter_Item_Show { width: 100%;}
.Prods_Menulists { width: 100%; padding: 0;}
.Prods_Wrap { width: calc(100% - 270px);}


/* 篩選器-左手邊 / 產品分類-上面
.ProdFilter_ { order: 2;}
.Prods_Menulists { order: 1;}
.Prods_Wrap { order: 3;}
.ProdFilter_ { width: 250px; letter-spacing: 1px;}
.ProdFilter_ li { width: 100%;}
.ProdFilter_ li > a { background: #f3f3f3; border: none; border-bottom: 3px #ddd solid;}
.ProdFilter_ dl { position: static; width: 100%; display: block;}
*/

/* 產品分類-左手邊 / 篩選器-上面 */
.ProdFilter_ { order: 1; margin-bottom: 25px;}
.Prods_Menulists { order: 2;}
.Prods_Wrap { order: 3;}
.Prods_Menulists { width: 250px; letter-spacing: 1px;}
.Prods_Menulists ul {}
.Prods_Menulists > ul > li { width: 100%; flex-wrap: wrap;}
.Prods_Menulists ul ul { position: static; border: none;}
.Prods_Menulists ul li ul li {}
.Prods_Menulists li.has-sub.open > a { background: #f0f0f0;}

.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;}

/* 2025.12.26 中間放大*/
.BannerHome02 .swiper-slide-active img { transform: scale(1);}
.BannerHome02 .swiperBan02 .swiper-slide img { transition: transform 5s ease-out; will-change: transform; transform: scale(1);}
.BannerHome02 .swiperBan02 .swiper-slide-active img { transform: scale(1.06);}

/* = = = 分隔線-切板新增篩選器-END = = = = = = = = = == = = = = = = = = = = = = = = == = = */



.product_page .main_part {max-width: 1600px;padding-top: 80px;}
.product_page .show_content {width: 95%;max-width: 1600px;display: flex;justify-content: space-between;flex-wrap: wrap;align-items: flex-start;align-content: flex-start;}

/* 功-外層 = = = = */
/* 左側分類欄位 = = = =  */
.product_page .product_menu_list {position: relative;letter-spacing: 1px;min-height: 30vw;width: fit-content;padding-right: 0;}
.product_page .product-layer-two {position: relative;width: 200px;letter-spacing: 1px;min-height: 30vw;margin: 20px 0;}
.product-layer-two > li {width: 100%;max-width: 100%;text-align: left;margin: 0;padding: 0;display: flex;flex-direction: column;}
.search_txt, #menuTop li ul, .product-layer-two li a {}
.product-layer-two li a {background: transparent;}
.product-layer-two > li + li {border-top: 0;}
.product-layer-two li a {padding: 8px 15px;display: block;font-size: 15px;color: #26282d;position: relative;line-height: 1.5;transition: .3s;border: 0;border-top: 1px solid rgb(196 185 177);}
.product-layer-two li i {opacity: 0;pointer-events: none;}
.product-layer-two > li > a:hover, .product-layer-two > li:hover > a {font-weight: 600;color: var(--SubColor1);}
.product-layer-two li.active a {font-weight: 600;border: 0;}
.product-layer-two li.active li a {background: transparent;}
.product-layer-two li.active > a {
color: #BB9F77;font-weight: 500;background: #F1EEE6;}

/* 分類第二層 */
.product-layer-two li ul {position: relative;margin-top: 0px;width: 100%;
margin-left: 0;border: none !important;}
.product-layer-two li:hover ul {border: none !important;}
.product-layer-two li li:hover {margin-left: 10px;}
.product-layer-two li li {display: block;padding: 5px 10px;transition: all ease .3s;background: transparent;text-align: left;}
.product-layer-two li li.active a {background: transparent;color: #BB9F77;}
.product-layer-two li li a {background: transparent;font-size: 14px;letter-spacing: 0;padding: 0 4px;color: var(--SubColor4);line-height: 1.8;}
.product-layer-two li li:hover > a {background: transparent;color: #936e38;}
.product-layer-two li li > a:before {content: "";position: absolute;width: 8px;height: 8px;background: transparent;left: 0;margin-left: -15px;top: 50%;margin-top: -4px;clip-path: polygon(0 0, 100% 50%, 0 100%);}
.product-layer-two li li:hover > a:before {background: #BB9F77;}




/* 右側商品區塊 = = = = */
.products-list {padding: 0;display: grid;display: flex;flex-wrap: wrap;gap: 0;}
.product_page .products-list, .product-wrapper {width: calc(100% - 240px);}

.product_page .products-list {gap: 10px;}
.products-list .item {position: relative;-webkit-box-sizing: border-box;box-sizing: border-box;width: calc((100% - 30px) / 4);margin-bottom: 20px;padding-left: 10px;padding-right: 10px;padding: 0;}
.products-list .item a {display: flex;margin: 0 auto;flex-direction: column;justify-content: flex-start;align-items: flex-start;box-sizing: border-box;transition: all 0.5s ease-out;position: relative;height: 100%;padding: 0 0 40px;background-color: transparent;font-family: var(--SFontE);}
/* 商品圖 */
.products-list .pic {border-radius: 0;padding: 0;width: 100%;height: auto;aspect-ratio: 1/1;}
.products-list .pic::before {content: '';background: #ffffff;pointer-events: none;height: 100%;width: 100%;display: block;position: absolute;top: 0;left: 0;opacity: 0;transition: .3s;}
.products-list .item a:hover .pic::before {opacity: .6;}
.products-list .pic img {height: 100%;transition: 0.6s;width: 100%;object-fit: cover;}
.products-list .item a:hover .pic img {opacity: .6;transform: scale(1.05);}

/* 商品名 */
.products-list .name {font-size: 16px;color: #26282d;letter-spacing: .5px;margin-top: 10px;-webkit-line-clamp: unset;line-height: 1.4;overflow: unset;height: fit-content;font-weight: 600;box-sizing: border-box;display: block;margin-bottom: 10px;padding-top: 5px;padding-bottom: 0;}
.products-list .name .numbering {display: block;margin-top: 0;padding-top: 10px;font-size: 13px;color: #666;letter-spacing: .5px;font-weight: 400;line-height: 1;}
.products-list .price {margin: 0 0 10px;display: flex;justify-content: space-between;align-items: flex-start;align-content: flex-start;flex-wrap: wrap;}
.products-list .price b {color: #c80014;color: var(--SubColor9);font-size: 17px;font-weight: 600;letter-spacing: .5px;margin: 0;}
.products-list .price b.ori_price {color: #999;font-weight: 400;}
.products-list .item a .more {font-weight: 500;font-family: var(--SFontEN);font-size: 14px;color: var(--SubColor1);
padding: 10px;bottom: 0px;background: var(--SubColor7);border: 1px solid var(--SubColor7);border-radius: 2px;text-align: center;letter-spacing: 1.5px;line-height: 1;width: 100%;position: absolute;bottom: 0;}
.products-list .item a:hover .more {    background-color: #f4ece087;color: #917F67;letter-spacing: 2.5px;}
.product_page .products-list .item a:hover .more {background: var(--SubColor1);color: #fff;}



/* 功-內層 = = = = = = = = = = = = */
/*購物車/內層＝＝*/
.product_info_page .main_part {padding-bottom: 120px;}
.product_info_page .show_content{max-width: 1400px;font-family: var(--SFontE);width: 90%;}
.product_info_page .product-layer-two {display: none;}
.product_info_page .product-wrapper{width: 100%;padding: 60px 30px;background: #F7F5F0;}

/* 左商品輪播區 */
.product_main {
padding: 0 10px;vertical-align: top;width: 55%;padding-right: 40px;float: left;text-align: center;}
.product_pic {padding-left: 120px;}
.bx-wrapper .bx-viewport {border: 5px solid transparent;background: transparent;}
.product_pic #bx-pager {display: inline-block;vertical-align: top;width: 120px;padding: 0 10px;font-size: 15px;font-weight: 300;color: var(--SubColor9);position: absolute;top: 0;left: 0;letter-spacing: .5px;text-align: left;}
.product_pic #bx-pager a img {width: 100%;height: 100%;object-fit: cover;}


/* 右商品資訊區 */
.sidebarBtn {padding: 0;display: inline-block;width: 28%;vertical-align: top;border: 0;background: transparent;width: 45%;padding: 0 20px;}
.sidebarBtn h2 {color: #272424;font-size: var(--f28);font-weight: 600;letter-spacing: .5px;}

/* 規格 */
.product_info li {
margin: 0px 0 20px;
padding-bottom: 20px;
padding-top: 20px;
border-bottom: 1px solid rgb(128 112 101 / 40%);
border-top: 1px solid rgb(128 112 101 / 40%);
}
.product_info li span {font-size: 13px;color: var(--SubColor9);font-weight: 600;letter-spacing: 1px;width: fit-content;background: var(--MainColor);padding: 4px 10px;border-radius: 3px;margin-bottom: 10px;}

.product_info li .txt_box {color: #464543;width: 100%;font-size: 15px;line-height: 1.6;}
.mobile_product_name {font-size: 24px;}

/*價格*/
.sidebarBtn .price {color: #333;font-weight: 400;padding: 12px 0;border-bottom: 1px solid rgb(128 112 101 / 40%);
letter-spacing: 1px;}
.sidebarBtn .price span {display: inline;font-size: 18px;font-weight: 400;letter-spacing: 1px;}
.sidebarBtn .price span.sp_price, .sidebarBtn .price span.ori_price {width: 100%;display: block;}
.sidebarBtn .price span.ori_price {width: 100%;display: block;text-decoration: line-through;color: #999;}
.sidebarBtn .price span.sp_price {color: #c80014;color: var(--SubColor9);font-weight: 500;}



/*按鈕顏色*/
.inquiry_a1, .inquiry_a2, .inquiry_a3 {
display: block;
width: 100%;
border-radius: 3px;
text-align: center;
line-height: 50px;
color: #fff;
margin-top: 10px;
font-size: 15px;
letter-spacing: 1px;
}
.inquiry_a1 {
background: #6C5741;    
border: solid 1px #92847a !important;
}
.inquiry_a2 {
background: #92847a;
background: transparent;
border: solid 1px #92847a;
color: #6b5743;
}
.inquiry_a3 {background: #ADA17E;display: none;}
/* .inquiry_a1, .inquiry_a2, .inquiry_a3 {display: none;} */
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover {
background: #312f28;
border: 1px solid #312f28;
color: #fff;
letter-spacing: 1px;
}



/* 商品資訊 = = = = */
.product-wrapper ul.prod {
padding-top: 60px;display: none;
}
ul.prod li h3.prod-thumb {
background: #efece5;
color: var(--SubColor8);
text-align: center;
padding: 5px;
font-weight: 500;
font-size: var(--f18);
line-height: 1.6;
}
ul.prod li .prod-panel {
padding: 20px 15px;
color: #2F2F2F;
font-weight: 400;
line-height: 1.7;
font-size: 15px;
letter-spacing: .5px;
}
/* QA隱藏 */
ul.prod .prod-item:last-child {display: none;}



/*相關推薦*/
.prod_related {
background: #d6cfc4;
padding: 40px 25px;
font-family: var(--SFontE);
}
.prod_related h6 {
max-width: 1400px;
margin: 40px auto 0;
text-align: left;
padding: 0 20px;
padding-top: 0;
}
.prod_related h6 span:before {
color: var(--SubColor1);
font-size: var(--f28);
font-weight: 500;
letter-spacing: 1px;
}
.related_list {
margin: 20px auto 60px;
max-width: 1400px;
padding: 0 20px;
display: flex;
gap: 15px;
}
.related_list li {display: inline-block;vertical-align: top;width: calc(100% / 4);padding: 7px;padding: 0;background: transparent;}
.related_list li a {padding: 0;background: transparent;position: relative;font-size: 0;}
.related_list li a img {max-width: 100%;aspect-ratio: 1 / 1;object-fit: cover;position: relative;transition: .3s ease-in-out;}
.related_list li p {text-align: center;font-size: 15px;background: transparent;color: var(--SubColor);/* max-height: 34px; *//* display: -webkit-box; *//* -webkit-line-clamp: 1; */margin-top: 10px;overflow: hidden;}
.related_list li a:before {
content: '快速瀏覽';
display: block;
position: absolute;
width: 100%;
height: fit-content;
z-index: 1;
overflow: hidden;
font-family: var(--SFontE);
color: #222;
font-weight: 600;
letter-spacing: 1px;
bottom: 0;
background-color: rgb(255 255 255 / 80%);
transition: .3s ease-out;
font-size: 13px;    
padding: 10px;
transform: scale(1, 0);
transform-origin: 0 100%;
opacity: 0;
}
.related_list li a:hover:before {opacity: 1;transform: scale(1, 1);}
.related_list li a:hover img {filter: grayscale(0.5) brightness(0.5);}
/*BTN */
.prod_related_b_box {display: none;}




@media screen and (max-width: 1200px) {}


@media screen and (max-width: 1024px) {
.product_main { display: block; width: 100%;}    
.sidebarBtn { display: block; width: 100%;}
}

@media screen and (max-width: 980px) {}


@media screen and (max-width: 768px) {
/* 篩選器-左手邊 / 產品分類-上面
.Prods_Wrap { width: 100%;}
.ProdFilter_ { width: 100%;}
.ProdFilter_Item_Show { width: calc(100% - 110px);}
.ProdFilter_ { order: 1;}
.Prods_Menulists { order: 2;}
.ProdFilter_ li > a span { color: #333;}
*/

.Prods_Wrap { width: 100%; margin-top: 20px;}
.ProdFilter_ { width: 100%;}
.Prods_Menulists { opacity: 0; display: none;}


.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 .product_menu_list {width: 100%;order: 0;min-height: unset;}
}


@media screen and (max-width: 600px) {}






/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*文章設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*文章功能頁/ = = = = */
.show_content.blog_box {max-width: 1600px;gap: 0;display: flex;justify-content: flex-end;flex-wrap: wrap;}


/* 左側分類欄位 = = */
.blog_le {
position: relative;
width: 220px;
padding: 0;
z-index: 1;
margin: 0;
height: fit-content;
position: sticky;
top: 80px;
}
h5.blog_le_t {
    text-align: left;
    padding: 20px;
    padding: 0;
    padding-top: 15px;
    padding-bottom: 10px;
    width: 100%;
    margin: 0;
    /* display: none; */
}
h5.blog_le_t em {
    font-weight: 500;
    font-size: var(--f20);
    letter-spacing: 2px;
    padding-right: 10px;
    color: var(--SubColor);
    text-align: center;
    font-family: var(--SFont);
}
h5.blog_le_t span {
    display: inline-block;
    font-family: var(--SFontEN);
    letter-spacing: 1px;
    color: var(--SubColor);
    opacity: .4;
}
.blog_search {/* display: none; */}
.blog_search input[type=search] {color: #121212bf;letter-spacing: 1px;background: transparent;/* background: #d6cfc594; */border: 1px solid #666;border-radius: 0;padding: 8px 40px 8px 8px;}
.blog_search input[type=submit] {
    background: url(https://pic03.eapple.com.tw/fangda/img_search.svg) no-repeat center center;
}
/* 分類列 */
.blog_le .accordion {
    border-radius: 0;
    font-size: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    flex-direction: column;
    border: 0;
}
.blog_le .accordion li {
    transition: .3s ease-out;
    border: 0;
    position: relative;
    overflow: unset;
    height: fit-content;
    display: flex;
    flex-direction: column;
    width: 100%;
    border: 0;
}
.accordion li .link {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    padding: 0;
    border: 0;
}
.accordion li+li .link {
    border-top: 1px solid #eee;
}
.accordion li .link a {
    text-align: left;
    line-height: 1.6;
    font-weight: 500;
    margin: 0;
    padding: 10px;
    font-size: 14px;
    letter-spacing: 2px;
    border: 0;
    border-bottom: 2px solid transparent;
    height: auto;
    transition: all 0.3s ease-out;
    width: 100%;
    border: 0;
    color: #272424;
}
/* 分類2層-OFF */
.submenu {font-size: 14px;opacity: 1;width: 100%;border: 0;}
.submenu li+li {border-top: 1px solid #ccc !important;}
.submenu a {color: #666;word-break: break-all;line-height: 1;padding: 12px 20px 12px 30px;height: fit-content;font-size: 13px;}
.submenu a i {left: 10px;font-size: 13px;}
.submenu li.on_this_category a, .submenu a:hover {color: #FFF;}
/* 當前頁面 */
.blog_le .accordion > li.on_this_category .submenu {display: none !important;height: 100%;}
.blog_le .accordion > li.on_this_category.open .submenu {display: block !important;height: 100%;}
.blog_le .accordion > li:hover .link i, .blog_le .accordion > li.on_this_category .link i {color: #444 !important;}
.blog_le .accordion > li.on_this_category{background: transparent !important;}
.blog_le .accordion > li.on_this_category:hover {color: #3C3C3C !important;}
.blog_le .accordion > li:hover {background: transparent !important;}
.blog_le .accordion > li.on_this_category .link a, .blog_le .accordion > li:hover .link a {
    color: #fff !important;
    background: var(--SubColor1);
}


/* 右側圖文區 = = */
.clearfix:before, .clearfix:after {
    content: none;
}
.blog_ri {margin: 0;flex-direction: column;font-family: var(--SFontE);padding: 0 0 0 40px;width: calc(100% - 220px);justify-content: flex-start;}
h4.blog_category_title {width: fit-content;font-weight: 600;letter-spacing: 1px;margin: 0;padding: 0;font-size: 0;    padding-bottom: 55px;}
/* 圖文區塊 */
.blog_subbox {display: grid;grid-template-columns: repeat(1, 1fr);width: 100%;gap: 20px;grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));}
.subbox_item {border-radius: 0;overflow: hidden;transition: .3s ease-out;margin: 0;width: 100%;padding-bottom: 0;border: 1px solid rgb(195 175 159 / 40%);}
.subbox_item:hover {transition: .3s ease-out;}
.subbox_item a {align-items: center;grid-gap: 20px;display: flex;flex-wrap: wrap;padding: 15px;/* border: 1px solid #c3af9f40; */}

.subbox_item a:before {
    font-size: 12px;
    padding: 5px 18px;
    background: var(--SubColor1);
    border-radius: 2px;
    color: #fff;
    bottom: 0;
    font-weight: 600;
    letter-spacing: .5px;
    right: 0;
    font-family: var(--SFontEN);
    top: unset;
    /* transform: translate(10px, 10px); */
}
.subbox_item a:after {
    background: rgba(256, 256, 256, .5);
    border: none;
    pointer-events: none;
}
.subbox_item a:hover:before, .subbox_item a:hover:after {
    opacity: 0;
    transition: all .3s;
}
/* 圖 */
.blog_list_le {overflow: hidden;aspect-ratio: 12/12;background-color: transparent;width: 100%;/* box-shadow: 6px 6px 0 rgba(0, 0, 0, .04); */padding: 0;position: relative;}
.blog_list_le:before {
    content: 'READ MORE';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9999;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 14px;
    opacity: 0;
    letter-spacing: -0.7em;
    transition: all 1s;
    filter: blur(5px);
        font-family: var(--SFontEN);
}
.subbox_item a:hover .blog_list_le:before {
    opacity: 1;
    letter-spacing: 1px;
    transition: all 1s;
    filter: blur(0px);
}
.blog_list_le img {transition: .6s ease;box-shadow: 6px 6px 0 rgba(0, 0, 0, .04);}
.subbox_item a:hover .blog_list_le img {
    filter: brightness(.6);
    transform: scale(1.1);
    border-radius: 5px;
    padding: 0px;
}

/* 文字 */
.blog_list_ri {display: flex;flex-direction: column;justify-content: center;margin: 0;padding: 0;width: 100%;/* padding-left: 0; */max-width: 100%;overflow: hidden;}
.blog_list_ri h5 {line-height: 1.6;font-size: var(--f22);text-align: left;color: #272424;font-weight: 500;letter-spacing: 1px;margin: 0;padding-bottom: 0;/* border-bottom: 1px solid #e7e7e7; */}
.subbox_item a:hover .blog_list_ri h5 {color: var(--SubColor1);}
.blog_list_ri em {
    font-size: 12px;
    color: #999;
    margin: 0;
    letter-spacing: 1px;
}
.blog_list_ri p {font-size: 14px;letter-spacing: .5px;line-height: 1.6;font-weight: 400;color: #6d6660;margin: 10px 0 0;-webkit-line-clamp: 3;}



/*文章內層/ = = = = */
.blog_in_page .show_content.blog_box {
    max-width: 1400px;
}
.blog_in_page h5.blog_le_t em {}
.blog_in_page .blog_ri {align-self: end;}
.blog_in_page h4.blog_category_title {width: 100%;font-size: 24px;letter-spacing: 1px;margin-bottom: 0;text-align: left;padding: 0;font-size: var(--f24);color: #444;font-weight: 400;letter-spacing: 1px;}

/* 上下篇按鈕 */
.blog_back {align-items: center;border-top: 1px solid rgb(128 112 101 / 40%);padding: 40px 0;display: flex;-ms-flex-wrap: wrap;gap: 10px;width: 100%;display: flex;justify-content: center;align-items: center;position: relative;}
.blog_back a {font-size: 13px;letter-spacing: 0.08em;}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next, .blog_back a.article_btn_back {transition: .3s ease;margin: 5px;line-height: 2;height: 26px;border: 0;display: block;width: auto;font-size: 14px;padding: 0 15px;position: relative;background: transparent;color: var(--SubColor1);letter-spacing: 1px;font-weight: 400;}

.blog_back a.article_btn_prev:hover, .blog_back a.article_btn_next:hover, .blog_back a.article_btn_back:hover {
    background: var(--MainColor);
    color: var(--SubColor10);
}

/* 分享 */
.toShare {border-top: 0px solid rgb(128 112 101 / 40%);padding-top: 0;display: flex;align-items: center;}
.blog_shareData {display: flex;align-items: center;align-content: center;flex-wrap: wrap;flex-direction: row;margin-bottom: 10px;width: 100%;padding: 0 0 10px;border-radius: 5px;border-bottom: 1px solid #eee;padding-bottom: 10px;justify-content: flex-end;}
.toShare b, .toShare a, .toShare a object, .toShare a i {font-weight: 400;font-size: 12px;color: #333;letter-spacing: .5px;}
.toShare a object {
    max-width: 21px;
    /* filter: grayscale(1); */
}
.toShare > a:hover > object {filter: none;}


/* 文章編輯器 */
.blog_box_edit {background: transparent;margin: 10px 0;font-size: var(--f16);color: #2F2F2F;line-height: 1.8;padding: 0;padding: 10px 0 40px;letter-spacing: .5px;}

/*文章-相關推薦*/
.news_related {display: none;}





@media screen and (max-width: 1024px) {
.blog_subbox {grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));gap: 20px;}
.i_blog_ri p, .blog_list_ri p {letter-spacing: 0.08em;}
.i_blog_ri h5, .blog_list_ri h5 {-webkit-box-orient: unset;letter-spacing: 0.04em;}

.fa-chevron-down::before {font-size: 12px;}
.blog_le .accordion li .link i {width: 35px;}
.accordion li .link a {padding: 5px 15px;font-size: 15px;}
}

@media screen and (max-width: 940px) {
.blog_le .accordion {grid-template-columns: repeat(2, 1fr);}
}

@media screen and (max-width: 768px) {
h5.blog_le_t {margin: 0 0 10px;pointer-events: none;}
a.news_menu_toggle i {display: none;}
}

@media screen and (max-width: 620px) {
.subbox_item a {flex-direction: column;}
.i_blog_le, .blog_list_le {max-width: 100%;}
.blog_list_ri em {margin: 10px 0 20px 0;}
}

@media screen and (max-width: 480px) {
.i_blog_ri h5, .blog_list_ri h5 {order: 2;}
.blog_list_ri em {order: 1;font-size: 13px;margin: 0;}
.i_blog_ri p, .blog_list_ri p {order: 3;}
}

@media screen and (max-width: 400px) {
.blog_le .accordion {grid-template-columns: repeat(1, 1fr);}

}





/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = = = = = */
/*促銷活動設定-OFF  = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.promotion_title {    font-family: var(--SFontEN);}






/* = = = 分隔線 相簿-ON= = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*相本分類全版面 ( 限制最寬2000px ) = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*相簿主分類----------------------------------------*/
.album_page .main_part{max-width: 95%;}
.album_page .show_content {width: 95%;max-width: 1600px;}

/*相簿次分類----------------------------------------*/
.album_class_page .main_part{max-width: 1400px;}
.album_class_page #content{}
.other_subalbum li {
background: unset;
margin: 0;
}
.other_subalbum li p {
text-align: center;
padding: 15px 5px 0;
letter-spacing: 1px;
color: var(--SubColor);
transition: ease .3s;
}
.other_subalbum li:hover p{
color: var(--SubColor1);
}
.other_subalbum li a div {
width: 100%;
height: auto;
position: absolute;
aspect-ratio: 3 / 2;
overflow: hidden;
}
.other_subalbum li a div img {
height: 100%;
object-fit: cover;
width: 100%;
transition: 0.6s ease-out;
filter: grayscale(0.7);
}
.other_subalbum li a:hover div img {transform: scale(1.1);filter: unset;transition: 0.6s ease-out;}
.subalbum-menu h2 {
color: var(--SubColor1);
font-weight: 400;
font-size: var(--f20);
letter-spacing: 1.5px;
margin-bottom: 0px !important;
}
.subalbum-menu h2 .block {display: none;}



/* 共用 */
.show-list, .other_subalbum{display: grid;
grid-template-columns: repeat(3, 1fr);
column-gap: 15px;
row-gap: 15px;
padding-top: 20px;}
.other_album {display: none;}
.show-list .item, .other_subalbum li {width: 100%;padding: 0;margin: 0;}
.show-list .item a {position: relative;}
.show-list .show_pic {display: block;position: relative;overflow: hidden;text-align: center;line-height: 0;height: auto;padding-bottom: 0;aspect-ratio: 489 / 320;}

.show-list .item:hover a figure img {
transform: scale(1.1);
transition: 0.5s;
top: 0;
left: 0;
filter: grayscale(0) brightness(1);
}
.show-list .item a figure img {
filter: grayscale(0.5) brightness(0.5);
transition: all 0.3s;
height: 100%;
object-fit: cover;
width: 100%;
}

.show-list .show_name {
border-bottom: 0;
height: 35px;
margin-top: 8px;
font-size: var(--f17);
font-weight: 400;
text-align: left;
color: #fff;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
letter-spacing: 2px;
}
.other_album_choice { 
display: none; 
}
.show-list .item:hover .show_name{
color: var(--SubColor1);
    opacity: 0;
    transition: all 0.3s;
}
.other_subalbum li{
background: unset;
}



/*相簿內層----------------------------------------*/
.album_info_page .main_part{
    max-width: 1400px;
    min-width: fit-content;
}
.album_info_page .album_descrip {
    /* color: var(--f2-color); */
    /* letter-spacing: 1px; */
    /* line-height: 1.7; */
}
.album_info_page .pic-list {
    display: block;
    column-count: 3;
    gap: 8px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
}
.pic-list .item {height: fit-content;width: 100%;display: block;vertical-align: top;padding: 0;margin: 0;margin-bottom: 15px;position: relative;margin-bottom: 0;}
.pic-list .item a {
display: block;
margin: 0 auto;
}
.pic-list .show_pic {/* height: initial; *//* padding-bottom: 0; */display: block;position: relative;overflow: hidden;text-align: center;line-height: 0;height: auto;padding-bottom: 0; aspect-ratio: 16 / 11;/*aspect-ratio: unset; */}
.pic-list .show_pic img {
width: 100%;
    object-fit: cover;
    height: 100%;
}
.album_info_page .album_descrip {
    letter-spacing: .5px;
    line-height: 1.7;
    font-size: 16px;
    color: #272424;
    background: #DED7CD;
    padding: 15px;
    border-top: #BDAEA4 solid 1px;
}

/* 文字敘述 */
.album_info_page .pic-list .item h6 {
    padding: 0;
    display: none;
}



@media (max-width: 1440px){
.album_info_page .pic-list{ -moz-column-count:3; -webkit-column-count:3;  column-count:3;}
}

@media screen and (max-width: 1280px){
.show-list {grid-template-columns: 1fr 1fr;}
}
@media screen and (max-width: 980px){
}

@media screen and (max-width: 768px){
.show-list {grid-template-columns: 1fr ;}
}

@media screen and (max-width: 600px){
.album_class_page .show_content{width: 100%;}
.album_page .show-list .item{width: 100%;}	
.album_page .show-list .item{margin:auto;}
.show-list .item{margin:auto;}
.show-list {gap: 20px;}

}





/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*聯絡我們 -OFF = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

@media screen and (min-width: 1700px) {}
/* @1200下方區域_平板版面1200px */
@media screen and (max-width: 1200px) {

/* footer*/
.footer_info {margin: auto;}
.footer_info li:nth-child(1) {-ms-flex-direction: column;flex-direction: column;padding-left: 10px;}
.footer_info li p {
margin-left: 0;
}
}

/* @1024下方區域_平板版面1024px */
@media screen and (max-width: 1024px) {
/* footer */
.footer_info {/* grid-template-columns: 1fr; */text-align: center;position: relative;gap: unset;width: 100%;}
.footer_logo a {
position: relative;
display: block;
width: 100%;
}

.footer_info ul {display: flex;gap: 20px;flex-direction: column;align-items: flex-start;}
.footer_info li+li{
margin-top: 0;
}
.footer_info li:nth-child(2) {/* padding: 15px 0; */}
.footer_menu {
display: flex;
justify-content: center;
margin-left: auto;
}
.footer_menu a {font-size: 15px;/* padding: 0 10px; */}


}

/* @768下方區域_平板版面768px */
@media screen and (max-width: 768px) {

/* 開啟手機板下方按鈕所需設定 */
#bottom_menu { display: none; }
.footer.with_shopping_mode {padding: 60px 0 0;}
#to_top {}


/* footer */

.footer_logo {position: relative;left: unset;width: 100%;margin: auto;margin-bottom: 30px;}
.footer_info li:nth-child(1) {/* align-items: center; */}
.footer_menu {display: flex;gap: 5px;flex-wrap: wrap;max-width: 500px;margin: auto;justify-content: flex-start;}
.footer_menu a {font-size: 14px;padding: 4px 10px 0;width: 30%;text-align: center;background: #b5aaa0;color: var(--SubColor4);}
.footer_menu a:nth-child(2n):after {content: none;}
.copy{font-size: 10px;padding: 15px;}


}

@media screen and (max-width: 600px) {
.copy {font-size: 10px;}
}

@media screen and (max-width: 480px) { 
.footer_menu a {
width: 48%;}
}