@charset "utf-8";
#content{ background:url(https://pic03.eapple.com.tw/lovehome1780/back.png) !important;}
.info_fix_links{display:flex !important;}
.info_fix>span {
    display: none;
    background: #000;
}
.info_fix_links a {

    border-radius: 10px;
    background: rgba(255, 191, 0, .6);
}
.info_fix_links a:hover {
    background:rgba(255, 191, 0, 1)}
/*
/* *************宣美室內設計****************** */
/*
關於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');


/* 日文 */
/* Zen Kaku Gothic New */
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');


/* 英文字體 Archivo */
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wdth,wght@0,125,100..900;1,125,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: #FF7373; /*網站文字色*/
  --SubColor1: #383b4e; /*網站輔助色系1*/
  --SubColor2: #7d91a6; /*網站輔助色系2*/
  --SubColor3: #a1b1cb; /*網站輔助色系3*/
  --SubColor4: #c5d0e2; /*網站輔助色系4*/  
  --SubColor5: #eee; /*網站輔助色系5*/ 
  --SubColor6: #181818; /*網站輔助色系6*/ 
  --SubColor7: #8C8C91; /*網站輔助色系7*/ 
  --SubColor8: #d3d9e4; /*網站輔助色系8*/
  --SubColor9: #293943;/*網站輔助色系9*/
  --SFontE: "Inter", "Noto Sans TC",sans-serif;/*英文字體-無襯線*/
  --SFontEN: "Archivo", "Noto Sans TC",sans-serif, system-ui;/*英文標字體*/
  --SFont: "Zen Kaku Gothic New","Noto Sans TC", sans-serif;/*內文黑體字*/
  --pd100:100px 0;
  --m100:100px;
  --m50:50px;
  --m30:30px;
  --f80:80px;
  --f60:60px;
  --f52:52px;
  --f48:48px;
  --f44:44px;
  --f40:40px;
  --f36:36px;
  --f32:32px;
  --f28:28px;
  --f24:24px;
  --f22:22px;
  --f20:20px;
  --f18:18px;
  --f17:17px;
  --f16:16px;
}
@media (min-width:1520px) {
  :root{
    /* --f52:60px;
    --f28:32px; */
  }
}
@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;
}

/* :root {
    --MainColor: #060303;
    --SubColor: #f3f4f4;
    --TitleColor: #222222;
    --FontColor: #111111;
    --SFontE: "Inter", "Noto Sans TC",sans-serif;
    --SFontEN: "Lexend", "Noto Sans TC",sans-serif, system-ui;
    --SFont: "Noto Sans TC", sans-serif;
} */



/*卷軸*/
&::-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_area.sticky { position:relative;}
*/

.header_area {
    /* position: fixed; */
    z-index: 9999;
    width: 100%;
    background: transparent;
    padding: 0;

}

