@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');

/* 日文 */
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');

/* 英文字體 Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,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: #fefcfb; */
  --MainColor: #f7f4ed; /*網站主要色系*/
  --SubColor: #333; /*網站文字色*/
  --SubColor1: #f1d76c; /*網站輔助色系1*/
  --SubColor2: #fefbf4; /*網站輔助色系2*/
  --SubColor3: #f7f4ea; /*網站輔助色系3*/
  --SubColor4: #5b4627; /*網站輔助色系4*/  
  --SubColor5: #453112; /*網站輔助色系5*/ 
  --SubColor6: #c74b2f; /*網站輔助色系6*/ 
  --SubColor7: #453112; /*網站輔助色系7*/ 
  --SubColor8: #f0c73c; /*網站輔助色系8*/
  --SubColor9: #DEDEDE;/*網站輔助色系9*/
  --SubColor10: #3D3D3D;/*網站輔助色系10*/
  --SubColor11: #F1D985;/*網站輔助色系11*/
  --SubColor12: #AEB990;/*網站輔助色系12*/
  --SubColor13: #F8A374;/*網站輔助色系13*/
  --SubColor14: #C2E9EE;/*網站輔助色系14*/
  --SubColor15: #FDD4CD;/*網站輔助色系15*/
  --SFonts: "Inter", "Noto Sans TC",sans-serif;/*英文字體-無襯線*/
  --SFontEN: "Poppins", "Noto Sans TC",sans-serif;/*英文標字體*/
  --SFontJP: "Zen Maru Gothic", "Noto Sans TC",sans-serif;/*英文標字體*/
  --SFont: "Noto Sans TC",sans-serif;/*內文黑體字*/
  --pd100:100px 0;
  --m100:100px;
  --m50:50px;
  --m30:30px;
  --f80:80px;
  --f60:60px;
  --f52:52px;
  --f48:48px;
  --f44:44px;
  --f40:40px;
  --f36:36px;
  --f32:32px;
  --f28:28px;
  --f24:24px;
  --f22:22px;
  --f20:20px;
  --f18:18px;
  --f17:17px;
  --f16:16px;
}
@media (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: 5px;
}
&::-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 */
.header_area {
    transition: all .4s ease;
    position: fixed;
    z-index: 9999;
    width: 100%;
    background: transparent;
    padding: 0;
}
.header_area.sticky {
    background: transparent;
}


