@charset "utf-8";
/* *************澄鎮室內設計 ****************** */

/* "Noto Sans TC" */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap');
/* "Noto Serif TC" */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');

/* 英文字體 Outfit */
@import url('https://fonts.googleapis.com/css2?family=Outfit: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: #1c3459; */
--MainColor: #FFFFFF; /*網站主要色系*/
--SubColor: #1d1d1f; /*網站文字色*/
--SubColor1: #f5f5f5; /*網站輔助色系1*/
--SubColor2: #ebebec; /*網站輔助色系2*/
--SubColor3: #d8d8d9; /*網站輔助色系3*/
--SubColor4: #c4c4c6; /*網站輔助色系4*/  
--SubColor5: #9d9da0; /*網站輔助色系5*/
--SubColor6: #6d6d72; /*網站輔助色系6*/
--SubColor7: #3c3c43; /*網站輔助色系7*/ 
--SFontE: "Inter", "Noto Sans TC",sans-serif;/*英文字體-無襯線*/
--SFontEN: "Outfit",  "Noto Sans TC",sans-serif;/*英文字體*/
--SFont: "Noto Sans TC", sans-serif;/*內文黑體字*/
--pd100:100px 0;
--m100:100px;
--m80:80px;
--m50:50px;
--m30:30px;
--f80:80px;
--f60:60px;
--f52:52px;
--f48:48px;
--f44:44px;
--f40:40px;
--f36:36px;
--f32:32px;
--f28:28px;
--f24:24px;
--f22:22px;
--f20:20px;
--f18:18px;
--f17:17px;
--f16:16px;
}
@media (min-width:1600px) {
:root{
--f48:44px;
}
}
@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:44px;
--f52:36px;
--f48:28px;
--f44:26px;
--f40:24px;
--f36:22px;
--f32:20px;
--f28:20px;
--f24:18px;
--f18:16px;
--f17:15px;  
}
}
@media (max-width:380px) {
:root{
--f80:40px;
--f52:32px;
--f48:24px;
--f44:22px;
--f40:20px;
--f36:18px;
--f32:18px;
--f28:18px;
--f24:17px;
--f22:17px;
--f20:16px;
--f18:15px;  
--f16:14px;
}
}
/*網站全域設定/＝＝＝＝＝*/


/*反白顏色*/
/* ::-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;}



/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/* 隱藏BTN= */
.footer_menu > a:first-child {display: none;}

/* header */
.header_area {position: sticky;top: 0;z-index: 9999;width: 100%;background: transparent;padding: 0;/* box-shadow: 0 10px 15px rgba(0, 0, 0, .05); *//* box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); */}

