@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');


/* 英文字體 Cardo */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,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');

/* 首頁手寫標-Rouge Script */
@import url('https://fonts.googleapis.com/css2?family=Rouge+Script&display=swap');
/* 首頁手寫標-Birthstone */
@import url('https://fonts.googleapis.com/css2?family=Birthstone&display=swap');

/*網站全域設定/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
:root {
  /* --Color: #1c3459; */
  --MainColor: #888888; /*網站主要色系*/
  --SubColor: #1c1c1c; /*網站文字色*/
  --SubColor1: #eeeeee; /*網站輔助色系1*/
  --SubColor2: #fdfcf8; /*網站輔助色系2*/
  --SubColor3: #a1b1cb; /*網站輔助色系3*/
  --SubColor4: #c5d0e2; /*網站輔助色系4*/  
  --SubColor5: #eee; /*網站輔助色系5*/ 
  --SubColor6: #181818; /*網站輔助色系6*/ 
  --SubColor7: #8C8C91; /*網站輔助色系7*/ 
  --SubColor8: #d3d9e4; /*網站輔助色系8*/
  --SubColor9: #C9A063;/*網站輔助色系9*/
  --SFonts: "Inter", "Noto Sans TC",sans-serif;/*英文字體-無襯線*/
  --SFontE: "Montserrat", "Noto Sans TC", serif;/*英文標字體*/
  --SFontHE:  "Montserrat", "Noto Sans TC", serif;/*英文字體*/
  --SFont: "Noto Sans TC", 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 (min-width:1520px) {
  :root{ }
}
@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 {
    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: #c1c1c1;
}
&::-webkit-scrollbar-track {
    box-shadow: transparent;
}


/*※※※※※【【  配開場動畫↓↓↓  】】※※※※※*/
.pageIndex .header_area{animation: showmenu 1s both;animation-delay: 3s;}
.pageIndex .nav-header{opacity: 1;transition: all .4s;}
.pageIndex .header_area.sticky .nav-header {opacity: 1;pointer-events: inherit;}


@keyframes showmenu{
	0%{opacity: 0;}
	100%{opacity: 1;}
}

/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/

.header_area {
    z-index: 9999;
    width: 100%;
    background: transparent;
    padding: 0;
}
.pageIndex .header_area {
    position: fixed;
    /* opacity: 0; */
}

.header_area.sticky {
    background: transparent;
    opacity: 1;
}
.main_header_area:after {
    content: "";
    width: 100%;
    height: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition-timing-function: ease-in;
    transition: .4s ease;
    background-color: #fffefd;
    transition: all .8s cubic-bezier(.165,.84,.44,1);
    transition-timing-function: cubic-bezier(.165,.84,.44,1);

}
.pageIndex .main_header_area:after {
    background: #f8f7f3d9;
}
.pageIndex .main_header_area:before {
    content: '';
    position: absolute;
    background: #000;
    background: linear-gradient(180deg, #675b4a 2%, #ffffff00 100%);
    display: block;
    width: 100%;
    height: 100%;
    opacity: .5;
}
.pageIndex .main_header_area:after, .pageIndex .header_area.sticky .main_header_area:before {
    height: 0%;
}
.pageIndex .header_area.sticky .main_header_area:after {
    height: 100%;
    border-bottom: 1px #fff solid;
}


.main_header_area .container {
    max-width: 100%;
    max-height: 110px;
    padding: 0 80px;
    transition: 0.5s;
}

.pageIndex .header_area .main_header_area {
    background: transparent;
    transition: all 0.3s;
    position: relative;
}

.pageIndex .header_area.sticky .main_header_area {
    background: transparent;
    transition: all 0.3s;
}

.navigation {
    grid-template-columns: 250px 1fr;
    align-items: center;
}




/*選單 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/


/*僅首頁-header */
.pageIndex .navigation {
    padding: 30px 0;
    transition: .4s ease;
}

.pageIndex .stellarnav.desktop > ul > li {
    position: relative;
    padding: 0 10px;
    font-size: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.pageIndex .sticky .stellarnav.desktop > ul > li {
    align-items: flex-start;
}
.pageIndex .stellarnav.desktop > ul > li:nth-last-of-type(1) {
    padding-left: 0;
}
.pageIndex .stellarnav.desktop > ul > li:nth-last-of-type(1) > a{
    border: 0;
    min-width: fit-content;
    text-align: end;
}
.pageIndex .stellarnav.desktop > ul > li > a {
    text-align: end;
    margin: 0;
}
.pageIndex .stellarnav.desktop > ul > li > a b {
    color: #fff;
}
.pageIndex .stellarnav.desktop > ul > li:nth-last-of-type(1) > a:after {
    content: none;
}
/* 第2層 */
.pageIndex .stellarnav.desktop ul ul {
    height: 100%;
    flex-direction: column;
    width: fit-content;
    position: relative;
    margin: 0;
    padding-right: 10px;
    left: unset;
    background: #000000a3;
    /* border-radius: 4px; */
    padding: 20px;
}
.pageIndex .stellarnav.desktop li.has-sub li a {
    text-align: end;
    padding: 0;
}
.pageIndex .stellarnav.desktop li.has-sub li+li a{
    padding-top: 12px;
}
.pageIndex .stellarnav.desktop li.has-sub li a {
    text-align: end;
}
.pageIndex .sticky .stellarnav.desktop li.has-sub li a {
    text-align: start;
}








/* header */
.navigation, .pageIndex .sticky .navigation {
    padding: 0;
}
.header_area.sticky .stellarnav {
    opacity: 1;
    transition: all 0.3s;
    pointer-events: unset;
    /* height: 100%; */
}
.stellarnav {
    position: relative;
    width: 100%;
    z-index: 9900;
    line-height: normal;
    text-align: right;
    display: flex;
    justify-content: flex-end;
}
.stellarnav ul, .pageIndex .sticky .stellarnav ul {    
    /* height: 100%; */
    display: flex;
    /* align-items: flex-end; */
    justify-content: flex-end;
    flex-direction: row;
}
.pageIndex .sticky .stellarnav ul ul{
    flex-direction: column;
}




/* 第一層 */
.stellarnav > ul > li {
    position: relative;
    padding: 0 10px;
    font-size: 0;
    padding: 0;    
}
.stellarnav > ul > li:nth-last-of-type(1), .pageIndex .sticky .stellarnav > ul > li:nth-last-of-type(1){
    padding-left: 20px;
}
.stellarnav > ul > li > a, .pageIndex .sticky .stellarnav > ul > li > a {
    font-family: var(--SFontE);
    color: #1F1F1F;
    letter-spacing: 1.25px;
    font-size: 14px;
    margin: 0;
    font-weight: 500;
    padding: 12px 20px;
    text-align: center;
    margin: 15px 0;
}
.stellarnav > ul > li:nth-last-of-type(1) > a, .pageIndex .sticky .stellarnav > ul > li:nth-last-of-type(1) > a{
    min-width: 120px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-color: #fff;
    font-size: 14px;
    border: 1px solid #888888;
    color: #1f1f1f;
    overflow: hidden;
    text-align: center;
}
.stellarnav > ul > li:nth-last-of-type(1) > a:after, .pageIndex .sticky .stellarnav > ul > li:nth-last-of-type(1) > a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: unset;
    z-index: -2;
    width: 100%;
    height: 0;
    background-color: #888888;
    transition: all 0.5s;
}
.stellarnav > ul > li:nth-last-of-type(1) > a:hover:after, .pageIndex .sticky .stellarnav > ul > li:nth-last-of-type(1) > a:hover:after {
    bottom: 0;
    top: auto;
    height: 100%;
}
.stellarnav > ul > li > a b, .pageIndex .sticky .stellarnav > ul > li > a b{
    line-height: normal;
    color: #1f1f1f;
    text-transform:capitalize;
}
.stellarnav > ul > li:nth-last-of-type(1) > a:hover b, .pageIndex .sticky .stellarnav > ul > li:nth-last-of-type(1) > a:hover b{
    color: #fff;
}


.stellarnav > ul > li > a:hover {
    color: #000;
    transition: .5s cubic-bezier(0.77, 0, 0.65, 0.99);
}
/* .stellarnav > ul > li a:hover { opacity: .5; } */
.stellarnav ul li:hover a {
    opacity: 1;
    transition: all 0.3s ease-in-out;
}
.stellarnav ul ul>li>a:hover,
.stellarnav ul ul>li>a:focus {
    color: #131413;
    opacity: 1;
}
.stellarnav > ul > li.has-sub > a, .pageIndex .sticky > .stellarnav > ul > li:nth-last-of-type(1) {
    padding-right: 20px;
}
/* 下拉符號移除 */
.stellarnav li.has-sub > a:after{
    content: none;
}




/* 第二層 */
body:not(.pageIndex) .stellarnav.desktop ul ul, .pageIndex .sticky .stellarnav.desktop ul ul{
    display: flex !important;
    left: 50%;
    margin-left: -75px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .175);
    flex-direction: column;
    justify-content: flex-start;
    position: absolute;
    top: 100%;
    left: 2px;
    background: #433f3c;
    height: auto;
    left: unset;
    margin: 0;
    margin-left: 10px;
    padding: 20px 0;
    width: max-content;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 0;
}
.stellarnav.desktop > ul > li:hover ul, .pageIndex .sticky .desktop > ul > li:hover ul{
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    opacity: 1;
}