.header_area.sticky {
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12);
    background: transparent;
}
.main_header_area:after {
    content: "";
    width: 100%;
    height: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition-timing-function: ease-in;
    padding: 0 40px;
    transition: .4s ease;
    /* border-bottom: 1px solid #e9edfc; */
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: #ffffff;
    box-shadow: 1px 5px 8px 5px rgba(0, 71, 55, .03);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.pageIndex .main_header_area:after {
    height: 0%;
}
.pageIndex .header_area.sticky .main_header_area:after {
	background: rgba(255,255,255,.8);
    height: 100%;
}

.main_header_area .container {
    max-width: 85%;
    max-height: 110px;
    padding: 0 20px;
    transition: 0.5s;
}

.pageIndex .header_area .main_header_area {
    background: transparent;
    /* opacity: 0; */
    transition: all 0.3s;
    position: relative;
}

.pageIndex .header_area.sticky .main_header_area {
    background: transparent;
    /* opacity: 1; */
    transition: all 0.3s;
}

.navigation {
    grid-template-columns: 180px 1fr;
    align-items: center;
}

.footer{
	    background: #FFF;}
.footer_logo {
    max-width: 150px;}



/*選單 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/
.pageIndex .stellarnav {
    /* opacity: 0;
    transition: all 0.3s;
    pointer-events: none; */
}
.header_area.sticky .stellarnav {
    opacity: 1;
    transition: all 0.3s;
    pointer-events: unset;
}

/* 第一層 */
.stellarnav > ul > li {
    position: relative;
    padding: 0 10px;
    /* padding: 0; */
    font-size: 0;
}
.stellarnav > ul > li:after {
    content: "";
    display: block;
    background-color: transparent;
    width: 0;
    height: 50px;
    position: absolute;
    top: -32%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s;
    pointer-events: none;
    content: none;
}
.stellarnav > ul > li:hover::after {
    box-shadow: rgb(255, 255, 255) 0px 0px 31px;
    width: 100%;
    transition: .5s cubic-bezier(0.77, 0, 0.65, 0.99);
}
.stellarnav > ul > li > a {
    font-family: var(--SFont);
    color: #FF7373;
    letter-spacing: 0.12em;
    padding: 30px 0;
    /* padding: 0; */
    font-size: 18px;
    height: 100%;
    margin: 0;
    font-weight: 500;
}
.stellarnav > ul > li > a:before{
    content:'';
    width: 0%;
    height: 2px;
    display: block;
    position: absolute;
    bottom: 30px;
    top: auto;
    z-index: 1;
    background-color: #FF7373;
    -webkit-transition: width .3s cubic-bezier(.47,0,.745,.715);
    transition: width .3s cubic-bezier(.47,0,.745,.715);
    left: auto;
    right: 0;
}
.stellarnav > ul > li > a:hover {
    /* font-weight: 500; */
    color: #FF7373;
    transition: .5s cubic-bezier(0.77, 0, 0.65, 0.99);
}
.stellarnav > ul > li a:hover {
    opacity: .5;
}
.stellarnav > ul > li > a:hover:before {
    color: #a98b73;
    transition: .5s cubic-bezier(0.77, 0, 0.65, 0.99);
    transition: width .3s cubic-bezier(.19,1,.22,1);
    left: 0;
    width: 100%;
}

/* .stellarnav ul:hover li a {
    opacity: 0.3;
    transition: all 0.3s ease-in-out;
} */
.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{
    padding-right: unset;
}
/* 下拉符號移除 */
.stellarnav li.has-sub > a:after{
    content: none;
}



/* 第二層 */
.stellarnav ul ul {
    background: #fff;
    width: 190px;
    left: 50%;
    margin-left: -75px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .175);
}
.stellarnav ul ul ul {
    margin-left: 0px ;}
.stellarnav li li {
    border: 0;
}
.stellarnav.desktop li.has-sub li a {
    font-size: 14px;
    text-align: center;
    padding: 10px;
    letter-spacing: 0.06em;
    font-family: var(--SFont);
    border-bottom: 1px solid #f6f6f6;
}
.stellarnav.desktop li.has-sub li a:hover {
    color: #1c1c1c;
    background: #f4f3f3;
}
/* .stellarnav.desktop ul ul{
    opacity: 0;
    pointer-events: none;
} */

/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/
.me_tp_features {
    display: none;
}

/*電腦LOGO = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.nav-header {
    grid-row: 1;
    width: fit-content;
    max-width: 200px;
	padding: 5px 0;
}
.nav-brand {
    /* background: url(https://pic03.eapple.com.tw/goldenpine/logo.svg) no-repeat; */
    /* width: 100px;
    height: 100px; */
    /* background-size: contain; */
}




/*手機LOGO
.nav-brand-m {}
*/




/* ------------------------------------------------------------------------------------------------------------ */

.copy {
    color: #333;
    border: none;
    margin: 0;
    font-size: 12px;
    letter-spacing: 0.08em;
    font-family: var(--SFontE);
    font-weight: 400;
    border-top: 1px solid #d2d2d2;
    text-align: center;
    padding: 30px 0 22px;
}
.copy a {  color: #333; } 

/* 浮動按鈕 */
.info_fix{ }
.info_fix_line .fa-line:before {  filter: none; }
.info_fix .linksBtn{   box-shadow: 0 0 20px #00000026;}

/* 置頂按鈕 */
#to_top {
    bottom: 0;
    left: unset;
    right: 0;
    padding-top: 10px;
    font-size: 0;
    color: #fff;
    background: #000;
    box-shadow: none;
    border-radius: 0;
    -webkit-transition: 1.6s;
    -o-transition: 1.6s;
    transition: 1.6s;
}
#to_top i.top:before, #to_top i.top:after {
    height: 13px;
    width: 2px;
    top: 11px;
    left: 50%;    
    background: #fff;
}
#to_top:hover {
    opacity: 0.6;
    transition: opacity 0.2s;
   }