.main_header_area .container {max-width: 100%;transition: 0.5s;max-width: 1200px;position: relative;}
.header_area .main_header_area {
    background: transparent;
    transition: all 0.5s;
    position: relative;
    height: 0;
    height: 180px;
    /* overflow: hidden; */
    position: relative;
}
.header_area.sticky .main_header_area {
    transition: all 0.5s;
    padding: 0;
}
.header_area .main_header_area:before {
    content: "";
    box-shadow: unset;
    filter: drop-shadow(2px 2px 5px rgba(85, 70, 62, 0.2));
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: .5s;
    opacity: 0;    
    z-index: 1;
    background: url(https://pic03.eapple.com.tw/reborn2025/header_bg3.png) no-repeat center bottom;
    background-size: auto;
}
.pageIndex .header_area .main_header_area:after{
    content: "";
    box-shadow: unset;
    width: 100%;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    transition: .5s;
    opacity: 1;
    z-index: 1;
    background: #ffffff52;
}
.pageIndex .header_area.sticky .main_header_area:after{
    height: 0;
    opacity: 0;
}
.pageIndex .header_area .main_header_area:before {
    height: 0;
    opacity: 0;    
}
.pageIndex .header_area.sticky .main_header_area:before, .header_area .main_header_area:before {
    opacity: 1;
    transition: .5s;
    height: 190px;
}






/*選單 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/





/* 導覽列 */
.navigation{
    grid-template-columns: 1fr;
    align-items: center;
    padding: 0;
    display: block;
}
 /* .stellarnav > ul > li:last-child:after {     content: none;}
.stellarnav > ul > li:last-child > a:after {    content: none;} */
.stellarnav.desktop > ul {
    margin: 0;
    padding: 0;
    text-align: center;
    padding-left: 240px;
    padding: 0;
    max-width: 700px;
    margin: auto;
}


/* 第一層 */
.stellarnav > ul > li {
    position: relative;
    padding: 0 10px;
    font-size: 0;
    padding: 0;
    margin-top: 10px;
}
.stellarnav > ul > li > a {
font-family: var(--SFontEN);
    /* color: #1F1F1F; */
    /* letter-spacing: 1.5px; */
    /* font-size: 15px; */
    margin: 0;
    /* font-weight: 500; */
    padding: 10px 20px;
    margin: 0;
    height: auto;
    /* overflow: unset; */
}
.stellarnav > ul > li > a:hover::before {
    opacity: 1;    
    transform: scale(.8, .8);
}
.stellarnav > ul > li > a::before{
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    background: rgba(254, 221, 112, 0.6);
    border-radius: 50%;
    top: 0;
    position: absolute;
    z-index: -1;
    left: 50%;
    margin-left: -20px;
    margin-top: 10px;
    filter: blur(25px);
    transform: scale(.5, .5);
    opacity: 0;
    transition: all 0.5s ease-out;
}
.stellarnav.desktop > ul > li > a b{
    color: #513832;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1.5px;
    line-height: 2;
    height: fit-content;
}
.stellarnav.desktop > ul > li > a b:last-child{
    color: #857868;
    font-size: 12px;
    line-height: 1.8;
    height: fit-content;
}
.stellarnav > ul > li > a:hover b, .stellarnav.desktop > ul > li > a:hover b:last-child{
    transform: unset;
    color: #a37a50;
}





.stellarnav ul ul>li>a:hover, .stellarnav ul ul>li>a:focus {}
.stellarnav > ul > li.has-sub > a, .pageIndex .sticky > .stellarnav > ul > li:last-child {
    padding-right: 20px;
}
/* 下拉符號移除 */
.stellarnav li.has-sub > a:after{
    content: none;
}




/* 第二層 */
.stellarnav.desktop > ul > li > ul {
    background: #fff;
    width: 140px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    border-radius: 10px;
    box-shadow: 0 3px 5px rgb(133 102 69 / 10%);
}
/* 導覽列下拉動畫 */
.stellarnav.desktop > ul > li > ul{
    /* display: flex !important; */
    flex-direction: column;
    justify-content: flex-start;
    position: absolute;
    top: 100%;
    height: auto;
    left: 50%;
    margin: 0;
    -webkit-transform: translateX(-50%) rotateX(90deg);
    transform: translateX(-50%) rotateX(90deg);
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 0;
}
.stellarnav.desktop > ul > li:hover ul, .pageIndex .sticky .desktop > ul > li:hover ul {
    -webkit-transform: translateX(-50%) rotateX(0);
    transform: translateX(-50%) rotateX(0);
    transition: 0.5s all ease;
    opacity: 1;
}

.stellarnav.desktop > ul > li > ul:before {
    display: block;
    content: '';
    position: absolute;
    top: -7px;
    left: calc(50% - 5px);
    background-color: #FFFFFF;
    border-radius: 15px;
    width: 10px;
    height: 15px;
}
.stellarnav li li {
    border: 0;
}
.stellarnav.desktop li.has-sub li a {
    font-size: 14px;
    text-align: center;
    padding: 10px;
    letter-spacing: .5px;
    font-family: var(--SFont);
    border: 0;
}
.stellarnav.desktop li.has-sub li+li{    
    border-top: 1px solid #f6f6f6;
}
.stellarnav.desktop li.has-sub li:last-child a{
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.stellarnav.desktop li.has-sub li a:hover {
    color: #513832;
    background: #fbf9f3;
}

/* nav右上按鈕 */
.me_tp_features {
    position: absolute;
    z-index: 10000;
    width: fit-content;
    right: 0;
}
.tp_links {
    display: inline-block;
    margin: 25px 0;
    display: flex;
    gap: 10px;
    margin-right: 10px;
}
.tp_links a {
    font-size: 16px;
    margin: 0;
    color: #fff;
    width: 35px;
    height: 35px;
    background: #c7a47b;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
    box-shadow: 5px 5px 0px 0px rgb(226 226 226 / 50%);
}
.tp_links a:hover{
    background: #876a49;
    transform: translate3d(3px, 3px, 0);
    box-shadow: none;
}
.me_tp_features a i {
    margin: 0 3px;
    width: 60%;
    display: block;
    position: relative;
}
.me_tp_features a i::before{
    display: block;
    height: auto;
    aspect-ratio: 1 / 1;
    background-size: contain;
    content: '';
    transition: .3s ease-in-out;
}
.tp_links a.me_tp_call{display: none;}
.tp_links a.me_tp_fb i:before { content: '';background-image: url(https://pic03.eapple.com.tw/reborn2025/icon_fb.png);}
.tp_links a.me_tp_line i:before { content: '';background-image: url(https://pic03.eapple.com.tw/reborn2025/icon_line.png);}
.tp_links a.me_tp_ig i:before { content: '';background-image: url(https://pic03.eapple.com.tw/reborn2025/icon_ig.png);}


/*電腦LOGO = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.nav-header{
    transition: all 0.5s;
    padding: 15px 0;
    width: auto;
    margin: 0 auto;
    padding: 0;
    align-self: start;
    filter: unset;
    position: absolute;
    max-width: 240px;
    z-index: 9999;
}
.nav-brand {
    max-width: 180px;
    font-size: 0;
    transition: all 0.5s;
    background: url(https://pic03.eapple.com.tw/reborn2025/logo2.png) no-repeat;
    aspect-ratio: 317/220;
    height: auto;
    width: 220px;
    background-size: contain;
    transition: all 0.5s;
}
.sticky .nav-brand {
    max-width: 240px;
}
.nav-brand img {
    max-width: 100%;
    border-radius: 50%;
    opacity: 0;
    display: none;
}




/*手機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: #fffbf3;
background: #ffff;    
z-index: 100;
background-size: cover;
}
.footer:before {
    width: 100%;
    width: 200px;
    aspect-ratio: 153 / 125;
    height: auto;
    position: absolute;
    content: '';
    background: url(https://pic03.eapple.com.tw/reborn2025/ft_img.png) no-repeat center;
    top: -120px;
    background-size: contain;
    overflow: unset;
    z-index: 1;
    pointer-events: none;
    max-width: 80%;
    left: 50%;
    transform: translateX(-50%);
}
.footer .center {
    position: relative;
    max-width: 90%;
    padding: 80px 0 60px;
    font-size: 13px;
    /* background: #f0d88c; */
}
.footer_info {
    width: 100%;
    grid-template-columns: 1fr;
    max-width: 100%;
    margin: auto;
    padding: 0;
    position: relative;
    flex-direction: row;
    gap: 40px;
    font-family: var(--SFontEN);
    justify-content: space-between;
}

.footer_info ul {
    position: relative;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    flex-direction: column;
}

/* logo */
.footer_logo {
    max-width: 180px;
    width: 100%;
    display: none;
}
.footer_logo img {}

/* 聯絡資訊 */
.footer_info li{
    padding: 0;
}
.footer_info li:nth-child(1) {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2px 40px;
    justify-items: center;
}
.footer_info li p {
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0.8px;
    position: relative;
}
.footer_info li p:before {
    margin: 0;  
}
.footer_info li p:after {
    position: absolute;
    left: 1px;
    top: 50%;
    color: #666;
    font-size: 13px;
    transform: translate(0%, -50%);
}
/* 網頁連結 */
.footer_info li:nth-child(2) {
    right: 0;
    top: 0;
}
.footer_menu {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 5px 20px;
}
.footer_menu a:first-child{
    display: none;
}
.footer_menu a {
    background: transparent;
    border: 0;
    letter-spacing: 1px;
    margin: 0 0 8px;
    padding: 0;
    transition: all .3s cubic-bezier(.165,.84,.44,1);
    color: #c2945e;
    font-weight: 500;
    padding-left: 18px;
    position: relative;
    font-size: 13px;
}
.footer_menu a:before {
    position: absolute;
    content: "";
    left: 3px;
    top: 4px;
    width: 6px;
    height: 9px;
    background-size: 6px auto;
}
.footer_menu a:hover {
    background: transparent;
    color: #443f37;
    opacity: 0.6;
}






/* ------------------------------------------------------------------------------------------------------------ */

.copy {
    color: #857868;
    border: none;
    margin: 0;
    font-size: 11px;
    letter-spacing: 0.08em;
    font-family: var(--SFontEN);
    font-weight: 400;
    /* border-top: 1px solid #d2d2d2; */
    text-align: center;
    padding: 10px 0 12px;
    position: relative;
    background: #fbf9f3;
}
.copy a {
    color: #857868;
} 

/* 浮動按鈕 */
.info_fix{ }

/* 置頂按鈕 */
#to_top {
left: 20px;
    /* right: 0; */
    padding-top: 10px;
    font-size: 12px;
    color: #494B42;
    border-radius: 0;
    box-shadow: unset;
    letter-spacing: 1px;
    font-family: var(--SFontEN);
    background: transparent;
    font-weight: 700;
    width: 54px;
    height: 54px;
    bottom: 80px;
    /* right: 30px; */
    position: fixed;
    transition: all 0.5s ease-out;
}
#to_top:before {
content: '';
    position: relative;
    display: block;
    background: url(https://pic03.eapple.com.tw/reborn2025/ft_top.svg) no-repeat;
    background-size: contain;
    background-position: 50%;
    width: 100%;
    height: 35px;
    margin-bottom: 10px;
}
#to_top i, #to_top i.top:before, #to_top i.top:after {
    display: none;
}
#to_top:hover { }
#to_top:hover:before {
    transition: .5s ease;
    animation: NarrowMT 2s ease-in-out infinite alternate;
}
@keyframes NarrowMT {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0px);
  }
}





/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 商品下拉超過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; */
    height: auto;
    padding: 0;    
    background: #fbf9f3;
}
/* 大圖尺寸 */
.bannerindex .swiper-banner {
    position: static;
    height: auto;
    /* height: 100vh; */
    margin: auto;
    width: 100%;
    overflow: hidden;
}
.swiper-wrapper {
    height: 100%;
}
.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-wrapper:before{}
.bannerindex .swiper-banner .swiper-slide img{
    /* 大圖切換閃爍-opacity */
    opacity: 0 !important;
    transition: all .5s;
    width: auto;
    object-fit: contain;
    height: 100%;
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: 100%;
}
.bannerindex .swiper-banner .swiper-slide:nth-child(2) img{
    object-position: 0% 100%;
    transform-origin: 0 100%;
}
.bannerindex .swiper-banner .swiper-slide-active img{
    /* 大圖切換閃爍-opacity */
    opacity: 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/reborn2025/bnA_txt01.svg) no-repeat;
    content: "";
    display: block;
    position: absolute;
    bottom: 36%;
    left: 10%;
    width: 45%;
    height: auto;
    aspect-ratio: 863 / 274;
    background-position: center;
    background-size: contain;    
}
.bannerindex .swiper-banner .swiper-slide:after {}