.stellarnav li li {
    border: 0;
    width: 100%;
}
.stellarnav.desktop li.has-sub li a, .pageIndex .sticky .stellarnav.desktop li.has-sub li a{
    font-size: 14px;
    text-align: left;
    padding: 0 20px;
    letter-spacing: 0.08em;
    font-family: var(--SFont);
    border-bottom: 1px solid #f6f6f6;
    border: 0;
    /* padding-bottom: 0; */
    color: #fff;
    width: 100%;
}
/* .stellarnav.desktop li.has-sub li:first-child a { } */
.stellarnav.desktop li.has-sub li+li a, .pageIndex .sticky .stellarnav.desktop li.has-sub li+li a {
    padding-top: 12px;
}
.stellarnav.desktop li.has-sub li a:hover,.sticky .stellarnav.desktop li.has-sub li a:hover{
    color: #888888;
    /* padding-left: 18px; */
    background: transparent;
}

.me_tp_features {
    display: none;
}


/*電腦LOGO = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.pageIndex .nav-header{
    transition: all 0.3s;
    margin-top: -10px;
    filter: invert(1) brightness(100);
}
.nav-header, .pageIndex .sticky .nav-header {
    grid-row: 1;
    width: auto;
    margin: 0 auto;
    max-width: 100%;
    /* padding: 10px 0; */
    align-self: start;
    filter: unset;
}
.nav-brand {
    font-size: 0;
}




/*手機LOGO
.nav-brand-m {}
*/


/*footer = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.box_link {
    position: absolute;
    top: 50%;
    right: 0px;
    width: auto;
    max-width: 150px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    max-height: 100%;
    justify-content: flex-end;
    z-index: 10;
    margin-top: 30px;
    display: none;
}
a.me_tp_call, a.me_tp_mail {
    display: none;
}
.box_link a{border: 1px #888888 solid;color: #888888;}
.box_link a:hover {
    border: 1px #fff solid;
    color: #fff;
}
.footer {
    position: relative;
    margin: auto;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-top: 0;
    z-index: 1;
    background: #3d3d3d;
}
.footer .center {
    position: relative;
    max-width: 90%;
    padding: 60px 0;
    font-size: 13px;
}
.footer_info {
    display: flex;
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 0;
    position: relative;
    flex-direction: column;
    gap: 10px;
    font-family: var(--SFontE);
}
.footer_logo{
    background-image: url(https://pic03.eapple.com.tw/weijinginterior/f-logo.png) !important;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 240px;
}
.footer_logo img {
    max-width: 100%;
    filter: brightness(10);
    opacity: 0;
}

.footer_info ul {
    position: relative;
    border-top: 1px solid #fbfbfb1a;
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
}
/* 聯絡資訊 */
.footer_info li{
    padding: 0;
}
.footer_info li p {
    font-size: 13px;
    line-height: 1.8;
    text-align: left;
    color: #ece9e3;
}
.footer_info li p a{
    color: #ece9e3;
}


/* 網頁連結 */
.footer_info li:nth-child(2) {
    right: 0;
    top: 0;
}
.footer_menu {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}
.footer_menu a:first-child{
    display: none;
}
.footer_menu a {
    color: #888888;
    background: transparent;
    border: 0;
    letter-spacing: 1.25px;
    margin: 0 0 10px;
    transition: all .3s cubic-bezier(.165,.84,.44,1);
}

