@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');


/* 英文字體 Forum */
@import url('https://fonts.googleapis.com/css2?family=Forum&display=swap');
/* 英文字體 Overpass */
@import url('https://fonts.googleapis.com/css2?family=Overpass: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');


/*網站全域設定/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
:root {
  /* --Color: #1c3459; */
  --MainColor: #465169; /*網站主要色系*/
  --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: #293943;/*網站輔助色系9*/
  --SFonts: "Forum", "Noto Sans TC",sans-serif;/*英文字體-無襯線*/
  --SFontE: "Forum", "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;
}



/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/* header= */
.header_area {
    transition: all .4s ease;
    position: fixed;
    z-index: 9999;
    width: 100%;
    background: transparent;
    padding: 0;
    background: #fff;
    background: rgb(143 143 143 / 20%);
    backdrop-filter: saturate(93%) blur(7px);
}
.pageIndex .header_area {   
    border: 0; 
    top: unset;    
    bottom: 0;
    background: rgb(143 143 143 / 20%);
}
.header_area .main_header_area {
    background: transparent;
    transition: all 0.3s;
    position: relative;
}
.main_header_area .container {
    max-width: 100%;
    padding: 0 20px;
    transition: 0.5s;
}

/* header下滑 */
.header_area, .header_area.sticky, .pageIndex .header_area.sticky {
    background: rgb(143 143 143 / 15%);
    border: solid 1px rgba(255, 255, 255, 0.1);
    top: 0;
    bottom: unset;
}
/* 首頁以外 */
body:not(.pageIndex) .header_area, body:not(.pageIndex).header_area.sticky{
    border: 0;
    background: rgb(255 255 255 / 30%);
    position: sticky;
    top: 0;
    bottom: unset;
}

.header_area.sticky .main_header_area {
    transition: all 0.3s;
}


/*選單 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/


/* 導覽列選單 = = */
.navigation {
    text-align: center;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 0;
}
.stellarnav {
    position: relative;
    width: 100%;
    z-index: 9900;
    line-height: normal;
    padding: 0;
}

.stellarnav > ul {
    margin: 0;
    padding: 0;
    text-align: center;
    margin-top: -100px;
    position: relative;
}
body:not(.pageIndex) .stellarnav > ul{margin-top: -95px;}
.stellarnav > ul > li:last-child:after {content: none;}
.stellarnav > ul > li:last-child > a:after {content: none;}

/* 導覽列下滑 */
.header_area.sticky .stellarnav {  }
.header_area.sticky .stellarnav > ul {    margin-top: -90px;}



/* 第一層 = = */
.stellarnav > ul > li:last-child{display: none;}
.stellarnav > ul > li {
    position: relative;
    padding: 0 10px;
    font-size: 0;
    padding: 0;
    width: calc(calc(80% - 200px) / 6);
    text-align: center;
    max-width: 140px;
}
.stellarnav.desktop > ul > li:nth-child(2) a b{
    letter-spacing: 1px;
}
.stellarnav > ul > li:nth-child(4) {
    margin-right: 10VW;
}
.stellarnav > ul > li > a {
    font-family: var(--SFontE);
    color: #1F1F1F;
    letter-spacing: 1.25px;
    font-size: 14px;
    margin: 0;
    font-weight: 500;
    padding: 0 18px;
    margin: 10px 0;
}
.stellarnav.desktop > ul > li > a {
    margin: 26px 0;
}
.stellarnav.desktop > ul > li > a b{
    letter-spacing: 1.5px;
    color: #999;    
    color: #fff;
    transition: all .5s ease;
}
.sticky .stellarnav.desktop > ul > li > a b{
    color: #999;
}
body:not(.pageIndex) .stellarnav.desktop > ul > li > a b, body:not(.pageIndex) .sticky .stellarnav.desktop > ul > li > a b{color: #333;}

/* HOVER */
.stellarnav > ul > li > a:hover {
    color: #000;
    transition: .5s cubic-bezier(0.77, 0, 0.65, 0.99);
}
.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:last-child {
    padding-right: 18px;
}


/* 下拉符號移除 */
.stellarnav li.has-sub > a:after{
    content: none;
}


/* 第二層 */
.stellarnav.desktop ul ul {
    background: transparent;
    width: 140px;
    /* width: max-content; */
    left: unset;
    margin-left: unset;
    box-shadow: none;
    opacity: 0;
    pointer-events: none;
}
.sticky .stellarnav.desktop ul ul{
    opacity: 1;
    pointer-events: all;
}
.stellarnav > ul > li.drop-left > ul {
    right: unset;
}
.stellarnav.desktop li li {
    border: 0;
    border: none;
    background-color: rgb(146 146 146 / 20%);
    -webkit-backdrop-filter: saturate(180%) blur(5px);
    backdrop-filter: saturate(180%) blur(5px);
    text-align: left;
    transition: opacity .2s;
}
.stellarnav.desktop li.has-sub li a {
    text-align: left;
    font-size: 14px;
    padding: 10px 15px;
    letter-spacing: 0.06em;
    font-family: var(--SFonts);
    border-bottom: 0;
    color: #fff;
}
.stellarnav.desktop li.has-sub li a {
    padding-right: 50px;
    color: #b6b6b6;
}
.stellarnav.desktop li li.has-sub > a:after {
    content: '';
    display: block;
    height: 0px;
    border-bottom: solid 3px #777;
    position: absolute;
    top: 42%;
    right: 15px;
    height: 8px;
    width: 8px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    -webkit-transition: border .2s;
    transition: border .2s;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-color: transparent #82847f #82847f transparent;
}
.stellarnav.desktop li.has-sub li a:hover {
    color: #222;
    background: #f4f3f3;
    opacity: 1;
}
.stellarnav.desktop .prod_classes > li:hover > a, .stellarnav.desktop .prod_classes > li:focus > a {
    color: #222;
    background-color: #f4f3f3;
}



/* 第三層 */
.stellarnav.desktop ul ul ul{
    left: 100%;
}



.me_tp_features {display: none;}




/*電腦LOGO = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.nav-header {
    transition: all 0.3s;
    grid-row: 1;
    width: auto;
    margin: 0 auto;
    max-width: 100%;
    padding: 10px 0 8px;
    align-self: start;
    filter: unset;
    display: block;
    position: relative;
    top: 10px;
    padding: 10px;
    text-align: center;
    z-index: 9999;
    /* pointer-events: none; */
    top: 0;
}
.pageIndex .nav-header {
    padding: 20px;
}
.nav-brand {
    max-width: 80px;
    font-size: 0;
    filter: contrast(0) brightness(100);
    transition: max-width .4s ease-in-out;
}

