@charset "utf-8";
/* *************浮光歸處****************** */
/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/
/* "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');




/* 英文粗字體 Crimson Text */
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');
/* 英文字體 Heebo */
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&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');




/*網站全域設定/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
:root {
  /* --Color: #0009;#f6f5f5 */
  --MainColor: #917D59; /*網站主要色系*/
  --SubColor: #1a1819; /*網站文字色*/
  --SubColor1: #ffffffff; /*網站輔助色系1*/
  --SubColor2: #FCFBFA; /*網站輔助色系2*/
  --SubColor3: #BFB199; /*網站輔助色系3*/
  --SubColor4:  #a19384; /*網站輔助色系4*/  
  --SubColor5: #f8f4eb; /*網站輔助色系5*/ 
  --SubColor6: #fff8dd; /*網站輔助色系6*/ 
  --SubColor7: #e9d9a8; /*網站輔助色系7*/ 
  --SFontE: "Heebo", "Noto Sans TC",sans-serif;/*英文字體-無襯線*/
  --SFontEN: "Crimson Text", "Noto Serif TC", sans-serif, system-ui;/*英文標字體*/  
  --SFontC: "Noto Serif TC", sans-serif;/*內文字體*/
  --SFont: "Noto Sans TC", sans-serif;/*內文黑字體*/
  --pd100:100px 0;
  --m100:100px;
  --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:600px) {
:root{
  --pd100:50px 0;
  --m100:50px;
  --m50:25px;
  --f80:52px;
  --f52:36px;
  --f48:28px;
  --f44:26px;
  --f40:24px;
  --f36:22px;
  --f32:20px;
  --f28:20px;
  --f24:18px;
  --f18:16px;
  --f17:15px;  
}
}
@media (max-width:375px) {
:root{
  --f80:48px;
  --f52:32px;
  --f48:24px;
  --f44:22px;
  --f40:20px;
  --f36:18px;
  --f32:18px;
  --f28:18px;
  --f24:17px;
  --f22:17px;
  --f20:16px;
  --f18:15px;  
  --f16:14px;
}
}
/*網站全域設定/＝＝＝＝＝*/


/*反白顏色*/
/* ::-moz-selection { background-color: #060303; color: #fff; }
::selection { background-color: #060303; color: #fff; } */



/*卷軸*/
/* 捲軸寬度及高度 */
/* ::-webkit-scrollbar {width: 6px; height: 0px;} */
/* 軌道背景底色 */
/* ::-webkit-scrollbar-track {background: #eee; } */
/* 滑桿顏色 */
/* ::-webkit-scrollbar-thumb {background: #888; } */
/* 滑桿滑鼠滑入時的顏色 */
/* ::-webkit-scrollbar-thumb:hover {background: #444; } */