.footer_menu a:hover {
    background: transparent;
    color: #ece9e3;
}




/* ------------------------------------------------------------------------------------------------------------ */

.copy {
    color: #fcfbf7;
    border: none;
    margin: 0;
    font-size: 9.5px;
    letter-spacing: 1.25px;
    font-family: var(--SFontE);
    font-weight: 300;
    /* border-top: 1px solid #d2d2d2; */
    text-align: center;
    padding: 8px 0;
    position: relative;
    /* background: #453d33; */
    color: #888;
}
.copy a {
    color: #fcfbf7;
    color: #888;
} 

/* 浮動按鈕 */
.info_fix{ }

/* 置頂按鈕 */
#to_top {
    left: unset;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    cursor: pointer;
    position: fixed;
    bottom: 18px;
    right: 15px;
    -webkit-box-align: center;
    align-items: center;
    font-size: 13px;
    font-weight: 400;
    color: #453d33;
    padding: 10px;
    padding-left: 62px;
    height: 40px;
    transform-origin: top right;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    line-height: 2.1;
    font-family: var(--SFontE);
    z-index: 2;
    mix-blend-mode: hard-light;
}
#to_top i.top {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 100%;
}
#to_top i.top:before {
    top: 50%;
    left: 0px;
    width: 100%;
    height: 1px;
    background-color: #453d33;
    transform: unset;
}
#to_top i.top:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    width: 10px;
    background-color: #453d33;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    transform: rotate(-35deg);
}
#to_top:hover {
    opacity: 0.6;
    transition: opacity 0.2s;
   }





/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 商品下拉超過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;
}
/* 大圖尺寸 */
.bannerindex .swiper-banner {
    position: static;
    height: auto;
    height: 100%;
    margin: auto;
    width: 100%;
    overflow: hidden;
}
.swiper-wrapper {
    height: 100%;
}
.swiper-slide {
    height: 100%;
}


/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/

/* 麵包屑 */
.path{
    display: none;
}


/* main */
div#page {
    position: relative;
    overflow: clip;
    padding: 0;
    position: relative;
    width: 100%;
    min-height: 100vh;
}
#page:after{
    content: "";
    display: block;
    position: absolute;    
    z-index: 2;
    opacity: 0.4; 
    height: 300%;
    left: -100%;    
    top: -100%;
    width: 300%;
    pointer-events: none;
    -webkit-animation: noise 30s steps(12) infinite;
    animation: noise 30s steps(12) infinite;
    background: url(https://pic03.eapple.com.tw/weijinginterior/noise.png);
}
@keyframes noise {
    0%, 100% { background-position: 0 0; }
    10% { background-position: -5% -10%; }
    20% { background-position: -15% 5%; }
    30% { background-position: 7% -25%; }
    40% { background-position: 20% 25%; }
    50% { background-position: -25% 10%; }
    60% { background-position: 15% 5%; }
    70% { background-position: 0 15%; }
    80% { background-position: 25% 35%; }
    90% { background-position: -10% 10%; }
}
#content_main, #content {
    margin: 0;
    background: #F5F5F5;
    padding: 80px 0;
    background-repeat: repeat;
    padding: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgb(253 252 248 / 40%) 0%, rgb(208 218 194 / 0%) 100%), url(https://pic03.eapple.com.tw/weijinginterior/ibg.png);
}

.edit_part{
    padding: 0;
}
.main_part {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    /* padding: 50px 20px;
    padding-left: 3.5%;
    padding-right: 3.5%; */
    max-width: 1200px;
    padding: 40px 80px;
    padding-left: 20px;
    padding-right: 20px;
    /* max-width: 100%; */
}
.show_content {
    margin: auto;
    padding: 0;
    font-family: var(--SFont);
}
.subalbum-menu {
    margin: 0;
    padding: 0;
}