/* logo下滑 */
.pageIndex .sticky .nav-header{
    padding: 10px;
}
.sticky .nav-brand{
    max-width: 70px;
filter: contrast(0) brightness(1.1);
}

body:not(.pageIndex) .nav-brand, body:not(.pageIndex) .sticky .nav-brand{
    filter: contrast(0) brightness(0);
} 


/*手機LOGO
.nav-brand-m {}
*/













/*footer = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.box_link{display: none;}


.footer {
position: relative;
margin: auto;
width: 100%;
max-width: 100%;
padding: 0;
margin-top: 0;
background: #F7F7F7;
z-index: 1;
background: transparent;
/* border-top: solid 1px #ccc; */
/* border-top: 1px solid #E6E6E6; */
}
.footer:before {
width: 100%;
content: '';
height: 100%;
/* background: #E8E8E8; */
position: absolute;
background: #F7F7F7;
/* top: 200px; */
pointer-events: unset;
}
.footer .center {
position: relative;
max-width: 95%;
padding: 80px 60px 20px;
font-size: 13px;
/* background: #fff; */
}
/* logo */
.footer_logo {display: none;}
/* 聯絡資訊 */
.footer_info li{ padding: 0; }
.footer_info li:nth-child(1) {    display: none;}





/* ------------------------------------------------------------------------------------------------------------ */

.copy {border: none;margin: 0;font-size: 10px;letter-spacing: 1px;font-family: var(--SFonts);font-weight: 300;text-align: center;padding: 10px 0 40px;position: relative;color: #333;background: #F7F7F7;}
.copy a:first-child {display: none;}
.copy a {color: #333;} 

/* 浮動按鈕 */
.info_fix{ }

/* 置頂按鈕 */
#to_top {
    left: 20px;
    font-size: 0;
    color: #fff;
    box-shadow: none;
    background: #fff;
    bottom: 20px;
    position: fixed;
    background: transparent;
    transition: all 0.5s ease-out;
    padding: 0;
    display: block;
    /* position: absolute; */
    right: 120px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #333;
    transform-origin: center;
    transform: rotate(90deg);
    z-index: 10;
    background: rgb(255 255 255 / 10%);
    backdrop-filter: blur(5px);
}
#to_top::before {
    content: '';
    content: "";
    color: transparent;
    position: absolute;
    top: calc(50% - 4px);
    left: 23px;
    width: 6px;
    height: 7px;
    background: url(https://www.mjapan.jp/wp-content/themes/magicjapan2/assets/images/common/switch-arrow_left.svg) 0 0 no-repeat;
    background-size: 6px 7px;
    transition: left .3s;
}
#to_top::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 24px;
    width: 10px;
    height: 1px;
    background-color: #333;
    transition: all .3s;
}
#to_top i.top:before, #to_top i.top:after {
    display: none;
}
#to_top:hover {
    /* opacity: 0.8; */
    transition: opacity 0.2s;
}
#to_top:hover:before {
left: 19px;
}
#to_top:hover:after {
left: 20px;
width: 14px;
}





/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 商品下拉超過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: 100vh;
    padding: 0;
}
/* 大圖尺寸 */
.bannerindex .swiper-banner {
    position: static;
    height: auto;
    height: 100vh;
    margin: auto;
    width: 100%;
    overflow: hidden;
}
.bannerindex .swiper-banner .swiper-wrapper {
    height: 100%;
}
.bannerindex .swiper-banner .swiper-slide {
    height: 100%;
}










/* 大圖點點按鈕 */
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 12px;
    display: none;
}
/* 大圖點點按鈕END */