/*下拉線條箭頭
.stellarnav li.has-sub>a:after {
    position: absolute;
    top: 38%;
    right: 5px;
    height: 7px;
    width: 7px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent var(--FontColor) var(--FontColor) transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
*/


/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 商品下拉超過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: url(https://www.alishanhotel.com.tw/images/bg.jpg); */
    background-repeat: repeat;
    padding: 0;
}
.bannerindex {
    position: relative;
    height: auto;
}
/* 大圖尺寸 */
.bannerindex .swiper-banner {
    position: static;
    margin: 0;
    height: auto;
    margin: auto;
    margin-right: 0;
    width:100%;
    overflow: hidden;
}
.swiper-wrapper {
    height: 100%;
}
.swiper-slide {
    height: 100%;
}
.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%;
}



/* 下滑文字 */
span.swiper-notification {
    display: flex;
    /* display: block; */
    position: absolute;
    right: 60px;
    bottom: 0;
    left: auto;
    top: auto;
    z-index: 2;
    flex-direction: column;
}





/* 大圖點點按鈕 */
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 12px;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border-radius: 0;
    height: 4px;
    width: 20px;
}
.swiper-pagination-bullet {
    opacity: .5;
    background: #fff;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}
/* 大圖點點按鈕END */






.swiper-slide img { height:auto;}
/* .swiper-slide img {
    height: auto;
    transform: scale(1.4);
    animation: banner-img 2s forwards;
    width: 100%;
    height: 100%;
    object-fit: cover;
} */
/* .swiper-slide:before, .swiper-slide:after {
    content: "";
    position: absolute;
    z-index: 100;
    pointer-events: none;
} */
/* banner02 */
/* .swiper-slide:nth-child(2):before {
    background: url(https://pic03.eapple.com.tw/goldenpine/bnA_txt.svg);
    content: "";
    display: block;
    position: absolute;
    top: 48%;
    left: clamp(100px, 12%, 200px);
    width: 38%;
    height: auto;
    transform: translateY(-50%);
    aspect-ratio: 746 / 351;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.swiper-slide:nth-child(2):after {
    background: url(https://pic03.eapple.com.tw/goldenpine/cloud1.png);
    background-repeat: no-repeat;
    bottom: 20%;
    left: -5%;
    width: 50%;
    height: auto;
    aspect-ratio: 120 / 42;
    max-width: 1200px;
    background-size: contain;
    z-index: 0;
}

.swiper-slide.swiper-slide-active:nth-child(2):before {
    -webkit-animation: banner-in 2s ease-in-out both;
    animation: banner-in 2s ease-in-out both;
    animation-delay: 0s;
}
.swiper-slide.swiper-slide-active:nth-child(2)::after {
    animation-delay: 1s;
    animation: cloudLeft 24s linear infinite;
} */


/* banner01 */
/* .swiper-slide:nth-child(1):before {
    background: url(https://pic03.eapple.com.tw/goldenpine/bnB_txt.svg);
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 20%;
    width: 38%;
    height: auto;
    transform: translateY(-50%);
    aspect-ratio: 746 / 351;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.swiper-slide:nth-child(1):after {
    background: url(https://pic03.eapple.com.tw/goldenpine/cloud1.png);
    background-repeat: no-repeat;
    bottom: 20%;
    right: -5%;
    width: 50%;
    height: auto;
    aspect-ratio: 120 / 42;
    max-width: 1200px;
    background-size: contain;
    z-index: 0;
}

.swiper-slide.swiper-slide-active:nth-child(1):before {
    -webkit-animation: banner-in 2s ease-in-out both;
    animation: banner-in 2s ease-in-out both;
    animation-delay: 0s;
}
.swiper-slide.swiper-slide-active:nth-child(1)::after {
    animation-delay: 1s;
    animation: cloudRight 24s linear infinite;
} */

@keyframes banner-in {
    0% {
        opacity: 0;
    }    
    100% {
        opacity: 1;
    }
}
@keyframes banner-img {
    0% {
        filter: brightness(0.1);
        opacity: 0.5;
        transform: scale(1.2);
    }

    100% {
        filter: brightness(1);
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes slide-top {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}


@keyframes move_before {
    0% {
        left: 45%;
        opacity: 0;
    }

    100% {
        left: 50%;
        opacity: 1;
    }
}
@keyframes move_after {
    0% {
        left: 55%;
        opacity: 0;
    }

    100% {
        left: 50%;
        opacity: 1;
    }
}






/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 麵包屑 */
.path{
    display: none;
}


/* main */
.edit_part{
    padding: 0;
}
.main_part {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    padding: 50px 20px;
    padding-left: 3.5%;
    padding-right: 3.5%;
}
.show_content {
    margin: auto;
    padding: 0;
    font-family: var(--SFont);
}
.subalbum-menu {
    margin: 0;
    padding: 0;
}


/*內頁BANNER 設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.banner {
	background:url(https://pic03.eapple.com.tw/lovehome1780/banner.jpg) center bottom !important;
	min-width:300px;
    position: relative;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 0.1em;
    color:#FF7373;
}
.product_page .banner {
	display: inherit;}







@media screen and (min-width: 1400px) {}


/* 上方區域_平板版面1024 */
@media screen and (max-width: 1024px) {
    /* = = header = = */
    .header_area {
        position: relative;
    }
    .header_area.sticky {
        position: fixed;
    }
    .main_header_area .container {  }
    .navigation {
        display: grid  ;
        grid-template-columns: 180px 1fr;
        align-items: center;
    }
    /* logo*/
    .pageIndex .nav-brand, .sticky .nav-brand, .nav-brand {  }
    .nav-brand img { }
    .sticky .nav-brand img{ }




    /* 導覽列 */
    .pageIndex .stellarnav {
        opacity: 1;
        pointer-events: unset;
    }
    .stellarnav ul {
        text-align: right;
    }
    .stellarnav > ul > li {
        /* padding: 10px 0; */
    }    
    .stellarnav > ul > li > a {
        letter-spacing: 0;
        /* padding: 0px 8px; */
        margin: 0;
        font-size: 15px;
    }
    .stellarnav>ul>li:after {
        height: 3px;
        top: 100%;
        bottom: 0;
        transform: translate(-50%, 0);
    }
}


/* 上方區域_手機版面768 */
@media screen and (max-width: 768px) {
    /* = = 大圖 = = */
    .bannerindex {
        height: 72vh;
        padding: 0;
        margin: 0;
        overflow: hidden;
    }
    .bannerindex .swiper-banner {
        width: 100%;
        height: 100%;
    }
    /* 大圖位置 */
    .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-top: 12px;
        max-width: 170px;
    }
    .nav-brand img { }




    /* = = header = = */
    .header_area {
        height: 80px;
    }
    .main_header_area .container {
        padding: 0 8%;
    }
    .navigation {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
    }
    .stellarnav.mobile {
        right: 0;
        left: unset;
    }



    /* 導覽列漢堡選單 */
    .stellarnav.mobile .menu-toggle {
        display: flex;
        margin: 29px 0;
        padding: 0;
    }
    /* 漢堡選單樣式 */
    .stellarnav .menu-toggle:after {
        text-transform: capitalize;
        content: 'Menu';
        font-size: 0;
        color: #000;
        transform: scale(1);
        font-family: var(--SFontEN);
        letter-spacing: 0.04em;
    }
    .stellarnav .menu-toggle span.bars {
        display: block;
        margin: 0;
    }
    .stellarnav .menu-toggle span.bars span {
        width: 32px;
        height: 2px;
        border-radius: 0;
        background: #717171;
        margin: 0 auto 6px;
    }
    .stellarnav .menu-toggle span.bars span:nth-child(3) {
        width: 24px;
        margin-right: 0;
    }
    
    /* 導覽列展開 */
    .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;
        font-size: 12px;
        background: transparent;
        height: 76px;
        width: fit-content;
        padding: 0;
        margin: 26px 0 28px;
        text-transform: capitalize;
        content: 'Menu';
        font-size: 14px;
        color: #000;
        transform: scale(1);
        font-family: var(--SFontEN);
        letter-spacing: 0.04em;
        height: fit-content;
        width: 100%;
        text-align: right;
        display: flex;
        flex-direction: row-reverse;
    }
    .stellarnav .icon-close {
        box-sizing: border-box;
        width: 18px;
        height: 12px;
        position: relative;
        display: inline-block;
        margin: 2px 9px 0 3px;
    }
    .stellarnav .icon-close:before , .stellarnav .icon-close:after {
        width: 18px;
        height: 0px;
        border-bottom: solid 1px #000;
    }
    /* 導覽列選取Hover效果 */
    .stellarnav ul:hover li a {
        opacity: 1;
        transition: all 0.3s ease-in-out;
    }


    /* 第一層 */
    .stellarnav.mobile > ul > li {
        border-bottom: 1px #eee solid;
        padding: 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: 16px;
        letter-spacing: 0.04em;
    }
    .stellarnav.mobile li.open > a {
        /* color: #fff; */
        /* padding-bottom: 15px; */
        border: 0;
        padding: 20px 10px;
    }    
    .stellarnav > ul > li > a:before{
        content: none;
    }
    /* +符號修改 = = */
    .stellarnav.mobile > ul > li > a.dd-toggle {
        top: 5px;
        /* transform: translateY(-50%);*/
    }
    .stellarnav.mobile > ul > li.open > a.dd-toggle {
        top: 0;
    }
    .stellarnav a.dd-toggle .icon-plus:before {
        width: 8px;
        height: 8px;
        border-bottom: solid 1px #666;
        top: 50%;
        top: 0;
        left: 0;
        transform: rotate(-45deg);
    }
    .stellarnav a.dd-toggle .icon-plus:after {
        width: 8px;
        height: 8PX;
        top: 50%;
        border-bottom: solid 1px #666;
        transform: rotate(45deg);
    }
    .stellarnav li.open > a.dd-toggle .icon-plus {
        -moz-transform: translateY(10px) scaleY(-1);
        -webkit-transform: translateY(10px) scaleY(-1);
        -o-transform: translateY(10px) scaleY(-1);
        transform: translateY(10px) scaleY(-1);
    }/* +符號修改END = = */

    /* 第二層 */
    .stellarnav.mobile ul ul {
        left: unset;
        margin: 0 auto;
        box-shadow: none;
        width: calc(100% - 10px);
        margin: auto;
        left: unset;
        box-shadow: none;
    }
    .stellarnav li li {
        font-size: 14px;
        color: #333;
        font-family: var(--SFont2);
        letter-spacing: 0.04em;
        font-size: 15px;
        color: #333333;
        letter-spacing: 0.04em;
    }


}



/*首頁購物車*/
.i_prod_tit span, .i_video_tit span {
    font-size: 30px; font-weight:800; color:#57A45B;
}



/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 購物車 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */


/* .product_info_page .main_part { max-width:1200px;} */
.products-list .name{
	text-align:center;
	    font-size: 18px;
		color:#FF7373;
		}
.product_page .show_content,
.product_info_page .show_content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}