/*內頁BANNER 設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.banner {
    position: relative;
    background: transparent;
    width: 100%;
    object-fit: cover;
    background-size: cover;
    /* display: none; */
    padding: 200px 0 160px;
        background: url(https://pic03.eapple.com.tw/weijinginterior/ban.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}
/* .banner:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 300px;
    background-size: cover;
    z-index: 1;
    left: 0;
    bottom: -20px;
    background-position: center;
}*/
.banner h5 {
    font-size: var(--f40);
    width: 100%;
    font-family: var(--SFontE);
    font-weight: 400;
    text-transform: uppercase;
    max-width: 1400px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
    letter-spacing: 1px;
    color: #ffffff;
    z-index: 1;
    position: relative;
    -webkit-animation: txtUp 1s .3s ease-in-out forwards;
    animation: txtUp 1s .3s ease-in-out forwards;
    opacity: 0;
    text-shadow: 0 0 8px #888888;
}
.banner:before {
    display: none;
    z-index: 1;
    position: absolute;
    top: 20%;
    left: unset;
    transform: translateX(-80px);
    color: rgb(241 237 233 / 80%);
    font-family: var(--SFontE);
    font-size: 160px;
    letter-spacing: 5px;
    white-space: nowrap;
    content: 'Project';
    text-transform: capitalize;
    font-weight: 400;
    font-style: italic;
    z-index: 0;
    animation: none;
    width: 100%;
    max-width: 1200px;
    text-align: left;
    margin: auto;
}
.banner h5:after {
    display: block;
    position: relative;
    content: '';
    font-family: var(--SFont);
    font-size: 15px;
    margin-left: 5px;
}

/* .article_a .banner:before {content: 'News';}
.contact_page .banner:before{content: 'Contact';} */
.article_a .banner h5:after{content: 'Blog';}
.album_page .banner h5:after{content: 'Case';}
.contact_page .banner h5:after{content: 'Contact';}
.services_page .banner h5:after{content: 'Service';}

.contact_page .banner {
    background: url(https://pic03.eapple.com.tw/weijinginterior/banC.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}
.album_page .banner ,.album_class_page .banner,.album_info_page .banner{
    background: url(https://pic03.eapple.com.tw/weijinginterior/banE.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}

.blog_page .banner, .blog_in_page .banner{
    background: url(https://pic03.eapple.com.tw/weijinginterior/banblog.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}

/* .contact_page .banner:before {
    top: 50%;
    transform: translateX(-80px) translateY(-50%);
    color: rgb(241 237 233 / 5%);
} */



@keyframes txtUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }    
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}






@media screen and (min-width: 1400px) {}


/* 上方區域_平板版面1024 */
@media screen and (max-width: 1024px) {
    /* = = header = = */
    .nav-header, .pageIndex .sticky .nav-header{max-width: 200px;}
    .main_header_area .container {
        padding: 0 20px;
    }
    
    .pageIndex .navigation {
        padding: 20px 0;
    }
    .navigation {
        display: grid;
        grid-template-columns: 200px 1fr;
        align-items: center;
    }
    /* logo*/
    .pageIndex .nav-brand, .sticky .nav-brand, .nav-brand {  }
    .nav-brand img { }
    .sticky .nav-brand img{ }




    /* 導覽列 */
    .stellarnav > ul > li > a, .pageIndex .sticky .stellarnav > ul > li > a {
        padding: 12px 10px;
    }
    .stellarnav > ul > li:last-child > a, .pageIndex .sticky .stellarnav > ul > li:last-child > a {
        min-width: 120px;
    }   
}


/* @768上方區域_手機版面768px以下 */
@media screen and (max-width: 768px) {
    
    /* = = 大圖 = = */
    .bannerindex {
        /* height: 72vh; */
        padding: 0;
        margin: 0;
        overflow: hidden;
    }
    .bannerindex .swiper-banner {
        width: 100%;
        height: 100%;
    }
    .swiper-slide:before {
        font-size: 16px;
        left: 0;
        bottom: 8%;
        text-align: center;
    }

    /* 大圖位置 */
    .bannerindex .swiper-banner .swiper-slide img {
        object-position: 40%;
    }
    .bannerindex .swiper-banner .swiper-slide:nth-child(3) img {
        object-position: 50%;
    }


    /* logo*/    
 .nav-header, .pageIndex .sticky .nav-header{max-width: 140px;}


    /* = = header = = */
    .header_area { }
    .navigation {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
    }
    .stellarnav.mobile {
        right: 0;
        /* left: unset; */
        height: 100%;
    }



    /* 導覽列 */        
    .stellarnav > ul > li > a, .pageIndex .sticky .stellarnav > ul > li > a {
        padding: 20px 10px;
        margin: 0;
    }
    .pageIndex .sticky .stellarnav > ul > li > a {
        padding: 12px 10px;
    }
    .stellarnav.mobile > ul > li > a b {
        font-size: 16px;
    }
    .stellarnav.mobile li.open > a b:first-child{
        font-weight: 800;
    }
.stellarnav > ul > li > a b:nth-child(2){display: none;}

    /* 導覽列-僅首頁及部分區域 */
    .pageIndex .navigation {
        padding: 0;
    }
    .pageIndex .nav-header {
        margin: 0 auto;
    }
    .pageIndex .stellarnav .menu-toggle span.bars span {
        background: #fff;
    }
    .pageIndex .stellarnav > ul > li > a b {
        color: #1f1f1f;
    }
    .stellarnav > ul > li:nth-last-of-type(1), .pageIndex .sticky .stellarnav > ul > li:nth-last-of-type(1) {
        padding-left: 0;
    }
    .stellarnav > ul > li:nth-last-of-type(1) > a:hover b, .pageIndex .sticky .stellarnav > ul > li:nth-last-of-type(1) > a:hover b {
        color: #1f1f1f;
    }
    .stellarnav > ul > li:nth-last-of-type(1) > a:after, .pageIndex .sticky .stellarnav > ul > li:nth-last-of-type(1) > a:after{
        content: none;
    }
    .stellarnav > ul > li:nth-last-of-type(1) > a, .pageIndex .sticky .stellarnav > ul > li:nth-last-of-type(1) > a {
        border: 0;
        margin: 0;
    }





    /* 導覽列漢堡選單 */
    .stellarnav.mobile .menu-toggle {
        display: flex ;
        height: 100%;
        padding: 0;
        align-items: center;
    }
    /* 漢堡選單樣式 */
    .stellarnav .menu-toggle:after {
        text-transform: capitalize;
        content: 'Menu';
        font-size: 0;
        color: #888888;
        transform: scale(1);
        font-family: var(--SFontE);
        letter-spacing: 0.04em;
    }
    .stellarnav .menu-toggle span.bars {
        margin: 0;
        display: flex;
        gap: 5px;
        flex-direction: column;
    }
    .stellarnav .menu-toggle span.bars span, .pageIndex .sticky .stellarnav .menu-toggle span.bars span {
        width: 22px;
        height: 2px;
        border-radius: 0;
        background: #888888;
        margin: 0;
    }
    
    /* 導覽列展開 */
    .stellarnav.mobile.left > ul {
        left: unset;
        right: 0;
        font-size: 0;
        max-width: 100%;
        padding: 0 20px;  
        padding: 0;      
        /*右滑出現*/
        right: -100vw;
        overflow: hidden;
        transition: all .5s ease;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .stellarnav.mobile.left.active > ul{        
        right: 0;
        max-width: 100%;
    }


    .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
        background: transparent;
        padding: 0;
        margin: 0;
        min-height: 70px;
        text-transform: capitalize;
        content: 'Menu';
        font-size: 0;
        color: #000;
        transform: scale(1);
        font-family: var(--SFontE);
        letter-spacing: 0.04em;
        height: fit-content;
        width: 100%;
        text-align: right;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        padding: 10px 20px;
    }
    .stellarnav .icon-close {
        box-sizing: border-box;
        width: 18px;
        height: 12px;
        position: relative;
        display: inline-block;
        margin: 0;
    }
    .stellarnav .icon-close:before , .stellarnav .icon-close:after {
        width: 22px;
        height: 2px;
        border-bottom: solid 2px #1f1f1f;
    }
    /* 導覽列選取Hover效果 */
    .stellarnav ul:hover li a {
        opacity: 1;
        transition: all 0.3s ease-in-out;
    }


    /* 第一層 */
    .stellarnav.mobile > ul > li {
        padding: 10px 0;
        display: block;
        border-bottom: 1px solid #f0f0f0;
        width: 100%;
    }
    .stellarnav.mobile li.open {
        background: #f3f3f3;
        color: #fff;
        padding: 0 0 15px;
    }
    .stellarnav.mobile > ul > li > a {
        letter-spacing: 1.25px;
        font-size: 14px;
        text-align: left;
        overflow: auto;
        height: auto;
        line-height: 150%;
        display: block;
        display: flex;
        color: #333;
        padding: 12px 10px;
        flex-direction: column;
        align-items: center;
        gap: 5px;
        margin: 0;
    }
    .stellarnav.mobile li.open > a {
        border: 0;
        padding: 20px 10px;
        padding-bottom: 10px;
    }   
    .stellarnav > ul > li > a:before{
        content: none;
    }
    /* +符號修改 = = */
    .stellarnav.mobile > ul > li > a.dd-toggle {
        top: 5px;
        /* transform: translateY(-50%);*/
    }
    .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%;
        top: 0;
        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;
        flex-direction: column;
        align-items: center;
        background: transparent;
    }
    .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 a {
        text-align: center;
        padding: 5px;
    }


}


/* @600上方區域_手機版面600px以下 */
@media screen and (max-width: 600px) {
    /* = = 大圖 = = */
    .swiper-slide:before {
        font-size: 14px;
    }
}




/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 購物車 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part {
    max-width: 140px;
}

/* .product_info_page .main_part { max-width:1200px;} */
.product_page .show_content,
.product_info_page .show_content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}

.product_page .product_menu_list {
    position: relative;
    width: 220px;
    letter-spacing: 1px;
    /*border-right: 1px solid #ccc;*/
    min-height: 30vw;
}

.product_page .products-list,
.product-wrapper {
    width: calc(100% - 270px);
}

ul.page {
    width: 100%;
}

.product-layer-two li ul {
    position: static;
    margin-top: 5px;
    /*display:block !important;*/
    width: 100%;
    margin-left: 0;
}

.product-layer-two li:hover ul {
    border: none !important;
    /*display:block !important;*/
}

.product-layer-two li li {
    display: block;
    padding: 0;
    transition: all ease .3s;
}

.product-layer-two li li a {
    padding: 5px 10px;
}

.product-layer-two li li:hover>a {
    background: #fff;
    color: #ad925e;
}

.product-layer-two>li {
    width: 100%;
    max-width: 100%;
    padding: 0;
    text-align: left;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;
}

.product-layer-two>li ul>li+li {
    margin-top: 5px;
}

.product_info_page .product-layer-two {
    display: none;
}

.product_info_page .products-list,
.product-wrapper {
    width: 100%;
}

.product-layer-two li li:hover {
    margin-left: 15px;
}

.product-layer-two li li>a:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 8px;
    background: transparent;
    left: 0;
    margin-left: -20px;
    top: 50%;
    margin-top: -4px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.product-layer-two li li:hover>a:before {
    background: #ad925e;
}

.product_info_page .half_box {
    width: 100%;
    float: none;
    padding-right: 0;
}

.product_info_page .half_box li.btn_blankTop {
    margin-top: 50px;
    justify-content: space-between;
    display: flex;
}

.product_info_page .half_box li.btn_blankTop input {
    width: calc(50% - 10px);
    background-image: none;
    padding: 0;
    text-align: center;
}

/*顏色*/
.products-list .more {
    border: 1px solid #ADA17E;
    color: #ADA17E;
}
.products-list .item a:hover .more {
    background: #ADA17E;
}
/*購物車/內層＝＝*/
.product_info_page .main_part {
    width: 90%;
}
/*按鈕顏色*/
.inquiry_a1 {
    background: #cbc0a0;
}
.inquiry_a2 {
    background: #bdab77;
}
.inquiry_a3 {
    background: #ADA17E;
}
.inquiry_a1:hover,
.inquiry_a2:hover,
.inquiry_a3:hover {
    background: #222;
}
.lastaction {
    color: #ADA17E;
    background-color: #f2f2f2;
}
.nextaction {
    background-color: #ADA17E;
}
.lastPage {
    background: #ADA17E;
}

/*商品側邊規格*/
.product_info li .txt_box {
    color: #222222;
    width: 100%;
}
.sidebarBtn .sp_price {
    color: #cbc0a0;
}
.mobile_product_name {
    font-size: 24px;
}
/*相關推薦*/
.prod_related h6 span:before {
    font-size: 28px;
}



@media screen and (max-width: 1200px) {}
@media screen and (max-width: 980px) {}
@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;
    }

    .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;
    }
}
@media screen and (max-width: 600px) {}