/* banner02 */
.bannerindex .swiper-banner .swiper-slide:nth-child(2):before {
    background: url(https://pic03.eapple.com.tw/reborn2025/bnB_txt01.svg) no-repeat;
    content: "";
    display: block;
    position: absolute;
    bottom: 26%;
    left: 12%;
    width: 15%;
    height: auto;
    aspect-ratio: 287 / 510;
    background-position: center;
    background-size: contain;
}



/* animation= */
.swiper-slide.swiper-slide-active:before {}


.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before{
    animation-delay: 0s;
    -webkit-animation: NslideL 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: NslideL 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before{
    animation-delay: .3s;
    -webkit-animation: NslideB 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: NslideB 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@keyframes NslideL {
0% {
    -webkit-transform: translate3d(-40%, 0, 0);
    transform: translate3d(-40%, 0, 0);
    opacity: 0;
}
100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0);
    transform: translate3d(0, 0, 0) rotate(0);
    opacity: 1;
}
}  
@keyframes NslideB {
0% {
    -webkit-transform: translate(0, -30px);
    transform: translate(0, -30px);
    opacity: 0;
}
100% {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
    opacity: 1;
}
}
  










/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/

/* 麵包屑 */
.path{
    display: none;
}


/* main共用 */
div#page {
    position: relative;
    overflow: clip;
    padding: 0;
    position: relative;
    width: 100%;
    min-height: 100vh;
}
#content_main, #content {
    margin: 0;
    background: #fff;
    padding: 80px 0;
    background-repeat: repeat;
    padding: 0;
    z-index: 1;
    background: #fbf9f3;
}

