@charset "utf-8";
/*網站全域設定/＝＝＝＝＝*/
/*
  #ADA17E /*網站主要色系
  #cbc0a0 /*網站輔助色系1
  #658781; /*網站輔助色系2*/

/*Main/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*Header/＝＝＝＝＝*/
.main_header_area{/* background: #fff; */}
/*選單最大寬度設定*//*
.main_header_area .container {    max-width: 95%;}
*/
.navigation {    padding: 10px 0 10px 210px;}
/*第一層*/
.stellarnav > ul > li > a{transition:all 0.3s;}
.stellarnav > ul > li:hover > a{color: #cb7d47;}
/*第二層*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{    padding: 7px 5px;    transition: all 0.3s;border-left:1px solid transparent;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: #cb7d47;	padding-left:10px;border-color:#cb7d47 ;}
/*SubMenu*/
.shop_search_btn {    background: #cb7d47;}
.tp_links a{transition:all 0.3s;}
.tp_links a:hover {    color: #cb7d47;}

/*隱藏購物車搜尋欄*//*
.box_search{display:none;}
/*隱藏購物車*//*
.me_tp_features a.tp_btn_cart {display: none;}
/*隱藏匯款通知*//*
.me_tp_features a.tp_btn_notice{display: none;}
/*隱藏選單按鈕連結*//*
.tp_links{display: none;}

/*選單漸變效果＝＝*/
/*首頁固定選單 開啟後下方RWD 768對應標籤也需開啟*//*
.pageIndex .header_area{position: fixed;    width: 100%;}

/*網站 LOADING 畫面*/
@keyframes fadeInOut {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
body{
    -webkit-animation: fadeInOut 2.5s ;
    animation: fadeInOut 2.5s;}

/*HEADER*/
.pageIndex .header_area {background: #ffffff00;position: fixed;
    border-bottom: 0px solid #583f281a;transition: 1s ease;}
.pageIndex .header_area:hover, .header_area:hover {background: #fff; transition: .5s ease;}
.header_area {position: fixed;background: hsl(0deg 0% 100% / 90%);border-bottom: 0px solid #583f281a;padding: 0;transition: 1s ease;}
.pageIndex .header_area.sticky {background: #ffffffe6;border-bottom: 1px solid #583f281a;transition: 1s ease;}
.header_area.sticky {background: #ffffff;border-bottom: 1px solid #583f281a;transition: 1s ease;}

.me_tp_features {position: relative;display: flex;right: 0;bottom: 0;width: fit-content;text-align: center;padding: 0px 0;z-index: 9901;order: 2;}
.pageIndex .me_tp_features {z-index: 10000;}
.pageIndex .header_area .me_tp_features a {color: #fff;}
.me_tp_features a {margin: 0;padding: 0 10px;font-size: 14px;font-weight: normal;
    color: #000000;letter-spacing: 0.15em;transition: .5s ease;}
.me_tp_features a:hover {opacity: 0.5;transition: .5s ease;}
.pageIndex .header_area:hover .me_tp_features a, .header_area.sticky .me_tp_features a {color: #000000;transition: 1s ease;}
.me_tp_features a.tp_btn_notice {display: none;}
.box_search, .tp_links {display: none;}

.main_header_area .container {max-width: 90%;}
.navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px; /* 左右加大內距，讓左右內容離邊緣更遠 */
}
@media (min-width: 1200px) {
  .stellarnav {
    margin-left: 200px; /* 只在電腦版生效 */
  }
}
body:not(.pageIndex) .header_area {
    position: sticky;
    top: 0;
    z-index: 999;
    background: hsl(0deg 0% 100% / 90%);
} 
body:not(.pageIndex) .header_area .header_area {
    background: #fff;
}

/*選單*/
.stellarnav ul {display: flex;text-align: center;justify-content: center;align-items: center;}
.pageIndex .header_area .stellarnav > ul > li > a {color: #ffffff;text-shadow: 0 0 10px #ffffff00;}
.stellarnav {order: 1;width: fit-content;}
.stellarnav > ul > li > a {display: inline-flex;flex-direction: column;font-weight: 600;padding:20px 10px 15px;color: #000000;
    text-shadow: 0 0 10px #ffffff;letter-spacing: 0.15em;margin: 0;line-height: 1;height: auto;transition: 1s ease;}
.stellarnav > ul > li > a b {line-height: 1.3;height: auto;}
.stellarnav > ul > li > a > b:last-of-type {font-size: 12px;line-height: 1.8;letter-spacing: 0.15em;text-transform: math-auto;}
.pageIndex .header_area .stellarnav > ul > li > a > b:last-of-type { color: #fff;}
.stellarnav > ul > li > a b:last-of-type, .pageIndex .header_area:hover .stellarnav > ul > li > a > b:last-of-type, 
.header_area.sticky .stellarnav > ul > li > a > b:last-of-type, .header_area:hover .stellarnav > ul > li > a > b:last-of-type {color: #cfa372;}
.stellarnav > ul > li > a:hover b {transform: unset;-webkit-transform: unset;-moz-transform: unset;}
.header_area.sticky .stellarnav > ul > li > a, .pageIndex .header_area:hover .stellarnav > ul > li > a, .header_area:hover .stellarnav > ul > li > a {
    color: #000000;transition: 1s ease;}
.stellarnav > ul > li > a:before {content: '';position: absolute;transform: translateX(-50%);
    top: auto;left: 50%;bottom: 7px;width: 0%;opacity: 0;height: 1px;background: #adadad;transition: 0.5s ease;}
.stellarnav > ul > li:hover > a:before {width: 80%;opacity: 1;transition: 0.5s ease;}
.stellarnav > ul > li.has-sub > a {padding-right: 10px;}
.stellarnav li.has-sub > a:after {display: none;}

/*下拉選單*/
.stellarnav li.drop-left ul ul {left: 100%;right: 0;}
.stellarnav > ul > li > ul {width: 250px;border-radius: 0;transform: translateX(-50%);left: 50%;
    right: 0;background: #fff;border: 1px solid #dfdfdf;}
.stellarnav > ul > li > ul > li {border: unset;text-align: center;}
.stellarnav > ul > li > ul > li+li {border-top: 1px solid #00000033;}
.stellarnav > ul > li > ul > li > a {padding: 10px 5px;color: #000000;letter-spacing: 0.1em;transition: 0.2s ease;}
.stellarnav > ul > li > ul > li > ul {left: 100%;right: 0;background: #ffffff;border-radius: 0;;border: 1px solid #dfdfdf;}
.stellarnav > ul > li > ul > li > ul > li {border: unset;}
.stellarnav > ul > li > ul > li > ul > li+li {border-top: 1px solid #aaa;}
.stellarnav > ul > li > ul > li > ul > li > a {color: #000000;text-align: center;letter-spacing: 0.1em;padding: 10px;}
.stellarnav > ul > li > ul > li > ul > li > a:hover {opacity: .5;}

@media screen and (max-width: 768px) {
.stellarnav li.drop-left ul ul {
    position: relative !important;
    left: 0 !important;
    right: auto !important;
  }
.pageIndex .header_area .stellarnav > ul > li > a { color: #000000; }
.header_area {border-bottom: 1px solid #583f281a;}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {border: unset;max-width: 100%;width:50%;box-shadow: 0 0 10px #ccccccbf;opacity: 0;}
.stellarnav.mobile.active > ul {opacity: 1;padding: 0;width: 70%;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
    position: relative;top: 0;left: 0;background: unset;letter-spacing: 0.15em;padding: 15px;}
.stellarnav .icon-close {width: 20px;height: 11px;}
.stellarnav .icon-close:before, .stellarnav .icon-close:after {border-bottom: solid 1px #573e27;}
.stellarnav.mobile.active > ul > li {opacity: 1;}
.stellarnav > ul > li > a:before {display: none;}
.stellarnav.mobile li a {border-bottom: unset;}
.stellarnav.mobile > ul > li > a {display: flex;padding: 20px 30px;font-size: 16px;color: #573e27;text-align: center;}
.stellarnav.mobile > ul > li > a.dd-toggle {padding: 20px 0;border: 0;right: 20px;}
.stellarnav.mobile ul > li > ul {padding: 0;background: #583f280d;border: unset;box-shadow: unset;
    border-bottom: 1px solid hsl(29deg 38% 25% / 50%);}
.stellarnav.mobile > ul > li > ul > li > a, .stellarnav.mobile > ul > li > ul > li.has-sub > a, 
.stellarnav.mobile > ul > li > ul > li > ul > li > a {padding: 15px 0px !important;letter-spacing: 0.15em;
    text-align: center;font-size: 15px;}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after {border-bottom: solid 1px #573e27;}
.stellarnav.mobile li.open {padding: 0;background: unset;}
.stellarnav.mobile li.open > a {border-bottom: 1px solid hsl(29deg 38% 25% / 50%);}
.stellarnav.mobile li.open li.open {padding: 0;background: unset;}
.stellarnav.mobile li.open li.open > a {border-bottom: 1px solid hsl(29deg 38% 25% / 50%);}
}

/*大圖輪播按鈕*/
.swiper-pagination-bullets.swiper-pagination-horizontal {left: 6.5%;right: 0%;bottom: 50%;
    transform: translateX(-50%) rotate(90deg);width: fit-content;}
.swiper-pagination-bullet {width: 5px;height: 5px;display: inline-block;border-radius: 15px;
    background: #fff;opacity: 0.5;}
.swiper-pagination-bullet-active { width: 30px;height: 5px;opacity: 1;background: #fff;}

/*Footer/＝＝＝＝＝*/
.footer_menu a {    margin: 0;	text-align: center;	padding: 5px;	transition: all 0.3s;}
.footer_menu a:hover {    background: #ADA17E;}
.copy {background: #dce3f1;color: #052561;border:none;}
.copy a{color: #052561;transition:all 0.3s;}
.box_link a{ display:none; transition:all 0.3s;}
.box_link a:hover {    background: #ADA17E;    color: #fff;}

.footer { background: #f5f5f5; padding: 35px 0 0;}
.footer_info {/*display: flex; flex-direction: column; */align-items: center;grid-gap: 20px;margin: auto;padding:0;max-width: 1000px;}
.footer_logo {/*display: none;*/}
.footer_info ul { /*display: flex; justify-content: center; flex-wrap: wrap;*/}
.footer_info li{}
.footer_info li:nth-child(1){/*display: flex; flex-wrap: wrap;justify-content: center;*/ padding: 0 0 15px;}
.footer_info li:nth-child(2){padding: 5px 0;display: flex; justify-content: center;justify-content: center; border-top: 1px solid #b4b4b4;}

/*資訊*/
.footer_info li p {color: #6a6a6a; font-weight: bold;display: flex;}

.footer_info li p:after{content: '●';color:var(--subcolor);margin: 0 5px 0 8px;order: 1;}
.footer_info li p:before{order: 2;}
.footer_info li p a{order: 3;}

.footer_menu a[href="https://yushenghouse.com/index.php"] {
    display: none;
}

/*按鈕*/
.footer_menu{/*display: flex; justify-content: center; flex-wrap: wrap;*/}

@media screen and (max-width: 1024px) {
.footer .center { padding: 0 10%;}
.footer_info {  display: flex; flex-direction: column; align-items: center;}
.footer_info li { display: flex;flex-wrap: wrap;justify-content: center;}
.footer_menu { display: flex; justify-content: center;flex-wrap: wrap;}
.footer_info li:nth-child(2) { padding: 10px 0;}
.footer_info { grid-gap: 10px;}
}
@media screen and (max-width: 500px) {
.footer .center { padding: 0 3%; }
.footer_info li {justify-content: flex-start;}
}

.footer_menu a { background: transparent; border: none; text-align: center; letter-spacing: 1px;}
.footer_menu a:hover {  background: var(--maincolor); color: #494949;}


/*Logo/＝＝＝＝＝*/
.header_area .nav-brand {    transition: all 0.3s;    margin-top: 10px;}
.header_area.sticky .nav-brand{}

.nav-brand {
  width: auto;
  max-width: auto;
  transition: all 0.3s;
}

.header_area .nav-brand img {
  height: 30px;
  width: auto;
  max-width: none;
}

.double_key {
    grid-column: 2;
    display: flex;
    gap: 5px;
    justify-content: flex-start;
	align-items: center; 
}
.double_key a {
    font-size: 11px;
    color: #999999;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.5;
}
.double_key a:not(:last-child)::after {
    content: '';
    font-size: 11px;
    color: #999999;
    margin: 0 4px;
    vertical-align: middle;
}


/*按鈕/＝＝＝＝＝*/
.animated-arrow {background: #052561;}

/* 滾動條 -------------------- */
/* 捲軸寬度及高度 */
::-webkit-scrollbar {
    width: 12px;
    /*右側捲軸寬度*/
    height: 0px;
    /*下方捲軸高度*/
}

/* 軌道背景底色 */
::-webkit-scrollbar-track {
    background-color: #ffffff;
}

/* 滑桿顏色 */
::-webkit-scrollbar-thumb {
    background-color: #cacaca;
}

/* 滑桿滑鼠滑入時的顏色 */
::-webkit-scrollbar-thumb:hover {
    background: #a2a2a2;
}

/* 置頂按鈕 */
#to_top {
    opacity: 1;
    background: transparent;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background-position: center;
    position: fixed;
    left: unset;
    bottom: 50px;
    left: 25px;
    /* z-index: 100; */
    cursor: pointer;
    transition: 0.3s ease all;
    font-size: 0;
    box-shadow: unset;
    background-image: url(https://pic03.eapple.com.tw/yushenghouse/to_top.svg);
    opacity: 1;
    transform: translateY(0);
}
#to_top i.top:before, #to_top i.top:after {
    content: none;
}
#to_top:hover {
    opacity: 0.6;
    transition: opacity 0.2s;
}

/* 預設未滾動：使用白色 logo */
.pageIndex .header_area:not(.sticky) .nav-brand img {
    content: url('https://pic03.eapple.com.tw/yushenghouse/LOGO_v2_2.png');
}

/* 滾動後 sticky：使用彩色 logo */
.header_area.sticky .nav-brand img {
    content: url('https://pic03.eapple.com.tw/yushenghouse/LOGO_v2_1.png');
}

/* 滑鼠移到 header 時：彩色 logo */
.header_area:not(.sticky):hover .nav-brand img {
    content: url('https://pic03.eapple.com.tw/yushenghouse/LOGO_v2_1.png');
}

/*大圖/＝＝＝＝＝*/
/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:static; 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{font-size: 32px; color:#fff; letter-spacing: 0.15em; text-shadow: 0px 0px 10px rgb(9 0 82 / 30%);}

.banner.banblog{
    background-image: url(https://pic03.eapple.com.tw/yushenghouse/banner.png);
    background-size: cover;
    font-weight:bold;
}

/*Page/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*麵包屑＝＝*/
.path p a:hover {    color: #ADA17E;}
/*頁碼＝＝*/
.page {    width: 100%;    margin: 40px auto;    display: flex;    flex-wrap: wrap;    justify-content: center;    align-items: center;}
.page li {    display: flex;    margin: 3px;    width: 30px;    height: 30px;    line-height:30px;    align-items: center;    justify-content: center;}
.page li a {    display: block;    width: inherit;    height: inherit;    line-height: inherit;    padding: 0;    transition:all 0.3s;}
.page strong, .page a:hover {    background: #ADA17E;border: 1px solid #ADA17E;}

/*購物車/＝＝＝＝＝*/
.prod_part {    width: 90%;}
.products-list {    display: grid;    gap: 10px;    grid-template-columns: 1fr 1fr 1fr 1fr;}
.products-list:before{content:none;}
.products-list .item {    width: 100%;}

/*購物車/外層＝＝*/
/*顏色*/
.products-list .more {    border: 1px solid #ADA17E;    color: #ADA17E;}
.products-list .item a:hover .more {    background: #ADA17E;}
/*價格*/
.products-list .price {    display: flex;    margin-bottom: 5px;    align-items: center;    justify-content: center;    flex-wrap: wrap;}
.products-list .price b {    margin: 0 5px;    line-height: 180%;    text-align: center;color: #ADA17E;}
.products-list .price b.ori_price {    font-size: 14px;}

/*外層版面*/
.product_page .main_part {    width: 90%;	max-width: 1500px;}
.product_page .show_content {    display: flex;    flex-wrap: wrap;    align-items: flex-start;    justify-content: space-between;}
.product_page .products-list {    width: calc(100% - 280px);}
.product-layer-two {    width: 250px;    margin: 0;}
.product_info_page .product-layer-two {    display: none;}
.product-layer-two li {    margin: 0;    width: 100%;padding: 0 10px;}
.product-layer-two > li.active {    background: #f2f2f2;}
.product-layer-two li.active a {    border: unset;border-bottom: 1px dotted #ccc;}
/**/
.product-layer-two li a {    color: #222;    border: none;    background: transparent;    transition: all 0.3s;    line-height: 200%;    transition: all 0.3s;}
.product-layer-two > li > a {    border-bottom: 1px dotted #ccc;padding-left: 25px;}
.product-layer-two li:hover > a , .product-layer-two li.active > a{color: #ADA17E;}
.product-layer-two li:hover > a:before , .product-layer-two li.active > a:before {background: #ADA17E; color:#fff;}
.product-layer-two > li > a:before {
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 18px;
    content: "＞";
    color: #ADA17E;
    background: #f2f2f2;
    width: 18px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    padding-left: 2px;
    font-size: 13px;
}
/**/
.product-layer-two li ul {    position: relative;padding-top: 1px;}
.product-layer-two li li {    border: none;background: transparent;}
.product-layer-two li li a{    background: transparent;}
.product-layer-two li li:hover a{color: #ADA17E;}

/*hover到才顯示副選單 關掉↓*/
.product-layer-two li li {    display: block;}

/*購物車/內層＝＝*/
.product_info_page .main_part {    width: 90%;}
/*按鈕顏色*/
.inquiry_a1{background: #cbc0a0;}
.inquiry_a2{background: #bdab77;}
.inquiry_a3{background: #ADA17E;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: #222;}
.lastaction {    color: #ADA17E;    background-color: #f2f2f2;}
.nextaction {    background-color: #ADA17E;}
.lastPage {    background: #ADA17E;}
/*商品側邊規格*/
.product_info li .txt_box {    color: #222222;    width: 100%;}
.sidebarBtn .sp_price {   color: #cbc0a0;}
.mobile_product_name{font-size: 24px;}
/*相關推薦*/
.prod_related h6 span:before{font-size: 28px;}

/*文章設定*/
.blog_box {display: flex;flex-direction: column;align-items: center;gap: 30px;}
.blog_le {width: 100%;padding: 0;margin-bottom: 30px;}
h5.blog_le_t, .blog_search {display: none;}
.blog_le .accordion {display: flex;justify-content: center;align-items: center;flex-wrap: wrap;border-radius: 0;border: unset;gap: 5px;}
.accordion li+li .link {border-top: unset;}
.accordion li .link a {line-height: 1;padding: 10px 15px;color: #000000;font-size: 17px;letter-spacing: 0.08em;font-weight: normal;}
.blog_le .accordion li {transition: all .4s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {background: #052561 !important;transition: all .4s;}

.blog_ri {width: 100%;padding: 0;margin-bottom: 30px;}
.blog_subbox {grid-template-columns: repeat(3, 1fr);grid-gap: 10px;}
.subbox_item a {grid-template-columns: 1fr;grid-gap: 10px;padding-bottom: 40px;}
.blog_list_le {aspect-ratio: 3 / 2;}
.blog_list_ri {padding: 0;}
.blog_list_ri h5 {font-weight: normal;font-size: 20px;color: #000000;}
.blog_list_ri em {display: none;}
.blog_list_ri>*+* {margin-top: 10px;}
.blog_list_ri p {font-size: 16px;line-height: 1.5;-webkit-line-clamp: 1;}

.subbox_item a:before {right: 0;font-size: 14px;letter-spacing: 0.08em;color: #cb7d47;transition: all .4s;}
.subbox_item a:hover:before {opacity: 1;transition: all .4s;}
.subbox_item a:after {width: 0%;height: 1px;top: auto;bottom: 0;border: unset;background: rgb(238 207 151);}
.subbox_item a:hover:after {width: 100%;}

/* 只有有 <i> 的 .link 加右內距，避免被 icon 擋住文字 */
.blog_le .accordion li .link:has(i) { padding-right: 25px;}

.submenu li.on_this_category a, .submenu a:hover { background:#efefef; color:#052561;}

/*文章內頁設定*/
.blog_in_page .blog_box {gap: 50px;}
.blog_in_page h4.blog_category_title {color: #052561;font-size: 22px;font-weight: normal;letter-spacing: 0.08em;padding: 0;margin-bottom: 5px;}
.blog_shareData {padding: 8px 10px;background: #0525610a;}
.toShareNews {font-size: 14px;color: #052561;align-items: flex-end;line-height: 1;}
.toShareNews b {font-weight: 500;letter-spacing: 0.08em;}
.blog_box_edit * {font-size: 17px;line-height: 1.8;letter-spacing: 0.08em;overflow: hidden;}

.news_tags a {color: #2b4f92;font-size: 15px;}
.blog_back {width: 100%;grid-gap: 10px;}
.blog_back a {display: flex;align-items: center;gap: 15px;font-size: 14px;padding: 10px 0;letter-spacing: 0.5em;color: #cb7d47;}
.blog_back a:before {content: '';display: block;position: relative;left: 0;top:0;width: 50px;height: 1px;background: #c2a460;transition: all .4s;}
.blog_back a:hover:before, .article_btn_back:hover:after{width: 30px;transition: all .4s;}
.blog_back a.article_btn_back, .blog_back a.article_btn_prev, .blog_back a.article_btn_next {background: unset;}

.blog_back a.article_btn_prev {text-align: left;}
.blog_back a.article_btn_next {flex-direction: row-reverse;text-align: right;}
.blog_back a.article_btn_back {justify-content: center;}
a.article_btn_back:after {content: '';display: block;position: relative;left: 0;top: 0;width: 50px;height: 1px;background: #c2a460;transition: all .4s;}

.news_related {background: #ffffffa6;padding:100px 5% 50px;border-top: 1px solid #05256126;}
.news_related h6 {max-width: 1500px;margin: 0 auto 50px;}
.news_related h6 span {display: block;position: relative;width: 100%;}
.news_related h6 span:before {color: #000000;font-size: 22px;letter-spacing: 0.1em;font-weight: normal;line-height: 2.5;}
.news_related h6 span:after {content: 'Related articles';position: absolute;width: 100%;transform: translate(-50%, -50%);top: 0%;left: 50%;
    font-family: 'DM Serif Display';text-transform: math-auto;color: #05256112;font-size: 60px;letter-spacing: 0.05em;font-weight: normal;}

.news_related_list {grid-template-columns: repeat(4, 1fr);max-width: 1500px;grid-gap: 10px;}
.news_related_list li a {display: flex;padding: 0;background: unset;height: 100%;flex-direction: column;align-items: center;gap: 10px;transition: 0.5s ease;}
.news_related_list li a:hover {transform: translateY(-10px);transition: 0.5s ease;}
.news_related_list li figure {aspect-ratio: 3 / 2;}
.news_related_list li a p {font-size: 15px;color: #573e27;letter-spacing: 0.05em;}

.lastPage {font-size: 14px;letter-spacing: 0.5em;color: #573e27;background: unset;padding: 10px 0;margin: 50px auto 0;max-width: 1500px;width: 100%;
    text-align: center;border-top: 1px solid #05256126;border-bottom: 1px solid #05256126;transition: 0.5s ease;}
.lastPage:hover {background: #6078c30d;transition: 0.5s ease;}

@media screen and (max-width: 1024px) {
.blog_in_page h4.blog_category_title {font-size: 20px;}
.blog_box_edit * {font-size: 16px;}
.news_related {padding: 80px 5% 50px;}
.news_related h6 span:before {font-size: 20px;}
.news_related h6 span:after {font-size: 50px;}
.news_related_list li a p {line-height: 1.5;}
}
@media screen and (max-width: 768px) {
.blog_in_page h4.blog_category_title {font-size: 18px;}
.blog_box_edit * {font-size: 15px;}
.blog_back a {font-size: 13px;gap: 10px;letter-spacing: 0.15em;}
.news_related_list {grid-template-columns: repeat(2, 1fr);}
.news_related h6 span:before {font-size: 18px;}
.news_related h6 span:after {font-size: 45px;}
.news_related_list li a p {font-size: 14px;}
}
@media screen and (max-width: 600px) {
.blog_in_page h4.blog_category_title {font-size: 17px;}
.toShareNews {font-size: 12px;}
.blog_box_edit * {font-size: 14px;}
.blog_back a:before, a.article_btn_back:after {width: 25px;}
.blog_back a:hover:before, a.article_btn_back:after:hover:after {width: 15px;}
.news_related h6 span:before {font-size: 17px;}
.news_related h6 span:after {font-size: 40px;}
.news_related_list {grid-template-columns: 1fr;}
}
@media screen and (max-width: 450px) {
.blog_back a {font-size: 12px;gap: 5px;}
.blog_back a:before, a.article_btn_back:after {width: 18px;}
.blog_back a:hover:before, a.article_btn_back:after:hover:after {width: 8px;}
.news_related h6 span:before {font-size: 16px;}
.news_related h6 span:after {font-size: 30px;}
}

/*首頁文章*/

/* 首頁標題 */
.module_i_news .title_i_box h4 {
    font-size: 36px;

    font-weight: 300;
    letter-spacing: 2px;
}

.module_i_news .title_i_box h4:before {
    content: 'news';
    display: block;
    color: #5D5D5D;
    font-size: 15px;
    font-family: '微軟正黑體';
    text-transform: uppercase;
    letter-spacing: 1px;



}

.module_i_news .title_i_box h4:after {
    content: '';
    width: 1px;
    height: 51px;
    background: #5C5C5C;
    position: relative;
    display: block;
    margin: auto;
    margin-top: 10px;

}

.module_i_news li:nth-child(n+4) {
    display: none;
}

/*相簿/＝＝＝＝＝*/
/*作品展示*/
.work_page .main_part , .work_class_page .main_part, .work_info_page .main_part{    max-width: 1400px; width: 90%;    margin: 0 auto;}
/*相簿管理*/
.album_page .main_part , .album_class_page .main_part, .album_info_page .main_part{    max-width: 1400px; width: 90%;    margin: 0 auto;}
/*版面*/
ul.show-list, .other_subalbum, ul.pic-list {    display: grid;    grid-template-columns: 1fr 1fr 1fr;    gap: 20px;}
ul.show-list:before , ul.pic-list:before{content:none;}
.overlay {    z-index: 1;}
.show-list .item , .other_subalbum li , .pic-list .item{width: 100%;margin:0;padding:5px;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic{    display: block;    position: relative;    overflow: hidden;    height: 0;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic    {    padding-bottom: 75%;}/*相簿圖片長寬比例，75% →100:75 = 4:3 */
.show-list .show_pic img , .other_subalbum li a img, .pic-list .show_pic img{
	display:block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);}

.show-list .item:hover .show_name {    color: #ADA17E;}
.other_album_choice li {    background: #ADA17E;}
.subalbum-menu h2{    color: #cbc0a0;font-size: 24px;}
.other_subalbum li p {    margin-top: 10px;}
/**/

/*促銷方案/＝＝＝＝＝*/
.news_part {    width: 90%;}
.news_list ul li a:hover {    background: #f9f9f9;}
.news_list ul li p:after {    background: #ADA17E;    padding: 3px 5px;    border-radius: 5px;    color: #fff;}

.other_promotion li a:hover:before , .other_promotion li a:hover:after {border-color:#ADA17E;}

/*聯絡我們/＝＝＝＝＝*/
.contact_le_map a {    background: #ADA17E;}
.contact_form li.last cite {background: #ADA17E;}

/*會員/＝＝＝＝＝*/
.send_simple{background-color: #ADA17E;}
.rewrite_simple{background-color: #cbc0a0;}
.member_title p {    border-top: 2px #ADA17E solid;}
.login_mem_submit{background: #ADA17E;}
.login_mem_other_link a{color: #ADA17E;}
.member_login_regist a{background: #ADA17E;}
.mem_regist_title_s {    background: #cbc0a0;    color: #fff;}


/*RWD1200/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1200px) {
/*購物車/＝＝＝＝＝*/
.products-list {    grid-template-columns: 1fr 1fr 1fr;}
}

/*RWD1024/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1024px) {
/*Header/＝＝＝＝＝*/
.navigation {padding: 10px;}

/*文章管理/＝＝＝＝＝*/
.module_i_news ul{grid-template-columns:1fr 1fr;}

/*購物車/＝＝＝＝＝*/
.product_page .products-list {    grid-template-columns: 1fr 1fr;}

}

/*RWD980/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 980px) {
/*文章管理/＝＝＝＝＝*/
.blog_subbox{grid-template-columns:1fr 1fr;}


/*相簿/＝＝＝＝＝*/
ul.show-list , .other_subalbum ,ul.pic-list{    display: grid;    grid-template-columns: 1fr 1fr;}

}

/*RWD768/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 768px) {
/*選單漸變效果＝＝*/
/*首頁固定選單*//*
.pageIndex .header_area{position: relative;}

/*側邊選單/＝＝＝＝＝*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{    padding: 10px;border-left:none;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{padding: 10px;border-color:transparent;}

/*Logo/＝＝＝＝＝*/
.nav-brand{ margin-top: 10px;}
.header_area .nav-brand{max-width: 150px;}
.header_area.sticky .nav-brand{max-width: 100px;}

/*Header/＝＝＝＝＝*/   
.header_area {
    position: sticky;
    top: 0;
    z-index: 999;
    background: hsl(0deg 0% 100% / 90%);
} 
.pageIndex .header_area {
    background: #fff;
}
.bannerindex, .swiper-banner, #content_main {
    margin-top: 30px; /* 讓banner往下移，避免被header蓋 */
}  
.header_area .nav-brand {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: relative;
    max-width: 120px;
    padding: 5px 0;
    background: transparent;
}
.pageIndex #content_main,
  .pageIndex .bannerindex {
    padding-top: 0 !important; /* 移除多餘間距 */
}
.pageIndex .header_area {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 10000;
}
.nav-brand img { content: url('https://pic03.eapple.com.tw/yushenghouse/LOGO_v2_1.png') !important; height: 30px; width: auto; }
.me_tp_features {
    padding: 0px 0px; /* 調小上下 padding */
    flex-direction: column; /* 改成垂直排列 */
    width: 100%; /* 讓區塊寬度撐滿手機螢幕 */
    order: 1; /* 視需要調整順序 */
}
.stellarnav { margin: 10px 0px 0px -10px;}
.navigation {padding-bottom: 0px;}

/*Footer/＝＝＝＝＝*/
#to_top { bottom: 70px; left: 15px;}
.footer.with_shopping_mode {padding: 30px 0 55px;}
.footer_info {    justify-content: center;}
.footer_logo {    text-align: center;}

.footer_info li p { justify-content: center; }
.footer_info li:nth-child(1) { flex-direction: column;}

.double_key {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	margin-left: 0px !important;
    margin-top: 10px !important;
}
    
/*Banner/＝＝＝＝＝*/
.banner h5{font-size: 28px;}

/*購物車/＝＝＝＝＝*/
.products-list {    grid-template-columns: 1fr 1fr;}
.product_page .products-list ,.product-layer-two {    width:100%;}
.prod_related h6 span:before{font-size: 24px;}
/*順序*/
.product_page .products-list {    order: -1;}

/*文章管理/＝＝＝＝＝*/
h4.blog_category_title{font-size: 24px;}
h4.blog_category_title span{font-size: 20px;}

/*相簿/＝＝＝＝＝*/
.mobile_product_name{font-size: 20px;}
.subalbum-menu h2{    color: #cbc0a0;font-size: 20px;}

}

/*RWD600/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 600px) {
/*Footer/＝＝＝＝＝*/
.box_link {    text-align: center;}

/*Banner/＝＝＝＝＝*/
.banner h5{font-size: 24px;}

/*購物車/＝＝＝＝＝*/
.prod_related h6 span:before{font-size: 20px;}

/*文章管理/＝＝＝＝＝*/
.module_i_news ul , .blog_subbox{grid-template-columns:1fr;}
h4.blog_category_title{font-size: 20px;}
h4.blog_category_title span{font-size: 18px;}

/*相簿/＝＝＝＝＝*/
ul.show-list , .other_subalbum ,ul.pic-list{    display: grid;    grid-template-columns: 1fr;}
.mobile_product_name{font-size: 18px;}
.subalbum-menu h2{    font-size: 18px;}

/*促銷方案/＝＝＝＝＝*/
.news_list ul li p:after {    width: fit-content;    margin: 10px auto 0;}
}

/*RWD375/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 375px) {
/*購物車/＝＝＝＝＝*/
.products-list , .product_page .products-list  {    grid-template-columns: 1fr;}
}