/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*文章設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.blog_in_page.article_a .main_part {
    max-width: 1200px;
}
.article_a .main_part {
    padding-bottom: 80px;
    max-width: 1720px;
}


/*文章功能頁/ = = = = */
/* 左側分類欄位 */
.blog_le {
    width: 100%;
    padding: 0;
}
h5.blog_le_t {
    margin-bottom: 10px;
    text-align: center;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: var(--SFontE);
    font-weight: 400;
    font-size: 18px;
    display: none  ;

}
h5.blog_le_t em {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.08em;
    color: #000;
    /* font-family: var(--SFontE); */
}
.blog_search {
    position: relative;
    margin-bottom: 10px;
    opacity: .8;
    display: none;
}
.blog_search input[type=search] {
    width: 100%;
    font-size: 14px;
    color: #999;
    border: 0;
    background: #eee;
    border-radius: 0;
    padding: 10px 40px 10px 10px;
}
/* 分類列 */
.blog_le .accordion {
    border-radius: 0;
    border: 0;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    font-size: 0;
    /* max-width: 1160px; */
    /* padding: 0 20px; */
    border-bottom: 1px solid #ccc;
}
.blog_le .accordion li {
    transition: .2s ease-out;
}
.accordion li+li .link {
    border: 0;
}
.accordion li .link a {
    position: relative;
    width: fit-content;
    text-align: center;
    line-height: 1.7;
    letter-spacing: 0.12em;
    font-size: 16px;
    color: var(--SubColor);
    font-weight: 500;
    padding: 30px;
    margin: auto;
    border: 0;
}
.accordion li .link a::before {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background-color: #C9A063;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}
.accordion li .link a:hover:before, .accordion>li.on_this_category .link a::before {
    width: 60px;
    max-width: 60px;
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}
.blog_le .accordion > li.on_this_category{
    background: transparent !important;
}
.blog_le .accordion > li.on_this_category:hover .link a, .link a ,.blog_le .accordion > li:hover .link a{
    color:var(--SubColor)  !important;
}
.blog_le .accordion > li:hover {
    background: transparent !important;
}
.blog_le .accordion > li.on_this_category .link a {
    color: var(--SubColor)  !important;  
}
/* 右側圖文區 */
.blog_ri {
    width: 100%;
    padding: 0 0 0 20px;
    padding: 0;
    margin: 0;
}
h4.blog_category_title {
    width: fit-content;
    font-weight: 600;
    letter-spacing: 0.04em;
}
/* 圖文區塊 */
 .blog_subbox {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    /* display: flex; */
    flex-wrap: wrap;
}
.subbox_item {
    position: relative;
    width: 100%;
    background: rgb(255 255 255);
    /* background: #f3efe8; */
    border-radius: 0;
    overflow: hidden;
    transition: .5s ease-out;
    border-bottom: 1px solid #eee;
    height: fit-content;
    width: 100%;
    margin: 0;
    background: transparent;
    margin-bottom: 50px;
}
.subbox_item:hover {
    transition: .5s ease-out;
    box-shadow: 9px 12px 20px 0px rgb(181 177 172 / 35%);
}
.subbox_item li:hover {
    transition: .5s ease-out;
    box-shadow: 9px 12px 20px 0px rgb(181 177 172 / 35%);
}
.subbox_item a {
    grid-template-columns: 1fr;
    gap: unset;
    /* flex-direction: column; */
    height: 100%;
    padding: 0;
    display: flex;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    /* background: #2d2d2d; */
    flex-direction: row;
}
.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 {
    max-width: 100%;
}
.i_blog_le, .blog_list_le {
    overflow: hidden;
    position: relative;
    background-color: black;
    aspect-ratio: 3 / 2;
}
.i_blog_le img, .blog_list_le img {
    width: 100%;
    transition: .4s ease;
}
.module_i_news li a:hover img, .subbox_item a:hover img {
    z-index: 1;
    transition: 0.4s;
    /* opacity: 0.3; */
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    filter: brightness(0.2);
    transition: all 0.8s cubic-bezier(0.38, 0.26, 0.48, 0.83);
}
.module_i_news li a:hover .i_blog_le::before,  .subbox_item a:hover .blog_list_le::before{
    opacity: 1;
    transition: 0.5s;
    margin-top: -20px;
}
.module_i_news li a .i_blog_le:before, .blog_list_le::before{
    content: "MORE +";
    position: absolute;
    line-height: 1.462;
    font-family: var(--SFontE);
    left: 50%;
    top: 50%;
    z-index: 99;
    transform: translateX(-50%);
    margin-top: -80px;
    display: block;
    padding: 10px 20px 7px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.12em;
    color: #fff;
    background: #888888;
    padding: 15px 50px;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/* 文字 */
.blog_list_ri {
    /* display: flex;
    flex-direction: column;
    max-width: 600px;
    margin: 0 auto;
    position: absolute;
    padding: 15px 35px;
    opacity: 0;
    transition: all 0.3s;
    z-index: 1;
    justify-content: space-around; */
}
.subbox_item a:hover .blog_list_ri {
    /* opacity: 1;
    transition: all 0.3s;
    gap: 20px;
    height: 100%;
transition: .4s ease; */
}
.i_blog_ri, .blog_list_ri {
    padding: 20px;
    width: 100%;
    /* gap: 20px; */
}
.i_blog_ri h5, .blog_list_ri h5 {
    /* font-size: var(--f24); */
    text-align: left;
    /* color: #9ebeb9; */
    font-weight: 500;
    letter-spacing: 1.5px;
    /* height: 60px; */
}
.i_blog_ri em, .blog_list_ri em {
    font-size: 14px;
    color: #aaa;
    margin: 10px 0 0;
    /* padding: 5px 0; */
    letter-spacing: 0.04em;
    order: 3;
    /* text-align: end; */
}
.blog_list_ri em {
    margin: 5px 0;
}
.i_blog_ri p, .blog_list_ri p {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.6;
    font-weight: 400;
    /* color: #fff; */
    /* height: -webkit-fill-available; */
}



/*文章內層/ = = = = */
.blog_in_page h5.blog_le_t em {
    color: transparent;
}

.blog_in_page .blog_ri {
    width: 100%;
    display: block;
    padding: 0 20px;
    max-width: 1200px;
    margin: auto;
}
.blog_in_page h4.blog_category_title {
    width: 100%;
    /* border-bottom: 1px #ccc solid; */
    font-size: 24px;
    letter-spacing: 1.5px;
    margin-bottom: 0;
    text-align: left;
    padding: 30px 0 0;
    font-size: var(--f24);
}

/* 上下篇按鈕 */
.blog_back {
    z-index: 1;
}
.blog_back a {
    font-size: 13px;
    letter-spacing: 0.08em;
}
.blog_back a.article_btn_back {
    background: #cfc6b4;
    transition: .4s ease;
}
.blog_back a.article_btn_back:hover {
    opacity: .6;
}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next {
    background: #ebe8e2;
    color: #555;
    transition: .4s ease;
}
.blog_back a.article_btn_prev:hover, .blog_back a.article_btn_next:hover {
    opacity: .6;
}


/* 分享按鈕 = = */
.blog_shareData {
    border: 1px solid #ccc;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 20px;
    width: fit-content;
    padding: 10px;
    border-radius: 5px;
    margin: 0;
    display: none;
}
.toShareNews b, .toShareNews a, .toShareNews a object, .toShareNews a i {
    font-weight: 400;
    font-size: 14px;
    color: #333;
}
.toShareNews a object {
    filter: grayscale(1) brightness(1) contrast(1);
}
.toShareNews > a:hover > object {
    filter: none;
}
/* 文章編輯器 */
.blog_box_edit {
    background: transparent;
    padding: 0;
    margin: 10px 0;
    font-size: var(--f16);
    color: #2F2F2F;
    line-height: 1.8;
    padding: 0;
    letter-spacing: 0.04em
}
.articel_mainPic {
    display: none;
}

/*文章-相關推薦*/
.news_related, .prod_related {
    font-family: var(--SFont);
    background: #fff;
    padding: 80px 5%;
    margin: auto;
    display: none;
}
.news_related h6 span:before, .prod_related h6 span:before {
    font-size: 24px;
    color: #333;
    font-weight: 500;
    letter-spacing: 0.04em;
}
.news_related_list, .related_list {
    margin: 40px auto;
}
.news_related_list li, .related_list li {
    display: block;
    padding: 0px;
}
.news_related_list li a, .related_list li a {
    padding: 10px;
    background: #fff;
    height: 100%;
    border: 1px solid #eee;
    border-radius: 5px;
    transition: .35s ease;
}
.news_related_list li a:hover, .related_list li a:hover {
    box-shadow: 9px 12px 20px 0px rgb(181 177 172 / 35%);
    transition: .35s ease;
}
.news_related_list li a p, .related_list li a p{
    font-size: 16px;
    letter-spacing: 0.04em;
    color: #333;
    padding: 10px 0 5px;
    line-height: 1.5;
}
/* 按鈕 */
.news_related_b_box, .prod_related_b_box {
    margin: auto;
    background: transparent;
    color: #fff;
    position: relative;
    z-index: 1;
    min-width: 165px;
    width: 200px;
    height: 50px;
    border: 1px solid #0F0F0F;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #0F0F0F;
    overflow: hidden;
    transition: color 0s ease;
    border: 1px solid #bcbfbf;
}
.lastPage {
    color: #fff;
    background: transparent;
    transition: all .5s;
    font-family: var(--SFont);
    font-weight: 500;
    letter-spacing: 0.12em;
    font-size: 16px;
    margin: 0 auto;
    color: #293943;
    line-height: 1.8;
}
a.lastPage:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background-color: var(--SubColor2);
    transition: all 0.5s;
}
a.lastPage:hover {
    color: #fff;
}
a.lastPage:hover:after {
    width: 100%;
}




@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;
    }
}