.product_page .product_menu_list {
    position: relative;
    width: 220px;
    letter-spacing: 1px;
    /*border-right: 1px solid #ccc;*/
    min-height: 30vw;
}

.product_page .products-list,
.product-wrapper {
    width: calc(100% - 270px);
}

ul.page {
    width: 100%;
}

.product-layer-two li ul {
    position: static;
    margin-top: 5px;
    /*display:block !important;*/
    width: 100%;
    margin-left: 0;
}

.product-layer-two li:hover ul {
    border: none !important;
    /*display:block !important;*/
}

.product-layer-two li li {
    display: block;
    padding: 0;
    transition: all ease .3s;
}

.product-layer-two li li a {
    padding: 5px 10px;
}

.product-layer-two li li:hover>a {
    background: #fff;
    color: #ad925e;
}

.product-layer-two>li {
    width: 100%;
    max-width: 100%;
    padding: 0;
    text-align: left;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;
}

.product-layer-two>li ul>li+li {
    margin-top: 5px;
}

.product_info_page .product-layer-two {
    display: none;
}

.product_info_page .products-list,
.product-wrapper {
    width: 100%;
}

.product-layer-two li li:hover {
    margin-left: 15px;
}

.product-layer-two li li>a:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 8px;
    background: transparent;
    left: 0;
    margin-left: -20px;
    top: 50%;
    margin-top: -4px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.product-layer-two li li:hover>a:before {
    background: #ad925e;
}