/* 大圖外層文字 */
.bannerindex .swiper-banner:before{
    content: "";
    position: absolute;
    top: 0;
    right: auto;
    left: 260px;
    width: 1px;
    min-height: 0;
    min-height: 0;
    background-color: rgb(255 255 255 / 15%);
    background-size: cover;
    z-index: 100;
    transition: min-height 1.6s;
    transition-delay: .5s;
    min-height: 100vh;
    min-height: 100svh;
}
.bannerindex .swiper-banner:after{
    content: "";
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.15);
    transition: all 1.6s;
    transition-delay: 0.8s;
    z-index: 100;
}
.bannerindex .swiper-wrapper:before{    
    content: "";
    z-index: 100;
    pointer-events: none;
    background: url(https://pic03.eapple.com.tw/0901227936/bnA_txt01.svg);
    font-family: var(--SFont);
    font-size: 32px;
    display: block;
    color: #fff;
    position: absolute;
    width: 50%;
    top: 40%;
    min-width: 440px;
    max-width: 500px;
    height: auto;
    aspect-ratio: 71 / 11;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    /* left: 160px; */
    left: 50%;
    transform: translateX(-50%);
}


.bannerindex .swiper-banner .swiper-slide img, .bannerindex .swiper-banner .swiper-slide-active img{
    /* 大圖切換閃爍-opacity */
    opacity: unset !important;
    width: auto;
    object-fit: contain;
    height: 100%;
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: 100%;
    transform: scale(1) !important;
}
.bannerindex .swiper-banner .swiper-slide img {
    height: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 大圖內層 */
.bannerindex .swiper-banner .swiper-slide:before,.bannerindex .swiper-banner  .swiper-slide:after {
    content: "";
    position: absolute;
    z-index: 100;
    pointer-events: none;
}
/* banner01 */
.bannerindex .swiper-banner .swiper-slide:before {
background: url(https://pic03.eapple.com.tw/0901227936/bnA_txt02.svg);
    display: block;
    color: #fff;
    position: absolute;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    width: 50%;
    top: calc(40% + 100px);
    min-width: 440px;
    max-width: 500px;
    height: auto;
    aspect-ratio: 71 / 11;
    opacity: 0;
    transition: all 1.2s cubic-bezier(0.8, 0.33, 0.4, 0.82);
    /* left: 160px; */
    left: 50%;
    transform: translateX(-30%);
}
.bannerindex .swiper-banner .swiper-slide-active:before {
    opacity: 1;
}
.bannerindex .swiper-banner .swiper-slide:after {
    background: rgba(38, 38, 38, 0.4);
    background-repeat: no-repeat;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    z-index: 0;
    opacity: .5;
}

/* banner02 */
.bannerindex .swiper-banner .swiper-slide:nth-child(2):before {
    background: url(https://pic03.eapple.com.tw/0901227936/bnB_txt02.svg);    
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}

/* banner03 */
.bannerindex .swiper-banner .swiper-slide:nth-child(3):before {
    background: url(https://pic03.eapple.com.tw/0901227936/bnC_txt02.svg);    
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}





/* animation= */
/* .bannerindex .swiper-wrapper:before{
	-webkit-animation: NslideInTop 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: NslideInTop 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@keyframes NslideInTop {
  0% {-webkit-transform: translateY(-400px);transform: translateY(-400px);opacity: 0;}
  50%{ opacity: .2;}
  100% {-webkit-transform: translateY(0);transform: translateY(0);opacity: 1;}
} */











/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/

/* 麵包屑 */
.path{
    display: none;
}


/* main */
div#page {
    position: relative;
    overflow: clip;
    padding: 0;
    position: relative;
    width: 100%;
    min-height: 100vh;
}
/* .product_page div#page:before, .blog_page div#page:before {
    content: '';
    position: absolute;
    background-image: url(https://pic03.eapple.com.tw/0901227936/bg_leaf.png);
    background-size: cover;
    background-position: top left;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    opacity: .15;
    transform: scaleX(-1);
} */
#content_main, #content {
    margin: 0;
    padding: 80px 0;
    background-repeat: repeat;
    padding: 0;
    z-index: 1;
}

.edit_part{
    padding: 0;
}

.main_part {
    width: 100%;
    max-width: 1600px;
    margin: auto;
    padding: 0px 20px;
}
.show_content {
    margin: auto;
    max-width: 1600px;
    max-width: 100%;
    padding: 80px 0px;
    font-family: var(--SFonts);
}
.subalbum-menu {
    margin: 0;
    padding: 0;
}


/*內頁BANNER 設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.banner {
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
    position: relative;
    background: #f2f2f2;
    width: 100%;
    object-fit: cover;
    background-size: cover;
    /* display: none; */
    background: url(https://pic03.eapple.com.tw/0901227936/banA.jpg) center center no-repeat;
    background-size: cover;
    background: transparent;
    transition: all .4s ease;
    padding: 0;
}
.banner::before {
    content: "";
    position: absolute;
    top: 0;
    right: auto;
    left: 260px;
    width: 1px;
    height: 0;
    background-color: rgba(255, 255, 255, 0.15);
    background-size: cover;
    z-index: 100;
    transition: height 1.6s;
    /* height: 618px; */
}
.banner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 618px;
    /* background-color: rgba(38, 38, 38, 0.4); */
    background-size: cover;
    z-index: 0;
    height: auto;
}
.banner h5 {
    width: 100%;
    max-width: 1600px;
    margin-top: 37px;
    padding: 180px 20px 180px;
    color: #333;
    z-index: 100;
    line-height: 1.5;
    display: flex;
    font-weight: 400;
    font-size: 15px;
    gap: 5px;
    margin: 0;
    letter-spacing: 5px;
    flex-direction: column;
    align-items: center;
    font-family: var(--SFontE);
    animation: txtUp 1s ease-in-out forwards;
}
@keyframes txtUp{0% {opacity: 0;-webkit-transform: translateY( calc( -30px ));transform: translateY( calc( -30px ));}
100% {opacity: 1;-webkit-transform: translateY( 0);transform: translateY( 0);}}

.banner h5:before {
content: 'News';
font-family: var(--SFontE);
font-weight: 100;
font-size: var(--f48);
letter-spacing: 3px;
}



.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE h5:before {
    content: 'Album';
}
.banner.banblog {}
.banner.banF h5:before {
    content: 'Project';
}


@media screen and (max-width: 1024px) {
/* .banner::before {left: 220px;} 
.banner h5{padding-left: 230px;} */
}
@media screen and (max-width: 768px) {
/* .banner::before {left: 80px;} 
.banner h5{padding-left: 12%;} */
}



/* RWD設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/* @1600上方區域_大於捉雞版面1024 */
@media screen and (min-width: 1600px) {
.bannerindex .swiper-banner {
    margin: auto;
    width: 100%;
    overflow: hidden;
    height: calc(100vh - 100px);
    height: 100vh;
}
.bannerindex .swiper-banner .swiper-slide:before {
    font-size: 1.6rem;
}
}

@media screen and (min-width: 1400px) {
.bannerindex .swiper-banner .swiper-slide:before {
    font-size: 1.4rem;
}
}


/* @1024上方區域_平板版面1024 */
@media screen and (max-width: 1024px) {
/* = = 大圖 = = */
 .bannerindex .swiper-banner:before{left: 220px;}
/*.bannerindex .swiper-wrapper:before{top: 41.8%;} */

    /* = = header = = */
    .header_area { }
    .header_area.sticky { }
    .main_header_area .container {  }
    .navigation {
        grid-template-columns: 1fr;
        align-items: center;
        gap: 5px;
    }


    /* logo*/
    .nav-brand {max-width: 80px;}
    .nav-brand img { }

    .sticky .nav-brand img{ }


    /* 導覽列 */
    .navigation {
        grid-template-columns: 1fr;
        align-items: center;
        gap: 5px;
        display: flex;
        flex-direction: row;
    }
    .stellarnav > ul {
        text-align: right;
        height: auto;
    }
    .stellarnav > ul > li {
        padding: 0;
    }  
    .stellarnav.desktop > ul > li > a {
        padding: 0 10px;
        margin: 26px 0;
    }
    .sticky .stellarnav.desktop > ul > li > a {
        margin: 22px 0;
    }
    .stellarnav.desktop > ul > li > a b {
        font-size: 13px;
    }

    /* 第二層 */
    
    .stellarnav.desktop li.has-sub li a {
        font-size: 13px;
        padding: 8px 10px;
        padding-right: 40px;
    }
}


/* @768上方區域_大於手機版面768 */
@media screen and (min-width: 768px) {
    .bannerindex {
    padding: 0;
}
}

/* @768上方區域_小於手機版面768 */
@media screen and (max-width: 768px) {
    /* = = 大圖 = = */
    .bannerindex .swiper-banner:before {
        left: 80px;
    }
    /*.bannerindex .swiper-wrapper:before {
        top: 44%;
        left: 80px;
        min-width: 380px;
    }
    .bannerindex .swiper-banner .swiper-slide:before{
        top: calc(44% + 80px);
        left: 80px;
        min-width: 380px;
    } */

    /* 大圖位置 */
    /* .bannerindex .swiper-banner .swiper-slide img {
        object-position: 40%;
    }
    .bannerindex .swiper-banner .swiper-slide:nth-child(3) img {
        object-position: 50%;
    }

    span.swiper-notification {
        right: 25px;
    }

    span.swiper-notification:before{
        font-size: 10px;
        margin-bottom: 20px;
    }
    span.swiper-notification:after{
        height: 30px;

    } */


    

    /* logo*/    
.nav-header {
        padding: 0;
        width: calc(100% - 80px);
        text-align: center;
        position: relative;
        z-index: 100;
        margin-right: 50px;
        height: 100%;
        padding: 10px 0;
        display: flex;
        align-self: center;
    }
    .nav-brand {
        max-width: 65px;
        width: 50%;
    }
    .sticky .nav-brand{
        max-width: 55px;
    }
    .nav-brand img { }




    /* = = header = = */
    .header_area {border: 0; }
    .header_area.sticky {
        background: transparent;
        backdrop-filter: unset;
    }
    .header_area.sticky:after {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        display: block;
        backdrop-filter: saturate(93%) blur(7px);
        top: 0;
    }

    .main_header_area .container {
        padding: 0;
    }
    .navigation {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        gap: 0;
    }


    /* 導覽列 */
    .stellarnav.mobile {
        right: 0;
        left: unset;
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 80px;
        margin-left: auto;
        position: relative;
        z-index: 100;
        width: 80px;
        height: 60px;
        padding: 8px;
    }
    /* 導覽列漢堡選單 */
    .stellarnav.mobile .menu-toggle {
        display: flex;
        margin: auto;
        padding: 0;
        flex-direction: column;
        gap: 8px;
    }
    /* 漢堡選單樣式 */
    .stellarnav .menu-toggle:after {
        text-transform: capitalize;
        content: 'Menu';
        font-size: 0;
        text-transform: uppercase;
        color: #fff;
        transform: scale(1);
        font-family: var(--SFontE);
        letter-spacing: 0.04em;
    }
    .stellarnav .menu-toggle span.bars {
        display: block;
        margin: 0;
    }
    .stellarnav .menu-toggle span.bars span {
        width: 28px;
        height: 1px;
        border-radius: 0;
        background: #fff;
        margin: 0 auto 6px;
    }
    .stellarnav .menu-toggle span.bars span:nth-child(3) {
        margin: 0 auto;
    }
    
    /* 導覽列展開 */
    .stellarnav.mobile.left > ul {
        left: unset;
        right: 0;
        font-size: 0;
        max-width: 100%;
        padding: 0 30px;        
        /*右滑出現*/
        right: -100vw;
        overflow: hidden;
        transition: all .5s ease;
    }
    .stellarnav.mobile.left.active > ul{        
        right: 0;
        max-width: 100%;
    }


    .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
        display: inline-block;
        background: transparent;
        height: 76px;
        width: fit-content;
        padding: 0;
        margin: 26px 0 28px;
        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;
    }
    .stellarnav .icon-close {
        box-sizing: border-box;
        width: 18px;
        height: 12px;
        position: relative;
        display: inline-block;
        margin: 2px 9px 0 3px;
    }
    .stellarnav .icon-close:before, .stellarnav .icon-close:after {
        width: 26px;
        height: 0px;
        border-bottom: solid 1px #000;
    }
    /* 導覽列選取Hover效果 */
    .stellarnav ul:hover li a {
        opacity: 1;
        transition: all 0.3s ease-in-out;
    }


    /* 第一層 */
    .stellarnav.mobile  > ul > li:after {
        content: none;
    }
    .stellarnav.mobile > ul > li {
        padding: 10px 0;
        display: block;
        border-bottom: 1px solid #f0f0f0;
    }
    .stellarnav.mobile li.open {
        background: #f3f3f3;
        color: #fff;
        padding: 0 0 5px;
    }
    .stellarnav.mobile > ul > li > a {
        text-align: left;
        overflow: auto;
        height: auto;
        line-height: 150%;
        display: block;
        letter-spacing: 0.08em;
        color: #333;
        font-size: 14px;
        letter-spacing: 0.04em;
        padding: 0 10px;
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
    }
    .stellarnav.mobile li.open > a {
        border: 0;
        padding: 20px 10px;
        margin-bottom: 0;
    }   
    .stellarnav.mobile > ul > li > a b {
        line-height: 1.6;
    }
    .stellarnav.mobile > ul > li:nth-child(2) > a > b:first-child{
        font-size: 0;;
    }
    .stellarnav.mobile > ul > li > a b:last-child {
        order: -1;
        font-weight: 600;
    }

    /* +符號修改 = = */
    .stellarnav.mobile > ul > li > a.dd-toggle {
        top: 5px;
    }
    .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;
    }
    .stellarnav li li {
        font-size: 14px;
        font-family: var(--SFont);
        font-size: 14px;
        color: #333333;
        letter-spacing: 1px;
    }
    .stellarnav.mobile li a {
        border-bottom: 0;
    }
    .stellarnav li li+li {
        border-top: #eee solid 1px;
    }

    /* 第三層 */    
    .stellarnav.mobile li.open li.open {
        padding: 0;
        background: transparent;
    }
    .stellarnav.mobile li li.has-sub > a {
        padding: 10px 43px 10px 10px;
        border-bottom: 0;
    }
    .stellarnav.mobile li.open li.open > a{
        border-bottom: #eee solid 1px;
    }
    .stellarnav.mobile ul ul ul {
        left: auto;
        top: auto;
        margin: 0;
        width: 100%;
    }
    .stellarnav.mobile ul ul ul li {
        border: 0;
    }
    .stellarnav.mobile li li.has-sub li+li a{
        padding-top: 0;
    }

    .stellarnav.mobile li li a.dd-toggle, .stellarnav.mobile li.open li.open > a.dd-toggle {
        padding: 0;
        border: 0;
    }


}