@media screen and (max-width: 768px) {
.blog_list_ri {
    display: flex;
    flex-direction: column;
    padding: 40px;
    gap: 0;
    margin: 0 auto;
    position: unset;
    padding: 15px 35px;
    opacity: 1;
    align-items: flex-start;
}
.i_blog_ri h5, .blog_list_ri h5{height: auto;}
.subbox_item a:hover .blog_list_ri {gap: 0;}
}

@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;
    }

}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = = = = = */
/*促銷活動設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* 促銷首頁 */
.news_part {
    width: 100%;
    padding: 50px 20px;
    background: #fff;
}






/* = = = 分隔線 相本主分類= = = = = = = = = == = = = = = = = = = = = = = = = = = = */
/*首頁相簿*/
.module_i_album section{max-width: 1520px;}
.module_i_album{padding: 80px 20px;/* max-width: 1800px; */}


/*相本分類全版面 ( 限制最寬2000px  = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.album_info_page .banner h5 {
    font-size: var(--f44);
}
.show-list .item:hover .show_name{
    color: #888888;
}
.module_i_album .title_i_box h6, .module_i_album .title_i_box h4{    font-size: 0;}
.module_i_album .title_i_box h6:before {
    width: fit-content;
    content: '';
    display: block;
    font-size: 52px;
    font-family: 'Montserrat';
    font-weight: 500;
    color: #888888;
    margin: auto 0;
    letter-spacing: 2px;
    border-bottom: 1px solid #C9A063;
}
.module_i_album .title_i_box h4 {
    display: flex;
    margin-top: 10px;
    gap: 4px;
    color: #888888;
    flex-direction: column;
    /* align-items: flex-start; */
}
.module_i_album .title_i_box h4:before {
    content: '作品賞析';
    display: block;
    font-size: 40px;
    font-family: 'Noto Sans TC';
    font-weight: normal;
}
.module_i_album .title_i_box h4:after {
    content: 'WORKS';
    display: block;
    font-family: 'inter';
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
}
.i_album_list li a p {
height: 100%;
    color: #ffffff;
    align-items: flex-end;
    padding: 20px;
    background: rgb(0 0 0 / 60%);
    background: linear-gradient(180deg, #ffffff00 2%, #404040 100%);
}
.i_album_list li div {
    aspect-ratio: 4 / 4;}
.i_album_list li:hover p {
    height: 0%;
    padding: 0;
    color: transparent;
}

.pageIndex .animated-arrow {
    background: transparent;
    border: 1px solid #888888;
    border-radius: 50px;
    color: #888888;
}
.pageIndex .animated-arrow:hover {
    background: #888;
    color: #fff;
}
/*相簿*/
.other_album_choice li {
    background: #888888;
}
.other_album_choice li:hover {
    background: #C9A063;
}
/*相簿下方隱藏*/
.album_fixed_title{display:none;}


.show-list .item a .show_pic {
    /* filter: grayscale(1); */
    /* filter: grayscale(1) brightness(0.85); */
    transition: all .8s;
}
/* .show-list .item a:hover .show_pic {filter: grayscale(0);} */
.album_page .show-list .show_pic {
    aspect-ratio: 3 / 2;
}
/* .album_class_page .show-list .show_pic{    aspect-ratio: 1 / 1;} */
.show-list .item a .show_pic img {
    transform: scale(1);
    transition: all .8s;

}
.show-list .item a:hover .show_pic img {
    transform: scale(1.05);    
    filter: grayscale(1) brightness(0.7);
}




/* = = = 分隔線 相本分類= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.album_page .main_part,.album_class_page .main_part,.album_info_page .main_part { max-width: 1720px;}
/*相本列表*/
.album_page #page, .album_class_page #page, .album_info_page #page{ }
.album_page #content, .album_class_page #content, .album_info_page #content{
    /* background: transparent; */
    padding-bottom: 40px;
}