.header_area.sticky {background: transparent;/* box-shadow: 0 2px 8px rgba(0, 0, 0, .09); */}
.header_area .main_header_area {background: transparent;padding: 0;transition: all 0.3s;position: relative;}
.header_area.sticky .main_header_area {transition: all 0.3s;/* background: #ffffff; *//* box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); */}
.header_area .main_header_area:before {content: '';background: #fff;position: absolute;display: block;width: 100%;transition: all .4s ease-out;height: 100%;box-shadow: 0 5px 15px rgba(0, 0, 0, .05);}
.pageIndex .header_area .main_header_area:before {
height: 0;
}

.pageIndex .header_area.sticky .main_header_area:before {height: 100%;box-shadow: 0 5px 15px rgba(0, 0, 0, .05);}
.main_header_area .container {padding: 0 40px;transition: 0.5s;padding: 0 10px;width: 98%;max-width: 2000px;}
.header_area.sticky .main_header_area .container {/* width: 100%; *//* max-width: 1600px; */width: 100%;padding: 0 15px;}

.pageIndex .header_area {position: fixed;top: 0;position: fixed;}




.navigation {display: flex;align-items: center;}




/*選單 = =  = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/
.pageIndex .stellarnav {}
.header_area.sticky .stellarnav {opacity: 1;transition: all 0.3s;pointer-events: unset;}
.stellarnav.desktop > ul {}

.stellarnav.desktop > ul > li:nth-child(4) li:first-child  {display: none;}
/* 第一層 */
.stellarnav > ul > li {position: relative;padding: 0 14px;margin: 0;font-size: 0;}
.stellarnav > ul > li.has-sub > a {padding-right: 0;}
.stellarnav > ul > li > a {font-family: var(--SFontEN);height: 46px;margin: 15px 0;position: relative;padding: 0;display: block;font-size: 15px;/* font-weight: 600; */line-height: 1.8;letter-spacing: 1px;color: var(--SubColor);transition: all .4s ease;font-weight: 400;letter-spacing: 1.6px;}
.stellarnav > ul > li:hover > a, .stellarnav > ul > li > a:hover{color: #010101;}
.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;}
.stellarnav > ul > li > a b:last-child {font-size: 14px;}

/* 下拉符號移除 */
.stellarnav li.has-sub > a:after{position: absolute;top: 20px;right: 2px;width: 9px;height: 9px;border: 0;margin: 0;border-top: 2px solid #1f2b38;border-right: 2px solid #1f2b38;border-left: 0px solid #fff;border-bottom: 0px solid #fff;transform: rotate(135deg);content: none;}

/* 第二層 */
.stellarnav.desktop ul ul {left: 50%;transform: translateX(-50%);padding: 0;position: absolute;list-style: none;z-index: 98;white-space: nowrap;background: #fff;box-shadow: 0 3px 5px rgba(0, 0, 0, .1);border: none;width: fit-content;min-width: 130px;margin: 0;}
.stellarnav li li {border: 0;width: 100%;position: relative;text-align: left;}
.stellarnav.desktop li li+li {border-top: 1px solid rgba(0, 0, 0, 0.1);}
.stellarnav.desktop li li.has-sub > a:after{content: '';display: block;height: 0px;position: absolute;top: 41%;right: 5px;height: 8px;width: 8px;display: block;border-style: solid;border-width: 0 1px 1px 0;transform: rotate(45deg);-webkit-transition: border .3s;transition: border .3s;-webkit-transform: rotate(-45deg);transform: rotate(-45deg);border-color: transparent #666 #666 transparent;}
.stellarnav.desktop li.has-sub li a {font-weight: 500;font-size: 14px;text-align: center;padding: 10px 10px;white-space: nowrap;font-family: var(--SFont);transition: all .5s;letter-spacing: 1px;transform: translateX(0);text-align: center;color: #555;border: 0;border-right: 6px solid transparent;}
.stellarnav.desktop li.has-sub li a:hover{color: #fff;background: #76767b;color: var(--SubColor2);}
.news_classes > li:hover > a, .news_classes > li:focus > a {color: #fff;background: #808080;}


/* 第三層 */
.stellarnav.desktop ul ul ul {top: 0;left: 100%;margin: 0;width: fit-content;transform: unset;}
.stellarnav.desktop li.drop-left ul ul {left: auto;right: 100%;}






.me_tp_features {display: none;}
/*LOGO = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.nav-header {width: fit-content;max-width: 230px;padding: 5px 10px 6px;transition: all 0.5s;font-size: 0;position: relative;}
.sticky .nav-header {max-width: 200px;}
.nav-brand {margin: 0;height: 100%;background-size: contain;padding: 0;}
.sticky .nav-brand {}
.nav-brand img {max-width: 100%;}
.sticky .nav-brand img {}







/*footer = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.box_link{display: none;}

.footer {position: relative;margin-top: 0;padding-top: 60px;padding-bottom: 0;background-color: #3b3b3b;background: #1b1b1b;padding: 60px 0 0px;}
.footer .center {display: flex;justify-content: space-between;max-width: 1400px;width: 90%;width: 100%;max-width: 1600px;margin: 0 auto;padding-left: 50px;padding-right: 50px;border-bottom: 1px solid hsla(0,0%,100%,.2);}

.footer_logo  {max-width: 210px;height: fit-content;background-size: contain;padding: 0;margin: 0 auto 10px;display: none;}
.footer_logo a {display: block;width: 100%;padding: 0;font-size: 0;/* filter: brightness(110%); */background-size: contain;background: url(https://pic03.eapple.com.tw/chengzhendesign/LOGO.svg) no-repeat;background-size: contain;}
.footer_logo img {width: 100%;opacity: 0;}


/* footer資訊*/
.footer_info {text-align: center;width: 100%;display: flex;grid-template-columns: 1fr;grid-gap: 15px;padding: 10px 0 40px;flex-direction: row;font-family: var(--SFont);border-bottom: 0;}

.footer_info {}
.footer_info:nth-child(1) > ul {display: flex;flex-direction: row-reverse;justify-content: space-between;}


/* 文字共用 */
.footer_menu a, .footer_info li p{position: relative;padding: 5px 7px;border: 0;margin: 0;color: #2f2f2f;background: transparent;padding: 0 20px;font-family: var(--SFontEN);font-size: 13px;line-height: 2;letter-spacing: 2px;font-weight: 400;opacity: 1;}
.footer_info li:nth-child(1) {justify-content: center;/* max-width: 1300px; */margin: 0;padding: 10px 0px;padding-right: 25px;gap: 3px;display: flex;width: fit-content;flex-direction: column;align-items: flex-end;}
.footer_info li p {padding: 0;font-size: 13px;font-weight: 300;display: flex;align-items: center;letter-spacing: 1.5px;line-height: 1.8;width: fit-content;}

.footer_info li p:hover {opacity: .5;transition: opacity 0.8s;}
.footer_info li p a {color: rgba(255, 255, 255, 0.62);}
.footer_info li p a:hover {/* color: #81674e; *//* text-decoration: underline; *//* font-weight: 600; *//* color: #e02030; */}

.footer_info li p:before {color: rgba(255, 255, 255, 0.62);font-family: var(--SFont);margin-right: 2px;letter-spacing: 1px;display: inline-block;line-height: 1.6;font-weight: 300;height: 20px;}



.footer_info li:nth-child(2){border-top: 0;padding: 0;padding-bottom: 0;padding-top: 5px;border-top: 1px solid rgba(0, 0, 0, 0);/* display: none; */}
.footer_menu {font-size: 0;width: 100%;display: flex;gap: 10px;justify-content: flex-end;
    overflow: hidden;}
.footer_menu a {line-height: 1.4;transition: all 0.3s linear;margin: 0;text-align: center;height: fit-content;transition: all 0.3s;background: transparent;color: #FFF;border: none;letter-spacing: 1.5px;font-weight: 300;border-radius: 2px;font-size:var(--f22);padding: 5px 10px;}
.footer_menu a:hover {background: transparent;}

.footer_menu a {
    text-shadow: 0 35px rgba(255, 255, 255, 0);
}
    .footer_menu a:hover {
    opacity: 1;
    color: rgba(255, 255, 255, 0);
    transform: translate(0px, calc(-10px - var(--f22)));
    transition-duration: 600ms;    
    text-shadow: 0 35px rgba(255, 255, 255, 1);
}


/* ------------------------------------------------------------------------------------------------------------ */

.copy {text-align: center;padding: 15px 0;border-top: 0;align-items: center;color: #AAA;display: flex;flex-wrap: wrap;border: 0;position: relative;justify-content: center;font-family: var(--SFont);font-size: 10px;line-height: 2;letter-spacing: .75px;font-weight: 300;max-width: 1400px;margin: 0 auto;padding-left: 50px;opacity: .8;padding-right: 50px;}
.copy a {color: #AAA;} 

/* 浮動按鈕 */
.info_fix_line .fa-line:before {  filter: none; }
.info_fix .linksBtn{   box-shadow: 0 0 20px #00000026;}


/* 置頂按鈕 */
#to_top {
    padding-top: 0px;
    font-size: 0;
    font-family: var(--SFontE);
    letter-spacing: 1px;
    color: #151515;
    bottom: 20px;
    left: 20px;
    width: 45px;
    height: 46px;
    padding: 8px;
    border: solid 1px rgba(0,0,0,.2);
    background: #ffffff99;
    box-shadow: unset;
    backdrop-filter: blur(5px);
    transition: .2s ease-out;
}
#to_top:before {
    background: url(https://pic03.eapple.com.tw/chengzhendesign/toTop.svg) no-repeat center center / contain;
    content: "";
    display: block;
    width: 100%;
    opacity: .9;
    background-size: 100%;
    aspect-ratio: 1;
}
#to_top i {display: none;}
#to_top i.top:before, #to_top i.top:after {height: 8px;top: 8px;}
#to_top:hover {opacity: 0.6;}




/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = *

/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul{display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); left: 0; width: 100%; position: fixed; padding: 20px;}
.stellarnav.desktop li.bigMenu ul ul{top: 100%; left: 0; width: 100%; background: #efefef; height: auto; max-height: 300px; overflow: auto;}
.stellarnav.desktop li.bigMenu ul ul li{margin: 0;} 
.stellarnav.hasBigMenu li.bigMenu li.has-sub > a:after{border-left: 6px solid transparent; border-bottom:unset; border-right: 6px solid transparent; border-top: 6px solid #898989; right: 5px;}
/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */
/* 商品下拉超過30個--結束 */



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */










/* = = = 大圖-分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = *
/*預設解除背景輪播*/
#content_main, #content {margin: 0;background: #FFF;padding: 80px 0;background-repeat: repeat;padding: 0;min-height: 1000px;}

.pageIndex .bannerindex:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10vw;
    background: linear-gradient(180deg, #ffffff 2%, #ffffff00 100%);
    /* mix-blend-mode: color-burn; */
    transition: all 0.3s ease-in-out;
    opacity: .5;
    z-index: 2;
}
.bannerindex {position: relative;/* height: 100%; */padding: 0;}
.bannerindex .swiper-banner {position: static;margin: 0;height: 100%;}
.bannerindex .swiper-banner .swiper-slide {height: 100%;}
.bannerindex .swiper-banner .swiper-slide img, .bannerindex .swiper-banner .swiper-slide-active img{opacity: unset !important;/* width: auto; */object-fit: contain;/* height: 100%; */object-fit: cover;width: 100%;height: 100%;max-width: 100%;}
.bannerindex .swiper-banner .swiper-slide img {height: 100%;}

/* 大圖點點按鈕切換鈕 */
.bannerindex {--swiper-pagination-color: #fff;}
.bannerindex .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .bannerindex .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet
{margin: 8px 4px;width: 15px;height: 5px;border-radius: 2px;}
/* 大圖點點按鈕END */


/* 大圖進場 */
.bannerindex .swiper-banner .swiper-wrapper:before, .bannerindex .swiper-banner .swiper-wrapper:after {content: none;position: absolute;z-index: 100;pointer-events: none;opacity: 0;} 
/* 圖內層 */
.bannerindex .swiper-banner .swiper-slide:before, .bannerindex .swiper-banner .swiper-slide:after {content: '';
    position: absolute;
    z-index: 100;
    pointer-events: none;
    opacity: 0;
    /* box-shadow: 0 0 25px rgb(0 0 0 / 40%); */} 

.bannerindex .swiper-banner .swiper-slide:before {
    background-size: 100% !important;
    left: 50%;
    width: 42%;
    transform: translate(-50%, -100%);
    top: 57%;
    height: auto;
    max-width: 660px;
    opacity: 1;
    background: url(https://pic03.eapple.com.tw/chengzhendesign/bnA_txt01.svg) no-repeat;
    filter: drop-shadow(0 2px 10px rgb(0 0 0 / 60%));
    aspect-ratio: 283/49;
    min-width: 560px;
}
.bannerindex .swiper-banner .swiper-slide:after {
    background: url(https://pic03.eapple.com.tw/chengzhendesign/bnA_txt02.svg) no-repeat;
    aspect-ratio: 578/19;
    background-size: 100% !important;
    left: 50%;
    width: 42%;
    transform: translateX(-50%);
    top: 61%;
    height: auto;
    max-width: 660px;
    opacity: 1;
    filter: drop-shadow(0 2px 6px rgb(0 0 0 / 80%));
    min-width: 560px;
}

/* banner02 */
.bannerindex .swiper-banner .swiper-slide:nth-child(2):before {
background: url(https://pic03.eapple.com.tw/chengzhendesign/bnB_txt01.svg) no-repeat;left: 8%;transform: translate(0%, -100%);}
.bannerindex .swiper-banner .swiper-slide:nth-child(2):after {left: 8%;transform: translate(0%, 0%);}


/* animation動畫 */
.bannerindex .swiper-banner .swiper-wrapper:before{}

.bannerindex .swiper-slide.swiper-slide-active::before {animation: Ntxtmove 1.5s cubic-bezier(1, 0.05, 0.7, 0.98) both;}
.bannerindex .swiper-slide.swiper-slide-active::after {animation: Ntxtmove2 1.5s cubic-bezier(1, 0.05, 0.7, 0.98) both;}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before {animation: NtxtmoveB 1.5s cubic-bezier(1, 0.05, 0.7, 0.98) both;}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):after {animation: NtxtmoveB2 1.5s cubic-bezier(1, 0.05, 0.7, 0.98) both;}

@keyframes Ntxtmove {0% {opacity: 0;transform: translate(calc(-50% - 20px), -100%);}100% {opacity: 1;transform: translate(-50%, -100%);}}
@keyframes Ntxtmove2 {0% {opacity: 0;transform: translate(calc(-50% + 20px), 0);}100% {opacity: 1;transform: translate(-50%, 0);}}
@keyframes NtxtmoveB {0% {opacity: 0;transform: translate(-20px, -100%);}100% {opacity: 1;transform: translate(0, -100%);}}
@keyframes NtxtmoveB2 {0% {opacity: 0;transform: translate(20px, 0);}100% {opacity: 1;transform: translate(0, 0);}}



@media screen and (min-width: 1400px) {}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 1024px) {}

@media screen and (max-width: 768px) {
.bannerindex {
position: relative;
height: 100%;
padding: 0;
}
.bannerindex .swiper-banner {
width: 100%;
height: auto;
aspect-ratio: 3 / 5;
max-height: 100vh;
}
.bannerindex .swiper-banner .swiper-slide:before, .bannerindex .swiper-banner .swiper-slide:after {min-width: unset;width: 80%;max-width: 480px;}
.bannerindex .swiper-banner .swiper-slide:after {top: 60%;}
.bannerindex .swiper-banner .swiper-slide:nth-child(2):before {
left: 50%;
transform: translate(-50%, -100%);
background: url(https://pic03.eapple.com.tw/chengzhendesign/bnA_txt01.svg) no-repeat;}
.bannerindex .swiper-banner .swiper-slide:nth-child(2):after {left: 50%;transform: translateX(-50%);}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before {animation: Ntxtmove 1.5s cubic-bezier(1, 0.05, 0.7, 0.98) both;}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):after {animation: Ntxtmove2 1.5s cubic-bezier(1, 0.05, 0.7, 0.98) both;}
}

@media screen and (max-width: 600px) {}





/* = = = 主設定-分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 麵包屑 */
.path {background-color: transparent;margin-bottom: 40px;padding: 20px 25px;padding-top: 0;text-align: right;font-family: var(--SFontEN);margin: auto;max-width: 1400px;display: none;}
.path p a:hover {color: #BB9F77;}
.path p {width: fit-content;margin: auto;}
.path p, .path p a {text-align: right;color: #999;font-family: var(--SFontE);letter-spacing: .8px;font-size: 0px;font-weight: 400;transition: 0.3s;line-height: 1.5;margin-right: 0;}
.path p a {font-size: 12px;}
.path p a:not(:last-child):after {content: ' > ';color: #999;}
.path p a:hover:after {color: #999;}


/* main */
.edit_part{padding: 0;}
.main_part {width: 100%;min-width: 100%;margin: auto;padding: 80px 20px;padding-bottom: 100px;background: transparent;}
.show_content {margin: auto;padding: 0 25px;font-family: var(--SFont);width: 95%;max-width: 1400px;margin: 0 auto;padding-top: 0px;}
.subalbum-menu {margin: 0;padding: 0;}
/* 編輯區 */
.edit {color: #262626;margin: auto;padding: 20px 0 40px;font-size: 15px;line-height: 1.7;letter-spacing: 0.5px;font-weight: 400;min-height: 50vh;}
/* 功能頁下方頁碼 */
ul.page {width: 100%;}
.page {width: 100%;margin: 60px auto 40px;gap: 10px 0;}
.page li a, .page li {font-family: var(--SFontEN);display: inline-block;font-size: 14px;margin: 3px;border-color: transparent;color: #403b28;border-radius: 50px;width: 32px;height: 32px;letter-spacing: .5px;line-height: 32px;text-align: center;padding: 0;transition: all 0.4s ease-in-out;}
.page li a {background: rgb(58 95 141 / 5%);color: var(--SubColor1);margin: 0;}
.page strong, li.activeN {background: #3a5f8d;color: #ffffff;border-color: transparent;}
.page strong, .page a:hover {background: var(--SubColor6);color: #ffffff;transition: all 0.1s ease-in-out;}


/*內頁BANNER 設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.banner {position: relative;background: transparent;width: 100%;object-fit: cover;background-size: cover;background-position: 50% 00%;/* aspect-ratio: 19/4; */padding: 0;min-height: auto;/* width: 95%; *//* border-radius: 25px; *//* margin: 0 auto; *//* margin-top: 40px; */padding: 4% 0;/* background-color: rgba(255, 255, 255, 0.5); *//* background-blend-mode: overlay; *//* background-image: url(https://pic03.eapple.com.tw/chengzhendesign/banB.jpg); *//* background-repeat: no-repeat; *//* background-position: 50% 48%; *//* background-size: cover; *//* background: #555; */height: 300px;max-height: 320px;}
.banner:before {content: '';position: absolute;display: block;width: 100%;height: 100%;background: var(--SubColor1);/* opacity: 0; */padding: 4% 0;background-color: rgba(255, 255, 255, 0.6);background-blend-mode: overlay;background-image: url(https://pic03.eapple.com.tw/chengzhendesign/banB.jpg);background-repeat: no-repeat;background-position: 50% 40%;background-size: cover;/* max-height: 360px; */}
.banner h5 {color: #FFF;z-index: 2;font-size: 15px;font-family: var(--SFontEN);display: flex;flex-direction: column;gap: 0;width: 100%;max-width: 1400px;padding: 0;align-items: center;position: relative;font-weight: 400;padding-top: 0;letter-spacing: 1px;color: #8d8883;/* color: #1b1b1b; */font-size: 13px;text-transform: uppercase;}

.banner h5:after {
z-index: 1;
/* background: url(https://pic03.eapple.com.tw/chengzhendesign/banEtxt.svg) no-repeat; */
background-size: contain;
order: -1;
width: auto;
height: auto;
content: '作品欣賞';
font-size: var(--f28);
font-family: var(--SFontEN);
text-transform: uppercase;
color: #474649;
font-size: var(--f32);
font-weight: 400;
line-height: 1.8;
letter-spacing: 2px;
}




.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}

.article_a .banner:before {background-color: #f5f5f5;background-image:none;}
.article_a .banner h5:after {content: '最新消息';}






@media screen and (min-width: 1400px) {}

/* @1200上方區域_平板版面1200px */
@media screen and (max-width: 1200px) {
/* header */
.stellarnav > ul > li > a {font-size: 15px;}
.stellarnav > ul > li {padding: 0 5px;}

/* 內頁BN */
.banner {min-height: 440px;}
}



/* @1024上方區域_平板版面1024px */
@media screen and (max-width: 1024px) {
/* = = header = = */
.header_area.sticky { position: fixed; }
.header_area .main_header_area {}
.header_area.sticky .main_header_area{}
.navigation {display: grid;grid-template-columns: 1fr;align-items: center;}
/* logo*/
.nav-header {max-width: 130px;padding: 20px 0 5px;margin: auto;}

/* 導覽列 */
.stellarnav ul {text-align: center;}
.stellarnav > ul > li {}
.stellarnav > ul > li > a {letter-spacing: .6px;margin: 0;line-height: 65px;}

/* 內頁BN */
.banner {min-height: 380px;}

/* 共用 */
.show_content {width: 100%;}

}


/* @768上方區域_平板版面768px */
@media screen and (max-width: 768px) {

/* logo*/
.nav-header {max-width: 160px;padding: 15px 0;margin-left: 0;}
.sticky .nav-header {padding: 15px 0;max-width: 160px;}
.nav-brand img { }

/* = = header = = */
.header_area {height: fit-content;}
.header_area .main_header_area {padding: 0;border: 0;backdrop-filter: none;}
.main_header_area .container {max-width: 100%;}

.navigation {display: flex;justify-content: space-between;flex-direction: row;}


/* 導覽列漢堡選單 */
.stellarnav.mobile {right: 0;left: unset;height: fit-content;overflow: unset;}
.stellarnav.mobile .menu-toggle {display: flex;margin: 0;padding: 10px 5px;flex-direction: column;align-items: center;gap: 10px;top: 10px;position: relative;transition: .4s;}
.sticky .stellarnav.mobile .menu-toggle {top: 10px;}


/* 漢堡選單樣式 */
.stellarnav .menu-toggle:after {text-transform: capitalize;font-size: 10px;color: var(--SubColor);transform: scale(1);font-family: var(--SFontEN);letter-spacing: 2px;display: none;}
.sticky .stellarnav .menu-toggle:after {}
.stellarnav .menu-toggle span.bars {display: block;margin: 0;display: flex;flex-direction: column;gap: 6px;}
.stellarnav .menu-toggle span.bars span {width: 40px;height: 2px;border-radius: 0;background: #FFF;margin: 0;height: 3px;}
.sticky .stellarnav .menu-toggle span.bars span {background: var(--SubColor);}
.stellarnav .menu-toggle span.bars span:nth-child(2) {/* display: none; */}
/* 黑色遮罩 */
.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;backdrop-filter: blur(3px);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;border: 0;  
/*右滑出現*/right: -100vw;overflow: hidden;transition: all .5s ease;overflow-y: auto;padding: 10px;}
/*卷軸*/
.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 #6781a1;}
.stellarnav.mobile.left > ul::-webkit-scrollbar-track {border-radius: 6px;height: 6px;background-color: #eaeaea;}
.stellarnav.mobile.left.active > ul{right: 0;max-width: 400px;width: 80%;}

.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {font-weight: 500;text-transform: capitalize;content: 'Menu';font-size: 12px;color: #fff;transform: scale(1);font-family: var(--SFontEN);letter-spacing: 0px;height: fit-content;width: fit-content;text-align: right;display: flex;flex-direction: column;font-size: 0;padding: 15px 10px;background: #fff;margin-right: 0;margin: 0 auto;margin-right: 0;padding:  10px 0;margin-bottom: 10px;}
.stellarnav .icon-close {box-sizing: border-box;width: 40px;height: 12px;position: relative;display: inline-block;margin: 2px 9px 0 3px;}
.stellarnav .icon-close:before , .stellarnav .icon-close:after {width: 38px;height: 0px;border-bottom: solid 3px #1d1d1f;}
.stellarnav.mobile.left .close-menu:hover {opacity: 0.6;}
.stellarnav .icon-close:before {
    transform: translateY(0px) rotate(21deg);
}
.stellarnav .icon-close:after {
    transform: translateY(0px) rotate(-21deg);
}
/* 導覽列選取Hover效果 */
.stellarnav ul:hover li a {opacity: 1;transition: all 0.3s ease-in-out;}


/* 第一層 */

/* .stellarnav.mobile > ul > li:nth-last-child(-n+2) {display: none;} */
.stellarnav.mobile > ul > li {border-bottom: 1px #eee solid;padding: 0;display: block;border-bottom: 1px solid #ebebec;display: flex;flex-direction: column;}
.stellarnav.mobile li.open {background: #f3f3f3;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: 1.5;display: block;color: #1d1d1f;font-size: 16px;letter-spacing: .5px;padding: 20px 4px;border: 0;}
.stellarnav.mobile li.open > a {border: 0;}
.stellarnav > ul > li > a:before{content: none;}
.stellarnav.mobile > ul > li > a b {font-size: 21px;line-height: 1.5;font-weight: 600;}
.stellarnav > ul > li > a b:last-child {padding: 0 8px;line-height: 2.2;font-weight: 400;font-size: 14px;color: var(--SubColor5);}

/* +符號修改 = = */
.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 {-webkit-transform: translateY(10px) scaleY(-1);transform: translateY(10px) scaleY(-1);}
/* +符號修改END = = */

/* 第二層 */
.stellarnav.mobile ul ul {left: unset;width: calc(100% - 10px);margin: auto;left: unset;box-shadow: none;transform: unset;}
.stellarnav li li {font-family: var(--SFont);font-size: 14px;color: #333333;letter-spacing: .5px;padding: 0 5px;}
.stellarnav.mobile li li.has-sub a {padding: 10px 20px 10px 10px;}
.stellarnav li li a {color: #333;}
.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:hover {background: #d1d7e1;}
.stellarnav.mobile ul ul>li>a:hover{color: var(--MainColor);padding-left: 12px;}

/* 第三層 */
.stellarnav.mobile li.open li.open {background: #edf2fa;}
.stellarnav.mobile li.open li.open > a {color: #06264A;}
.stellarnav li li li {border: 0;}
.stellarnav li li li a{font-size: 14px;color: #666;}



/* = =  內頁BN = = */
.banner {min-height: auto;aspect-ratio: 43 / 30;}
.banner h5:after {font-weight: 500;font-size: 12px;}
}



/* @600上方區域_平板版面600px */
@media screen and (max-width: 600px) {
/* 導覽列展開 */
.stellarnav.mobile.left.active > ul {/* max-width: 420px; */}
}

@media screen and (max-width: 480px) {
}



/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 購物車 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */



/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2025.12.18  */
.product_page .main_part { max-width:1500px;}

.product_page .show_content,
.product_info_page .show_content { display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start; width: 100%;}
ul.page { width: 100%;}

.ProdFilter_Item_Show { width: 100%;}
.Prods_Menulists { width: 100%; padding: 0;}
.Prods_Wrap { width: calc(100% - 270px);}

/* 篩選器-左手邊 / 產品分類-上面
.ProdFilter_ { order: 2;}
.Prods_Menulists { order: 1;}
.Prods_Wrap { order: 3;}
.ProdFilter_ { width: 250px; letter-spacing: 1px;}
.ProdFilter_ li { width: 100%;}
.ProdFilter_ li > a { background: #f3f3f3; border: none; border-bottom: 3px #ddd solid;}
.ProdFilter_ dl { position: static; width: 100%; display: block;}
*/

/* 產品分類-左手邊 / 篩選器-上面 */

.ProdFilter_ { order: 1; margin-bottom: 25px;}
.Prods_Menulists { order: 2;}
.Prods_Wrap { order: 3;}
.Prods_Menulists { width: 250px; letter-spacing: 1px;}
.Prods_Menulists ul {}
.Prods_Menulists > ul > li { width: 100%; flex-wrap: wrap;}
.Prods_Menulists ul ul { position: static; border: none;}
.Prods_Menulists ul li ul li {}
.Prods_Menulists li.has-sub.open > a { background: #f0f0f0;}

.product_info_page .half_box { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_box li.btn_blankTop { margin-top: 50px; justify-content: space-between; display: flex;}
.product_info_page .half_box li.btn_blankTop input { width: calc(50% - 10px); background-image: none; padding: 0; text-align: center;}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {
.product_main { display: block; width: 100%;}
.sidebarBtn { display: block; width: 100%;}
}

@media screen and (max-width: 980px) {}

@media screen and (max-width: 768px) {
/* 篩選器-左手邊 / 產品分類-上面
.Prods_Wrap { width: 100%;}
.ProdFilter_ { width: 100%;}
.ProdFilter_Item_Show { width: calc(100% - 110px);}
.ProdFilter_ { order: 1;}
.Prods_Menulists { order: 2;}
.ProdFilter_ li > a span { color: #333;}
*/
.Prods_Wrap { width: 100%; margin-top: 20px;}
.ProdFilter_ { width: 100%;}
.Prods_Menulists { opacity: 0; display: none;}

}
@media screen and (max-width: 600px) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 2025.12.26 中間放大*/
.BannerHome02 .swiper-slide-active img { transform: scale(1);}
.BannerHome02 .swiperBan02 .swiper-slide img { transition: transform 5s ease-out; will-change: transform; transform: scale(1);}
.BannerHome02 .swiperBan02 .swiper-slide-active img { transform: scale(1.06);}






/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*文章設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*功 = */
.article_a .main_part {padding-top: 20px;background-color: #f5f5f5;}
.show_content.blog_box {max-width: 1300px;gap: 20px;display: flex;justify-content: flex-end;flex-wrap: wrap;width: 90%;}
.article_a .path, .article_b .path {max-width: 1300px;}
/* 左側分類欄位 = = */
.blog_le {position: relative;width: 220px;padding: 0;z-index: 1;margin: 0;order: 2;}
h5.blog_le_t {
text-align: center;
padding: 20px;
padding-top: 15px;
padding-bottom: 15px;
width: 100%;
margin: 0 0 20px;
display: none;
}
h5.blog_le_t em {
font-weight: 500;
font-size: var(--f20);
letter-spacing: 3px;
color: #000;
text-align: center;
font-family: var(--SFont);
}
.blog_search {}
.blog_search input[type=search] {color: #999;border: 1px solid #eee;background: #fff;border-radius: 0;padding: 10px 40px 10px 10px;}
/* 分類列 */
.blog_le .accordion {border-radius: 0;font-size: 0;padding: 0;display: flex;justify-content: center;align-items: center;gap: 0;flex-direction: column;border: 1px #eee solid;background: #efefef;}
.blog_le .accordion li {
transition: .3s ease-out;
border: 0;
position: relative;
overflow: unset;
height: fit-content;
display: flex;
flex-direction: column;
width: 100%;
}
.accordion li .link {
position: relative;
width: 100%;
display: flex;
flex-direction: row;
justify-content: space-evenly;
align-items: center;
border: 0;
}
.accordion li+li .link {
border-top: 1px solid #eee;
}
.accordion li .link a {
text-align: center;
line-height: 1.6;
font-weight: 500;
margin: 0;
padding: 10px 20px;
font-size: 14px;
letter-spacing: 2px;
border: 0;
border-bottom: 2px solid transparent;
height: auto;
transition: all 0.3s ease-out;
width: 100%;
}
/* 分類2層-OFF */
.submenu {font-size: 14px;opacity: 1;width: 100%;border: 0;}
.submenu li+li {border-top: 1px solid #ccc !important;}
.submenu a {color: #666;word-break: break-all;line-height: 1;padding: 12px 20px 12px 30px;height: fit-content;font-size: 13px;}
.submenu a i {left: 10px;font-size: 13px;}
.submenu li.on_this_category a, .submenu a:hover {color: #FFF;}
/* 當前頁面 */
.blog_le .accordion > li.on_this_category .submenu {display: none !important;height: 100%;}
.blog_le .accordion > li.on_this_category.open .submenu {display: block !important;height: 100%;}
.blog_le .accordion > li:hover .link i, .blog_le .accordion > li.on_this_category .link i {color: #444 !important;}
.blog_le .accordion > li.on_this_category{background: transparent !important;}
.blog_le .accordion > li.on_this_category:hover {color: #3C3C3C !important;}
.blog_le .accordion > li:hover {background: transparent !important;}
.blog_le .accordion > li.on_this_category .link a, .blog_le .accordion > li:hover .link a {
color: #fff !important;
background: #666;
}


/* 右側圖文區 = = */
.blog_ri {margin: 0;flex-direction: column;font-family: var(--SFontEN);/* width: 100%; */padding: 0;padding-right: 25px;width: calc(100% - 240px);order: 1;}
h4.blog_category_title {width: fit-content;font-weight: 600;letter-spacing: 1px;margin: 0;padding: 0;}
/* 圖文區塊 */
.blog_subbox {grid-template-columns: repeat(1, 1fr);width: 100%;gap: 50px;}
.subbox_item {border-radius: 0;overflow: hidden;transition: .5s ease-out;margin: 0;padding-bottom: 0;background: #fff;box-shadow: 0px 20px 90px #f2efea;}
.subbox_item:hover {transition: .5s ease-out;}
.subbox_item a {gap: unset;display: grid;grid-template-columns: 50% 1fr;align-items: center;grid-gap: 0;padding: 0;}


.subbox_item a:after {background: rgba(256, 256, 256, .5);border: none;pointer-events: none;}
.subbox_item a:hover:before, .subbox_item a:hover:after {opacity: 0;transition: all .5s;}
/* 圖 */
.blog_list_le {overflow: hidden;aspect-ratio: unset;background-color: #121212;width: 100%;height: 100%;position: relative;}
.blog_list_le img {transition: .4s ease;transform: scale(1);}
.subbox_item a:hover .blog_list_le img {transition: .4s ease;transform: scale(1.1);}

/* 文字 */
.blog_list_ri {display: flex;flex-direction: column;justify-content: center;margin: 0;padding: 10px;width: 100%;padding-left: 0;max-width: 100%;overflow: hidden;padding: 40px;}
.blog_list_ri h5 {line-height: 1.5;font-size: var(--f20);text-align: left;color: #3c3c43;font-weight: 500;letter-spacing: 1px;margin: 0;padding-bottom: 5px;-webkit-line-clamp: 2;}
.subbox_item a:hover .blog_list_ri h5 {color: #1D1D1F;}
.blog_list_ri em {order: -1;margin: 10px 0;font-size: 12px;color: #808080;font-weight: 400;/* margin: 0; */letter-spacing: .5px;}
.blog_list_ri p {font-size: 13px;letter-spacing: 1px;line-height: 1.6;font-weight: 400;color: #666;margin: 15px 0 0;}
.blog_list_ri p:before {
    content: '';
    display: block;
    width: 65px;
    height: 1px;
    margin-top: 5px;
    margin-bottom: 15px;
    background-color: #ccc;
}
.blog_list_ri:after {content: 'READ MORE';position: relative;z-index: 19;width: fit-content;right: 10px;opacity: 0;font-size: 15px;color: #999999;transition: all .6s;font-size: 12px;padding: 5px 17px;background: #f5f5f5;border-radius: 2px;color: #6d6d72;left: 0;font-weight: 600;letter-spacing: .5px;margin: 20px 0 0;font-family: var(--SFontEN);top: unset;opacity: 1;}
.subbox_item a:hover .blog_list_ri:after {background-color: #ebebec;}


/*文章內層/ = = = = */
.blog_in_page h5.blog_le_t em {}
.blog_in_page .blog_le {display: none;}
.blog_in_page .blog_ri {align-self: end;padding: 0;width: 100%;}
.blog_in_page h4.blog_category_title {width: 100%;font-size: 24px;letter-spacing: 1.5px;margin-bottom: 0;text-align: left;padding: 0;font-size: var(--f28);}

/* 上下篇按鈕 */
.blog_back {align-items: center;border-top: 1px solid #c5c5c5;padding: 40px 0;display: flex;-ms-flex-wrap: wrap;gap: 10px;width: 100%;order: 3;}
.blog_back a {
font-size: 13px;
letter-spacing: 0.08em;
}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next, .blog_back a.article_btn_back {background: #eee;background: transparent;transition: .5s ease;height: 40px;width: 180px;font-weight: 300;line-height: 40px;padding: 0 20px;position: relative;border-radius: 34px;border: 1px solid #c2c2c2;color: #666;display: block;font-size: 14px;padding: 0 20px;position: relative;}
.blog_back a.article_btn_prev {
text-align: right;
}
.blog_back a.article_btn_prev:before, .blog_back a.article_btn_next:before{
content: "";
width: 10px;
height: 10px;
border-left: 1px solid #9e9e9e;
border-bottom: 1px solid #9e9e9e;
display: block;
position: absolute;
top: calc(50% - 5px);
}
.blog_back a.article_btn_prev:before{
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
left: 15px;
}
.blog_back a.article_btn_next:before{
-webkit-transform: rotate(-135deg);
transform: rotate(-135deg);
right: 15px;
}
.blog_back a.article_btn_next {
margin-left: auto;
text-align: left;
}
.blog_back a.article_btn_back {
background: #f5f5f5;
transition: .5s ease;
display: none;
}
.blog_back a.article_btn_prev:hover, .blog_back a.article_btn_next:hover {border: 1px solid #222123;background: #222123;color: #fff;}
.blog_back a.article_btn_back:hover {
border: 1px solid #2c2c2c;
background: #2c2c2c;
color: #fff;
}
.blog_back a.article_btn_prev:hover:before, .blog_back a.article_btn_next:hover:before  {
border-left: 1px solid #fff;
border-bottom: 1px solid #fff;
}

/* 分享按鈕 = = */
.blog_shareData {display: flex;align-items: center;align-content: center;flex-wrap: wrap;flex-direction: row;margin-top: 10px;width: 100%;padding: 20px 0;border-radius: 0;border-top: 1px solid #c5c5c5;padding-top: 10px;justify-content: flex-end;}
.toShareNews b, .toShareNews a, .toShareNews a object, .toShareNews a i {font-weight: 400;font-size: 12px;color: #333;letter-spacing: .5px;}
.toShareNews a object {max-width: 20px;}
.toShareNews > a:hover > object {
filter: none;
}
/* 文章編輯器 */
.blog_box_edit {
background: transparent;
margin: 10px 0;
font-size: var(--f16);
color: #2F2F2F;
line-height: 1.8;
padding: 0 20px;
padding: 0;
letter-spacing: .5px;
}
.articel_mainPic {/* display: none; */}

/*文章-相關推薦*/
.news_related, .prod_related {
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: .3s ease;
}
.news_related_list li a:hover, .related_list li a:hover {
box-shadow: 4px 4px 15px rgb(181 177 172 / 25%);
transition: .3s ease;
}
.news_related_list li figure {
aspect-ratio: 12 / 17;
}
.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(--SFont2);
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%;
}



/*首頁/ = = = = */
.module_i_news {padding: 80px 25px 120px;}
.module_i_news section {max-width: 1400px;width: 90%;margin: 0 auto;}
/* 標 */
.module_i_news .title_i_box {
margin-bottom: 0;
text-align: left;
font-family: var(--SFontEN);
letter-spacing: 1px;
}
.module_i_news .title_i_box h6:before {
content: 'News';
color: #7389A4;
font-size: var(--f16);
line-height: 1.6;
letter-spacing: .1px;
}
.module_i_news .title_i_box h4 {
font-size: var(--f36);
color: #163B67;
font-weight: 600;
}
/* 圖文 */
.module_i_news_list.swiper {padding: 30px 0;}
.module_i_news ul {list-style: none;display: grid;grid-template-columns: repeat(4, 1fr);grid-gap: 20px;}
.module_i_news li {display: block;text-align: left;border: 1px solid #e9e9e9;border-radius: 15px;overflow: hidden;transition: .5s ease-in-out; }
.module_i_news li:hover {box-shadow: 0 8px 14px rgb(99 123 175 / 10%);}
.module_i_news li a {font-family: var(--SFontEN);display: flex;grid-gap: 20px;padding: 20px;height: 100%;flex-direction: column;border-radius: 15px;}
.module_i_news li a:after {pointer-events: none;background: rgba(255, 255, 255, 0.6);border: 0;}
.module_i_news li a:before {pointer-events: none;font-size: 14px;font-weight: 700;letter-spacing: .5px;padding: 8px 5px;font-family: var(--SFontEN);top: 50%;left: 50%;width: 150px;height: 40px;color: #3A5F8D;transform: translate(-50%, -10%) scale(1);}
.module_i_news li a:hover:before {opacity: 1;width: 100%;transform: translate(-50%, -50%) scale(1);transition: all 500ms;}
.i_blog_le {transition: .3s ease-in-out;}
.module_i_news li a:hover .i_blog_le {opacity: .4;}
.i_blog_ri {display: block;vertical-align: top;padding: 0;width: 100%;display: flex;flex-direction: column;overflow: hidden;}
.i_blog_ri h5 {font-weight: 500;font-size: 20px;color: #26282d;letter-spacing: .5px;-webkit-line-clamp: 1;-webkit-box-orient: vertical;white-space: normal;overflow: hidden;line-height: 1.8;}
.i_blog_ri em {font-size: 12px;color: #6F6F6F;font-style: normal;display: block;margin: 5px 0;order: 3;position: relative;line-height: 1;left: -35px;}
.blog_list_ri em, .i_blog_ri em {/* display: none; */}
.i_blog_ri p {font-size: 14px;color: #6F6F6F;line-height: 1.7;-webkit-line-clamp: 2;letter-spacing: .5px;font-weight: 400;margin: 0;font-family: var(--SFont);}
/* BTN */
.i_blog_b {width: 100%;max-width: 100%;margin: auto;}
.i_blog_b a {background: transparent;color: #204483;font-family: var(--SFontEN);height: fit-content;display: flex;flex-direction: row;align-items: center;margin: 0 auto;justify-content: flex-end;margin-right: 0;width: fit-content;overflow: unset;}
.i_blog_b b {height: fit-content;line-height: 2;font-size: 15px;font-weight: 500;letter-spacing: 1px;}
.i_blog_b .fa-arrow-right::before {content: " ";height: 8px;width: 8px;display: block;border-style: solid;border-width: 0 2px 2px 0;border-color: transparent #204483 #204483 transparent;transform: rotate(315deg);transition: border .2s;margin: 0px;}
.i_blog_b .fa-arrow-right::after {content: '';transform-origin: right;transform: scale(0,1) translateY(-50%);display: block;position: absolute;width: 10px;height: 2px;right: 5px;top: 50%;background: #204483;transition: transform .3s ease-in-out;}
.i_blog_b a:hover i.fa-solid.fa-arrow-right {margin: 0 5px 0 15px;}
.i_blog_b a:hover .fa-arrow-right::after {transform: scale(1,1)  translateY(-50%);}



@media screen and (max-width: 1200px) {
/* 首頁 */
.module_i_news {padding: 80px 25px 80px;}
.module_i_news ul {grid-template-columns: repeat(3, 1fr);grid-gap: 20px;}
.module_i_news li:last-child {display: none;}
/* 外層 */
.show_content.blog_box {width: 100%;}
.blog_ri {padding-left: 20px;}
/* 內層 */
.blog_back { width: calc(100% - 240px - 20px);}
}


@media screen and (max-width: 1024px) {
/* 首頁 */
.module_i_news_list, .module_i_news_list.swiper {padding: 30px 0 20px;}
.module_i_news ul {grid-gap: 15px;}
.i_blog_ri h5, .blog_list_ri h5 {-webkit-box-orient: unset;letter-spacing: 0.04em;line-height: 1.5;font-size: 18px;color: #26282d;}
.i_blog_ri p, .blog_list_ri p {line-height: 1.6;margin-bottom: 5px;}
.i_blog_ri em {font-size: 12px;color: #aaa;}

/* 外層 */
.blog_le {width: 200px;}
.blog_ri {width: calc(100% - 220px);}
.subbox_item a {grid-gap: 30px;padding-right: 25px;grid-template-columns: 210px 1fr;}
.blog_list_ri {padding-right: 0;}
/* 內層 */
.blog_in_page .path {display: none;}
.blog_back { width: calc(100% - 240px - 0px);padding: 25px 0;}
.blog_box_edit {margin: 0;}
}




@media screen and (max-width: 768px) {
h5.blog_le_t {margin: 0 0 10px;pointer-events: none;}
/* 首頁 */
.module_i_news ul {grid-template-columns: repeat(2, 1fr);}
.module_i_news li:last-child {display: block;}
.module_i_news {padding-top: 60px ;}
.module_i_news section {width: 95%;}
.module_i_news .title_i_box h6:before {font-size: 14px;}
/* 外層 */
.blog_le, .blog_ri {width: 100%;padding: 0;}
.blog_le .accordion {display: none;}
.blog_search{ margin-bottom: 30px;}
.subbox_item a {grid-gap: 25px;padding-right: 20px;grid-template-columns: 180px 1fr;}
/* 內層 */
.blog_back {width: 100%;}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next, .blog_back a.article_btn_back {width: 140px;font-size: 12px;height: 36px;line-height: 36px;}
}


@media screen and (max-width: 600px) {
/* 首頁 */
.module_i_news {padding-top: 40px;padding-bottom: 60px;}
.module_i_news ul {grid-template-columns: repeat(1, 1fr);}
.module_i_news .title_i_box h4 {font-size: 24px;}
.i_blog_ri h5, .blog_list_ri h5 {font-size: 16px;margin-bottom: 5px;}
.i_blog_ri p, .blog_list_ri p {font-size: 13px;}
/* 外層 */
.show_content.blog_box {gap: 10px;}
.subbox_item a {grid-gap: 20px;padding-right: 20px;grid-template-columns: 150px 1fr;}
.subbox_item a:before {font-size: 10px;}
.blog_list_ri em {margin: 0;letter-spacing: 0;opacity: .8;}
.blog_list_ri p {letter-spacing: .5px;margin: 10px 0 0;-webkit-line-clamp: 3;}
/* 內層 */
.blog_back a.article_btn_prev, .blog_back a.article_btn_next, .blog_back a.article_btn_back {width: 120px;font-size: 12px;}
}

@media screen and (max-width: 480px) {
.module_i_news .title_i_box h6:before {font-size: 13px;}
.blog_list_ri em {font-size: 10px;}
.i_blog_ri p, .blog_list_ri p {font-size: 12px;}
/* 內層 */
.blog_back a.article_btn_prev:before, .blog_back a.article_btn_next:before {width: 8px;height: 8px;}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next, .blog_back a.article_btn_back {width: 100px;font-size: 12px;height: 33px;line-height: 33px;}
}

@media screen and (max-width: 360px) {}





/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*促銷活動設定-OFF  = =  = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.promotion_title {font-family: var(--SFontEN);}





/* = = = 分隔線 相本主分類-ON= = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*相本分類全版面 ( 限制最寬2000px ) = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.show-list .item:hover .show_name{}

/*相簿*/
.other_album_choice li {background: #ccc;}
/*相簿下方隱藏*/
.other_album_choice{display:none;}
.album_fixed_title{display:none;}


.show-list .item a .show_pic {transition: all .4s;border-radius: 0;}
.overlay {background: rgb(244 239 223 / 30%);z-index: 1;}
.show-list .show_pic {aspect-ratio: 61/75;}
.show-list .item a .show_pic img {transform: scale(1);transition: all .6s;}
.show-list .item a:hover .show_pic img {transform: scale(1.05);}

.show-list .show_name {    
font-size: 16px;
color: #3e3e3e;
letter-spacing: 2px;
font-weight: 600;
padding: 10px 0;height: fit-content;
margin-top: 15px;}






/* = = = 分隔線 相本分類= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*相本列表*/
.album_page #page, .album_class_page #page, .album_info_page #page{}
.album_page #content, .album_class_page #content, .album_info_page #content{background: transparent;}
.album_page .show_content, .album_info_page .show_content{width: 100%;text-align: center;padding-top: 40px;}

/* 主分類相簿名 */
.subalbum-menu h2 {
text-align: center;
padding-bottom: 20px;
width: 100%;
font-size: 24px;
font-weight: 600;
letter-spacing: 0.2em;
color: var(--SubColor);
display: none;
}



/*大分類頁-相簿分類*/
.album_class_page .show_content, .album_info_page .show_content {width: 100%;padding-top: 40px;}
.album_descrip { display: none;}
.show-list {display: grid;grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));grid-template-columns: 1fr 1fr 1fr;grid-gap: clamp(20px, 4%, 50px);gap: 45px;width: 95%;margin: 0 auto;}
.album_class_page .show-list {grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));gap: 20px;width: 98%;}
.show-list .item {text-align: center;width: 100%;background: transparent;}
.album_class_page .show-list .item a .show_pic {
    aspect-ratio: 19 / 12;
    border-radius: 5px;
}

/* 次分類相簿名 */
.other_subalbum li a p {margin: 0;position: relative;z-index: 1;display: inline-block;padding: 18px 0;font-size: 17px;font-weight: 600;line-height: 1;letter-spacing: 1.5px;color: #333;width: 100%;font-weight: 500;font-size: 15px;text-align: center;}
.other_subalbum li a:hover p {/* color: #BB9F77; */opacity: .6;}


/*相簿最內頁-.album_info_page = = = = */
.album_info_page{}
.album_descrip p {
font-weight: 700;
text-align: center;
padding-bottom: 20px;
width: 100%;
color: #333;
font-size: 20px;
letter-spacing: .5px;
}
/*相簿瀑布流*/
.album_info_page .pic-list {
-webkit-column-count: 3;
-webkit-column-gap: 10px;
column-count: 3;
width: 100%;
margin: 0 auto;
grid-template-columns: repeat(auto-fill, minmax(360px, 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: 4 / 3;border-radius: 5px;}
.pic-list .show_pic img {transition: all 0.4s ease;}
.pic-list .show_pic:hover img {opacity: 0.6;}
.pic-list .item h6 {padding: 0;}





@media (max-width: 1440px){
.album_info_page .pic-list{ -moz-column-count:3; -webkit-column-count:3;  column-count:3;}
}

@media screen and (max-width: 1280px){
.show-list {grid-template-columns: 1fr 1fr;}
}
@media screen and (max-width: 980px){
}

@media screen and (max-width: 768px){
.show-list {grid-template-columns: 1fr ;}
}

@media screen and (max-width: 600px){
.album_class_page .show_content{width: 100%;}
.album_page .show-list .item{width: 100%;}	
.album_page .show-list .item{margin:auto;}
.show-list .item{margin:auto;}
.show-list {gap: 20px;}

.album_info_page .pic-list { grid-template-columns: 1fr; }
}





/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*聯絡我們 = = == = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.contact_page .path p {font-size: 13px;}
.contact_page .main_part {padding-bottom: 100px;background: #FFF;}

.contact_content {width: 96%;max-width: 1400px;padding: 0;margin: 0 auto;padding-left: 20px;padding-right: 20px;padding-top: 100px;}
.contact_content form {max-width: 1300px;margin: 0 auto;}
/* 聯絡資訊 */
.contact_content .information_left {width: 295px;padding: 0;padding-right: 60px;width: 34%;display: none;/* flex-direction: column; */}
.blank_letter {padding-top: 30px;padding-bottom: 20px;font-size: 26px;color: #1F1B15;background-position: left bottom;background-repeat: no-repeat;font-size: var(--f28);font-weight: 500;position: relative;letter-spacing: 2px;margin-bottom: 20px;font-family: var(--SFont);padding: 40px 0 20px;line-height: 2;border-top: 1px solid rgb(204 204 204 / 60%);}
.list_before {
margin-top: 20px;
margin-bottom: 40px;
font-size: 15px;
display: block;
width: 100%;
position: relative;
font-family: var(--SFont);
}
.list_before.info li {
padding-left: 0;
font-size: 14px;
letter-spacing: 1px;
line-height: 1.4;
margin: 10px 0;
display: grid;
gap: 5px;
grid-template-columns: 40px 1fr;
color: #464543;
}
.info_TEL:before, .info_TEL2:before, .info_PHONE:before, .info_LINE:before, .info_FAX:before, .info_TAXID:before, .info_MAIL:before, .info_ADD:before, .info_ADD2:before {
position: relative;
display: block;
width: 35px;
left: 0;
font-size: 14px;
font-weight: 600;
letter-spacing: .5px;
color: #1F1B15;
}


/* 線上表單 */
.contact_content .information_right {padding-left: 30px;width: 100%;/* max-width: 1300px; */padding: 40px;/* margin: 0 auto; */border: 0px solid #e7e7e7;background: #fff;/* display: flex; *//* flex-direction: row; */}
.contact_form {margin-top: 30px;margin-bottom: 20px;font-size: 15px;color: #444;display: grid;grid-template-columns: 1fr;grid-gap: 11px;width: 90%;max-width: 800px;margin: 0 auto;}
.contact_form:before {
content: '線上預約諮詢服務： \A 依據不同需求提供彈性規劃，從整體設計到局部改善，兼顧美感、機能與施工品質，歡迎填寫表單。 \A 我們將盡快與您連絡。';
white-space: pre-wrap;
display: block;
position: relative;
font-family: var(--SFont);
line-height: 1.8;
padding-bottom: 30px;
letter-spacing: .5px;
}
.contact_form li {display: grid;grid-template-columns: 1fr;grid-gap: 0;font-family: var(--SFont);}
.contact_form li .form__label {text-align: left;color: #333333;font-size: 15px;font-weight: 500;letter-spacing: .5px;line-height: 1.5;padding: 5px 0;font-family: var(--SFont);background: transparent;display: flex;flex-direction: row-reverse;justify-content: flex-end;}
.contact_form li input.noborder {border: 0;/* border-bottom: 1px solid rgba(0, 0, 0, 0.3); */line-height: 1.6;background: #fafafa;border-radius: 0;/* border: 1px solid #dddddd; */}
.contact_form li textarea.noborder {border: 0;background: #fafafa;border-radius: 0;/* border: 1px solid #dddddd; */}
.contact_form li .form__insert {}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {
    background: #fafafa;
    padding: 8px 6px;
    color: #666;
    font-size: 14px;
}


/* BTN */
.contact_form li.last {justify-content: flex-end;flex-wrap: wrap;gap: 20px;font-family: var(--SFont);}
.contact_form .last .animated-arrow {    
    background: #1b1b1b;
    color: #ffffff;
    border: 1px #CCC solid;
    display: inline-block;
    margin-top: 20px;
    height: 44px;
    line-height: 44px;
    border-radius: 50px;
    overflow: hidden;
    text-align: center;
    position: relative;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    max-width: 175px;
    width: 100%;
}
.last .animated-arrow.otherSty {
    color: #1D1D1F;
    background: #fff;
}
.last .animated-arrow b {font-size: 14px;font-weight: 400;letter-spacing: 1px;}

/* 原紅字 */
.red {color: #ed6464;height: fit-content;line-height: 1.2;}
.note {font-size: 11px;letter-spacing: .5px;left: 0;position: absolute;top: 25px;}



/* 編輯器 */
.contact_editbox {padding: 0;}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 600px) {}



/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

@media screen and (min-width: 1700px) {}
/* @1200下方區域_平板版面1200px */
@media screen and (max-width: 1200px) {
/* footer*/
.footer_info {margin: auto;}
.footer_info li:nth-child(1) {-ms-flex-direction: column;flex-direction: column;}
.footer_info li p {margin-left: 0;}
}

/* @1024下方區域_平板版面1024px */
@media screen and (max-width: 1024px) {
/* footer */
.footer_info {grid-template-columns: 1fr;text-align: center;position: relative;}
.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 {padding: 5px 15px;}


}

/* @768下方區域_平板版面768px */
@media screen and (max-width: 768px) {

/* 開啟手機板下方按鈕所需設定 */
#bottom_menu { display: none}
.footer.with_shopping_mode {padding: 80px 0 10px;}
#to_top {bottom: 30px;left: 15px;}
/* footer */
.footer_logo {position: relative;margin: auto;}
.footer_logo a {width: 90%;}
.footer_info li:nth-child(1) {gap: 5px;}
.footer_menu {flex-wrap: wrap;max-width: 500px;margin: auto;gap: 5px;}
.footer_menu a {font-size: 13px;width: calc((100% - 10px) / 3);text-align: center;}
.copy{font-size: 11px;letter-spacing: .25px;}
}



@media screen and (max-width: 600px) {
/* 共用 */
.main_part {width: 100%;padding-bottom: 40px;padding-left: 25px;padding-right: 25px;}
.show_content {padding: 0 0px;width: 100%;}
.page li a, .page li {font-size: 14px;width: 30px;height: 30px;line-height: 30px;}
.path {padding: 0px 0 20px;}

/* footer */
.footer_menu {max-width: 400px;}
.footer_menu a {font-size: 12px;width: calc((100% - 10px) / 2);}
.copy {font-size: 10px;}
}



@media screen and (max-width: 480px) {
/* 共用 */
.edit {font-size: 14px;}

.footer_menu {max-width: 140px;}
.footer_menu a {width: 100%;}
}