.edit_part{
    padding: 0;
}
.main_part {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    padding: 160px 40px 120px;
}
.show_content {
    margin: auto;
    padding: 0;
    font-family: var(--SFont);
}
.subalbum-menu {
    margin: 0;
    padding: 0;
}


/* 下方頁碼 */
.page {
    width: 100%;
    margin: 60px auto 40px;
}
.page li a, .page li {
font-family: var(--SFontEN);
    display: inline-block;
    font-size: 17px;
    margin: 3px;
    border-color: transparent;
    color: #403b28;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    padding: 0;
    transition: all 0.4s ease-in-out;
}
.page li a {
    background: #cbab6ca8;
    color: #fff;
    margin: 0;
}
.page strong, li.activeN {
    background: var(--SubColor9);
    color: #ffffff;
    border-color: transparent;
}
.page strong, .page a:hover {
    background: var(--SubColor9);
    color: #ffffff;
    transition: all 0.1s ease-in-out;
}



/*內頁BANNER 設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.banner {
    position: relative;
    width: 100%;
    object-fit: cover;
    min-height: auto;
    padding: 40px;
    padding-top: 200px;
    background: url(https://pic03.eapple.com.tw/reborn2025/banA.jpg) no-repeat;
    background-position: 50% 100%;
    min-height: 680px;
    background-size: 120%;
}
.banner:after {
    width: 200%;
    height: 50px;
    position: absolute;
    content: '';
    z-index: 1;
    right: 0;
    bottom: -5px;
    font-size: 0;
    background: url(https://pic03.eapple.com.tw/reborn2025/all_wave.png) center center repeat-x;
    background-size: 256px auto;
    animation: wave 10s linear infinite;
}
@keyframes wave{
0% {transform: translate(0);}
50% {transform: translate(350px, -2px);}
100% {transform: translate(770px);}
}


.banner h5 {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 100%);
    bottom: -30px;
    display: flex;
    flex-direction: column;
    font-size: 36px;
    letter-spacing: 3px;
    color: #333;
    gap: 5px;
    font-family: var(--SFontJP);
    animation: txtUp 1s ease-in-out forwards;
}
.banner h5:after {
    content: 'Memory Album';
    font-weight: 500;
    color: #DD7D5F;
    position: relative;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    letter-spacing: 1px;
    font-size: 16px;
    font-family: var(--SFontEN);
    line-height: 1.4;
}
@keyframes txtUp{
0% {opacity: 0;-webkit-transform: translate(-50%, calc(100% - 30px ));transform: translate(-50%, calc(100% - 30px ));}
100% {opacity: 1;-webkit-transform: translate(-50%, 100%);transform: translate(-50%, 100%);}
}


.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}






/* RWD設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/* @1600上方區域_大於捉雞版面1600 */
@media screen and (min-width: 1600px) {}