* {font-family: var(--SFont);letter-spacing: .08rem;}
/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/* header */
.pageIndex .header_area {/* position: fixed; */}
.header_area {padding: 0;/* position: fixed; */background: #fff;}
.header_area {
    /* background: transparent; */
    /* background-image: linear-gradient(180deg, rgb(8 9 10 / 60%), #1f252700); */
    transition: .5s ease;
}
.header_area.sticky {background: #111;background: rgb(255 255 255);height: fit-content;}
.main_header_area .container {max-width: 2000px;width: 95%;}
/* 導覽列 */
.navigation {display: flex;align-items: center;font-size: 0;padding: 10px 0;}



/*選單 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/
.pageIndex .stellarnav, .stellarnav {}
 .stellarnav {}

/* 第一層 */
.stellarnav ul {/* margin-top: -30px; */}
.sticky .stellarnav ul {margin: 0;}

.stellarnav > ul > li:before {
    content: "";
    width: 1px;
    height: 15px;
    background: #ccc;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.stellarnav > ul > li:last-child:before{display: none;}
.stellarnav > ul > li {padding: 0;font-size: 0;}
.stellarnav li a {font-family: var(--SFont);}
.stellarnav > ul > li > a {font-size: 14px;letter-spacing: 2px;font-weight: 400;padding: 0;margin: 0;color: #1a1a19;min-width: 95px;margin: 0 10px;}
.sticky .stellarnav.desktop > ul > li > a {/* padding: 24px 0; */}



/* 下拉符號 */
.stellarnav li.has-sub > a:after {border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 5px solid #898989;content: none;}
.stellarnav > ul > li.has-sub:hover > a:after {border-top: 5px solid var(--SubColor7);}
.stellarnav > ul > li.has-sub > a {padding-right: 0;}
.stellarnav > ul > li:hover > a{/* color: var(--SubColor7); */opacity: .5;}
.stellarnav > ul > li > a b:last-child {/* font-size: 12px; */}


/* 第二層 */
.stellarnav.desktop ul ul {
    min-width: 160px;
    width: fit-content;
    margin-top: 0;
    border: none;
    background: transparent;
    transform: translateX(-50%);
    left: 50%;
    border: solid 1px #f6f6f6;
    min-width: 120px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: rgba(0 0 0 / 5%) 0px 2px 8px 0px;
    /* height: 0; */
}
.stellarnav li.has-sub li {
    border: none;
    border-bottom: 0;
    background: transparent;
    border: none;
    border-bottom: solid 1px #f6f6f6;
    background: #ffffff;
}
.stellarnav.desktop li.has-sub li a, .stellarnav.desktop ul ul > li > a {
    padding: 8px 14px;
    transition: all .5s;
    /* background: #000000c4; */
    /* border-bottom: 1px solid #eadca930; */
    color: #999;
    font-size: 13px;
    text-align: center;
    line-height: 1.6;
}
.stellarnav li.has-sub li:last-child {border-bottom: none;}
.stellarnav li.has-sub li a:hover {background: #f3f3f3;color: #2D2D2D;}
.stellarnav li.has-sub li a:hover:after {border-left: 6px solid #fff;}



/* .stellarnav > ul > li.drop-left > ul {right: unset;} */


/* 第三層 */
.stellarnav li.drop-left ul ul {
    left: unset;
    transform: none;
    background: rgba(240, 240, 240, 0.6);
}
.stellarnav ul ul ul {top: 0;left: 100%;margin: 0;transform: unset;}





.me_tp_features {display: none;}
/*電腦LOGO = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.header_area * {transition: .4s ease;}
.nav-header {max-width: 60px;padding-top: 9px;padding-bottom: 5px;}
.header_area.sticky .nav-header {}
.header_area .nav-brand {}
.nav-brand img {}

.sticky .nav-header {}
.sticky .nav-brand img {}






/*footer = = = = = = =  = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.box_link{display: none;}

.footer {
    background: #f7f7f7;
    padding: 5% 0 2%;
    background-size: cover;
}
.footer .center {
    position: relative;
    max-width: 2000px;
    /* max-width: 1400px; */
    padding: 0 5%;
    width: fit-content;
    z-index: 1;
    margin-left: 0;
}
.footer_info {
    max-width: fit-content;
    margin: 0 auto;
    gap: 0 30px;
    padding: 0;
    align-items: center;
    justify-content: space-between;
    /* margin-left: 0; */
    grid-template-columns: 1fr;
    grid-gap: 70px;
}

.footer_logo {
    max-width: 180px;
    margin: 0;
    display: none;
}
.footer_logo > a {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 200 / 180;
    overflow: hidden;
}
.footer_logo > a img {
    /* display: none; */
    object-fit: cover;
    object-position: 50% 20%;
    width: 100%;
    height: 100%;
}


/* footer資訊*/
.footer_info ul {
    display: flex;
    width: fit-content;
    justify-content: flex-start;
    flex-direction: column;
    align-content: flex-start;
}
.footer_info li p, .footer_info li p a {
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: 1.5px;
    color: #2d2d2d;
    transition: all .4s;
    font-family: var(--SFontE);
}
.footer_info li p {
    width: fit-content;
    font-size: 12px;
    margin-bottom: 0px;
}
.footer_info li p:before {
    margin: 0 5px 0 0;
    padding-right: 0px;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    transition: all .4s;
}
.footer_info li p:hover, .footer_info li p:hover a, .footer_info li p:hover:before {
    color: #bdb48f;
}
.footer_info li:nth-child(1) {width: 100%;padding: 10px 0;display: inline-block;vertical-align: middle;display: flex;flex-direction: column;gap: 5px;width: 48%;}

.footer_info li p.taxid, .footer_info li p.tel {display: none;}

.footer_info li p.add2{order: 1;}
.footer_info li p.add2:before {content: 'OPEN TIME：';}

.footer_info li p.phone {order: 2;}
.footer_info li p.phone:before {content: 'TEL：';}
.footer_info li p.line {order: 3;display: none;}
.footer_info li p.line:before {content: 'Line：';}
.footer_info li p.mail {order: 4;}
.footer_info li p.mail:before {content: 'MAIL：';}
.footer_info li p.add {order: 5;}
.footer_info li p.add:before {content: 'ADD：';}

.footer_info li:nth-child(2) {width: 100%;padding: 0;margin-top: 20px;}
.footer_menu {border-top: 0;display: flex;flex-wrap: wrap;gap: 5px;justify-content: flex-start;/* display: none; */}
.footer_menu a {margin: 0;transition: all .5s;border-radius: 0;width: fit-content;border: none;color: #999;font-size: 12px;padding: 8px;position: relative;}
.footer_menu a:first-child {display: none;}
.footer_menu a:hover {background: #333;}

.footer_menu a:before {
content: "";
width: 0;
height: 100%;
position: absolute;
top: 0;
left: 0;
transition: all .5s;
background: #9d8757;
z-index: -1;
}
.footer_menu a:hover:before {
left: auto;
right: 0;
width: 100%;
transition: all .5s;
}

/* -------------------------------------------------------------------------------------------------- */
.copy * {letter-spacing: .5px;}
.copy {
    /* transform: translateY(-100%); */
    display: flex;
    border-top: none;
    background: none;
    border: none;
    text-align: right;
    margin: 0;
    padding: 8px 5%;
    font-size: 10px;
    margin-right: 0;
    z-index: 0;
    right: 0;
    position: relative;
    width: 100%;
    justify-content: flex-end;
    gap: 4px 0;
}

.copy, .copy a {color: #999;letter-spacing: .5px;transition: all 0.5s;}
.copy a {padding: 0 3px;}
.copy a:hover {color: #999;opacity: 0.5;}

.privacyLinks {margin: 0 3px;}
.privacyLinks a+a {border-left: 1px solid #aaa;border-left: 0;}
.privacyLinks+a {margin-right: 5px;}

.copy p:first-child {width: 100%;}




/* 置頂按鈕 */
#to_top {
    box-shadow: none;
    border-radius: 0;
    font-size: 0;
    background: transparent;
    opacity: .6;
    bottom: 10px;
    height: 10px;
}
#to_top:before {
content: "";
width: 1px;
height: 40px;
background-color: #bbbbbb;
position: absolute;
left: 50%;
transform: translateY(-100%) translateX(1px);
top: -50px;
opacity: .5;
}
#to_top::after {width: max-content;height: max-content;background-color: transparent;left: 50%;transform: translateX(-50%);top: -50px;content: 'Top';color: #bbb;display: block;position: relative;font-family: var(--SFontE);/* writing-mode: vertical-rl; */font-size: 12px;line-height: 1;letter-spacing: 2px;font-weight: 400;}
#to_top i.top {display: none;}
#to_top:hover {opacity: 1;}






/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 商品下拉超過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個--結束 */





/* = = = 大圖-分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = *
/*預設解除背景輪播*/
.bannerindex {
    position: relative;
    height: auto;
    --swiper-pagination-color: #fff;
    width: 92%;
    max-width: 2000px;
    margin: 0 auto;
    margin-right: 0;
}
.bannerindex .swiper-banner {position: static;margin: 0;height: auto;}
.swiper-slide img { height:auto;}
.swiper-banner .swiper-slide img {
    transform: unset !important;
    width: 100%;
    margin-right: 0;
    padding-left: 12%;
    aspect-ratio: 55 / 29;
    object-fit: cover;
    padding-bottom: 4%;
}


/* 大圖點點切換鈕*/
.bannerindex {--swiper-pagination-color: #fff;}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {width: 100%;height: fit-content;bottom: 50px;}
.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;}
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {background-color: #fff;}
/* 大圖點點END */



/* 大圖進場-外層 */
.bannerindex .swiper-wrapper:before, .bannerindex .swiper-wrapper:after {
content: "";position: absolute;z-index: 100;pointer-events: none;opacity: 0;} 
.bannerindex .swiper-wrapper:after {
width: 45%;
height: auto;
aspect-ratio: 44/25;
bottom: 0;
left: 0;
background: #EEEEEE;
opacity: 1;
z-index: -1;
max-width: 450px;
}



/* 大圖進場-內層 */
.bannerindex .swiper-banner .swiper-slide:before, .bannerindex .swiper-banner .swiper-slide:after {content: '';position: absolute;z-index: 100;pointer-events: none;opacity: 0;display: block;z-index: 2;}
/* 大圖文字共用 */
.swiper-banner .swiper-slide.swiper-slide-active:before,.swiper-banner .swiper-slide.swiper-slide-active:after{white-space: pre;left: 3vw;left: 6%;color: #fff;overflow: hidden;animation-timing-function: cubic-bezier(0.01, 0.01, 0.22, -0.89);font-family: var(--SFontE);font-weight: 300;}

::before {}


/* banner01 */

.bannerindex .swiper-banner .swiper-slide:before {
color: #000;bottom: 24vw;
font-size: 32px;
line-height: 180%;
/* text-shadow: 0 0 25px rgb(0 0 0 / 40%), 0 0 15px rgb(0 0 0 / 80%); */
text-shadow: 0 0 35px rgba(255, 255, 255, .6), 0 0 25px rgba(255, 255, 255, .8), 0 0 15px rgba(255, 255, 255, 1), 0 0 10px rgba(255, 255, 255, 1), 0 0 5px rgba(255, 255, 255, .4);
overflow: unset;
line-height: 1.4;
}
.bannerindex .swiper-banner .swiper-slide:after {
bottom: calc(25vw - 60px);
padding: 0 10px;
font-size: 16px;
background: linear-gradient(90deg, rgb(0 0 0 / 80%), rgb(0 0 0 / 70%), transparent);
background: #000;
}

/* banner02 */
.bannerindex .swiper-banner .swiper-slide:nth-child(2):before {}







/* 動畫 */
/* .bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before {animation: NfadeInUp .8s ease-in-out forwards;} */
.bannerindex .swiper-slide.swiper-slide-active::before{
content: "陪你走過設計的旅程，\A 找到心的歸宿";
animation: Nshow_t 2.5s both;
}
.bannerindex .swiper-slide.swiper-slide-active::after{
content: "我們相信空間的價值，來自生命的痕跡";
animation: Nshow_t2 2.5s both;
animation-delay: .6s;
}




@keyframes Nshow_t{
0%{width: 0;letter-spacing: .2rem;opacity: 0.2;}
100%{width: 400px;letter-spacing: .3rem;opacity: 1;}
}
@keyframes Nshow_t2{
0%{width: 0;letter-spacing: .2rem;opacity: 0;}
100%{width: 370px;letter-spacing: .3rem;opacity: 1;}
}



@keyframes NfadeInUp {0% {transform: translate(-50%,-50%) ;opacity: 0;}100% {transform: translate(-50%,0) ;opacity: 1;}}



@media screen and (max-width: 1200px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 660px) {}
@media screen and (max-width: 480px) {}



/* = = = 主設定共用-分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 麵包屑 */
.path {display: none;}


#content_main {margin: 0;background: #fff;}
#content {
width: 100%;
min-height: 80vh;
background: #fff;
}

/* main */
div#page{background-size: auto;position: relative;}
.edit_part{
padding: 0;
min-height: 80vh;/* 暫時 */
}

.main_part {padding: 100px 20px;max-width: 1400px;}
.show_content {padding: 0;}

.subalbum-menu {margin: 0;padding: 0;}

.edit {color: #262626;margin: auto;padding: 20px 0 60px;line-height: 1.7;letter-spacing: 1.5px;font-weight: 400;}

/* 頁籤 */
ul.page {
width: 100%;
margin: 40px auto;
font-size: 18px;
text-align: center;
font-family: var(--SFontEN);
margin: 80px auto 40px;
font-weight: 500;
}
.page li a, .page li {
width: 22px;
height: 22px;
line-height: 22px;
transition: .4s;
color: #bbb;
font-size: var(--f20);
}
.page li {}
.page li.activeN {
color: #222;
text-decoration: underline;
text-underline-offset: 3px;
}
.page strong, .page a:hover {
background: transparent;
color: #4b3a1a;
}



/*內頁BANNER 設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.banner {
    position: relative;
    align-items: center;
    flex-direction: column;
    gap: 4px;
    justify-content: center;
    padding: 0;
    height: 360px;
    background: #f8f9fa;
}
.banner h5 {
    z-index: 1;
    color: #999;
    font-size: 12px;
    margin-top: 10px;
    font-weight: 400;
    letter-spacing: 2.5px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.banner h5:after {
    content: "News";
    display: block;
    order: -1;
    letter-spacing: 2px;
    font-size: var(--f40);
    color: #fff;
    font-weight: 500;
    font-family: var(--SFontEN);
    color: #2d2d2d;
}


.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

.product_page .banner h5:after, .product_info_page .banner h5:after {
    content: "Portfolio";

}



@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 { position: fixed;}
.header_area .main_header_area {backdrop-filter: blur(5px);border-bottom: 1px solid #ffffff9e;}
.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: 180px;margin: auto;left: 20px;}
.sticky .nav-header {}




/* 導覽列 */
.pageIndex .stellarnav {opacity: 1;pointer-events: unset;}
.stellarnav ul {}
.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) {
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{display: none;}

/* = = 手機板大圖 = = */


/* logo*/    
.nav-header {max-width: 130px;padding: 0;margin: 0;margin-left: 0;left: 0;top: 0;z-index: 1;position: relative;}
.sticky .nav-header {/* padding: 10px 0; */}
.nav-brand img { }


/* = = header = = */
.header_area {height: 60px;border-bottom: #e8e8e8 solid 1px;}
.header_area .main_header_area {padding: 0 4vw;border: 0;backdrop-filter: none;}
.header_area.sticky .main_header_area {padding: 0 4vw;}
.main_header_area .container {border: 0;}

.navigation {display: flex;justify-content: space-between;flex-direction: row;width: 100%;border: 0;min-height: 60px;}


/* 導覽列漢堡選單 */    
.stellarnav.mobile {
right: 0;
left: unset;
width: fit-content;
/* margin-right: -20px; */
}
.stellarnav.mobile .menu-toggle {
display: flex;
margin: auto;
padding: 0;
width: 60px;
height: 60px;
flex-direction: row-reverse;
align-items: center;
justify-content: flex-start;
}


/* 漢堡選單樣式 */
.stellarnav .menu-toggle:after {
text-transform: capitalize;
/* content: 'Menu'; */
font-size: 14px;
color: #fff;
transform: scale(1);
font-family: var(--SFontEN);
letter-spacing: 2px;
content: none;
}
.stellarnav .menu-toggle span.bars {
display: block;
margin: 0;
position: relative;
margin: 0;
padding: 0;
/* width: 40px; */
/* height: 10px; */
width: 32px;
}
.stellarnav .menu-toggle span.bars span {
width: 32px;
height: 2px;
border-radius: 0;
background: #1A1A1A;
margin: 0 auto 5px;
/* background: #fff; */
height: 1px;
}
.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 30px;        
/*右滑出現*/
right: -100vw;
overflow: hidden;
transition: all .5s ease;
overflow-y: auto;
}
/*卷軸*/
.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: 100%;
width: 70%;
}


.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;
margin: 26px 0 28px;
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;
display: flex;
flex-direction: column;
}
.stellarnav.mobile li.open {
background: #f3f3f3;
/* color: #fff; */
padding: 0;
padding-bottom: 5px;
}
.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;
letter-spacing: 0.08em;
color: #333;
font-size: 16px;
letter-spacing: 0.04em;
padding: 16px 12px 16px 30px;
}
.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;
}
.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;
}
.stellarnav li li {
font-size: 14px;
color: #333;
font-family: var(--SFont);
letter-spacing: 0.04em;
font-size: 15px;
color: #333333;
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: var(--MainColor);
}

/* 第三層 */
.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 {
width: 100%;
max-width: 440px;
}


}



/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 購物車-ON = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1600px;width: 95%;}
.product_info_page .main_part { max-width:1300px;}


.product_page .show_content, .product_info_page .show_content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}

/* 左側分類 */
.product_page .product_menu_list {position: relative;width: 220px;letter-spacing: 1px;padding: 0;margin-bottom: 30px;width: 100%;}

.product-layer-two li ul { position:static; margin-top:5px; width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; }
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}
.product-layer-two li li a{ padding:5px 10px;}
.product-layer-two li li:hover > a { background:#fff; color:#ad925e;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}
.product-layer-two li a {color: #2D2D2D;font-size: 14px;background: transparent;padding: 10px 5px;}
.product-layer-two li a:hover{opacity: 1;}
.product-layer-two li a:hover ~ i{color: #fff;}
.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list, .product-wrapper { width: 100%;}

.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px; height: 8px; background: transparent; left: 0; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:#ad925e;}






.product-layer-two {background: transparent;border-radius: 10px;display: flex;flex-wrap: wrap;justify-content: center;gap: 20px;}
.product-layer-two ul {grid-gap: 0;}
.product-layer-two li.active{background: #fff;transition: all .5s;}
.product-layer-two li.active li a {background: #eee;transition: all .5s;}


.product-layer-two li.active a {font-weight: 500;border: none;color: #fff;background: #666;padding-left: 10px;}
.product-layer-two li.active i.close::before{color: #fff;}
.product-layer-two li.active .fa-circle-plus::before {color: #fff;}
.product-layer-two li li a {padding: 10px;font-size: 12px;background: #eeeeee;}
.product-layer-two > li {padding-bottom: 0;border-bottom: none;width: auto;max-width: 100%;padding: 0;text-align: left;padding-bottom: 5px;}
.product-layer-two > li > a {letter-spacing: 1.5px;font-weight: 500;transition: all .5s;color: #2D2D2D;background: transparent;border: 0;border-bottom: 1px #eee solid;opacity: .5;}
.product-layer-two > li.active > a {background: #555;}
.product-layer-two > li.active li.active > a{background: #fff;color: #ad925e;}
.product-layer-two > li ul > li + li {margin-top: 0;}
.product-layer-two li ul {margin-top: 0;}
.product-layer-two li li:hover {margin-left: 0;background: #fff;transition: all .5s;}
.product-layer-two li li:hover > a {background: transparent;}
.product-layer-two li li:hover > a:before{display: none;}
.product-layer-two li i {top: 12px;height: auto;font-size: 12px;font-weight: 300;color: #555;}
.product-layer-two li i.close::before {content: '–';}


/* 右側商品區 */
.products-list * {transition: .7s cubic-bezier(0.78, -0.26, 0.19, 1.07);}

.product_page .products-list, .product-wrapper {width: 100%;grid-template-columns: repeat(3, 1fr);}
.products-list .item {position: relative;padding: 0;}
.products-list .item a {padding: 0;}
/* 圖 */
.products-list .pic {aspect-ratio: 4/3;}
.products-list .pic img {max-width: 100%;width: 100%;height: 100%;object-fit: cover;}
.products-list .item a:hover img {-webkit-filter: grayscale(50%);filter: grayscale(50%);transform: translateY(min(50px, 150rem));}
/* 文 */
.products-list .price {margin: 0 0 10px;display: none;}
.products-list .more {display: none;}
.products-list .name {position: absolute;font-size: 14px;font-weight: 600;color: #2D2D2D;padding: 0 20px;opacity: 0;letter-spacing: 2px;}
.products-list .item a:hover .name {opacity: 1;}






/*內頁*/
.product_info_page .product_menu_list {
margin-bottom: 0;
}
.product_info_page .product-layer-two { 
display: none;
}
.product-wrapper {
display: flex;
flex-direction: column;
align-items: center;
}
.product_main,
.product_info_page form, 
.product_info_page .toShare,
.product_info_page .pd_tabTitle {
display: none;
}
.product_pic {
padding: 0;
}
.product_info_page .products-list,
.product-wrapper { 
width: 100%;
}
.product_info_page .half_box { 
width: 100%; 
float: none; 
padding-right: 0;
}
.sidebarBtn {
color: #2D2D2D;
text-align: center;
border: 0;
}
.sidebarBtn h2 {
color: #2D2D2D;
font-weight: 500;
letter-spacing: 0.1em;
}
.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;
}
.sidebarBtn {
border: 0;
}
.product_info li:nth-of-type(1) .txt_box {
font-size: 15px;
letter-spacing: 1px;
}
.product_info li .txt_box {
font-family: 'Noto Sans TC', sans-serif;
color: #333333;
}
.product_info li:nth-of-type(1) .txt_box {
font-size: 15px;
}
.radio-inline__label {
background: #F7F5F2;
border: solid 2px #F7F5F2;
border-radius: 0;
padding: 8px 22px;
}
.radio-inline__input:checked + .radio-inline__label {
background: #F7F5F2;
border: solid 2px rgb(196 196 196 / 80%);
}
.sidebarBtn .price span.ori_price {
text-decoration: line-through;
}

/* 商品資訊&相關推薦 */
.prod_tabs {
margin-top: 20px;
}
.prod_related * {
transition: all ease-in .3s;
}
.prod_related {
background: transparent;
padding: 50px 15px 25px 15px;
}
.prod_related h6, 
.related_list {
display: none;
}
.prod_related h6 {
margin: 0 auto 30px;
}
.related_list li a {
background: transparent;
}
.related_list li a p {
text-align: left;
letter-spacing: 1px;
line-height: 1.5;
margin-top: 15px;
}
















@media screen and (max-width: 1200px){
.related_list {grid-template-columns: repeat(2, 1fr);}
.related_list li figure {aspect-ratio: auto;}
.related_list li a img {height: 25vw;}
}

@media screen and (max-width: 1024px){}

@media screen and (max-width: 768px) {

.product_menu_list, .products-list, .product-wrapper { width: 100%;}

/*側邊選單*/
.product-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-gap: 5px;grid-gap: 0 5px;}
.product-layer-two li a{width: 100%;padding: 10px 0;}
.product_page .product-layer-two, .product_page .products-list { width: 100%; border-right: none;}
.product_page .product_menu_list>h5{display: block;}

.product_page .show_content > a { order: 1;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}

/*清單頁*/
.product_page .product_menu_list > h5 {font-size: 18px;font-weight: 500;letter-spacing: .4rem;margin-bottom: 0;}
.fa-caret-down::before{font-size: 14px;}
.product-layer-two li a{border-bottom: 1px solid #eee;padding: 10px 0 5px;width: 95%;}
/*商品頁*/
.mobile_product_name{display: none;}
.product_main {margin: 0 auto;display: block;}
.sidebarBtn{text-align: center;width: 100%;}
}



@media screen and (max-width: 600px){
/*商品頁*/
.pd_tabTitle li a{font-size: 12px;}
.related_list li a img {height: 150px;}

}

@media screen and (max-width: 560px) {}

@media screen and (max-width: 480px){}











/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*文章設定 -ON = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*文章功能頁/ = = = = */
.blog_box {
    display: flex;
    margin: auto;
    font-family: var(--SFontEN);
    justify-content: space-between;
    flex-wrap: wrap;
    gap: unset;
    width: 100%;
    padding-top: 0px;
    padding: 0 25px;
}

/* 左側分類欄位 */
.blog_le {
padding: 0;
position: relative;
letter-spacing: 1px;
float: left;
box-sizing: border-box;
width: 19%;
padding-right: 35px;
}
h5.blog_le_t {margin-bottom: 5px;text-align: left;line-height: 1.5;letter-spacing: 1px;font-weight: 500;padding: 0;position: relative;border-bottom: 0;font-size: 0;}
h5.blog_le_t em {color: #2D2D2D;line-height: 1.5;text-transform: uppercase;position: relative;font-weight: 400;letter-spacing: 2px;/* font-family: var(--SFontEN); */padding: 10px 5px;padding-left: 0;font-size: var(--f20);}

h5.blog_le_t span {color: #bea976;font-weight: 400;font-size: 14px;font-family: var(--SFontEN);display: none;}
.blog_search {position: relative;margin-bottom: 20px;opacity: .8;}
.blog_search input[type=search] {
    width: 100%;
    color: #2d2d2d;
    border-radius: 0;
    padding: 8px 30px 8px 8px;
    background: transparent;
    font-size: 12px;
    border: 0;
    border-bottom: 1px solid #9e9e9e;
}
.blog_search input[type=submit] {background: transparent;width: 34px;height: 34px;}
.blog_search form:after {
    background: transparent;
    z-index: 10;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    width: 30px;
    content: "\f002";
    font: normal normal normal 14px / 1 FontAwesome;
    height: 33px;
    align-items: center;
    justify-content: center;
    color: #555;
    font-size: 13px;
}
/* 分類列 */
.blog_le .accordion {border: 0;overflow: hidden;display: grid;grid-template-columns: repeat(1, 1fr);font-size: 0;gap: 0;background: ㄐ;border-radius: 5px;backdrop-filter: blur(6px);width: 100%;}
.blog_le .accordion li {transition: .3s ease-out;border-bottom: 0;border-radius: 0;overflow: hidden;}
.blog_le .accordion li li {margin-bottom: 1px;border: 0;}
.accordion li+li { }

.accordion li .link {padding: 0;transition: all 0.3s;}
.accordion li+li .link {border: 0;}
.accordion li .link, .accordion li+li .link { }
.accordion li .link a {text-align: left;margin: 0;border: none;background: transparent;transition: all 0.3s;font-size: 13px;line-height: 1.2;letter-spacing: .8px;padding: 15px 10px;position: relative;color: #454545;font-weight: 400;}
.accordion li .link a:before {
    color: #2d2d2d;
    content: "";
    width: 4px;
    height: 1px;
    position: absolute;
    bottom: 50%;
    left: 0;
    transition: .3s;
    transform: translateY(50%);
    background-color: #2d2d2d;
}

.accordion li+li .link a {border-top: 1px solid #eee;}
.fa-chevron-down::before, .fa-chevron-down::after {content: "";width: 13px;height: 1px;background-color: #93b5d2;display: block;position: absolute;top: 50%;right: 15px;z-index: 1;transition: all 0.5s;}
.fa-chevron-down::after {transform: translateY(-50%) rotate(90deg);}
.blog_le .accordion li.open i.fa-chevron-down::before {content: '';}
.blog_le .accordion li.open i.fa-chevron-down::after {transform: translateY(-50%) rotate(0);}

.blog_le .accordion > li.on_this_category a{background: transparent !important;color: #fff !important;}
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {color: #fff !important;}
.blog_le .accordion > li.open { background:#F4F8FD;}
.blog_le .accordion > li.open > .link a{ background: transparent;}
.blog_le .accordion > li:hover {background: transparent !important;}
.blog_le .accordion > li:hover .link a {
    background: transparent;
    color: #2D2D2D !important;
    opacity: .5;
    padding-left: 13px;
}
.blog_le .accordion > li:hover .link a:before {width: 6px;}

/* 子分類 */
.submenu {background: transparent;}
.submenu a {color: #666;transition: all 0.4s ease;line-height: 1.3;background: transparent;letter-spacing: 0.04rem;}
.submenu a:hover {background: #dce6f2;color: #444;}
.submenu a .fa-circle-chevron-right::before {font-size: 11px;padding: 3px;line-height: 1.5;}




/* 右側圖文區 */
.blog_ri {padding: 0;width: 100%;box-sizing: border-box;width: calc(100% - 19% - 1%);}
h4.blog_category_title {width: fit-content;font-weight: 600;letter-spacing: 1px;display: none;}
/* 圖文區塊 */
.blog_subbox {grid-template-columns: 1fr 1fr 1fr;gap: 0;flex-wrap: wrap;gap: 4% 2%;}
.subbox_item {position: relative;transition: .4s ease-out;margin: 0;align-items: center;background: rgba(0, 0, 0, 0.0);border: 0;height: auto;}
.subbox_item:hover {transition: .4s ease-out;border: 0;}
.subbox_item li:hover {transition: .3s ease-out;box-shadow: 9px 12px 20px 0px rgb(181 177 172 / 35%);}
.subbox_item a {grid-template-columns: 1fr;gap: unset;height: 100%;padding: 0;display: flex;flex-wrap: wrap;align-items: flex-start;align-content: flex-start;}
.module_i_news li a:before, .module_i_news li a:after, .subbox_item a:after, .subbox_item a:before {content: none;}

/* 圖 */
.blog_list_le {overflow: hidden;position: relative;aspect-ratio: 5/4;background-color: #fff;width: 100%;height: auto;border: 0;}
.blog_list_le:after {
content: "";
/* background: url(https://pic03.eapple.com.tw/hongyi2025/slogo.png) no-repeat center center / cover; */
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, calc(-50% + 40px));
filter: contrast(0) brightness(2);
pointer-events: none;
opacity: 0;
width: 40%;
mix-blend-mode: unset;
aspect-ratio: 1 / 1;
height: auto;
z-index: 1;
transition: all 0.4s 
ease-in-out;
}
.subbox_item a:hover .blog_list_le:after {
opacity: .8;
transform: translate(-50%, -50%);
}
.blog_list_le img {width: 100%;transition: .6s ease;}
.subbox_item a:hover img {z-index: 1;opacity: 0.5;transform: scale(1.08);}
/* 文字 */
.blog_list_ri {display: flex;flex-direction: column;justify-content: flex-start;max-width: 600px;width: 100%;margin: 0 auto;padding: 20px 0 20px;}
.blog_list_ri h5 {font-size: var(--f16);text-align: left;margin-bottom: 5px;font-weight: 500;letter-spacing: 1.5px;color: #2d2d2d;line-height: 1.5;transition: all 0.4s ease;-webkit-line-clamp: 2;}
.subbox_item a:hover h5{color: #666;}
.blog_list_ri em {font-family: var(--SFontE);font-weight: 300;font-size: 11px;letter-spacing: 1px;line-height: 1.5;width: fit-content;padding: 0;border-radius: 15px;margin: 5px 0;opacity: 0.6;}
.blog_list_ri p {line-height: 1.8;margin: 0;-webkit-line-clamp: 4;font-weight: 400;font-size: 13px;letter-spacing: 1px;color: #454545;border-top: 0;padding-top: 5px;}
.subbox_item a:hover em,.subbox_item a:hover p{opacity: .5;}



/*文章內層/ = = = = */
.blog_in_page .blog_box {padding: 0 5% 5%;}


.blog_in_page .blog_le {display: none;}
.blog_in_page .blog_ri {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
}
.blog_in_page h4.blog_category_title {width: 100%;letter-spacing: 2px;font-size: var(--f24);display: block;text-align: left;border-bottom: 1px solid #eee;color: #2D2D2D;font-weight: 600;margin-bottom: 10px;padding: 10px 0;}



/* 分享按鈕 = = */
.blog_shareData {
align-items: center;
align-content: center;
flex-wrap: wrap;
flex-direction: row;
width: 100%;
padding: 0 0 10px;
border-radius: 5px;
margin: 0;
display: flex;
border-bottom: 1px solid #eee;
order: 2;
}
.toShareNews b, .toShareNews a, .toShareNews a object, .toShareNews a i {
font-weight: 400;
font-size: 12px;
color: #999;
letter-spacing: 1px;
margin-left: 4px;
}
.toShareNews a object {
/* filter: grayscale(1) brightness(1) contrast(1); */
transition: .4s;
width: 20px;
aspect-ratio: 1/1;
}
.toShareNews > a:hover > object {
/* filter: none; */
opacity: 0.5;
}
/* 瀏覽 */
.blog_shareData .visitors_num {
    color: #2D2D2D;
    font-size: 13px;
    font-family: var(--SFontE);
}
.blog_shareData .visitors_num span {letter-spacing: 1px;}

/* 文章編輯器 */
.blog_box_edit * {line-height: 1.9;}
.blog_box_edit {background: transparent;font-weight: 400;font-size: 15px;letter-spacing: 1.5px;}
.articel_mainPic {display: none;}

/*文章-相關推薦*/
.news_related, .prod_related {
font-family: var(--SFont);
background: #fff;
padding: 80px 5%;
margin: auto;
display: none;
}
.news_related {background: transparent;padding: 50px 15px;margin-top: 50px;}
.news_related h6 span:before {font-size: 18px;letter-spacing: .6rem;font-weight: 500;color: #555;}
.lastPage {background: #c1a383;font-size: 16px;}


/* 上下篇按鈕 */
.blog_back {grid-gap: 0;width: 100%;border: 1px solid #ddd;}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next {background: transparent;color: #8c8c8c;font-size: 13px;padding: 6px;transition: all 0.3s;}
.blog_back a.article_btn_back{color: #8c8c8c;background: #f3f3f3;padding: 6px;font-size: 13px;transition: all 0.3s;border-left: 1px solid #ddd;border-right: 1px solid #ddd;}
.blog_back a.article_btn_prev:hover, .blog_back a.article_btn_next:hover, .blog_back a.article_btn_back:hover {opacity: 0.5;transition: all 0.3s;}




/* 首頁 */
.module_i_news {display: none;}





@media screen and (max-width: 1024px) {}
@media screen and (max-width: 768px) {
/* 內 */
.blog_back a.article_btn_prev,.blog_back a.article_btn_next,.blog_back a.article_btn_back{font-size: 12px;}
	.lastPage{font-size: 12px;}
}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 480px) {}






/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*促銷活動設定 -OFF = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/* 內頁 */
.promotions_page .show_content {padding: 0;max-width: 1200px;}
/* 標 */
.promotion_title * {}
.promotion_title {display: flex;flex-direction: row;flex-wrap: wrap;gap: 5px;justify-content: flex-end;padding-bottom: 10px;}
.promotion_title .time {order: 3;}
.promotion_title span {margin: 0;border: 0;color: #444;padding: 0;line-height: 28px;letter-spacing: .04rem;}
.promotion_title em {order: 2;background: #f6f6f6;border-radius: 2px;color: #444;font-size: 12px;border: 0;font-weight: 500;height: 28px;line-height: 28px;padding: 0 10px;margin: 0;text-align: center;width: auto;max-width: 100%;}
.promotion_title h2 {order: 1;border-bottom: 1px solid #e2e2e2;flex: none;font-size: var(--f32);font-weight: 600;height: auto;line-height: 1.6;margin: 0 0 10px;padding: 0 0 5px 0;text-align: left;width: 100%;max-width: 100%;}

/* 下方連結 */
.other_promotion {padding-top: 20px;margin: 0 auto;display: flex;flex-direction: column;max-width: 1100px;gap: 0;}
.other_promotion li {width: 100%;}
.other_promotion li a:before, .other_promotion li a:after{content: none;}
.other_promotion li a {display: flex;width: 100%;position: relative;margin: 0;padding: 14px 0;border: 0;border-top: 1px solid #e2e2e2;}
.other_promotion li a:hover {background: #F4F8FD;}
.other_promotion li:last-child a{border-bottom: 1px solid #dbdad1;}











/* = = = 分隔線 相本主分類 -OFF = = = = = = = = == = = = = = = = = = = = = = = = = = = */
/*相本分類全版面 ( 限制最寬2000px  = == = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.album_a .main_part {max-width: 1400px;}

/*相簿*/
.subalbum-menu {margin: 0;padding: 0;}
.subalbum-menu h2 {display: none;}

.show-list {grid-template-columns: repeat(3, 1fr);grid-gap: 60px 15px;}
.show-list .item a {display: flex;flex-direction: column;gap: 10px;}
.show-list .show_pic:before {content: 'VIEW MORE';position: absolute;font-size: 14px;font-weight: 600;letter-spacing: 1px;color: #fff;transform: translate(-50%, -50%);top: 50%;opacity: 0;z-index: 2;transition: all .5s 100ms cubic-bezier(.42, 0, .58, 1);}
.show-list .show_pic {border-radius: 5px;}
.show-list .item:hover .show_pic:before {opacity: 1;}
.overlay {-webkit-transform: unset;transform: unset;z-index: 1;}
.show-list .show_pic img {transition: all .5s ease-in-out;}
.show-list .item:hover .show_pic img {transform: scale(1.1);transition: all .4s ease-in-out;}
.other_subalbum li {background: unset;}
.other_subalbum li a p {color: #1A1A1A;}

/*相簿下方隱藏*/
.other_album_choice{display:none;}
.album_fixed_title{display:none;}

/*相簿縮圖*/
.pic-list {display: block;column-count: auto;column-width: 400px;column-gap: 15px;break-inside: avoid;}
.pic-list .item {padding: 0 0 15px;}
.pic-list .show_pic {aspect-ratio: inherit;}
.pic-list .item h6 {display: none;}
.pic-list .item figure.show_pic img {transform: scale(1);transition: 1s ease-in-out;}
.pic-list .item:hover figure.show_pic img {transform: scale(1.1);transition: 1s ease-in-out;}

/*相簿瀑布流-OFF*/
.album_info_page .pic-list {-webkit-column-count: 3;-webkit-column-gap: 10px;column-count: 3;column-gap: 10px;width: 100%;margin: 0 auto;grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));grid-gap: 10px;
display: grid;grid-template-columns: 1fr 1fr 1fr 1fr;gap: 20px;}
.album_info_page .pic-list .item { width: 100%;-webkit-column-break-inside: avoid;page-break-inside: avoid;break-inside: avoid;padding: 0;margin: 0;}
.album_info_page .pic-list .show_pic {height: auto;padding: 0;aspect-ratio: 3 / 4;border-radius: 5px;}
.pic-list .item h6 {padding: 0;}




@media screen and (max-width: 1440px){}
@media screen and (max-width: 1280px){}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 600px) {}







/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*聯絡我們 -OFF= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.contact_content {padding: 0;}
.contact_page .main_part { max-width: 1400px;}
.contact_content > form{display: flex;flex-direction: column;}










/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

@media screen and (min-width: 1600px) {}


/* @1200下方區域_平板版面1200px */
@media screen and (max-width: 1200px) {
/* footer*/
.footer_logo > a{width: 160px;height: 140px;}
.footer_info li:nth-child(1) {grid-template-columns: repeat(1, 1fr);}
.footer_menu a {width: 28%;}
}


/* @1024下方區域_平板版面1024px */
@media screen and (max-width: 1024px) {
/* footer */

}


/* @768下方區域_平板版面768px */
@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu { display: none;}
.footer.with_shopping_mode {padding: 60px 0 0px;}
#to_top {bottom: calc(2vw + 55px);right: 2vw;}

/* footer */
.footer_logo{margin: 0 auto;}
.footer_info {grid-template-columns: 1fr;text-align: center;}
}


@media screen and (max-width: 600px) {
/* footer */
.footer_menu a {width: 45%;}

}

@media screen and (max-width: 480px) {
#to_top {right: 20px;left: unset;}


}