@media screen and (max-width: 560px){
    /* = = 大圖 = = */
    .bannerindex .swiper-wrapper:before {
        min-width: unset;
        width: calc(80% - 80px);
    }
    .bannerindex .swiper-banner .swiper-slide:before{
        top: 51%;
        min-width: unset;
        width: calc(80% - 80px);
    }
}




/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 購物車 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
/* .product_page .main_part {max-width: 1400px;} */


/*商品/＝＝＝＝＝*/
.prod_part {    width: 90%;}
.product_page .main_part {    width: 100%;    max-width: 1600px;}
.product_page .show_content {/* width: 96%; *//* margin: auto; *//* padding: 50px 10px; */}

.products-list {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-columns: repeat(12, 1fr);
}
.products-list:before{content:none;}
.products-list .item {
    width: 100%;
    grid-column: span 4;
}
.products-list .item:nth-child(-n+2) {
    grid-column: span 6;
}
.products-list .item a{padding: 0;}

/*商品/外層＝＝*/
/*顏色*/
.products-list .more {    border: 1px solid #888888;    color: #888888;}
.products-list .item a:hover .more {    background: #888888;}
/*價格*/
.products-list .price {    display: flex;    margin-bottom: 5px;    align-items: center;    justify-content: center;    flex-wrap: wrap;}
.products-list .price b {    margin: 0 5px;    line-height: 180%;    text-align: center;color: #888888;}
.products-list .price b.ori_price {    font-size: 14px;}




/* 分類欄位 */
.product_menu_list {margin-bottom: 60px;}
.product-layer-two > li.active {background: transparent;}
.product-layer-two li.active a { border: unset;border-bottom: 1px dotted #ccc;}
.product-layer-two {
text-align: center;
display: flex;
justify-content: center;
gap: 20px;
}
.product-layer-two li a {
border: none;
background: transparent;
transition: all 0.3s;
text-align: center;
line-height: 1.5;
letter-spacing: 1px;
font-size: 13px;
padding: 0;
font-weight: 400;
margin: 0;
width: 100%;
color: #333;
font-family: var(--SFonts);
border-bottom: 1px solid #fff;
}
.product-layer-two li i{    display: none;}
.product-layer-two li:hover > a, .product-layer-two li.active > a{color: #333; border-bottom: 1px solid #aaaaaa;}



.product-layer-two li ul {
    display: block !important;
    position: absolute;
    z-index: 100;
    top: 100%;
    width: 100%;
    padding-top: 10px;
}
.product-layer-two li:hover ul {
    width: fit-content;
    transform: translateX(-50%);
    left: 50%;
    width: 150%;
}
.product-layer-two li li {    border: none;    background: #ffffffd4;    display: none;}
.product-layer-two li li a {
    background: transparent;
    padding: 8px;
    font-size: 12px;
}
.product-layer-two li li+li a{padding-top: 0;}
.product-layer-two li li:hover a{color: #888888;}

.products-list .pic {/* padding-bottom: 75%; */overflow: hidden;position: relative;/* padding-bottom: 70%; */aspect-ratio: 4/3;}
.products-list .pic:before {
    content: "";
    background: rgba(0,0,0,0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 0.3s;
}


.products-list .name {
text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(-50% + 20px));
    color: #fff;
    z-index: 101;
    opacity: 0;
    transition: all 0.5s;
    width: 100%;
    pointer-events: none;
    margin: 0;
    line-height: 1.6;
    height: fit-content;
    letter-spacing: 2px;
    font-size: var(--f18);    
    transition: all 0.8s cubic-bezier(0.38, 0.26, 0.48, 0.83);
}
.products-list .item a:hover .name {    
    transform: translate(-50%, -50%);
    opacity: 1;
}
.products-list .pic:hover img {
    transform: translate(-50%,-50%) scale(1.05);
    filter: brightness(0.4);
}
.products-list .pic img {
    max-width: inherit;
    width: 110%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(1) ;
    transition: all 0.8s cubic-bezier(0.38, 0.26, 0.48, 0.83);
}
.products-list .more {    display: none;}





/* -------------------------------------------------------------------------- */
/*商品/內層＝＝*/
.product_info_page .main_part {width: 80%;}
.product-wrapper {
display: flex !important;
justify-content: center !important;
flex-wrap: wrap;
max-width: 1000px;
padding: 0 20px;
}

/* 商品輪播圖區 */
.product_main {
padding: 0;
display: inline-block;
vertical-align: top;
width: 100%;
}
/* 標 */
.mobile_product_name {
color: #333;
font-size: var(--f28);
display: block;
font-weight: normal;
}
/* 商品圖 */
.product_pic {
position: relative;
padding-left: calc(14% + 15px);
padding-bottom: 0;
padding-left: 0;
display: flex;
justify-content: flex-end;
}
.proImgSwiper {
aspect-ratio: 5 / 3;
margin: 0;
max-width: 100%;
order: 1;
width: 85%;
}
.proImgSwiper img {
height: 100%;
width: auto;
aspect-ratio: 5 / 3;
object-fit: cover;
}
#prod_thumbSwiper .swiper-slide::before{background: transparent;}
/* 輪播列 */
#prod_thumbSwiper {
display: flex;
flex-direction: column;
width: 14%;
padding: 0 10px 0 0;
align-items: center;
justify-content: space-between;
}
#prod_thumbSwiper li+li.swiper-slide {padding-top: 6px;}

/*商品側邊欄位*/
.sidebarBtn {width: 100%;display: none;padding: 0;}
/*按鈕顏色*/
.inquiry_a1{background: #cbc0a0;}
.inquiry_a2{background: #bdab77;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: #222;}
.lastaction {color: #888888; background-color: #f2f2f2;}
.nextaction {background-color: #888888;}
.lastPage {background: #888888;}




/*商品資訊＝＝*/
.prod_tabs {
margin-top: 10px;
margin-bottom: 80px;
max-width: 100%;
}
.pd_tabTitle li, .pd_tabTitle {display: none;}
/*編輯器*/
.pd_tabInner_contain {
padding-top: 0px;
color: #333;
letter-spacing: 0.4px;
font-weight: 400;
font-size: 15px;
line-height: 1.8;
}



/*相關推薦*/
.prod_related {background: transparent;padding-bottom: 100px;}
.prod_related h6, .related_list { display: none;}
.prod_related_b_box {font-size: 0;}
.prod_related .lastPage {
font-size: 0;
line-height: 0;
padding: 0;
margin: 0;
width: 100%;
background: transparent;
font-family: var(--SFonts);
letter-spacing: 1.5px;
transition: all 0.4s;
}
.prod_related .lastPage:after {
position: relative;
content: '回專案作品';
display: block;
width: 100%;
font-size: 14px;
color: #000;
line-height: 50px;
transition: all 0.4s;
}
.prod_related .lastPage:hover {background-color: #000;}
.prod_related .lastPage:hover:after {color: #fff;}




@media screen and (max-width: 1200px) {}
@media screen and (max-width: 980px) {}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 600px) {}





/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*文章設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.show_content.blog_box {
    display: flex;
    /* max-width: 1280px; */
    margin: 0 auto;
    /* padding: 80px 20px; */
    flex-direction: column;
}
/* .blog_page .main_part, .blog_in_page .main_part{  background: #f6f4f0;} */

/*文章功能頁/ = = = = */
/* 左側分類欄位 */
.blog_le {
    width: 100%;
    padding: 0;
    margin: 0;
}
h5.blog_le_t {
    margin-bottom: 10px;
    text-align: left;
    padding-bottom: 10px;
    font-family: var(--SFontE);
    display: none;
}
h5.blog_le_t em {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: var(--SubColor);
}
.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(1, 1fr);
    font-size: 0;
    display: flex;
    justify-content: center;
    gap: 80px;
}
.blog_le .accordion li {
    transition: .2s ease-out;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    height: fit-content;
    border: 1px solid #dedede;
    font-weight: 500;
    font-size: 14px;
    color: #4C5870;
    cursor: pointer;
    border: 0;
}
.accordion li+li .link {
    border: 0;
}
.accordion li .link {
    position: relative;
    width: 100%;
    text-align: center;
}
.accordion li .link a {
    text-align: center;
    line-height: 1.5;
    letter-spacing: 1px;
    font-size: 13px;
    padding: 0;
    font-weight: 400;
    margin: 0;
    width: 100%;
    color: #333;
    font-family: var(--SFonts);
    border-bottom: 0px solid #333;
}
.blog_le .accordion > li.on_this_category{
    background: transparent !important;
}
.blog_le .accordion > li.on_this_category:hover .link a, .blog_le .accordion > li:hover .link a{
    color:var(--SubColor)  !important;
}

.blog_le .accordion > li:hover {
    background: transparent !important;
    /* opacity: 0.6; */
}
.blog_le .accordion > li.on_this_category .link a {
    color: var(--SubColor)  !important;  
    /* border-bottom: 1px solid #333; */
}


/* 又增按鈕樣式 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.article_a #page {background: rgb(247 247 247 / 80%);}
.accordion li .link {
--border-width: clamp(1px, 0.0625em, 4px);
all: unset;
/* cursor: pointer; */
position: relative;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
/* pointer-events: auto; */
z-index: 3;
background: linear-gradient(-75deg, rgb(233 233 233 / 90%), rgb(233 233 233 / 60%), rgb(231 231 233 / 30%));
border-radius: 50px;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05), inset 0 -2px 4px rgba(255, 255, 255, 0.5), 0 4px 10px -2px rgb(0 0 0 / 10%), 0 0 10px 4px inset rgba(255, 255, 255, 0.2), 0 0 0px 0 rgba(255, 255, 255, 1);
backdrop-filter: blur(clamp(1px, 0.125em, 4px));
-webkit-backdrop-filter: blur(clamp(1px, 0.125em, 4px));
-moz-backdrop-filter: blur(clamp(1px, 0.125em, 4px));
-ms-backdrop-filter: blur(clamp(1px, 0.125em, 4px));
margin: 10px 0;
transition: all 400ms cubic-bezier(0.25, 1, 0.5, 1);
}
.accordion li .link::after {
--angle-1: -75deg;
content: "";
position: absolute;
z-index: 1;
inset: 0;
border-radius: 50px;
width: calc(100% + clamp(1px, 2px, 4px));
height: calc(100% + clamp(1px, 2px, 4px));
top: calc(0% - clamp(1px, 2px, 4px) / 2);
left: calc(0% - clamp(1px, 2px, 4px) / 2);
padding: clamp(1px, 2px, 4px);
box-sizing: border-box;
background: conic-gradient(from var(--angle-1) at 50% 50%, rgb(0 0 0 / 17%), rgba(0, 0, 0, 0) 5% 40%, rgb(0 0 0 / 25%) 50%, rgb(0 0 0 / 0%) 60% 95%, rgb(0 0 0 / 16%)), linear-gradient(180deg, rgb(247 247 247 / 61%), rgb(253 253 253));
mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
mask-composite: exclude;
transition: all 400ms cubic-bezier(0.25, 1, 0.5, 1), --angle-1 500ms ease;
box-shadow: inset 0 0 0 calc(clamp(1px, 2px, 4px) / 2) rgba(255, 255, 255, 0.5);
}
.accordion li .link:hover {
transform: scale(0.975);
backdrop-filter: blur(0.01em);
-webkit-backdrop-filter: blur(0.01em);
-moz-backdrop-filter: blur(0.01em);
-ms-backdrop-filter: blur(0.01em);
box-shadow: inset 0 0.125em 0.125em rgba(0, 0, 0, 0.05), inset 0 -0.125em 0.125em rgba(255, 255, 255, 0.5), 0 0.15em 0.05em -0.1em rgba(0, 0, 0, 0.25), 0 0 0.05em 0.1em inset rgba(255, 255, 255, 0.5), 0 0 0 0 rgba(255, 255, 255, 1);

}
.accordion li .link:hover::after {--angle-1: -125deg;}


.accordion li .link a {
position: relative;
display: block;
user-select: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
font-weight: 500;
font-size: 13px;
letter-spacing: 1.5px;
color: rgba(50, 50, 50, 1);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-shadow: 0 8px 1.6px rgba(0, 0, 0, 0.1);
padding-inline: 50px;
padding-block: 30px;
padding: 15px 29px;
transition: all 406ms cubic-bezier(0.25, 1, 0.5, 1);
z-index: 100;
}
.accordion li .link a::after {
--angle-1: -45deg;
content: "";
display: block;
position: absolute;
z-index: 1;
width: calc(100% - clamp(1px, 2px, 4px));
height: calc(100% - clamp(1px, 2px, 4px));
top: calc(0% + clamp(1px, 2px, 4px) / 2);
left: calc(0% + clamp(1px, 2px, 4px) / 2);
box-sizing: border-box;
border-radius: 50px;
overflow: clip;
background: linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 40% 50%, rgba(255, 255, 255, 0) 55%);
z-index: 3;
mix-blend-mode: screen;
pointer-events: none;
background-size: 200% 200%;
background-position: 0% 50%;
background-repeat: no-repeat;
transition: background-position calc(400ms * 1.25) 
cubic-bezier(0.25, 1, 0.5, 1), --angle-2 calc(400ms * 1.25) 
cubic-bezier(0.25, 1, 0.5, 1);
}
.accordion li .link:hover a {
    text-shadow: 0.025em 0.025em 0.025em rgba(0, 0, 0, 0.12);
}
.accordion li .link:hover a::after {
    background-position: 25% 50%;
}




/* 右側圖文區 */
.blog_ri {
    padding: 0;
    width: 100%;
    margin-top: 60px;
}
h4.blog_category_title {
    width: fit-content;
    font-weight: 600;
    letter-spacing: 0.04em;
    display: none;
}
/* 圖文區塊 */
 .blog_subbox {
    grid-template-columns: repeat(4, 1fr);
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    gap: 20px 20px;
    display: grid;
}
.subbox_item {
    position: relative;
    border-radius: 0;
    overflow: hidden;
    transition: .5s ease-out;
    border: 0;
    height: fit-content;
    width: 100%;
    margin: 0;
    background: transparent;
}
.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;
    height: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    background: #090f0f;
}
.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: 50%; */
}
.i_blog_le, .blog_list_le {
    overflow: hidden;
    position: relative;
    aspect-ratio: 4/5.5;
    background-color: transparent;
    max-width: 100%;
}
.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;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    filter: brightness(0.4);
    transition: all 0.8s cubic-bezier(0.38, 0.26, 0.48, 0.83);
}
/* 文字 */
.subbox_item a:hover .blog_list_ri {
opacity: 1;
    transition: all 0.3s;
}
.blog_list_ri {}
.i_blog_ri, .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: flex-end;
    padding: 40px;
    width: 100%;
    gap: 10px;
    height: 100%;
}
.i_blog_ri h5, .blog_list_ri h5 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: var(--f20);
    text-align: left;
    color: #fff;
    font-weight: 400;
    letter-spacing: 2px;
}
.i_blog_ri em, .blog_list_ri em {
    font-family: var(--SFontE);
    background-color: transparent;
    width: fit-content;
    font-size: 12px;
    color: #aaa;
    padding: 0;
    letter-spacing: 0.04em;
    order: 3;
    text-align: end;
    margin: 0;
    order: -1;
}
.i_blog_ri p, .blog_list_ri p {
    margin-top: 10px;
    font-size: 14px;
    letter-spacing: 1.5px;
    line-height: 1.8;
    font-weight: 300;
    color: #fff;
    -webkit-line-clamp: 4;
}




/*文章內層/ = = = = */
.blog_in_page h5.blog_le_t em {
    color: transparent;
}

.blog_in_page .blog_ri {
    width: 90%;
    display: block;
    padding: 0;
    max-width: 1200px;
    margin: auto;
}
.blog_in_page h4.blog_category_title {
    width: 100%;
    /* border-bottom: 1px #ccc solid; */
    font-size: 24px;
    letter-spacing: 0.1em;
    margin-bottom: 0;
    text-align: left;
    padding: 40px 0 0;
    font-size: var(--f24);
    display: block;
}

/* 上下篇按鈕 */
.blog_back {
    z-index: 1;
}
.blog_back a {
    font-size: 13px;
    letter-spacing: 0.08em;
}
.blog_back a.article_btn_back {
    background: #a7a9ac;
    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: #eee;
    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 {
    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;
} */


@media screen and (max-width: 1600px) {
/* .blog_subbox {grid-template-columns: repeat(auto-fill,minmax(360px, 1fr));gap: 20px 20px;} */
}

@media screen and (max-width: 1024px) {
.blog_subbox {}
.i_blog_ri p, .blog_list_ri p {}
.i_blog_ri h5, .blog_list_ri h5 {-webkit-box-orient: unset;}
}

@media screen and (max-width: 768px) {}

@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;
}
.animated-arrow {
    background: #2f68ab;
}






/* = = = 分隔線 相本主分類= = = = = = = = = == = = = = = = = = = = = = = = = = = = */
/*相本分類全版面&共用樣式 ( 限制最寬2000px  = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.show-list .item:hover .show_name{}

/*相簿*/
.other_album_choice li {background: transparent;}
/*相簿下方隱藏*/
.other_album_choice{display:none;}
.album_fixed_title{display:none;}


.show-list .item a .show_pic {filter: grayscale(0);transition: all .6s;background: #090f0f;}
.show-list .show_pic {aspect-ratio: 4 / 5.5;}
.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.4);}


/* = = = 分隔線 相本分類= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*相本列表*/
.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;}

/* 主分類相簿名 */
.subalbum-menu h2 {text-align: center;padding-bottom: 20px;width: 100%;display: none;}
/*大分類頁*/
.album_class_page .show-list {grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));gap: 20px 20px;display: grid;}
.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: 400;line-height: 1.5;text-align: center;color: #fff;position: absolute;width: 90%;top: 50%;left: 50%;transform: translate(-50%, -50%);letter-spacing: 2px;opacity: 0;pointer-events: none;transition: all 0.4s;}
.other_subalbum li:hover p {opacity: 1;}


