@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* = = = header = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/

/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/


/*電腦LOGO
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/

/* 商品下拉超過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個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */


.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start;}
.product_page .product_menu_list { position: relative; width: 220px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px);}
ul.page { width: 100%;}

.product-layer-two li ul { position:static; margin-top:5px; /*display:block !important;*/ width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}
.product-layer-two li li a{ padding:5px 10px;}
.product-layer-two li li:hover > a { background:#fff; color:#ad925e;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px; height: 8px; background: transparent; left: 0; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:#ad925e;}

.product_info_page .half_box { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_box li.btn_blankTop { margin-top: 50px; justify-content: space-between; display: flex;}
.product_info_page .half_box li.btn_blankTop input { width: calc(50% - 10px); background-image: none; padding: 0; text-align: center;}
@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) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {}
.banner h5 {}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/


/* = = = header = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.header_area {
    position: relative;
    z-index: 9999;

    position: sticky;
    top: 0;
    width: 100%;
}
.header_area {    padding: 0px;}

.main_header_area .container {
    max-width: 1800 px;
    margin: auto;}
  
a {
    color: #736357;
}

    .footer_logo img {
    max-width: 75%;
}
.footer_info {
    padding: 0;
    display: grid
;
    grid-template-columns: 250px 1fr;
    grid-gap: 0;
    padding-right: 0px;
    align-items: center;
}
.nav-brand img {
    max-width: 75%;}

.nav-brand img {
    max-width: 55%;
}
.nav-brand img {
    max-width: 75%;
}
.nav-brand {    padding: 5px 1px 5px 0;}
.navigation {
    width: 90%;
    position: relative;
    padding: 10px 5px 10px 20px;
    display: grid
;
    grid-template-columns: 150px 1fr;
    grid-gap: 0 20px;
    align-items: center;
    margin: auto;
}
.main_header_area .container {
    max-width: 1800px;
    margin: auto;
}
.menu-button {
  position: relative;
}

.menu {
  display: flex;
  gap: 30px;               /* 按鈕間距 */
  padding: 20px;
  justify-content: center;
  background: #ffd9b3;     /* 你的背景顏色 */
}
.stellarnav > ul > li > a {
    padding: 0;
    color: #ab7f5a;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    margin: 0 20px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
}
.menu-button {
  position: relative;
  display: inline-block;
  padding: 8px 0;
  font-size: 16px;
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.menu-button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #cc6600;  /* 線條顏色，可以改 */
  transform: scaleX(0);       /* 預設隱藏 */
  transition: transform 0.3s ease;
  transform-origin: center;
}

.menu-button:hover {
  color: #ffffff;             /* hover 文字變色 */
}

.menu-button:hover::after {
  transform: scaleX(1);       /* hover 顯示橫線 */
}

.stellarnav > ul > li > a::before{
    content: "";
    position: absolute;
    height: 1px;
    background:#fff;
    width: 0;
    transition: all 0.3s;
    right: 0;
    left: 50%;
    transform: translate(-50% , 0);
    bottom: 0;
    width: 0%;.}
.stellarnav > ul > li:hover > a::before{width: 100%;}
.me_tp_features {
    width: 100%;
    text-align: right;
    padding-right: 15px;
}

/* 主選單 hover */
.stellarnav > ul > li > a:hover {
    transform: scale(1.1);
    color: #ffffff;
}
/* 子選單初始隱藏 */
.stellarnav ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 5px 0;
    min-width: 180px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    z-index: 999;
}

/* 主選單 hover顯示子選單 */
.stellarnav li.has-sub:hover > ul {
    display: block;
}

/* 子選單 li a 初始樣式 */
.stellarnav ul ul li a {
    display: block;
    padding: 10px 20px;
    color: #BA9973;
    text-decoration: none;
    position: relative;
    transition: transform 0.3s ease, color 0.3s ease;
}

/* 子選單 hover */
.stellarnav ul ul li a:hover {
    transform: scale(1.05);
    color: #f9c5b3;
    background: #fdf0e7;
}