.album_page .show_content, .album_info_page .show_content{ 
    width: 100%;    
    text-align: center;
}

/* 主分類相簿名 */
.subalbum-menu h2 {
    text-align: center;
    padding-bottom: 20px;
    width: 100%;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.2em;
    color: var(--SubColor);
    font-size: 0;
    padding: 0;
    margin: 0;
}
/*大分類頁*/
.album_class_page .show_content, .album_info_page .show_content {width: 100%;}
.show-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    grid-template-columns: 1fr 1fr;
    grid-gap: clamp(20px, 4%, 50px);
    gap: 20px;
}
.album_class_page .show-list {
    grid-template-columns: 1fr 1fr 1fr;
}
.show-list .item {
    text-align: center;
    width: 100%;
    background: transparent;
}
/* 次分類相簿名 */
.other_subalbum li a p {
    margin: 0;
    z-index: 1;
    display: inline-block;
    padding: 20px;
    font-size: var(--f20);
    font-weight: 500;
    line-height: 1;
    text-align: center;
    color: #fff;
    position: absolute;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    letter-spacing: 1px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s;
}
.other_subalbum li:hover p {
    opacity: 1;
}


/*相本內頁-.album_info_page = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = == = = */
.album_info_page .banner h5 {    font-size: var(--f44);}