/*相本內頁-.album_info_page = = = */
.album_info_page .show_content {
text-align: center;
width: 100%;
margin: auto;
max-width: 1200px;
padding: 80px 20px;
}
.album_info_page{}
.album_descrip p {text-align: center;width: 100%;display: none;}
.album_descrip {display: none;}

/*相簿瀑布流-ON*/
.album_info_page .pic-list {
display: inline-block;
-webkit-column-count: 2;
-webkit-column-gap: 10px;
column-count: 2;
column-gap: 10px;
width: 100%;
margin: 0 auto;
grid-gap: 10px;
}
.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 .item a {margin: 0 auto 10px;}
.album_info_page .pic-list .show_pic {height: auto;padding: 0;aspect-ratio: unset;}
.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_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_form li.last cite {
    background: #d3af79;
}

.contact_editbox{
	padding: 0;
}
.contact_content .information_left{
	display: none;
}

/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
@media screen and (min-width: 1700px) {
/* footer */
.footer_info {margin: auto;}
}

/* 下方區域_平板版面1280 */
@media screen and (max-width: 1280px) {
/* footer */
.footer .center{padding: 60px 20px;}
}

/* @1024下方區域_平板版面1024 */
@media screen and (max-width: 1024px) { }

/* 下方區域_平板版面768 */
@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu { display: none    }
.footer.with_shopping_mode { padding: 0; }
#to_top {bottom: 20px;padding: 0;left: unset;width: 44px;height: 44px;right: 16px;}
#to_top::before { top: 18px; }
#to_top::after { top: 20px; }
}

@media screen and (max-width: 600px) {
.copy {font-size: 10px;}
}

@media screen and (max-width: 480px) { }