.product_info_page .half_box {
    width: 100%;
    float: none;
    padding-right: 0;
}

.product_info_page .half_box li.btn_blankTop {
    margin-top: 50px;
    justify-content: space-between;
    display: flex;
}

.product_info_page .half_box li.btn_blankTop input {
    width: calc(50% - 10px);
    background-image: none;
    padding: 0;
    text-align: center;
}

/*顏色*/
.products-list .more {
    border: 1px solid rgb(255 191 0);
    color: rgb(255 191 0);
}
.products-list .item a:hover .more {
    background: rgb(255 191 0);
}
/*購物車/內層＝＝*/
.product_info_page .main_part {
    width: 90%;
}
/*按鈕顏色*/
.inquiry_a1 {
    background: #cbc0a0;
}
.inquiry_a2 {
    background: #bdab77;
}
.inquiry_a3 {
    background: rgb(255 191 0);
}
.inquiry_a1:hover,
.inquiry_a2:hover,
.inquiry_a3:hover {
    background: #222;
}
.lastaction {
    color: rgb(255 191 0);
    background-color: #f2f2f2;
}
.nextaction {
    background-color: rgb(255 191 0);
}
.lastPage {
    background: rgb(255 191 0);
}

/*商品側邊規格*/
.product_info li .txt_box {
    color: #222222;
    width: 100%;
}
.sidebarBtn .sp_price {
    color: #cbc0a0;
}
.mobile_product_name {
    font-size: 24px;
}
/*相關推薦*/
.prod_related h6 span:before {
    font-size: 28px;
}