.album_descrip p {
    font-weight: 700;
    text-align: left;
    padding-bottom: 20px;
    width: 100%;
    color: #333;
    font-size: 20px;
    letter-spacing: 0.12em;
}
/*相簿瀑布流-OPEN*/
.album_info_page .pic-list {
    /* display: inline-block; */
    -webkit-column-count: 2;
    -webkit-column-gap: 10px;
    column-count: 3;
    column-gap: 10px;
    width: 100%;
    margin: 0 auto;
    grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
    grid-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: unset;
}
.pic-list .item h6 {
    padding: 0;
}
.album_info_page .pic-list .item a {
    /* margin: 0 auto 10px; */
}



@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 ,.album_class_page .show-list {
        grid-template-columns: 1fr 1fr;
    }
    .main_part {
        width: 90%;
    }
}
@media screen and (max-width: 980px){
    .main_part {
        width: 100%;
    }
    .other_subalbum li a p{opacity: 1;}
.show-list .item a .show_pic img {
    filter: brightness(0.7);
}
.album_info_page .pic-list{grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));}
}

@media screen and (max-width: 768px){
    .show-list ,.album_class_page .show-list {
        grid-template-columns: 1fr ;
    }
}

@media screen and (max-width: 600px){
    .album_page .show-list .item{width: 100%;}	
    .album_page .show-list .item{margin:auto;}
    .show-list .item{margin:auto;}
    /* .show-list .item a .show_pic img{min-height: 340px;} */
    
}





/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*聯絡我們 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.contact_page .main_part{
    padding: 50px 80px 100px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1400px;
}

.contact_content {
    margin: auto;
    padding: 0;
    max-width: 1600px;
    padding: 20px;
}
.contact_content form {
    display: flex;
    -moz-column-gap: 100px;
    column-gap: 60px;
    background: #fff;
    padding: 80px;
    padding-top: calc(80px + 120px);
    position: relative;
    margin-bottom: 20px;
    justify-content: space-between;
}
form:before {
    width: calc(100% - (80px) * 2);
    content: 'Form';
    display: block;
    position: absolute;
    top: 80px;
    font-family: var(--SFontE);
    font-weight: 600;
    font-size: var(--f28);
    letter-spacing: 1px;
    color: var(--MainColor);
    /* font-style: italic; */
    padding: 0 0 5px;
    border-bottom: #C6C6C6 solid 1px;
    z-index: 1;
}
form:after {
    top: 50px;
    content: '線上表單';
    position: absolute;
    font-family: var(--SFont);
    padding-top: 80px;
    padding-right: 20px;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    color: #666;
}
/* 左側資訊 */
.contact_content .information_left {
    display: none;
    padding: 0;
    width: 295px;
    width: 40%;
    max-width: 330px;
    position: sticky;
    top: 120px;
    padding-bottom: 120px;
    height: fit-content;
}
.contact_content .information_left.clearfix:before{}
.list_before{
    display: none;
}
/* 聯絡資訊編輯區 */
.contact_le_nomap{

}
/* 標 */
.blank_letter {
    font-family: var(--SFont);
    padding-top: 30px;
    font-weight: 500;
    font-size: var(--f24);
    letter-spacing: 1px;
    color: #101010;
    background-position: left bottom;
    background-repeat: no-repeat;
    display: none;
}
/* 右側表單 */
.contact_content .information_right {
    font-family: var(--SFont);
    padding-left: 30px;
    padding: 0;
    width: 100%;
}
.contact_form {
    margin: 0;
    gap: 0;
}
.contact_form li {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    width: 100%;
    padding: 25px;
    border-bottom: 1px solid #eee;
}
.contact_form li .form__label {   
    text-align: left;
    display: flex;
    font-size: 16px;
    max-width: 100%;
    color: #1F1F1F;
}
.red {
    color: #cb3a3a;
    order: 2;
}
.contact_form li input.noborder, .contact_form li textarea.noborder{
    border: 0;
    background: #f1f1f1;
}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {
    grid-template-columns: repeat(auto-fit, minmax(13px, 13px) minmax(120px, 1fr));
}

.contact_form li.last cite {
    background: #888888;
}
.contact_form li.last blockquote, .contact_form li.last cite{  border: 1px #888888 solid;}


/* 編輯區塊 */
.contact_editbox{
	padding: 0;
}

@media screen and (max-width: 768px) {
    .contact_content form {
    padding: 20px;
    padding-top: calc(80px + 120px);
}
.contact_form li {
    padding: 20px 0;
}
}

@media screen and (max-width: 600px) {
    .contact_form li .form__label {
    background: rgba(140, 168, 218, 0);
    }
}
/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
@media screen and (min-width: 1700px) {
    /* footer */
    .footer_info {
        margin: auto;
    }
}

@media screen and (max-width: 1024px) {
    /* footer */
    .footer_info {
        grid-template-columns: 1fr;
        text-align: center;
        position: relative;
    }
    .footer_logo {
        position: relative;
        left: unset;
        width: 100%;
        max-width: 220px;
        font-size: 0;
        transform: unset;
    }
    .footer_logo a {
        position: relative;
        display: block;
        width: 100%;
    }

    .footer_info ul {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .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 {
        margin: 0;
        border: none;
        background: transparent;
        width: fit-content;
        transition: all 0.3s;
        font-size: 12px;
    }    
}

/* @768下方區域_手機版面768px以下 */
@media screen and (max-width: 768px) {
    /* 開啟手機板下方按鈕所需設定 */
    #bottom_menu { display: none    }
    .footer.with_shopping_mode { padding: 0; }
    #to_top {    }

    /* footer */
    .footer_logo{
        background-position: center top;
    }
    .footer_info {
        align-items: center;
    }
    .footer_info ul{
        flex-direction: column-reverse;
        margin-top: 20px;
    }
    .footer_menu {
        border-bottom: 1px solid #fbfbfb1a;
        padding-bottom: 10px;
    }
    .footer_info li p{
        text-align: center;
    }
    
    .box_link {
        display: none;
    }

}

@media screen and (max-width: 600px) {
    .copy {
        /* font-size: 10px; */
    }
}
@media screen and (max-width: 480px) {
    
}



