@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');

/* 日文字體 Montserrat */
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');


/* 英文字體 Montserrat */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/* 英文字體 Crimson Text */
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&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: #f5f5f5; /*網站主要色系*/
  --SubColor: #54493d; /*網站文字色*/
  --SubColor1: #e6e2de; /*網站輔助色系1*/
  --SubColor2: #f7f6f5; /*網站輔助色系2*/
  --SubColor3: #f1f0edff; /*網站輔助色系3*/
  --SubColor4: #dddcd2ff; /*網站輔助色系4*/  
  --SubColor5: #ffffff; /*網站輔助色系5*/ 
  --SubColor6: #f1f0ed; /*網站輔助色系6*/ 
  --SubColor7: #c4c3bc; /*網站輔助色系7*/ 
  --SubColor8: #b96552ff; /*網站輔助色系8*/
  --SubColor9: #EDEDEA;/*網站輔助色系9*/
  --SubColor10: #d0d0d0;/*網站輔助色系10*/
  --SubColor11: #7B7B7B;/*網站輔助色系11*/
  --SubColor11: #2e2218;/*網站輔助色系11*/
  --SFonts: "Inter", "Noto Sans TC",sans-serif;/*英文字體-無襯線*/
  --SFontE: "Montserrat" ,"Noto Sans TC",sans-serif;/*英文標字體-無襯線*/
  --SFontET: "Crimson Text" ,"Noto Serif TC", serif;/*英文標字體*/
  --SFontCT: "Shippori Mincho","Noto Serif TC", 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:620px) {
:root{
  --pd100:50px 0;
  --m100:50px;
  --m50:25px;
  --f80:52px;
  --f52:36px;
  --f48:28px;
  --f44:26px;
  --f40:24px;
  --f36:22px;
  --f32:20px;
  --f28:20px;
  --f24:18px;
  --f18:16px;
  --f17:15px;  
}
}
@media (max-width:375px) {
:root{
  --f80:48px;
  --f52:32px;
  --f48:24px;
  --f44:22px;
  --f40:20px;
  --f36:18px;
  --f32:18px;
  --f28:18px;
  --f24:17px;
  --f22:17px;
  --f20:16px;
  --f18:15px;  
  --f16:14px;
}
}
/*網站全域設定/＝＝＝＝＝*/


/*反白顏色*/
/* ::-moz-selection {
    background-color: #060303;
    color: #fff;
}
::selection {
    background-color: #060303;
    color: #fff;
} */



/*卷軸*/
&::-webkit-scrollbar {
    background: #f1f1f1;
    width: 7px;
}
&::-webkit-scrollbar-button {
    display: none;
    background: #f1f1f1;
    border-radius: 0;
}
&::-webkit-scrollbar-track-piece {
    background: #f1f1f1;
}
&::-webkit-scrollbar-thumb {
    /* border-radius: 4px; */
    background-color: #c1c1c1;
}
&::-webkit-scrollbar-track {
    box-shadow: transparent;
}



/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*上方選單解除滑動固定.header_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 { }


.main_header_area .container {
    max-width: 100%;
    transition: 0.5s;
}
.header_area .main_header_area {
    background: #f5f5f500;
    transition: all 0.3s;
    position: relative;
    padding: 2vw 4vw 0;
}
.header_area.sticky .main_header_area {
    background: #e6e2de;
    transition: all 0.3s;
    padding: 0 4vw;
}
.header_area .main_header_area:before {
    content: "";
    background: linear-gradient(180deg, #f1f0edff, transparent);
    width: 100%;
    height: 11vw;
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
    opacity: 1;
    transition: .5s;
    pointer-events: none;
}
.header_area.sticky .main_header_area:before {
    opacity: 0;
    transition: .5s;
}






/*選單 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/





/* header */
.navigation {
    grid-template-columns: 1fr;
    align-items: center;
    padding-left: 180px;
}
.header_area.sticky .stellarnav {}




/* 第一層 */
.stellarnav > ul > li {
    position: relative;
    padding: 0 10px;
    font-size: 0;
    padding: 0;
}
.stellarnav > ul > li > a {
    font-family: var(--SFonts);
    color: var(--SubColor11);
    letter-spacing: 1px;
    font-size: 15px;
    margin: 0;
    font-weight: 500;
    padding: 25px 15px;
    height: 100%;
    line-height: 1.6;
}
 .stellarnav.desktop > ul > li > a b{
    color: #fff;
}





.stellarnav > ul > li > a:hover {
    transition: .3s cubic-bezier(0.77, 0, 0.65, 0.99);
    opacity: 0.5;
}
.stellarnav ul ul>li>a:hover,
.stellarnav ul ul>li>a:focus {
    color: #131413;
    opacity: 1;
}
.stellarnav > ul > li.has-sub > a, .pageIndex .sticky > .stellarnav > ul > li:last-child {
    padding-right: 20px;
}
/* 下拉符號移除 */
.stellarnav li.has-sub > a:after{
    content: none;
}




/* 第二層 */
/* .stellarnav > ul > li.drop-left > ul{display: none !important;} */
.stellarnav.desktop ul ul {
    background: #fff;
    width: 140px;
    left: 50%;
    margin-left: -75px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .175);
}
.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;
}

.me_tp_features {
    display: none;
}