/* 子選單底線動畫 */
.stellarnav ul ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #f9c5b3;
    transition: width 0.3s ease;
}

.stellarnav ul ul li a:hover::after {
    width: 100%;
}

 /*RWD1250/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
     @media screen and (max-width:1250px) {
.stellarnav > ul > li > a {font-size: 15px;margin: 0 10px;}
}
     @media screen and (max-width:1024px) {
.nav-brand img {
    max-width: 55%;}
        .me_tp_features {
        text-align: right;
        padding-right: 50px;}
.navigation {width: 100%;}

}
/* = = = footer = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.footer {
    padding: 30px 0 0;
    font-size: 15px;
    background: #f9c5b3;
    position: relative;
    z-index: 100;
}
.footer_info li p {
    line-height: 175%;
    letter-spacing: 2px;
    color: #8e5b35;;
}

.box_link {
    position: absolute;
    top: 10px;
    right: 10px;
    width: auto;
    max-width: 10px;
    display:none
;
    flex-wrap: wrap;
    max-height: 100%;
    flex-direction: row-reverse;
}
.footer_logo {
    display: flex
;
    vertical-align: top;
    max-width: 200px;
    align-content: center;
    justify-content: center;
    align-items: center;

    margin: 0;
}
.footer .center {
    position: relative;
    max-width: 1000px;
}
.tp_links a {display: none;}
.me_tp_features a {
    /* display: inline-block; */
    vertical-align: middle;
    margin: 0 .5px;
    font-size: 13px;
    border-radius: 50%;
    color: #6D848E;
}
.footer_info li p.tel2:before {content:'特寵業繁字:' ;}
a {
    color: #8e5b35;}

/* = = =  = = = = =footer選單按鈕= = = = = = = = = = = == = = */
.footer_menu a:hover {
    background: #ffb882;
    color: #fff;
}
.footer_menu a {
    display: inline-block;
    padding: 5px 7px;
    border: none;
    margin: 0 4px 4px 0;
    font-size: 12px;
    line-height: 100%;
    color: #6d848e;
    background: #f0f0f000;
}
.footer_menu a:nth-child(1) {
    display: none;}


.main_header_area .container {
    max-width: 100%;
    margin: auto;
    background: #FFD8AF;
}
.header_area {    background: none;}
.header_area.sticky {    background: none;}

/* = = =  = = = = = = = = = == = == = = */

.edit_part {
    padding: 0px 0px;}

/* = =  = = == = = 品種介紹 = = = = = = == = = = = = = = = = = = = == = = */
/* 桌機與平板 */
.banner.banB {
    width: 100%;
    height: 20vh;                  /* 高度隨視窗高度 20% */
    max-height: 250px;             /* 桌機最大高度 */
    background-image:none;
    background-size: cover;        /* 填滿容器，保持比例 */
    background-position: center;   /* 置中 */
    background-repeat: no-repeat;  /* 不重複 */
}
/* 隱藏文字 */
.path p,
.path p a,
.banner h5 {
display: none;}
/* = =  = = == = = end= = == = = = = = == = = */

/* = =  = = == = =聯絡資訊= = == = = = = = == = = */
.info_TEL2:before {
    content: "繁字";}
.blank_letter {color: #a27d5c;}
/* = =  = = == = = end= = == = = = = = == = = */
/* = =  = = == = =聯絡我們= = == = = = = = == = = */

.banner {    min-height: 450px;}
.main_part {
    width: 100%;
    max-width: 1300px;
    margin: 100px 100px 100px 285px;
    padding: 50px 20px;
    
}
#content {min-height: 80vh;}
.contact_le_map a {    background: #a27d5c;}
.contact_form li.last cite {    background: #a27d5c;}
.banC {
    background-image:none;}
.contact_content .information_right {
    width: auto;
    background: #ffffffbd;
    padding: 20px 50px 10px 50px;
    border-radius: 1.5em;
    width: 90%;
    max-width: 1250px;
    margin: 30px auto;
}
    .contact_content .information_left {
    width: 1000px;
    display: none;
    flex-direction: column;
margin: 10px 50px 10px 80px;}
.information_left, .information_right {padding: 20px;}
.contact_form {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 15px;
    color: #444;
    display: grid
;
    grid-template-columns: 1fr;
    grid-gap: 10px;}
    .noborder {
    border: none;
    width: 100%;
    padding: 5px;
    vertical-align: middle;
}
.contact_form li {
    display: grid
;
    grid-template-columns: 90px 1fr;
    grid-gap: 10px;
}
.contact_content form {
    display: flex;
    flex-direction: column-reverse;}
.contact_editbox {    padding: 10px 0px;}
/* = =  = = == = = end= = == = = = = = == = = */

/* = =  = banner= ==  = = */
.banner {    display:flex;} 
.banF {    background-image: none;
}.banner {padding: 0px;}


/* = =  =待售小貓選單按鍵 ==  = = */
.product-layer-two > li {    padding-bottom: 10px;border-bottom: NONE;}
.product-layer-two li a {    BORDER-RADIUS: 10PX;background: #ffd8af;color: #a27d5c;border: NONE;}
.product-layer-two li.active a {
    font-weight: bold;
    border: NONE;
}
.product-layer-two li:hover ul {
}
.product-layer-two ul.noContent {
    display: none;}
    .product-layer-two li a:hover {
    background: #6a5d4f;
    color: #fff;}
.product_menu_list>h5 {    color: #6a5d4f;}

/* = =  =待售小貓選單照片 ==  = = */
.products-list .pic img {    BORDER-RADIUS: 10PX;}
.products-list .name {color: #a27d5c;}
.products-list .item a:hover .more {
    background: #ADA17E;
    color: #fff;
    letter-spacing: 2px;
    BORDER-RADIUS: 10PX;
    grid-gap: 50px;}

/* = =  =待售小貓(頁面邊界) ==  = = */
.product_page .main_part {
    max-width:1400px;}
#content {
    background: url(https://pic03.eapple.com.tw/enocat/contents-photo.png) no-repeat;
    padding: 10px 0px 0px 0px;}
.product_page .show_content, .product_info_page .show_content {
    width: 80%;
    display: flex
;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}
.show_content {
    margin: 10px 10px 10px 10px;
    padding: 10px 10px;
    margin-left: -70px;
}
#content {background-size: cover;
    background-position: center;
}

/* = =  =待售小貓info頁面邊界) ==  = = */
.product_info_page .main_part {margin: auto;padding: 200px 0px 0px 20px;}
.product_info_page .sidebarBtn {    border:none;
border-radius: 10px;    background: #ffffffa6;
}.proImgSwiper img { max-height: 100%;
 border-radius: 10px;}

 .proImgSwiper .swiper-button-next:after, .proImgSwiper .swiper-button-prev:after {
    text-shadow: 0 0 5px #e2690d;  transition: all 0.3s ease; /* 箭頭動畫過渡 */
}

/* hover 效果： */
.proImgSwiper .swiper-button-next:hover:after,
.proImgSwiper .swiper-button-prev:hover:after {
  transform: scale(1.2) rotate(60deg); /* 放大 + 旋轉 */
}
 /* 輪播圖： */
.proImgSwiper img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 裁切填滿容器 */
}
.related_list {
    list-style: none;
    display: none;}
.prod_related {
    background: #f5f5f500;
    padding: 1px 0px;
}
.prod_related h6 {    margin: 10px auto 10px;}
.lastPage {    background: #de9644;    border-radius: 10px;
    padding: 10px 10px;}
.prod_related h6 span {display: none;}
/* 商品資訊 */
.pd_tabTitle li.activeTab a {color: #a27d5c;font-weight: bold;font-size: 15pt;}
.pd_tabTitle li.activeTab::after {height: 1px;background: #a27d5c;}
.edit {padding: 15px 0px 1px 0px;color: #a27d5c;}
.product_info li span {    color: #a27d5c;}/* 商品規格字顏色 */

.banner {padding: 0px;display: none;}/* 有家小貓banner */

.blog_page .main_part {
    margin: auto;
}/* 有家小貓文章區塊 */

.blog_ri {
    padding: 0 0 0 30px;
}

.blog_ri {
    display: flex
;
    vertical-align: top;
    margin-bottom: 2vw;
    padding: 7px 20px 10px 10px;
    flex-direction: column;
    align-items: center;}
.blog_le {    display: none;}
ul.page {display: none;}
.blog_subbox {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.blog_ri {
    width: unset;}
h4.blog_category_title {
    color: #a27d5c;    margin: 0 auto;
    display: block;
    text-align: center; /* 保險，確保文字也置中 */}
.blog_list_ri {}
.subbox_item a:after {    background: rgb(255 178 121);}
.blog_container {
  margin-left: -30px; /* 整個區塊往左移 30px */
}
.blog_le .accordion >  .blog_le .accordion > li.on_this_category {
    background: #ffd1a7 !important;
}
.accordion li .link a {    color: #a27d5c;    padding: 15px 18px;}
.accordion li+li .link {
    border-top: 1px solid #a27d5c;
}
.blog_le .accordion {border: none;
    border-bottom: 1px solid #a27d5c;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: #ffca8f !important;
}

.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {
    color: #a27d5c !important;
}
.blog_in_page article.main_part {margin: auto;}


 /* 最重要的main-part調整 */
.main_part {
    margin: 0 auto;
    padding: 100px 0;
}
/* end */
.blog_back {    grid-gap: 10px;}
.toShareNews b, .toShareNews a, .toShareNews a object, .toShareNews a i {
    display: none;}
.show_content {    margin: auto;}
.news_related {    display: none;}
 /* 最新消息 */
.blog_back a.article_btn_prev {background: #f9c5b3;border-radius: 10px;/* 上一篇 */
transition: all 0.3s ease;/* 動畫時間與平滑效果 */}
.blog_back a.article_btn_prev:hover {
    transform: translateY(-5px) scale(1.05);  /* 浮起並放大 */
    background-color: #ff9800;   /* hover 時底色變橘，可換你要的顏色 */
    color: #fff;                 /* hover 時文字變白 */
    box-shadow: 0 6px 15px rgba(0,0,0,0.2); /* 陰影，增加立體感 */
}
.blog_back a.article_btn_next {background: #f9c5b3;border-radius: 10px;/* 下一篇 */
transition: all 0.3s ease;/* 動畫時間與平滑效果 */}
.blog_back a.article_btn_next:hover {
    transform: translateY(-5px) scale(1.05);  /* 浮起並放大 */
    background-color: #ff9800;   /* hover 時底色變橘，可換你要的顏色 */
    color: #fff;                 /* hover 時文字變白 */
    box-shadow: 0 6px 15px rgba(0,0,0,0.2); /* 陰影，增加立體感 */
}
.blog_back a.article_btn_back {border-radius: 10px;/* 回列表 */
transition: all 0.3s ease;/* 動畫時間與平滑效果 */}
.blog_back a.article_btn_back:hover {
    transform: translateY(-5px) scale(1.05);  /* 浮起並放大 */
    background-color: #ff9800;   /* hover 時底色變橘，可換你要的顏色 */
    color: #fff;                 /* hover 時文字變白 */
    box-shadow: 0 6px 15px rgba(0,0,0,0.2); /* 陰影，增加立體感 */
}
.blog_back {    grid-template-columns: repeat(3, auto);
    justify-content: center;
}
.subbox_item a {display: grid;grid-template-columns: 1fr;}
.banE{background-image: none;}
.show-list .show_pic img {border-radius: 10px;}
.show-list .show_name {color: #a27d5c;}
.blog_le .accordion {    display: none;}
.blog_search input[type=search] {    display: none;}
.blog_search input[type=submit] {display: none;}


 /* 貓咪影音 */
.video-layer-two li a {
    position: relative;
    border-bottom: 1px #a27d5c solid;
    background: none;    color: #a27d5c;    padding: 8px 16px 5px 5px;}
    .video-layer-two > li {
    border-bottom: 1px solid#a27d5c;}

.video-layer-two li a {    border: none;}
.video-layer-two li a {
  position: relative;
  color:  #a27d5c;
  transition: color 0.3s ease;
}
video_page.contents.main_part {
    margin: 0 auto;
    padding: 150px 0px 500px 50px;
}
/* 建立線段 */
.video-layer-two li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6.5px;                    /* 底線位置 */
  width: 0;                      /* 初始寬度 0 */
  height: 2px;                   /* 線的粗細 */
  background:  #a27d5c;           /* 線的顏色 */
  transition: width 0.3s ease;
}

/* hover 時線段展開 */
.video-layer-two li a:hover::after {
  width: 100%;                  /* 滑鼠移過去時寬度 100% */
}

.other_subalbum li {    background: #ffd1a7;} /* 培育記錄 */
.other_subalbum li a p {
    line-height: 3;}
.show-list .item {border-radius: 10px;    text-align: center;}
.show-list .show_pic {    border-radius: 10px}
.album_fixed_title {    display: none;}
.other_album_choice li {
    background: #a27d5c;    margin: 0px 10px 7px;}
.subalbum-menu h2 {#a27d5c;}
.page {margin: 5px auto;}
.video-list .vidTitle {color: #a27d5c;}
.album_page.album_a.bodyDesktop .contents.main_part {
    margin: 0 auto;
    padding: 150px 0px 500px 50px;
}
.shopping-cart .cart_head {background: #a27d5c;} /*購物車商品名稱顏色 */
.total_amount ul {border: 1px solid #a27d5c;}
.shopping-cart .cart_content .row {border-bottom: 1px solid #a27d5c;}
.shopping-cart .cell {color: #a27d5c;}
.total_amount ul:after {    border-right: none;border-bottom: none;}
.rewrite_simple {background: #a27d5c url(../images/simple_left.png) 10% center no-repeat;border-radius: 10px;
display: inline-block;           /* 讓 transform 生效 */
transition: transform 0.3s ease; /* 平滑過渡 */}
.rewrite_simple:hover {transform: scale(1.1);           /* 放大 10% */
color: #ff9800; /* 可選文字變色 */}

.send_simple {background: #a27d5c url(../images/simple_right.png) 88% center no-repeat;border-radius: 10px;
display: inline-block;           /* 讓 transform 生效 */
transition: transform 0.3s ease; /* 平滑過渡 */}
.send_simple:hover {transform: scale(1.1);           /* 放大 10% */
color: #ff9800; /* 可選文字變色 */}
.stepImg span {color: #a27d5c;}
.total_amount {color: #ff9016;}
.amountNum {border: 1px solid #a27d5c;    color: #f0a58b;}
.separate_title {
    font-size: 16px;
    color: #a27d5c;
    padding: 10px 0 10px 50px;
    background: #fff url("https://pic03.eapple.com.tw/enocat/right-arrow.svg") left center no-repeat;}
.formbox_form {color: #a27d5c;}
.form label.Bigcheck {    color: #a27d5c;}
/*header特殊*/
.pageIndex .header_area { position: fixed; width: 100%; top: 0; left: 0;padding: 0;background: none;}
.pageIndex .header_area.sticky { position: fixed;}
.main_header_area { position: relative;background: transparent;}
.pageIndex .header_area .main_header_area::before, .main_header_area::before {

    position: absolute;
    top: -310px;
    left: 0;
    width: 100%;
    height: 310px;
    transition: 0.5s ease-in-out;    background-size: cover;}

.pageIndex .header_area.sticky .main_header_area::before, .main_header_area::before {
    top: -110px;
    transition: 0.5s ease-in-out;}

.main_header_area .container { max-width: 100%;}
/*logo*/
.pageIndex .header_area .nav-brand {margin:2px 10px 5px 10px; max-width: 150px; width: 100%;transition: all 0.3s;}
.pageIndex .header_area.sticky .nav-brand{max-width: 100px;transition: all 0.3s;}
.header_area .nav-brand {max-width: 116px; width: 100%;transition: all 0.3s;}
.articel_mainPic img {
    display: block;
    max-width: 350px;margin: 0 auto;
}
.blog_container {
  display: flex;
  justify-content: center;  /* 水平置中 */
  gap: 20px;                /* 左右欄距離 */
  flex-wrap: wrap;          /* 小螢幕自動換行 */
}

.main_header_area {
    position: relative;
    background-image: url(https://pic03.eapple.com.tw/enocat/header-der.png);
    background-size: auto;
    background-repeat: repeat-x;
    background-position: bottom;
    padding-bottom: 62px;
    margin-bottom: -62px;
}
/* 底色-透明轉橘 */
.pageIndex .main_header_area .container {
    background: transparent;
}

.pageIndex .header_area.sticky .main_header_area .container{
    background: #FFD8AF;
}

/* 裝飾-消失轉出現 */
.pageIndex .main_header_area{
    background: transparent;
}

.pageIndex .header_area.sticky .main_header_area {
    background-image: url(https://pic03.eapple.com.tw/enocat/header-der.png);
    padding-bottom: 60px;
    background-position: bottom;
    background-size: auto;
    background-repeat: repeat-x;
}
.video-list {    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {    background: #ffd5ac;}

/* = = =  = = = = =螢幕尺寸設定= = = = = = = = = = = == = = */

/* = =  =尺寸:1365px= = == = */
@media screen and (max-width: 1365px) {
.navigation {width: 100%;}
}


/* = =  =尺寸:1024px= = == = */
@media screen and (max-width: 1024px) {.navigation {
    width: 100%;}
.main_header_area {background-size: 100px;padding-bottom: 42px;
    margin-bottom: -42px;}
.footer_logo {    margin: auto;}
.pageIndex .header_area.sticky .main_header_area {
background-size: 100px;padding-bottom: 42px;margin-bottom: -42px;}
.footer_info {    grid-template-columns: 300px 1fr;}
.footer_menu {
    width: 90%;
}
    .navigation {
        display: flex
;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        align-content: center;
    }
.pageIndex .header_area {position: relative;}    
#bottom_menu {display: flex; }    
.me_tp_features {display: none;}
.pageIndex .main_header_area .container {
    background: #ffd5ac;
}
#bottom_menu {background: #ffd5ac;}
.fix_ri {    bottom: 200px;}
.video_menu_list ul {grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));}
}

/* = =  =尺寸:879px= = == = */
@media screen and (max-width: 879px) {    .video_menu_list ul {
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));}
.stellarnav > ul > li > a {margin: 0 8px;}
} 


/* = =  =尺寸:768px= = == = */
@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
.me_tp_features {
    display: none;}
    #bottom_menu {
        display: flex
;
        flex-direction: row;
        flex-wrap: nowrap;
    }
    .navigation {
    width: 100%;
    position: relative;
    padding: 10px 10px 10px 10px;
    display: grid
;
    grid-template-columns: none;
    grid-gap: 0 20px;
    align-items: center;
    justify-content: center;
}
.stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile, .stellarnav .close-menu {
    padding:padding: 30px 10px 10px 10px;
    box-sizing: border-box;
}
.footer_logo img {
    max-width: 100%;
}
#bottom_menu {display: block; }
.footer.with_shopping_mode { padding:0px 0 70px; }
#to_top { bottom:60px;}

    #bottom_menu {
        display: flex;}
.footer_logo {
    text-align: left;
}
.footer_logo {
    display: flex;
    vertical-align: top;
    max-width: 50%;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.footer_info {
    padding-top: 20px;}
.banner.banB {height: 15vh;              /* 手機螢幕高度更小 */}
.main_part {padding: 20px 0;}
.header_area {    padding: 0;}
.pageIndex .header_area .main_header_area::before, .main_header_area::before {height: 370px;}
.pageIndex .header_area.sticky .main_header_area::before, .main_header_area::before {top: -130px;}
.design_preview img, .design_preview2 img, .design_preview3 img {padding:0px;}
.pageIndex .header_area .nav-brand {
    margin: 5px 10px 5px 10px;}
.nav-brand img {max-width: 45%;}

.pageIndex .header_area .nav-brand {    max-width: 80px;}
.stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile, .stellarnav .close-menu {
        padding: 25px 5px 20px 5px;
        padding-left: 15px;
    }

.blog_subbox {width: 100%;margin: 0 auto;}
#content {padding: 10px 0px 0px 0px;}
/* = =底部按鈕跟TAG= = */
.eni-dd {grid-template-columns: repeat(8, auto);}
.eni-dc s {FONT-SIZE: 12PX;}
.enp1-ab i img {aspect-ratio: unset;
    width: auto;
    margin: auto;
    max-width: 100%;
    object-position: center;
    margin-left: -5%;}    
.pageIndex .header_area.sticky .main_header_area {background-size: 100px;
        padding-bottom: 45px;
        margin-bottom: -45px;
    }
.footer_info {grid-template-columns: 150px 1fr;}
.pageIndex .header_area {position: fixed;}
.pageIndex .main_header_area .container {background: transparent;}
.show_content {padding-top: 50px;}
}


 

/* = =  =尺寸:500px= = = == = = */
@media screen and (max-width: 500px) {
.nav-header {max-width: 350px;}
.navigation {padding: 8px 5px 5px 5px;}
.nav-brand img {
max-width: 40%; 
padding: 5px;}
.stellarnav.mobile .menu-toggle, .stellarnav.mobile .dd-toggle, .stellarnav.mobile .close-menu, .stellarnav.mobile .call-btn-mobile, .stellarnav.mobile .location-btn-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;}
.pageIndex .header_area .main_header_area::before, .main_header_area::before {
height: 340px;}
.navigation {justify-content: right;}
.nav-header {text-align: right;}
.pageIndex .header_area.sticky .nav-brand {
    max-width: 100px;}
.nav-brand img {max-width: 45% !important;}
.pageIndex .header_area .nav-brand {
max-width: 100px;}
.blog_subbox {margin: 0 auto;}
.blog_page .main_part {padding: 30px 50px 50px 50px;}
.blog_subbox {grid-template-columns: 1fr 1fr;  }
.show_content {padding: 25px 5px;}
.blog_page article.blog_subbox{width: 100%;}
.blog_page article.show_content{padding: 5px 10px;}
.blog_page .main_part {
padding: 30px 50px 10px 50px;}
.contact_content .information_right {
    width: auto;
    background: #ffffffbd;
    padding: 1px 15px 10px 15px;
    border-radius: 1.5em;
    margin-top: 10px;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 50px;
}
.blank_letter {    font-size: 20px;}
.product_info_page .main_part {    padding: 0px;}
.articel_mainPic img {    max-width: 350px;}
.blog_ri {
    width: auto;}
    .blog_le, .blog_ri {    padding: 7px 10px 10px 10px;}
    .pageIndex .header_area.sticky .main_header_area {
        background-size: 80px;
        padding-bottom: 35px;
        margin-bottom: -35px;
    }
.stellarnav.mobile > ul > li > a.dd-toggle {
    padding: 20px;}

}  


@media (max-width: 1024px) {
    .enp1-ab i img {
        margin-left: -10%  !important;
        object-position: center  !important;
    }

    .eni-bb i {
        max-width: 280px !important;
        object-position: center !important;
    }
    .eni-bb h4 { font-size: var(--f36) !important;
    margin-left: 5% !important;}
}
@media (max-width: 768px) {
    .eni-db {
        max-width: 290px !important;
        object-position: center !important;
        margin-left: 5% !important;
    }
}
/* = =  =尺寸:300px= = = == = = */
@media screen and (max-width: 500px) {    .articel_mainPic img {
        max-width: 250px;
    }
}
/* = = =  = = = = = 螢幕設定結束= = == = == = = */