@media screen and (max-width: 1400px) {
/* 內頁banner */
.banner {aspect-ratio: 25 / 12;min-height: unset;background-size: 120%;}

/* logo */
.nav-brand{max-width: 170px;}
.sticky .nav-brand { max-width: 200px; }
}


/* @1024上方區域_平板版面1200 */
@media screen and (max-width: 1200px) {
/* logo*/
.nav-brand { max-width: 150px; }
.sticky .nav-brand { max-width: 180px; }
/* = = header = = */
.main_header_area .container {padding: 0 20px;}
}


/* @1024上方區域_平板版面1024 */
@media screen and (max-width: 1024px) {
/* = = header = = */
.navigation {grid-template-columns: 1fr;align-items: center;gap: 5px;}

/* logo*/
.nav-header {padding-bottom: 0;}
.nav-brand {max-width: 140px;}.sticky .nav-brand {max-width: 160px;}

.tp_links {margin: 25px 0;}

/* 導覽列 */
.stellarnav {opacity: 1;pointer-events: unset;height: auto;}
.stellarnav ul {text-align: center;height: auto;}
.stellarnav > ul > li {padding: 0;}  
.stellarnav.desktop > ul > li {padding: 0;margin-top: 12px;}
.stellarnav.desktop > ul > li > a {letter-spacing: 1px;margin: 0;font-size: 15px;padding: 10px;}
.stellarnav.desktop > ul > li.has-sub > a, .pageIndex .sticky > .stellarnav.desktop > ul > li:last-child{padding-right: 10px;}
.stellarnav>ul>li:after {transform: translate(.5px, -50%);}
.stellarnav.desktop > ul > li > a b{font-size: 16px;line-height: 1.8;}

/* 內頁banner */
.banner h5 {font-size: 32px;}
}


@media screen and (max-width: 880px) {
/* logo*/
.nav-brand {max-width: 130px;}
.sticky .nav-brand {max-width: 140px;}
/* header */
.pageIndex .header_area.sticky .main_header_area:before, .header_area .main_header_area:before {height: 180px;top: -5px;}
.pageIndex .header_area .main_header_area:after {top: -20px;}
.main_header_area .container {padding: 0 10px;}

.me_tp_features{margin: 0;}
.tp_links {transform: scale(.8);margin: 25px 0;}
/* 導覽列 */
.stellarnav.desktop > ul {padding-left: 25px;}
.stellarnav.desktop > ul > li {padding: 0;margin-top: 6px;}
}


/* @768上方區域_大於手機版面768 */
@media screen and (min-width: 768px) {
.bannerindex {padding: 0;}

/* 導覽列 */
/* 第二層 */
.stellarnav.desktop > ul > li > ul {display: block !important;}
}