/*電腦LOGO = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.nav-header{
    transition: all 0.3s;
    padding: 15px 0;
}
.nav-header{
    grid-row: 1;
    width: auto;
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
    align-self: start;
    filter: unset;
    position: absolute;
}
.nav-brand {
    max-width: 140px;
    font-size: 0;
    transition: all 0.3s;
}
.sticky .nav-brand {
    max-width: 120px;
    font-size: 0;
    margin-top: 10px;
}
.nav-brand img {
    max-width: 100%;
    border-radius: 50%;
}
.nav-brand:hover img {
    -webkit-transform-origin: 50% 50%;
    animation: scaleBounce 2s forwards linear
}
@keyframes scaleBounce {
 0% { -webkit-transform: scale(0.7); transform: scale(0.7) }
 1% { -webkit-transform: scale(0.73); transform: scale(0.73) }
 2% { -webkit-transform: scale(0.76); transform: scale(0.76) }
 3% { -webkit-transform: scale(0.8); transform: scale(0.8) }
 4% { -webkit-transform: scale(0.85); transform: scale(0.85) }
 5% { -webkit-transform: scale(0.89); transform: scale(0.89) }
 6% { -webkit-transform: scale(0.94); transform: scale(0.94) }
 7% { -webkit-transform: scale(0.98); transform: scale(0.98) }
 8% { -webkit-transform: scale(1.02); transform: scale(1.02) }
 9% { -webkit-transform: scale(1.05); transform: scale(1.05) }
 10% { -webkit-transform: scale(1.08); transform: scale(1.08) }
 11% { -webkit-transform: scale(1.09); transform: scale(1.09) }
 12% { -webkit-transform: scale(1.11); transform: scale(1.11) }
 13% { -webkit-transform: scale(1.11); transform: scale(1.11) }
 14% { -webkit-transform: scale(1.11); transform: scale(1.11) }
 15% { -webkit-transform: scale(1.11); transform: scale(1.11) }
 16% { -webkit-transform: scale(1.1); transform: scale(1.1) }
 17% { -webkit-transform: scale(1.08); transform: scale(1.08) }
 18% { -webkit-transform: scale(1.07); transform: scale(1.07) }
 19% { -webkit-transform: scale(1.05); transform: scale(1.05) }
 20% { -webkit-transform: scale(1.04); transform: scale(1.04) }
 21% { -webkit-transform: scale(1.02); transform: scale(1.02) }
 22% { -webkit-transform: scale(1.01); transform: scale(1.01) }
 23% { -webkit-transform: scale(0.99); transform: scale(0.99) }
 24% { -webkit-transform: scale(0.98); transform: scale(0.98) }
 25% { -webkit-transform: scale(0.97); transform: scale(0.97) }
 26% { -webkit-transform: scale(0.97); transform: scale(0.97) }
 27% { -webkit-transform: scale(0.96); transform: scale(0.96) }
 28% { -webkit-transform: scale(0.96); transform: scale(0.96) }
 29% { -webkit-transform: scale(0.96); transform: scale(0.96) }
 30% { -webkit-transform: scale(0.96); transform: scale(0.96) }
 31% { -webkit-transform: scale(0.97); transform: scale(0.97) }
 32% { -webkit-transform: scale(0.97); transform: scale(0.97) }
 33% { -webkit-transform: scale(0.98); transform: scale(0.98) }
 34% { -webkit-transform: scale(0.98); transform: scale(0.98) }
 35% { -webkit-transform: scale(0.99); transform: scale(0.99) }
 36% { -webkit-transform: scale(0.99); transform: scale(0.99) }
 37% { -webkit-transform: scale(1); transform: scale(1) }
 38% { -webkit-transform: scale(1); transform: scale(1) }
 39% { -webkit-transform: scale(1.01); transform: scale(1.01) }
 40% { -webkit-transform: scale(1.01); transform: scale(1.01) }
 41% { -webkit-transform: scale(1.01); transform: scale(1.01) }
 42% { -webkit-transform: scale(1.01); transform: scale(1.01) }
 43% { -webkit-transform: scale(1.01); transform: scale(1.01) }
 44% { -webkit-transform: scale(1.01); transform: scale(1.01) }
 45% { -webkit-transform: scale(1.01); transform: scale(1.01) }
 46% { -webkit-transform: scale(1.01); transform: scale(1.01) }
 47% { -webkit-transform: scale(1.01); transform: scale(1.01) }
 48% { -webkit-transform: scale(1.01); transform: scale(1.01) }
 49% { -webkit-transform: scale(1.01); transform: scale(1.01) }
 50% { -webkit-transform: scale(1); transform: scale(1) }
 51% { -webkit-transform: scale(1); transform: scale(1) }
 52% { -webkit-transform: scale(1); transform: scale(1) }
 53% { -webkit-transform: scale(1); transform: scale(1) }
 54% { -webkit-transform: scale(1); transform: scale(1) }
 55% { -webkit-transform: scale(1); transform: scale(1) }
 56% { -webkit-transform: scale(1); transform: scale(1) }
 57% { -webkit-transform: scale(1); transform: scale(1) }
 58% { -webkit-transform: scale(1); transform: scale(1) }
 59% { -webkit-transform: scale(1); transform: scale(1) }
 60% { -webkit-transform: scale(1); transform: scale(1) }
 61% { -webkit-transform: scale(1); transform: scale(1) }
 62% { -webkit-transform: scale(1); transform: scale(1) }
 63% { -webkit-transform: scale(1); transform: scale(1) }
 64% { -webkit-transform: scale(1); transform: scale(1) }
 65% { -webkit-transform: scale(1); transform: scale(1) }
 66% { -webkit-transform: scale(1); transform: scale(1) }
 67% { -webkit-transform: scale(1); transform: scale(1) }
 68% { -webkit-transform: scale(1); transform: scale(1) }
 69% { -webkit-transform: scale(1); transform: scale(1) }
 70% { -webkit-transform: scale(1); transform: scale(1) }
 71% { -webkit-transform: scale(1); transform: scale(1) }
 72% { -webkit-transform: scale(1); transform: scale(1) }
 73% { -webkit-transform: scale(1); transform: scale(1) }
 74% { -webkit-transform: scale(1); transform: scale(1) }
 75% { -webkit-transform: scale(1); transform: scale(1) }
 76% { -webkit-transform: scale(1); transform: scale(1) }
 77% { -webkit-transform: scale(1); transform: scale(1) }
 78% { -webkit-transform: scale(1); transform: scale(1) }
 79% { -webkit-transform: scale(1); transform: scale(1) }
 80% { -webkit-transform: scale(1); transform: scale(1) }
 81% { -webkit-transform: scale(1); transform: scale(1) }
 82% { -webkit-transform: scale(1); transform: scale(1) }
 83% { -webkit-transform: scale(1); transform: scale(1) }
 84% { -webkit-transform: scale(1); transform: scale(1) }
 85% { -webkit-transform: scale(1); transform: scale(1) }
 86% { -webkit-transform: scale(1); transform: scale(1) }
 87% { -webkit-transform: scale(1); transform: scale(1) }
 88% { -webkit-transform: scale(1); transform: scale(1) }
 89% { -webkit-transform: scale(1); transform: scale(1) }
 90% { -webkit-transform: scale(1); transform: scale(1) }
 91% { -webkit-transform: scale(1); transform: scale(1) }
 92% { -webkit-transform: scale(1); transform: scale(1) }
 93% { -webkit-transform: scale(1); transform: scale(1) }
 94% { -webkit-transform: scale(1); transform: scale(1) }
 95% { -webkit-transform: scale(1); transform: scale(1) }
 96% { -webkit-transform: scale(1); transform: scale(1) }
 97% { -webkit-transform: scale(1); transform: scale(1) }
 98% { -webkit-transform: scale(1); transform: scale(1) }
 99% { -webkit-transform: scale(1); transform: scale(1) }
 100% { -webkit-transform: scale(1); transform: scale(1) }
}




/*手機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: #e6e2de;
    z-index: 1;
}
.footer .center {
    position: relative;
    max-width: 90%;
    padding: 60px 0;
    font-size: 13px;
}
.footer_info {
    display: flex;
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 0;
    position: relative;
    flex-direction: column;
    gap: 10px;
    font-family: var(--SFonts);
    justify-content: space-between;
}
.footer_info ul {
    position: relative;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    flex-direction: column;
}

/* logo */
.footer_logo {
    max-width: 230px;
    width: 100%;
    margin: auto;
    background-image: url(https://pic03.eapple.com.tw/haochuanpet/logo2.png);
    background-size: cover;
    transition: all .3s;
}
.footer_logo:hover {
    opacity: 0.5;   
}
.footer_logo a img {
    opacity: 0;
}

/* 聯絡資訊 */
.footer_info li{
    padding: 0;
}
.footer_info li:nth-child(1) {
    display: flex;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.footer_info li p {
    font-size: 13px;
    line-height: 2;
    letter-spacing: 1px;
    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) {
    width: 100%;
    text-align: center;
    right: 0;
    top: 0;
}
.footer_menu {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    /* display: grid; */
    gap: 0;
    justify-content: center;
}
.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: var(--SubColor);
    font-weight: 500;
    position: relative;
    font-size: 13px;
    padding: 0 10px;
    border-right: 1px solid var(--SubColor);
}
.footer_menu a:last-child{
    border: 0;
}
.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: #fff;
    border: none;
    margin: 0;
    font-size: 11px;
    letter-spacing: 1px;
    font-family: var(--SFonts);
    font-weight: 300;
    text-align: center;
    padding: 10px 0 12px;
    position: relative;
    background: var(--SubColor);
}
.copy a {
    color: #fff;
} 