@media screen and (max-width: 1200px) {}
@media screen and (max-width: 980px) {}
@media screen and (max-width: 768px) {

    .product_menu_list,
    .products-list,
    .product-wrapper {
        width: 100%;
    }

    .product-layer-two {
        margin-right: 0;
        grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
        grid-gap: 5px;
    }

    .product_page .product-layer-two,
    .product_page .products-list {
        width: 100%;
        border-right: none;
    }

    .product_page .product_menu_list>h5 {
        display: block;
    }

    .product_page .show_content>a {
        order: 1;
    }

    .product_page ul.products-list {
        order: 2;
    }

    .product_page ul.page {
        order: 3;
    }

    .product_page .product_menu_list {
        width: 100%;
        order: 0;
        min-height: unset;
    }
}
@media screen and (max-width: 600px) {}





/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*文章設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/* .blog_page .main_part, .blog_in_page .main_part{  background: #f6f4f0;} */


/* 文字 */
.blog_list_ri {
    /* width: 50%; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 600px;
    margin: 0 auto;
    padding: 15px 35px;
}
.i_blog_ri, .blog_list_ri {
    padding: 25px;
    width: 100%;
}
.i_blog_ri h5, .blog_list_ri h5 {
    font-size: var(--f20);
    text-align: left;
    color: #333;
    font-weight: 500;
    letter-spacing: 0.08em;
}
.i_blog_ri em, .blog_list_ri em {
    font-size: 14px;
    color: #aaa;
    margin: 10px 0 0;
    padding: 5px 0;    
    letter-spacing: 0.04em;
}
.blog_list_ri em {
    margin: 10px 0 30px 0;
}
.i_blog_ri p, .blog_list_ri p {
    font-size: var(--f16);
    letter-spacing: 0.08em;
    line-height: 1.5;
    font-weight: 400;
    color: #454545;
}



/*文章內層/ = = = = */
.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.08em;
    margin-bottom: 0;
    text-align: center;
    padding: 30px 0 0;
    font-size: var(--f28);
}

/* 上下篇按鈕 */
.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 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(--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%;
}




@media screen and (max-width: 1024px) {
    .blog_subbox {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        gap: 20px;
    }
    .i_blog_ri p, .blog_list_ri p {
        letter-spacing: 0.08em;
    }
    .i_blog_ri h5, .blog_list_ri h5 {
        -webkit-box-orient: unset;
        letter-spacing: 0.04em;
    }
}