/* @768上方區域_小於手機版面768 */
@media screen and (max-width: 768px) {
/* = = 大圖 = = */
/* .bannerindex {height: 72vh;padding: 0;margin: 0;overflow: hidden;}
.bannerindex .swiper-banner {width: 100%;height: 100%;} */



/* logo*/    
.nav-header {position: relative;z-index: 100;height: 100%;display: flex;align-self: center;align-items: flex-start;padding: 0;width: 100%;margin: 0 auto;}
.nav-brand {max-width: 120px;}
.sticky .nav-brand {max-width: 130px;}



/* = = header = = */
.header_area .main_header_area {height: 85px;}
.header_area .main_header_area:before {}
.pageIndex .header_area.sticky .main_header_area:before, .header_area .main_header_area:before {height: 190px;background-size: cover;bottom: 0;transform: translateY(30%);top: unset;}
.pageIndex .header_area .main_header_area:after {content: none;}
.main_header_area .container {padding: 0;}

.navigation {display: flex;justify-content: space-between;flex-direction: row-reverse;gap: 0;height: 85px;}
.me_tp_features {display: none;}



/* 導覽列 */
/* 導覽列漢堡選單-close */
.stellarnav.mobile {left: unset;display: flex;align-items: center;justify-content: center;max-width: 60px;margin-left: auto;background: #c7a47b;padding: 8px;z-index: 200;right: 20px;width: 46px;height: 46px;border-radius: 5px;box-shadow: 0 2px 8px rgba(126, 126, 126, 0.3);transition: all 0s ease;font-size: 0;padding: 0;}
.pageIndex .stellarnav.mobile{top: 20px;}
.pageIndex .sticky .stellarnav.mobile, .stellarnav.mobile{top: 11px;}

/* 漢堡樣式*/
.stellarnav.mobile .menu-toggle {display: flex;padding: 0;flex-direction: column;gap: 8px;margin: 0;align-items: center;font-size: 0;justify-content: space-evenly;height: 45px;width: 45px;}
/* MENU文字 */
.stellarnav .menu-toggle:after {content: none;}
.stellarnav .menu-toggle span.bars {margin: 0;display: flex;flex-direction: column;gap: 6px;top: unset;height: 100%;justify-content: center;align-items: center;}
.stellarnav .menu-toggle span.bars span {width: 22px;height: 2px;border-radius: 0;background: #fff;margin: 0;}
.stellarnav .menu-toggle span.bars span:nth-child(2) {display: none;}


/* 導覽列漢堡選單-open */
.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;font-family: var(--SFontEN);}
.stellarnav.mobile.left.active > ul{right: 0;max-width: 80%;}

.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.5px;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.5s ease-in-out;}

/* 第一層 */
.stellarnav.mobile  > ul > li:after {content: none;}
.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: 1.5;display: block;color: #333;font-size: 16px;letter-spacing: 0.5px;}
.stellarnav.mobile li.open > a {border: 0;padding: 20px 10px;}    
.stellarnav > ul > li > a:before{content: none;}
/* +符號修改 = = */
.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;color: #333;font-family: var(--SFont2);letter-spacing: 0.5px;font-size: 15px;color: #333333;letter-spacing: 0.5px;}



/* 內頁banner */
.banner {aspect-ratio: 25 / 15;min-height: unset;background-size: cover;}
.banner:after {animation: none;width: 100%;background: url(https://pic03.eapple.com.tw/reborn2025/all_wave2.png) center center;height: 35px;background-size: 2000px 35px;}
.banner h5 {font-size: 28px;}
.banner h5:after{font-size: 15px;}
}


/* @600上方區域_小於手機版面600 */
@media screen and (max-width: 600px){
/* logo*/    
.nav-brand {max-width: 100px;}
.sticky .nav-brand {max-width: 125px;}
/* 導覽列 */
/* 第一層 */
.stellarnav.mobile > ul > li {padding: 5px 0;}
.stellarnav.mobile > ul > li > a{font-size: 15px;letter-spacing: 1px;}
.stellarnav.mobile li.open > a {padding: 15px 10px;}
.stellarnav.mobile li li a{font-size: 14px;}
}


/* @480上方區域_小於手機版面480 */
@media screen and (max-width: 480px){
/* logo*/    
.nav-brand {max-width: 90px;}
.sticky .nav-brand {max-width: 115px;}

/* 內頁banner */
.banner h5 {font-size: 26px;}
.banner h5:after {font-size: 14px;}
}




/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 購物車 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part {width: 90%;}

.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-layer-two {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;    
    font-size: 0;
    width: 180px;
    padding: 0;
}
.product-layer-two>li {
width: 100%;
    padding: 0;
    text-align: left;
    border-bottom: 0;
    margin: 0;
    margin-top: 10px;
}
.product-layer-two li a {
position: relative;
    justify-content: center;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.5px;
    line-height: 1.2;
    color: #444444;
    background: #E0DACD;
    border-radius: 4px;
}
/* 內層分類 */
.product-layer-two li ul {
    position: static;
    margin-top: 5px;
    width: 100%;
    margin: 0;
}
.product-layer-two li li {
    display: block;
    padding: 0;
    transition: all ease .5s;
    border: 0;
    border-bottom: 1px solid #e2dec8;
    background: transparent;
}
.product-layer-two li ul a {
    font-weight: 400;
    padding: 10px;
    background: transparent;
    border-radius: 0;    
    transition: all ease .5s;
}
.product-layer-two li li:hover>a {
    background: #fff;
    color: #ad925e;
    border-radius: 0;
}




/* 商品區 */
.clearfix:before, .clearfix:after{content: none;}
.product_page .products-list, .product-wrapper {
    width: 100%;
    padding: 0;
    width: calc(100% - 240px);
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}
.products-list .item {
    width: 24%;
    display: inline-block;
    vertical-align: top;
    padding: 0 7px;
    margin: 0 0 14px 0;
    width: 100%;
    margin: 0;
    padding: 0;
}

/*商品文字*/
.products-list .name {
    font-size: 15px;
    color: #444;
    letter-spacing: 1px;
    line-height: 1.5;
    overflow: hidden;
    height: 44px;
    margin: 10px 0;
}
.products-list .more {border: 1px solid #ADA17E;color: #ADA17E;}
.products-list .item a:hover .more {background: #ADA17E;}




/*購物車/內層= = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.product_info_page .main_part {width: 90%;}
.product_info_page .product-layer-two {display: none;}
.product_info_page .products-list, .product-wrapper {width: 100%;}
.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;}

/*按鈕顏色*/
.inquiry_a1 {background: #cbc0a0;}
.inquiry_a2 {background: #bdab77;}
.inquiry_a3 {background: #ADA17E;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover {background: #222;}
.lastaction {color: #ADA17E;background-color: #f2f2f2;}
.nextaction {background-color: #ADA17E;}
.lastPage {background: #ADA17E;}

/*商品側邊規格*/
.product_info li .txt_box {color: #222222;width: 100%;}
.sidebarBtn .sp_price {color: #cbc0a0;}
.mobile_product_name {font-size: 24px;}
/*相關推薦*/
.prod_related h6 span:before {font-size: 28px;}



@media screen and (max-width: 1200px) {}
@media screen and (max-width: 980px) {}
@media screen and (max-width: 768px) {
.product_menu_list, .products-list, .product-wrapper {width: 100%;}
.product-layer-two {margin-right: 0;grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));grid-gap: 5px;}

.product_page .product-layer-two, .product_page .products-list {width: 100%;border-right: none;}
.product_page .product_menu_list>h5 {display: block;}

.product_page .show_content>a {order: 1;}
.product_page ul.products-list {order: 2;}
.product_page ul.page {order: 3;}
.product_page .product_menu_list {width: 100%;order: 0;min-height: unset;}
}

@media screen and (max-width: 600px) {}





/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*文章設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.show_content.blog_box {
    padding: 0x;
    display: flex;
    justify-content: space-between;
}

/*文章功能頁/ = = = = */
/* 左側分類欄位 */
.blog_le {
    width: 180px;
    padding: 0;
}
h5.blog_le_t {
    color: #222;
    margin-bottom: 10px;
    text-align: left;
    padding: 5px 0;
    font-family: var(--SFont);
}
h5.blog_le_t em {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 3px;
    color: #603922;
}

.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;;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;
}
.blog_le .accordion li {
    transition: .5s ease-in-out;
    border-top: 1px solid #e2dec8;
}
.accordion li+li .link {
    border: 0;
    border-left: 0;
}
.accordion li .link a {
    padding: 15px;
    font-weight: 700;
    text-align: left;
    line-height: 1.6;
    letter-spacing: 1.5px;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    margin: 0; 
}
.blog_le .accordion > li.on_this_category{
    background: transparent !important;
}
.blog_le .accordion > li:hover .link a{
    color:#333  !important;
}
.blog_le .accordion > li:hover {
    background: transparent !important;
    opacity: .6;
}
.blog_le .accordion > li.on_this_category:hover {
    background: transparent !important;
}
.blog_le .accordion > li.on_this_category .link a {
    color: #977857 !important;
}

/* 右側圖文區 */
.blog_ri {
    padding: 0 0 0 20px;
    padding: 0;
    width: calc(100% - 240px);
}
h4.blog_category_title {
    width: fit-content;
    font-weight: 600;
    letter-spacing: .5px;
}
/* 圖文區塊 */
.blog_subbox {
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 25px;
}
.subbox_item {
position: relative;
    transition: .5s ease-out;
    border: 0;
    height: 100%;
    margin: 0;
    width: 100%;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 0 35px rgba(0, 0, 0, .06);
    padding: 25px;
    overflow: hidden;
    padding-bottom: 50px;
}
.subbox_item:hover {
    transition: .5s ease-out;
    opacity: 0.8;
}
.subbox_item li:hover {transition: .5s ease-out;}
.subbox_item a {
gap: unset;
    flex-direction: column;
    height: 100%;
    padding: 0;
    display: flex;
}
.module_i_news li a:after, .subbox_item a:after {content: none;}
.subbox_item a:before {
    content: 'READ MORE';
    font-family: var(--SFontEN);
    opacity: 1;
    font-size: 15px;
    color: #999;
    transition: all .6s;
    order: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 24px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .08em;
    line-height: 1.2;
    color: #c6a37e;
    background: #F4F3EE;
    border-radius: 12px;
    right: unset;
    bottom: 0;
    transform: translateY(100%);
}
/* 圖 */
.blog_list_le {
    max-width: 100%;
    overflow: hidden;
    position: relative;
    aspect-ratio: 4 / 3;
    background-color: black;
    border-radius: 20px;
}
.i_blog_le img, .blog_list_le img {
    width: 100%;
    transition: .5s ease;
}
.module_i_news li a:hover img, .subbox_item a:hover img {
    z-index: 1;
    transition: 0.6s;
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

/* 文字 */
.blog_list_ri {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 600px;
    margin: 0 auto;
    padding: 25px 0;
    width: 100%;
}
.blog_list_ri h5 {
    font-size: var(--f20);
    text-align: left;
    color: #333;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.6;
}
.blog_list_ri em {
    font-size: 12px;
    color: #aaa;
    margin: 10px 0 0;
    padding: 5px 0;
    letter-spacing: 1px;
    order: -1;
    margin: 0 0 10px 0;
    padding: 0;
}
.blog_list_ri p {
    font-size: 14px;
    letter-spacing: 1.5px;
    line-height: 1.6;
    font-weight: 400;
    color: #666;
    margin: 10px 0 0;
}



/*文章內層/ = = = = */
.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%;
    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, .prod_related {
    font-family: var(--SFont2);
    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.5px;
}
.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.5px;
    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.5px;}
}

@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: #d3af79;;}






/* = = = 分隔線 相本主分類= = = = = = = = = == = = = = = = = = = = = = = = = = = = */
/*相本分類全版面 ( 限制最寬2000px  = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.show-list .item:hover .show_name{}

/*相簿*/
.other_album_choice li {}
/*相簿下方隱藏*/
.other_album_choice{display:none;}
.album_fixed_title{display:none;}

.show-list .item a .show_pic {aspect-ratio: 3 / 2;border-radius: 15px;transition: all 0.5s ease;}
.show-list .item a:hover .show_pic{border-radius: 50px;}
.show-list .item a .show_pic img {transform: scale(1);transition: all .6s;}
.show-list .item a:hover .show_pic img {transform: scale(1.05);}




/* = = = 分隔線 相本分類= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*相本列表*/

.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: 3px;
    color: #333;
    display: none;
}
/*大分類頁*/
.album_class_page .show_content,.album_info_page .show_content {width: 90%;}
.show-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: clamp(20px, 4%, 50px);
    gap: 30px;
}
.album_class_page .show-list {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}
.show-list .item {
    text-align: center;
    width: 100%;
    background: transparent;
}
/* 次分類相簿名 */
.other_subalbum li a p {
    margin: 0;
    position: relative;
    z-index: 1;
    padding: 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 1.5px;
    color: #333;
    transition: all 0.5s ease;
}
.other_subalbum li a:hover p {
    color: #c69e4a;
}



/*相本內頁-.album_info_page*/
.album_info_page{}
.album_descrip p {
display: none;
}
/*相簿瀑布流OFF*/
.album_info_page .pic-list {
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    column-count: 3;
    column-gap: 10px;
    width: 100%;
    margin: 0 auto;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    grid-gap: 10px;
}
.album_info_page .pic-list .item { 
    width: 100%;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    padding: 0;
    margin: 0;
}
.album_info_page .pic-list .show_pic {
height: auto;
    padding: 0;
    aspect-ratio: 4 / 3;
    border-radius: 10px;
}
.pic-list .item h6 {
    padding: 0;
}



@media screen and (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: 768px){
.album_class_page .show-list, .show-list {grid-template-columns: 1fr;gap: 15px;}
.other_subalbum li a p{padding: 10px;}
}

@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;}
}

@media screen and (max-width: 600px){
.album_class_page .show_content, .album_info_page .show_content {width: 100%;}
}





/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*聯絡我們 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.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 0;}
.footer_info {grid-template-columns: 1fr;gap: 30px;}
.footer_info ul {justify-content: space-between;align-items: center;flex-direction: column;padding-top: 20px;}
.footer_info li:nth-child(2) {display: block;width: 100%;margin: auto;border-top: 1px solid #e7e7e7;margin-top: 20px;padding-top: 20px;}
.footer_menu {display: flex;flex-direction: row;align-items: flex-end;display: grid;grid-template-columns: repeat(2, 1fr);gap: 5px 20px;width: fit-content;margin: auto;display: flex;}
}

/* @1024下方區域_平板版面1024 */
@media screen and (max-width: 1024px) {
/* footer */   
}


/* @768下方區域_平板版面768 */
@media screen and (max-width: 768px) {
/* main */
#content_main, #content {padding-top: 60px;}
.main_part{padding: 160px 30px 80px;}


/* 開啟手機板下方按鈕所需設定 */
#bottom_menu { display: none}
.footer.with_shopping_mode { padding: 0; }
#to_top {bottom: 4%;left: 0;right: unset;transform: scale(.8);padding-top: 5px;}
#to_top::before {margin-bottom: 5px;}



/* footer */
.footer:before {transform: translateX(-50%) scale(.9);max-width: 40%;top: -100px;}
.footer .center {padding: 40px 0 100px;width: 80%;}
.footer_info {gap: 20px;}
.footer_info ul {gap: 10px;}
.footer_logo {}

.footer_info li:nth-child(1) {width: 100%;gap: 0;}
.footer_info li:nth-child(2) {width: 100%;margin: auto;border-top: 1px solid #edeadd;margin-top: 10px;padding-top: 25px;}
.footer_menu {flex-direction: row;align-items: flex-end;margin: auto;flex-wrap: wrap;width: 80%;gap: 12px 0;max-width: 300px;}
.footer_menu a {position: relative;font-size: 13px;width: 50%;padding: 0;margin: 0;text-align: center;}
.copy {font-size: 10px;padding: 15px 10px ;}

}

@media screen and (max-width: 600px) {
/* footer */
#to_top {bottom: 6%;}
}

@media screen and (max-width: 480px) {
/* main */
.main_part{padding-top: 120px;}
}