/* 浮動按鈕 */
.info_fix{ }

/* 置頂按鈕 */
#to_top {
    left: unset;
    padding-top: 8px;
    font-size: 11px;
    color: #fff;
    border-radius: 50%;
    border: 4px solid #b7a999;
    font-weight: 600;
    background: #c5b8aa;
    box-shadow: 0 0 5px 1px rgba(44, 48, 52, 0.1);
    width: 62px;
    height: 62px;
    bottom: 20px;
    right: 15px;
    position: fixed;
    font-family: var(--SFonts);
    letter-spacing: .5px;
    transition: all 0.5s ease-out;
}
#to_top::before {
    content: '';
    border-bottom: solid 3px #777;
    position: absolute;
    top: 20px;
    right: 50%;
    height: 8px;
    width: 8px;
    display: block;
    border-style: solid;
    border-width: 2px 2px 0 0;
    -webkit-transition: border .2s;
    transition: border .2s;
    transform: rotate(-45deg) translateX(5px);
    border-color: #fff #fff transparent transparent;
}
#to_top::after {}
#to_top i.top:before, #to_top i.top:after {    display: none;}
#to_top:hover {
    opacity: 0.6;
    transition: opacity 0.2s;
}





/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    left: 0;
    width: 100%;
    position: fixed;
    padding: 20px;
}
.stellarnav.desktop li.bigMenu ul ul {
    top: 100%;
    left: 0;
    width: 100%;
    background: #efefef;
    height: auto;
    max-height: 300px;
    overflow: auto;
}
.stellarnav.desktop li.bigMenu ul ul li {
    margin: 0;
}
.stellarnav.hasBigMenu li.bigMenu li.has-sub>a:after {
    border-left: 6px solid transparent;
    border-bottom: unset;
    border-right: 6px solid transparent;
    border-top: 6px solid #898989;
    right: 5px;
}


/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */
/* 商品下拉超過30個--結束 */