@media screen and (max-width: 768px) {}

@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;
}






/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = = = = = */
/*相本分類全版面 ( 限制最寬2000px  = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*相簿*/
.other_album_choice li {
    background: #ccc;
}
/*相簿下方隱藏*/
.other_album_choice{display:none;}
.album_fixed_title{display:none;}







.show-list .item a .show_pic {transition: all .8s;}
.show-list .item a:hover .show_pic {filter: grayscale(0);}
.show-list .show_pic {
    aspect-ratio: 4 / 4;
}
.show-list .item a .show_pic img {transform: scale(1);transition: all .8s;min-height: 420px;object-fit: cover;}
.show-list .item a:hover .show_pic img {transform: scale(1.05);}
.show-list .item .show_name {color: #666;font-size: 20px;
    font-family: "EB Garamond", "EB Garamond", "Noto Serif TC", serif;
    font-weight: 400;
    letter-spacing: 1px;}
.show-list .item:hover .show_name {color: #555;letter-spacing: 2px;}
.overlay{display: none;}


/* .album_page .main_part, .album_info_page .main_part{max-width: 1440px;} */

.album_page .show-list .item{width: 100%; margin: 40px 20px;}
.album_info_page .pic-list .item {
    width: 33%; margin: 10px 0;}







/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*相本列表-album_class_page*/


.album_page .show_content, .album_info_page .show_content{ 
    width: 100%;    
    text-align: center;
}

/* 主分類相簿名 */
.subalbum-menu h2 {
    text-align: center;
    padding-bottom: 20px;
    width: 100%;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.2em;
    color: var(--SubColor);
}
/*大分類頁*/
.album_page .show_content,.album_info_page .show_content {width: 90%;}
.show-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    grid-gap: clamp(20px, 4%, 50px);
    gap: 40px;
}
.show-list .item {
    text-align: center;
    width: 100%;
    background: transparent;
}
/* 次分類相簿名 */
.other_subalbum li a p {
    line-height: 2;
    margin: -22px 0 0 11px;
    margin: 0;
    margin-top: -20px;
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 20px;
    background-color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .1em;
    color: #333;
}


/*相本內頁-.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: 0.12em;
}
/*相簿瀑布流*/
.album_info_page .pic-list {
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    column-count: 3;
    column-gap: 10px;
    width: 100%;
    margin: 0 auto;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    /* row-gap: clamp(20px, 4%, 50px);
    column-gap: clamp(20px, 4%, 50px); */
    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 .show_pic {
    height: auto;
    padding: 0;
    aspect-ratio: 4 / 4;
}
.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: 1200px){
    /* .album_page .show-list .item{width: 49%;}
    .album_info_page .pic-list .item {width: 49%;}	 */
}
@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;
}


/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
@media screen and (min-width: 1700px) {
    /* footer */
    .footer_info {
        margin: auto;
    }
}

@media screen and (max-width: 1024px) {
    /* footer */
    .footer_info {
        grid-template-columns: 1fr;
        text-align: center;
        position: relative;
        gap: unset;
    }
    .footer_logo {
        position: relative;
        left: unset;
        width: 100%;
        max-width: 180px;
        font-size: 0;
        transform: unset;
    }
    .footer_logo a {
        position: relative;
        display: block;
        width: 100%;
    }

    .footer_info ul {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .footer_info li+li{
        margin-top: 0;
    }
    .footer_info li:nth-child(2) {
        padding: 15px 0;
    }
    .footer_menu {
        display: flex;
        justify-content: center;
        margin-left: auto;
    }
    .footer_menu a {
        margin: 0;
        border: none;
        background: transparent;
        width: fit-content;
        transition: all 0.3s;
        font-size: 12px;
        padding: 0;
    }

    
}

@media screen and (max-width: 768px) {

    /* 開啟手機板下方按鈕所需設定 */
    #bottom_menu { display: none    }
    .footer.with_shopping_mode { padding: 0; }
    #to_top {
        bottom: 0;
        width: 40px;
        height: 40px;
        padding-top: 5px;
        left: 0;
    }


}

@media screen and (max-width: 600px) {
    .copy {
        font-size: 10px;
    }
}
@media screen and (max-width: 480px) {
    
}