@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.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個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/* 購物車 */
.product_page .main_part { max-width: 1600px;}
.product_info_page .product-layer-two { display: none;}

.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 .products-list {  width: calc(100% - 350px);}

ul.page { width: 100%;}
.products-list {  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); grid-gap: 0px 0px;}
.products-list .item { border: 1px solid transparent; padding: 15px 20px 20px; transition: 0.5s;}
.products-list .item:hover { border: 1px solid #e8e8e8;}

/*hover*/
.products-list .more { opacity: 0; border: 1px solid #c8c5ab; color: #c8c5ab; font-size: 14px;}
.products-list .item a:hover .more { opacity: 1; background: #c8c5ab;}

/*側邊*/
.product_page .product_menu_list { position: relative; width: 220px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 30vw;}
.product_info_page .product_menu_list {  display: none;}/*內頁不顯示*/

.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 { 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; background: transparent;}

.product-layer-two li li a{ padding:5px 10px 5px 17px; font-size: 12px; background: transparent;}
.product-layer-two li li > a:before { 
        content: ""; position: absolute; width: 12px; height: 8px; background: transparent; left: 5px;
         margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}

.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li:hover > a { background:#fff; color:#a39787;}

.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;}

.product-layer-two > li {  border-bottom: unset;  padding-bottom: 15px;}
.product-layer-two li a {  border: unset;background: transparent;  padding: 7px 16px;  color: #333;font-size: 12px; transition: 0.5s;}
.product-layer-two li:hover a { letter-spacing: 2px; color: #a39787;}
.product-layer-two li i { height: 22px;  font-size: 12px;}
.product-layer-two li i.close::before {  color: #a39787;content: "\f107";}
.product-layer-two li li:hover > a:before {  background: #a39787;}
.product-layer-two li li:hover > a { background: transparent; color: #c8c5ab;}

.fa-circle-plus::before { content: "\f107";}
.product-layer-two li:hover i:before { color: #c8c5ab;}
.product-layer-two li.active a { border: unset; color: #c8c5ab;}
.product-layer-two li li.active a {  background: transparent;}


/*hover*/
.products-list .item a img { transition: 1s;}
.products-list .item a:hover img { transform:scale(1.05);  transition: 1s;}
.products-list .item a:hover .price b { color: #c8c5ab;}

/*看更多*/
/*.pageIndex .products-list .more {display: none;}*/
.i_prod_b { display: none;}

/*列表*/
.products-list .name { font-size: 14px;}
.products-list .name span { font-size: 14px;  padding-top: 2px; color: #474747;}
.products-list .price { margin: 10px 0 5px; }


/*內頁*/
.product_info_page .show_content { max-width: 1350px;}
.product_info_page .products-list, .product-wrapper { width: 100%; margin: 0 auto; position: relative; display: flex; flex-direction: row; align-items: center;
 flex-wrap: wrap; justify-content: space-between;}
.sidebarBtn { padding: 3%; display: inline-block; width: 30%; max-width: 60%; vertical-align: top; border: 0; color: #4a4a4a;; background: rgb(200 197 171 / 30%); border-radius: 20px;}
.product_main { position: relative; left: 100px; padding: 0; width: 60%; left: 0;}
.prod_tabs {width: 100%;}
.pd_tabTitle { display: flex; justify-content: flex-start; align-items: flex-end; align-content: flex-end; text-align: center; color: #0b3e27; font-weight: bold; font-size: 20px;}
.pd_tabTitle li { border-bottom: 1px solid #a39787;}
.pd_tabTitle li.activeTab a { font-size: 22px; color: #a39787; font-weight: 500;}
.pd_tabTitle li.activeTab::after {  height: 3px; background: transparent;}
.product-wrapper { width: 100%;}
.prod_related h6 span:before {color: #353535; letter-spacing: 0px; font-weight: 500;}
.lastPage {background:none;}
.prod_related {background: none; padding: 100px 15px 70px 15px;}
.related_list li a {padding: 15px; box-shadow: 0 0 10px #d8d8d8e0;}
.related_list li a p {padding-top: 5px;}
.sidebarBtn h2 { color: #a39787;}
.toShare { border-top: 1px solid rgb(200 197 171);}

/*按鈕*/
.inquiry_a3 { background: #81d8d0;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover { background: #4BACBA;}

/*相關推薦*/
.prod_related { background: #F9F9F9; padding: 80px 15px;}
.prod_related h6 { max-width: 100%; margin: 0 auto 40px;}
.related_list { grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); max-width: 1350px;}   
.related_list li a { background: transparent;}    
.related_list li a p { line-height: 2; padding-top: 14px;  letter-spacing: 2px;}
.lastPage { font-size: 14px;  padding: 0px 20px;  margin: auto; height: 30px; line-height: 30px; width: 150px; background: #F9F9F9; border: 1px solid #c8c5ab;
color: #444; z-index: 0; position: relative;}
.lastPage::before { content: ''; position: absolute; top: 0; left: 0; width: 0%; height: 100%; background: #c8c5ab; transition: all .7s; z-index: -1;}
.lastPage:hover:before{ width: 100%;}
.lastPage:hover{ color: #fff;    border: 1px solid #c8c5ab;}

/*結帳*/
.order_finish_page .note_edit { line-height: 140%;}

.order_finish_page .list_before {display: flex;flex-direction: column;flex-wrap: nowrap;justify-content: flex-start;margin-top: 30px;margin-bottom: 35px;align-items: flex-start;}
.order_finish_page .list_before.account li {display: flex;justify-content: flex-start;flex-wrap: nowrap;align-items: flex-start;align-content: center;flex-direction: row;width: 100%;}


@media screen and (max-width: 1330px) {
.show-list { grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));}
}

@media screen and (max-width: 950px) {
.product_main { padding: 0 30px 30px; width: 100%;}
.show_content { padding: 0px;}
}    

@media screen and (max-width: 768px) {
.product_menu_list,
.products-list,
.product-wrapper { width: 100%;}
.product_info_page .products-list, .product-wrapper { flex-direction: column;}
.product_main { width: 80%;}
.sidebarBtn{ width: 80%; max-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;}

.products-list { grid-template-columns: 1fr 1fr;}
}  

@media screen and (max-width: 600px) { 
.product_menu_list>h5 { font-size: 20px;}
.product-layer-two > li {padding-bottom: 0px; }
.product-layer-two li a { padding: 5px 0px; font-size: 12px;}
}     


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
.swiper-banner .swiper-slide img {    width: 100%;}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{display: none;}

/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/*大圖*/
.swiper-banner .swiper-slide{position: relative;}
.pageIndex .bannerindex .swiper-slide:nth-child(1).swiper-slide::before{
    content: "澄心所居，境由窗生。";
    z-index: 999;
    pointer-events: none;
    font-family: "Noto Sans TC", sans-serif;
    position: absolute;
    bottom: 10vw;
    color: #4a4949;
    text-shadow: 2px 4px 6px #bdbdbd;
    font-size: 1.4vw;
    font-weight: 400;
    letter-spacing: 0.7em;
    left: 10vw;
    opacity: 0;
}
.pageIndex .bannerindex .swiper-slide:nth-child(2).swiper-slide::before {
    content: "為家留住光，也守住安靜。";
    z-index: 999;
    pointer-events: none;
    font-family: "Noto Sans TC", sans-serif;
    position: absolute;
    bottom: 10vw;
    color: #4a4949;
    text-shadow: 2px 4px 6px #bdbdbd;
    font-size: 1.4vw;
    font-weight: 400;
    letter-spacing: 0.7em;
    right: 16vw;
    writing-mode: tb;
    top: 11vw;
}

.pageIndex .bannerindex .swiper-slide:nth-child(1).swiper-slide-active:before {  
    animation: b_right 1.5s 0.6s ease-in-out forwards;
}
.pageIndex .bannerindex .swiper-slide:nth-child(2).swiper-slide-active:before {  
    animation: slideDownBlurAnimation 1.5s 0.6s ease-in-out forwards;
    animation-delay: 0.2s;
}

@keyframes b_right{
	0%{letter-spacing: 1.5em;;opacity: 0;}
    40% {    opacity: 0.6;  }	
    100%{ letter-spacing: 1em; opacity: 1;}
}

@keyframes slideDownBlurAnimation {
    0% {
    opacity: 0;
    -webkit-filter: blur(5px);
            filter: blur(5px);
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    }
    100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: translateY(0);
            transform: translateY(0);
    }
}


@media screen and (max-width: 1024px){
.pageIndex .bannerindex .swiper-slide:nth-child(1).swiper-slide::before {
    font-size: 1.8vw;
    letter-spacing: 0.4em;
}
.pageIndex .bannerindex .swiper-slide:nth-child(2).swiper-slide::before {
    font-size: 1.8vw;
    letter-spacing: 0.4em;
    top: 5vw;
}
}
@media screen and (max-width: 768px){
.pageIndex .bannerindex .swiper-slide:nth-child(1).swiper-slide::before {
    font-size: 2.5vw;

}
.pageIndex .bannerindex .swiper-slide:nth-child(2).swiper-slide::before {
    font-size: 2.5vw;
}
.swiper-banner .swiper-slide img {
    height: auto;
    aspect-ratio: 6 / 4;
    object-fit: cover;
}
}
@media screen and (max-width: 600px){
.swiper-banner .swiper-slide img {aspect-ratio: 8 / 9;}
.pageIndex .bannerindex .swiper-slide:nth-child(1).swiper-slide::before {font-size: 3.2vw; bottom: 30vw; letter-spacing: 0.8em; color: #ffffff; text-shadow: 0px 1px 4px #202020;}
.pageIndex .bannerindex .swiper-slide:nth-child(2).swiper-slide::before {font-size: 3.2vw; letter-spacing: 0.8em; top: 11vw; color: #ffffff; text-shadow: 0px 1px 4px #202020;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*HEADER 選單*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
.header_area,.header_area.sticky {background: #fff;}
.main_header_area .container {max-width: 1800px;width: 94%;}
.navigation {display: flex;align-items: center;}
.nav-brand img{display: block;}
.stellarnav li.has-sub > a:after {border-left: 5px solid transparent;border-right: 5px solid transparent;
    border-top: 5px solid #898989;}/*主選單箭頭*/
/*★★★購物車/社群icon設定↓↓↓↓↓↓↓↓↓↓↓↓*/
.me_tp_features {position: absolute;top: 5px;right: 0;z-index: 10000;max-width: 235px;}
.me_tp_features .tp_links{display: none;}
.me_tp_features a i {font-size: 12px;color: #fff;line-height: 20px;}
.me_tp_features a.tp_btn_cart{position: relative;}
.me_tp_features a.tp_btn_cart span span{display: none;}
.me_tp_features a.tp_btn_cart b {color: #000;background: #ffb700;font-size: 10px;width: 15px;height: 15px;border-radius: 50%;
    display: block;text-align: center;line-height: 15px;letter-spacing: 0px;position: absolute;right: -4px;bottom: -6px;}
.me_tp_features a.tp_btn_cart b::before,.me_tp_features a.tp_btn_cart b::after{display: none;}
.me_tp_features a.tp_btn_notice span{display: none;}
.box_search {margin-bottom: 0;}
.box_search > form{background: #ffffff; border-radius: 10em;}
.box_search input[type=text]{border-radius: 0;overflow: hidden;border: none;border-bottom: none;
	letter-spacing: 0;background: url(https://pic03.eapple.com.tw/AAA/search-icon.png) no-repeat 8px center transparent;}
.box_search input[type=text]::placeholder{color: #888;font-size: 12px;}
.box_search input[type=text]::-webkit-input-placeholder{color: #888;font-size: 12px;}
.box_search input[type=text]::-moz-placeholder{color: #888;font-size: 12px;}
.box_search input[type=text]:-ms-input-placeholder{color: #888;font-size: 12px;}
.box_search input[type=text]:focus{color: #555;}
.shop_search_btn{border-radius: 0;background: #c8c5ab;padding: 0px 8px 2px; border-radius: 1em;}/*搜尋按鈕*/
/*下拉區塊*/
.stellarnav li.has-sub li {border: none;border-bottom: 1px solid #f3f3f3;}
.stellarnav li.has-sub li:last-child{border-bottom: none;}
.stellarnav li.has-sub li a {font-size: 13px;padding: 8px 12px;transition: all .5s;}
.stellarnav li.has-sub li a:hover{background: #b6a292;color: #fff;padding-left: 18px;}
.stellarnav li.drop-left li.has-sub > a:after {border-top: 5px solid transparent;border-bottom: 5px solid transparent;
    border-right: 4px solid #898989;}/*下拉箭頭*/
.stellarnav li.drop-left li.has-sub > a:hover:after {border-right: 5px solid #fff;}/*下拉hover箭頭*/
.stellarnav li li.has-sub > a:after{display: none;}
@media screen and (max-width: 1024px){
	.stellarnav > ul > li > a{font-size: 14px;}
}
@media screen and (max-width: 768px){
	.me_tp_features {position: relative;max-width: inherit;z-index: 0;}
	.box_search{width: 80%;}
	.box_search input[type=text] {max-width: inherit;}
    .stellarnav .menu-toggle:after {margin-top: 8px;font-weight: 600;}
    .stellarnav .menu-toggle span.bars span {height: 2px;width: 28px;}
    .stellarnav.mobile li.open {background: #f8f8f8;padding: 0;}
    .stellarnav.mobile li.open li.open {background: #f3f3f3;padding: 0;}
    .stellarnav.mobile li li.has-sub a {padding: 10px 15px;}
    .stellarnav.mobile li.has-sub li a {text-align: left;padding: 8px 15px;}
    .stellarnav.mobile li.has-sub li a.dd-toggle{right: 5px;}
    .stellarnav.mobile li.has-sub li a.dd-toggle:hover {padding-left: 0;text-align: center;background: transparent;}
    .stellarnav.mobile > ul > li {border-bottom: 1px #f6f5f5 solid;}
	.stellarnav.mobile > ul > li > a.dd-toggle{top: 5px;}
	.stellarnav.mobile > ul > li.open > a.dd-toggle{top: 5px;}
	.stellarnav a.dd-toggle .icon-plus:before,.stellarnav a.dd-toggle .icon-plus:after {border-bottom: solid 1px #777;width: 10px;}
	.stellarnav.mobile .close-menu{position: relative;color: transparent;background: #206ed5;
		width: 32px;height: 32px;margin: 10px 10px 0 auto;border-radius: 10px;display: block;}
	.stellarnav.mobile .close-menu > *{display: none;}
	.stellarnav.mobile .close-menu:before{content: "×";position: absolute;font-size: 24px;top: 2px;right: 0;
	color: #fff;display: block;width: 100%;height: 100%;line-height: 30px;text-align: center;padding-left: 1px;}
    .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {background: transparent;}
    .stellarnav.mobile > ul > li > a b{vertical-align: middle;}
    .stellarnav.mobile > ul > li > ul > li > ul ~ a.dd-toggle .icon-plus {margin: 0 auto;display: block;}
}
@media only screen and (max-width: 570px) {
    .stellarnav .menu-toggle {padding: 10px;}
}

/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
.header_area, .header_area.sticky {position: fixed;background: transparent;padding: 0;}
.header_area:before{content: "";width: 100%;height: 0px;background: rgb(200 197 171 / 60%); backdrop-filter: blur(12px);
position: absolute;top: 0;left: 0;transition: all .8s;}
.main_header_area .container {max-width: 2000px;}
.nav-header {max-width: 125px;background: #ffffff;padding: 16px 16px;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;}

.stellarnav > ul {position: fixed;right: 2vw;top: 0;display: flex;max-width: 1000px;margin: 20px 0 0 auto;}
.stellarnav > ul > li > a {color: #000;min-width: 120px;animation: aa 1s both;font-size: 15px;margin: 0 10px;font-weight: bold;
letter-spacing: .1rem;transition: all .5s;}
.pageIndex .header_area .stellarnav > ul > li > a {min-width: 140px;}
.pageIndex .header_area.sticky  .stellarnav > ul > li > a {min-width: 140px;}
.stellarnav > ul > li > a:hover{letter-spacing: .3rem;}
.stellarnav > ul > li.has-sub > a{padding-right: 0;}
.stellarnav li.has-sub li a {font-size: 12px;font-weight: 300;}
.stellarnav li.has-sub > a:after {display: none;}

.stellarnav > ul > li.has-sub > ul {transform: translateX(-50%);left: 50%;}
.stellarnav > ul > li.drop-left > ul {right: 50%;transform: translateX(50%);left: auto;}
.stellarnav > ul > li.has-sub > ul > li{display: none;}
.stellarnav li.has-sub li a{text-align: center;}
.stellarnav li.has-sub li a:hover {padding-left: 12px;background: #c8c5ab;}

/*最小寬度-設定首頁的直式選單*/
	.pageIndex .stellarnav > ul {flex-direction: column;max-width: 180px;margin: 50px 0 0 auto;}
    .pageIndex .header_area:not(.sticky) .stellarnav > ul::before {
    content: '';
    position: absolute;
    right: 0px;
    width: 160px;
    height: 305px;
    background: rgb(255 255 255 / 35%);
    backdrop-filter: blur(12px);
    border: 1px solid rgb(255 255 255 / 45%);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    animation: fade-in-right 1.2s cubic-bezier(.39,.575,.565,1) both;
    transition: all 1s;
    }
	.pageIndex .stellarnav > ul > li > a{color: #fff; text-shadow: 2px 4px 6px #bdbdbd;}
	.pageIndex .header_area.sticky .stellarnav > ul {flex-direction: row;max-width: 1100px;animation: ss 1s both;
		margin: 20px 0 0 auto;}
    .pageIndex .header_area.sticky .stellarnav > ul::before {
    content: none;
    }

@keyframes fade-in-right {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}


.header_area.sticky:before{height: 80px;}
.header_area.sticky .stellarnav > ul > li.has-sub > ul > li{display: block;}
.header_area.sticky .stellarnav > ul > li > a {color: #fff;}
.me_tp_features {top: 25px;left: 100px;}
.box_search input[type=text]{background: url(https://pic03.eapple.com.tw/ruihelandscape/search-icon.png) no-repeat 8px center transparent;}

@keyframes ss{
	0%{opacity: 0;}
	100%{opacity: 1;}
}

@media screen and (max-width: 1440px){
.stellarnav > ul > li > a {min-width: 100px;}
.pageIndex .header_area.sticky .stellarnav > ul > li > a {min-width: 100px;}
.header_area.sticky .stellarnav > ul > li > a {min-width: 100px;}
}

@media screen and (max-width: 1250px){
    .pageIndex .header_area.sticky .stellarnav > ul > li > a {min-width: 80px;}
	.stellarnav > ul > li > a {min-width: 80px;}
	.header_area.sticky .stellarnav > ul > li > a {min-width: 80px;}
}

@media screen and (max-width: 1100px){
    .pageIndex .header_area.sticky .stellarnav > ul > li > a {min-width: 50px;}
    .stellarnav > ul > li > a {min-width: 50px;  margin: 0 5px;}
    .header_area.sticky .stellarnav > ul > li > a {min-width: 50px;}
}

@media screen and (max-width: 1024px){
	.header_area, .header_area.sticky {position: sticky;background: #fff;}
	.header_area.sticky:before {height: 0;}
	.nav-header {max-width: 70px;background: transparent;padding: 10px 0 5px;}    
	.stellarnav > ul {position: relative;right: auto;margin: 0 auto;justify-content: center;}
	.stellarnav > ul > li {padding: 0 6px;}
	.stellarnav > ul > li > a {min-width: inherit;  margin: 0 10px;}
	.stellarnav > ul > li > a:hover{letter-spacing: .1rem;}
	.stellarnav > ul > li.has-sub > a {padding-right: 0px;}
	.me_tp_features {right: 0;left: auto;top: 10px;text-align: right;}
	.header_area.sticky .stellarnav > ul > li > a {color: #585858;min-width: auto;}
    .pageIndex .stellarnav > ul{position: relative; right: auto; margin: 0 auto; justify-content: center; flex-direction: unset; max-width: 100%;}
    .pageIndex .stellarnav > ul > li {padding: 0 6px;}
    .pageIndex .stellarnav > ul > li > a {min-width: inherit;}
    .pageIndex .stellarnav > ul > li > a:hover{letter-spacing: .1rem;}
    .pageIndex .stellarnav > ul > li.has-sub > a {padding-right: 0px;}
    .pageIndex .header_area:not(.sticky) .stellarnav > ul::before{display: none;}
    .pageIndex .header_area .stellarnav > ul > li > a {min-width: 50px;}
    .pageIndex .header_area.sticky .stellarnav > ul{ margin: 0px 0 0 auto;}
    .pageIndex .stellarnav > ul > li > a {color: #585858; text-shadow: none;}
    .box_search input[type=text] {background: url(https://pic03.eapple.com.tw/ruihelandscape/search-icon.png) no-repeat 8px center #f3efea; border-radius: 1em;}
}
@media screen and (max-width: 768px){
	.stellarnav .menu-toggle span.bars span {height: 2px;width: 30px;background: #9eb4ce;margin: 0 auto 5px;}
	.stellarnav .menu-toggle:after{font-weight: 500;color: #9eb4ce;}
	.stellarnav.mobile {top: 10px;}
	.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{background: transparent;}
	.stellarnav.mobile .close-menu:before {right: 15px;font-size: 18px;}
	.stellarnav.mobile > ul > li {padding: 0;}
	.stellarnav.mobile > ul > li > a.dd-toggle {top: 5px;}
	.stellarnav > ul > li > a{font-size: 16px;font-weight: normal;animation: text_in 1.5s both;animation-delay: .5s;}
	.stellarnav > ul > li > a b:first-child {letter-spacing: .2rem;}
	.stellarnav > ul > li > a b:last-child {font-size: 12px;color: #888;}
	.stellarnav > ul > li.has-sub > ul > li{display: block;}
	.stellarnav.mobile li.has-sub li a {padding: 8px 20px;font-weight: normal;font-size: 14px;}
	.me_tp_features{top: 0;margin-bottom: 10px;text-align: center;}
	.stellarnav.mobile.left .close-menu{display: block;margin-bottom: 30px;}
	.stellarnav.mobile .close-menu > * {display: block;}
	.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after {border-bottom: solid 2px #393939;}
	.stellarnav.mobile.active > ul > li > a{animation-delay: 0s;}

	@keyframes text_in{
		0%{opacity: 0;}
		100%{opacity: 1;}
	}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* FOOTER */
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
.footer .center {max-width: 1800px;width: 90%;}
.privacyLinks a {padding: 0 10px;}
/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
.footer{background: #c8c5ab;padding: 50px 0 0;}
.footer_logo {max-width: 100px;margin: 0 auto;display: none;}
.footer_info {grid-template-columns: 1fr;text-align: center;padding-right: 0;}
.footer_info li p {display: inline-block;padding-right: 50px; color: #fff;}
.footer_info li p a { color: #fff;}
.footer_info li p.add { display: none;}
.footer_menu {background: #fffcfa;text-align: center;padding: 10px 0;max-width: 1000px;margin: 10px auto;
    border-radius: 10px;}
.footer_menu a{font-family: "Marcellus", sans-serif;letter-spacing: .05rem;font-size: 13px;
border: none;background: transparent;width: 13%;margin: 0;padding: 5px 0;transition: all .5s; color: #a39787;}
.footer_menu a:first-child{display: none;}
.footer_menu a:hover{background: transparent;color: #c8c5ab;}
.box_link{display: none;}
.copy,.copy a{font-size: 10px;color: #7c7a71;}
.copy {padding: 30px 0;border-top: none;margin-top: 0;}


@media screen and (max-width: 1400px){
	.footer_info li p {padding-right: 30px;font-size: 12px;}
}
@media screen and (max-width: 1250px){
	.footer_logo {display: block;}
	.footer_info li p {padding-right: 0;width: 100%;}
    .footer_menu a{ width: 17%;  max-width: 100%}
}
@media screen and (max-width: 600px){
	.footer_menu {text-align: left;padding: 10px 20px;max-width: 380px;}
   	.footer_menu a {width: auto;font-size: 12px; padding: 5px 5px;}
}

/*TOP*/
#to_top {width: 66px; height: 66px;bottom: 20px;  left: 20px; color: #a39787; padding: 0; background: transparent; border: none; background-size: contain; transform: rotateX(0deg) scale(1); transition: .3s ease-in-out;}
#to_top:hover { transform: scale(1) translateY(-10px) rotateX(0deg); opacity: .9; transition: .3s ease-in-out;}
#to_top i.top { width: 66px; height: 35px; top: 14px; left: 0px;}
#to_top i:before, #to_top i:after {background: #a39787;}

@media screen and (max-width: 400px) {
#to_top { width: 45px;  height: 45px;}
#to_top i.top { width: 45px;  height: 21px;  top: 9px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/* 其他頁面 */
.path p, .path p a {
    display: none;
}

.product_page #content:not(.other_select_page #content), .product_info_page #content:not(.other_select_page #content), .album_class_page #content:not(.other_select_page #content),
.album_info_page #content:not(.other_select_page #content), .blog_page.article_a #content:not(.other_select_page #content), .blog_in_page.article_a #content:not(.other_select_page #content) {
    background: url(https://pic03.eapple.com.tw/chengjingwo/bg04.png);
    position: relative;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    z-index: 1;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.path p, .path p a { text-align: right; padding-bottom: 50px;}
.services_page .path p { display: none;}

/*內頁BANNER 設定*/
.banner {
        background-position: center !important;   background-attachment: fixed !important;
        background-repeat: no-repeat !important;  background-size: cover !important;
        justify-content: flex-start; padding: 40px 80px; position: relative; height: 650px;}

.banner:before {
        content: ""; width: 75px;  height: 1px; background: #fff;
        position: absolute; bottom: 35%; left: 8px;  animation: slide-left 1.0s 0.5s both;}

.banF {  background: url(https://pic03.eapple.com.tw/chengjingwo/banner05.jpg);}
.banE {  background: url(https://pic03.eapple.com.tw/chengjingwo/banner03.jpg);}
.banner.banblog {  background: url(https://pic03.eapple.com.tw/chengjingwo/banner04.jpg);}
.banB { display: none;}

.banner h5 {font-size: 23px; color: #ffffff;  position: relative;  letter-spacing: 3px;  font-weight: 500;
        animation: slide-top 1.8s 0.5s both; text-align: left;  width: 100%;  top: 45px;}

.banner h5:before {  display: block;font-size: 40px;  font-weight: 300;   top: -60px;  position: absolute;  left: 0;}

.contact_page .banner h5:before { content: "CONTACT US";}

.banF h5:before { content: "PRODUCT";}

.banE h5:before { content: "CUSTOM";}

.banner.banblog h5:before {content: "ARTICLE";}

.banner.banB h5:before {content: "SERVICE";}


/*動畫*/
@keyframes slide-top {
    0% { -webkit-transform: translateY(100%);transform: translateY(100%); opacity:0; }
    100% {-webkit-transform: translateY(0); transform: translateY(0); opacity:1;}
}

@keyframes slide-left {
    0% { -webkit-transform: translateX(0%);transform: translateY(0%); opacity:0; }
    100% {-webkit-transform: translateX(100%); transform: translateX(100%); opacity:1;}
}


@media screen and (max-width: 768px) {
.banner { background-attachment: unset !important; padding: 40px 20px;  height: 450px;}
.banner:before { left: -52px;}
.banner:after{ left: 90px;}
.banner h5:after { bottom: -60px;line-height: 140%;}
} 


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/* 相簿 */

/*分類頁面*/
.overlay {-webkit-transform: scale(1);transform: scale(1);background: rgb(163 151 135 / 50%);}
.show-list {grid-template-columns: repeat(3, 1fr);}
.show-list .item a{position: relative;}
.show-list .item a:before{content: "VIEW   +";position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);
border-bottom: 2px solid #c8c5ab;font-size: 12px;max-width: 100px;color: #fff;height: 0;overflow: hidden;opacity: 0;
transition: all .5s;transition-delay: 0s;}
.show-list .item a:hover:before{opacity: 1;height: 25px;padding-bottom: 10px;transition: all .5s;
	transition-delay: .3s;z-index: 100;}
.show-list .show_name {font-weight: 400;text-align: center;color: #888;letter-spacing: .6rem;font-size: 14px;}
.show-list .item:hover .show_name {color: #333;}
/*相簿頁面*/
.subalbum-menu{padding: 0;}
.subalbum-menu h2 {font-size: 16px;color: #888;font-weight: 400;}
.other_subalbum li a p {background: rgb(85 85 85 / 20%);color: #fff;text-align: center;font-weight: 300;
    font-size: 14px;padding: 10px;letter-spacing: .6rem;position: absolute;bottom: 0;left: 0;width: 100%;
height: 100%;display: flex;justify-content: center;align-items: end;padding-bottom: 30px;}
.other_album_choice li {background: #888;font-size: 12px;border-radius: 3px;}
/*相本頁面*/
.album_descrip p{font-size: 14px;line-height: 180%;}
.fa-right-from-bracket::before {content: "\f061";}
/*首頁*/
.module_i_album .title_i_box {margin-bottom: 10px;}
.module_i_album .title_i_box h6:before{content: "Portfolio";}
.module_i_album .title_i_box h4 {font-size: 20px;letter-spacing: .6rem;margin-top: 10px;}
.module_i_album section {max-width: 1600px;}
.i_album_list {grid-template-columns: repeat(3, 1fr);}
.i_album_list li a p {height: 60px;background: rgb(85 85 85 / 50%);color: #fff;padding: 10px;font-size: 14px;}
.i_album_list li a p span {font-size: 14px;letter-spacing: .4rem;font-weight: 300;width: 100%;padding-left: 20px;text-align: left;}
.i_album_list li a p span:after{content: "VIEW   +";display: block;border-bottom: 2px solid #ccc;font-size: 12px;max-width: 100px;
height: 0;overflow: hidden;opacity: 0;transition: all .5s;transition-delay: 0s;}
.i_album_list li a:hover p span{font-size: 18px;}
.i_album_list li a:hover p span:after{opacity: 1;height: 25px;margin-top: 20px;padding-bottom: 10px;transition-delay: .3s;}


@media screen and (max-width: 1024px){
	/*分類頁面*/
	.show-list {grid-template-columns: repeat(2, 1fr);}
	/*首頁*/
	.i_album_list {grid-template-columns: repeat(2, 1fr);}
}
@media screen and (max-width: 500px){
	/*分類頁面*/
	.show-list {grid-template-columns: repeat(1, 1fr);}
	/*首頁*/
	.i_album_list {grid-template-columns: repeat(1, 1fr);}
}

/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
/*相簿頁*/
.subalbum-menu h2 {color: #666;font-weight: 600;}
/*觀看更多*/
.album_fixed_title{background: transparent;font-weight: 600;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/* 文章 */

.module_i_news01 {
    padding: 50px 20px 20px;
    border-bottom: 1px solid #d5d5d5;
}

.module_i_news01 .i_blog_b {
    margin-left: auto;
    text-align: end;
}

.module_i_news01 .title_i_box {
    display: none;
}

.module_i_news01 .title_i_box{
    display: none;
}

.module_i_news01 li a:after{
    display: none;
}

.module_i_news01 li a {
    border: 1px solid #dcdcdc;
    padding: 10px;
    box-shadow: 2px 2px 5px #f0f0f0;
}

.module_i_news01 li a:before {
    font-size: 12px;
    color: #1f1f1f;
    letter-spacing: -5px;
}

.module_i_news01 li a:hover:before, .module_i_news01 li a:hover:after {
    opacity: 1;
    letter-spacing: 0px;
}

.module_i_news01 li:nth-child(1) a {
    height: 100%;
}

.module_i_news01 .i_blog_ri h5 {
    position: relative;
    padding-top: 40px; 
}

.module_i_news01 .i_blog_ri h5::before {
    content: "成功案例";
    position: absolute;
    top: 0;
    left: 0;

    background: #000;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    padding: 6px 10px;

    border-radius: 3px; /* 微圓角 */
    letter-spacing: 1px;
}

.module_i_news01 .i_blog_ri {
    padding-top: 20px;
}

.module_i_news01 li a img {
    transition: transform 0.5s ease;
}
.module_i_news01 li a:hover img {
    transform: scale(1.1);
    transition: transform 0.5s ease;
}

/*文章1(分類-成功案例)*/

.blog_page.article_a h4.blog_category_title {
display: none;
}
.article_a h4.blog_category_title::before {
    content: "成功案例";
    display: block;
    font-weight: normal;
    color: #1f1f1f;
    margin: 0;
    border: 1px solid #1f1f1f;
    padding: 5px 15px;
    margin-bottom: 10px;
    font-size: 13px;
    letter-spacing: 0.5px;
    border-radius: 5px;
    width: fit-content;
}

.article_a .subbox_item a {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #e8e8e8;
    grid-gap: 0px;
}
.article_a  .blog_list_le img {
    object-fit: cover;
}
.article_a .blog_list_le {
    position: relative;
    aspect-ratio: 1.5 / 1;
}
.article_a .blog_subbox {
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.article_a .subbox_item a:before {
display: none;
}
.article_a .subbox_item a:after {
display: none;
}

.article_a  .blog_list_ri h5 {
    color: #1c1c1c;
    letter-spacing: 1px;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 0px;
}
.article_a .subbox_item a:hover:before {
    transform: translate(-50%, -50%) scale(1);
    transition: all 500ms;
}
.article_a .blog_list_le img {
    z-index: 999;
    padding: 10px;
}
.article_a .blog_list_ri {
    padding: 15px;
    width: 100%;
    border-top: 1px solid #e8e8e8;
}
.article_a .blog_list_le:before {
    content: 'READ MORE';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9999;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 14px;
    opacity: 0;
    letter-spacing: -0.7em;
    transition: all 1s;
    filter: blur(5px);
}

.article_a .subbox_item a:hover .blog_list_le:before{
    opacity: 1;
    letter-spacing: 1px;
    transition: all 1s;
    filter: blur(0px);
}

.article_a .subbox_item a:hover .blog_list_le img {
    filter: grayscale(1) brightness(0.8);
    padding: 0px;
}

/*文章2(首頁-法律知識)*/

.module_i_news02 .title_i_box {
    display: flex;
    flex-direction: column-reverse;
}

.module_i_news02 .i_blog_b {
    max-width: 100%;
}

.module_i_news02 ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.module_i_news02 li a {
    padding: 20px;
    display: flex;
    flex-direction: column;
    background: #f6f6f6;
}

.module_i_news02 li {
    display: contents;
}

.module_i_news02 .i_blog_le img {
    z-index: 99;
}

.module_i_news02 .i_blog_ri {
    z-index: 99;
}

.module_i_news02 .i_blog_b a b {
    font-weight: 400;
}

.module_i_news02 li a:before {
    content: '查看文章';
    top: 0px;
    left: 50%;
    width: 108px;
    height: 35px;
    text-align: center;
    background: #1f1f1f;
    font-size: 14px;
    color: #fff;
    transform: translate(-50%, -100%) scale(1);
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.module_i_news02 li a:hover:before {
    transform: translate(-50%, 0%) scale(1);
    transition: all .5s ease-in-out;
}

.module_i_news02 li a:after {
    content: '';
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    z-index: 8;
    background: #fff;
    opacity: 0;
    border: 1pt solid #cccccc;
    transition: all 2s;
}

.module_i_news02 li a:hover:after {
    opacity: 1;
    transition: all .7s;
    height: 100%;
}

/*文章************************************************/

.blog_le {
    padding: 0px;
}

.blog_ri {
    padding: 0px;
    width: 100%;
}

h5.blog_le_t {
    display: none;
}

.blog_search input[type=search] {
    border-radius: 10px;
}

.blog_search input[type=submit] {
    filter: grayscale(1);
}

.blog_le {
    width: fit-content;
    display: flex;
    flex-direction: column;
}

.blog_le .accordion {
    border: none;
    border-radius: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
    margin: 0px;
    margin-top: 15px;
}

.accordion li .link a {
    font-weight: 400;
    padding: 0px;
    position: relative;
}

.accordion li .link a::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #a39787;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
    transition: all .5s;
}

.accordion li .link a:hover:before {
    background: #a39787;
}

.accordion li .link:has(i.fa) a {
    border: none;
}

.accordion li+li .link {
    border: none;
}

.accordion li .link:has(i.fa) {
    padding-right: 22px;
    border: none;
}

.accordion li .link {
    padding: 2px 0;
    color: #444;
    font-size: 16px;
    line-height: 145%;
    letter-spacing: 2px;
    border: 0;
    font-weight: normal;
}

.blog_le .accordion li .link i {
    font-size: 12px;
    color: #7e7e7e;
    justify-content: unset;
    width: 15px;
}

.blog_le .accordion>li:hover .link,
.blog_le .accordion>li.on_this_category .link {
    color: #1f1f1f !important;
}

.blog_le .accordion>li.on_this_category .link a::before {
    background: #a39787;
}

.blog_le .accordion>li:hover,
.blog_le .accordion>li.on_this_category {
    background: transparent !important;
}

.blog_le .accordion>li:hover .link a,
.blog_le .accordion>li.on_this_category .link a {
    color: #1f1f1f !important;
}

.blog_le .accordion>li:hover .link i,
.blog_le .accordion>li.on_this_category .link i {
    color: #1f1f1f !important;
}

.submenu a {
    background: #fff;
    padding: 10px;
}

.submenu li.on_this_category a,
.submenu a:hover {
    background: #FFF;
    color: #444;
}

.submenu a i {
    display: none;
}

/*文章內頁****************************/

h4.blog_category_title {
    color: #1f1f1f;
    font-size: 20px;
    margin-bottom: 0px;
    letter-spacing: 1px;
    font-weight: 500;
}

.blog_shareData {
    position: absolute;
}

.toShareNews{
display: none;
}


.articel_mainPic img {
    display: block;
    max-width: 50%;
    margin-top: 50px;
}

.edit {
    margin: auto;
    padding: 20px 0 90px;
    font-size: 15px;
    color: #444!important;
    letter-spacing: 1px!important;
    line-height: 180% !important;
}

.edit a {
    text-decoration: underline;
    color: #438aca;
}


.blog_back a.article_btn_prev,
.blog_back a.article_btn_next,
.blog_back a.article_btn_back {
    background: transparent;
    color: #1f1f1f;
    letter-spacing: 1px;
    font-weight: 400;
    transition: all .5s;
}
.blog_back a.article_btn_prev:hover,
.blog_back a.article_btn_next:hover,
.blog_back a.article_btn_back:hover {
    background: #a39787;
    transition: all .5s;
    color: #fff;
}
.blog_back a {
    width: auto;
    padding: 7px 55px;
}

.blog_back {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    gap: 0;
}


/*相關文章****************************/

.news_related_list li a img {
    padding-bottom: 10px;
}
.news_related {
    background: #F9F9F9;
    padding: 80px 15px;
}
.news_related h6 {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 30px;
}
.news_related h6 span:before {
     color: #353535;
    letter-spacing: 0px;
    font-weight: 500;
}  
.news_related_list {
    padding: 30px 0 50px;
}
.news_related_list li a {
    transition: all .5s;
    padding: 10px;
    border: 1px solid #e3e3e3;
}
.news_related_list li a:hover {
	transform: translateY(-20px);
	transition: all .5s;
}
.news_related_list li a p {
    font-size: 14px;
    color: #333;
    line-height: 180%;
    padding: 0 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* 商品下拉超過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;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */





@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: none; }
.footer.with_shopping_mode { padding:50px 0 0px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}