/* = = = 大圖-分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = *
/*預設解除背景輪播*/
.bannerindex {
    position: relative;
    height: auto;
    padding: 0;
}
.bannerindex:before {
content: '';
    background-image: url(https://pic03.eapple.com.tw/haochuanpet/bn_light.png);
    z-index: 100;
    /* background: #000; */
    width: 150%;
    aspect-ratio: 4 / 3;
    height: auto;
    position: absolute;
    opacity: .5;
    background-size: contain;
    background-repeat: no-repeat;
    mix-blend-mode: plus-lighter;
    animation: Nfloating 25s 1s infinite linear;
    opacity: 0;
}
@keyframes Nfloating {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: .2;
    }

    25% {
        -webkit-transform: translate(-50px,-50px);
        transform: translate(-50px,-50px);
        opacity: .8;
    }

    40% {
        -webkit-transform: translate(-100px,-100px);
        transform: translate(-100px,-100px);
        opacity: 0.5;
    }

    75% {
        -webkit-transform: translate(-150px,-150px);
        transform: translate(-150px,-150px);
        opacity: .8;
    }

    to {
        -webkit-transform: translate(-200px,-200px);
        transform: translate(-200px,-200px);
        opacity: .2;
    }
}
/* 大圖尺寸 */
.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, .bannerindex .swiper-banner .swiper-slide-active img{
    /* 大圖切換閃爍-opacity */
    opacity: unset !important;
    width: auto;
    object-fit: contain;
    height: 100%;
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: 100%;
    transform: scale(1) !important;
}
.bannerindex .swiper-banner .swiper-slide img {
    height: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* 大圖內層_文字&圖 */
.bannerindex .swiper-banner .swiper-slide:before,.bannerindex .swiper-banner  .swiper-slide:after {
    content: "";
    position: absolute;
    z-index: 100;
    pointer-events: none;
}
/* banner01 */
.bannerindex .swiper-banner .swiper-slide:before {
background: url(https://pic03.eapple.com.tw/haochuanpet/bnA_txt01.svg);
    content: "";
    display: block;
    position: absolute;
    top: 28%;
    right: 9%;
    width: 14%;
    /* max-width: 250px; */
    height: auto;
    aspect-ratio: 28 / 45;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    filter: drop-shadow(5px 5px 10px #553507bf);
    opacity: 0;
}
.bannerindex .swiper-banner .swiper-slide:after {    
    background: url(https://pic03.eapple.com.tw/haochuanpet/bnA_txt02.svg);
    bottom: 8%;
    left: 0;
    width: 42%;
    height: auto;
    aspect-ratio: 412 / 75;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    filter: drop-shadow(5px 5px 10px #edeae7) drop-shadow(5px 5px 5px #edeae7);
}




/* animation= */
.swiper-slide.swiper-slide-active:before {
	-webkit-animation: NfadeInDown 3s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	animation: NfadeInDown 3s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}
.swiper-slide.swiper-slide-active:after {
    animation-delay: 2s;
	-webkit-animation: NfadeIn 2s ease-in-out both;
	animation: NfadeIn 2s ease-in-out both;
}


@keyframes NfadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes NfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}











/* = = = main-分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/

/* 麵包屑 */
.path{
    display: none;
}


/* main */
div#page {
    position: relative;
    overflow: clip;
    padding: 0;
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: #f7f6f5;
}
#content_main, #content {
    margin: 0;
    background: transparent;
    background-repeat: repeat;
    padding: 0;
    z-index: 1;
}

.edit_part{
    padding: 0;
}
.main_part {
    width: 90%;
    max-width: 1300px;
    margin: auto;
    padding: 0 20px 100px;
    /* padding-left: 3.5%; */
    /* padding-right: 3.5%; */
}
.show_content {
    margin: auto;
    padding: 0;
    font-family: var(--SFont);
}
.subalbum-menu {
    margin: 0;
    padding: 0;
}

/* 頁籤 */
ul.page {
    padding-top: 30px;
    gap: 4px;
}
.page li a, .page li {
    display: inline-block;
    margin: 0;
    border-color: #ddd;
    color: #403b28;
    border-radius: 50px;
    width: 38px;
    height: 38px;
    line-height: 39px;
    text-align: center;
    padding: 0;
    transition: all 0.3s ease-in-out;
    padding: 0;
    font-family: var(--SFontET);
    background: #fff;
    color: #271305;
}
.page strong, li.activeN {
    background: #7D5E3A;
    color: #ffffff;
    border-color: #7D5E3A;
}
.page strong, .page a:hover {
    background: #fff;
    color: #271305;
    transition: all 0.3s ease-in-out;
}
.page li:hover:not(.activeN) {
    opacity: 0.6;
}



/*內頁BANNER 設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.banner {
    position: relative;
    background: transparent;
    width: 100%;
    object-fit: cover;
    background-size: cover;
    padding: 120px 20px;
    padding-top: 200px;
    height: fit-content;
}
.banner h5 {
    font-size: var(--f44);
    color: #54493D;
    font-weight: 500;
    padding: 0;
    white-space: nowrap;
    text-align: center;
    letter-spacing: 4px;
    position: relative;
    line-height: 1.6;
    font-family: var(--SFontCT);
    display: flex;
    flex-direction: column;
}
.banner h5::after {
    content: 'NEWS';
    font-size: 15px;
    color: #54493D;
    letter-spacing: 1px;
    font-family: var(--SFontET);
}



.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}










/* RWD設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/* @1600上方區域_大於捉雞版面1600 */
@media screen and (min-width: 1600px) {
/* = = 大圖 = = */
.bannerindex .swiper-banner {margin: auto;width: 100%;overflow: hidden;}
.bannerindex .swiper-banner .swiper-slide img {height: auto;width: 100%;height: 100%;aspect-ratio: 2 / 1;object-fit: cover;}
}

/* @1600上方區域_大於捉雞版面1500 */
@media screen and (min-width: 1400px) {
/* = = 大圖 = = */
}





/* 桌機版導覽列(1024px-僅導覽列設定) = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
@media screen and (min-width: 1024px) {
.stellarnav.active > ul, .stellarnav > ul {display: block !important;}
}

@media screen and (max-width: 1024px) {
.header_area {    padding: 0;}
/* 選單列隱藏 */
.stellarnav > ul {
    /* display: none !important; */
    margin: 0;
    padding: 0;
    text-align: center;
    background: transparent;
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
    height: 100%;
    z-index: -5;
    transition: all 0.3s;
    transition: all 1s;
    right: -100vw;
    padding: 5% 0;
    padding-top: 110px;
    opacity: 1;
}
/* 選單列強制出現 */
.stellarnav.active > ul {
    display: block !important;
    align-items: flex-start;
    pointer-events: all;
    padding: 5% 0;
    padding-top: 110px;
    position: relative;
    top: 0;
    left: unset;
    width: 50%;
    height: 100%;
    background: #fff;
    z-index: 10;
    right: 0;
    max-width: 72%;
}
.stellarnav > ul > li { }

/* 漢堡選單強制出現 */
.header_area .stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    transition: all 0.5s;
    pointer-events: all;
    background: transparent;
    width: max-content;
    transition: all 0.3s ease;
    margin: 20px 20px 0 0;
    display: flex;
    gap: 5px;
    flex-direction: row-reverse;
    align-items: center;
}
.stellarnav .menu-toggle:after {
    content: 'MENU';
    font-weight: 600;
    color: var(--SubColor);
    display: block;
    letter-spacing: .5px;
    width: auto;
    font-family: var(--SFontE);
    font-size: 13px;
}
.stellarnav.active .menu-toggle:after {
    opacity: 0;
}
.stellarnav .menu-toggle:hover{}
.stellarnav .menu-toggle span.bars {
    top: 0;
    display: flex;
    gap: 8px;
    flex-direction: column;
    height: auto;
}
.stellarnav .menu-toggle span.bars span {
    position: relative;
    display: block;
    width: 30px;
    height: 1px;
    border-radius: 6px;
    background: #333;
    margin: 0;
    transition: all 0.3s cubic-bezier(0.77, 0, 0.355, 1) 0s;
}
.stellarnav .menu-toggle span.bars span:last-child{
    margin-bottom: 0;
}
/* 開關變化 */
.stellarnav.active .menu-toggle span.bars span:nth-child(1) {
    transform: translateY(8px) rotate(-45deg);
}
.stellarnav.active .menu-toggle span.bars span:nth-child(2) {
    opacity: 0;
}
.stellarnav.active .menu-toggle span.bars span:nth-child(3) {
    transform: translateY(-10px) rotate(45deg);
}


/* nav設定改 */
.stellarnav {
    text-align: center;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    line-height: normal;
    background-color: transparent;
    pointer-events: none;
    transition: 1s;
    padding: 0;
    opacity: 1;
}
.stellarnav.active {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    z-index: 10000;
}
/* 黑色遮罩 */
.stellarnav::before {
    content: "";
    position: fixed;
    height: 100%;
    top: 50%;
    left: 50%;
    z-index: -5;
    line-height: normal;
    background-color: transparent;
    opacity: 0;
    transition: 1s;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgb(23 21 21 / 0%);
    transition: all 1.2s;
    pointer-events: unset;
}
.stellarnav.active::before {
    /* content: ""; */
    width: 100%;
    height: 100%;
    border-radius: 0;
    opacity: 1;
    background: rgb(23 21 21 / 60%);
    transition: all 1.2s;
    transition-timing-function: ease-in-out;
    pointer-events: auto;
    z-index: 1;
}
/* 文字改 */
/* 導覽列撐開-------------- */
.stellarnav li.has-sub > a:after {
    border: 1px solid #fff;
    border-width: 1px 1px 0 0;
}
.stellarnav > ul > li {
    width: 100%;
    margin-bottom: 25px;
    margin: 0;
    /* max-height: 40px; */
    border-bottom: 1px solid #eee;
    transition: all 1s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}
.stellarnav > ul > li.has-sub:hover {
    flex: 3;
    max-height: fit-content;
    transition: all 1s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}
.stellarnav ul ul {
    position: relative;
    background: transparent;
    opacity: 0;
    transition: all 1s cubic-bezier(0.73, 0.08, 0.11, 0.99);
    width: 100%;
    text-align: start;
    margin-top: 5px;
}
.stellarnav li.has-sub:hover ul {
margin: 0;
left: 30px;
opacity: 1;
transform: unset;
width: calc(100% - 30px);
/* animation: up 1s forwards; */
animation-delay: 0.1s;
box-shadow: unset;
padding-bottom: 20px;
}
/* 導覽列撐開--------------END */

.stellarnav > ul > li > a {
    /* color: #fff; */
    font-size: 16px;
    letter-spacing: 2px;
    padding: 15px;
    width: 100%;
    text-align: left;
    margin-left: 30px;
    line-height: 1.8;
}

.stellarnav > ul > li > a:before {
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    right: auto;
}
.stellarnav li li {
border: 0;
background: transparent;
margin-right: 20px;
}
.stellarnav.desktop li.has-sub li a {
text-align: start;
padding: 10px;
padding-left: 20px;
color: #7D5E3A;
letter-spacing: 1.5px;
}
.stellarnav.desktop li.has-sub li:last-child a{
    border: 0;
}
.stellarnav li li:hover a {
background: #d1b78f;
}
.stellarnav.desktop li.has-sub li a:hover {
color: #fff;
font-weight: 200;
background: #7D5E3A;
}
}
/* 桌機版導覽列END = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */



/* @1024上方區域_平板版面1024 */
@media screen and (max-width: 1024px) {
/* = = 大圖 = = */
.bannerindex {height: 80vh;}
.bannerindex .swiper-banner {height: 100%;}
.bannerindex .swiper-banner .swiper-slide:before {width: 22%;top: 26%;}
.bannerindex .swiper-banner .swiper-slide:after {bottom: 6%; width: 60%;}

/* = = header = = */
.navigation {height: 74px;}


/* logo*/
.nav-brand { max-width: 120px;}
.sticky .nav-brand { max-width: 100px;}





}

/* @768上方區域_大於手機版面768 */
@media screen and (min-width: 768px) {
.bannerindex {padding: 0;}
}

/* @768上方區域_小於手機版面768 */
@media screen and (max-width: 768px) {
/* = = 大圖 = = */
.bannerindex {height: auto;    }
.pageIndex .swiper-slide {
width: 100% !important;
height: auto;
aspect-ratio: 64 / 75;
}
.pageIndex .swiper-slide{
background-image: url(https://pic03.eapple.com.tw/haochuanpet/mobn01.jpg);
background-size: cover;
background-position: center;
}
.pageIndex .swiper-slide img {display: none;}
.bannerindex .swiper-banner .swiper-slide:before {width: 34%;top: 22%;}
.bannerindex .swiper-banner .swiper-slide:after{
background: url(https://pic03.eapple.com.tw/haochuanpet/mobnA_txt02.svg);
width: 90%;
background-position: center;
background-repeat: no-repeat;
background-size: contain;
left: 50%;
transform: translateX(-50%);
}




/* logo*/    
.nav-header {width: auto;position: relative;margin-left: 0;}
.nav-brand {max-width: 120px;}
.sticky .nav-brand {max-width: 100px;}
.nav-brand:hover img{animation: unset;}

/* = = header = = */
.header_area { }
.main_header_area .container {padding: 0;}
.navigation {display: flex;gap: 0;padding: 0;}

/* 導覽列 */
.stellarnav.mobile {right: 0;left: unset;display: flex;align-items: center;justify-content: center;max-width: 60px;margin-left: auto;position: relative;z-index: 100;width: 60px;height: 60px;padding: 8px;}
.stellarnav.mobile::before{
    transition: 0s;
    position: fixed;
}

/* 導覽列漢堡選單 */
.stellarnav.mobile .menu-toggle {}
.stellarnav .menu-toggle span.bars {}
.stellarnav .menu-toggle span.bars span {}
.stellarnav .menu-toggle span.bars span:nth-child(3) {margin: 0 auto;}

/* 導覽列展開 */
.stellarnav.mobile.left > ul {left: unset;right: 0;font-size: 0;max-width: 100%;padding: 0;/*右滑出現*/right: -100vw;overflow: hidden;transition: all .5s ease;}
.stellarnav.mobile.left.active > ul{width: 80%;right: 0;max-width: 500px;}
.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(--SFontE);letter-spacing: 0.04em;height: fit-content;width: 100%;text-align: right;display: flex;flex-direction: row-reverse;padding-right: 20px;}
.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:after {content: none;}
.stellarnav.mobile > ul > li {display: block;border-bottom: 1px solid #f0f0f0;}
.stellarnav.mobile li.open {background: #F6F6F4;color: #fff;padding: 0 0 10px;}
.stellarnav.mobile > ul > li > a {
text-align: left;
overflow: auto;
height: auto;
line-height: 1.8;
display: block;
font-size: 16px;
padding: 15px;
width: calc(100% - 30px);
}
.stellarnav.mobile li.open > a {border: 0;padding: 20px 10px;}    
.stellarnav > ul > li > a:before{content: none;}
.stellarnav > ul > li.has-sub:hover {max-height: fit-content;transition: all .3s;}
.stellarnav.mobile li a{font-family: var(--SFont);border:0;}

/* +符號修改 = = */
.stellarnav.mobile > ul > li > a.dd-toggle {
top: 5px;
width: fit-content;
margin: 0;
right: 10px;
text-align: center;
}
.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, .stellarnav > ul > li.drop-left > ul {
    left: 30px;
    margin: 0 auto;
    box-shadow: none;
    width: calc(100% - 10px);
    margin: auto;
    left: 30px;
    box-shadow: none;
    margin: 0;
}
.stellarnav li li {
font-family: var(--SFont);
        font-size: 14px;
        color: #333333;
        letter-spacing: 1px;
        margin: 0;
        transition: .3s;
}
.stellarnav.mobile li.has-sub:hover ul{padding-bottom: 0;}
.stellarnav li li:hover a {background: #e7e0d2;}
.stellarnav ul ul>li>a:hover, .stellarnav ul ul>li>a:focus {color: #7D5E3A;font-weight: 600;opacity: 1;}
}




@media screen and (max-width: 620px) {
/* logo */
.nav-brand {max-width: 100px;}

/* header */
.navigation {height: 70px;}

/* 漢堡選單 */
.stellarnav .menu-toggle {padding: 5px 10px;}

/* 內頁bn */
.banner {padding: 120px 20px 80px;}
.banner h5::after {font-size: 14px;}
}





/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 購物車 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
/*購物車/外層＝＝*/
.product_page .main_part {}
.product_page .show_content, .product_info_page .show_content {}
.product_page .product_menu_list {}
.product_page .products-list, .product-wrapper {}

/*購物車/內層＝＝*/
.product_info_page .main_part {}
/*按鈕顏色*/
.inquiry_a1 {background: #cbc0a0;}
.inquiry_a2 {background: #bdab77;}
.inquiry_a3 {background: #ADA17E;}
.lastaction {}
.nextaction {}
.lastPage {}
/*商品側邊規格*/
.product_info li .txt_box {}
.sidebarBtn .sp_price {}
.mobile_product_name {}
/*相關推薦*/
.prod_related h6 span:before {}









/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*文章設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*文章功能頁/ = = = = */
.show_content.blog_box {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 5%;
    padding-bottom: 80px;
}
/* 左側分類欄位 */
.blog_le {
    width: 100%;
    padding: 0;
    border-top: solid 1px #7d5e3a80;
    padding: 20px 0;
    /* width: 200px; */
    padding-left: 0;
    position: sticky;
    top: 140px;
    padding-bottom: 120px;
    height: fit-content;
}
h5.blog_le_t {
    font-size: 24px;
    position: relative;
    margin-bottom: 10px;
}
h5.blog_le_t em {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #7D5E3A;
    font-family: var(--SFontCT);
}
.blog_search {
    position: relative;
    margin-bottom: 10px;
    opacity: .8;
}
.blog_search input[type=search] {
    width: 100%;
    font-size: 14px;
    color: #999;
    border: 0;
    background: #fff;
    border-radius: 0;
    padding: 10px 40px 10px 10px;
}
/* 分類列 */
.blog_le .accordion {
    border-radius: 0;
    border: 0;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    font-size: 0;
    margin-top: 20px;
}
.blog_le .accordion li {
    transition: .2s ease-out;
}
.accordion li+li .link {
    border: 0;
}
.accordion li .link a {
    padding: 5px 0;
    line-height: 1.7;
    letter-spacing: 1.5px;
    font-size: 16px;
    color: #271305;
    font-weight: 500;
    margin: 5px 0 0;
    text-align: left;
    font-family: var(--SFontET);
    transition: all .5s;
}
.accordion li .link a:before{
    content: "";
    display: inline-block;
    width: 10px;
    height: 1px;
    margin-right: .75em;
    background-color: #b0974b;
    vertical-align: 4px;
}
.blog_le .accordion > li.on_this_category:hover .link a, .blog_le .accordion > li:hover .link a{
    color: #271305!important;
    opacity: 0.5;
}
.blog_le .accordion > li:hover {
    background: transparent !important;
}
.blog_le .accordion > li.on_this_category .link a {
    color: #7D5E3A !important;  
}
.blog_le .accordion > li.on_this_category{
    background: #f1eeea !important;
}

/* 右側圖文區 */
.blog_ri {
    width: 100%;
    padding: 0 0 0 20px;
    padding: 0;
    margin: 0;
}
h4.blog_category_title {
    width: fit-content;
    font-weight: 600;
    letter-spacing: 1.5px;
    display: none;
}
/* 圖文區塊 */
 .blog_subbox {
    margin: 0;
    border-top: 1px solid #d4cec9;
    display: grid;
    gap: clamp(25px, 4%, 35px);
    grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
}
.subbox_item {
    position: relative;
    width: 100%;
    background: rgb(255 255 255);
    border-radius: 0;
    overflow: hidden;
    transition: .5s ease-out;
    border: 0;
    height: fit-content;
    width: 100%;
    margin: 0;
    background: transparent;
    margin-top: 30px;
}
.subbox_item:hover {transition: .5s ease-out;}
.subbox_item li:hover {transition: .5s ease-out;}
.subbox_item a {
    gap: unset;
    height: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.module_i_news li a:before, .module_i_news li a:after, .subbox_item a:after, .subbox_item a:before {
    content: none;
}
/* 圖 */
.blog_list_le {
    overflow: hidden;
    position: relative;
    aspect-ratio: 3 / 2;
    /* background-color: black; */
}
.blog_list_le img {
    width: 100%;
    transition: .5s ease;
}
.subbox_item a:hover img {
    transition: 0.5s;
    opacity: 1;
    transform: scale(1.07);
    filter: brightness(.6);
}
.blog_list_le:before {
    content: 'READ MORE';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9999;
    transform: translate(-50%, -50%);
    color: #fff;
    opacity: 0;
    letter-spacing: -8px;
    transition: all 1s;
    filter: blur(5px);
    font-family: var(--SFontET);
    font-size: 12px;
    font-weight: 600;
}
.subbox_item a:hover .blog_list_le:before {
    opacity: 1;
    letter-spacing: 1px;
    transition: all 1s;
    filter: blur(0px);
}
/* 文字 */
.blog_list_ri {
    max-width: 100%;
    margin: 0;
    font-size: 0;
}
.blog_list_ri h5 {
    font-size: var(--f20);
    text-align: left;
    color: #282b2c;
    font-weight: 500;
    letter-spacing: 1px;
    background: linear-gradient(#7D5E3A, #7D5E3A) 100% 100% / 0 1px no-repeat;
    transition: background-size 1s cubic-bezier(0.33, 1, 0.68, 1) 0s;
    will-change: background-size;
    width: fit-content;
}
.subbox_item a:hover .blog_list_ri h5 {    
    color: #7D5E3A;
    background-position: 0 100%;
    background-size: 100% 1px;
}
.blog_list_ri em {
    margin-top: 10px;
    color: #a79f96;
    /* text-align: right; */
}
.blog_list_ri p{
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 1.6;
    font-weight: 400;
    color: #54493D;
    margin-top: 5px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: left;
    letter-spacing: 1px;
}



/*文章內層 = = = = = = = = = == = = = = = = = = = = = = = = = = = = */
.blog_in_page h5.blog_le_t em {}
.blog_in_page .blog_ri {
    display: block;
    max-width: 1200px;
    margin: auto;
}
.blog_in_page h4.blog_category_title {
    width: 100%;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 0;
    text-align: left;
    font-size: var(--f28);
    display: block;
    border-top: 1px solid #d4cec9;
    font-family: var(--SFontET);
    padding: 30px 20px 20px;
}
/* 文章編輯器 = = */
.blog_box_edit {
    background: transparent;
    margin: 0;
    font-size: var(--f16);
    color: #333;
    padding: 0 20px;
}
.articel_mainPic {
    /* display: none; */
}
.edit {
    margin: auto;
    padding: 20px 0 80px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .6px;
}
.blog_box_edit * {
    line-height: 1.7;
}


/* 上下篇按鈕 = = */
.blog_back {
    z-index: 1;
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    position: relative;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    padding-top: 40px;
    border-top: 1px solid #d4cec9;
}
.blog_back a {
    font-size: 15px;
    letter-spacing: 1px;
    color: #6D481D;
    font-family: var(--SFontET);
    font-weight: 500;
    width: fit-content;
    padding: 0;
}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next {
    background: transparent;
    transition: .4s ease;
}
.blog_back a.article_btn_prev {
    grid-column: 1 / 2;
    margin-inline: 0 auto;
    text-align: left;
}
.blog_back a.article_btn_prev:before {
    content: "";
    display: inline-block;
    aspect-ratio: 1 / 1;
    width: 5px;
    margin-right: .5em;
    border-top: 1px solid #6D481D;
    border-left: 1px solid #6D481D;
    -webkit-transform: rotate(-45deg) translateY(-3px);
    transform: rotate(-45deg) translateY(-3px);
}
.blog_back a.article_btn_back {
    grid-column: 2 / 3;
    margin-inline: auto;
    background: transparent;
    transition: .4s ease;
}
.blog_back a.article_btn_next {
    grid-column: 3 / 4;
    margin-inline: auto 0;
}
.blog_back a.article_btn_next:after {
    content: "";
    display: inline-block;
    aspect-ratio: 1 / 1;
    width: 5px;
    margin-left: .5em;
    border-top: 1px solid #6D481D;
    border-right: 1px solid #6D481D;
    -webkit-transform: rotate(45deg) translateY(-3px);
    transform: rotate(45deg) translateY(-3px);
}
.blog_back a.article_btn_back:hover, .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;
}


/*文章-相關推薦*/
.news_related, .prod_related {
    font-family: var(--SFont);
    background: #fff;
    padding: 80px 5%;
    margin: auto;
    display: none;
}
.news_related h6 span:before, .prod_related h6 span:before {
    font-size: 24px;
    color: #333;
    font-weight: 500;
    letter-spacing: 0.04em;
}
.news_related_list, .related_list {
    margin: 40px auto;
}
.news_related_list li, .related_list li {
    display: block;
    padding: 0px;
}
.news_related_list li a, .related_list li a {
    padding: 10px;
    background: #fff;
    height: 100%;
    border: 1px solid #eee;
    border-radius: 5px;
    transition: .35s ease;
}
.news_related_list li a:hover, .related_list li a:hover {
    box-shadow: 9px 12px 20px 0px rgb(181 177 172 / 35%);
    transition: .35s ease;
}
.news_related_list li a p, .related_list li a p{
    font-size: 16px;
    letter-spacing: 0.04em;
    color: #333;
    padding: 10px 0 5px;
    line-height: 1.5;
}
/* 按鈕 */
.news_related_b_box, .prod_related_b_box {
    margin: auto;
    background: transparent;
    color: #fff;
    position: relative;
    z-index: 1;
    min-width: 165px;
    width: 200px;
    height: 50px;
    border: 1px solid #0F0F0F;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #0F0F0F;
    overflow: hidden;
    transition: color 0s ease;
    border: 1px solid #bcbfbf;
}
.lastPage {
    color: #fff;
    background: transparent;
    transition: all .5s;
    font-family: var(--SFont);
    font-weight: 500;
    letter-spacing: 0.12em;
    font-size: 16px;
    margin: 0 auto;
    color: #293943;
    line-height: 1.8;
}
a.lastPage:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background-color: var(--SubColor2);
    transition: all 0.5s;
}
a.lastPage:hover {
    color: #fff;
}
a.lastPage:hover:after {
    width: 100%;
}


/* 首頁 = = = = = = = = = == = = = = = = = = = = = = = = = = = = */
.module_i_news {
    padding: 100px 0;
}
.module_i_news section {
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto 210px;
}
/* 標 */
.module_i_news .title_i_box {
    margin-bottom: 0;
    text-align: center;
    font-family: var(--SFontET);
    display: flex;
    align-items: center;
    padding: 20px;
}
.module_i_news .title_i_box h6 {
    font-size: var(--f36);
    color: #7D5E3A;
}
.module_i_news .title_i_box h6:before {
    content: 'NEWS';
    font-weight: 600;
    letter-spacing: 4px;
    padding-right: 5px;
}
.module_i_news .title_i_box h4 {
    font-size: 16px;
    color: #54493D;
    font-weight: 300;
    padding: 0;
    padding-left: 80px;
    white-space: nowrap;
    vertical-align: middle;
    letter-spacing: 2px;
    position: relative;
    line-height: 22px;
    top: 5px;
}
.module_i_news .title_i_box h4:before {
    width: 0px;
    height: 1px;
    background-color: #54493d8a;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    left: 5px;
    padding-right: 5px;
    width: 60px;
}
/* 圖文 */
.module_i_news_list, .module_i_news_list.swiper {
    padding: 0 20px;
    margin-top: 0;
    grid-column: 1 / 3;
}
.module_i_news ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(31.33%, 1fr));
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
    gap: 0 3%;
    margin-top: 40px;
    margin-bottom: 40px;
}
.module_i_news li:last-child {display: none;}
.module_i_news li a {
    position: relative;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    display: grid;
    gap: 10px;
    width: 100%;
    padding-bottom: 1em;
    border-bottom: 1px solid #d4cec963;
    overflow: hidden;
}
.i_blog_le, .blog_list_le {
    overflow: hidden;
    position: relative;
    aspect-ratio: 3 / 2;
}
.i_blog_le img, .blog_list_le img {
    width: 100%;
    transition: all .3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
.i_blog_le::after, .blog_list_le::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border: 20px solid #f1f0ee;
    display: block;
    pointer-events: none;
}
.module_i_news li a:hover img, .subbox_item a:hover img {
    opacity: 1;
    transform: scale(1.07);
}
.i_blog_ri, .blog_list_ri {
    padding: 0;
    width: 100%;
    display: grid;
    gap: 5px;
    font-family: var(--SFontET);
}
.i_blog_ri h5 {
    font-size: var(--f20);
    text-align: left;
    color: #7D5E3A;
    font-weight: 500;
    letter-spacing: 1px;
    background: linear-gradient(#7D5E3A, #7D5E3A) 100% 100% / 0 1px no-repeat;
    transition: background-size 1s cubic-bezier(0.33, 1, 0.68, 1) 0s;
    will-change: background-size;
    width: fit-content;
}
.module_i_news li a:hover .i_blog_ri h5{
    background-position: 0 100%;
    background-size: 100% .5px;
}
.i_blog_ri em, .blog_list_ri em{
    font-size: 14px;
    padding: 0;
    letter-spacing: 1px;
    order: -1;
    position: relative;
}
.i_blog_ri em{
    color: #54513d;
    left: -42px;
}
.i_blog_ri p, .blog_list_ri p{
    margin-top: 5px;
}
.i_blog_ri p{
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 1.5;
    font-weight: 400;
    color: #282b2c;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-align: left;
}
/* 按鈕 */
.i_blog_b {
    max-width: 1300px;
    padding: 0 20px;
    margin: auto;
    text-align: center;
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}
.i_blog_b *{    
    transition: all 0.38s cubic-bezier(0.23, 1, 0.32, 1);
}
.i_blog_b a {
    background: #7D5E3A;
    height: 45px;
    line-height: 45px;
    width: max-content;
    width: 170px;
    height: 45px;
    text-align: left;
    margin: 0;
}
.i_blog_b a:before, .i_blog_b a:after{
    width: 0%;
    height: 0%;
    content: "";
    display: block;
    position: absolute;
    transition: all 0.68s cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 0;
}
.i_blog_b a:before{top: 0px;left: 0px;border-top: 1px solid #271305;border-left: 1px solid #271305;}
.i_blog_b a:after {bottom: 0px;right: 0px;border-right: 1px solid #271305;border-bottom: 1px solid #271305;}
.i_blog_b a:hover:before, .i_blog_b a:hover:after{
    width: calc(100% - 1px);
    height: calc(100% - 1px);
    opacity: 1;
}
.i_blog_b b {
    position: relative;
    color: #fff;
    /* font-size: 0; */
    padding-left: 28px;
    top: -1px;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 300;
    font-family: var(--SFontET);
}
.i_blog_b b:before {
    content: 'READ MORE';
    font-size: 11px;
    font-family: var(--SFontET);
    letter-spacing: 1px;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #fff;
    font-size: 0;
}
.i_blog_b .fa-arrow-right::before, .i_blog_b .fa-arrow-right::after {
    height: 1px;
    background-color: #fff;
    content: "";
    display: block;
    position: absolute;
    right: 23px;
    transition: all 0.38s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: all 0.38s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: all 0.38s cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: all 0.38s cubic-bezier(0.23, 1, 0.32, 1);
}
.i_blog_b .fa-arrow-right::before {
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 11px;
    right: 18px;
}
.i_blog_b .fa-arrow-right::after {
    width: 1px;
    height: 11px;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}
/* BTN_hover */
.i_blog_b a:hover{
    border-radius: 0;
    background-color: transparent;
}
.i_blog_b a:hover b:before, .i_blog_b a:hover b{
    color: #271305;
}
.i_blog_b a:hover .fa-arrow-right::before, .i_blog_b a:hover .fa-arrow-right::after {
    background-color: #271305;
}




/* = = = 尺寸分隔線 = = = = */
@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: 1px;}
.i_blog_ri h5, .blog_list_ri h5 {letter-spacing:.5px;}

/* 首 */
.module_i_news section{width: 95%;}
.module_i_news ul {grid-template-columns: repeat(auto-fill, minmax(46%, 1fr));gap: 3%;}
.module_i_news li:last-child {display: block;}
}

@media screen and (max-width: 768px) {
/* 功-外 */
.article_a .main_part{width: 95%;}
.show_content.blog_box {grid-template-columns: 1fr;gap: 20px;padding-bottom: 40px;}
.blog_le {position: relative;margin-bottom: 60px;top: 0;padding: 20px 0;display: none;}
/* 內 */
.blog_in_page .show_content.blog_box {display: flex;flex-direction: column;}

/* 首 */
.module_i_news {padding: 80px 0 100px;}
.module_i_news .title_i_box {display: flex;align-items: flex-start}
.module_i_news section {width: 95%;display: flex;flex-direction: column;gap: 20px;}
.module_i_news ul {margin: 0;gap: 25px;grid-template-columns: 1fr;}
.i_blog_b {margin-top: 30px;}
}

@media screen and (max-width: 620px) {
    .article_a .main_part {
        width: 100%;
        padding: 0 25px 40px;
    }

.subbox_item a {flex-direction: column;}
.i_blog_le, .blog_list_le {max-width: 100%;}
.i_blog_ri p, .blog_list_ri p {font-size: 14px;-webkit-line-clamp: 2;line-height: 1.6;}
.module_i_news_list, .module_i_news_list.swiper{padding: 0 25px;}
.blog_list_ri em {margin: 10px 0 20px 0;}
/* 內 */
.blog_in_page h4.blog_category_title {
    padding: 30px 0 20px;
}
.blog_box_edit {
padding: 0;
}

/* 首 */
.module_i_news {padding: 60px 0 80px;}
.module_i_news section{width: 100%;}
.module_i_news ul {gap: 20px;}
.i_blog_b {margin-top: 20px;}
}


@media screen and (max-width: 480px) {
.blog_list_ri em {order: 1;font-size: 13px;margin: 0;}

/* 首 */
.module_i_news .title_i_box {display: flex;align-items: flex-start;flex-direction: column;gap: 10px;}

}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = = = = = */
/*促銷活動設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* 促銷首頁 */
.news_part {}






/* = = = 分隔線 相本主分類= = = = = = = = = == = = = = = = = = = = = = = = = = = = */
/*相本分類全版面 ( 限制最寬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 {filter: grayscale(1);transition: all .8s;}
.show-list .item a:hover .show_pic {filter: grayscale(0);}
.show-list .show_pic {}
.show-list .item a .show_pic img {}
.show-list .item a:hover .show_pic img {}



/* = = = 分隔線 相本分類= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*相本列表*/
.album_page .show_content, .album_info_page .show_content{ }
/* 主分類相簿名 */
.subalbum-menu h2 {}

/*大分類頁*/
.album_class_page .show_content,.album_info_page .show_content {}
.show-list {}
.show-list .item {}

/* 次分類相簿名 */
.other_subalbum li a p {}


/*相本內頁-.album_info_page*/
.album_info_page{}
.album_descrip p {}
/*相簿瀑布流*/
.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 {}
.pic-list .item h6 {}


@media screen and (max-width: 1280px){}
@media screen and (max-width: 768px){}
@media screen and (max-width: 620px){}








/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*聯絡我們 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.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下方區域_平板版面1280 */
@media screen and (max-width: 1280px) {}


/* @1024下方區域_平板版面1024 */
@media screen and (max-width: 1024px) {}


/* 下方區域_平板版面768 */
@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu { display: none    }
.footer.with_shopping_mode { padding-bottom: 50px; }
#to_top {transform: scale(.9);bottom: 60px;}
#to_top::before { top: 18px; }
#to_top::after { top: 20px; bottom: 60px;}

/* footer */
.copy {background: transparent;padding: 10px 0 20px;color: var(--SubColor);font-weight: 400;}
.copy a {color: var(--SubColor);}
}

@media screen and (max-width: 620px) {
/* footer */
.footer_logo {width: 80%;}
.footer_menu {flex-wrap: wrap;}
.footer_menu a {line-height: 1.5;}

.copy {
font-size: 8px;
letter-spacing: .5px;
line-height: 2;
}
}

@media screen and (max-width: 480px) { }